CMS 3D CMS Logo

highPurityGeneralTracks_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 highPurityGeneralTracks = cms.EDFilter(
4  'TrackSelector',
5  src = cms.InputTag('generalTracks'),
6  cut = cms.string('quality("highPurity")'),
7  )