#include <LHERunInfo.h>
Public Member Functions | |
void | add (double weight) |
Counter () | |
Counter (unsigned int n1, double sum1, double sum21) | |
unsigned int | n () const |
double | sum () const |
double | sum2 () const |
Private Attributes | |
unsigned int | n_ |
double | sum2_ |
double | sum_ |
Definition at line 91 of file LHERunInfo.h.
|
inline |
Definition at line 93 of file LHERunInfo.h.
|
inline |
Definition at line 94 of file LHERunInfo.h.
|
inline |
Definition at line 96 of file LHERunInfo.h.
References n_, sum2_, sum_, and puppiForMET_cff::weight.
Referenced by lhef::LHERunInfo::Process::addAccepted(), lhef::LHERunInfo::Process::addAcceptedBr(), lhef::LHERunInfo::Process::addKilled(), lhef::LHERunInfo::Process::addSelected(), lhef::LHERunInfo::Process::addTried(), and counter.Counter::register().
|
inline |
Definition at line 102 of file LHERunInfo.h.
References n_.
Referenced by edm::HadronizerFilter< HAD, DEC >::endLuminosityBlockProduce().
|
inline |
Definition at line 103 of file LHERunInfo.h.
References sum_.
Referenced by edm::HadronizerFilter< HAD, DEC >::endLuminosityBlockProduce().
|
inline |
Definition at line 104 of file LHERunInfo.h.
References sum2_.
Referenced by edm::HadronizerFilter< HAD, DEC >::endLuminosityBlockProduce().
|
private |
Definition at line 106 of file LHERunInfo.h.
|
private |
Definition at line 108 of file LHERunInfo.h.
|
private |
Definition at line 107 of file LHERunInfo.h.