CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
ecalTPSkim_cfi Namespace Reference

Variables

tuple ecalTPSkim
 

Variable Documentation

tuple ecalTPSkim_cfi.ecalTPSkim
Initial value:
1 = cms.EDProducer("EcalTPSkimmer",
2 
3  # channel flags for which we want to keep the TP
4  chStatusToSelectTP = cms.vuint32( 13 ),
5 
6  # whether to execute the module at all
7  skipModule = cms.bool(False),
8 
9  # keep TP for barrel/endcap?
10  doBarrel = cms.bool(True),
11  doEndcap = cms.bool(True),
12 
13  tpInputCollection = cms.InputTag("ecalDigis:EcalTriggerPrimitives"),
14  tpOutputCollection = cms.string("")
15 )

Definition at line 4 of file ecalTPSkim_cfi.py.