Warning, file /snippets/Calorimetery/CaloDebugTools/UtilityScripts/RunPythiaInDDSim.rb was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 in_hepmc = "pythia8NCDIS_18x275_minQ2_1_nLines100K.hepmc"
0012 out_file = "forDynamicRange.py8NCDIS_18x275_minMomTransfer1_100Klines.evt1Kimage.d29m6y2023.edm4hep.root"
0013
0014
0015 compact = "$DETECTOR_PATH/$DETECTOR_CONFIG.xml"
0016 numevts = 1000
0017
0018
0019 exec("ddsim --compactFile #{compact} --numberOfEvents #{numevts} --inputFiles #{in_hepmc} --outputFile #{out_file}")
0020
0021