CMS 3D CMS Logo

customiseExotica_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 def customise(process):
4 
5  # a fragment showing options for exotica simulation
6  if hasattr(process,'g4SimHits'):
7  process.g4SimHits.Physics.monopoleCharge = cms.untracked.int32(1)
8  process.g4SimHits.Physics.MonopoleDeltaRay = cms.untracked.bool(True)
9  process.g4SimHits.Physics.MonopoleMultiScatter = cms.untracked.bool(False)
10  process.g4SimHits.Physics.MonopoleTransport = cms.untracked.bool(True)
11  process.g4SimHits.Physics.MonopoleMass = cms.untracked.double(0) # GeV
12  process.g4SimHits.Physics.ExoticaTransport = cms.untracked.bool(True)
13  process.g4SimHits.Physics.ExoticaPhysicsSS = cms.untracked.bool(False)
14  process.g4SimHits.Physics.RhadronPhysics = cms.bool(False)
15  process.g4SimHits.Physics.DarkMPFactor = cms.double(1.0)
16  process.g4SimHits.Physics.particlesDef = cms.FileInPath('')
17  return(process)
mathSSE::return
return((rh ^ lh) &mask)
customiseExotica_cff.customise
def customise(process)
Definition: customiseExotica_cff.py:3