CMS 3D CMS Logo

PixelCPEESProducers_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 
4 #
5 # Load all Pixel Cluster Position Estimator ESProducers
6 #
7 # 1. Template algorithm
8 #
10 #
11 # 2. Pixel Generic CPE
12 #
17 #
18 # 3. ESProducer for the Magnetic-field dependent template records
19 #
22 
23 def _addProcessCPEsAlpaka(process):
24  process.load("RecoLocalTracker.SiPixelRecHits.pixelCPEFastParamsESProducerAlpakaPhase1_cfi")
25  process.load("RecoLocalTracker.SiPixelRecHits.pixelCPEFastParamsESProducerAlpakaPhase2_cfi")
26  process.load("RecoLocalTracker.SiPixelRecHits.pixelCPEFastParamsESProducerAlpakaHIonPhase1_cfi")
27 
28 modifyConfigurationForAlpakaCPEs_ = alpaka.makeProcessModifier(_addProcessCPEsAlpaka)
29