v2.10-0 (21000JUN2005)

Go4EventServer
Class TGo4GSIEventHeader


class TGo4GSIEventHeader
derived from TObject

Standard GSI event/subevent header structure. Little Endian
representation (intel linux).


Field Summary
 Int_tfiDlen
          Length (16 bit words) of the data field following this header.
 Short_tfsSubtype
          Subtype
 Short_tfsType
          Type number

Constructor Summary
TGo4GSIEventHeader()
           

Destructor Summary
 virtual synchronized ~TGo4GSIEventHeader()
           

Method Summary
 virtual voidClear(Option_t* opt)
          Reset all members to zero.

Field Detail

fiDlen

public Int_t fiDlen
Length (16 bit words) of the data field following this header.
(i.e. datalenth+2 for events, datalength+4 for subevents).
Except for GSIBuffer, here occurs the length of data
after the _buffer header_ (bufhe)

fsSubtype

public Short_t fsSubtype
Subtype

fsType

public Short_t fsType
Type number
Constructor Detail

TGo4GSIEventHeader

public TGo4GSIEventHeader()
Method Detail

~TGo4GSIEventHeader

public virtual synchronized ~TGo4GSIEventHeader()
Method Detail

Clear

public virtual void Clear(Option_t* opt)
Reset all members to zero.

J.Adamczewski, M.Al-Turany, D.Bertini, H.G.Essel, S.Linev

30-06-2005