CMS 3D CMS Logo

HBHEMahiParameters_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Configuration parameters for Mahi
4 mahiParameters = cms.PSet(
5 
6  dynamicPed = cms.bool(True),
7  ts4Thresh = cms.double(0.0),
8  chiSqSwitch = cms.double(15.0),
9  activeBXs = cms.vint32(-1, 0, 1),
10  nMaxItersMin = cms.int32(500),
11  nMaxItersNNLS = cms.int32(500),
12  deltaChiSqThresh = cms.double(1e-3),
13  nnlsThresh = cms.double(1e-11)
14 )