CMS 3D CMS Logo

pfClusteringHBHEHFTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
8 
9 pfClusteringHBHEHFTask = cms.Task(
10  hltParticleFlowClusterHBHE,
11  hltParticleFlowClusterHCAL,
12  particleFlowClusterHF,
13  hltParticleFlowRecHitHBHE,
14  particleFlowRecHitHF
15 )