A one channel mesurements for Pmm2v2 card The class is represent one channel data of Pmm2v2 card for single signal mesurement. The bit to bit correspndanse with information from card. More...
#include <Pmm2Mes.h>
Public Member Functions | |
void | print () const |
print Mesurement in csv format, same as ConvertToCsv in PMM2v2_DAQ More... | |
Int_t | getChNum () const |
Int_t | getTimeStamp () const |
Int_t | getTsSign () const |
Int_t | getGain () const |
Int_t | getFTime () const |
Int_t | getTRamp () const |
Int_t | getCharge () const |
Int_t | GetNU0 () const |
Int_t | getPPS () const |
Private Attributes | |
UInt_t | _ChannelNum |
Event can access to class varibales. More... | |
UInt_t | _TimeStamp |
UInt_t | _TimeStampSign |
UInt_t | _Gain |
1 bit(28) - Time Stamp Counter More... | |
UInt_t | _FineTime |
1 bit(29) - ADC Gain More... | |
UInt_t | _TdcRamp |
10 bits(30..39) - Fine Time More... | |
UInt_t | _Charge |
1 bit(40) - TDC Ramp More... | |
UInt_t | _nu0 |
UInt_t | _PPSCounter |
FPGA data. More... | |
Friends | |
class | Pmm2Reader |
class | HarpoSimReader |
Event can access to class varibales. More... | |
A one channel mesurements for Pmm2v2 card The class is represent one channel data of Pmm2v2 card for single signal mesurement. The bit to bit correspndanse with information from card.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void Pmm2Mes::print | ( | ) | const |
print Mesurement in csv format, same as ConvertToCsv in PMM2v2_DAQ
Definition at line 22 of file Pmm2Mes.cxx.
|
friend |
|
friend |
|
private |
|
private |
|
private |
|
private |