LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "POTSummary.h"
Public Member Functions | |
POTSummary ()=default | |
void | aggregate (POTSummary const &other) |
Public Attributes | |
double | totpot = 0.0 |
double | totgoodpot = 0.0 |
int | totspills = 0 |
int | goodspills = 0 |
Definition at line 13 of file POTSummary.h.
|
default |
void sumdata::POTSummary::aggregate | ( | POTSummary const & | other | ) |
Definition at line 14 of file POTSummary.cxx.
References goodspills, totgoodpot, totpot, and totspills.
Referenced by sim::POTaccumulator::endJob().
int sumdata::POTSummary::goodspills = 0 |
Definition at line 19 of file POTSummary.h.
Referenced by aggregate(), sumdata::operator<<(), and sim::POTaccumulator::to_string().
double sumdata::POTSummary::totgoodpot = 0.0 |
Definition at line 16 of file POTSummary.h.
Referenced by aggregate(), sumdata::operator<<(), fluxr::PPFXFluxReader::readNext(), and sim::POTaccumulator::to_string().
double sumdata::POTSummary::totpot = 0.0 |
Definition at line 15 of file POTSummary.h.
Referenced by aggregate(), lcvn::LArNuCVNZlibMaker::endSubRun(), sumdata::operator<<(), fluxr::PPFXFluxReader::readNext(), and sim::POTaccumulator::to_string().
int sumdata::POTSummary::totspills = 0 |
Definition at line 18 of file POTSummary.h.
Referenced by aggregate(), sumdata::operator<<(), and sim::POTaccumulator::to_string().