Back to home page

EIC code displayed by LXR

 
 

    


Warning, /EICrecon/src/benchmarks/reconstruction/tracking_occupancy/README.md is written in an unsupported language. File is not indexed.

0001 This is guinea pig plugin for active development phase
0002 
0003 ```bash
0004 
0005 # uniform spread inside an angle:
0006 
0007 ddsim --compactFile=$DETECTOR_PATH/epic.xml -N=2000 --random.seed 1 --enableGun --gun.energy 2*GeV --gun.thetaMin 0*deg --gun.thetaMax 90*deg --gun.distribution uniform --outputFile tracking_test_gun.root
0008 
0009 
0010 ddsim --compactFile=$DETECTOR_PATH/epic.xml -N=1000 --random.seed 1 --enableGun  --gun.particle="e-" --gun.momentumMin 1*MeV --gun.momentumMax 30*GeV --gun.distribution uniform --outputFile 2022-09-04_pgun_e-_podio-0.15_edm4hep-0.6_0-30GeV_alldir_1k.edm4hep.root
0011 ddsim --compactFile=$DETECTOR_PATH/epic.xml -N=2000 --random.seed 1 --enableGun  --gun.particle="e-" --gun.momentumMin 1*MeV --gun.momentumMax 30*GeV --gun.distribution uniform --outputFile 2022-08-15_pgun_e-_podio-0.15_edm4hep-0.6_0-30GeV_alldir_2k.edm4hep.root
0012 ddsim --compactFile=$DETECTOR_PATH/epic.xml -N=10000 --random.seed 1 --enableGun  --gun.particle="e-" --gun.momentumMin 1*MeV --gun.momentumMax 30*GeV --gun.distribution uniform --outputFile 2022-08-15_pgun_e-_podio-0.15_edm4hep-0.6_0-30GeV_alldir_10k.edm4hep.root
0013 
0014 # 5 x e- per event
0015 ddsim --compactFile=$DETECTOR_PATH/epic.xml -N=1000 --random.seed 1 --enableGun  --gun.particle="e-" --gun.multiplicity 3 --gun.momentumMin 1*MeV --gun.momentumMax 30*GeV --gun.distribution uniform --outputFile 2022-09-10_pgun_3xe-_podio-0.15_edm4hep-0.6_0-30GeV_alldir_1k.edm4hep.root
0016 podio-0.15_edm4hep-0.6_0-30GeV_alldir_1k.edm4hep.root
0017 
0018 --gun.momentumMax
0019 --gun.momentumMin
0020 
0021 
0022 -Pplugins=acts,tracking,BTRK,ECTRK,BVTX,MPGD,tracking_occupancy
0023 -Pnthreads=1
0024 -Pjana:debug_plugin_loading=1
0025 -Pjana:nevents=1
0026 -Pjana:debug_mode=1
0027 -Pjana:timeout=0
0028 -PTracking:CentralTrackerSourceLinker:LogLevel=info
0029 -PCKFTracking:Trajectories:LogLevel=trace
0030 -Pdd4hep:xml_files=/home/romanov/eic/soft/detector/main/compiled/epic/share/epic/epic_tracking_only.xml
0031 -Phistsfile=/home/romanov/work/data/eicrecon_test/tracking_test_gun.ana.root
0032 /home/romanov/work/data/eicrecon_test/2022-09-10_pgun_3xe-_podio-0.15_edm4hep-0.6_0-30GeV_alldir_1k.edm4hep.root
0033 
0034 ```
0035 
0036 ```bash
0037 eicrecon
0038 -Pplugins=acts,BTRK_test,BTRK
0039 -Pnthreads=1
0040 -Pjana:nevents=10
0041 -Pjana:debug_plugin_loading=1
0042 -PSiliconTrackerDigi_BarrelTrackerRawHit:LogLevel=trace
0043 -PTrackerHitReconstruction:BarrelTrackerHit:LogLevel=trace
0044 -PTrackerSourceLinker:CentralTrackerSourceLinker:LogLevel=trace
0045 -Pdd4hep:print_level=5
0046 -Phistsfile=/home/romanov/work/data/eicrecon_test/tracking_test_gun.ana.root
0047 /home/romanov/work/data/eicrecon_test/2022-09-04_pgun_e-_podio-0.15_edm4hep-0.6_0-30GeV_alldir_100ev.edm4hep.root
0048 ```