src
HLTrigger
Configuration
python
HLT_75e33
tasks
HLTHgcalTiclPFClusteringForEgammaUnseededTask_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
..
modules.HGCalRecHit_cfi
import
*
4
from
..
modules.HGCalUncalibRecHit_cfi
import
*
5
from
..
modules.filteredLayerClustersCLUE3DHigh_cfi
import
*
6
from
..
modules.hgcalDigis_cfi
import
*
7
from
..
modules.hgcalLayerClustersEE_cfi
import
*
8
from
..
modules.hgcalLayerClustersHSci_cfi
import
*
9
from
..
modules.hgcalLayerClustersHSi_cfi
import
*
10
from
..
modules.particleFlowClusterHGCalFromTICLUnseeded_cfi
import
*
11
from
..
modules.particleFlowRecHitHGC_cfi
import
*
12
from
..
modules.particleFlowSuperClusterHGCalFromTICLUnseeded_cfi
import
*
13
from
..
modules.ticlLayerTileProducer_cfi
import
*
14
from
..
modules.ticlSeedingGlobal_cfi
import
*
15
from
..
modules.ticlTrackstersCLUE3DHigh_cfi
import
*
16
from
..
modules.hgcalMergeLayerClusters_cfi
import
*
17
from
..
tasks.HLTBeamSpotTask_cfi
import
*
18
19
HLTHgcalTiclPFClusteringForEgammaUnseededTask = cms.Task(
20
HGCalRecHit,
21
HGCalUncalibRecHit,
22
HLTBeamSpotTask,
23
filteredLayerClustersCLUE3DHigh,
24
hgcalDigis,
25
hgcalLayerClustersEE,
26
hgcalLayerClustersHSi,
27
hgcalLayerClustersHSci,
28
hgcalMergeLayerClusters,
29
particleFlowClusterHGCalFromTICLUnseeded,
30
particleFlowRecHitHGC,
31
particleFlowSuperClusterHGCalFromTICLUnseeded,
32
ticlLayerTileProducer,
33
ticlSeedingGlobal,
34
ticlTrackstersCLUE3DHigh
35
)
hgcalDigis_cfi
HGCalUncalibRecHit_cfi
HGCalRecHit_cfi
HLTBeamSpotTask_cfi
ticlLayerTileProducer_cfi
hgcalMergeLayerClusters_cfi
particleFlowClusterHGCalFromTICLUnseeded_cfi
ticlSeedingGlobal_cfi
particleFlowSuperClusterHGCalFromTICLUnseeded_cfi
hgcalLayerClustersEE_cfi
hgcalLayerClustersHSi_cfi
particleFlowRecHitHGC_cfi
hgcalLayerClustersHSci_cfi
filteredLayerClustersCLUE3DHigh_cfi
ticlTrackstersCLUE3DHigh_cfi
Generated for CMSSW Reference Manual by
1.8.14