CMS 3D CMS Logo

Variables

dtCalibValidation_cfi Namespace Reference

Variables

tuple DTCalibValidation

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("DTCalibValidation",
00002     # Write the histos on file
00003     OutputMEsInRootFile = cms.bool(False),
00004     # Lable to retrieve 2D segments from the event
00005     segment2DLabel = cms.untracked.string('dt2DSegments'),
00006     OutputFileName = cms.string('residuals.root'),
00007     # Lable to retrieve 4D segments from the event
00008     segment4DLabel = cms.untracked.string('dt4DSegments'),
00009     debug = cms.untracked.bool(False),
00010     # Lable to retrieve RecHits from the event
00011     recHits1DLabel = cms.untracked.string('dt1DRecHits'),
00012     # Detailed analysis
00013     detailedAnalysis = cms.untracked.bool(False)
00014 )

Definition at line 3 of file dtCalibValidation_cfi.py.