CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions
reco::SelectInCollection< Object > Struct Template Referenceabstract

#include <ExpressionEvaluatorTemplates.h>

Public Types

using Collection = std::vector< Object const * >
 

Public Member Functions

virtual void eval (Collection &) const =0
 
template<typename F >
void select (Collection &cands, F f) const
 

Detailed Description

template<typename Object>
struct reco::SelectInCollection< Object >

Definition at line 41 of file ExpressionEvaluatorTemplates.h.

Member Typedef Documentation

template<typename Object >
using reco::SelectInCollection< Object >::Collection = std::vector<Object const *>

Definition at line 42 of file ExpressionEvaluatorTemplates.h.

Member Function Documentation

template<typename Object >
virtual void reco::SelectInCollection< Object >::eval ( Collection ) const
pure virtual
template<typename Object >
template<typename F >
void reco::SelectInCollection< Object >::select ( Collection cands,
F  f 
) const
inline