50 static void Macro(
const char* mac);
112 virtual const char*
what() const noexcept {
return Data(); }
207 virtual void StampBackPtrElements(
UChar_t stamps);
static TObjArray * fgDefaultColors
The manager class for any TGeo geometry.
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 const char * what() const noexcept
static void AssertMacro(const char *mac)
Load and execute macro 'mac' if it has not been loaded yet.
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].
#define ClassDef(name, id)
static Bool_t IsU1IntervalContainedByMeanDelta(Float_t meanM, Float_t deltaM, Float_t meanQ, Float_t deltaQ)
static void SetupEnvironment()
Setup Include and Macro paths.
TVirtualPad is an abstract base class for the Pad and Canvas classes.
TEveRefCnt(const TEveRefCnt &)
bool operator==(const TString &t, const std::string &s)
TEveException(const char *s)
Exception safe wrapper for setting gGeoManager.
virtual ~TEveException() noexcept
Base-class for reference-counted objects.
virtual void OnZeroRefCount()
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.
static constexpr double s
TEveRefCnt & operator=(const TEveRefCnt &)
static Bool_t IsU1IntervalOverlappingByMeanDelta(Float_t meanM, Float_t deltaM, Float_t meanQ, Float_t deltaQ)
Binding & operator=(OUT(*fun)(void))
Mother of all ROOT objects.
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
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...
static Color_t * FindColorVar(TObject *obj, const char *varname)
Find address of Color_t data-member with name varname in object obj.
static void SetupGUI()
Setup icon pictures and mime-types.
TEveException(const TString &s)