ATLAS Offline Software
Loading...
Searching...
No Matches
LVL1MUCTPIPHASE1::L1TopoCoordinates Struct Reference

#include <L1TopoLUT.h>

Collaboration diagram for LVL1MUCTPIPHASE1::L1TopoCoordinates:

Public Member Functions

bool operator== (const L1TopoCoordinates &rhs) const

Public Attributes

double eta =0
double phi =0
double eta_min =0
double eta_max =0
double phi_min =0
double phi_max =0
unsigned short ieta =0
unsigned short iphi =0

Detailed Description

Definition at line 22 of file L1TopoLUT.h.

Member Function Documentation

◆ operator==()

bool LVL1MUCTPIPHASE1::L1TopoCoordinates::operator== ( const L1TopoCoordinates & rhs) const
inline

Definition at line 24 of file L1TopoLUT.h.

25 {
26 return (eta == rhs.eta && phi == rhs.phi &&
27 eta_min == rhs.eta_min && phi_min == rhs.phi_min &&
28 ieta == rhs.ieta && iphi == rhs.iphi);
29 }

Member Data Documentation

◆ eta

double LVL1MUCTPIPHASE1::L1TopoCoordinates::eta =0

Definition at line 30 of file L1TopoLUT.h.

◆ eta_max

double LVL1MUCTPIPHASE1::L1TopoCoordinates::eta_max =0

Definition at line 33 of file L1TopoLUT.h.

◆ eta_min

double LVL1MUCTPIPHASE1::L1TopoCoordinates::eta_min =0

Definition at line 32 of file L1TopoLUT.h.

◆ ieta

unsigned short LVL1MUCTPIPHASE1::L1TopoCoordinates::ieta =0

Definition at line 36 of file L1TopoLUT.h.

◆ iphi

unsigned short LVL1MUCTPIPHASE1::L1TopoCoordinates::iphi =0

Definition at line 37 of file L1TopoLUT.h.

◆ phi

double LVL1MUCTPIPHASE1::L1TopoCoordinates::phi =0

Definition at line 31 of file L1TopoLUT.h.

◆ phi_max

double LVL1MUCTPIPHASE1::L1TopoCoordinates::phi_max =0

Definition at line 35 of file L1TopoLUT.h.

◆ phi_min

double LVL1MUCTPIPHASE1::L1TopoCoordinates::phi_min =0

Definition at line 34 of file L1TopoLUT.h.


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