Geant4 9.6.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 140 of file G4CascadParticle.cc.

140 {
141 part.print(os);
142 return os;
143}
void print(std::ostream &os) const