ATLAS Offline Software
Loading...
Searching...
No Matches
GBTSPhiEtaHash Struct Reference

#include <GBTSTrigL2LayerNumberTool.h>

Collaboration diagram for GBTSPhiEtaHash:

Classes

struct  compare

Public Member Functions

 GBTSPhiEtaHash (short phi, short eta, int hash)
 GBTSPhiEtaHash (const GBTSPhiEtaHash &p)

Public Attributes

short m_phiIndex
short m_etaIndex
int m_hash

Detailed Description

Definition at line 23 of file GBTSTrigL2LayerNumberTool.h.

Constructor & Destructor Documentation

◆ GBTSPhiEtaHash() [1/2]

GBTSPhiEtaHash::GBTSPhiEtaHash ( short phi,
short eta,
int hash )
inline

Definition at line 38 of file GBTSTrigL2LayerNumberTool.h.

38: m_phiIndex(phi), m_etaIndex(eta), m_hash(hash) {};
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method

◆ GBTSPhiEtaHash() [2/2]

GBTSPhiEtaHash::GBTSPhiEtaHash ( const GBTSPhiEtaHash & p)
inline

Definition at line 39 of file GBTSTrigL2LayerNumberTool.h.

39: m_phiIndex(p.m_phiIndex), m_etaIndex(p.m_etaIndex), m_hash(p.m_hash) {};

Member Data Documentation

◆ m_etaIndex

short GBTSPhiEtaHash::m_etaIndex

Definition at line 40 of file GBTSTrigL2LayerNumberTool.h.

◆ m_hash

int GBTSPhiEtaHash::m_hash

Definition at line 41 of file GBTSTrigL2LayerNumberTool.h.

◆ m_phiIndex

short GBTSPhiEtaHash::m_phiIndex

Definition at line 40 of file GBTSTrigL2LayerNumberTool.h.


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