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

#include <ALFA_LocRecODEvent.h>

Collaboration diagram for ALFA_LocRecODEvent:

Public Member Functions

 ALFA_LocRecODEvent ()=default
 ALFA_LocRecODEvent (int iAlgoNum, int pot_num, int side, float y, float fOverY, int iNumY, std::vector< int > iFibSel)
int getAlgoNum () const
int getPotNum () const
int getSide () const
float getYposition () const
float getOverY () const
int getNumY () const
const std::vector< int > & getFibSel () const

Private Attributes

int m_iAlgoNum {}
int m_pot_num {}
int m_side {}
float m_y {}
float m_fOverY {}
int m_iNumY {}
std::vector< int > m_iFibSel

Detailed Description

Definition at line 10 of file ALFA_LocRecODEvent.h.

Constructor & Destructor Documentation

◆ ALFA_LocRecODEvent() [1/2]

ALFA_LocRecODEvent::ALFA_LocRecODEvent ( )
default

◆ ALFA_LocRecODEvent() [2/2]

ALFA_LocRecODEvent::ALFA_LocRecODEvent ( int iAlgoNum,
int pot_num,
int side,
float y,
float fOverY,
int iNumY,
std::vector< int > iFibSel )

Definition at line 9 of file ALFA_LocRecODEvent.cxx.

9 :
10 m_iAlgoNum(iAlgoNum), m_pot_num(n_pot_num), m_side(n_side), m_y(y_pos), m_fOverY(fOverY), m_iNumY(iNumY), m_iFibSel(std::move(iFibSel))
11{}
std::vector< int > m_iFibSel

Member Function Documentation

◆ getAlgoNum()

int ALFA_LocRecODEvent::getAlgoNum ( ) const
inline

Definition at line 19 of file ALFA_LocRecODEvent.h.

19{return m_iAlgoNum;}

◆ getFibSel()

const std::vector< int > & ALFA_LocRecODEvent::getFibSel ( ) const
inline

Definition at line 26 of file ALFA_LocRecODEvent.h.

26{return m_iFibSel;}

◆ getNumY()

int ALFA_LocRecODEvent::getNumY ( ) const
inline

Definition at line 25 of file ALFA_LocRecODEvent.h.

25{return m_iNumY;}

◆ getOverY()

float ALFA_LocRecODEvent::getOverY ( ) const
inline

Definition at line 24 of file ALFA_LocRecODEvent.h.

24{return m_fOverY;}

◆ getPotNum()

int ALFA_LocRecODEvent::getPotNum ( ) const
inline

Definition at line 20 of file ALFA_LocRecODEvent.h.

20{return m_pot_num;}

◆ getSide()

int ALFA_LocRecODEvent::getSide ( ) const
inline

Definition at line 21 of file ALFA_LocRecODEvent.h.

21{return m_side;}

◆ getYposition()

float ALFA_LocRecODEvent::getYposition ( ) const
inline

Definition at line 22 of file ALFA_LocRecODEvent.h.

22{ return m_y; }

Member Data Documentation

◆ m_fOverY

float ALFA_LocRecODEvent::m_fOverY {}
private

Definition at line 35 of file ALFA_LocRecODEvent.h.

35{};

◆ m_iAlgoNum

int ALFA_LocRecODEvent::m_iAlgoNum {}
private

Definition at line 30 of file ALFA_LocRecODEvent.h.

30{};

◆ m_iFibSel

std::vector<int> ALFA_LocRecODEvent::m_iFibSel
private

Definition at line 38 of file ALFA_LocRecODEvent.h.

◆ m_iNumY

int ALFA_LocRecODEvent::m_iNumY {}
private

Definition at line 36 of file ALFA_LocRecODEvent.h.

36{};

◆ m_pot_num

int ALFA_LocRecODEvent::m_pot_num {}
private

Definition at line 31 of file ALFA_LocRecODEvent.h.

31{};

◆ m_side

int ALFA_LocRecODEvent::m_side {}
private

Definition at line 32 of file ALFA_LocRecODEvent.h.

32{};

◆ m_y

float ALFA_LocRecODEvent::m_y {}
private

Definition at line 33 of file ALFA_LocRecODEvent.h.

33{};

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