CMS 3D CMS Logo

PtMinTrackSelector.cc

Go to the documentation of this file.
00001 /* \class PtMinTrackSelector
00002  *
00003  * selects track above a minumum pt cut
00004  *
00005  * \author: Luca Lista, INFN
00006  *
00007  */
00008 #include "FWCore/Framework/interface/MakerMacros.h"
00009 #include "PhysicsTools/UtilAlgos/interface/PtMinSelector.h"
00010 #include "PhysicsTools/UtilAlgos/interface/SingleObjectSelector.h"
00011 #include "DataFormats/TrackReco/interface/Track.h"
00012 #include "DataFormats/TrackReco/interface/TrackFwd.h"
00013 
00014  typedef SingleObjectSelector<
00015            reco::TrackCollection, 
00016            PtMinSelector
00017          > PtMinTrackSelector;
00018 
00019 DEFINE_FWK_MODULE( PtMinTrackSelector );

Generated on Tue Jun 9 17:41:50 2009 for CMSSW by  doxygen 1.5.4