#include <MeshParams_t.hh>
Collaboration diagram for MeshParams_t:

Public Member Functions | |
| MeshParams_t () | |
| MeshParams_t & | operator= (const MeshParams_t &aMesh) |
| MeshParams_t (const MeshParams_t &x) | |
| MeshParams_t (std::istream &in) | |
| std::istream & | operator>> (std::istream &in) |
Public Attributes | |
| float | voltage |
| float | current |
Friends | |
| std::istream & | operator>> (std::istream &in, MeshParams_t &x) |
| std::ostream & | operator<< (std::ostream &out, const MeshParams_t &x) |
Definition at line 9 of file MeshParams_t.hh.
| MeshParams_t::MeshParams_t | ( | ) | [inline] |
| MeshParams_t::MeshParams_t | ( | const MeshParams_t & | x | ) | [inline] |
| MeshParams_t::MeshParams_t | ( | std::istream & | in | ) |
| MeshParams_t & MeshParams_t::operator= | ( | const MeshParams_t & | aMesh | ) |
| std::istream & MeshParams_t::operator>> | ( | std::istream & | in | ) |
| std::istream& operator>> | ( | std::istream & | in, | |
| MeshParams_t & | x | |||
| ) | [friend] |
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const MeshParams_t & | x | |||
| ) | [friend] |
| float MeshParams_t::voltage |
Definition at line 13 of file MeshParams_t.hh.
Referenced by Event::getBoardMeshVolt(), main(), operator<<(), operator=(), MTEvent::operator=(), and operator>>().
| float MeshParams_t::current |
Definition at line 14 of file MeshParams_t.hh.
Referenced by operator<<(), operator=(), and operator>>().
1.4.7