CMS 3D CMS Logo

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

Variables

tuple ttrigcalib
 

Variable Documentation

tuple DTTTrigCalibration_cfi.ttrigcalib
Initial value:
1 = cms.EDAnalyzer("DTTTrigCalibration",
2  # Switch on/off the check of noisy channels
3  checkNoisyChannels = cms.untracked.bool(True),
4  # Module for t0 subtraction
5  tTrigMode = cms.untracked.string('DTTTrigSyncT0Only'),
6  # Switch on/off the subtraction of t0 from pulses
7  doSubtractT0 = cms.untracked.bool(True),
8  # Max number of digi per layer to reject a chamber
9  maxDigiPerLayer = cms.untracked.int32(10),
10  # Label to retrieve DT digis from the event
11  digiLabel = cms.untracked.string('muonDTDigis'),
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(True),
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 4 of file DTTTrigCalibration_cfi.py.