ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/persistency/ascii/include/G4tgrRotationMatrix.hh>
Public Member Functions | |
G4tgrRotationMatrix () | |
~G4tgrRotationMatrix () | |
G4tgrRotationMatrix (const std::vector< G4String > &wl) | |
const G4String & | GetName () |
std::vector< G4double > & | GetValues () |
Private Attributes | |
G4String | theName |
std::vector< G4double > | theValues |
G4RotMatInputType | theInputType |
Friends | |
std::ostream & | operator<< (std::ostream &os, const G4tgrRotationMatrix &obj) |
Definition at line 48 of file G4tgrRotationMatrix.hh.
View newest version in sPHENIX GitHub at line 48 of file G4tgrRotationMatrix.hh
G4tgrRotationMatrix::G4tgrRotationMatrix | ( | ) |
Definition at line 43 of file G4tgrRotationMatrix.cc.
View newest version in sPHENIX GitHub at line 43 of file G4tgrRotationMatrix.cc
G4tgrRotationMatrix::~G4tgrRotationMatrix | ( | ) |
Definition at line 50 of file G4tgrRotationMatrix.cc.
View newest version in sPHENIX GitHub at line 50 of file G4tgrRotationMatrix.cc
G4tgrRotationMatrix::G4tgrRotationMatrix | ( | const std::vector< G4String > & | wl | ) |
Definition at line 56 of file G4tgrRotationMatrix.cc.
View newest version in sPHENIX GitHub at line 56 of file G4tgrRotationMatrix.cc
References deg, FatalException, G4cout, G4endl, G4Exception(), G4tgrUtils::GetDouble(), G4tgrUtils::GetString(), G4tgrMessenger::GetVerboseLevel(), rm3, rm6, rm9, theInputType, theName, and theValues.
Definition at line 59 of file G4tgrRotationMatrix.hh.
View newest version in sPHENIX GitHub at line 59 of file G4tgrRotationMatrix.hh
References theName.
Referenced by G4tgrRotationMatrixFactory::AddRotMatrix(), and G4tgbRotationMatrix::GetName().
|
inline |
Definition at line 60 of file G4tgrRotationMatrix.hh.
View newest version in sPHENIX GitHub at line 60 of file G4tgrRotationMatrix.hh
References theValues.
Referenced by G4tgbRotationMatrix::BuildG4RotMatrix().
|
friend |
Definition at line 108 of file G4tgrRotationMatrix.cc.
View newest version in sPHENIX GitHub at line 108 of file G4tgrRotationMatrix.cc
|
private |
Definition at line 70 of file G4tgrRotationMatrix.hh.
View newest version in sPHENIX GitHub at line 70 of file G4tgrRotationMatrix.hh
Referenced by G4tgrRotationMatrix(), and operator<<().
|
private |
Definition at line 66 of file G4tgrRotationMatrix.hh.
View newest version in sPHENIX GitHub at line 66 of file G4tgrRotationMatrix.hh
Referenced by G4tgrRotationMatrix(), GetName(), and operator<<().
|
private |
Definition at line 67 of file G4tgrRotationMatrix.hh.
View newest version in sPHENIX GitHub at line 67 of file G4tgrRotationMatrix.hh
Referenced by G4tgrRotationMatrix(), GetValues(), and operator<<().