G4ErrorFreeTrajParam.cc File Reference

#include "G4ErrorFreeTrajParam.hh"
#include "G4ThreeVector.hh"
#include "G4SystemOfUnits.hh"
#include <iomanip>

Go to the source code of this file.

Functions

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


Function Documentation

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

Definition at line 87 of file G4ErrorFreeTrajParam.cc.

References G4ErrorFreeTrajParam::fDir, G4ErrorFreeTrajParam::fInvP, G4ErrorFreeTrajParam::fLambda, G4ErrorFreeTrajParam::fPhi, G4ErrorFreeTrajParam::fYPerp, G4ErrorFreeTrajParam::fZPerp, and G4endl.

00088 {
00089   G4int oldprc = out.precision(8);
00090   out << " InvP= " << tp.fInvP << " Theta= "
00091       << tp.fLambda << " Phi= " << tp.fPhi << " YPerp= " << tp.fYPerp
00092       << " ZPerp= " << tp.fZPerp << G4endl;
00093   out << " momentum direction= " << tp.fDir << G4endl;
00094   out.precision(oldprc);
00095     
00096   return out;
00097 }


Generated on Mon May 27 17:50:43 2013 for Geant4 by  doxygen 1.4.7