CMS 3D CMS Logo

HLTPFHcalClusteringForEgammaTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
6 
7 HLTPFHcalClusteringForEgammaTask = cms.Task(
8  hltParticleFlowClusterHBHE,
9  hltParticleFlowClusterHCAL,
10  hltParticleFlowRecHitHBHE
11 )