CMS 3D CMS Logo

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