CMS 3D CMS Logo

HLTHgcalTiclPFClusteringForEgammaUnseededTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 from ..modules.hgcalDigis_cfi import *
5 from ..modules.hgcalLayerClusters_cfi import *
6 from ..modules.HGCalRecHit_cfi import *
7 from ..modules.HGCalUncalibRecHit_cfi import *
8 from ..modules.offlineBeamSpot_cfi import *
14 from ..modules.ticlSeedingGlobal_cfi import *
16 
17 HLTHgcalTiclPFClusteringForEgammaUnseededTask = cms.Task(
18  HGCalRecHit,
19  HGCalUncalibRecHit,
20  filteredLayerClustersCLUE3DHigh,
21  hgcalDigis,
22  hgcalLayerClusters,
23  offlineBeamSpot,
24  particleFlowClusterHGCalFromTICLHAD,
25  particleFlowClusterHGCalFromTICLUnseeded,
26  particleFlowRecHitHGC,
27  particleFlowSuperClusterHGCalFromTICLUnseeded,
28  ticlLayerTileProducer,
29  ticlSeedingGlobal,
30  ticlTrackstersCLUE3DHigh
31 )