44G4ThreeVector xhat(1, 0, 0), yhat(0, 1, 0), zhat(0, 0, 1), nullVec(0, 0, 0);
61 fLocalToGlobal = fGlobalToLocal = *Rot;
65 if (verboseLevel > 0) {
66 G4cout <<
"G4LatticePhysical::SetPhysicalOrientation ";
67 if (Rot !=
nullptr) {
G4cout << *Rot; }
69 G4cout <<
"\nfLocalToGlobal: " << fLocalToGlobal <<
"\nfGlobalToLocal: " << fGlobalToLocal
80 if (verboseLevel != 0) {
81 G4cout <<
"G4LatticePhysical::SetLatticeOrientation " << fTheta <<
" " << fPhi <<
G4endl;
88 fTheta = halfpi - std::atan2(n + 0.000001, l + 0.000001);
89 fPhi = halfpi - std::atan2(l + 0.000001, k + 0.000001);
91 if (verboseLevel != 0) {
92 G4cout <<
"G4LatticePhysical::SetMillerOrientation(" << l << k << n <<
") : " << fTheta <<
" "
103 if (verboseLevel > 1) {
108 return fLattice->MapKtoV(polarizationState, k);
116 if (verboseLevel > 1) {
117 G4cout <<
"G4LatticePhysical::MapKtoVDir " << k <<
G4endl;
122 G4ThreeVector VG = fLattice->MapKtoVDir(polarizationState, k);
132 if (verboseLevel > 1) {
133 G4cout <<
"G4LatticePhysical::RotateToGlobal " << dir <<
"\nusing fLocalToGlobal "
134 << fLocalToGlobal <<
G4endl;
138 if (verboseLevel > 1) {
147 if (verboseLevel > 1) {
148 G4cout <<
"G4LatticePhysical::RotateToLocal " << dir <<
"\nusing fGlobalToLocal "
149 << fGlobalToLocal <<
G4endl;
153 if (verboseLevel > 1) {
Definition of the G4LatticeLogical class.
Definition of the G4LatticePhysical class.
CLHEP::HepRotation G4RotationMatrix
CLHEP::Hep3Vector G4ThreeVector
G4GLOB_DLL std::ostream G4cout
Hep3Vector & rotate(double, const Hep3Vector &)
static DLL_API const HepRotation IDENTITY
void SetLatticeOrientation(G4double, G4double)
void SetPhysicalOrientation(const G4RotationMatrix *Rot)
G4ThreeVector RotateToLocal(const G4ThreeVector &dir) const
G4ThreeVector RotateToGlobal(const G4ThreeVector &dir) const
G4double MapKtoV(G4int, G4ThreeVector) const
G4ThreeVector MapKtoVDir(G4int, G4ThreeVector) const
void SetMillerOrientation(G4int, G4int, G4int)
G4LatticePhysical(const G4LatticeLogical *Lat=nullptr, const G4RotationMatrix *Rot=nullptr)