CMS 3D CMS Logo

HBHEMethod0Parameters_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Configuration parameters for Method 0
4 m0Parameters = cms.PSet(
5  firstSampleShift = cms.int32(0),
6  samplesToAdd = cms.int32(2),
7  correctForPhaseContainment = cms.bool(True),
8  correctionPhaseNS = cms.double(6.0),
9 )