CMS 3D CMS Logo

HLTElePixelMatchUnseededSequence_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
6 
7 HLTElePixelMatchUnseededSequence = cms.Sequence(
8  HLTDoLocalPixelSequence +
9  HLTDoLocalStripSequence,
10  HLTElePixelMatchUnseededTask
11 )