Class to store data of Apv-Sensors.
More...
#include <PndSdsApvHit.h>
PndSdsApvHit::PndSdsApvHit |
( |
| ) |
|
|
inline |
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 34 of file PndSdsApvHit.h.
Double_t fADC
store frame ID
Int_t fTriggerID
store fe ID (should be betwen 0 and 2)
Int_t fChannel
store trigger ID
Int_t fModuleID
store event ID
Int_t fFeID
store moduleID
Int_t fTimestamp
store channel (should be betwen 0 and 127)
Int_t fLength
store ADC height
Int_t fFrameID
store timestamp
PndSdsApvHit::~PndSdsApvHit |
( |
| ) |
|
|
inline |
- Returns
- amplitude of the hit
Definition at line 63 of file PndSdsApvHit.h.
References fADC.
Double_t fADC
store frame ID
Int_t PndSdsApvHit::GetChannel |
( |
| ) |
const |
|
inline |
get hit channel index
- Returns
- channel index of hit
Definition at line 44 of file PndSdsApvHit.h.
References fChannel.
Int_t fChannel
store trigger ID
long int PndSdsApvHit::GetEventID |
( |
| ) |
const |
|
inline |
Int_t PndSdsApvHit::GetFeID |
( |
| ) |
const |
|
inline |
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.
References fFrameID.
Int_t fFrameID
store timestamp
Int_t PndSdsApvHit::GetLength |
( |
| ) |
const |
|
inline |
- Returns
- length of the hit over threshold
Definition at line 69 of file PndSdsApvHit.h.
References fLength.
Int_t fLength
store ADC height
Int_t PndSdsApvHit::GetModuleID |
( |
| ) |
const |
|
inline |
Int_t PndSdsApvHit::GetTimestamp |
( |
| ) |
const |
|
inline |
get hit timestamp
- Returns
- timestamp in the event
Definition at line 51 of file PndSdsApvHit.h.
References fTimestamp.
Int_t fTimestamp
store channel (should be betwen 0 and 127)
Int_t PndSdsApvHit::GetTriggerID |
( |
| ) |
const |
|
inline |
- Returns
- trigger ID
Definition at line 100 of file PndSdsApvHit.h.
References fTriggerID.
Int_t fTriggerID
store fe ID (should be betwen 0 and 2)
void PndSdsApvHit::SetFeID |
( |
Int_t |
new_FE | ) |
|
|
inline |
set new FeID (needed for faking)
- Returns
- void
Definition at line 82 of file PndSdsApvHit.h.
References fFeID.
82 {
fFeID=new_FE;
return; }
Int_t fFeID
store moduleID
Int_t PndSdsApvHit::fChannel |
|
private |
long int PndSdsApvHit::fEventID |
|
private |
Int_t PndSdsApvHit::fFeID |
|
private |
Int_t PndSdsApvHit::fFrameID |
|
private |
Int_t PndSdsApvHit::fLength |
|
private |
Int_t PndSdsApvHit::fModuleID |
|
private |
Int_t PndSdsApvHit::fTimestamp |
|
private |
Int_t PndSdsApvHit::fTriggerID |
|
private |
The documentation for this class was generated from the following file: