Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:58

0001 import FWCore.ParameterSet.Config as cms
0002 from RecoEgamma.EgammaIsolationAlgos.egammaHBHERecHitThreshold_cff import egammaHBHERecHit
0003 
0004 import RecoEgamma.EgammaPhotonProducers.conversionTrackCandidatesDefault_cfi as _convTrkCand
0005 conversionTrackCandidates = _convTrkCand.conversionTrackCandidatesDefault.clone(
0006     hbheRecHits = egammaHBHERecHit.hbheRecHits,
0007     recHitEThresholdHB = egammaHBHERecHit.recHitEThresholdHB,
0008     recHitEThresholdHE = egammaHBHERecHit.recHitEThresholdHE,
0009     usePFThresholdsFromDB = egammaHBHERecHit.usePFThresholdsFromDB,
0010     maxHcalRecHitSeverity = egammaHBHERecHit.maxHcalRecHitSeverity
0011 )