#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 32 of file VarRangeCutColl.h.
|
inline |
Definition at line 45 of file VarRangeCutColl.h.
|
inline |
Definition at line 53 of file VarRangeCutColl.h.
|
private |
Definition at line 61 of file VarRangeCutColl.h.
Referenced by VarRangeCutColl< ProbeType >::operator()(), and VarRangeCutColl< ProbeType >::VarRangeCutColl().