The Gaudi Framework  master (594c33fa)
Gaudi::TestSuite::EventCounter Struct Referencefinal
Inheritance diagram for Gaudi::TestSuite::EventCounter:
Collaboration diagram for Gaudi::TestSuite::EventCounter:

Public Member Functions

void operator() () const override
 

Public Attributes

Gaudi::Accumulators::Counter m_count { this, "count" }
 

Detailed Description

Definition at line 15 of file EventCounter.cpp.

Member Function Documentation

◆ operator()()

void Gaudi::TestSuite::EventCounter::operator() ( ) const
inlineoverride

Definition at line 18 of file EventCounter.cpp.

18 { ++m_count; }

Member Data Documentation

◆ m_count

Gaudi::Accumulators::Counter Gaudi::TestSuite::EventCounter::m_count { this, "count" }
mutable

Definition at line 20 of file EventCounter.cpp.


The documentation for this struct was generated from the following file:
Gaudi::TestSuite::EventCounter::m_count
Gaudi::Accumulators::Counter m_count
Definition: EventCounter.cpp:20