ATLAS Offline Software
Loading...
Searching...
No Matches
G4UA::TestAction::Report Struct Reference

Results to be accumulated across threads at end of job. More...

#include <TestActionTool.h>

Collaboration diagram for G4UA::TestAction::Report:

Public Member Functions

void merge (const Report &other)

Public Attributes

int numEvent = 0
int numStep = 0

Detailed Description

Results to be accumulated across threads at end of job.

Definition at line 35 of file TestActionTool.h.

Member Function Documentation

◆ merge()

void G4UA::TestAction::Report::merge ( const Report & other)
inline

Definition at line 39 of file TestActionTool.h.

39 {
40 numEvent += other.numEvent;
41 numStep += other.numStep;
42 }

Member Data Documentation

◆ numEvent

int G4UA::TestAction::Report::numEvent = 0

Definition at line 37 of file TestActionTool.h.

◆ numStep

int G4UA::TestAction::Report::numStep = 0

Definition at line 38 of file TestActionTool.h.


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