CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ObjectShallowCloneSelector.h
Go to the documentation of this file.
1 #ifndef CandAlgos_ObjectShallowCloneSelector_h
2 #define CandAlgos_ObjectShallowCloneSelector_h
3 /* \class RefVectorShallowCloneStoreMananger
4  *
5  * \author Luca Lista, INFN
6  *
7  */
11 
12 template<typename Selector,
13  typename SizeSelector = NonNullNumberSelector,
15 class ObjectShallowCloneSelector : public ObjectSelector<Selector, reco::CandidateCollection, SizeSelector> {
16 public:
18  ObjectSelector<Selector, reco::CandidateCollection, SizeSelector, PostProcessor>( cfg ) { }
19 };
20 
21 #endif
tuple cfg
Definition: looper.py:293
Functor that operates on &lt;T&gt;
Definition: Selector.h:24
ObjectShallowCloneSelector(const edm::ParameterSet &cfg)
edm::OwnVector< Candidate > CandidateCollection
collection of Candidate objects
Definition: CandidateFwd.h:21