Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4QCHIPSWorld.cc File Reference
#include "G4QCHIPSWorld.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &lhs, G4QCHIPSWorld &rhs)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  lhs,
G4QCHIPSWorld rhs 
)

Definition at line 71 of file G4QCHIPSWorld.cc.

72{
73 // @@ Later make a list of activated particles and clusters
74 lhs << "[ Currently a#of particles in the CHIPS World = " << rhs.GetQPEntries() << "]";
75 return lhs;
76}
G4int GetQPEntries() const