|
Geant4.10
|
#include <CCalRotationMatrixFactory.hh>
Public Member Functions | |
| ~CCalRotationMatrixFactory () | |
| G4RotationMatrix * | findMatrix (const G4String &) |
| G4RotationMatrix * | AddMatrix (const G4String &name, G4double th1, G4double phi1, G4double th2, G4double phi2, G4double th3, G4double phi3) |
Static Public Member Functions | |
| static CCalRotationMatrixFactory * | getInstance () |
| static CCalRotationMatrixFactory * | getInstance (const G4String &rotfile) |
| static void | setFileName (const G4String &rotfile) |
Definition at line 45 of file CCalRotationMatrixFactory.hh.
| CCalRotationMatrixFactory::~CCalRotationMatrixFactory | ( | ) |
Definition at line 84 of file CCalRotationMatrixFactory.cc.
| G4RotationMatrix * CCalRotationMatrixFactory::AddMatrix | ( | const G4String & | name, |
| G4double | th1, | ||
| G4double | phi1, | ||
| G4double | th2, | ||
| G4double | phi2, | ||
| G4double | th3, | ||
| G4double | phi3 | ||
| ) |
Definition at line 105 of file CCalRotationMatrixFactory.cc.
References python.hepunit::deg, G4cout, G4endl, CLHEP::HepRotation::invert(), and CLHEP::HepRotation::rotateAxes().
Referenced by CCalG4Ecal::constructIn().
| G4RotationMatrix * CCalRotationMatrixFactory::findMatrix | ( | const G4String & | rot | ) |
!!Maybe a treatment on not-found case needed.
Definition at line 92 of file CCalRotationMatrixFactory.cc.
Referenced by CCalG4Ecal::constructIn().
|
static |
Definition at line 60 of file CCalRotationMatrixFactory.cc.
References G4cerr, and G4endl.
Referenced by CCalDetectorConstruction::Construct(), CCalG4Ecal::constructIn(), and getInstance().
|
static |
Definition at line 46 of file CCalRotationMatrixFactory.cc.
References G4cerr, G4endl, and getInstance().
Definition at line 75 of file CCalRotationMatrixFactory.cc.
References G4cerr, and G4endl.
1.8.7