Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
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

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

Definition at line 31 of file G4CascadeChannel.cc.

References G4CascadeChannel::printTable().

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