ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LArCaliWaveSubset_p3 Class Reference

persistent class container of LArCaliWave data. More...

#include <LArCaliWaveSubset_p3.h>

Collaboration diagram for LArCaliWaveSubset_p3:

Public Member Functions

 LArCaliWaveSubset_p3 ()
 

Public Attributes

LArConditionsSubset_p1 m_subset
 
std::vector< float > m_dt
 
std::vector< float > m_vAmplitudes
 
std::vector< float > m_vErrors
 
std::vector< int > m_vTriggers
 
std::vector< unsigned short > m_vDAC
 
std::vector< unsigned > m_flag
 
std::vector< int > m_DAC
 
std::vector< int > m_isPulsed
 
unsigned int m_samples
 

Detailed Description

persistent class container of LArCaliWave data.

Definition at line 26 of file LArCaliWaveSubset_p3.h.

Constructor & Destructor Documentation

◆ LArCaliWaveSubset_p3()

LArCaliWaveSubset_p3::LArCaliWaveSubset_p3 ( )
inline

Definition at line 30 of file LArCaliWaveSubset_p3.h.

31  : m_samples(0) {}

Member Data Documentation

◆ m_DAC

std::vector<int> LArCaliWaveSubset_p3::m_DAC

Definition at line 39 of file LArCaliWaveSubset_p3.h.

◆ m_dt

std::vector<float> LArCaliWaveSubset_p3::m_dt

Definition at line 33 of file LArCaliWaveSubset_p3.h.

◆ m_flag

std::vector<unsigned> LArCaliWaveSubset_p3::m_flag

Definition at line 38 of file LArCaliWaveSubset_p3.h.

◆ m_isPulsed

std::vector<int> LArCaliWaveSubset_p3::m_isPulsed

Definition at line 40 of file LArCaliWaveSubset_p3.h.

◆ m_samples

unsigned int LArCaliWaveSubset_p3::m_samples

Definition at line 41 of file LArCaliWaveSubset_p3.h.

◆ m_subset

LArConditionsSubset_p1 LArCaliWaveSubset_p3::m_subset

Definition at line 32 of file LArCaliWaveSubset_p3.h.

◆ m_vAmplitudes

std::vector<float> LArCaliWaveSubset_p3::m_vAmplitudes

Definition at line 34 of file LArCaliWaveSubset_p3.h.

◆ m_vDAC

std::vector<unsigned short> LArCaliWaveSubset_p3::m_vDAC

Definition at line 37 of file LArCaliWaveSubset_p3.h.

◆ m_vErrors

std::vector<float> LArCaliWaveSubset_p3::m_vErrors

Definition at line 35 of file LArCaliWaveSubset_p3.h.

◆ m_vTriggers

std::vector<int> LArCaliWaveSubset_p3::m_vTriggers

Definition at line 36 of file LArCaliWaveSubset_p3.h.


The documentation for this class was generated from the following file:
LArCaliWaveSubset_p3::m_samples
unsigned int m_samples
Definition: LArCaliWaveSubset_p3.h:41