#include <AFP_SIDLocRecoEvent.h>
|
| AFP_SIDLocRecoEvent () |
|
| ~AFP_SIDLocRecoEvent () |
|
| AFP_SIDLocRecoEvent (int iAlgoNum, int nStationID, float x_pos, float y_pos, float z_pos, float x_slope, float y_slope, float z_slope, int nHits, int nHoles, float fChi2) |
|
int | getAlgoNum () const |
|
int | getStationID () const |
|
float | getXposition () const |
|
float | getYposition () const |
|
float | getZposition () const |
|
float | getXslope () const |
|
float | getYslope () const |
|
float | getZslope () const |
|
int | getNHits () const |
|
int | getNHoles () const |
|
float | getChi2 () const |
|
Definition at line 10 of file AFP_SIDLocRecoEvent.h.
◆ AFP_SIDLocRecoEvent() [1/2]
AFP_SIDLocRecoEvent::AFP_SIDLocRecoEvent |
( |
| ) |
|
◆ ~AFP_SIDLocRecoEvent()
AFP_SIDLocRecoEvent::~AFP_SIDLocRecoEvent |
( |
| ) |
|
◆ AFP_SIDLocRecoEvent() [2/2]
AFP_SIDLocRecoEvent::AFP_SIDLocRecoEvent |
( |
int |
iAlgoNum, |
|
|
int |
nStationID, |
|
|
float |
x_pos, |
|
|
float |
y_pos, |
|
|
float |
z_pos, |
|
|
float |
x_slope, |
|
|
float |
y_slope, |
|
|
float |
z_slope, |
|
|
int |
nHits, |
|
|
int |
nHoles, |
|
|
float |
fChi2 |
|
) |
| |
Definition at line 29 of file AFP_SIDLocRecoEvent.cxx.
30 m_iAlgoNum(iAlgoNum),
m_nStationID(nStationID),
m_x(x_pos),
m_y(y_pos),
m_z(z_pos),
m_x_slope(x_slope),
m_y_slope(y_slope),
m_z_slope(z_slope),
m_nHits(nHits),
m_nHoles(nHoles),
m_fChi2(fChi2)
◆ getAlgoNum()
int AFP_SIDLocRecoEvent::getAlgoNum |
( |
| ) |
const |
|
inline |
◆ getChi2()
float AFP_SIDLocRecoEvent::getChi2 |
( |
| ) |
const |
|
inline |
◆ getNHits()
int AFP_SIDLocRecoEvent::getNHits |
( |
| ) |
const |
|
inline |
◆ getNHoles()
int AFP_SIDLocRecoEvent::getNHoles |
( |
| ) |
const |
|
inline |
◆ getStationID()
int AFP_SIDLocRecoEvent::getStationID |
( |
| ) |
const |
|
inline |
◆ getXposition()
float AFP_SIDLocRecoEvent::getXposition |
( |
| ) |
const |
|
inline |
◆ getXslope()
float AFP_SIDLocRecoEvent::getXslope |
( |
| ) |
const |
|
inline |
◆ getYposition()
float AFP_SIDLocRecoEvent::getYposition |
( |
| ) |
const |
|
inline |
◆ getYslope()
float AFP_SIDLocRecoEvent::getYslope |
( |
| ) |
const |
|
inline |
◆ getZposition()
float AFP_SIDLocRecoEvent::getZposition |
( |
| ) |
const |
|
inline |
◆ getZslope()
float AFP_SIDLocRecoEvent::getZslope |
( |
| ) |
const |
|
inline |
◆ m_fChi2
float AFP_SIDLocRecoEvent::m_fChi2 |
|
private |
◆ m_iAlgoNum
int AFP_SIDLocRecoEvent::m_iAlgoNum |
|
private |
◆ m_nHits
int AFP_SIDLocRecoEvent::m_nHits |
|
private |
◆ m_nHoles
int AFP_SIDLocRecoEvent::m_nHoles |
|
private |
◆ m_nStationID
int AFP_SIDLocRecoEvent::m_nStationID |
|
private |
◆ m_x
float AFP_SIDLocRecoEvent::m_x |
|
private |
◆ m_x_slope
float AFP_SIDLocRecoEvent::m_x_slope |
|
private |
◆ m_y
float AFP_SIDLocRecoEvent::m_y |
|
private |
◆ m_y_slope
float AFP_SIDLocRecoEvent::m_y_slope |
|
private |
◆ m_z
float AFP_SIDLocRecoEvent::m_z |
|
private |
◆ m_z_slope
float AFP_SIDLocRecoEvent::m_z_slope |
|
private |
The documentation for this class was generated from the following files: