#include <TVacuumData.h>
Public Member Functions | |
TVacuumData () | |
TVacuumData (std::vector< int > time, std::vector< int > status, std::vector< float > pressure) | |
void | Reset (Option_t *o="") |
void | AddPoint (int time, int status, float pressure) |
ClassDef (TVacuumData, 1) | |
Private Attributes | |
std::vector< int > | fStatus |
std::vector< float > | fPressure |
std::vector< int > | fTime |
Definition at line 10 of file TVacuumData.h.
TVacuumData::TVacuumData | ( | ) |
TVacuumData::TVacuumData | ( | std::vector< int > | time, | |
std::vector< int > | status, | |||
std::vector< float > | pressure | |||
) |
void TVacuumData::AddPoint | ( | int | time, | |
int | status, | |||
float | pressure | |||
) | [inline] |
TVacuumData::ClassDef | ( | TVacuumData | , | |
1 | ||||
) |
void TVacuumData::Reset | ( | Option_t * | o = "" |
) |
Definition at line 27 of file TVacuumData.cpp.
References fPressure, fStatus, and fTime.
Referenced by TVacuumData().
std::vector<float> TVacuumData::fPressure [private] |
Definition at line 13 of file TVacuumData.h.
Referenced by AddPoint(), Reset(), and TVacuumData().
std::vector<int> TVacuumData::fStatus [private] |
Definition at line 12 of file TVacuumData.h.
Referenced by AddPoint(), Reset(), and TVacuumData().
std::vector<int> TVacuumData::fTime [private] |
Definition at line 14 of file TVacuumData.h.
Referenced by AddPoint(), Reset(), and TVacuumData().