Geant4-11
Functions
G4CascadParticle.cc File Reference
#include "G4CascadParticle.hh"
#include "G4CascadeParameters.hh"
#include "G4ios.hh"
#include <cmath>

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 181 of file G4CascadParticle.cc.

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

References G4CascadParticle::print().