Class to store data of Apv-Sensors.
More...
#include <PndSdsApvHit.h>
◆ PndSdsApvHit() [1/2]
PndSdsApvHit::PndSdsApvHit |
( |
| ) |
|
|
inline |
◆ PndSdsApvHit() [2/2]
PndSdsApvHit::PndSdsApvHit |
( |
long int |
eventID, |
|
|
Int_t |
moduleID, |
|
|
Int_t |
fe, |
|
|
Int_t |
triggerID, |
|
|
Int_t |
timestamp, |
|
|
Int_t |
frame, |
|
|
Int_t |
channel, |
|
|
Double_t |
adc, |
|
|
Int_t |
length |
|
) |
| |
|
inline |
main constructor, used to create ApvHit with resonable information
- Parameters
-
eventID | event ID |
moduleID | ID of used sensor module |
fe | frontend ID |
trigger | trigger ID |
timestamp | trigger time stamp |
frame | frame ID |
channel | cannel |
adc | ADC height in channel |
length | frame length in this channel |
Definition at line 33 of file PndSdsApvHit.h.
34 : fEventID(eventID), fModuleID(moduleID), fFeID(fe), fTriggerID(triggerID), fChannel(channel), fTimestamp(timestamp), fFrameID(frame), fADC(adc), fLength(length)
◆ ~PndSdsApvHit()
PndSdsApvHit::~PndSdsApvHit |
( |
| ) |
|
|
inline |
◆ GetADC()
Double_t PndSdsApvHit::GetADC |
( |
| ) |
const |
|
inline |
◆ GetChannel()
Int_t PndSdsApvHit::GetChannel |
( |
| ) |
const |
|
inline |
get hit channel index
- Returns
- channel index of hit
Definition at line 44 of file PndSdsApvHit.h.
◆ GetEventID()
long int PndSdsApvHit::GetEventID |
( |
| ) |
const |
|
inline |
◆ GetFeID()
Int_t PndSdsApvHit::GetFeID |
( |
| ) |
const |
|
inline |
◆ GetFrameID()
Int_t PndSdsApvHit::GetFrameID |
( |
| ) |
const |
|
inline |
- Returns
- index of frame where the hit occured in the event
Definition at line 57 of file PndSdsApvHit.h.
◆ GetLength()
Int_t PndSdsApvHit::GetLength |
( |
| ) |
const |
|
inline |
- Returns
- length of the hit over threshold
Definition at line 69 of file PndSdsApvHit.h.
◆ GetModuleID()
Int_t PndSdsApvHit::GetModuleID |
( |
| ) |
const |
|
inline |
◆ GetTimestamp()
Int_t PndSdsApvHit::GetTimestamp |
( |
| ) |
const |
|
inline |
get hit timestamp
- Returns
- timestamp in the event
Definition at line 51 of file PndSdsApvHit.h.
51 {
return fTimestamp; }
◆ GetTriggerID()
Int_t PndSdsApvHit::GetTriggerID |
( |
| ) |
const |
|
inline |
◆ SetFeID()
void PndSdsApvHit::SetFeID |
( |
Int_t |
new_FE | ) |
|
|
inline |
set new FeID (needed for faking)
- Returns
- void
Definition at line 82 of file PndSdsApvHit.h.
The documentation for this class was generated from the following file: