#include "G4QCHIPSWorld.hh"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &lhs, G4QCHIPSWorld &rhs) |
std::ostream& operator<< | ( | std::ostream & | lhs, | |
G4QCHIPSWorld & | rhs | |||
) |
Definition at line 71 of file G4QCHIPSWorld.cc.
References G4QCHIPSWorld::GetQPEntries().
00072 { 00073 // @@ Later make a list of activated particles and clusters 00074 lhs << "[ Currently a#of particles in the CHIPS World = " << rhs.GetQPEntries() << "]"; 00075 return lhs; 00076 }