CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DummyCandSelector.cc
Go to the documentation of this file.
1 /* \class DummyCandSelector
2  *
3  * Dummy Candidate selector module
4  *
5  * module allCands = DummyCandSelector {
6  * InputTag src = myCollection
7  * };
8  *
9  * \author: Luca Lista, INFN
10  *
11  */
17 
18 typedef SingleObjectSelector<
22 
23 typedef SingleObjectSelector<
27 
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
SingleObjectSelector< reco::CandidateView, FreeFunctionSelector< reco::Candidate, dummy::select > > DummyFunCandSelector
SingleObjectSelector< reco::CandidateView, DummySelector > DummyCandSelector
edm::View< Candidate > CandidateView
view of a collection containing candidates
Definition: CandidateFwd.h:23