CMS 3D CMS Logo

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