LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "LArTwoDSlidingShowerFitResult.h"
Public Member Functions | |
ShowerExtent (const float xCoordinate, const float highEdgeZ, const float lowEdgeZ) | |
Constructor. More... | |
float | GetXCoordinate () const |
float | GetHighEdgeZ () const |
float | GetLowEdgeZ () const |
Private Attributes | |
float | m_xCoordinate |
The x coordinate. More... | |
float | m_highEdgeZ |
The shower high edge z coordinate. More... | |
float | m_lowEdgeZ |
The shower low edge z coordinate. More... | |
Definition at line 123 of file LArTwoDSlidingShowerFitResult.h.
|
inline |
Constructor.
xCoordinate | the x coordinate |
highEdgeZ | the shower high edge z coordinate |
lowEdgeZ | the shower low edge z coordinate |
Definition at line 189 of file LArTwoDSlidingShowerFitResult.h.
|
inline |
Get | the shower high edge z coordinate |
Definition at line 205 of file LArTwoDSlidingShowerFitResult.h.
References m_highEdgeZ.
|
inline |
Get | the shower low edge z coordinate |
Definition at line 212 of file LArTwoDSlidingShowerFitResult.h.
References m_lowEdgeZ.
|
inline |
Get | the x coordinate |
Definition at line 198 of file LArTwoDSlidingShowerFitResult.h.
References m_xCoordinate.
|
private |
The shower high edge z coordinate.
Definition at line 158 of file LArTwoDSlidingShowerFitResult.h.
Referenced by GetHighEdgeZ().
|
private |
The shower low edge z coordinate.
Definition at line 159 of file LArTwoDSlidingShowerFitResult.h.
Referenced by GetLowEdgeZ().
|
private |
The x coordinate.
Definition at line 157 of file LArTwoDSlidingShowerFitResult.h.
Referenced by GetXCoordinate().