![]() |
ATLAS Offline Software
|
helper class to accumulate points to fill a 2D plot with More...
#include <PixelAthMonitoringBase.h>
Public Member Functions | |
| VecAccumulator2DMap (const PixelAthMonitoringBase &host, const std::string &prof2Dname, bool copy2DFEval=false) | |
| void | add (const int layer, const Identifier &id, float value=1.0) |
| helper class to accumulate points to fill a 2D per-module plot with More... | |
| void | add (const int layer, const Identifier &id, int iFE, float value) |
| helper class to accumulate points to fill a 2D per-FE plot with More... | |
Public Attributes | |
| std::unordered_map< int, std::vector< int > > | m_pm |
| std::unordered_map< int, std::vector< int > > | m_em |
| std::unordered_map< int, std::vector< float > > | m_val |
| const PixelAthMonitoringBase & | m_host |
| std::string | m_prof2Dname |
| bool | m_copy2DFEval |
helper class to accumulate points to fill a 2D plot with
Definition at line 104 of file PixelAthMonitoringBase.h.
|
inline |
Definition at line 112 of file PixelAthMonitoringBase.h.
| void PixelAthMonitoringBase::VecAccumulator2DMap::add | ( | const int | layer, |
| const Identifier & | id, | ||
| float | value = 1.0 |
||
| ) |
helper class to accumulate points to fill a 2D per-module plot with
Definition at line 16 of file PixelAthMonitoringBase.cxx.
| void PixelAthMonitoringBase::VecAccumulator2DMap::add | ( | const int | layer, |
| const Identifier & | id, | ||
| int | iFE, | ||
| float | value | ||
| ) |
helper class to accumulate points to fill a 2D per-FE plot with
Definition at line 55 of file PixelAthMonitoringBase.cxx.
| bool PixelAthMonitoringBase::VecAccumulator2DMap::m_copy2DFEval |
Definition at line 110 of file PixelAthMonitoringBase.h.
| std::unordered_map<int, std::vector<int> > PixelAthMonitoringBase::VecAccumulator2DMap::m_em |
Definition at line 106 of file PixelAthMonitoringBase.h.
| const PixelAthMonitoringBase& PixelAthMonitoringBase::VecAccumulator2DMap::m_host |
Definition at line 108 of file PixelAthMonitoringBase.h.
| std::unordered_map<int, std::vector<int> > PixelAthMonitoringBase::VecAccumulator2DMap::m_pm |
Definition at line 105 of file PixelAthMonitoringBase.h.
| std::string PixelAthMonitoringBase::VecAccumulator2DMap::m_prof2Dname |
Definition at line 109 of file PixelAthMonitoringBase.h.
| std::unordered_map<int, std::vector<float> > PixelAthMonitoringBase::VecAccumulator2DMap::m_val |
Definition at line 107 of file PixelAthMonitoringBase.h.
1.8.18