ATLAS Offline Software
Loading...
Searching...
No Matches
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 35 of file BinAndCoord.h.

Constructor & Destructor Documentation

◆ BinAndCoord()

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

Definition at line 38 of file BinAndCoord.h.

38 :
39 m_phiBin(phiBin), m_etaBin(etaBin), m_centralCoords(centralCoords){} ;
Coordinate * m_centralCoords
Definition BinAndCoord.h:52
int phiBin() const
Definition BinAndCoord.h:44
int etaBin() const
Definition BinAndCoord.h:45

◆ ~BinAndCoord()

LVL1::BinAndCoord::~BinAndCoord ( )
inline

Definition at line 40 of file BinAndCoord.h.

40{ delete m_centralCoords;};

Member Function Documentation

◆ coords()

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

Definition at line 46 of file BinAndCoord.h.

46{return m_centralCoords;};

◆ etaBin()

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

Definition at line 45 of file BinAndCoord.h.

45{return m_etaBin;};

◆ phiBin()

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

Definition at line 44 of file BinAndCoord.h.

44{return m_phiBin;};

Member Data Documentation

◆ m_centralCoords

Coordinate* LVL1::BinAndCoord::m_centralCoords
private

Definition at line 52 of file BinAndCoord.h.

◆ m_etaBin

int LVL1::BinAndCoord::m_etaBin
private

Definition at line 51 of file BinAndCoord.h.

◆ m_phiBin

int LVL1::BinAndCoord::m_phiBin
private

Definition at line 50 of file BinAndCoord.h.


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