Geant4-11
G4ParameterisationTrd.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// G4ParameterisationTrd[X/Y/Z]
27//
28// Class description:
29//
30// This class represents the parameterised positioning equivalent to
31// dividing a trapezoid along one of each axis X, Y, Z.
32
33// 09.05.01 - P.Arce, Initial version
34// 08.04.04 - I.Hrivnacova, Implemented reflection
35// --------------------------------------------------------------------
36#ifndef G4PARAMETERISATIONTRD_HH
37#define G4PARAMETERISATIONTRD_HH 1
38
39#include <vector>
40
42#include "G4VSolid.hh"
43
45
46// Dummy declarations to get rid of warnings ...
47//
48class G4Cons;
49class G4Box;
50class G4Sphere;
51class G4Orb;
52class G4Ellipsoid;
53class G4Torus;
54class G4Para;
55class G4Hype;
56class G4Tubs;
57class G4Polycone;
58class G4Polyhedra;
59
61{
62 public: // with description
63
64 G4VParameterisationTrd( EAxis axis, G4int nCopies,
65 G4double offset, G4double step,
66 G4VSolid* msolid, DivisionType divType );
67
69
70 protected:
71
73};
74
76{
77 public: // with description
78
79 G4ParameterisationTrdX( EAxis axis, G4int nCopies,
80 G4double width, G4double offset,
81 G4VSolid* motherSolid, DivisionType divType );
83
85
86 void ComputeTransformation(const G4int copyNo,
87 G4VPhysicalVolume* physVol) const;
88
89 void ComputeDimensions(G4Trd& trd, const G4int copyNo,
90 const G4VPhysicalVolume* pv) const;
91
92 void ComputeDimensions(G4Trap& trd, const G4int copyNo,
93 const G4VPhysicalVolume* pv) const;
94
95 private: // Dummy declarations to get rid of warnings ...
96
98 const G4VPhysicalVolume*) const {}
100 const G4VPhysicalVolume*) const {}
102 const G4VPhysicalVolume*) const {}
104 const G4VPhysicalVolume*) const {}
106 const G4VPhysicalVolume*) const {}
108 const G4VPhysicalVolume*) const {}
110 const G4VPhysicalVolume*) const {}
112 const G4VPhysicalVolume*) const {}
114 const G4VPhysicalVolume*) const {}
116 const G4VPhysicalVolume*) const {}
118 const G4VPhysicalVolume*) const {}
119};
120
121
123{
124 public: // with description
125
126 G4ParameterisationTrdY( EAxis axis, G4int nCopies,
127 G4double width, G4double offset,
128 G4VSolid* motherSolid, DivisionType divType );
130
132
133 void ComputeTransformation(const G4int copyNo,
134 G4VPhysicalVolume *physVol) const;
135
136 void ComputeDimensions(G4Trd& trd, const G4int copyNo,
137 const G4VPhysicalVolume* pv) const;
138
139 void ComputeDimensions (G4Trap&,const G4int,
140 const G4VPhysicalVolume*) const;
141
142 private: // Dummy declarations to get rid of warnings ...
143
145 const G4VPhysicalVolume*) const {}
147 const G4VPhysicalVolume*) const {}
149 const G4VPhysicalVolume*) const {}
151 const G4VPhysicalVolume*) const {}
153 const G4VPhysicalVolume*) const {}
155 const G4VPhysicalVolume*) const {}
157 const G4VPhysicalVolume*) const {}
159 const G4VPhysicalVolume*) const {}
161 const G4VPhysicalVolume*) const {}
163 const G4VPhysicalVolume*) const {}
165 const G4VPhysicalVolume*) const {}
166};
167
168
170{
171 public: // with description
172
173 G4ParameterisationTrdZ( EAxis axis, G4int nCopies,
174 G4double width, G4double offset,
175 G4VSolid* motherSolid, DivisionType divType );
177
179
180 void ComputeTransformation(const G4int copyNo,
181 G4VPhysicalVolume* physVol) const;
182 void ComputeDimensions(G4Trd& trd, const G4int copyNo,
183 const G4VPhysicalVolume* pv) const;
184
185 private: // Dummy declarations to get rid of warnings ...
186
188 const G4VPhysicalVolume*) const {}
190 const G4VPhysicalVolume*) const {}
192 const G4VPhysicalVolume*) const {}
194 const G4VPhysicalVolume*) const {}
196 const G4VPhysicalVolume*) const {}
198 const G4VPhysicalVolume*) const {}
200 const G4VPhysicalVolume*) const {}
202 const G4VPhysicalVolume*) const {}
204 const G4VPhysicalVolume*) const {}
206 const G4VPhysicalVolume*) const {}
208 const G4VPhysicalVolume*) const {}
210 const G4VPhysicalVolume*) const {}
211};
212
213#endif
double G4double
Definition: G4Types.hh:83
bool G4bool
Definition: G4Types.hh:86
int G4int
Definition: G4Types.hh:85
Definition: G4Box.hh:56
Definition: G4Cons.hh:78
Definition: G4Hype.hh:69
Definition: G4Orb.hh:56
Definition: G4Para.hh:79
void ComputeTransformation(const G4int copyNo, G4VPhysicalVolume *physVol) const
void ComputeDimensions(G4Box &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Trd &trd, const G4int copyNo, const G4VPhysicalVolume *pv) const
void ComputeDimensions(G4Polyhedra &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Para &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Tubs &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Sphere &, const G4int, const G4VPhysicalVolume *) const
G4ParameterisationTrdX(EAxis axis, G4int nCopies, G4double width, G4double offset, G4VSolid *motherSolid, DivisionType divType)
void ComputeDimensions(G4Hype &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Orb &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Cons &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Ellipsoid &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Polycone &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Torus &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Tubs &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Para &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Box &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Hype &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Torus &, const G4int, const G4VPhysicalVolume *) const
G4ParameterisationTrdY(EAxis axis, G4int nCopies, G4double width, G4double offset, G4VSolid *motherSolid, DivisionType divType)
void ComputeDimensions(G4Cons &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Polyhedra &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Orb &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Ellipsoid &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Sphere &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Trd &trd, const G4int copyNo, const G4VPhysicalVolume *pv) const
void ComputeTransformation(const G4int copyNo, G4VPhysicalVolume *physVol) const
void ComputeDimensions(G4Polycone &, const G4int, const G4VPhysicalVolume *) const
void ComputeTransformation(const G4int copyNo, G4VPhysicalVolume *physVol) const
void ComputeDimensions(G4Para &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Trap &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Sphere &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Cons &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Trd &trd, const G4int copyNo, const G4VPhysicalVolume *pv) const
void ComputeDimensions(G4Polyhedra &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Ellipsoid &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Torus &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Polycone &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Box &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Tubs &, const G4int, const G4VPhysicalVolume *) const
void ComputeDimensions(G4Orb &, const G4int, const G4VPhysicalVolume *) const
G4ParameterisationTrdZ(EAxis axis, G4int nCopies, G4double width, G4double offset, G4VSolid *motherSolid, DivisionType divType)
void ComputeDimensions(G4Hype &, const G4int, const G4VPhysicalVolume *) const
Definition: G4Trd.hh:63
Definition: G4Tubs.hh:75
G4VParameterisationTrd(EAxis axis, G4int nCopies, G4double offset, G4double step, G4VSolid *msolid, DivisionType divType)
EAxis
Definition: geomdefs.hh:54