CMS 3D CMS Logo

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