CMS 3D CMS Logo

HLTPFHcalClusteringForEgammaTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
7 
8 HLTPFHcalClusteringForEgammaTask = cms.Task(
9  hltParticleFlowClusterHBHEForEgamma,
10  hltParticleFlowClusterHCALForEgamma,
11  hltParticleFlowRecHitHBHEForEgamma,
12  hltRegionalTowerForEgamma
13 )