#include <GenLumiInfoProduct.h>
Public Member Functions | |
void | add (const FinalStat &other) |
FinalStat () | |
FinalStat (unsigned int n1, double sum1, double sum21) | |
FinalStat (const FinalStat &other) | |
unsigned int | n () const |
bool | operator!= (const FinalStat &other) const |
bool | operator== (const FinalStat &other) const |
double | sum () const |
double | sum2 () const |
Private Attributes | |
unsigned int | n_ |
double | sum2_ |
double | sum_ |
Definition at line 56 of file GenLumiInfoProduct.h.
|
inline |
Definition at line 58 of file GenLumiInfoProduct.h.
|
inline |
Definition at line 59 of file GenLumiInfoProduct.h.
|
inline |
Definition at line 60 of file GenLumiInfoProduct.h.
|
inline |
Definition at line 66 of file GenLumiInfoProduct.h.
References n_, trackingPlots::other, sum2_, and sum_.
Referenced by GenLumiInfoProduct::ProcessInfo::addOthers(), and counter.Counter::register().
|
inline |
|
inline |
|
inline |
Definition at line 75 of file GenLumiInfoProduct.h.
References n_, trackingPlots::other, sum2_, and sum_.
|
inline |
Definition at line 63 of file GenLumiInfoProduct.h.
References sum_.
Referenced by GenXSecAnalyzer::globalEndLuminosityBlock(), and GenLumiInfoProduct::ProcessInfo::mergeXSec().
|
inline |
Definition at line 64 of file GenLumiInfoProduct.h.
References sum2_.
Referenced by GenXSecAnalyzer::globalEndLuminosityBlock().
|
private |
Definition at line 81 of file GenLumiInfoProduct.h.
Referenced by add(), n(), and operator==().
|
private |
Definition at line 83 of file GenLumiInfoProduct.h.
Referenced by add(), operator==(), and sum2().
|
private |
Definition at line 82 of file GenLumiInfoProduct.h.
Referenced by add(), operator==(), and sum().