Geant4  10.00.p02
G3RotTable Class Reference

#include <G3RotTable.hh>

Public Member Functions

 G3RotTable ()
 
virtual ~G3RotTable ()
 
G4RotationMatrixGet (G4int id) const
 
void Put (G4int id, G4RotationMatrix *matrix)
 
void Clear ()
 

Private Attributes

G3RotMatrixVectorfRotVector
 

Detailed Description

Definition at line 53 of file G3RotTable.hh.

Constructor & Destructor Documentation

G3RotTable::G3RotTable ( )

Definition at line 33 of file G3RotTable.cc.

References fRotVector.

G3RotTable::~G3RotTable ( )
virtual

Definition at line 38 of file G3RotTable.cc.

References fRotVector.

Member Function Documentation

void G3RotTable::Clear ( )

Definition at line 59 of file G3RotTable.cc.

References a, and fRotVector.

G4RotationMatrix * G3RotTable::Get ( G4int  id) const

Definition at line 44 of file G3RotTable.cc.

References fRotVector, G3RotTableEntry::GetID(), and G3RotTableEntry::GetMatrix().

Referenced by G3toG4BuildPVTree(), and GetTransform3D().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G3RotTable::Put ( G4int  id,
G4RotationMatrix matrix 
)

Definition at line 53 of file G3RotTable.cc.

References fRotVector.

Referenced by G4gsrotm().

+ Here is the caller graph for this function:

Member Data Documentation

G3RotMatrixVector* G3RotTable::fRotVector
private

Definition at line 68 of file G3RotTable.hh.

Referenced by Clear(), G3RotTable(), Get(), Put(), and ~G3RotTable().


The documentation for this class was generated from the following files: