![]() |
|
|||
File indexing completed on 2025-01-09 23:33:30
0001 import FWCore.ParameterSet.Config as cms 0002 0003 from EventFilter.SiPixelRawToDigi.SiPixelRawToDigi_cfi import siPixelDigis 0004 0005 siPixelDigisTask = cms.Task( 0006 # SwitchProducer wrapping the legacy pixel digis producer or an alias combining the pixel digis information converted from SoA 0007 siPixelDigis 0008 ) 0009 0010 # Phase 2 Tracker Modifier 0011 from Configuration.Eras.Modifier_phase2_tracker_cff import phase2_tracker 0012 # Remove siPixelDigis until we have phase2 pixel digis 0013 phase2_tracker.toReplaceWith(siPixelDigisTask, cms.Task()) #FIXME
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |