CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
HBHEMethod2Parameters_cfi Namespace Reference

Variables

tuple m2Parameters
 

Variable Documentation

tuple HBHEMethod2Parameters_cfi.m2Parameters
Initial value:
1 = cms.PSet(
2 
3  applyPedConstraint = cms.bool(True),
4  applyTimeConstraint = cms.bool(True),
5  applyPulseJitter = cms.bool(False),
6  applyTimeSlew = cms.bool(True), #units
7  ts4Min = cms.double(0.), #fC
8  ts4Max = cms.vdouble(100., 20000., 30000), #fC # this is roughly 20 GeV, HPD, siPMdepth1, siPMdepth>1
9  pulseJitter = cms.double(1.), #GeV/bin
10  ###
11  meanPed = cms.double(0.), #GeV
12  meanTime = cms.double(0.), #ns
13  timeSigmaHPD = cms.double(5.), #ns
14  timeSigmaSiPM = cms.double(2.5), #ns
15  ###
16  timeMin = cms.double(-12.5),#ns
17  timeMax = cms.double(12.5), #ns
18  ts4chi2 = cms.vdouble(15.,15.), #chi2 for triple pulse
19  fitTimes = cms.int32(1) # -1 means no constraint on number of fits per channel
20 
21 )

Definition at line 4 of file HBHEMethod2Parameters_cfi.py.