Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ErrorSurfaceTrajParam.cc File Reference
#include "G4ErrorSurfaceTrajParam.hh"
#include <iomanip>
#include "G4ThreeVector.hh"
#include "G4GeometryTolerance.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const G4ErrorSurfaceTrajParam &tp)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  out,
const G4ErrorSurfaceTrajParam tp 
)

Definition at line 108 of file G4ErrorSurfaceTrajParam.cc.

109{
110 // long mode = out.setf(std::ios::fixed,std::ios::floatfield);
111
112 // out << tp.theType;
113 // out << std::setprecision(5) << std::setw(10);
114 out << " InvP= " << tp.fInvP << " PV= " << tp.fPV
115 << " PW= " << tp.fPW << " V= " << tp.fV << " W= " << tp.fW << G4endl;
116 out << " vectorV direction= " << tp.fVectorV
117 << " vectorW direction= " << tp.fVectorW << G4endl;
118
119 return out;
120}
#define G4endl
Definition: G4ios.hh:52