Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:42:23

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 dtTTrigWriter = cms.EDAnalyzer("DTTTrigWriter",
0004     # Switch on/off the verbosity
0005     debug = cms.untracked.bool(False),
0006     # Name of the input ROOT file which contains the time boxes
0007     rootFileName = cms.untracked.string('DTTimeBoxes.root'),
0008     # the kfactor to be uploaded in the ttrig DB
0009     kFactor = cms.untracked.double(-0.7)
0010 )