Geant4  10.02.p01
XPhysicalLattice.hh
Go to the documentation of this file.
1 //
2 // ********************************************************************
3 // * License and Disclaimer *
4 // * *
5 // * The Geant4 software is copyright of the Copyright Holders of *
6 // * the Geant4 Collaboration. It is provided under the terms and *
7 // * conditions of the Geant4 Software License, included in the file *
8 // * LICENSE and available at http://cern.ch/geant4/license . These *
9 // * include a list of copyright holders. *
10 // * *
11 // * Neither the authors of this software system, nor their employing *
12 // * institutes,nor the agencies providing financial support for this *
13 // * work make any representation or warranty, express or implied, *
14 // * regarding this software system or assume any liability for its *
15 // * use. Please see the license in the file LICENSE and URL above *
16 // * for the full disclaimer and the limitation of liability. *
17 // * *
18 // * This code implementation is the result of the scientific and *
19 // * technical work of the GEANT4 collaboration. *
20 // * By using, copying, modifying or distributing the software (or *
21 // * any work based on the software) you agree to acknowledge its *
22 // * use in resulting scientific publications, and indicate your *
23 // * acceptance of all terms of the Geant4 Software license. *
24 // ********************************************************************
25 //
26 
27 #ifndef XPhysicalLattice_h
28 #define XPhysicalLattice_h 1
29 
30 #include "XLogicalLattice.hh"
31 #include "G4ThreeVector.hh"
32 #include "G4AffineTransform.hh"
33 #include "XUnitCell.hh"
34 
35 class G4VPhysicalVolume;
36 
38 
39 private:
43 
44  double fA; //Scaling constant for Anh.Dec. mean free path
45  double fB; //Scaling constant for Iso.Scat. mean free path
46  double fDosL; //Density of states for L-phonons
47  double fDosST; //Density of states for ST-phonons
48  double fDosFT; //Density of states for FT-phonons
49  double fBeta, fGamma, fLambda, fMu; //dynamical constants for material
50 
51 
52 public:
55 
56  void SetDynamicalConstants(double, double, double, double);
59  void SetLDOS(double);
60  void SetSTDOS(double);
61  void SetFTDOS(double);
62 
63  double GetBeta();
64  double GetGamma();
65  double GetLambda();
66  double GetMu();
69  double GetLDOS();
70  double GetSTDOS();
71  double GetFTDOS();
72 
76  double MapKtoV(int, G4ThreeVector);
83  void SetMillerOrientation(int, int, int);
84 
85 
86 public:
87  //set methods
88  void SetUnitCell(XUnitCell*);
90  G4ThreeVector&);
92  G4ThreeVector&);
93 
95 
96  //retrieval methods
101 
105 
106  G4bool IsBent();
107 
108  //general functions
110 
113 
114 private:
116  G4double fThermalVibrationAmplitude; // TO BE MOVED TO XLogicalLattice
119 };
120 
121 #endif
void SetLDOS(double)
G4double GetAnhDecConstant()
void SetXLogicalLattice(XLogicalLattice *)
void SetFTDOS(double)
G4int GetMiller(G4int)
double MapKtoV(int, G4ThreeVector)
void SetThermalVibrationAmplitude(G4double)
G4double fThermalVibrationAmplitude
G4ThreeVector GetLatticeAngles()
CLHEP::Hep3Vector G4ThreeVector
XLogicalLattice * fLattice
G4ThreeVector GetCurvatureRadius()
G4ThreeVector ComputeBendingAngle(G4ThreeVector &)
int G4int
Definition: G4Types.hh:78
void SetUnitCell(XUnitCell *)
G4ThreeVector ProjectMomentumVectorFromWorldToLattice(G4ThreeVector &, G4ThreeVector &)
G4AffineTransform fLocalToGlobal
void SetSTDOS(double)
G4VPhysicalVolume * fVolume
bool G4bool
Definition: G4Types.hh:79
G4double GetThermalVibrationAmplitude()
XUnitCell * GetXUnitCell()
G4ThreeVector ProjectMomentumVectorFromLatticeToWorld(G4ThreeVector &, G4ThreeVector &)
void SetMillerOrientation(int, int, int)
void SetCurvatureRadius(G4ThreeVector)
void SetLatticeOrientation(G4double, G4double)
XLogicalLattice * GetLogicalLattice()
void SetDynamicalConstants(double, double, double, double)
G4ThreeVector fCurvatureRadius
void SetAnhDecConstant(G4double)
double G4double
Definition: G4Types.hh:76
void SetPhysicalVolume(G4VPhysicalVolume *)
void SetScatteringConstant(G4double)
G4ThreeVector GetLatticeDirection(G4ThreeVector &)
G4AffineTransform fGlobalToLocal
G4double ComputeInterplanarPeriod()
G4ThreeVector MapKtoVDir(int, G4ThreeVector)
G4VPhysicalVolume * GetVolume()
G4double GetScatteringConstant()