#include "G4PhysicsVector.hh"
#include <iomanip>
Go to the source code of this file.
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & |
out, |
|
|
const G4PhysicsVector & |
pv |
|
) |
| |
Definition at line 412 of file G4PhysicsVector.cc.
413{
414
416 out << std::setprecision(12) << pv.
edgeMin <<
" " << pv.
edgeMax <<
" "
418
419
421 for(std::size_t i = 0; i < pv.
dataVector.size(); ++i)
422 {
424 }
425 out << std::setprecision(
prec);
426
427 return out;
428}
std::size_t numberOfNodes
std::vector< G4double > dataVector
std::vector< G4double > binVector