|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TILEPULSESIMULATOR_TILESAMPLEBUFFER_H
6 #define TILEPULSESIMULATOR_TILESAMPLEBUFFER_H
24 inline unsigned int size(){
return m_x.size();}
32 std::vector<double>
m_x;
33 std::vector<float>
m_y;
unsigned int getMaxValueIndex()
void getValueVector(std::vector< float > &vec)
std::vector< size_t > vec
std::vector< float > m_noiseVector
void setValueNoise(unsigned int i, double val)
virtual ~TileSampleBuffer()
float getValue(unsigned int i)
void setValue(unsigned int i, double val)
double getTime(unsigned int i)
float getValueNoise(unsigned int i)
std::vector< double > m_x