Geant4
v4-10.4-release
메인 페이지
관련된 페이지
모듈
네임스페이스
클래스
파일들
파일 목록
파일 멤버
모두
클래스
네임스페이스들
파일들
함수
변수
타입정의
열거형 타입
열거형 멤버
Friends
매크로
그룹들
페이지들
source
persistency
gdml
include
G4GDMLParameterisation.hh
이 파일의 문서화 페이지로 가기
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
// $Id: G4GDMLParameterisation.hh 77528 2013-11-25 13:06:36Z gcosmo $
28
//
29
//
30
// class G4GDMLParameterisation
31
//
32
// Class description:
33
//
34
// GDML class for interpretation of parameterisations.
35
36
// History:
37
// - Created. Zoltan Torzsok, November 2007
38
// -------------------------------------------------------------------------
39
40
#ifndef _G4GDMLPARAMETERISATION_INCLUDED_
41
#define _G4GDMLPARAMETERISATION_INCLUDED_
42
43
#include "
G4VPVParameterisation.hh
"
44
#include "
G4VPhysicalVolume.hh
"
45
#include "
G4ThreeVector.hh
"
46
#include "
G4Box.hh
"
47
#include "
G4Trd.hh
"
48
#include "
G4Trap.hh
"
49
#include "
G4Cons.hh
"
50
#include "
G4Sphere.hh
"
51
#include "
G4Orb.hh
"
52
#include "
G4Ellipsoid.hh
"
53
#include "
G4Polycone.hh
"
54
#include "
G4Polyhedra.hh
"
55
#include "
G4Torus.hh
"
56
#include "
G4Para.hh
"
57
#include "
G4Hype.hh
"
58
#include "
G4Tubs.hh
"
59
#include "
G4Polycone.hh
"
60
#include "
G4Polyhedra.hh
"
61
#include "
G4RotationMatrix.hh
"
62
#include "
G4ThreeVector.hh
"
63
64
#include <vector>
65
66
class
G4GDMLParameterisation
:
public
G4VPVParameterisation
67
{
68
69
public
:
70
71
struct
PARAMETER
72
{
73
G4RotationMatrix
*
pRot
;
74
G4ThreeVector
position
;
75
G4double
dimension
[16];
76
77
PARAMETER
() :
pRot
(0) { memset(
dimension
,0,
sizeof
(
dimension
)); }
78
};
79
80
G4int
GetSize
()
const
;
81
void
AddParameter
(
const
PARAMETER&);
82
83
private
:
84
85
void
ComputeTransformation
(
const
G4int
,
G4VPhysicalVolume
*)
const
;
86
void
ComputeDimensions
(
G4Box
&,
const
G4int
,
const
G4VPhysicalVolume
*)
const
;
87
void
ComputeDimensions
(
G4Trd
&,
const
G4int
,
const
G4VPhysicalVolume
*)
const
;
88
void
ComputeDimensions
(
G4Trap
&,
const
G4int
,
const
G4VPhysicalVolume
*)
const
;
89
void
ComputeDimensions
(
G4Cons
&,
const
G4int
,
const
G4VPhysicalVolume
*)
const
;
90
void
ComputeDimensions
(
G4Sphere
&,
const
G4int
,
const
G4VPhysicalVolume
*)
const
;
91
void
ComputeDimensions
(
G4Orb
&,
const
G4int
,
const
G4VPhysicalVolume
*)
const
;
92
void
ComputeDimensions
(
G4Ellipsoid
&,
const
G4int
,
const
G4VPhysicalVolume
*)
const
;
93
void
ComputeDimensions
(
G4Torus
&,
const
G4int
,
const
G4VPhysicalVolume
*)
const
;
94
void
ComputeDimensions
(
G4Para
&,
const
G4int
,
const
G4VPhysicalVolume
*)
const
;
95
void
ComputeDimensions
(
G4Hype
&,
const
G4int
,
const
G4VPhysicalVolume
*)
const
;
96
void
ComputeDimensions
(
G4Tubs
&,
const
G4int
,
const
G4VPhysicalVolume
*)
const
;
97
void
ComputeDimensions
(
G4Polycone
&,
const
G4int
,
const
G4VPhysicalVolume
*)
const
;
98
void
ComputeDimensions
(
G4Polyhedra
&,
const
G4int
,
const
G4VPhysicalVolume
*)
const
;
99
100
private
:
101
102
std::vector<PARAMETER>
parameterList
;
103
104
};
105
106
#endif
G4GDMLParameterisation::PARAMETER
Definition:
G4GDMLParameterisation.hh:71
G4GDMLParameterisation::PARAMETER::dimension
G4double dimension[16]
Definition:
G4GDMLParameterisation.hh:75
G4Sphere.hh
G4Tubs
Definition:
G4Tubs.hh:85
CLHEP::HepRotation
Definition:
Rotation.h:47
G4GDMLParameterisation::AddParameter
void AddParameter(const PARAMETER &)
Definition:
G4GDMLParameterisation.cc:43
G4Para.hh
G4Polycone
Definition:
G4Polycone.hh:82
G4VPVParameterisation.hh
G4GDMLParameterisation::GetSize
G4int GetSize() const
Definition:
G4GDMLParameterisation.cc:38
G4Hype.hh
G4Polyhedra
Definition:
G4Polyhedra.hh:81
G4Ellipsoid.hh
G4GDMLParameterisation::PARAMETER::PARAMETER
PARAMETER()
Definition:
G4GDMLParameterisation.hh:77
G4Trap
Definition:
G4Trap.hh:118
G4double
double G4double
Definition:
G4Types.hh:76
G4Torus.hh
G4VPhysicalVolume.hh
G4Cons
Definition:
G4Cons.hh:83
G4Cons.hh
G4Box
Definition:
G4Box.hh:64
G4GDMLParameterisation::ComputeTransformation
void ComputeTransformation(const G4int, G4VPhysicalVolume *) const
Definition:
G4GDMLParameterisation.cc:49
G4Orb
Definition:
G4Orb.hh:62
G4GDMLParameterisation::parameterList
std::vector< PARAMETER > parameterList
Definition:
G4GDMLParameterisation.hh:102
G4Orb.hh
G4GDMLParameterisation::ComputeDimensions
void ComputeDimensions(G4Box &, const G4int, const G4VPhysicalVolume *) const
Definition:
G4GDMLParameterisation.cc:56
G4Box.hh
G4GDMLParameterisation::PARAMETER::pRot
G4RotationMatrix * pRot
Definition:
G4GDMLParameterisation.hh:73
G4ThreeVector.hh
CLHEP::Hep3Vector
Definition:
ThreeVector.h:41
G4Polycone.hh
G4int
int G4int
Definition:
G4Types.hh:78
G4Tubs.hh
G4Trd
Definition:
G4Trd.hh:72
G4VPhysicalVolume
Definition:
G4VPhysicalVolume.hh:82
G4VPVParameterisation
Definition:
G4VPVParameterisation.hh:72
G4Torus
Definition:
G4Torus.hh:102
G4Trd.hh
G4Para
Definition:
G4Para.hh:86
G4Ellipsoid
Definition:
G4Ellipsoid.hh:60
G4GDMLParameterisation
Definition:
G4GDMLParameterisation.hh:66
G4Hype
Definition:
G4Hype.hh:76
G4Sphere
Definition:
G4Sphere.hh:87
G4GDMLParameterisation::PARAMETER::position
G4ThreeVector position
Definition:
G4GDMLParameterisation.hh:74
G4Polyhedra.hh
G4Trap.hh
G4RotationMatrix.hh
다음에 의해 생성됨 :
1.8.5