#include <SlowControlEntry.hh>

Public Member Functions | |
| const ChamberSlowControl & | getChamber (const ui32 id) const |
| const PMSlowControl & | getPM (const ui32 id) const |
| void | addChamber (const std::string name, const ui32 id) |
| void | addPM (const std::string name, const ui32 id) |
| void | setChamberParams (i32 id, MeshParams_t &mesh, DriftParams_t &drift) |
| void | setPmParams (i32 id, PMParams_t voltages) |
Public Attributes | |
| double | timeStamp |
| float | pressure |
| float | overPressure |
| float | temperature |
| std::map< i32, ChamberSlowControl > | chMap |
| std::map< i32, PMSlowControl > | pmMap |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const SlowControlEntry &x) |
Definition at line 16 of file SlowControlEntry.hh.
| const ChamberSlowControl& SlowControlEntry::getChamber | ( | const ui32 | id | ) | const |
| const PMSlowControl& SlowControlEntry::getPM | ( | const ui32 | id | ) | const |
| void SlowControlEntry::addChamber | ( | const std::string | name, | |
| const ui32 | id | |||
| ) |
| void SlowControlEntry::addPM | ( | const std::string | name, | |
| const ui32 | id | |||
| ) |
| void SlowControlEntry::setChamberParams | ( | i32 | id, | |
| MeshParams_t & | mesh, | |||
| DriftParams_t & | drift | |||
| ) |
| void SlowControlEntry::setPmParams | ( | i32 | id, | |
| PMParams_t | voltages | |||
| ) |
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const SlowControlEntry & | x | |||
| ) | [friend] |
| double SlowControlEntry::timeStamp |
Definition at line 33 of file SlowControlEntry.hh.
Definition at line 34 of file SlowControlEntry.hh.
Definition at line 35 of file SlowControlEntry.hh.
| std::map<i32, ChamberSlowControl> SlowControlEntry::chMap |
Definition at line 36 of file SlowControlEntry.hh.
| std::map<i32, PMSlowControl> SlowControlEntry::pmMap |
Definition at line 37 of file SlowControlEntry.hh.
1.5.8