CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackFullCloneSelector.cc
Go to the documentation of this file.
1 /* \class TrackSelector
2  *
3  * Selects track with a configurable string-based cut.
4  * Saves clones of the selected tracks, and also
5  * clones track extras and rec-hits
6  *
7  * \author: Luca Lista, INFN
8  *
9  * usage:
10  *
11  * module bestTracks = TrackFullCloneSelector {
12  * src = ctfWithMaterialTracks
13  * string cut = "pt > 20 & abs( eta ) < 2"
14  * }
15  *
16  * for more details about the cut syntax, see the documentation
17  * page below:
18  *
19  * https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePhysicsCutParser
20  *
21  *
22  */
23 
30 
31  typedef SingleObjectSelector<
35 
37 
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
std::vector< Track > TrackCollection
collection of Tracks
Definition: TrackFwd.h:14
SingleObjectSelector< reco::TrackCollection, StringCutObjectSelector< reco::Track > > TrackFullCloneSelector