50 static void Macro(
const char* mac);
112 virtual const char*
what()
const throw () {
return Data(); }
static TObjArray * fgDefaultColors
Standard utility functions for Eve.
Base-class for reference-counted objects with reverse references to TEveElement objects.
static void LoadMacro(const char *mac)
Makes sure that macro 'mac' is loaded, but do not reload it.
static Bool_t IsU1IntervalOverlappingByMinMax(Float_t minM, Float_t maxM, Float_t minQ, Float_t maxQ)
Return true if interval Q is overlapping within interval M for U1 variables.
virtual ~TEveGeoManagerHolder()
Destructor.
TEveRefBackPtr & operator=(const TEveRefBackPtr &)
Assignment operator.
static void AssertMacro(const char *mac)
Load and execute macro 'mac' if it has not been loaded yet.
const char * Data() const
Exception safe wrapper for setting gPad.
static Float_t GetFraction(Float_t minM, Float_t maxM, Float_t minQ, Float_t maxQ)
Get fraction of interval [minQ, maxQ] in [minM, maxM].
TEveGeoManagerHolder(const TEveGeoManagerHolder &)
static Bool_t IsU1IntervalContainedByMeanDelta(Float_t meanM, Float_t deltaM, Float_t meanQ, Float_t deltaQ)
ClassDef(TEvePadHolder, 0)
static void SetupEnvironment()
Setup Include and Macro paths.
TVirtualPad is an abstract base class for the Pad and Canvas classes.
TEvePadHolder & operator=(const TEvePadHolder &)
TEveRefCnt(const TEveRefCnt &)
bool operator==(const TString &t, const std::string &s)
TEveException(const char *s)
ClassDef(TEveRefBackPtr, 0)
Exception safe wrapper for setting gGeoManager.
Base-class for reference-counted objects.
virtual void OnZeroRefCount()
virtual ~TEvePadHolder()
Destructor.
TEveRefBackPtr()
Default constructor.
ClassDef(TEveException, 1)
static void Macro(const char *mac)
Execute macro 'mac'. Do not reload the macro.
static Bool_t IsU1IntervalContainedByMinMax(Float_t minM, Float_t maxM, Float_t minQ, Float_t maxQ)
Return true if interval Q is contained within interval M for U1 variables.
TEveRefCnt & operator=(const TEveRefCnt &)
static Bool_t IsU1IntervalOverlappingByMeanDelta(Float_t meanM, Float_t deltaM, Float_t meanQ, Float_t deltaQ)
TEveGeoManagerHolder & operator=(const TEveGeoManagerHolder &)
virtual ~TEveRefBackPtr()
Destructor. Noop, should complain if back-ref list is not empty.
Mother of all ROOT objects.
double f2(const double *x)
static void ColorFromIdx(Color_t ci, UChar_t col[4], Bool_t alpha=kTRUE)
Fill col with RGBA values corresponding to index ci.
static void SetColorBrightness(Float_t value, Bool_t full_redraw=kFALSE)
Tweak all ROOT colors to become brighter (if value > 0) or darker (value < 0).
Exception class thrown by TEve classes and macros.
std::map< TEveElement *, Int_t > RefMap_t
virtual void StampBackPtrElements(UChar_t stamps)
Add given stamps to elements in the list of reverse references.
ClassDef(TEveGeoManagerHolder, 0)
static Bool_t CheckMacro(const char *mac)
Checks if macro 'mac' is loaded.
TEveException operator+(const TEveException &s1, const std::string &s2)
RefMap_t::iterator RefMap_i
Base class for TEveUtil visualization elements, providing hierarchy management, rendering control and...
virtual const char * what() const
static Color_t * FindColorVar(TObject *obj, const char *varname)
Find address of Color_t data-member with name varname in object obj.
TEvePadHolder(const TEvePadHolder &)
static void SetupGUI()
Setup icon pictures and mime-types.
TEveException(const TString &s)