FairRoot/PandaRoot
Classes | Functions
RhoDoubleErr.h File Reference
#include "TBuffer.h"
#include "TObject.h"
#include "RhoError.h"

Go to the source code of this file.

Classes

class  RhoDoubleErr
 

Functions

std::ostreamoperator<< (std::ostream &stream, const RhoDoubleErr &bde)
 

Function Documentation

std::ostream& operator<< ( std::ostream stream,
const RhoDoubleErr bde 
)

Definition at line 109 of file RhoDoubleErr.cxx.

References RhoDoubleErr::Covariance(), and RhoDoubleErr::Value().

110 {
111  stream << "value: " << bde.Value()
112  << " covariance: " << bde.Covariance();
113 
114  return stream;
115 }
Double_t Covariance() const
Definition: RhoDoubleErr.h:55
Double_t Value() const
Definition: RhoDoubleErr.h:52