CMS 3D CMS Logo

Variables

ecalTPSkim_cfi Namespace Reference

Variables

tuple ecalTPSkim

Variable Documentation

Initial value:
00001 cms.EDProducer("EcalTPSkimmer",
00002 
00003     # channel flags for which we want to keep the TP
00004     chStatusToSelectTP = cms.vuint32( 13 ),
00005 
00006     # whether to execute the module at all
00007     skipModule = cms.bool(False),
00008 
00009     # keep TP for barrel/endcap?
00010     doBarrel  = cms.bool(True),
00011     doEndcap  = cms.bool(True),
00012 
00013     tpInputCollection = cms.InputTag("ecalDigis:EcalTriggerPrimitives"),
00014     tpOutputCollection = cms.string("")
00015 )

Definition at line 4 of file ecalTPSkim_cfi.py.