ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
ALFA_GloRecODEvent Class Reference

#include <ALFA_GloRecODEvent.h>

Collaboration diagram for ALFA_GloRecODEvent:

Public Member Functions

 ALFA_GloRecODEvent ()
 
 ~ALFA_GloRecODEvent ()
 
 ALFA_GloRecODEvent (int pot_num, int side, float y, float y_slope)
 
int getPotNum () const
 
int getSide () const
 
float getYposition () const
 
float getYslope () const
 

Private Attributes

int m_pot_num
 
int m_side
 
float m_y
 
float m_y_slope
 

Detailed Description

Definition at line 8 of file ALFA_GloRecODEvent.h.

Constructor & Destructor Documentation

◆ ALFA_GloRecODEvent() [1/2]

ALFA_GloRecODEvent::ALFA_GloRecODEvent ( )

Definition at line 9 of file ALFA_GloRecODEvent.cxx.

10 {
11  m_pot_num = 0;
12  m_side = 0;
13  m_y = 0.0;
14  m_y_slope = 0.0;
15 }

◆ ~ALFA_GloRecODEvent()

ALFA_GloRecODEvent::~ALFA_GloRecODEvent ( )

Definition at line 18 of file ALFA_GloRecODEvent.cxx.

18 {}

◆ ALFA_GloRecODEvent() [2/2]

ALFA_GloRecODEvent::ALFA_GloRecODEvent ( int  pot_num,
int  side,
float  y,
float  y_slope 
)

Definition at line 21 of file ALFA_GloRecODEvent.cxx.

21 : m_pot_num(n_pot_num), m_side(n_side), m_y(y_pos), m_y_slope(y_slope) {}

Member Function Documentation

◆ getPotNum()

int ALFA_GloRecODEvent::getPotNum ( ) const
inline

Definition at line 18 of file ALFA_GloRecODEvent.h.

18 {return m_pot_num;}

◆ getSide()

int ALFA_GloRecODEvent::getSide ( ) const
inline

Definition at line 19 of file ALFA_GloRecODEvent.h.

19 {return m_side;}

◆ getYposition()

float ALFA_GloRecODEvent::getYposition ( ) const
inline

Definition at line 20 of file ALFA_GloRecODEvent.h.

20 { return m_y; }

◆ getYslope()

float ALFA_GloRecODEvent::getYslope ( ) const
inline

Definition at line 21 of file ALFA_GloRecODEvent.h.

21 {return m_y_slope;}

Member Data Documentation

◆ m_pot_num

int ALFA_GloRecODEvent::m_pot_num
private

Definition at line 25 of file ALFA_GloRecODEvent.h.

◆ m_side

int ALFA_GloRecODEvent::m_side
private

Definition at line 26 of file ALFA_GloRecODEvent.h.

◆ m_y

float ALFA_GloRecODEvent::m_y
private

Definition at line 27 of file ALFA_GloRecODEvent.h.

◆ m_y_slope

float ALFA_GloRecODEvent::m_y_slope
private

Definition at line 28 of file ALFA_GloRecODEvent.h.


The documentation for this class was generated from the following files:
ALFA_GloRecODEvent::m_y
float m_y
Definition: ALFA_GloRecODEvent.h:27
ALFA_GloRecODEvent::m_pot_num
int m_pot_num
Definition: ALFA_GloRecODEvent.h:25
ALFA_GloRecODEvent::m_y_slope
float m_y_slope
Definition: ALFA_GloRecODEvent.h:28
ALFA_GloRecODEvent::m_side
int m_side
Definition: ALFA_GloRecODEvent.h:26