Variables | |
tuple | DTTTrigCalibration |
00001 cms.EDAnalyzer("DTTTrigCalibration", 00002 # Label to retrieve DT digis from the event 00003 digiLabel = cms.untracked.string('muonDTDigis'), 00004 # Switch on/off the check of noisy channels 00005 checkNoisyChannels = cms.untracked.bool(True), 00006 # Module for t0 subtraction 00007 tTrigMode = cms.untracked.string('DTTTrigSyncT0Only'), 00008 # Switch on/off the subtraction of t0 from pulses 00009 doSubtractT0 = cms.untracked.bool(True), 00010 # Max number of digi per layer to reject a chamber 00011 maxDigiPerLayer = cms.untracked.int32(10), 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(False), 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 3 of file dtTTrigCalibration_cfi.py.