GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
Public Member Functions | |
TRawEvent ()=default | |
TRawEvent (const TRawEvent &rhs) | |
TRawEvent (TRawEvent &&) noexcept=default | |
~TRawEvent ()=default | |
void | Clear (Option_t *="") override |
void | Copy (TObject &obj) const override |
virtual char * | GetData () |
virtual uint32_t | GetDataSize () const |
virtual uint32_t | GetTimeStamp () const |
virtual int | GoodFrags () |
virtual void | IncrementGoodFrags () |
TRawEvent & | operator= (const TRawEvent &)=default |
TRawEvent & | operator= (TRawEvent &&) noexcept=default |
void | Print (const char *="") const override |
virtual int | SwapBytes (bool) |
Private Attributes | |
int | fGoodFrags {0} |
|
default |
default constructor
|
inline |
copy constructor
Definition at line 27 of file TRawEvent.h.
|
defaultnoexcept |
|
default |
destructor
|
inlineoverride |
clear event for reuse
Definition at line 32 of file TRawEvent.h.
References fGoodFrags.
Referenced by TMidasEvent::Clear().
|
inlineoverride |
|
inlinevirtual |
return pointer to the data buffer
Reimplemented in TLstEvent, TMidasEvent, TRlmdEvent, and TTdrEvent.
Definition at line 43 of file TRawEvent.h.
|
inlinevirtual |
return the event size
Reimplemented in TLstEvent, TMidasEvent, TRlmdEvent, and TTdrEvent.
Definition at line 39 of file TRawEvent.h.
|
inlinevirtual |
|
inlinevirtual |
returns number of good fragments parsed
Definition at line 47 of file TRawEvent.h.
References fGoodFrags.
|
inlinevirtual |
increments the number of good fragments parsed
Definition at line 48 of file TRawEvent.h.
References fGoodFrags.
|
inlineoverride |
show all event information
Definition at line 34 of file TRawEvent.h.
|
inlinevirtual |
convert event data between little-endian (Linux-x86) and big endian (MacOS-PPC)
Reimplemented in TLstEvent, TMidasEvent, TRlmdEvent, and TTdrEvent.
Definition at line 45 of file TRawEvent.h.
|
private |
number of good fragments parsed
Definition at line 51 of file TRawEvent.h.
Referenced by Clear(), Copy(), GoodFrags(), and IncrementGoodFrags().