Geant4  10.03
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 //
28 //
29 
30 #ifndef XPhysicalLattice_h
31 #define XPhysicalLattice_h 1
32 
33 #include "XLogicalLattice.hh"
34 #include "G4ThreeVector.hh"
35 #include "G4AffineTransform.hh"
36 #include "XUnitCell.hh"
37 
38 class G4VPhysicalVolume;
39 
41 
42 private:
46 
47  double fA; //Scaling constant for Anh.Dec. mean free path
48  double fB; //Scaling constant for Iso.Scat. mean free path
49  double fDosL; //Density of states for L-phonons
50  double fDosST; //Density of states for ST-phonons
51  double fDosFT; //Density of states for FT-phonons
52  double fBeta, fGamma, fLambda, fMu; //dynamical constants for material
53 
54 
55 public:
58 
59  void SetDynamicalConstants(double, double, double, double);
62  void SetLDOS(double);
63  void SetSTDOS(double);
64  void SetFTDOS(double);
65 
66  double GetBeta();
67  double GetGamma();
68  double GetLambda();
69  double GetMu();
72  double GetLDOS();
73  double GetSTDOS();
74  double GetFTDOS();
75 
79  double MapKtoV(int, G4ThreeVector);
86  void SetMillerOrientation(int, int, int);
87 
88 
89 public:
90  //set methods
91  void SetUnitCell(XUnitCell*);
93  G4ThreeVector&);
95  G4ThreeVector&);
96 
98 
99  //retrieval methods
104 
108 
109  G4bool IsBent();
110 
111  //general functions
113 
116 
117 private:
119  G4double fThermalVibrationAmplitude; // TO BE MOVED TO XLogicalLattice
122 };
123 
124 #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()
Definition of the XLogicalLattice class.
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 &)
Definition of the XUnitCell class.
G4AffineTransform fGlobalToLocal
G4double ComputeInterplanarPeriod()
G4ThreeVector MapKtoVDir(int, G4ThreeVector)
G4VPhysicalVolume * GetVolume()
G4double GetScatteringConstant()