CMS 3D CMS Logo

Variables

DTTTrigWriter_cfi Namespace Reference

Variables

tuple ttrigwriter

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("DTTTrigWriter",
00002                            # Switch on/off the verbosity
00003                            debug = cms.untracked.bool(True),
00004                            # Name of the input ROOT file which contains the time boxes
00005                            rootFileName = cms.untracked.string('DTTimeBoxes_TEMPLATE.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.