test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
8 # If the Phase 1 pixel detector is active, don't run this validation sequence
9 from Configuration.StandardSequences.Eras import eras
10 if eras.phase1Pixel.isChosen():
11  trackingRecHitsValid.remove(PixelTrackingRecHitsValid)