Variables | |
tuple | ttrigcalib |
00001 cms.EDAnalyzer("DTTTrigCalibration", 00002 # Switch on/off the check of noisy channels 00003 checkNoisyChannels = cms.untracked.bool(True), 00004 # Module for t0 subtraction 00005 tTrigMode = cms.untracked.string('DTTTrigSyncT0Only'), 00006 # Switch on/off the subtraction of t0 from pulses 00007 doSubtractT0 = cms.untracked.bool(True), 00008 # Max number of digi per layer to reject a chamber 00009 maxDigiPerLayer = cms.untracked.int32(10), 00010 # Label to retrieve DT digis from the event 00011 digiLabel = cms.untracked.string('muonDTDigis'), 00012 # Name of the ROOT file which will contain the time boxes 00013 rootFileName = cms.untracked.string('DTTimeBoxes.root'), 00014 # Switch on/off the DB writing 00015 fitAndWrite = cms.untracked.bool(True), 00016 debug = cms.untracked.bool(False), 00017 # Parameter set for t0 subtraction module 00018 tTrigModeConfig = cms.untracked.PSet(debug = cms.untracked.bool(False)), 00019 # Tbox rising edge fit parameter 00020 sigmaTTrigFit = cms.untracked.double(5.0), 00021 # the kfactor to be uploaded in the ttrig DB 00022 kFactor = cms.untracked.double(-0.7) 00023 )
Definition at line 4 of file DTTTrigCalibration_cfi.py.