Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-01-16 23:23:56

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