Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

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

Definition at line 114 of file G4ErrorSurfaceTrajParam.cc.

References G4endl.

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
121  << " PW= " << tp.fPW << " 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:61