1 import FWCore.ParameterSet.Config
as cms
3 ecalLaserCondTools = cms.EDAnalyzer(
"EcalLaserCondTools",
6 eventListFile = cms.string(
""),
9 verbosity = cms.int32(1),
15 mode = cms.string(
""),
18 inputFiles = cms.vstring(),
21 skipIov = cms.int32(0),
25 nIovs = cms.int32(-1),
29 fromTime = cms.int32(0),
33 toTime = cms.int32(-1),
37 transparencyMin = cms.double(-1.),
41 transparencyMax = cms.double(9999.)