CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/CaloOnlineTools/EcalTools/python/ecalTPGAnalyzer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 tpAnalyzer = cms.EDAnalyzer("EcalTPGAnalyzer",
00004 
00005     TPCollection = cms.InputTag("ecalEBunpacker","EcalTriggerPrimitives"),
00006     TPEmulatorCollection =  cms.InputTag("ecalTriggerPrimitiveDigis",""),
00007     DigiCollectionEB = cms.InputTag("ecalEBunpacker","ebDigis"),
00008     DigiCollectionEE = cms.InputTag("ecalEBunpacker","eeDigis"),
00009     GTRecordCollection = cms.string('gtDigis'),
00010     TrackMuonCollection = cms.string('globalCosmicMuons1LegBarrelOnly'),
00011                                     
00012     Print = cms.bool(True),
00013     ReadTriggerPrimitives = cms.bool(True),                                    
00014     UseEndCap = cms.bool(False)
00015 
00016 )