25 namespace ObjectInfo {
28 TString
getName(
const TObject* obj);
34 TString
getInfo(
const TObject* obj);
37 TString
getTitle(
const TObject* obj);
TString getName(const TObject *obj)
human-readable name (e.g.
TString getIdentifier(const TObject *obj)
Where is this object in the datastore?
std::pair< std::string, int > getDataStorePosition(const TObject *obj)
return entry name & index for arrays, with index = -1 for objects.
TString getInfo(const TObject *obj)
Get object info HTML (e.g.
TString getTitle(const TObject *obj)
Get plain text for TEve object titles (shown on mouse-over).
Abstract base class for different kinds of events.