#include "G4CascadParticle.hh"
#include "G4ios.hh"
#include <cmath>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const G4CascadParticle &part) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const G4CascadParticle & | part | |||
) |
Definition at line 140 of file G4CascadParticle.cc.
References G4CascadParticle::print().
00140 { 00141 part.print(os); 00142 return os; 00143 }