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

persistent class container of LArPhysWave data. More...

#include <LArPhysWaveSubset_p1.h>

Collaboration diagram for LArPhysWaveSubset_p1:

Public Member Functions

 LArPhysWaveSubset_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_timeOffset
 
unsigned int m_samples
 

Detailed Description

persistent class container of LArPhysWave data.

Definition at line 27 of file LArPhysWaveSubset_p1.h.

Constructor & Destructor Documentation

◆ LArPhysWaveSubset_p1()

LArPhysWaveSubset_p1::LArPhysWaveSubset_p1 ( )
inline

Definition at line 31 of file LArPhysWaveSubset_p1.h.

32  : m_samples(0) {}

Member Data Documentation

◆ m_dt

std::vector<float> LArPhysWaveSubset_p1::m_dt

Definition at line 34 of file LArPhysWaveSubset_p1.h.

◆ m_flag

std::vector<unsigned> LArPhysWaveSubset_p1::m_flag

Definition at line 38 of file LArPhysWaveSubset_p1.h.

◆ m_samples

unsigned int LArPhysWaveSubset_p1::m_samples

Definition at line 41 of file LArPhysWaveSubset_p1.h.

◆ m_subset

LArConditionsSubset_p1 LArPhysWaveSubset_p1::m_subset

Definition at line 33 of file LArPhysWaveSubset_p1.h.

◆ m_timeOffset

std::vector<int> LArPhysWaveSubset_p1::m_timeOffset

Definition at line 39 of file LArPhysWaveSubset_p1.h.

◆ m_vAmplitudes

std::vector<float> LArPhysWaveSubset_p1::m_vAmplitudes

Definition at line 35 of file LArPhysWaveSubset_p1.h.

◆ m_vErrors

std::vector<float> LArPhysWaveSubset_p1::m_vErrors

Definition at line 36 of file LArPhysWaveSubset_p1.h.

◆ m_vTriggers

std::vector<int> LArPhysWaveSubset_p1::m_vTriggers

Definition at line 37 of file LArPhysWaveSubset_p1.h.


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