![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 51 of file RooMappedCategory.h.
Public Member Functions | |
| Entry () | |
| virtual | ~Entry () |
| Entry (const char *exp, const RooCatType *cat) | |
| Entry (const Entry &other) | |
| Bool_t | ok () |
| Bool_t | match (const char *testPattern) const |
| const RooCatType & | outCat () const |
| Entry & | operator= (const Entry &other) |
Protected Member Functions | |
| TString | mangle (const char *exp) const |
| Mangle name : escape regexp character '+'. More... | |
Protected Attributes | |
| TString | _expr |
| TRegexp * | _regexp |
| RooCatType | _cat |
#include <RooMappedCategory.h>
Collaboration diagram for RooMappedCategory::Entry:
|
inline |
Definition at line 53 of file RooMappedCategory.h.
|
inlinevirtual |
Definition at line 54 of file RooMappedCategory.h.
|
inline |
Definition at line 55 of file RooMappedCategory.h.
|
inline |
Definition at line 56 of file RooMappedCategory.h.
|
protected |
Mangle name : escape regexp character '+'.
Definition at line 348 of file RooMappedCategory.cxx.
|
inline |
Definition at line 58 of file RooMappedCategory.h.
|
inline |
Definition at line 57 of file RooMappedCategory.h.
Referenced by RooMappedCategory::map().
| RooMappedCategory::Entry & RooMappedCategory::Entry::operator= | ( | const Entry & | other | ) |
Definition at line 328 of file RooMappedCategory.cxx.
|
inline |
Definition at line 59 of file RooMappedCategory.h.
|
protected |
Definition at line 68 of file RooMappedCategory.h.
Referenced by operator=(), and outCat().
|
protected |
Definition at line 66 of file RooMappedCategory.h.
Referenced by operator=().
|
protected |
Definition at line 67 of file RooMappedCategory.h.
Referenced by match(), ok(), operator=(), and ~Entry().