Jpp
18.0.1-rc.1
the software that should make you happy
|
ARS waveform. More...
#include <Ars.hh>
Public Types | |
typedef T * | iterator |
iterator More... | |
typedef const T * | const_iterator |
const iterator More... | |
Public Member Functions | |
iterator | begin () |
begin iterator of waveform data More... | |
iterator | end () |
end iterator of waveform data More... | |
const T & | operator[] (const int i) |
access to waveform data More... | |
WF_Item () | |
Default constructor. More... | |
ClassDef (WF_Item, 2) | |
ROOT class definition. More... | |
ClassDef (WF_Header, 2) | |
ROOT class definition. More... | |
ClassDef (SPE_Item, 2) | |
ROOT class definition. More... | |
ClassDef (Status_Item, 2) | |
ROOT class definition. More... | |
ClassDef (ARS_Item, 2) | |
Public Attributes | |
unsigned char | waveformAddress |
Waveform address. More... | |
unsigned char | avc |
ARS Analogue to Voltage Convertor. More... | |
unsigned char | tvc |
ARS Time to Voltage Convertor. More... | |
unsigned char | status |
ARS status. More... | |
unsigned int | timestamp |
ARS timestamp (24 bits) More... | |
Protected Attributes | |
T | data_ [NUMBER_OF_SAMPLES] |
data More... | |
Static Protected Attributes | |
static const unsigned int | NUMBER_OF_SAMPLES = 128 |
number of waveform samples More... | |
typedef const T* WF_Item< T >::const_iterator |
end iterator of waveform data
Definition at line 285 of file Ars.hh.
|
inherited |
ROOT class definition.
|
inherited |
ROOT class definition.
|
inherited |
ROOT class definition.
|
inherited |
|
protected |
|
inherited |
|
inherited |
|
inherited |
|
inherited |