src
HLTrigger
Configuration
python
HLT_75e33
tasks
pfClusteringHBHEHFTask_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
..
modules.hltParticleFlowClusterHBHE_cfi
import
*
4
from
..
modules.hltParticleFlowClusterHCAL_cfi
import
*
5
from
..
modules.particleFlowClusterHF_cfi
import
*
6
from
..
modules.hltParticleFlowRecHitHBHE_cfi
import
*
7
from
..
modules.particleFlowRecHitHF_cfi
import
*
8
9
pfClusteringHBHEHFTask = cms.Task(
10
hltParticleFlowClusterHBHE,
11
hltParticleFlowClusterHCAL,
12
particleFlowClusterHF,
13
hltParticleFlowRecHitHBHE,
14
particleFlowRecHitHF
15
)
hltParticleFlowClusterHBHE_cfi
particleFlowClusterHF_cfi
hltParticleFlowRecHitHBHE_cfi
particleFlowRecHitHF_cfi
hltParticleFlowClusterHCAL_cfi
Generated for CMSSW Reference Manual by
1.8.14