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  hltParticleFlowClusterHBHEForEgamma,
9  hltParticleFlowClusterHCALForEgamma,
10  hltParticleFlowRecHitHBHEForEgamma
11 )