43 G4ThreeVector xhat(1,0,0), yhat(0,1,0), zhat(0,0,1), nullVec(0,0,0);
51 : verboseLevel(0), fTheta(0), fPhi(0), fLattice(Lat) {
67 fLocalToGlobal = fGlobalToLocal = *Rot;
73 G4cout <<
"G4LatticePhysical::SetPhysicalOrientation " << *Rot
74 <<
"\nfLocalToGlobal: " << fLocalToGlobal
75 <<
"\nfGlobalToLocal: " << fGlobalToLocal
88 G4cout <<
"G4LatticePhysical::SetLatticeOrientation " << fTheta <<
" "
96 fTheta = halfpi - std::atan2(n+0.000001,l+0.000001);
97 fPhi = halfpi - std::atan2(l+0.000001,k+0.000001);
101 G4cout <<
"G4LatticePhysical::SetMillerOrientation(" << l << k << n
102 <<
") : " << fTheta <<
" " << fPhi <<
G4endl;
120 return fLattice->
MapKtoV(polarizationState, k);
130 G4cout <<
"G4LatticePhysical::MapKtoVDir " << k <<
G4endl;
146 if (verboseLevel>1) {
147 G4cout <<
"G4LatticePhysical::RotateToGlobal " << dir
148 <<
"\nusing fLocalToGlobal " << fLocalToGlobal
163 if (verboseLevel>1) {
164 G4cout <<
"G4LatticePhysical::RotateToLocal " << dir
165 <<
"\nusing fGlobalToLocal " << fGlobalToLocal
Definition of the G4LatticeLogical class.
Definition of the G4LatticePhysical class.
G4GLOB_DLL std::ostream G4cout
Hep3Vector & rotate(double, const Hep3Vector &)
static DLL_API const HepRotation IDENTITY
virtual G4double MapKtoV(G4int, const G4ThreeVector &) const
virtual G4ThreeVector MapKtoVDir(G4int, const G4ThreeVector &) const
void SetLatticeOrientation(G4double, G4double)
void SetPhysicalOrientation(const G4RotationMatrix *Rot)
G4ThreeVector RotateToLocal(const G4ThreeVector &dir) const
G4ThreeVector RotateToGlobal(const G4ThreeVector &dir) const
virtual ~G4LatticePhysical()
G4double MapKtoV(G4int, G4ThreeVector) const
G4ThreeVector MapKtoVDir(G4int, G4ThreeVector) const
void SetMillerOrientation(G4int, G4int, G4int)
G4LatticePhysical(const G4LatticeLogical *Lat=nullptr, const G4RotationMatrix *Rot=nullptr)