CMS 3D CMS Logo

JPTJetSelector.cc
Go to the documentation of this file.
1 /* \class JPTJetSelector
2  *
3  * Selects track with a configurable string-based cut.
4  * Saves clones of the selected tracks
5  *
6  * \author: Kalanand Mishra, Fermilab
7  *
8  * usage:
9  *
10  * module bestJPTJets = JPTJetSelector {
11  * src = ktJets
12  * string cut = "pt > 20 & abs( eta ) < 2"
13  * }
14  *
15  * for more details about the cut syntax, see the documentation
16  * page below:
17  *
18  * https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePhysicsCutParser
19  *
20  *
21  */
22 
28 
30 
StringCutObjectSelector.h
SingleObjectSelector.h
MakerMacros.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
JPTJetCollection.h
JPTJetSelector
SingleObjectSelector< reco::JPTJetCollection, StringCutObjectSelector< reco::JPTJet > > JPTJetSelector
Definition: JPTJetSelector.cc:29
SingleObjectSelectorBase
Definition: SingleObjectSelector.h:26
JPTJet.h