Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
CalibMuon
DTCalibration
python
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
)
Generated for CMSSW Reference Manual by
1.8.5