Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:54

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltHoreco = cms.EDProducer("HcalHitReconstructor",
0004     HFInWindowStat = cms.PSet(
0005 
0006     ),
0007     PETstat = cms.PSet(
0008 
0009     ),
0010     S8S1stat = cms.PSet(
0011 
0012     ),
0013     S9S1stat = cms.PSet(
0014 
0015     ),
0016     Subdetector = cms.string('HO'),
0017     correctForPhaseContainment = cms.bool(True),
0018     correctForTimeslew = cms.bool(True),
0019     correctTiming = cms.bool(False),
0020     correctionPhaseNS = cms.double(13.0),
0021     dataOOTCorrectionCategory = cms.string('Data'),
0022     dataOOTCorrectionName = cms.string(''),
0023     digiLabel = cms.InputTag("hltHcalDigis"),
0024     digiTimeFromDB = cms.bool(True),
0025     digistat = cms.PSet(
0026 
0027     ),
0028     dropZSmarkedPassed = cms.bool(True),
0029     firstAuxTS = cms.int32(4),
0030     firstSample = cms.int32(4),
0031     hfTimingTrustParameters = cms.PSet(
0032 
0033     ),
0034     mcOOTCorrectionCategory = cms.string('MC'),
0035     mcOOTCorrectionName = cms.string(''),
0036     recoParamsFromDB = cms.bool(True),
0037     samplesToAdd = cms.int32(4),
0038     saturationParameters = cms.PSet(
0039         maxADCvalue = cms.int32(127)
0040     ),
0041     setHSCPFlags = cms.bool(False),
0042     setNegativeFlags = cms.bool(False),
0043     setNoiseFlags = cms.bool(False),
0044     setPulseShapeFlags = cms.bool(False),
0045     setSaturationFlags = cms.bool(False),
0046     setTimingTrustFlags = cms.bool(False),
0047     tsFromDB = cms.bool(True),
0048     useLeakCorrection = cms.bool(False)
0049 )