Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-08-21 04:46:35

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from ..modules.hltFilteredLayerClustersCLUE3DHigh_cfi import *
0004 from ..modules.hltHgcalDigis_cfi import *
0005 from ..modules.hltHgcalLayerClustersEE_cfi import *
0006 from ..modules.hltHgcalLayerClustersHSci_cfi import *
0007 from ..modules.hltHgcalLayerClustersHSi_cfi import *
0008 from ..modules.hltHgcalMergeLayerClusters_cfi import *
0009 from ..modules.hltHGCalRecHit_cfi import *
0010 from ..modules.hltHGCalUncalibRecHit_cfi import *
0011 from ..modules.hltParticleFlowClusterHGCalFromTICLUnseeded_cfi import *
0012 from ..modules.hltParticleFlowRecHitHGC_cfi import *
0013 from ..modules.hltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi import *
0014 from ..modules.hltTiclLayerTileProducer_cfi import *
0015 from ..modules.hltTiclSeedingGlobal_cfi import *
0016 from ..modules.hltTiclTrackstersCLUE3DHigh_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(hltHgcalDigis+hltHGCalUncalibRecHit+hltHGCalRecHit+hltParticleFlowRecHitHGC+hltHgcalLayerClustersEE+hltHgcalLayerClustersHSci+hltHgcalLayerClustersHSi+hltHgcalMergeLayerClusters+hltFilteredLayerClustersCLUE3DHigh+hltTiclSeedingGlobal+hltTiclLayerTileProducer+hltTiclTrackstersCLUE3DHigh+hltParticleFlowClusterHGCalFromTICLUnseeded+hltParticleFlowSuperClusterHGCalFromTICLUnseeded)
0023 
0024 _HLTHgcalTiclPFClusteringForEgammaUnseededSequence_heterogeneous = cms.Sequence(hltHgcalDigis+hltHGCalUncalibRecHit+hltHGCalRecHit+hltParticleFlowRecHitHGC+hltHgcalSoARecHitsProducer+hltHgcalSoARecHitsLayerClustersProducer+hltHgcalSoALayerClustersProducer+hltHgCalLayerClustersFromSoAProducer+hltHgcalLayerClustersHSci+hltHgcalLayerClustersHSi+hltHgcalMergeLayerClusters+hltFilteredLayerClustersCLUE3DHigh+hltTiclSeedingGlobal+hltTiclLayerTileProducer+hltTiclTrackstersCLUE3DHigh+hltParticleFlowClusterHGCalFromTICLUnseeded+hltParticleFlowSuperClusterHGCalFromTICLUnseeded)
0025 
0026 from Configuration.ProcessModifiers.alpaka_cff import alpaka
0027 alpaka.toReplaceWith(HLTHgcalTiclPFClusteringForEgammaUnseededSequence, _HLTHgcalTiclPFClusteringForEgammaUnseededSequence_heterogeneous)
0028 alpaka.toModify(hltHgcalMergeLayerClusters,
0029         layerClustersEE = cms.InputTag("hltHgCalLayerClustersFromSoAProducer"),
0030         time_layerclustersEE = cms.InputTag("hltHgCalLayerClustersFromSoAProducer", "timeLayerCluster"))