Jpp
Public Types | Public Member Functions | Public Attributes | Protected Attributes | Static Protected Attributes | List of all members
AWF_Hit Class Reference

AWF hit. More...

#include <PhysicsEvent.hh>

Inheritance diagram for AWF_Hit:
ARS_Hit< AWF_Item > AWF_Item WF_Item< AWF_Sample > WF_Header SPE_Item Status_Item ARS_Item

Public Types

typedef AWF_Item data_type
 
typedef AWF_Sampleiterator
 iterator More...
 

Public Member Functions

 AWF_Hit ()
 Default constructor. More...
 
 ClassDef (AWF_Hit, 2)
 
 ClassDef (ARS_Hit, 2)
 
 ClassDef (AWF_Item, 2)
 ROOT class definition. 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)
 
iterator begin ()
 begin iterator of waveform data More...
 
iterator end ()
 end iterator of waveform data More...
 
const AWF_Sampleoperator[] (const int i)
 access to waveform data More...
 

Public Attributes

unsigned short lcm_id
 LCM identifier. More...
 
unsigned char ars_id
 ARS identifier. More...
 
const typedef AWF_Sampleconst_iterator
 const iterator More...
 
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

AWF_Sample data_ [NUMBER_OF_SAMPLES]
 data More...
 

Static Protected Attributes

static const unsigned int NUMBER_OF_SAMPLES
 number of waveform samples More...
 

Detailed Description

AWF hit.

Definition at line 82 of file PhysicsEvent.hh.

Member Typedef Documentation

◆ data_type

typedef AWF_Item ARS_Hit< AWF_Item >::data_type
inherited

Definition at line 23 of file PhysicsEvent.hh.

◆ iterator

typedef AWF_Sample * WF_Item< AWF_Sample >::iterator
inherited

iterator

Definition at line 278 of file Ars.hh.

Constructor & Destructor Documentation

◆ AWF_Hit()

AWF_Hit::AWF_Hit ( )
inline

Default constructor.

Definition at line 87 of file PhysicsEvent.hh.

87  :
89  {}

Member Function Documentation

◆ ClassDef() [1/8]

AWF_Hit::ClassDef ( AWF_Hit  ,
 
)

◆ ClassDef() [2/8]

ARS_Hit< AWF_Item >::ClassDef ( ARS_Hit< AWF_Item ,
 
)
inherited

◆ ClassDef() [3/8]

AWF_Item::ClassDef ( AWF_Item  ,
 
)
inherited

ROOT class definition.

◆ ClassDef() [4/8]

WF_Item< AWF_Sample >::ClassDef ( WF_Item< AWF_Sample ,
 
)
inherited

ROOT class definition.

◆ ClassDef() [5/8]

WF_Header::ClassDef ( WF_Header  ,
 
)
inherited

ROOT class definition.

◆ ClassDef() [6/8]

SPE_Item::ClassDef ( SPE_Item  ,
 
)
inherited

ROOT class definition.

◆ ClassDef() [7/8]

Status_Item::ClassDef ( Status_Item  ,
 
)
inherited

ROOT class definition.

◆ ClassDef() [8/8]

ARS_Item::ClassDef ( ARS_Item  ,
 
)
inherited

◆ begin()

iterator WF_Item< AWF_Sample >::begin ( )
inlineinherited

begin iterator of waveform data

Definition at line 282 of file Ars.hh.

282 { return data_; }

◆ end()

iterator WF_Item< AWF_Sample >::end ( )
inlineinherited

end iterator of waveform data

Definition at line 285 of file Ars.hh.

285 { return data_ + NUMBER_OF_SAMPLES; }

◆ operator[]()

const AWF_Sample & WF_Item< AWF_Sample >::operator[] ( const int  i)
inlineinherited

access to waveform data

Definition at line 288 of file Ars.hh.

288 { return data_[i]; }

Member Data Documentation

◆ lcm_id

unsigned short ARS_Hit< AWF_Item >::lcm_id
inherited

LCM identifier.

Definition at line 26 of file PhysicsEvent.hh.

◆ ars_id

unsigned char ARS_Hit< AWF_Item >::ars_id
inherited

ARS identifier.

Definition at line 28 of file PhysicsEvent.hh.

◆ const_iterator

const typedef AWF_Sample * WF_Item< AWF_Sample >::const_iterator
inherited

const iterator

Definition at line 279 of file Ars.hh.

◆ NUMBER_OF_SAMPLES

const unsigned int WF_Item< AWF_Sample >::NUMBER_OF_SAMPLES
staticprotectedinherited

number of waveform samples

Definition at line 271 of file Ars.hh.

◆ data_

AWF_Sample WF_Item< AWF_Sample >::data_[NUMBER_OF_SAMPLES]
protectedinherited

data

Definition at line 274 of file Ars.hh.

◆ waveformAddress

unsigned char WF_Header::waveformAddress
inherited

Waveform address.

Definition at line 245 of file Ars.hh.

◆ avc

unsigned char SPE_Item::avc
inherited

ARS Analogue to Voltage Convertor.

Definition at line 142 of file Ars.hh.

◆ tvc

unsigned char SPE_Item::tvc
inherited

ARS Time to Voltage Convertor.

Definition at line 145 of file Ars.hh.

◆ status

unsigned char Status_Item::status
inherited

ARS status.

Definition at line 41 of file Ars.hh.

◆ timestamp

unsigned int Status_Item::timestamp
inherited

ARS timestamp (24 bits)

Definition at line 44 of file Ars.hh.


The documentation for this class was generated from the following file:
ARS_Hit< AWF_Item >
WF_Item< AWF_Sample >::NUMBER_OF_SAMPLES
static const unsigned int NUMBER_OF_SAMPLES
number of waveform samples
Definition: Ars.hh:271
WF_Item< AWF_Sample >::data_
AWF_Sample data_[NUMBER_OF_SAMPLES]
data
Definition: Ars.hh:274