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 () |
virtual TClass * | IsA () const |
bool | match (const char *testPattern) const |
bool | ok () |
Entry & | operator= (const Entry &other) |
RooAbsCategory::value_type | outCat () const |
const TRegexp * | regexp () const |
virtual void | Streamer (TBuffer &) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
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 322 of file RooMappedCategory.cxx.
RooMappedCategory::Entry::Entry | ( | const char * | exp, |
RooAbsCategory::value_type | cat ) |
Definition at line 320 of file RooMappedCategory.cxx.
Definition at line 321 of file RooMappedCategory.cxx.
Definition at line 70 of file RooMappedCategory.h.
Definition at line 70 of file RooMappedCategory.h.
Definition at line 70 of file RooMappedCategory.h.
Mangle name : escape regexp character '+'.
Definition at line 349 of file RooMappedCategory.cxx.
Definition at line 342 of file RooMappedCategory.cxx.
bool RooMappedCategory::Entry::ok | ( | ) |
Definition at line 323 of file RooMappedCategory.cxx.
RooMappedCategory::Entry & RooMappedCategory::Entry::operator= | ( | const Entry & | other | ) |
Definition at line 327 of file RooMappedCategory.cxx.
|
inline |
Definition at line 59 of file RooMappedCategory.h.
Definition at line 361 of file RooMappedCategory.cxx.
|
inline |
Definition at line 70 of file RooMappedCategory.h.
|
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.