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