src
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.hgcalLayerClustersEE_cfi
import
*
4
from
..
modules.hgcalLayerClustersHSi_cfi
import
*
5
from
..
modules.hgcalLayerClustersHSci_cfi
import
*
6
from
..
modules.hgcalMergeLayerClusters_cfi
import
*
7
from
..
modules.HGCalRecHit_cfi
import
*
8
from
..
modules.HGCalUncalibRecHit_cfi
import
*
9
from
..
modules.particleFlowClusterHGCal_cfi
import
*
10
from
..
modules.particleFlowRecHitHGC_cfi
import
*
11
12
hgcalLocalRecoTask = cms.Task(
13
HGCalRecHit,
14
HGCalUncalibRecHit,
15
hgcalLayerClustersEE,
16
hgcalLayerClustersHSi,
17
hgcalLayerClustersHSci,
18
hgcalMergeLayerClusters,
19
particleFlowClusterHGCal,
20
particleFlowRecHitHGC
21
)
particleFlowClusterHGCal_cfi
HGCalUncalibRecHit_cfi
HGCalRecHit_cfi
hgcalMergeLayerClusters_cfi
hgcalLayerClustersEE_cfi
hgcalLayerClustersHSi_cfi
particleFlowRecHitHGC_cfi
hgcalLayerClustersHSci_cfi
Generated for CMSSW Reference Manual by
1.8.14