![]() |
ATLAS Offline Software
|
#include <MuonHoughHisto2DContainer.h>
Public Member Functions | |
| MuonHoughHisto2DContainer () | |
| constructor | |
| virtual | ~MuonHoughHisto2DContainer ()=default |
| destructor | |
| MuonHoughHisto2D * | getHisto (int id) const |
| return histogram at place id | |
| std::pair< int, int > | getMaximumBinnumber () const |
| return maximum of container gives first id histogram (sector) and then maximumbin | |
| void | reset () const |
| resets histograms | |
| int | size () const |
| returns size of container | |
| void | reserve (int) |
| reserve a certain size (memory) for m_histos | |
| void | push_back (std::unique_ptr< MuonHoughHisto2D >) |
| push_back a histogram | |
Private Attributes | |
| std::vector< std::unique_ptr< MuonHoughHisto2D > > | m_histos {} |
| vector of MuonHoughHisto2D* | |
Definition at line 10 of file MuonHoughHisto2DContainer.h.
|
default |
constructor
|
virtualdefault |
destructor
|
inline |
return histogram at place id
Definition at line 39 of file MuonHoughHisto2DContainer.h.
| std::pair< int, int > MuonHoughHisto2DContainer::getMaximumBinnumber | ( | ) | const |
return maximum of container gives first id histogram (sector) and then maximumbin
Definition at line 9 of file MuonHoughHisto2DContainer.cxx.
|
inline |
push_back a histogram
Definition at line 41 of file MuonHoughHisto2DContainer.h.
|
inline |
reserve a certain size (memory) for m_histos
Definition at line 40 of file MuonHoughHisto2DContainer.h.
| void MuonHoughHisto2DContainer::reset | ( | ) | const |
resets histograms
Definition at line 26 of file MuonHoughHisto2DContainer.cxx.
|
inline |
|
private |