G4tgbRotationMatrixMgr.cc File Reference

#include "G4tgbRotationMatrixMgr.hh"
#include "G4SystemOfUnits.hh"
#include "G4tgrRotationMatrixFactory.hh"
#include "G4tgrMessenger.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4RotationMatrix &rot)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const G4RotationMatrix rot 
)

Definition at line 171 of file G4tgbRotationMatrixMgr.cc.

References G4endl.

00172 {
00173   os << "[ " 
00174      << rot.thetaX()/deg << '\t' << rot.phiX()/deg << '\t'
00175      << rot.thetaY()/deg << '\t' << rot.phiY()/deg << '\t'
00176      << rot.thetaZ()/deg << '\t' << rot.phiZ()/deg << " ]"
00177      << G4endl;
00178   return os;
00179 }


Generated on Mon May 27 17:51:10 2013 for Geant4 by  doxygen 1.4.7