FairRoot/PandaRoot
Functions
RhoCandidate.cxx File Reference
#include <assert.h>
#include "RhoBase/RhoFactory.h"
#include "RhoBase/RhoCandidate.h"
#include "RhoBase/RhoCandList.h"
#include "RhoBase/RhoCandListIterator.h"
#include "RhoMath/RhoError.h"
#include "RhoMath/RhoVector3Err.h"
#include "TVector3.h"
#include "TLorentzVector.h"
#include "RhoCalculationTools.h"
#include "TDatabasePDG.h"
#include <iostream>
#include <iomanip>
#include <sstream>

Go to the source code of this file.

Functions

 ClassImp (RhoCandidate) using namespace std
 
std::ostreamoperator<< (std::ostream &o, const RhoCandidate &a)
 

Function Documentation

ClassImp ( RhoCandidate  )
std::ostream& operator<< ( std::ostream o,
const RhoCandidate a 
)

Definition at line 744 of file RhoCandidate.cxx.

References RhoCandidate::PrintOn().

745 {
746  a.PrintOn ( o );
747  return o;
748 }
void PrintOn(std::ostream &o=std::cout) const