CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PhotonRefSelector.cc
Go to the documentation of this file.
1 /* \class PhotonRefSelector
2  *
3  * Selects photon with a configurable string-based cut.
4  * Saves references to the selected photons
5  *
6  * \author: Luca Lista, INFN
7  *
8  * usage:
9  *
10  * module bestPhotons = PhotonRefSelector {
11  * src = photons
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 
29  typedef SingleObjectSelector<
34 
SingleObjectSelector< reco::PhotonCollection, StringCutObjectSelector< reco::Photon >, reco::PhotonRefVector > PhotonRefSelector
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
std::vector< Photon > PhotonCollection
collectin of Photon objects
Definition: PhotonFwd.h:9