CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GflashSim_cfi.py
Go to the documentation of this file.
2 
4 
5 g4SimHits.Physics.type = 'SimG4Core/Physics/GFlash'
6 g4SimHits.Physics.GFlash = cms.PSet(
7  GflashHadronPhysics = cms.string('QGSP_FTFP_BERT'),
8  GflashEMShowerModel = cms.bool(True),
9  energyScaleEB = cms.double(1.032),
10  energyScaleEE = cms.double(1.024),
11  GflashHadronShowerModel = cms.bool(True),
12  GflashHcalOuter = cms.bool(True),
13  GflashExportToFastSim = cms.bool(False),
14  GflashHistogram = cms.bool(False),
15  GflashHistogramName = cms.string('gflash_histogram.root'),
16  Verbosity = cms.untracked.int32(0),
17  bField = cms.double(3.8),
18  watcherOn = cms.bool(False),
19  tuning_pList = cms.vdouble()
20 )