#include <TTrbHit.h>
Public Member Functions |
| TTrbOutputHit () |
| Dummy constructor.
|
| TTrbOutputHit (UShort_t TDC, UShort_t Channel, UChar_t EdgeType, Double_t FullTime, Double_t DeltaT) |
| Clever constructor for only leading/trailing edge.
|
UShort_t | GetTDC () const |
| Getter for the TDC index.
|
UShort_t | GetChannel () const |
| Getter for the channel index.
|
UChar_t | GetEdgeType () const |
| Getter for the edge type.
|
Double_t | GetFullTime () const |
| Getters for data.
|
Double_t | GetDeltaT () const |
bool | IsLeading () const |
| return true if leading edge exists
|
bool | IsTrailing () const |
| return true if trailing edge exists
|
void | SetFullTime (Double_t FullTime) |
| Setters for data.
|
void | SetDeltaT (Double_t DeltaT) |
Private Attributes |
UShort_t | iTDC |
| Indices.
|
UShort_t | iChannel |
UChar_t | fEdgeType |
Double_t | fFullTime |
| Data.
|
Double_t | fDeltaT |
Detailed Description
Definition at line 110 of file TTrbHit.h.
Constructor & Destructor Documentation
TTrbOutputHit::TTrbOutputHit |
( |
|
) |
[inline] |
Dummy constructor.
Definition at line 114 of file TTrbHit.h.
TTrbOutputHit::TTrbOutputHit |
( |
UShort_t |
TDC, |
|
|
UShort_t |
Channel, |
|
|
UChar_t |
EdgeType, |
|
|
Double_t |
FullTime, |
|
|
Double_t |
DeltaT | |
|
) |
| | [inline] |
Clever constructor for only leading/trailing edge.
Definition at line 121 of file TTrbHit.h.
Member Function Documentation
UShort_t TTrbOutputHit::GetChannel |
( |
|
) |
const [inline] |
Double_t TTrbOutputHit::GetDeltaT |
( |
|
) |
const [inline] |
UChar_t TTrbOutputHit::GetEdgeType |
( |
|
) |
const [inline] |
Double_t TTrbOutputHit::GetFullTime |
( |
|
) |
const [inline] |
UShort_t TTrbOutputHit::GetTDC |
( |
|
) |
const [inline] |
Getter for the TDC index.
Definition at line 126 of file TTrbHit.h.
References iTDC.
bool TTrbOutputHit::IsLeading |
( |
|
) |
const [inline] |
bool TTrbOutputHit::IsTrailing |
( |
|
) |
const [inline] |
void TTrbOutputHit::SetDeltaT |
( |
Double_t |
DeltaT |
) |
[inline] |
void TTrbOutputHit::SetFullTime |
( |
Double_t |
FullTime |
) |
[inline] |
Field Documentation
The documentation for this class was generated from the following file: