The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
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; }
Gaudi::Accumulators::Counter 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.

20{ this, "count" };

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