CMS 3D CMS Logo

ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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),
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)
22 
23 )
24 
25 
26