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  recoParamsFromDB = cms.bool(True),
13  useLeakCorrection = cms.bool(False),
14 
15  # Set time slice for first digi to be stored in aux word
16  # (HO uses time slices 4-7)
17  firstAuxTS = cms.int32(4),
18 
19  #Tags for calculating status flags
20  correctTiming = cms.bool(True),
21  setNoiseFlags = cms.bool(True),
22  setHSCPFlags = cms.bool(True), # HSCP not implemented for horeco; this boolean does nothing
23  setSaturationFlags = cms.bool(True),
24  setTimingTrustFlags = cms.bool(False), # timing flags currently only implemented for HF
25  setPulseShapeFlags = cms.bool(False), # not yet defined for HO
26  saturationParameters= cms.PSet(maxADCvalue=cms.int32(127))
27 )

Definition at line 3 of file HcalHitReconstructor_ho_cfi.py.