ATLAS Offline Software
Loading...
Searching...
No Matches
PSUtils::DiodeCacheCounter Struct Reference

#include <memPrint.h>

Collaboration diagram for PSUtils::DiodeCacheCounter:

Public Member Functions

 DiodeCacheCounter ()
void operator() (const DiodeCache::value_type &entry)

Public Attributes

unsigned int m_count

Detailed Description

Definition at line 31 of file memPrint.h.

Constructor & Destructor Documentation

◆ DiodeCacheCounter()

PSUtils::DiodeCacheCounter::DiodeCacheCounter ( )
inline

Definition at line 34 of file memPrint.h.

34:m_count(0){}

Member Function Documentation

◆ operator()()

void PSUtils::DiodeCacheCounter::operator() ( const DiodeCache::value_type & entry)
inline

Definition at line 35 of file memPrint.h.

36 {
37 m_count += ((entry.second)->chargedDiodes()).size();
38 }

Member Data Documentation

◆ m_count

unsigned int PSUtils::DiodeCacheCounter::m_count

Definition at line 39 of file memPrint.h.


The documentation for this struct was generated from the following file: