CMS 3D CMS Logo

HLTPFClusteringForEgammaL1SeededTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
11 
12 HLTPFClusteringForEgammaL1SeededTask = cms.Task(
13  hltL1TEGammaFilteredCollectionProducer,
14  hltParticleFlowClusterECALL1Seeded,
15  hltParticleFlowClusterECALUncorrectedL1Seeded,
16  hltParticleFlowClusterPSL1Seeded,
17  hltParticleFlowRecHitECALL1Seeded,
18  hltParticleFlowRecHitPSL1Seeded,
19  hltParticleFlowSuperClusterECALL1Seeded,
20  hltRechitInRegionsECAL
21 )