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
from
..
tasks.pfClusteringPSTask_cfi
import
*
9
10
particleFlowClusterTask = cms.Task(
11
particleFlowBadHcalPseudoCluster,
12
pfClusteringECALTask,
13
pfClusteringHBHEHFTask,
14
pfClusteringHGCalTask,
15
pfClusteringHOTask,
16
pfClusteringPSTask
17
)
particleFlowBadHcalPseudoCluster_cfi
pfClusteringECALTask_cfi
pfClusteringHOTask_cfi
pfClusteringHGCalTask_cfi
pfClusteringHBHEHFTask_cfi
pfClusteringPSTask_cfi
Generated for CMSSW Reference Manual by
1.8.14