CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtCalibValidation_cfi.py
Go to the documentation of this file.
2 
3 dtCalibValidation = cms.EDAnalyzer("DTCalibValidation",
4  # Write the histos on file
5  OutputMEsInRootFile = cms.bool(False),
6  # Lable to retrieve 2D segments from the event
7  segment2DLabel = cms.untracked.string('dt2DSegments'),
8  OutputFileName = cms.string('residuals.root'),
9  # Lable to retrieve 4D segments from the event
10  segment4DLabel = cms.untracked.string('dt4DSegments'),
11  debug = cms.untracked.bool(False),
12  # Lable to retrieve RecHits from the event
13  recHits1DLabel = cms.untracked.string('dt1DRecHits'),
14  # Detailed analysis
15  detailedAnalysis = cms.untracked.bool(False)
16 )