ATLAS Offline Software
|
Information that we maintain about each conditions container. More...
Public Member Functions | |
CondContInfo (CondContBase &cc) | |
Public Attributes | |
CondContBase & | m_cc |
The conditions container. More... | |
size_t | m_nClean = 0 |
Number of times cleaning was attempted. More... | |
size_t | m_nRemoved = 0 |
Total number of objects removed by cleaning. More... | |
size_t | m_removed0 = 0 |
Number of times exactly 0 objects were removed. More... | |
size_t | m_removed1 = 0 |
Number of times exactly 1 object was removed. More... | |
size_t | m_removed2plus = 0 |
Number of times two or more objects were removed. More... | |
Information that we maintain about each conditions container.
Definition at line 139 of file DelayedConditionsCleanerSvc.h.
|
inline |
Definition at line 142 of file DelayedConditionsCleanerSvc.h.
CondContBase& Athena::DelayedConditionsCleanerSvc::CondContInfo::m_cc |
The conditions container.
Strictly redundant with the key field of the map, but we want a non-const version.
Definition at line 146 of file DelayedConditionsCleanerSvc.h.
size_t Athena::DelayedConditionsCleanerSvc::CondContInfo::m_nClean = 0 |
Number of times cleaning was attempted.
Definition at line 149 of file DelayedConditionsCleanerSvc.h.
size_t Athena::DelayedConditionsCleanerSvc::CondContInfo::m_nRemoved = 0 |
Total number of objects removed by cleaning.
Definition at line 152 of file DelayedConditionsCleanerSvc.h.
size_t Athena::DelayedConditionsCleanerSvc::CondContInfo::m_removed0 = 0 |
Number of times exactly 0 objects were removed.
Definition at line 155 of file DelayedConditionsCleanerSvc.h.
size_t Athena::DelayedConditionsCleanerSvc::CondContInfo::m_removed1 = 0 |
Number of times exactly 1 object was removed.
Definition at line 158 of file DelayedConditionsCleanerSvc.h.
size_t Athena::DelayedConditionsCleanerSvc::CondContInfo::m_removed2plus = 0 |
Number of times two or more objects were removed.
Definition at line 161 of file DelayedConditionsCleanerSvc.h.