CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SingleObjectShallowCloneSelector.h
Go to the documentation of this file.
1 #ifndef CandAlgos_SingleObjectShallowCloneSelector_h
2 #define CandAlgos_SingleObjectShallowCloneSelector_h
3 /* \class SingleObjectShallowSelector
4  *
5  * \author Luca Lista, INFN
6  */
11 
12 template <typename InputCollection,
13  typename Selector,
14  typename StoreContainer = typename helper::StoreContainerTrait<reco::CandidateCollection>::type,
16  typename StoreManager =
22  SingleElementCollectionSelector<InputCollection, Selector, reco::CandidateCollection, StoreContainer, RefAdder>,
23  NonNullNumberSelector,
24  PostProcessor> {
25 public:
30  PostProcessor>(cfg) {}
32 };
33 
34 #endif
tuple base
Main Program
Definition: newFWLiteAna.py:92
tuple cfg
Definition: looper.py:296
Functor that operates on &lt;T&gt;
Definition: Selector.h:22
SingleObjectShallowCloneSelector(const edm::ParameterSet &cfg)
edm::OwnVector< Candidate > CandidateCollection
collection of Candidate objects
Definition: CandidateFwd.h:21