![]() |
ATLAS Offline Software
|
#include <ShowerLibStatistics.h>
Public Member Functions | |
| ShowerLibStatistics (const std::map< int, std::string > &bincaptions, const std::map< int, int > &binsizes) | |
| void | recordShowerLibUse (int binkey) |
| const std::string | statistics () |
Private Attributes | |
| int | m_counter |
| std::map< int, int > | m_calls |
| std::map< int, std::string > | m_binstrings |
| std::map< int, int > | m_binsizes |
Definition at line 20 of file ShowerLibStatistics.h.
| ShowerLib::ShowerLibStatistics::ShowerLibStatistics | ( | const std::map< int, std::string > & | bincaptions, |
| const std::map< int, int > & | binsizes ) |
Definition at line 18 of file ShowerLibStatistics.cxx.
| void ShowerLib::ShowerLibStatistics::recordShowerLibUse | ( | int | binkey | ) |
Definition at line 27 of file ShowerLibStatistics.cxx.
| const std::string ShowerLib::ShowerLibStatistics::statistics | ( | ) |
Definition at line 33 of file ShowerLibStatistics.cxx.
|
private |
Definition at line 31 of file ShowerLibStatistics.h.
|
private |
Definition at line 30 of file ShowerLibStatistics.h.
|
private |
Definition at line 29 of file ShowerLibStatistics.h.
|
private |
Definition at line 28 of file ShowerLibStatistics.h.