|
FairRoot
|
#include <MRevBuffer.h>
Public Member Functions | |
| REvent () | |
| ~REvent () | |
| void | ReFillHead (Int_t *pHead) |
| void | ReFillData (Int_t *pData) |
| Int_t | ReGetNumb () |
| Int_t | ReGetSize () |
| Int_t | ReGetData (Int_t ichan) |
| Int_t * | GetData () |
| ClassDef (REvent, 0) | |
Public Attributes | |
| Int_t | nSubEvt |
| Int_t | subEvtSize [100] |
| Short_t | subEvtType [100] |
| Short_t | subEvtSubType [100] |
| Short_t | subEvtProcId [100] |
| Short_t | subEvtSubCrate [100] |
| Short_t | subEvtControl [100] |
| Int_t * | pSubEvt [100] |
Definition at line 32 of file MRevBuffer.h.
| REvent::REvent | ( | ) |
Definition at line 897 of file MRevBuffer.cxx.
| REvent::~REvent | ( | ) |
Definition at line 913 of file MRevBuffer.cxx.
| REvent::ClassDef | ( | REvent | , |
| 0 | |||
| ) |
|
inline |
Definition at line 52 of file MRevBuffer.h.
| void REvent::ReFillData | ( | Int_t * | pData | ) |
Definition at line 924 of file MRevBuffer.cxx.
| void REvent::ReFillHead | ( | Int_t * | pHead | ) |
Definition at line 918 of file MRevBuffer.cxx.
| Int_t REvent::ReGetData | ( | Int_t | ichan | ) |
Definition at line 930 of file MRevBuffer.cxx.
| Int_t REvent::ReGetNumb | ( | ) |
Definition at line 926 of file MRevBuffer.cxx.
| Int_t REvent::ReGetSize | ( | ) |
Definition at line 928 of file MRevBuffer.cxx.
| Int_t REvent::nSubEvt |
Definition at line 54 of file MRevBuffer.h.
| Int_t* REvent::pSubEvt[100] |
Definition at line 61 of file MRevBuffer.h.
| Short_t REvent::subEvtControl[100] |
Definition at line 60 of file MRevBuffer.h.
| Short_t REvent::subEvtProcId[100] |
Definition at line 58 of file MRevBuffer.h.
| Int_t REvent::subEvtSize[100] |
Definition at line 55 of file MRevBuffer.h.
| Short_t REvent::subEvtSubCrate[100] |
Definition at line 59 of file MRevBuffer.h.
| Short_t REvent::subEvtSubType[100] |
Definition at line 57 of file MRevBuffer.h.
| Short_t REvent::subEvtType[100] |
Definition at line 56 of file MRevBuffer.h.