ATLAS Offline Software
Loading...
Searching...
No Matches
AFP_SIDLocRecoEvent Class Reference

#include <AFP_SIDLocRecoEvent.h>

Collaboration diagram for AFP_SIDLocRecoEvent:

Public Member Functions

 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

Private Attributes

int m_iAlgoNum
int m_nStationID
float m_x
float m_y
float m_z
float m_x_slope
float m_y_slope
float m_z_slope
int m_nHits
int m_nHoles
float m_fChi2

Detailed Description

Definition at line 10 of file AFP_SIDLocRecoEvent.h.

Constructor & Destructor Documentation

◆ AFP_SIDLocRecoEvent() [1/2]

AFP_SIDLocRecoEvent::AFP_SIDLocRecoEvent ( )

◆ ~AFP_SIDLocRecoEvent()

AFP_SIDLocRecoEvent::~AFP_SIDLocRecoEvent ( )

Definition at line 27 of file AFP_SIDLocRecoEvent.cxx.

27{}

◆ 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.

29 :
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)
31{}
static const uint32_t nHits

Member Function Documentation

◆ getAlgoNum()

int AFP_SIDLocRecoEvent::getAlgoNum ( ) const
inline

Definition at line 20 of file AFP_SIDLocRecoEvent.h.

20{return m_iAlgoNum;}

◆ getChi2()

float AFP_SIDLocRecoEvent::getChi2 ( ) const
inline

Definition at line 32 of file AFP_SIDLocRecoEvent.h.

32{return m_fChi2;}

◆ getNHits()

int AFP_SIDLocRecoEvent::getNHits ( ) const
inline

Definition at line 30 of file AFP_SIDLocRecoEvent.h.

30{return m_nHits;}

◆ getNHoles()

int AFP_SIDLocRecoEvent::getNHoles ( ) const
inline

Definition at line 31 of file AFP_SIDLocRecoEvent.h.

31{return m_nHoles;}

◆ getStationID()

int AFP_SIDLocRecoEvent::getStationID ( ) const
inline

Definition at line 21 of file AFP_SIDLocRecoEvent.h.

21{return m_nStationID;}

◆ getXposition()

float AFP_SIDLocRecoEvent::getXposition ( ) const
inline

Definition at line 23 of file AFP_SIDLocRecoEvent.h.

23{ return m_x; }

◆ getXslope()

float AFP_SIDLocRecoEvent::getXslope ( ) const
inline

Definition at line 26 of file AFP_SIDLocRecoEvent.h.

26{return m_x_slope;}

◆ getYposition()

float AFP_SIDLocRecoEvent::getYposition ( ) const
inline

Definition at line 24 of file AFP_SIDLocRecoEvent.h.

24{ return m_y; }

◆ getYslope()

float AFP_SIDLocRecoEvent::getYslope ( ) const
inline

Definition at line 27 of file AFP_SIDLocRecoEvent.h.

27{return m_y_slope;}

◆ getZposition()

float AFP_SIDLocRecoEvent::getZposition ( ) const
inline

Definition at line 25 of file AFP_SIDLocRecoEvent.h.

25{ return m_z; }

◆ getZslope()

float AFP_SIDLocRecoEvent::getZslope ( ) const
inline

Definition at line 28 of file AFP_SIDLocRecoEvent.h.

28{return m_z_slope;}

Member Data Documentation

◆ m_fChi2

float AFP_SIDLocRecoEvent::m_fChi2
private

Definition at line 49 of file AFP_SIDLocRecoEvent.h.

◆ m_iAlgoNum

int AFP_SIDLocRecoEvent::m_iAlgoNum
private

Definition at line 37 of file AFP_SIDLocRecoEvent.h.

◆ m_nHits

int AFP_SIDLocRecoEvent::m_nHits
private

Definition at line 47 of file AFP_SIDLocRecoEvent.h.

◆ m_nHoles

int AFP_SIDLocRecoEvent::m_nHoles
private

Definition at line 48 of file AFP_SIDLocRecoEvent.h.

◆ m_nStationID

int AFP_SIDLocRecoEvent::m_nStationID
private

Definition at line 38 of file AFP_SIDLocRecoEvent.h.

◆ m_x

float AFP_SIDLocRecoEvent::m_x
private

Definition at line 40 of file AFP_SIDLocRecoEvent.h.

◆ m_x_slope

float AFP_SIDLocRecoEvent::m_x_slope
private

Definition at line 43 of file AFP_SIDLocRecoEvent.h.

◆ m_y

float AFP_SIDLocRecoEvent::m_y
private

Definition at line 41 of file AFP_SIDLocRecoEvent.h.

◆ m_y_slope

float AFP_SIDLocRecoEvent::m_y_slope
private

Definition at line 44 of file AFP_SIDLocRecoEvent.h.

◆ m_z

float AFP_SIDLocRecoEvent::m_z
private

Definition at line 42 of file AFP_SIDLocRecoEvent.h.

◆ m_z_slope

float AFP_SIDLocRecoEvent::m_z_slope
private

Definition at line 45 of file AFP_SIDLocRecoEvent.h.


The documentation for this class was generated from the following files: