BrDbDetectorType
class description - source file - inheritance tree
public:
BrDbDetectorType BrDbDetectorType(const Char_t* name)
BrDbDetectorType BrDbDetectorType(BrDbDetectorType&)
void ~BrDbDetectorType()
static TClass* Class()
static BrDbQuery* Create()
virtual const Char_t* GetName() const
virtual BrDbQuery* Insert()
virtual TClass* IsA() const
static TObjArray* MultipleInstance(TSQLResult*)
virtual void SetName(const Char_t* name)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
static BrDbDetectorType* SingleInstance(TSQLRow*)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Char_t fName[64]
public:
static const Char_t* kTableName
Class BrDbDetector
Rep of Detector type in BRAHMS database.
BrDbDetectorType(const Char_t* name)
BrDbDetectorType* SingleInstance(TSQLRow* row)
TObjArray* MultipleInstance(TSQLResult* res)
Returns an (1D) array of BrDbDetectorType matching Query that made
the TSQLResult. User need to store this immediately.
Create(void)
Insert(void)
SetName(const Char_t* name)
Inline Functions
const Char_t* GetName() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
BrDbDetectorType BrDbDetectorType(BrDbDetectorType&)
void ~BrDbDetectorType()
|