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

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &strm, const G4NucleusLimits &q)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  strm,
const G4NucleusLimits q 
)

Definition at line 118 of file G4NucleusLimits.cc.

119{
120 // Definition of the insertion operator << to provide the nucleus limits to
121 // ostream
122 strm << "Atomic weight: " << q.GetAMin() << "->" << q.GetAMax()
123 << "Atomic number: " << q.GetZMin() << "->" << q.GetZMax();
124 return strm;
125}
G4int GetZMax() const
G4int GetZMin() const
G4int GetAMin() const
G4int GetAMax() const