Geant4
9.6.p02
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
geant4_9_6_p02
examples
extended
exoticphysics
phonon
include
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
// $Id$
30
//
31
#ifndef XPhysicalLattice_h
32
#define XPhysicalLattice_h 1
33
34
#include "
XLogicalLattice.hh
"
35
#include "
G4ThreeVector.hh
"
36
#include "
G4AffineTransform.hh
"
37
38
class
G4VPhysicalVolume
;
39
40
41
class
XPhysicalLattice
{
42
43
private
:
44
G4double
fTheta, fPhi;
45
XLogicalLattice
* fLattice;
46
G4VPhysicalVolume
* fVolume;
47
48
double
fA;
//Scaling constant for Anh.Dec. mean free path
49
double
fB;
//Scaling constant for Iso.Scat. mean free path
50
double
fDosL;
//Density of states for L-phonons
51
double
fDosST;
//Density of states for ST-phonons
52
double
fDosFT;
//Density of states for FT-phonons
53
double
fBeta, fGamma, fLambda, fMu;
//dynamical constants for material
54
55
56
public
:
57
G4AffineTransform
fLocalToGlobal
;
58
G4AffineTransform
fGlobalToLocal
;
59
60
void
SetDynamicalConstants
(
double
,
double
,
double
,
double
);
61
void
SetScatteringConstant
(
G4double
);
62
void
SetAnhDecConstant
(
G4double
);
63
void
SetLDOS
(
double
);
64
void
SetSTDOS
(
double
);
65
void
SetFTDOS
(
double
);
66
67
double
GetBeta
();
68
double
GetGamma
();
69
double
GetLambda
();
70
double
GetMu
();
71
G4double
GetScatteringConstant
();
72
G4double
GetAnhDecConstant
();
73
double
GetLDOS
();
74
double
GetSTDOS
();
75
double
GetFTDOS
();
76
77
78
XPhysicalLattice
();
79
XPhysicalLattice
(
G4VPhysicalVolume
*,
XLogicalLattice
*);
80
~XPhysicalLattice
();
81
double
MapKtoV
(
int
,
G4ThreeVector
);
82
G4ThreeVector
MapKtoVDir
(
int
,
G4ThreeVector
);
83
G4VPhysicalVolume
*
GetVolume
();
84
void
SetPhysicalVolume
(
G4VPhysicalVolume
*);
85
void
SetXLogicalLattice
(
XLogicalLattice
*);
86
void
SetLatticeOrientation
(
G4double
,
G4double
);
87
void
SetMillerOrientation
(
int
,
int
,
int
);
88
89
90
};
91
92
#endif
Generated on Sat May 25 2013 14:32:24 for Geant4 by
1.8.4