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.hltL1TEGammaFilteredCollectionProducer_cfi import *
0004 from ..modules.hltParticleFlowClusterECALL1Seeded_cfi import *
0005 from ..modules.hltParticleFlowClusterECALUncorrectedL1Seeded_cfi import *
0006 from ..modules.hltParticleFlowRecHitECALL1Seeded_cfi import *
0007 from ..modules.hltParticleFlowSuperClusterECALL1Seeded_cfi import *
0008 from ..modules.hltRechitInRegionsECAL_cfi import *
0009 
0010 HLTPFClusteringForEgammaL1SeededSequence = cms.Sequence((hltL1TEGammaFilteredCollectionProducer+hltRechitInRegionsECAL+hltParticleFlowRecHitECALL1Seeded+hltParticleFlowClusterECALUncorrectedL1Seeded+hltParticleFlowClusterECALL1Seeded+hltParticleFlowSuperClusterECALL1Seeded))