Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4DNAMesh.cc File Reference
#include "G4DNAMesh.hh"
#include <algorithm>
#include <ostream>
#include "G4ITTrackHolder.hh"
#include "Randomize.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &stream, const G4VDNAMesh::Index &rhs)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & stream,
const G4VDNAMesh::Index & rhs )

Definition at line 31 of file G4DNAMesh.cc.

32{
33 stream << "{" << rhs.x << ", " << rhs.y << ", " << rhs.z << "}";
34 return stream;
35}