Classes | |
class | ROOT::Experimental::REveException |
REveException Exception-type thrown by Eve classes. More... | |
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
namespace | ROOT::Experimental |
Typedefs | |
typedef unsigned int | ROOT::Experimental::ElementId_t |
Functions | |
REveException | ROOT::Experimental::operator+ (const REveException &s1, const char *s2) |
REveException | ROOT::Experimental::operator+ (const REveException &s1, const std::string &s2) |
REveException | ROOT::Experimental::operator+ (const REveException &s1, const TString &s2) |
REveException | ROOT::Experimental::operator+ (const REveException &s1, ElementId_t x) |
bool | ROOT::Experimental::operator== (const std::string &s, const TString &t) |
bool | ROOT::Experimental::operator== (const TString &t, const std::string &s) |
RLogChannel & | ROOT::Experimental::REveLog () |
Log channel for Eve diagnostics. | |