FairRoot/PandaRoot
Functions
RhoGoodTrackSelector.cxx File Reference
#include "RhoSelector/RhoGoodTrackSelector.h"
#include "RhoBase/RhoCandidate.h"
#include "PndPidCandidate.h"
#include <iostream>

Go to the source code of this file.

Functions

TBuffer & operator>> (TBuffer &buf, RhoGoodTrackSelector *&obj)
 
std::ostreamoperator<< (std::ostream &o, const RhoGoodTrackSelector &a)
 

Function Documentation

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

Definition at line 112 of file RhoGoodTrackSelector.cxx.

References RhoGoodTrackSelector::PrintOn().

113 {
114  a.PrintOn ( o );
115  return o;
116 }
virtual void PrintOn(std::ostream &o=std::cout) const
TBuffer& operator>> ( TBuffer &  buf,
RhoGoodTrackSelector *&  obj 
)

Definition at line 21 of file RhoGoodTrackSelector.cxx.

22 {
23  obj = ( RhoGoodTrackSelector* ) buf.ReadObject ( RhoGoodTrackSelector::Class() );
24  return buf;
25 }