CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalTPGAnalyzer_cfi.py
Go to the documentation of this file.
2 
3 tpAnalyzer = cms.EDAnalyzer("EcalTPGAnalyzer",
4 
5  TPCollection = cms.InputTag("ecalEBunpacker","EcalTriggerPrimitives"),
6  TPEmulatorCollection = cms.InputTag("ecalTriggerPrimitiveDigis",""),
7  DigiCollectionEB = cms.InputTag("ecalEBunpacker","ebDigis"),
8  DigiCollectionEE = cms.InputTag("ecalEBunpacker","eeDigis"),
9  GTRecordCollection = cms.string('gtDigis'),
10  TrackMuonCollection = cms.string('globalCosmicMuons1LegBarrelOnly'),
11 
12  Print = cms.bool(True),
13  ReadTriggerPrimitives = cms.bool(True),
14  UseEndCap = cms.bool(False)
15 
16 )