14#ifndef TGO4OBJECTSTATUS_H
15#define TGO4OBJECTSTATUS_H
55 void Print(Option_t *opt =
"")
const override;
const char * GetTimeString() const
Creation time string; sql format.
TString fxStatusTime
creation time of status object
virtual ~TGo4ObjectStatus()
const char * GetObjectClass() const
ClassName of the described object.
Int_t GetObjectSize() const
Size of described object in byte.
UInt_t fiObjectSize
Size of the described object in byte.
Bool_t IsResetProtect() const
Object's reset protection state.
TString fxObjectClass
Classname of the described object.
TGo4ObjectStatus()
default ctor for streamer.
Bool_t fbDeleteProtect
If true, described object is protected against deletion from gui.
Bool_t IsDeleteProtect() const
Object's delete protection state.
Bool_t fbResetProtect
If true, described object is protected against reset (Clear()) from gui.
void Print(Option_t *opt="") const override