18 print '-------------PF with method I.5-------------'
19 print 'Independent of which HCAL reco was used since it reads the time samples from the rechit '
22 from RecoParticleFlow.PFClusterProducer.particleFlowClusterHBHEMaxSampleTimeSelected_cfi
import particleFlowClusterHBHETimeSelected
as timeSelector
23 process.particleFlowClusterHBHETimeSelected.cuts = timeSelector.cuts
25 from RecoParticleFlow.PFClusterProducer.particleFlowCaloResolution_cfi
import _timeResolutionHCALMaxSample
26 process.particleFlowRecHitHBHE.navigator = cms.PSet(
27 name = cms.string(
"PFRecHitHCALNavigatorWithTime"),
28 sigmaCut = cms.double(4.0),
29 timeResolutionCalc = _timeResolutionHCALMaxSample
32 for p
in process.particleFlowRecHitHBHE.producers:
33 p.name = cms.string(
"PFHBHERecHitCreatorMaxSample")
34 process.particleFlowClusterHBHE.pfClusterBuilder.algoName = cms.string(
"PFlow2DClusterizerWithTime")
def usePFWithMethodOnePointFive