1 #include "StRtsTable.h"
3 UInt_t StRtsTable::fToken =0;
4 UInt_t StRtsTable::fTrgcmd =0;
5 UInt_t StRtsTable::fDaqcmd =0;
6 UInt_t StRtsTable::fTrgword =0;
7 UInt_t StRtsTable::fPhyword =0;
8 UInt_t StRtsTable::fDaqbits =0;
9 UInt_t StRtsTable::fDaqbits_l1=0;
10 UInt_t StRtsTable::fDaqbits_l2=0;
11 UInt_t StRtsTable::fEvpgroups =0;
13 UInt_t StRtsTable::fDetectors=0;
15 UInt_t StRtsTable::fDetsinrun=0;
16 UInt_t StRtsTable::fEvpgroupsinrun=0;
24 row.fSize = structLength;
25 row.fTypeSize=
sizeof(
unsigned char);
30 StRtsTable::StRtsTable(
size_t structLength, Int_t n) :
34 if (dsc) fSize = dsc->
Sizeof();
35 if ( !dsc || ((
size_t)fSize != structLength) ) {
37 Warning(
"TGenericTable",
"Wrong table format");
virtual TTableDescriptor * GetDescriptorPointer() const
return column descriptor
Int_t Sizeof() const
to be documented
virtual void Set(Int_t n)
Set array size of TTable object to n longs. If n<0 leave array unchanged.