Definition at line 50 of file RooMappedCategory.h.
Public Member Functions | |
Entry () | |
Entry (const char *exp, RooAbsCategory::value_type cat) | |
Entry (const Entry &other) | |
virtual | ~Entry () |
Bool_t | match (const char *testPattern) const |
bool | ok () |
Entry & | operator= (const Entry &other) |
RooAbsCategory::value_type | outCat () const |
const TRegexp * | regexp () const |
Protected Member Functions | |
TString | mangle (const char *exp) const |
Mangle name : escape regexp character '+'. | |
Protected Attributes | |
RooAbsCategory::value_type | _catIdx |
TString | _expr |
TRegexp * | _regexp {nullptr} |
#include <RooMappedCategory.h>
|
inline |
Definition at line 52 of file RooMappedCategory.h.
|
virtual |
Definition at line 332 of file RooMappedCategory.cxx.
RooMappedCategory::Entry::Entry | ( | const char * | exp, |
RooAbsCategory::value_type | cat | ||
) |
Definition at line 328 of file RooMappedCategory.cxx.
RooMappedCategory::Entry::Entry | ( | const Entry & | other | ) |
Definition at line 330 of file RooMappedCategory.cxx.
|
protected |
Mangle name : escape regexp character '+'.
Definition at line 358 of file RooMappedCategory.cxx.
bool RooMappedCategory::Entry::match | ( | const char * | testPattern | ) | const |
Definition at line 351 of file RooMappedCategory.cxx.
bool RooMappedCategory::Entry::ok | ( | ) |
Definition at line 333 of file RooMappedCategory.cxx.
RooMappedCategory::Entry & RooMappedCategory::Entry::operator= | ( | const Entry & | other | ) |
Definition at line 337 of file RooMappedCategory.cxx.
|
inline |
Definition at line 59 of file RooMappedCategory.h.
const TRegexp * RooMappedCategory::Entry::regexp | ( | ) | const |
Definition at line 370 of file RooMappedCategory.cxx.
|
protected |
Definition at line 68 of file RooMappedCategory.h.
|
protected |
Definition at line 66 of file RooMappedCategory.h.
|
mutableprotected |
Definition at line 67 of file RooMappedCategory.h.