CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTTTrigWriter_cfi.py
Go to the documentation of this file.
2 
3 ttrigwriter = cms.EDAnalyzer("DTTTrigWriter",
4  # Switch on/off the verbosity
5  debug = cms.untracked.bool(True),
6  # Name of the input ROOT file which contains the time boxes
7  rootFileName = cms.untracked.string('DTTimeBoxes_TEMPLATE.root'),
8  # the kfactor to be uploaded in the ttrig DB
9  kFactor = cms.untracked.double(-0.7)
10  )