#include "G4CascadeChannel.hh"#include <iostream>Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &os, const G4CascadeChannel &chan) |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const G4CascadeChannel & | chan | |||
| ) |
Definition at line 31 of file G4CascadeChannel.cc.
References G4CascadeChannel::printTable().
00031 { 00032 chan.printTable(os); 00033 return os; 00034 }
1.4.7