#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.) | |
Private Attributes | |
double | error_ |
double | value_ |
Definition at line 31 of file GenRunInfoProduct.h.
|
inline |
Definition at line 33 of file GenRunInfoProduct.h.
|
inline |
Definition at line 34 of file GenRunInfoProduct.h.
|
inline |
Definition at line 37 of file GenRunInfoProduct.h.
References error_.
Referenced by GenParticles2HepMCConverter::beginRun(), Page1Parser.Page1Parser::check_for_whole_start_tag(), edm::GeneratorFilter< HAD, DEC >::endLuminosityBlockProduce(), and edm::ConcurrentGeneratorFilter< HAD, DEC >::streamEndLuminosityBlockSummary().
|
inline |
|
inline |
Definition at line 39 of file GenRunInfoProduct.h.
References value_.
Referenced by operator bool().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 45 of file GenRunInfoProduct.h.
References error_, trackingPlots::other, and value_.
|
inline |
Definition at line 36 of file GenRunInfoProduct.h.
References value_.
Referenced by GenParticles2HepMCConverter::beginRun(), GenRunInfoProduct::crossSection(), edm::GeneratorFilter< HAD, DEC >::endLuminosityBlockProduce(), and edm::ConcurrentGeneratorFilter< HAD, DEC >::streamEndLuminosityBlockSummary().
|
private |
Definition at line 49 of file GenRunInfoProduct.h.
Referenced by error(), hasError(), and operator==().
|
private |
Definition at line 49 of file GenRunInfoProduct.h.
Referenced by isSet(), operator double(), operator==(), and value().