G4tgbRotationMatrixMgr.hh File Reference

#include "globals.hh"
#include <iostream>
#include <map>
#include "G4tgbRotationMatrix.hh"

Go to the source code of this file.

Data Structures

class  G4tgbRotationMatrixMgr

Typedefs

typedef std::map< G4String,
G4tgbRotationMatrix *, std::less<
G4String > > 
G4mstgbrotm
typedef std::map< G4String,
G4RotationMatrix *, std::less<
G4String > > 
G4msg4rotm

Functions

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


Typedef Documentation

typedef std::map< G4String, G4RotationMatrix*, std::less<G4String> > G4msg4rotm

Definition at line 54 of file G4tgbRotationMatrixMgr.hh.

typedef std::map< G4String, G4tgbRotationMatrix*, std::less<G4String> > G4mstgbrotm

Definition at line 52 of file G4tgbRotationMatrixMgr.hh.


Function Documentation

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

Definition at line 171 of file G4tgbRotationMatrixMgr.cc.

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