CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESTrivialCondRetriever_cfi.py
Go to the documentation of this file.
2 
3 ESTrivialConditionRetriever = cms.ESSource("ESTrivialConditionRetriever",
4  producedChannelStatus = cms.untracked.bool(True),
5  # Values to get correct noise on RecHit amplitude using 3+5 weights
6  ESpedRMS = cms.untracked.double(1.0),
7  weightsForTB = cms.untracked.bool(False),
8  # channel status
9  channelStatusFile = cms.untracked.string(''),
10  producedESPedestals = cms.untracked.bool(True),
11  getWeightsFromFile = cms.untracked.bool(True),
12  intercalibConstantsFile = cms.untracked.string(''),
13  producedESWeights = cms.untracked.bool(True),
14  producedESIntercalibConstants = cms.untracked.bool(True),
15  producedESADCToGeVConstant = cms.untracked.bool(True),
16  adcToGeVESLowConstant = cms.untracked.double(1.0),
17  adcToGeVESHighConstant = cms.untracked.double(0.5),
18 
19 )