Variables | |
tuple | DTTTrigWriter |
00001 cms.EDAnalyzer("DTTTrigWriter", 00002 # Switch on/off the verbosity 00003 debug = cms.untracked.bool(False), 00004 # Name of the input ROOT file which contains the time boxes 00005 rootFileName = cms.untracked.string('DTTimeBoxes.root'), 00006 # the kfactor to be uploaded in the ttrig DB 00007 kFactor = cms.untracked.double(-0.7) 00008 )
Definition at line 3 of file dtTTrigWriter_cfi.py.