CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # TP Emulator Producer:
00004 from CalibCalorimetry.Configuration.Ecal_FakeConditions_cff import *
00005 
00006 
00007 # Ecal Trig Prim module
00008 simEcalTriggerPrimitiveDigis = cms.EDProducer("EcalTrigPrimProducer",
00009     BarrelOnly = cms.bool(True),
00010     TTFHighEnergyEB = cms.double(1.0),
00011     InstanceEB = cms.string('ebDigis'),
00012     InstanceEE = cms.string(''),
00013     TTFHighEnergyEE = cms.double(1.0),
00014     binOfMaximum = cms.int32(6), ## optional from release 200 on, from 1-10
00015 
00016     Famos = cms.bool(False),
00017     TTFLowEnergyEE = cms.double(1.0),
00018     TcpOutput = cms.bool(False),
00019     Debug = cms.bool(False),
00020     Label = cms.string('ecalEBunpacker'),
00021     TTFLowEnergyEB = cms.double(1.0) ## this + the following is added from 140_pre4 on
00022 
00023 )
00024 
00025 
00026