CMS 3D CMS Logo

HLTPFClusteringForEgammaUnseededTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
7 
8 HLTPFClusteringForEgammaUnseededTask = cms.Task(
9  hltParticleFlowClusterECALUncorrectedUnseeded,
10  hltParticleFlowClusterECALUnseeded,
11  hltParticleFlowRecHitECALUnseeded,
12  hltParticleFlowSuperClusterECALUnseeded
13 )