Geant4
10.02.p01
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
pyG4PVPlacement.cc
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
// $Id: pyG4PVPlacement.cc 76884 2013-11-18 12:54:03Z gcosmo $
27
// ====================================================================
28
// pyG4PVPlacement.cc
29
//
30
// 2005 Q
31
// ====================================================================
32
#include <boost/python.hpp>
33
#include "
G4Version.hh
"
34
#include "
G4PVPlacement.hh
"
35
#include "
G4LogicalVolume.hh
"
36
37
using namespace
boost::python
;
38
39
// ====================================================================
40
// thin wrappers
41
// ====================================================================
42
namespace
pyG4PVPlacement
{
43
44
BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS
(f_CheckOverlaps,
45
CheckOverlaps, 0, 3)
46
47
}
48
49
using namespace
pyG4PVPlacement
;
50
51
// ====================================================================
52
// module definition
53
// ====================================================================
54
void
export_G4PVPlacement
()
55
{
56
class_<G4PVPlacement, G4PVPlacement*, bases<G4VPhysicalVolume>,
57
boost::noncopyable >
58
(
"G4PVPlacement"
,
"physical volume placement"
, no_init)
59
// ---
60
.def(init<
G4RotationMatrix
*,
const
G4ThreeVector
&,
61
G4LogicalVolume
*,
const
G4String
&,
62
G4LogicalVolume
*,
G4bool
,
G4int
>())
63
.def(init<
const
G4Transform3D
&,
G4LogicalVolume
*,
64
const
G4String
&,
G4LogicalVolume
*,
G4bool
,
G4int
>())
65
.def(init<
G4RotationMatrix
*,
const
G4ThreeVector
&,
66
const
G4String
,
G4LogicalVolume
*,
67
G4VPhysicalVolume
*,
G4bool
,
G4int
>())
68
.def(init<
const
G4Transform3D
&,
const
G4String
&,
69
G4LogicalVolume
*,
G4VPhysicalVolume
*,
G4bool
,
G4int
>())
70
#
if
G4VERSION_NUMBER
>=800
71
.def(init<
G4RotationMatrix
*,
const
G4ThreeVector
&,
72
G4LogicalVolume
*,
const
G4String
&,
73
G4LogicalVolume
*,
G4bool
,
G4int
,
G4bool
>())
74
.def(init<
const
G4Transform3D
&,
G4LogicalVolume
*,
75
const
G4String
&,
G4LogicalVolume
*,
G4bool
,
G4int
,
G4bool
>())
76
.def(init<
G4RotationMatrix
*,
const
G4ThreeVector
&,
77
const
G4String
,
G4LogicalVolume
*,
78
G4VPhysicalVolume
*,
G4bool
,
G4int
,
G4bool
>())
79
.def(init<
const
G4Transform3D
&,
const
G4String
&,
80
G4LogicalVolume
*,
G4VPhysicalVolume
*,
G4bool
,
G4int
,
G4bool
>())
81
#endif
82
// ---
83
#
if
G4VERSION_NUMBER
>=800
84
.def(
"CheckOverlaps"
, &
G4PVPlacement::CheckOverlaps
, f_CheckOverlaps())
85
#endif
86
;
87
}
88
G4ThreeVector
CLHEP::Hep3Vector G4ThreeVector
Definition:
G4ThreeVector.hh:42
G4RotationMatrix
CLHEP::HepRotation G4RotationMatrix
Definition:
G4RotationMatrix.hh:43
G4VPhysicalVolume
Definition:
G4VPhysicalVolume.hh:82
pyEZgeom::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS
BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_CreateTubeVolume, CreateTubeVolume, 4, 6) BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_CreateConeVolume
G4int
int G4int
Definition:
G4Types.hh:78
G4bool
bool G4bool
Definition:
G4Types.hh:79
G4VERSION_NUMBER
#define G4VERSION_NUMBER
Definition:
G4Version.hh:49
export_G4PVPlacement
void export_G4PVPlacement()
Definition:
pyG4PVPlacement.cc:54
G4LogicalVolume
Definition:
G4LogicalVolume.hh:187
G4Transform3D
HepGeom::Transform3D G4Transform3D
Definition:
G4Transform3D.hh:35
pyG4PVPlacement
Definition:
pyG4PVPlacement.cc:42
G4LogicalVolume.hh
G4PVPlacement::CheckOverlaps
G4bool CheckOverlaps(G4int res=1000, G4double tol=0., G4bool verbose=true, G4int maxErr=1)
Definition:
G4PVPlacement.cc:236
G4Version.hh
python
G4PVPlacement.hh
G4String
Definition:
G4String.hh:45
geant4.10.02.p01
environments
g4py
source
geometry
pyG4PVPlacement.cc
Generated on Thu Mar 3 2016 14:40:29 for Geant4 by
1.8.8