#include <GenLumiInfoProduct.h>
Public Member Functions | |
double | error () const |
bool | hasError () const |
bool | isSet () const |
operator bool () const | |
operator double () const | |
bool | operator!= (const XSec &other) const |
bool | operator== (const XSec &other) const |
double | value () const |
XSec () | |
XSec (double v, double e=-1.) | |
XSec (const XSec &other) | |
Private Attributes | |
double | error_ |
double | value_ |
Definition at line 33 of file GenLumiInfoProduct.h.
|
inline |
Definition at line 35 of file GenLumiInfoProduct.h.
Referenced by GenLumiInfoProduct::ProcessInfo::setLheXSec().
|
inline |
Definition at line 36 of file GenLumiInfoProduct.h.
|
inline |
Definition at line 38 of file GenLumiInfoProduct.h.
|
inline |
Definition at line 42 of file GenLumiInfoProduct.h.
References error_.
Referenced by Page1Parser.Page1Parser::check_for_whole_start_tag(), GenXSecAnalyzer::combine(), GenXSecAnalyzer::compute(), GenXSecAnalyzer::endJob(), GenXSecAnalyzer::endLuminosityBlock(), GenXSecAnalyzer::endRun(), and GenXSecAnalyzer::final_xsec_error().
|
inline |
|
inline |
Definition at line 44 of file GenLumiInfoProduct.h.
References value_.
Referenced by operator bool().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 41 of file GenLumiInfoProduct.h.
References value_.
Referenced by GenXSecAnalyzer::combine(), GenXSecAnalyzer::compute(), GenXSecAnalyzer::endJob(), GenXSecAnalyzer::endLuminosityBlock(), GenXSecAnalyzer::endRun(), GenXSecAnalyzer::final_xsec_value(), and GenLumiInfoProduct::mergeProduct().
|
private |
Definition at line 55 of file GenLumiInfoProduct.h.
Referenced by error(), hasError(), and operator==().
|
private |
Definition at line 55 of file GenLumiInfoProduct.h.
Referenced by isSet(), operator double(), operator==(), and value().