00001 import FWCore.ParameterSet.Config as cms 00002 00003 DTTTrigWriter = cms.EDAnalyzer("DTTTrigWriter", 00004 # Switch on/off the verbosity 00005 debug = cms.untracked.bool(False), 00006 # Name of the input ROOT file which contains the time boxes 00007 rootFileName = cms.untracked.string('DTTimeBoxes.root'), 00008 # the kfactor to be uploaded in the ttrig DB 00009 kFactor = cms.untracked.double(-0.7) 00010 )