#include <ChamberParams.hh>

Public Member Functions | |
| ChamberParams (const double aTimeStamp, const MeshParams_t &aMesh, const DriftParams_t &aDrift) | |
| const MeshParams_t & | getMesh () const |
| const DriftParams_t & | getDrift () const |
| std::ostream & | operator<< (std::ostream &out) |
Protected Attributes | |
| double | timeStamp |
| MeshParams_t | mesh |
| DriftParams_t | drift |
Friends | |
| class | ChamberSlowControl |
| std::ostream & | operator<< (std::ostream &out, ChamberParams &x) |
Definition at line 10 of file ChamberParams.hh.
| ChamberParams::ChamberParams | ( | const double | aTimeStamp, | |
| const MeshParams_t & | aMesh, | |||
| const DriftParams_t & | aDrift | |||
| ) |
| const MeshParams_t& ChamberParams::getMesh | ( | ) | const [inline] |
| const DriftParams_t& ChamberParams::getDrift | ( | ) | const [inline] |
| std::ostream& ChamberParams::operator<< | ( | std::ostream & | out | ) |
friend class ChamberSlowControl [friend] |
Definition at line 11 of file ChamberParams.hh.
| std::ostream& operator<< | ( | std::ostream & | out, | |
| ChamberParams & | x | |||
| ) | [friend] |
double ChamberParams::timeStamp [protected] |
Definition at line 14 of file ChamberParams.hh.
MeshParams_t ChamberParams::mesh [protected] |
DriftParams_t ChamberParams::drift [protected] |
1.5.8