CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
CustomPhysics_cfi Namespace Reference

Variables

tuple customPhysicsSetup
 

Variable Documentation

tuple CustomPhysics_cfi.customPhysicsSetup
Initial value:
1 = cms.PSet(
2  reggeSuppression = cms.double(0.0), ##
3 
4  # Paths to files with particle and physics processes definition
5  particlesDef = cms.FileInPath('SimG4Core/CustomPhysics/data/particles_gluino_300_GeV.txt'),
6  resonanceEnergy = cms.double(200.0), ##
7 
8  # FileInPath particlesDef = "SimG4Core/CustomPhysics/data/isa-slha.out"
9  processesDef = cms.FileInPath('SimG4Core/CustomPhysics/data/RhadronProcessList.txt'),
10  amplitude = cms.double(100.0), ##
11 
12  # R-hadron physics setup
13  rhadronPhysics = cms.bool(True),
14  resonant = cms.bool(False),
15  gamma = cms.double(0.1),
16  reggeModel = cms.bool(False),
17  hadronLifeTime = cms.double(-1.),
18  mixing = cms.double(1.)
19 
20 )

Definition at line 3 of file CustomPhysics_cfi.py.