CMS 3D CMS Logo

hltHoreco_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltHoreco = cms.EDProducer("HcalHitReconstructor",
4  HFInWindowStat = cms.PSet(
5 
6  ),
7  PETstat = cms.PSet(
8 
9  ),
10  S8S1stat = cms.PSet(
11 
12  ),
13  S9S1stat = cms.PSet(
14 
15  ),
16  Subdetector = cms.string('HO'),
17  correctForPhaseContainment = cms.bool(True),
18  correctForTimeslew = cms.bool(True),
19  correctTiming = cms.bool(False),
20  correctionPhaseNS = cms.double(13.0),
21  dataOOTCorrectionCategory = cms.string('Data'),
22  dataOOTCorrectionName = cms.string(''),
23  digiLabel = cms.InputTag("hltHcalDigis"),
24  digiTimeFromDB = cms.bool(True),
25  digistat = cms.PSet(
26 
27  ),
28  dropZSmarkedPassed = cms.bool(True),
29  firstAuxTS = cms.int32(4),
30  firstSample = cms.int32(4),
31  hfTimingTrustParameters = cms.PSet(
32 
33  ),
34  mcOOTCorrectionCategory = cms.string('MC'),
35  mcOOTCorrectionName = cms.string(''),
36  recoParamsFromDB = cms.bool(True),
37  samplesToAdd = cms.int32(4),
38  saturationParameters = cms.PSet(
39  maxADCvalue = cms.int32(127)
40  ),
41  setHSCPFlags = cms.bool(False),
42  setNegativeFlags = cms.bool(False),
43  setNoiseFlags = cms.bool(False),
44  setPulseShapeFlags = cms.bool(False),
45  setSaturationFlags = cms.bool(False),
46  setTimingTrustFlags = cms.bool(False),
47  tsFromDB = cms.bool(True),
48  useLeakCorrection = cms.bool(False)
49 )