#include <GenLumiInfoProduct.h>
Public Member Functions | |
FinalStat const & | accepted () const |
FinalStat const & | acceptedBr () const |
void | addOthers (const ProcessInfo &other) |
FinalStat const & | killed () const |
XSec const & | lheXSec () const |
unsigned int | nPassNeg () const |
unsigned int | nPassPos () const |
unsigned int | nTotalNeg () const |
unsigned int | nTotalPos () const |
int | process () const |
ProcessInfo () | |
ProcessInfo (int id) | |
FinalStat const & | selected () const |
void | setAccepted (unsigned int n, double sum, double sum2) |
void | setAcceptedBr (unsigned int n, double sum, double sum2) |
void | setKilled (unsigned int n, double sum, double sum2) |
void | setLheXSec (double value, double err) |
void | setNPassNeg (unsigned int n) |
void | setNPassPos (unsigned int n) |
void | setNTotalNeg (unsigned int n) |
void | setNTotalPos (unsigned int n) |
void | setProcess (int id) |
void | setSelected (unsigned int n, double sum, double sum2) |
void | setTried (unsigned int n, double sum, double sum2) |
FinalStat const & | tried () const |
Private Member Functions | |
void | mergeXSec (XSec const &iXSec, double iWeight) |
Private Attributes | |
FinalStat | accepted_ |
FinalStat | acceptedBr_ |
FinalStat | killed_ |
XSec | lheXSec_ |
unsigned int | nPassNeg_ |
unsigned int | nPassPos_ |
unsigned int | nTotalNeg_ |
unsigned int | nTotalPos_ |
int | process_ |
FinalStat | selected_ |
FinalStat | tried_ |
Definition at line 86 of file GenLumiInfoProduct.h.
|
inline |
Definition at line 88 of file GenLumiInfoProduct.h.
|
inline |
Definition at line 89 of file GenLumiInfoProduct.h.
|
inline |
Definition at line 103 of file GenLumiInfoProduct.h.
References accepted_.
Referenced by operator==().
|
inline |
Definition at line 104 of file GenLumiInfoProduct.h.
References acceptedBr_.
Referenced by operator==().
|
inline |
Definition at line 107 of file GenLumiInfoProduct.h.
References accepted_, acceptedBr_, GenLumiInfoProduct::FinalStat::add(), killed_, mergeXSec(), nPassNeg_, nPassPos_, nTotalNeg_, nTotalPos_, trackingPlots::other, selected_, and tried_.
|
inline |
Definition at line 102 of file GenLumiInfoProduct.h.
References killed_.
Referenced by operator==().
|
inline |
Definition at line 93 of file GenLumiInfoProduct.h.
References lheXSec_.
Referenced by operator!=(), and operator==().
|
inlineprivate |
Definition at line 132 of file GenLumiInfoProduct.h.
References submitPVResolutionJobs::err, GenLumiInfoProduct::XSec::error(), lheXSec_, selected(), mathSSE::sqrt(), GenLumiInfoProduct::FinalStat::sum(), and GenLumiInfoProduct::XSec::value().
Referenced by addOthers().
|
inline |
Definition at line 96 of file GenLumiInfoProduct.h.
References nPassNeg_.
Referenced by operator==().
|
inline |
Definition at line 95 of file GenLumiInfoProduct.h.
References nPassPos_.
Referenced by operator==().
|
inline |
Definition at line 98 of file GenLumiInfoProduct.h.
References nTotalNeg_.
Referenced by operator==().
|
inline |
Definition at line 97 of file GenLumiInfoProduct.h.
References nTotalPos_.
Referenced by operator==().
|
inline |
Definition at line 92 of file GenLumiInfoProduct.h.
References process_.
Referenced by operator!=(), operator<(), and operator==().
|
inline |
Definition at line 101 of file GenLumiInfoProduct.h.
References selected_.
Referenced by mergeXSec(), and operator==().
|
inline |
Definition at line 128 of file GenLumiInfoProduct.h.
References accepted_, and dqmiodumpmetadata::n.
|
inline |
Definition at line 129 of file GenLumiInfoProduct.h.
References acceptedBr_, and dqmiodumpmetadata::n.
|
inline |
|
inline |
Definition at line 120 of file GenLumiInfoProduct.h.
References submitPVResolutionJobs::err, and lheXSec_.
|
inline |
Definition at line 122 of file GenLumiInfoProduct.h.
References dqmiodumpmetadata::n, and nPassNeg_.
|
inline |
Definition at line 121 of file GenLumiInfoProduct.h.
References dqmiodumpmetadata::n, and nPassPos_.
|
inline |
Definition at line 124 of file GenLumiInfoProduct.h.
References dqmiodumpmetadata::n, and nTotalNeg_.
|
inline |
Definition at line 123 of file GenLumiInfoProduct.h.
References dqmiodumpmetadata::n, and nTotalPos_.
|
inline |
|
inline |
Definition at line 126 of file GenLumiInfoProduct.h.
References dqmiodumpmetadata::n, and selected_.
|
inline |
|
inline |
|
private |
Definition at line 156 of file GenLumiInfoProduct.h.
Referenced by accepted(), addOthers(), and setAccepted().
|
private |
Definition at line 157 of file GenLumiInfoProduct.h.
Referenced by acceptedBr(), addOthers(), and setAcceptedBr().
|
private |
Definition at line 155 of file GenLumiInfoProduct.h.
Referenced by addOthers(), killed(), and setKilled().
|
private |
Definition at line 148 of file GenLumiInfoProduct.h.
Referenced by lheXSec(), mergeXSec(), and setLheXSec().
|
private |
Definition at line 150 of file GenLumiInfoProduct.h.
Referenced by addOthers(), nPassNeg(), and setNPassNeg().
|
private |
Definition at line 149 of file GenLumiInfoProduct.h.
Referenced by addOthers(), nPassPos(), and setNPassPos().
|
private |
Definition at line 152 of file GenLumiInfoProduct.h.
Referenced by addOthers(), nTotalNeg(), and setNTotalNeg().
|
private |
Definition at line 151 of file GenLumiInfoProduct.h.
Referenced by addOthers(), nTotalPos(), and setNTotalPos().
|
private |
Definition at line 147 of file GenLumiInfoProduct.h.
Referenced by process(), and setProcess().
|
private |
Definition at line 154 of file GenLumiInfoProduct.h.
Referenced by addOthers(), selected(), and setSelected().
|
private |
Definition at line 153 of file GenLumiInfoProduct.h.
Referenced by addOthers(), setTried(), and tried().