CMS 3D CMS Logo

ecalEBTriggerPrimitiveDigis_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # attention: default is changed to work on unsuppressed digis!! ##############
5 #
6 simEcalEBTriggerPrimitiveDigis = cms.EDProducer("EcalEBTrigPrimProducer",
7  BarrelOnly = cms.bool(True),
8  barrelEcalDigis = cms.InputTag("simEcalUnsuppressedDigis"),
9  binOfMaximum = cms.int32(6),
10  Famos = cms.bool(False),
11  TcpOutput = cms.bool(False),
12  Debug = cms.bool(False),
13  nOfSamples = cms.int32(1)
14 )
15 
16