FairRoot/PandaRoot
Functions | Variables
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

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

Variables

RhoGoodTrackSelector *& obj
 
return buf
 

Function Documentation

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

Variable Documentation

return buf

Definition at line 24 of file RhoGoodTrackSelector.cxx.

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

Definition at line 22 of file RhoGoodTrackSelector.cxx.