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