FairRoot/PandaRoot
Typedefs | Functions
RhoCandList.cxx File Reference
#include <stdlib.h>
#include "RhoBase/RhoCandList.h"
#include "RhoBase/RhoFactory.h"
#include "RhoBase/RhoCandidate.h"
#include "RhoBase/RhoParticleSelectorBase.h"
#include "RhoBase/RhoVertexSelectorBase.h"
#include "RhoTools/RhoCalculationTools.h"
#include <iostream>

Go to the source code of this file.

Typedefs

typedef int compare_function (const void *, const void *)
 

Functions

std::ostreamoperator<< (std::ostream &o, const RhoCandList &a)
 

Typedef Documentation

typedef int compare_function(const void *, const void *)

Definition at line 1337 of file RhoCandList.cxx.

Function Documentation

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

Definition at line 1329 of file RhoCandList.cxx.

References RhoCandList::PrintOn().

1330 {
1331  a.PrintOn ( o );
1332  return o;
1333 }
void PrintOn(std::ostream &o=std::cout) const