CMS 3D CMS Logo

ESTrivialCondRetrieverTB_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ESTrivialConditionRetriever = cms.ESSource("ESTrivialConditionRetriever",
4  # Values to get correct noise on RecHit amplitude using 3+5 weights
5  ESpedRMS = cms.untracked.double(1.26),
6  weightsForTB = cms.untracked.bool(True),
7  producedESPedestals = cms.untracked.bool(True),
8  # If set true reading optimized weights (3+5 weights) from file
9  getWeightsFromFile = cms.untracked.bool(False),
10  producedESWeights = cms.untracked.bool(True),
11  producedESIntercalibConstants = cms.untracked.bool(True),
12  producedESADCToGeVConstant = cms.untracked.bool(True)
13 )
14 
15