Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from ..modules.hltParticleFlowClusterECALUncorrectedUnseeded_cfi import *
0004 from ..modules.hltParticleFlowClusterECALUnseeded_cfi import *
0005 from ..modules.hltParticleFlowRecHitECALUnseeded_cfi import *
0006 from ..modules.hltParticleFlowSuperClusterECALUnseeded_cfi import *
0007 
0008 HLTPFClusteringForEgammaUnseededSequence = cms.Sequence(hltParticleFlowRecHitECALUnseeded+hltParticleFlowClusterECALUncorrectedUnseeded+hltParticleFlowClusterECALUnseeded+hltParticleFlowSuperClusterECALUnseeded)