ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
LVL1::BinAndCoord Class Reference

Used to pass data between the methods of the Key Classes: Returns the Eta and Phi bins, and the centre of the bins. More...

#include <BinAndCoord.h>

Collaboration diagram for LVL1::BinAndCoord:

Public Member Functions

 BinAndCoord (int phiBin, int etaBin, Coordinate *centralCoords)
 
 ~BinAndCoord ()
 
int phiBin () const
 
int etaBin () const
 
const Coordinatecoords () const
 

Private Attributes

int m_phiBin
 
int m_etaBin
 
Coordinatem_centralCoords
 

Detailed Description

Used to pass data between the methods of the Key Classes: Returns the Eta and Phi bins, and the centre of the bins.

Definition at line 40 of file BinAndCoord.h.

Constructor & Destructor Documentation

◆ BinAndCoord()

LVL1::BinAndCoord::BinAndCoord ( int  phiBin,
int  etaBin,
Coordinate centralCoords 
)
inline

Definition at line 48 of file BinAndCoord.h.

48  :
49 

◆ ~BinAndCoord()

LVL1::BinAndCoord::~BinAndCoord ( )
inline

Definition at line 50 of file BinAndCoord.h.

Member Function Documentation

◆ coords()

const Coordinate* LVL1::BinAndCoord::coords ( ) const
inline

Definition at line 56 of file BinAndCoord.h.

◆ etaBin()

int LVL1::BinAndCoord::etaBin ( ) const
inline

Definition at line 55 of file BinAndCoord.h.

◆ phiBin()

int LVL1::BinAndCoord::phiBin ( ) const
inline

Definition at line 54 of file BinAndCoord.h.

Member Data Documentation

◆ m_centralCoords

Coordinate* LVL1::BinAndCoord::m_centralCoords
private

Definition at line 62 of file BinAndCoord.h.

◆ m_etaBin

int LVL1::BinAndCoord::m_etaBin
private

Definition at line 61 of file BinAndCoord.h.

◆ m_phiBin

int LVL1::BinAndCoord::m_phiBin
private

Definition at line 60 of file BinAndCoord.h.


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