Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4CascadeHistory.hh File Reference
#include "globals.hh"
#include "G4CascadParticle.hh"
#include <iosfwd>
#include <set>
#include <vector>

Go to the source code of this file.

Classes

class  G4CascadeHistory
 
struct  G4CascadeHistory::HistoryEntry
 

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