CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CandPtrSelector.cc
Go to the documentation of this file.
1 /* \class CandPtrSelector
2  *
3  * Candidate Selector based on a configurable cut.
4  * Reads a edm::View<Candidate> as input
5  * and saves a vector of references (edm::PtrVector)
6  *
7  * \author: Luca Lista, INFN
8  *
9  */
14 
15 typedef SingleObjectSelector<
20 
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
SingleObjectSelector< edm::View< reco::Candidate >, StringCutObjectSelector< reco::Candidate, true >, edm::PtrVector< reco::Candidate > > CandPtrSelector