CMS 3D CMS Logo

SiTrackingRecHitsValid_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
6 trackingRecHitsValid = cms.Sequence(PixelTrackingRecHitsValid*StripTrackingRecHitsValid)
7 from Configuration.Eras.Modifier_phase1Pixel_cff import phase1Pixel
8 phase1Pixel.toReplaceWith(trackingRecHitsValid, trackingRecHitsValid.copyAndExclude([ # FIXME
9  PixelTrackingRecHitsValid # Pixel validation needs to be migrated to phase1
10 ]))