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.particleFlowRecHitHGC_cfi
import
*
8
9
hgcalLocalRecoTask = cms.Task(
10
HGCalRecHit,
11
HGCalUncalibRecHit,
12
hgcalLayerClusters,
13
particleFlowClusterHGCal,
14
particleFlowRecHitHGC
15
)
particleFlowClusterHGCal_cfi
HGCalUncalibRecHit_cfi
HGCalRecHit_cfi
hgcalLayerClusters_cfi
particleFlowRecHitHGC_cfi
Generated for CMSSW Reference Manual by
1.8.14