Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4CascadParticle.cc File Reference
#include "G4CascadParticle.hh"
#include "G4CascadeParameters.hh"
#include "G4ios.hh"
#include <cmath>
Include dependency graph for G4CascadParticle.cc:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4CascadParticle &part)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const G4CascadParticle part 
)

Definition at line 182 of file G4CascadParticle.cc.

182  {
183  part.print(os);
184  return os;
185 }
void print(std::ostream &os) const

Here is the call graph for this function: