![]() |
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} |
Inheritance diagram for TRawEvent:
Collaboration diagram for TRawEvent:
|
default |
default constructor
|
inline |
copy constructor
Definition at line 26 of file TRawEvent.h.
|
defaultnoexcept |
|
default |
destructor
|
inlineoverride |
clear event for reuse
Definition at line 31 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 42 of file TRawEvent.h.
|
inlinevirtual |
return the event size
Reimplemented in TLstEvent, TMidasEvent, TRlmdEvent, and TTdrEvent.
Definition at line 38 of file TRawEvent.h.
|
inlinevirtual |
|
inlinevirtual |
returns number of good fragments parsed
Definition at line 46 of file TRawEvent.h.
References fGoodFrags.
|
inlinevirtual |
increments the number of good fragments parsed
Definition at line 47 of file TRawEvent.h.
References fGoodFrags.
|
inlineoverride |
show all event information
Definition at line 33 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 44 of file TRawEvent.h.
|
private |
number of good fragments parsed
Definition at line 50 of file TRawEvent.h.
Referenced by Clear(), Copy(), GoodFrags(), and IncrementGoodFrags().