Warning, file /snippets/Calorimetery/CaloDebugTools/UtilityScripts/RunPythiaInNPSim.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_18x275minQ100xAngleM0025hiDiv1_withBeamEffects_nLines2000K.hepmc"
0012 out_file = "forNewGeoTest.nevt5000.epicmain_onlychcal.py8nc18x275minq100xangleM0025hidiv1.d11m12y2023.edm4hep.root"
0013
0014
0015 compact = "$DETECTOR_PATH/epic_hcal_gdml.xml"
0016 numevts = 5000
0017
0018
0019 exec("npsim --compactFile #{compact} --numberOfEvents #{numevts} --inputFiles #{in_hepmc} --outputFile #{out_file}")
0020
0021