FitSegment class. More...
#include <LArTwoDSlidingFitObjects.h>
Public Member Functions | |
| FitSegment (const int startLayer, const int endLayer, const double startX, const double endX) | |
| Constructor. More... | |
| int | GetStartLayer () const |
| Get start layer. More... | |
| int | GetEndLayer () const |
| Get end layer. More... | |
| double | GetMinX () const |
| Get the minimum x value. More... | |
| double | GetMaxX () const |
| Get the maximum x value. More... | |
| bool | IsIncreasingX () const |
| Whether the x coordinate increases between the start and end layers. More... | |
Private Attributes | |
| int | m_startLayer |
| The start layer. More... | |
| int | m_endLayer |
| The end layer. More... | |
| double | m_minX |
| The minimum x value. More... | |
| double | m_maxX |
| The maximum x value. More... | |
| bool | m_isIncreasingX |
| Whether the x coordinate increases between the start and end layers. More... | |
FitSegment class.
Definition at line 234 of file LArTwoDSlidingFitObjects.h.
|
inline |
Constructor.
| startLayer | the start layer |
| endLayer | the end layer |
| startX | the x position at the start layer |
| endX | the x position at the end layer |
Definition at line 464 of file LArTwoDSlidingFitObjects.h.
|
inline |
Get end layer.
Definition at line 482 of file LArTwoDSlidingFitObjects.h.
|
inline |
Get the maximum x value.
Definition at line 496 of file LArTwoDSlidingFitObjects.h.
|
inline |
Get the minimum x value.
Definition at line 489 of file LArTwoDSlidingFitObjects.h.
|
inline |
Get start layer.
Definition at line 475 of file LArTwoDSlidingFitObjects.h.
|
inline |
Whether the x coordinate increases between the start and end layers.
Definition at line 503 of file LArTwoDSlidingFitObjects.h.
|
private |
The end layer.
Definition at line 284 of file LArTwoDSlidingFitObjects.h.
|
private |
Whether the x coordinate increases between the start and end layers.
Definition at line 287 of file LArTwoDSlidingFitObjects.h.
|
private |
The maximum x value.
Definition at line 286 of file LArTwoDSlidingFitObjects.h.
|
private |
The minimum x value.
Definition at line 285 of file LArTwoDSlidingFitObjects.h.
|
private |
The start layer.
Definition at line 283 of file LArTwoDSlidingFitObjects.h.
1.8.5