List of MergerBoards.
More...
#include <ARICHMirrorInfo.h>
List of MergerBoards.
Definition at line 22 of file ARICHMirrorInfo.h.
◆ ARICHMirrorInfo() [1/3]
Default constructor.
Definition at line 27 of file ARICHMirrorInfo.h.
27: m_id(0), m_reflectivity(NULL), m_comment("") {};
◆ ARICHMirrorInfo() [2/3]
Constructor.
Definition at line 32 of file ARICHMirrorInfo.h.
32: m_id(id), m_reflectivity(reflectivity), m_comment("") {};
◆ ARICHMirrorInfo() [3/3]
ARICHMirrorInfo |
( |
int | id, |
|
|
TGraph * | reflectivity, |
|
|
const std::string & | comment ) |
|
inline |
Constructor.
Definition at line 37 of file ARICHMirrorInfo.h.
37 : m_id(id), m_reflectivity(reflectivity),
38 m_comment(comment) {};
◆ getMirrorID()
int getMirrorID |
( |
| ) |
const |
|
inline |
Return Mirror Identifier.
- Returns
- Mirror Identifier
Definition at line 43 of file ARICHMirrorInfo.h.
◆ getMirrorInfoComment()
std::string getMirrorInfoComment |
( |
| ) |
const |
|
inline |
◆ getMirrorReflectivity()
TGraph * getMirrorReflectivity |
( |
| ) |
const |
|
inline |
Return Reflectivity of the mirror.
- Returns
- Reflectivity of the mirror
Definition at line 54 of file ARICHMirrorInfo.h.
54{return m_reflectivity;}
◆ setMirrorID()
void setMirrorID |
( |
int | id | ) |
|
|
inline |
◆ setMirrorInfoComment()
void setMirrorInfoComment |
( |
const std::string & | comment | ) |
|
|
inline |
Set comment.
- Parameters
-
Definition at line 70 of file ARICHMirrorInfo.h.
70{m_comment = comment; }
◆ setMirrorReflectivity()
void setMirrorReflectivity |
( |
TGraph * | reflectivity | ) |
|
|
inline |
Set Reflectivity of the mirror.
- Parameters
-
reflectivity | Reflectivity of the mirror |
Definition at line 60 of file ARICHMirrorInfo.h.
60{m_reflectivity = reflectivity;}
◆ m_comment
◆ m_id
◆ m_reflectivity
The documentation for this class was generated from the following file: