CMS 3D CMS Logo

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