CMS 3D CMS Logo

Variables

dtNoiseCalibration_cfi Namespace Reference

Variables

tuple DTNoiseCalibration

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("DTNoiseCalibration",
00002     # Label to retrieve DT digis from the event
00003     # RAW: dtunpacker DIGI: muonDTDigis
00004     digiLabel = cms.untracked.string('muonDTDigis'),
00005     # Trigger mode
00006     cosmicRun = cms.untracked.bool(True),
00007     # Database option (to set if cosmicRun=True)
00008     readDB = cms.untracked.bool(False),
00009     # The trigger width(TDC counts) (to set if cosmicRun=True and readDB=False)
00010     defaultTtrig = cms.untracked.int32(322),
00011     theOffset = cms.untracked.double(100.),
00012     # The trigger width(ns) (to set if cosmicRun=False)
00013     TriggerWidth = cms.untracked.int32(2000),
00014     # Output ROOT file name 
00015     rootFileName = cms.untracked.string('dtNoiseCalib.root'),
00016     # Enable debug option
00017     debug = cms.untracked.bool(False),
00018     # "Fast analysis" option
00019     fastAnalysis = cms.untracked.bool(True),
00020     # Define the wheel of interest (to set if fastAnalysis=False)
00021     wheel = cms.untracked.int32(0),
00022     # Define the sector of interest (to set if fastAnalysis=False)
00023     sector = cms.untracked.int32(11)
00024 )

Definition at line 3 of file dtNoiseCalibration_cfi.py.