Geant4-11
Functions
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 114 of file G4ErrorSurfaceTrajParam.cc.

115{
116 // long mode = out.setf(std::ios::fixed,std::ios::floatfield);
117
118 // out << tp.theType;
119 // out << std::setprecision(5) << std::setw(10);
120 out << " InvP= " << tp.fInvP << " PV= " << tp.fPV << " PW= " << tp.fPW
121 << " V= " << tp.fV << " W= " << tp.fW << G4endl;
122 out << " vectorV direction= " << tp.fVectorV
123 << " vectorW direction= " << tp.fVectorW << G4endl;
124
125 return out;
126}
#define G4endl
Definition: G4ios.hh:57