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

persistent class container of LArCaliWave data. More...

#include <LArCaliWaveSubset_p1.h>

Collaboration diagram for LArCaliWaveSubset_p1:

Public Member Functions

 LArCaliWaveSubset_p1 ()
 

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 > m_flag
 
std::vector< int > m_DAC
 
unsigned int m_samples
 

Detailed Description

persistent class container of LArCaliWave data.

Definition at line 27 of file LArCaliWaveSubset_p1.h.

Constructor & Destructor Documentation

◆ LArCaliWaveSubset_p1()

LArCaliWaveSubset_p1::LArCaliWaveSubset_p1 ( )
inline

Definition at line 31 of file LArCaliWaveSubset_p1.h.

32  : m_samples(0) {}

Member Data Documentation

◆ m_DAC

std::vector<int> LArCaliWaveSubset_p1::m_DAC

Definition at line 39 of file LArCaliWaveSubset_p1.h.

◆ m_dt

std::vector<float> LArCaliWaveSubset_p1::m_dt

Definition at line 34 of file LArCaliWaveSubset_p1.h.

◆ m_flag

std::vector<unsigned> LArCaliWaveSubset_p1::m_flag

Definition at line 38 of file LArCaliWaveSubset_p1.h.

◆ m_samples

unsigned int LArCaliWaveSubset_p1::m_samples

Definition at line 40 of file LArCaliWaveSubset_p1.h.

◆ m_subset

LArConditionsSubset_p1 LArCaliWaveSubset_p1::m_subset

Definition at line 33 of file LArCaliWaveSubset_p1.h.

◆ m_vAmplitudes

std::vector<float> LArCaliWaveSubset_p1::m_vAmplitudes

Definition at line 35 of file LArCaliWaveSubset_p1.h.

◆ m_vErrors

std::vector<float> LArCaliWaveSubset_p1::m_vErrors

Definition at line 36 of file LArCaliWaveSubset_p1.h.

◆ m_vTriggers

std::vector<int> LArCaliWaveSubset_p1::m_vTriggers

Definition at line 37 of file LArCaliWaveSubset_p1.h.


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