Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4CascadParticle.hh File Reference
#include "G4InuclElementaryParticle.hh"
#include "G4LorentzVector.hh"
#include "G4ThreeVector.hh"
#include <iosfwd>

Go to the source code of this file.

Classes

class  G4CascadParticle
 

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