|
CbmRoot
|
#include <CbmRichTrbDigi.h>
Public Member Functions | |
| CbmRichTrbDigi () | |
| CbmRichTrbDigi (uint32_t TDCid, bool hasLedge, bool hasTedge, uint32_t Lch, uint32_t Tch, double Ltimestamp, double Ttimestamp) | |
| virtual | ~CbmRichTrbDigi () |
| uint32_t | GetTDCid () |
| bool | GetHasLeadingEdge () |
| bool | GetHasTrailingEdge () |
| uint32_t | GetLeadingEdgeChannel () |
| uint32_t | GetTrailingEdgeChannel () |
| double | GetLeadingEdgeTimeStamp () |
| double | GetTrailingEdgeTimeStamp () |
| double | GetTOT () |
Protected Attributes | |
| uint32_t | fTDCid |
| bool | fHasLeadingEdge |
| bool | fHasTrailingEdge |
| uint32_t | fLeadingEdgeChannel |
| uint32_t | fTrailingEdgeChannel |
| double | fLeadingEdgeTimestamp |
| double | fTrailingEdgeTimestamp |
Definition at line 13 of file CbmRichTrbDigi.h.
| CbmRichTrbDigi::CbmRichTrbDigi | ( | ) |
Definition at line 9 of file CbmRichTrbDigi.cxx.
References fHasLeadingEdge, fHasTrailingEdge, fLeadingEdgeChannel, fLeadingEdgeTimestamp, fTDCid, fTrailingEdgeChannel, and fTrailingEdgeTimestamp.
| CbmRichTrbDigi::CbmRichTrbDigi | ( | uint32_t | TDCid, |
| bool | hasLedge, | ||
| bool | hasTedge, | ||
| uint32_t | Lch, | ||
| uint32_t | Tch, | ||
| double | Ltimestamp, | ||
| double | Ttimestamp ) |
Definition at line 21 of file CbmRichTrbDigi.cxx.
References fHasLeadingEdge, fHasTrailingEdge, fLeadingEdgeChannel, fLeadingEdgeTimestamp, fTDCid, fTrailingEdgeChannel, and fTrailingEdgeTimestamp.
|
virtual |
Definition at line 34 of file CbmRichTrbDigi.cxx.
|
inline |
Definition at line 22 of file CbmRichTrbDigi.h.
References fHasLeadingEdge.
|
inline |
Definition at line 23 of file CbmRichTrbDigi.h.
References fHasTrailingEdge.
|
inline |
Definition at line 25 of file CbmRichTrbDigi.h.
References fLeadingEdgeChannel.
|
inline |
Definition at line 28 of file CbmRichTrbDigi.h.
References fLeadingEdgeTimestamp.
|
inline |
Definition at line 20 of file CbmRichTrbDigi.h.
References fTDCid.
|
inline |
Definition at line 31 of file CbmRichTrbDigi.h.
References fLeadingEdgeTimestamp, and fTrailingEdgeTimestamp.
|
inline |
Definition at line 26 of file CbmRichTrbDigi.h.
References fTrailingEdgeChannel.
|
inline |
Definition at line 29 of file CbmRichTrbDigi.h.
References fTrailingEdgeTimestamp.
|
protected |
Definition at line 36 of file CbmRichTrbDigi.h.
Referenced by CbmRichTrbDigi(), CbmRichTrbDigi(), and GetHasLeadingEdge().
|
protected |
Definition at line 37 of file CbmRichTrbDigi.h.
Referenced by CbmRichTrbDigi(), CbmRichTrbDigi(), and GetHasTrailingEdge().
|
protected |
Definition at line 39 of file CbmRichTrbDigi.h.
Referenced by CbmRichTrbDigi(), CbmRichTrbDigi(), and GetLeadingEdgeChannel().
|
protected |
Definition at line 42 of file CbmRichTrbDigi.h.
Referenced by CbmRichTrbDigi(), CbmRichTrbDigi(), GetLeadingEdgeTimeStamp(), and GetTOT().
|
protected |
Definition at line 34 of file CbmRichTrbDigi.h.
Referenced by CbmRichTrbDigi(), CbmRichTrbDigi(), and GetTDCid().
|
protected |
Definition at line 40 of file CbmRichTrbDigi.h.
Referenced by CbmRichTrbDigi(), CbmRichTrbDigi(), and GetTrailingEdgeChannel().
|
protected |
Definition at line 43 of file CbmRichTrbDigi.h.
Referenced by CbmRichTrbDigi(), CbmRichTrbDigi(), GetTOT(), and GetTrailingEdgeTimeStamp().