#include <VarRangeCutColl.h>
Public Member Functions | |
bool | operator() (const ObjType &obj) const |
bool | operator() (const ObjType &obj, const std::string &varToSkip) const |
bool | operator() (const ObjType &obj, const std::vector< std::string > &varsToSkip) const |
VarRangeCutColl (const std::vector< edm::ParameterSet > &configs) | |
Private Attributes | |
std::vector< VarRangeCut< ObjType > > | rangeCuts_ |
Definition at line 25 of file VarRangeCutColl.h.
|
inlineexplicit |
Definition at line 27 of file VarRangeCutColl.h.
|
inline |
Definition at line 33 of file VarRangeCutColl.h.
|
inline |
Definition at line 47 of file VarRangeCutColl.h.
|
inline |
Definition at line 57 of file VarRangeCutColl.h.
|
private |
Definition at line 68 of file VarRangeCutColl.h.
Referenced by VarRangeCutColl< trigger::TriggerObject >::operator()(), and VarRangeCutColl< trigger::TriggerObject >::VarRangeCutColl().