 |
Belle II Software
release-05-01-25
|
18 namespace ObjectInfo {
21 TString
getName(
const TObject* obj);
27 TString
getInfo(
const TObject* obj);
30 TString
getTitle(
const TObject* obj);
TString getName(const TObject *obj)
human-readable name (e.g.
TString getTitle(const TObject *obj)
Get plain text for TEve object titles (shown on mouse-over).
TString getInfo(const TObject *obj)
Get object info HTML (e.g.
Abstract base class for different kinds of events.
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.