Belle II Software
development
Toggle main menu visibility
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
z
Typedefs
a
b
c
d
e
g
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
c
d
f
p
t
v
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
v
w
z
Related Functions
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
Typedefs
Macros
G4TriangularPrism.h
1
/**************************************************************************
2
* basf2 (Belle II Analysis Software Framework) *
3
* Author: The Belle II Collaboration *
4
* *
5
* See git log for contributors and copyright holders. *
6
* This file is licensed under LGPL-3.0, see LICENSE.md. *
7
**************************************************************************/
8
9
#pragma once
10
11
/* Geant4 headers. */
12
#include <G4Box.hh>
13
#include <G4IntersectionSolid.hh>
14
#include <G4Tubs.hh>
15
16
namespace
Belle2
{
25
class
G4TriangularPrism
{
26
27
public
:
28
40
G4TriangularPrism
(
const
G4String& name,
double
r1,
double
phi1,
41
double
r2,
double
phi2, G4double halfZlen);
42
46
G4TriangularPrism
(
const
G4TriangularPrism
&) =
delete
;
47
51
G4TriangularPrism
&
operator=
(
const
G4TriangularPrism
&) =
delete
;
52
59
~G4TriangularPrism
();
60
69
G4VSolid*
getSolid
()
70
{
71
return
m_is
;
72
}
73
74
private
:
75
79
G4Box*
m_box
;
80
84
G4Tubs*
m_tube
;
85
89
G4IntersectionSolid*
m_is
;
90
91
};
92
94
}
Belle2::G4TriangularPrism
Triangular prism.
Definition:
G4TriangularPrism.h:25
Belle2::G4TriangularPrism::m_box
G4Box * m_box
Box.
Definition:
G4TriangularPrism.h:79
Belle2::G4TriangularPrism::m_is
G4IntersectionSolid * m_is
Intersection.
Definition:
G4TriangularPrism.h:89
Belle2::G4TriangularPrism::G4TriangularPrism
G4TriangularPrism(const G4TriangularPrism &)=delete
Copy constructor (disabled).
Belle2::G4TriangularPrism::~G4TriangularPrism
~G4TriangularPrism()
Destructor.
Definition:
G4TriangularPrism.cc:77
Belle2::G4TriangularPrism::getSolid
G4VSolid * getSolid()
Get solid.
Definition:
G4TriangularPrism.h:69
Belle2::G4TriangularPrism::m_tube
G4Tubs * m_tube
Tube.
Definition:
G4TriangularPrism.h:84
Belle2::G4TriangularPrism::operator=
G4TriangularPrism & operator=(const G4TriangularPrism &)=delete
Operator = (disabled).
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
klm
eklm
geometry
include
G4TriangularPrism.h
Generated on Sat Apr 12 2025 02:43:37 for Belle II Software by
1.9.6