Mapping of the mirrors on the detector.
More...
#include <ARICHMirrorMap.h>
Mapping of the mirrors on the detector.
Definition at line 24 of file ARICHMirrorMap.h.
◆ ARICHMirrorMap() [1/3]
Default constructor.
Definition at line 29 of file ARICHMirrorMap.h.
29: m_mirror(NULL), m_column(0), m_timeStamp(), m_comment("") {};
◆ ARICHMirrorMap() [2/3]
Constructor.
Definition at line 34 of file ARICHMirrorMap.h.
34 : m_mirror(mirror), m_column(column),
35 m_timeStamp(timeStamp), m_comment("") {};
◆ ARICHMirrorMap() [3/3]
Constructor.
Definition at line 40 of file ARICHMirrorMap.h.
40 : m_mirror(mirror),
41 m_column(column),
42 m_timeStamp(timeStamp), m_comment(comment) {};
◆ ~ARICHMirrorMap()
◆ getMirrorComment()
std::string getMirrorComment |
( |
| ) |
const |
|
inline |
◆ getMirrorID()
Return Mirror Identifier.
- Returns
- Mirror Identifier
Definition at line 52 of file ARICHMirrorMap.h.
◆ getMirrorPosition()
int getMirrorPosition |
( |
| ) |
const |
|
inline |
Return Position on the detector.
- Returns
- Position on the detector
Definition at line 62 of file ARICHMirrorMap.h.
◆ getMirrorTimeStamp()
TTimeStamp getMirrorTimeStamp |
( |
| ) |
const |
|
inline |
Return Installation date.
- Returns
- Installation date
Definition at line 72 of file ARICHMirrorMap.h.
◆ setMirrorComment()
void setMirrorComment |
( |
const std::string & | comment | ) |
|
|
inline |
Set comment.
- Parameters
-
Definition at line 87 of file ARICHMirrorMap.h.
87{m_comment = comment; }
◆ setMirrorID()
◆ setMirrorPosition()
void setMirrorPosition |
( |
int | column | ) |
|
|
inline |
Set Position on the detector.
- Parameters
-
column | Position on the detector |
Definition at line 67 of file ARICHMirrorMap.h.
◆ setMirrorTimeStamp()
void setMirrorTimeStamp |
( |
TTimeStamp | timeStamp | ) |
|
|
inline |
Set Installation date.
- Parameters
-
timeStamp | Installation date |
Definition at line 77 of file ARICHMirrorMap.h.
77{m_timeStamp = timeStamp; }
◆ m_column
◆ m_comment
◆ m_mirror
◆ m_timeStamp
The documentation for this class was generated from the following file: