CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CustomPhysics_cfi.py
Go to the documentation of this file.
2 
3 customPhysicsSetup = cms.PSet(
4  reggeSuppression = cms.double(0.0), ##
5 
6  # Paths to files with particle and physics processes definition
7  particlesDef = cms.FileInPath('SimG4Core/CustomPhysics/data/particles_gluino_300_GeV.txt'),
8  resonanceEnergy = cms.double(200.0), ##
9 
10  # FileInPath particlesDef = "SimG4Core/CustomPhysics/data/isa-slha.out"
11  processesDef = cms.FileInPath('SimG4Core/CustomPhysics/data/RhadronProcessList.txt'),
12  amplitude = cms.double(100.0), ##
13 
14  # R-hadron physics setup
15  resonant = cms.bool(False),
16  gamma = cms.double(0.1) ##
17 
18 )
19