CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
GenLumiInfoProduct::FinalStat Struct Reference

#include <GenLumiInfoProduct.h>

Public Member Functions

void add (const FinalStat &other)
 
 FinalStat ()
 
 FinalStat (unsigned int n1, double sum1, double sum21)
 
 FinalStat (const FinalStat &other)
 
unsigned int n () const
 
bool operator!= (const FinalStat &other) const
 
bool operator== (const FinalStat &other) const
 
double sum () const
 
double sum2 () const
 

Private Attributes

unsigned int n_
 
double sum2_
 
double sum_
 

Detailed Description

Definition at line 59 of file GenLumiInfoProduct.h.

Constructor & Destructor Documentation

GenLumiInfoProduct::FinalStat::FinalStat ( )
inline
GenLumiInfoProduct::FinalStat::FinalStat ( unsigned int  n1,
double  sum1,
double  sum21 
)
inline

Definition at line 62 of file GenLumiInfoProduct.h.

GenLumiInfoProduct::FinalStat::FinalStat ( const FinalStat other)
inline

Member Function Documentation

void GenLumiInfoProduct::FinalStat::add ( const FinalStat other)
inline

Definition at line 71 of file GenLumiInfoProduct.h.

References n(), sum(), and sum2().

Referenced by counter.Counter::register().

unsigned int GenLumiInfoProduct::FinalStat::n ( ) const
inline

Definition at line 67 of file GenLumiInfoProduct.h.

Referenced by add(), and GenXSecAnalyzer::compute().

67 { return n_; }
bool GenLumiInfoProduct::FinalStat::operator!= ( const FinalStat other) const
inline

Definition at line 80 of file GenLumiInfoProduct.h.

References trackingPlots::other.

80 { return !(*this == other); }
bool GenLumiInfoProduct::FinalStat::operator== ( const FinalStat other) const
inline

Definition at line 78 of file GenLumiInfoProduct.h.

References n_, sum2_, and sum_.

double GenLumiInfoProduct::FinalStat::sum ( ) const
inline
double GenLumiInfoProduct::FinalStat::sum2 ( ) const
inline

Member Data Documentation

unsigned int GenLumiInfoProduct::FinalStat::n_
private

Definition at line 82 of file GenLumiInfoProduct.h.

Referenced by operator==().

double GenLumiInfoProduct::FinalStat::sum2_
private

Definition at line 84 of file GenLumiInfoProduct.h.

Referenced by operator==().

double GenLumiInfoProduct::FinalStat::sum_
private

Definition at line 83 of file GenLumiInfoProduct.h.

Referenced by operator==().