CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EELaserTask_cfi.py
Go to the documentation of this file.
2 
3 ecalEndcapLaserTask = cms.EDAnalyzer("EELaserTask",
4  prefixME = cms.untracked.string('EcalEndcap'),
5  enableCleanup = cms.untracked.bool(False),
6  mergeRuns = cms.untracked.bool(False),
7  EcalRawDataCollection = cms.InputTag("ecalEBunpacker"),
8  EEDigiCollection = cms.InputTag("ecalEBunpacker","eeDigis"),
9  EcalPnDiodeDigiCollection = cms.InputTag("ecalEBunpacker"),
10  EcalUncalibratedRecHitCollection = cms.InputTag("ecalUncalibHit","EcalUncalibRecHitsEE"),
11  laserWavelengths = cms.untracked.vint32(1, 2, 3, 4)
12 )
13