CMS 3D CMS Logo

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