CMS 3D CMS Logo

HBHEMethod3Parameters_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Configuration parameters for Method 3
4 m3Parameters = cms.PSet(
5  applyTimeSlewM3 = cms.bool(True),
6  timeSlewParsType = cms.int32(3), # 0: TestStand, 1:Data, 2:MC, 3:HBHE. Parametrization function is par0 + par1*log(fC+par2).
7  respCorrM3 = cms.double(1.0) # This factor is used to align the Method3 with the Method2 response
8 )