50 static void Macro(
const char* mac);
112 virtual const char*
what() const noexcept {
return Data(); }
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 ~TEveGeoManagerHolder()
Destructor.
TEveRefBackPtr & operator=(const TEveRefBackPtr &)
Assignment operator.
virtual const char * what() const noexcept
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 &)
#define ClassDef(name, id)
static Bool_t IsU1IntervalContainedByMeanDelta(Float_t meanM, Float_t deltaM, Float_t meanQ, Float_t deltaQ)
TString operator+(const TString &s1, const TString &s2)
Use the special concatenation constructor.
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 &)
TEveException(const char *s)
Exception safe wrapper for setting gGeoManager.
virtual ~TEveException() noexcept
Base-class for reference-counted objects.
virtual void OnZeroRefCount()
virtual ~TEvePadHolder()
Destructor.
TEveRefBackPtr()
Default constructor.
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.
Bool_t operator==(const TDatime &d1, const TDatime &d2)
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.
static Bool_t CheckMacro(const char *mac)
Checks if macro 'mac' is loaded.
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.
TEvePadHolder(const TEvePadHolder &)
static void SetupGUI()
Setup icon pictures and mime-types.
TEveException(const TString &s)