CMS 3D CMS Logo

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 *
6 from ..modules.hgcalDigis_cfi import *
14 from ..modules.ticlSeedingGlobal_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 )