|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Floor geometry. More...
#include <JGeometry.hh>
Public Member Functions | |
| JFloor () | |
| Default constructor. | |
| JFloor (const double height, const JVector2D &position=JVector2D()) | |
| Constructor. | |
| double | getHeight () const |
| Get height of this floor. | |
| const JVector3D & | getPosition () const |
| Get position of this floor. | |
Protected Attributes | |
| double | height |
| JVector3D | position |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const JFloor &floor) |
| Write floor parameters to output stream. | |
Floor geometry.
Definition at line 61 of file JGeometry.hh.
|
inline |
|
inline |
Constructor.
The height corresponds to the maximal distance from the top of the T-bar of the parent string to the actual sensor.
The optional position corresponds to an anomalous offset of the optical module with respect to its nominal position.
| height | height |
| position | position |
Definition at line 78 of file JGeometry.hh.
|
inline |
Get height of this floor.
The height refers to the maximal distance from the fixed reference point of the parent string.
Definition at line 91 of file JGeometry.hh.
Get position of this floor.
The position corresponds to an anomalous offset of the optical module with respect to its nominal position.
Definition at line 103 of file JGeometry.hh.
Write floor parameters to output stream.
| out | output stream |
| floor | floor |
Definition at line 116 of file JGeometry.hh.
|
protected |
Definition at line 123 of file JGeometry.hh.
|
protected |
Definition at line 124 of file JGeometry.hh.