HLTrigger
Configuration
python
HLT_75e33
tasks
hgcalLocalRecoTask_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
..
modules.hgcalLayerClusters_cfi
import
*
4
from
..
modules.HGCalRecHit_cfi
import
*
5
from
..
modules.HGCalUncalibRecHit_cfi
import
*
6
from
..
modules.particleFlowClusterHGCal_cfi
import
*
7
#from ..modules.particleFlowClusterHGCalFromMultiCl_cfi import *
8
from
..
modules.particleFlowRecHitHGC_cfi
import
*
9
10
hgcalLocalRecoTask = cms.Task(
11
HGCalRecHit,
12
HGCalUncalibRecHit,
13
hgcalLayerClusters,
14
particleFlowClusterHGCal,
15
# particleFlowClusterHGCalFromMultiCl,
16
particleFlowRecHitHGC
17
)
particleFlowClusterHGCal_cfi
HGCalUncalibRecHit_cfi
HGCalRecHit_cfi
hgcalLayerClusters_cfi
particleFlowRecHitHGC_cfi
Generated for CMSSW Reference Manual by
1.8.14