Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 DTCalibValidation = cms.EDAnalyzer("DTCalibValidation",
00004
00005 OutputMEsInRootFile = cms.bool(False),
00006
00007 segment2DLabel = cms.untracked.string('dt2DSegments'),
00008 OutputFileName = cms.string('residuals.root'),
00009
00010 segment4DLabel = cms.untracked.string('dt4DSegments'),
00011 debug = cms.untracked.bool(False),
00012
00013 recHits1DLabel = cms.untracked.string('dt1DRecHits'),
00014
00015 detailedAnalysis = cms.untracked.bool(False)
00016 )