src
HLTrigger
Configuration
python
HLT_75e33
tasks
particleFlowClusterTask_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
..
modules.particleFlowBadHcalPseudoCluster_cfi
import
*
4
from
..
tasks.pfClusteringECALTask_cfi
import
*
5
from
..
tasks.pfClusteringHBHEHFTask_cfi
import
*
6
from
..
tasks.pfClusteringHGCalTask_cfi
import
*
7
from
..
tasks.pfClusteringHOTask_cfi
import
*
8
9
particleFlowClusterTask = cms.Task(
10
particleFlowBadHcalPseudoCluster,
11
pfClusteringECALTask,
12
pfClusteringHBHEHFTask,
13
pfClusteringHGCalTask,
14
pfClusteringHOTask
15
)
particleFlowBadHcalPseudoCluster_cfi
pfClusteringECALTask_cfi
pfClusteringHOTask_cfi
pfClusteringHGCalTask_cfi
pfClusteringHBHEHFTask_cfi
Generated for CMSSW Reference Manual by
1.8.14