Geant4-11
Data Structures | Functions
G4CascadParticle.hh File Reference
#include "G4InuclElementaryParticle.hh"
#include "G4LorentzVector.hh"
#include "G4ThreeVector.hh"
#include <iosfwd>

Go to the source code of this file.

Data Structures

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

References G4CascadParticle::print().