Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 mon = cms.EDAnalyzer("LaserDQM",
00004 SearchWindowPhiTEC = cms.untracked.double(0.05),
00005 DigiProducersList = cms.VPSet(cms.PSet(
00006 DigiLabel = cms.string('\0'),
00007 DigiProducer = cms.string('siStripDigis')
00008 )),
00009 SearchWindowPhiTIB = cms.untracked.double(0.05),
00010 SearchWindowZTOB = cms.untracked.double(1.0),
00011 DebugLevel = cms.untracked.int32(3),
00012 DQMFileName = cms.untracked.string('testDQM.root'),
00013 SearchWindowZTIB = cms.untracked.double(1.0),
00014 SearchWindowPhiTOB = cms.untracked.double(0.05)
00015 )
00016
00017