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

#include <TrigL2LayerNumberToolITk.h>

Collaboration diagram for PhiEtaHashITk:

Classes

struct  compare

Public Member Functions

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

Public Attributes

short m_phiIndex
short m_etaIndex
int m_hash

Detailed Description

Definition at line 23 of file TrigL2LayerNumberToolITk.h.

Constructor & Destructor Documentation

◆ PhiEtaHashITk() [1/2]

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

Definition at line 38 of file TrigL2LayerNumberToolITk.h.

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

◆ PhiEtaHashITk() [2/2]

PhiEtaHashITk::PhiEtaHashITk ( const PhiEtaHashITk & p)
inline

Definition at line 39 of file TrigL2LayerNumberToolITk.h.

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

Member Data Documentation

◆ m_etaIndex

short PhiEtaHashITk::m_etaIndex

Definition at line 40 of file TrigL2LayerNumberToolITk.h.

◆ m_hash

int PhiEtaHashITk::m_hash

Definition at line 41 of file TrigL2LayerNumberToolITk.h.

◆ m_phiIndex

short PhiEtaHashITk::m_phiIndex

Definition at line 40 of file TrigL2LayerNumberToolITk.h.


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