CMS 3D CMS Logo

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

Variables

tuple horeco
 

Variable Documentation

tuple HcalHitReconstructor_ho_cfi.horeco
Initial value:
1 = cms.EDProducer(
2  "HcalHitReconstructor",
3  correctionPhaseNS = cms.double(13.0),
4  digiLabel = cms.InputTag("hcalDigis"),
5  Subdetector = cms.string('HO'),
6  correctForPhaseContainment = cms.bool(True),
7  correctForTimeslew = cms.bool(True),
8  dropZSmarkedPassed = cms.bool(True),
9  firstSample = cms.int32(4),
10  samplesToAdd = cms.int32(4),
11  tsFromDB = cms.bool(True),
12 
13  # Set time slice for first digi to be stored in aux word
14  # (HO uses time slices 4-7)
15  firstAuxTS = cms.int32(4),
16 
17  #Tags for calculating status flags
18  correctTiming = cms.bool(True),
19  setNoiseFlags = cms.bool(True),
20  setHSCPFlags = cms.bool(True), # HSCP not implemented for horeco; this boolean does nothing
21  setSaturationFlags = cms.bool(True),
22  setTimingTrustFlags = cms.bool(False), # timing flags currently only implemented for HF
23  setPulseShapeFlags = cms.bool(False), # not yet defined for HO
24  saturationParameters= cms.PSet(maxADCvalue=cms.int32(127))
25 )

Definition at line 3 of file HcalHitReconstructor_ho_cfi.py.