ATLAS Offline Software
Loading...
Searching...
No Matches
GlobalSim::GlobalLArCellContainer::LocSize Struct Reference

Helper struct to hold cell's eta/phi location and size. More...

#include <GlobalLArCellContainer.h>

Collaboration diagram for GlobalSim::GlobalLArCellContainer::LocSize:

Public Member Functions

bool operator< (const LocSize &ls) const

Public Attributes

double eta {0.0}
double phi {0.0}
float deta {0.0}
float dphi {0.0}

Detailed Description

Helper struct to hold cell's eta/phi location and size.

Definition at line 41 of file GlobalLArCellContainer.h.

Member Function Documentation

◆ operator<()

bool GlobalSim::GlobalLArCellContainer::LocSize::operator< ( const LocSize & ls) const
inline

Definition at line 47 of file GlobalLArCellContainer.h.

47 {
48 return (eta < ls.eta || (eta==ls.eta && phi < ls.phi));
49 }
ls(path, longls=False)
Definition DiskUtils.py:111

Member Data Documentation

◆ deta

float GlobalSim::GlobalLArCellContainer::LocSize::deta {0.0}

Definition at line 44 of file GlobalLArCellContainer.h.

44{0.0};

◆ dphi

float GlobalSim::GlobalLArCellContainer::LocSize::dphi {0.0}

Definition at line 45 of file GlobalLArCellContainer.h.

45{0.0};

◆ eta

double GlobalSim::GlobalLArCellContainer::LocSize::eta {0.0}

Definition at line 42 of file GlobalLArCellContainer.h.

42{0.0};

◆ phi

double GlobalSim::GlobalLArCellContainer::LocSize::phi {0.0}

Definition at line 43 of file GlobalLArCellContainer.h.

43{0.0};

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