ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
PSUtils::HitCacheCounter Struct Reference

#include <memPrint.h>

Collaboration diagram for PSUtils::HitCacheCounter:

Public Member Functions

 HitCacheCounter ()
 
void operator() (const HitCache::value_type &entry)
 

Public Attributes

unsigned int m_count
 

Detailed Description

Definition at line 20 of file memPrint.h.

Constructor & Destructor Documentation

◆ HitCacheCounter()

PSUtils::HitCacheCounter::HitCacheCounter ( )
inline

Definition at line 23 of file memPrint.h.

23 :m_count(0){}

Member Function Documentation

◆ operator()()

void PSUtils::HitCacheCounter::operator() ( const HitCache::value_type &  entry)
inline

Definition at line 24 of file memPrint.h.

25  {
26  m_count += (entry.second).size();
27  }

Member Data Documentation

◆ m_count

unsigned int PSUtils::HitCacheCounter::m_count

Definition at line 28 of file memPrint.h.


The documentation for this struct was generated from the following file:
python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39
PSUtils::HitCacheCounter::m_count
unsigned int m_count
Definition: memPrint.h:28
GetAllXsec.entry
list entry
Definition: GetAllXsec.py:132