FairRoot/PandaRoot
|
#include <PndMvdTsEvent.h>
Public Member Functions | |
PndMvdTsEvent () | |
virtual | ~PndMvdTsEvent () |
void | Clear (const Option_t *=NULL) |
void | SetEventId (UInt_t eventId) |
void | FillSiHits (int adcChannel, DWORD *hits, WORD count) |
void | FillTdcValues (DWORD *tdcValues, WORD count) |
void | FillQdcValues (DWORD *qdcValues, WORD count) |
void | FillGiTdcValues (DWORD *tdcValues, WORD count) |
void | FillGiQdcValues (DWORD *qdcValues, WORD count) |
void | FillScalerValues (DWORD *qdcValues, WORD count) |
void | SetExtClockCount (QWORD value, DWORD resetCount) |
UInt_t | GetEventId () |
TClonesArray * | GetSiHitList () |
TClonesArray * | GetTdcValues () |
TClonesArray * | GetQdcValues () |
Int_t | GetScalerValueCount () |
UInt_t * | GetScalerValues () |
ULong64_t | GetExtClockTimeStamp (UInt_t &resetCount) |
Protected Attributes | |
UInt_t | fEventId |
TClonesArray * | fSiHitList |
TClonesArray * | fTdcValues |
TClonesArray * | fQdcValues |
Int_t | fNumScalerValues |
UInt_t * | fScalerValues |
size_t | fScalerValuesAllocSize |
ULong64_t | fExtClockCount |
allocated memory for fScalerValues More... | |
UInt_t | fExtClockResetCount |
Private Member Functions | |
PndMvdTsEvent (const PndMvdTsEvent &)=delete | |
PndMvdTsEvent & | operator= (const PndMvdTsEvent &)=delete |
ClassDef (PndMvdTsEvent, 2) | |
Definition at line 12 of file PndMvdTsEvent.h.
PndMvdTsEvent::PndMvdTsEvent | ( | ) |
Definition at line 10 of file PndMvdTsEvent.cxx.
|
virtual |
Definition at line 23 of file PndMvdTsEvent.cxx.
References fQdcValues, fScalerValues, fSiHitList, and fTdcValues.
|
privatedelete |
|
private |
void PndMvdTsEvent::Clear | ( | const Option_t * | = NULL | ) |
Definition at line 36 of file PndMvdTsEvent.cxx.
References fEventId, fNumScalerValues, fQdcValues, fSiHitList, and fTdcValues.
Definition at line 104 of file PndMvdTsEvent.cxx.
References count, fQdcValues, and i.
Definition at line 89 of file PndMvdTsEvent.cxx.
References count, fTdcValues, and i.
Definition at line 78 of file PndMvdTsEvent.cxx.
References count, fQdcValues, and i.
Definition at line 121 of file PndMvdTsEvent.cxx.
References count, fNumScalerValues, fScalerValues, fScalerValuesAllocSize, and i.
Definition at line 47 of file PndMvdTsEvent.cxx.
References count, fSiHitList, and i.
Definition at line 63 of file PndMvdTsEvent.cxx.
References count, fTdcValues, and i.
|
inline |
Definition at line 29 of file PndMvdTsEvent.h.
References fEventId.
Referenced by PndMvdConvertApv::ReadNext().
|
inline |
Definition at line 38 of file PndMvdTsEvent.h.
References fExtClockCount, and fExtClockResetCount.
Referenced by PndMvdConvertApv::ReadNext().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 30 of file PndMvdTsEvent.h.
References fSiHitList.
Referenced by PndMvdConvertApv::ReadNext().
|
inline |
|
privatedelete |
|
inline |
Definition at line 27 of file PndMvdTsEvent.h.
References fExtClockCount, and fExtClockResetCount.
|
protected |
Definition at line 45 of file PndMvdTsEvent.h.
Referenced by Clear(), GetEventId(), and SetEventId().
|
protected |
allocated memory for fScalerValues
Definition at line 54 of file PndMvdTsEvent.h.
Referenced by GetExtClockTimeStamp(), and SetExtClockCount().
|
protected |
Definition at line 55 of file PndMvdTsEvent.h.
Referenced by GetExtClockTimeStamp(), and SetExtClockCount().
|
protected |
Definition at line 51 of file PndMvdTsEvent.h.
Referenced by Clear(), FillScalerValues(), and GetScalerValueCount().
|
protected |
Definition at line 48 of file PndMvdTsEvent.h.
Referenced by Clear(), FillGiQdcValues(), FillQdcValues(), GetQdcValues(), and ~PndMvdTsEvent().
|
protected |
Definition at line 52 of file PndMvdTsEvent.h.
Referenced by FillScalerValues(), GetScalerValues(), and ~PndMvdTsEvent().
|
protected |
Definition at line 53 of file PndMvdTsEvent.h.
Referenced by FillScalerValues().
|
protected |
Definition at line 46 of file PndMvdTsEvent.h.
Referenced by Clear(), FillSiHits(), GetSiHitList(), and ~PndMvdTsEvent().
|
protected |
Definition at line 47 of file PndMvdTsEvent.h.
Referenced by Clear(), FillGiTdcValues(), FillTdcValues(), GetTdcValues(), and ~PndMvdTsEvent().