CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CandViewSelector.cc
Go to the documentation of this file.
1 /* \class CandViewRefSelector
2  *
3  * Candidate Selector based on a configurable cut.
4  * Reads a edm::View<Candidate> as input
5  * and saves a OwnVector of clones.
6  * Usage:
7  *
8  * module selectedCands = CandViewSelector {
9  * InputTag src = myCollection
10  * string cut = "pt > 15.0"
11  * };
12  *
13  * \author: Luca Lista, INFN
14  *
15  */
20 
21 typedef SingleObjectSelector<
26 
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
SingleObjectSelector< edm::View< reco::Candidate >, StringCutObjectSelector< reco::Candidate, true >, reco::CandidateCollection > CandViewSelector