CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
dtCalibValidation_cfi Namespace Reference

Variables

tuple dtCalibValidation
 

Variable Documentation

tuple dtCalibValidation_cfi.dtCalibValidation
Initial value:
1 = cms.EDAnalyzer("DTCalibValidation",
2  # Write the histos on file
3  OutputMEsInRootFile = cms.bool(False),
4  # Lable to retrieve 2D segments from the event
5  segment2DLabel = cms.untracked.string('dt2DSegments'),
6  OutputFileName = cms.string('residuals.root'),
7  # Lable to retrieve 4D segments from the event
8  segment4DLabel = cms.untracked.string('dt4DSegments'),
9  debug = cms.untracked.bool(False),
10  # Lable to retrieve RecHits from the event
11  recHits1DLabel = cms.untracked.string('dt1DRecHits'),
12  # Detailed analysis
13  detailedAnalysis = cms.untracked.bool(False)
14 )

Definition at line 3 of file dtCalibValidation_cfi.py.