ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
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 ( )

Definition at line 9 of file AFP_SIDLocRecoEvent.cxx.

10 {
11  m_iAlgoNum = 0;
12  m_nStationID = 0;
13 
14  m_x = 0.0;
15  m_y = 0.0;
16  m_z = 0.0;
17  m_x_slope = 0.0;
18  m_y_slope = 0.0;
19  m_z_slope = 0.0;
20 
21  m_nHits = 0;
22  m_nHoles = 0;
23  m_fChi2 = 0.0;
24 }

◆ ~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 {}

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:
AFP_SIDLocRecoEvent::m_nHoles
int m_nHoles
Definition: AFP_SIDLocRecoEvent.h:48
AFP_SIDLocRecoEvent::m_y_slope
float m_y_slope
Definition: AFP_SIDLocRecoEvent.h:44
AFP_SIDLocRecoEvent::m_z_slope
float m_z_slope
Definition: AFP_SIDLocRecoEvent.h:45
AFP_SIDLocRecoEvent::m_iAlgoNum
int m_iAlgoNum
Definition: AFP_SIDLocRecoEvent.h:37
AFP_SIDLocRecoEvent::m_y
float m_y
Definition: AFP_SIDLocRecoEvent.h:41
AFP_SIDLocRecoEvent::m_fChi2
float m_fChi2
Definition: AFP_SIDLocRecoEvent.h:49
AFP_SIDLocRecoEvent::m_nStationID
int m_nStationID
Definition: AFP_SIDLocRecoEvent.h:38
AFP_SIDLocRecoEvent::m_z
float m_z
Definition: AFP_SIDLocRecoEvent.h:42
AFP_SIDLocRecoEvent::m_nHits
int m_nHits
Definition: AFP_SIDLocRecoEvent.h:47
AFP_SIDLocRecoEvent::m_x
float m_x
Definition: AFP_SIDLocRecoEvent.h:40
AFP_SIDLocRecoEvent::m_x_slope
float m_x_slope
Definition: AFP_SIDLocRecoEvent.h:43