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