Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4CascadeHistory.cc File Reference
#include "G4CascadeHistory.hh"
#include "G4CascadParticle.hh"
#include "G4InuclElementaryParticle.hh"
#include "G4InuclParticle.hh"
#include <iostream>
#include <iomanip>
#include <ios>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4CascadeHistory &history)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const G4CascadeHistory history 
)

Definition at line 150 of file G4CascadeHistory.cc.

150 {
151 history.Print(os);
152 return os;
153}
void Print(std::ostream &os) const