CMS 3D CMS Logo

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

Variables

tuple dtTTrigCalibration
 

Variable Documentation

tuple dtTTrigCalibration_cfi.dtTTrigCalibration
Initial value:
1 = cms.EDAnalyzer("DTTTrigCalibration",
2  # Label to retrieve DT digis from the event
3  digiLabel = cms.untracked.string('muonDTDigis'),
4  # Switch on/off the check of noisy channels
5  checkNoisyChannels = cms.untracked.bool(True),
6  # Module for t0 subtraction
7  tTrigMode = cms.untracked.string('DTTTrigSyncT0Only'),
8  # Switch on/off the subtraction of t0 from pulses
9  doSubtractT0 = cms.untracked.bool(True),
10  # Max number of digi per layer to reject a chamber
11  maxDigiPerLayer = cms.untracked.int32(10),
12  # Name of the ROOT file which will contain the time boxes
13  rootFileName = cms.untracked.string('DTTimeBoxes.root'),
14  # Switch on/off the DB writing
15  fitAndWrite = cms.untracked.bool(False),
16  debug = cms.untracked.bool(False),
17  # Parameter set for t0 subtraction module
18  tTrigModeConfig = cms.untracked.PSet(debug = cms.untracked.bool(False)),
19  # Tbox rising edge fit parameter
20  sigmaTTrigFit = cms.untracked.double(5.0),
21  # the kfactor to be uploaded in the ttrig DB
22  kFactor = cms.untracked.double(-0.7)
23 )

Definition at line 3 of file dtTTrigCalibration_cfi.py.