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

Per-thread results for merging at end of run. More...

#include <FastIDKiller.h>

Collaboration diagram for G4UA::FastIDKiller::Report:

Public Member Functions

void merge (const Report &rep)

Public Attributes

int killCount =0

Detailed Description

Per-thread results for merging at end of run.

Definition at line 37 of file FastIDKiller.h.

Member Function Documentation

◆ merge()

void G4UA::FastIDKiller::Report::merge ( const Report & rep)
inline

Definition at line 40 of file FastIDKiller.h.

40 {
41 killCount+=rep.killCount;
42 }

Member Data Documentation

◆ killCount

int G4UA::FastIDKiller::Report::killCount =0

Definition at line 39 of file FastIDKiller.h.


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