FairRoot/PandaRoot
Functions | Variables
RhoDoubleErr.cxx File Reference
#include "RhoDoubleErr.h"
#include "TBuffer.h"
#include <math.h>
#include <iostream>

Go to the source code of this file.

Functions

 ClassImp (RhoDoubleErr) TBuffer &operator>>(TBuffer &buf
 
std::ostreamoperator<< (std::ostream &stream, const RhoDoubleErr &bde)
 

Variables

RhoDoubleErr *& obj
 
return buf
 
static const char rscid [] = "$Id: TDoubleErr.cxx,v 1.3 2002-02-01 22:34:57 marcel Exp $"
 

Function Documentation

ClassImp ( RhoDoubleErr  )
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

Variable Documentation

return buf

Definition at line 22 of file RhoDoubleErr.cxx.

RhoDoubleErr*& obj
Initial value:
{
obj = ( RhoDoubleErr* ) buf.ReadObject ( RhoDoubleErr::Class() )
return buf
RhoDoubleErr *& obj

Definition at line 20 of file RhoDoubleErr.cxx.

const char rscid[] = "$Id: TDoubleErr.cxx,v 1.3 2002-02-01 22:34:57 marcel Exp $"
static

Definition at line 28 of file RhoDoubleErr.cxx.