Geant4 11.2.2
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"

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 30 of file G4DNAMesh.cc.

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