Variables | |
tuple | customPhysicsSetup |
00001 cms.PSet( 00002 reggeSuppression = cms.double(0.0), ## 00003 00004 # Paths to files with particle and physics processes definition 00005 particlesDef = cms.FileInPath('SimG4Core/CustomPhysics/data/particles_gluino_300_GeV.txt'), 00006 resonanceEnergy = cms.double(200.0), ## 00007 00008 # FileInPath particlesDef = "SimG4Core/CustomPhysics/data/isa-slha.out" 00009 processesDef = cms.FileInPath('SimG4Core/CustomPhysics/data/RhadronProcessList.txt'), 00010 amplitude = cms.double(100.0), ## 00011 00012 # R-hadron physics setup 00013 resonant = cms.bool(False), 00014 gamma = cms.double(0.1) ## 00015 00016 )
Definition at line 3 of file CustomPhysics_cfi.py.