CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py
Go to the documentation of this file.
2 
3 # TP Emulator Producer:
5 
6 
7 # Ecal Trig Prim module
8 simEcalTriggerPrimitiveDigis = cms.EDProducer("EcalTrigPrimProducer",
9  BarrelOnly = cms.bool(True),
10  TTFHighEnergyEB = cms.double(1.0),
11  InstanceEB = cms.string('ebDigis'),
12  InstanceEE = cms.string(''),
13  TTFHighEnergyEE = cms.double(1.0),
14  binOfMaximum = cms.int32(6), ## optional from release 200 on, from 1-10
15 
16  Famos = cms.bool(False),
17  TTFLowEnergyEE = cms.double(1.0),
18  TcpOutput = cms.bool(False),
19  Debug = cms.bool(False),
20  Label = cms.string('ecalEBunpacker'),
21  TTFLowEnergyEB = cms.double(1.0) ## this + the following is added from 140_pre4 on
22 
23 )
24 
25 
26