Warning, /EICrecon/src/tests/tracking_test/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 ddsim --compactFile=$DETECTOR_PATH/epic.xml -N=200 --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_200ev.edm4hep.root
0009 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
0010 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
0011 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
0012
0013 # 5 x e- per event
0014 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
0015 podio-0.15_edm4hep-0.6_0-30GeV_alldir_1k.edm4hep.root
0016
0017 --gun.momentumMax
0018 --gun.momentumMin
0019
0020 # Reconstruct Charge Current DIS
0021 #
0022 # Detectors live in /opt/detector
0023 # One can select particular configuration as
0024 # source /opt/detector/epic-main/bin/thisepic.sh
0025 #
0026 source /opt/detector/epic-main/bin/thisepic.sh
0027
0028 # 100 events
0029 ddsim --compactFile=$DETECTOR_PATH/epic.xml --runType=run -N=100 --outputFile=2022-09-26_ccdis10x100_100ev.edm4hep.root --inputFiles pythia8CCDIS_10x100_minQ2=100_beamEffects_xAngle=-0.025_hiDiv_1.hepmc
0030
0031 # 200 events
0032 ddsim --compactFile=$DETECTOR_PATH/epic.xml --runType=run -N=200 --outputFile=2022-09-26_ccdis10x100_200ev.edm4hep.root --inputFiles pythia8CCDIS_10x100_minQ2=100_beamEffects_xAngle=-0.025_hiDiv_1.hepmc
0033
0034 eicrecon
0035 -Pplugins=tracking_test
0036 -Pnthreads=1
0037 -Pjana:debug_plugin_loading=1
0038 -Pjana:nevents=100
0039 -Pjana:timeout=0
0040 -Pdd4hep:xml_files=epic_brycecanyon.xml
0041 -Phistsfile=output_hists.ana.root
0042 input.edm4hep.root
0043
0044 ```
0045
0046 ```bash
0047 eicrecon
0048 -Pplugins=acts,BTRK_test,BTRK
0049 -Pnthreads=1
0050 -Pjana:nevents=10
0051 -Pjana:debug_plugin_loading=1
0052 -PSiliconTrackerDigi_BarrelTrackerRawHit:LogLevel=trace
0053 -PTrackerHitReconstruction:BarrelTrackerHit:LogLevel=trace
0054 -PTrackerSourceLinker:CentralTrackerSourceLinker:LogLevel=trace
0055 -Pdd4hep:print_level=5
0056 -Phistsfile=/home/romanov/work/data/eicrecon_test/tracking_test_gun.ana.root
0057 /home/romanov/work/data/eicrecon_test/2022-09-04_pgun_e-_podio-0.15_edm4hep-0.6_0-30GeV_alldir_100ev.edm4hep.root
0058 ```