#include <GenRunInfoProduct.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 value, double error=-1.) | |
XSec (const XSec &other) | |
Private Attributes | |
double | error_ |
double | value_ |
Definition at line 32 of file GenRunInfoProduct.h.
|
inline |
Definition at line 34 of file GenRunInfoProduct.h.
|
inline |
Definition at line 35 of file GenRunInfoProduct.h.
|
inline |
Definition at line 37 of file GenRunInfoProduct.h.
|
inline |
Definition at line 41 of file GenRunInfoProduct.h.
References error_.
Referenced by Page1Parser.Page1Parser::check_for_whole_start_tag(), and edm::GeneratorFilter< HAD, DEC >::endLuminosityBlockProduce().
|
inline |
|
inline |
Definition at line 43 of file GenRunInfoProduct.h.
References value_.
Referenced by operator bool().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 40 of file GenRunInfoProduct.h.
References value_.
Referenced by GenRunInfoProduct::crossSection(), and edm::GeneratorFilter< HAD, DEC >::endLuminosityBlockProduce().
|
private |
Definition at line 54 of file GenRunInfoProduct.h.
Referenced by error(), hasError(), and operator==().
|
private |
Definition at line 54 of file GenRunInfoProduct.h.
Referenced by isSet(), operator double(), operator==(), and value().