Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-07-16 02:42:58

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from ..modules.filteredLayerClustersCLUE3DHigh_cfi import *
0004 from ..modules.hgcalDigis_cfi import *
0005 from ..modules.hgcalLayerClustersEE_cfi import *
0006 from ..modules.hgcalLayerClustersHSci_cfi import *
0007 from ..modules.hgcalLayerClustersHSi_cfi import *
0008 from ..modules.hgcalMergeLayerClusters_cfi import *
0009 from ..modules.HGCalRecHit_cfi import *
0010 from ..modules.HGCalUncalibRecHit_cfi import *
0011 from ..modules.particleFlowClusterHGCalFromTICLUnseeded_cfi import *
0012 from ..modules.particleFlowRecHitHGC_cfi import *
0013 from ..modules.particleFlowSuperClusterHGCalFromTICLUnseeded_cfi import *
0014 from ..modules.ticlLayerTileProducer_cfi import *
0015 from ..modules.ticlSeedingGlobal_cfi import *
0016 from ..modules.ticlTrackstersCLUE3DHigh_cfi import *
0017 from ..modules.hltHgcalSoARecHitsProducer_cfi import *
0018 from ..modules.hltHgcalSoARecHitsLayerClustersProducer_cfi import *
0019 from ..modules.hltHgcalSoALayerClustersProducer_cfi import *
0020 from ..modules.hltHgcalLayerClustersFromSoAProducer_cfi import *
0021 
0022 HLTHgcalTiclPFClusteringForEgammaUnseededSequence = cms.Sequence(hgcalDigis+HGCalUncalibRecHit+HGCalRecHit+particleFlowRecHitHGC+hgcalLayerClustersEE+hgcalLayerClustersHSci+hgcalLayerClustersHSi+hgcalMergeLayerClusters+filteredLayerClustersCLUE3DHigh+ticlSeedingGlobal+ticlLayerTileProducer+ticlTrackstersCLUE3DHigh+particleFlowClusterHGCalFromTICLUnseeded+particleFlowSuperClusterHGCalFromTICLUnseeded)
0023 
0024 _HLTHgcalTiclPFClusteringForEgammaUnseededSequence_heterogeneous = cms.Sequence(hgcalDigis+HGCalUncalibRecHit+HGCalRecHit+particleFlowRecHitHGC+hltHgcalSoARecHitsProducer+hltHgcalSoARecHitsLayerClustersProducer+hltHgcalSoALayerClustersProducer+hltHgCalLayerClustersFromSoAProducer+hgcalLayerClustersHSci+hgcalLayerClustersHSi+hgcalMergeLayerClusters+filteredLayerClustersCLUE3DHigh+ticlSeedingGlobal+ticlLayerTileProducer+ticlTrackstersCLUE3DHigh+particleFlowClusterHGCalFromTICLUnseeded+particleFlowSuperClusterHGCalFromTICLUnseeded)
0025 
0026 from Configuration.ProcessModifiers.alpaka_cff import alpaka
0027 alpaka.toReplaceWith(HLTHgcalTiclPFClusteringForEgammaUnseededSequence, _HLTHgcalTiclPFClusteringForEgammaUnseededSequence_heterogeneous)
0028 alpaka.toModify(hgcalMergeLayerClusters,
0029         layerClustersEE = cms.InputTag("hltHgCalLayerClustersFromSoAProducer"),
0030         time_layerclustersEE = cms.InputTag("hltHgCalLayerClustersFromSoAProducer", "timeLayerCluster"))