Variables | |
tuple | ESTrivialConditionRetriever |
00001 cms.ESSource("ESTrivialConditionRetriever", 00002 # Values to get correct noise on RecHit amplitude using 3+5 weights 00003 ESpedRMS = cms.untracked.double(1.26), 00004 weightsForTB = cms.untracked.bool(True), 00005 producedESPedestals = cms.untracked.bool(True), 00006 # If set true reading optimized weights (3+5 weights) from file 00007 getWeightsFromFile = cms.untracked.bool(False), 00008 producedESWeights = cms.untracked.bool(True), 00009 producedESIntercalibConstants = cms.untracked.bool(True), 00010 producedESADCToGeVConstant = cms.untracked.bool(True) 00011 )
Definition at line 3 of file ESTrivialCondRetrieverTB_cfi.py.