CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LargestPtTrackSelector.cc
Go to the documentation of this file.
1 /* \class LargestPtTrackSelector
2  *
3  * selects the N track with largest pt
4  *
5  * \author: Luca Lista, INFN
6  *
7  */
14 
15  typedef ObjectSelector<
19  >
21 
ObjectSelector< SortCollectionSelector< reco::TrackCollection, GreaterByPt< reco::Track > > > LargestPtTrackSelector
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
std::vector< Track > TrackCollection
collection of Tracks
Definition: TrackFwd.h:14