|
HerdSoftware
0.1.1
|
A container of information about interesections between a track and the STK. More...
#include <dataobjects/StkIntersections.h>
Public Member Functions | |
| StkIntersections () | |
| Default constructor. More... | |
| virtual | ~StkIntersections ()=default |
| Virtual destructor. More... | |
| void | Reset () |
| Resets StkIntersections with default values. More... | |
Public Attributes | |
| std::vector< StkIntersection > | intersections |
| Intersections of a track in STK, [0] is the entrance. More... | |
| float | trackLengthStkCm |
| Track length in STK, measured in cm, including both passive and active materials (TBD). More... | |
| float | trackLengthStkX0 |
| Track length in STK, measured in X0, including both passive and active materials (TBD). More... | |
A container of information about interesections between a track and the STK.
|
inline |
Default constructor.
Creates a StkIntersections with standard values
|
virtualdefault |
Virtual destructor.
|
inline |
Resets StkIntersections with default values.
| std::vector<StkIntersection> Herd::StkIntersections::intersections |
Intersections of a track in STK, [0] is the entrance.
| float Herd::StkIntersections::trackLengthStkCm |
Track length in STK, measured in cm, including both passive and active materials (TBD).
| float Herd::StkIntersections::trackLengthStkX0 |
Track length in STK, measured in X0, including both passive and active materials (TBD).
1.8.13