CMS 3D CMS Logo

HLTHgcalTiclPFClusteringForEgammaL1SeededTask_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.hgcalDigisL1Seeded_cfi import *
11 from ..modules.offlineBeamSpot_cfi import *
16 from ..modules.ticlSeedingL1_cfi import *
17 from ..modules.ticlTrackstersEML1_cfi import *
18 
19 HLTHgcalTiclPFClusteringForEgammaL1SeededTask = cms.Task(
20  HGCalRecHitL1Seeded,
21  HGCalUncalibRecHitL1Seeded,
22  filteredLayerClustersEML1Seeded,
23  hgcalDigis,
24  hgcalDigisL1Seeded,
25  hgcalLayerClustersL1Seeded,
26  hltL1TEGammaHGCFilteredCollectionProducer,
27  hltRechitInRegionsHGCAL,
28  offlineBeamSpot,
29  particleFlowClusterHGCalFromTICLL1Seeded,
30  particleFlowRecHitHGCL1Seeded,
31  particleFlowSuperClusterHGCalFromTICLL1Seeded,
32  ticlLayerTileProducerL1Seeded,
33  ticlSeedingL1,
34  ticlTrackstersEML1
35 )