Back to home page

EIC code displayed by LXR

 
 

    


Warning, /pfRICH/README.BP is written in an unsupported language. File is not indexed.

0001 Four scripts are needed to run mass amounts of simulation to create LUTs at RCF:
0002 
0003 hepmc_writer.C: This script produces single particle hepmc events over the perscribed kinematic ranges. Input to the GEANT simulator. Should not need to be modified
0004 
0005 scripts/reco-epic-LUT.C: This script reads in the output of the GEANT simulation and generates a root tree from which we can generate LUTs and diagnostic plots
0006 
0007 runSimu.sh: Master script which will generate hepmc files, run the pfRICH GEANT simulation, and generate the simple analysis root tree. User needs to modify to specify paths to the various scripts
0008 
0009 CondorSubmitter.csh: This script generates the condor files which are submitted to the batch system at RCF. The user will need to specify the path to runSimu.sh and the location for log files and also the number of jobs to submit and the number of events to simulate per job (NEVENTS specifies the number of events per species so setting NEVENTS = 1000 will generate 1000 electron events, 1000 pion, events, 1000 kaon events, and 1000 proton events.
0010 
0011 The below instructions assume you have a working pfRICH simulation environment at RCF. The output will go directly to the directory you submit from, so this needs to be set up in a location with ample storage (100s to 1000s of GBs).
0012 
0013 1. Modify CondorSubmitter.csh and runSimu.sh as described above
0014 
0015 2. Run CondorSubmitter.csh to generate a CondorFile
0016 
0017 3. Submit the CondorFile to the batch system with the command: condor_submit CondorFile
0018 
0019 4. You can check progress with the command: condor_q userName (Seems a job with NEVENTS = 100000 should take between 5.5 adn 6.5 hours