Belle II Software development
ECLWaveforms Class Reference

Class to store ECL waveforms for entire calorimeter. More...

#include <ECLWaveforms.h>

Inheritance diagram for ECLWaveforms:

Public Member Functions

 ECLWaveforms ()
 default constructor for ROOT
 
std::vector< unsigned int > & getStore ()
 get data
 

Private Member Functions

 ClassDef (ECLWaveforms, 1)
 ClassDef.
 

Private Attributes

std::vector< unsigned int > m_store
 the data
 

Detailed Description

Class to store ECL waveforms for entire calorimeter.

Definition at line 21 of file ECLWaveforms.h.

Constructor & Destructor Documentation

◆ ECLWaveforms()

ECLWaveforms ( )
inline

default constructor for ROOT

Definition at line 24 of file ECLWaveforms.h.

24{}

Member Function Documentation

◆ getStore()

std::vector< unsigned int > & getStore ( )
inline

get data

Definition at line 27 of file ECLWaveforms.h.

27{ return m_store;}
std::vector< unsigned int > m_store
the data
Definition: ECLWaveforms.h:30

Member Data Documentation

◆ m_store

std::vector<unsigned int> m_store
private

the data

Definition at line 30 of file ECLWaveforms.h.


The documentation for this class was generated from the following file: