Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4CascadeChannel.cc File Reference
#include "G4CascadeChannel.hh"
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4CascadeChannel &chan)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const G4CascadeChannel & chan )

Definition at line 31 of file G4CascadeChannel.cc.

31 {
32 chan.printTable(os);
33 return os;
34}
virtual void printTable(std::ostream &os=G4cout) const =0