Geant4
9.6.p02
|
#include <XPhysicalLattice.hh>
Public Member Functions | |
void | SetDynamicalConstants (double, double, double, double) |
void | SetScatteringConstant (G4double) |
void | SetAnhDecConstant (G4double) |
void | SetLDOS (double) |
void | SetSTDOS (double) |
void | SetFTDOS (double) |
double | GetBeta () |
double | GetGamma () |
double | GetLambda () |
double | GetMu () |
G4double | GetScatteringConstant () |
G4double | GetAnhDecConstant () |
double | GetLDOS () |
double | GetSTDOS () |
double | GetFTDOS () |
XPhysicalLattice () | |
XPhysicalLattice (G4VPhysicalVolume *, XLogicalLattice *) | |
~XPhysicalLattice () | |
double | MapKtoV (int, G4ThreeVector) |
G4ThreeVector | MapKtoVDir (int, G4ThreeVector) |
G4VPhysicalVolume * | GetVolume () |
void | SetPhysicalVolume (G4VPhysicalVolume *) |
void | SetXLogicalLattice (XLogicalLattice *) |
void | SetLatticeOrientation (G4double, G4double) |
void | SetMillerOrientation (int, int, int) |
Public Attributes | |
G4AffineTransform | fLocalToGlobal |
G4AffineTransform | fGlobalToLocal |
Definition at line 41 of file XPhysicalLattice.hh.
XPhysicalLattice::XPhysicalLattice | ( | ) |
Definition at line 36 of file XPhysicalLattice.cc.
XPhysicalLattice::XPhysicalLattice | ( | G4VPhysicalVolume * | Vol, |
XLogicalLattice * | Lat | ||
) |
XPhysicalLattice::~XPhysicalLattice | ( | ) |
Definition at line 68 of file XPhysicalLattice.cc.
G4double XPhysicalLattice::GetAnhDecConstant | ( | ) |
double XPhysicalLattice::GetBeta | ( | ) |
double XPhysicalLattice::GetFTDOS | ( | ) |
double XPhysicalLattice::GetGamma | ( | ) |
double XPhysicalLattice::GetLambda | ( | ) |
double XPhysicalLattice::GetLDOS | ( | ) |
Definition at line 159 of file XPhysicalLattice.cc.
double XPhysicalLattice::GetMu | ( | ) |
G4double XPhysicalLattice::GetScatteringConstant | ( | ) |
double XPhysicalLattice::GetSTDOS | ( | ) |
G4VPhysicalVolume * XPhysicalLattice::GetVolume | ( | ) |
Definition at line 215 of file XPhysicalLattice.cc.
double XPhysicalLattice::MapKtoV | ( | int | polarizationState, |
G4ThreeVector | k | ||
) |
Definition at line 185 of file XPhysicalLattice.cc.
G4ThreeVector XPhysicalLattice::MapKtoVDir | ( | int | polarizationState, |
G4ThreeVector | k | ||
) |
Definition at line 202 of file XPhysicalLattice.cc.
Definition at line 88 of file XPhysicalLattice.cc.
void XPhysicalLattice::SetDynamicalConstants | ( | double | Beta, |
double | Gamma, | ||
double | Lambda, | ||
double | Mu | ||
) |
Definition at line 70 of file XPhysicalLattice.cc.
void XPhysicalLattice::SetFTDOS | ( | double | FTDOS) |
Definition at line 108 of file XPhysicalLattice.cc.
Definition at line 229 of file XPhysicalLattice.cc.
void XPhysicalLattice::SetLDOS | ( | double | LDOS) |
Definition at line 95 of file XPhysicalLattice.cc.
Definition at line 237 of file XPhysicalLattice.cc.
void XPhysicalLattice::SetPhysicalVolume | ( | G4VPhysicalVolume * | Vol) |
Definition at line 222 of file XPhysicalLattice.cc.
Definition at line 81 of file XPhysicalLattice.cc.
void XPhysicalLattice::SetSTDOS | ( | double | STDOS) |
Definition at line 101 of file XPhysicalLattice.cc.
void XPhysicalLattice::SetXLogicalLattice | ( | XLogicalLattice * | Lat) |
Definition at line 245 of file XPhysicalLattice.cc.
G4AffineTransform XPhysicalLattice::fGlobalToLocal |
Definition at line 58 of file XPhysicalLattice.hh.
G4AffineTransform XPhysicalLattice::fLocalToGlobal |
Definition at line 57 of file XPhysicalLattice.hh.