![]() |
ATLAS Offline Software
|
#include <LArCellBinning.h>
Public Member Functions | |
| LArCellBinning () | |
| ~LArCellBinning ()=default | |
| int | getNTotEtaBins () const |
| int | getNTotPhiBins () const |
| const double * | getEtaBinArray () const |
| const double * | getPhiBinArray () const |
| void | doEtaBinning (const int nEtaRegions, const double *etaBreakPts, const int *nEtaBins) |
| void | doPhiBinning (const int nPhiRegions, const double *phiBreakPts, const int *nPhiBins) |
| void | doPhiBinning (int nPhiBins) |
| LArCellBinning | etaMirror () const |
Private Attributes | |
| std::vector< double > | m_etaBinArray |
| std::vector< double > | m_phiBinArray |
Definition at line 21 of file LArCellBinning.h.
|
inline |
Definition at line 24 of file LArCellBinning.h.
|
default |
| void CaloMonitoring::LArCellBinning::doEtaBinning | ( | const int | nEtaRegions, |
| const double * | etaBreakPts, | ||
| const int * | nEtaBins ) |
| void CaloMonitoring::LArCellBinning::doPhiBinning | ( | const int | nPhiRegions, |
| const double * | phiBreakPts, | ||
| const int * | nPhiBins ) |
| void CaloMonitoring::LArCellBinning::doPhiBinning | ( | int | nPhiBins | ) |
| LArCellBinning CaloMonitoring::LArCellBinning::etaMirror | ( | ) | const |
|
inline |
Definition at line 30 of file LArCellBinning.h.
|
inline |
Definition at line 28 of file LArCellBinning.h.
|
inline |
Definition at line 29 of file LArCellBinning.h.
|
inline |
Definition at line 31 of file LArCellBinning.h.
|
private |
Definition at line 44 of file LArCellBinning.h.
|
private |
Definition at line 45 of file LArCellBinning.h.