Belle II Software
release-05-02-19
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
k
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
u
v
w
x
z
Typedefs
a
b
c
d
e
h
i
l
m
n
p
r
s
t
v
w
Enumerations
Enumerator
c
d
f
p
t
u
v
w
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
G4TriangularPrism.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2011 Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Kirill Chilikin *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
11
#pragma once
12
13
/* Geant4 headers. */
14
#include <G4Box.hh>
15
#include <G4IntersectionSolid.hh>
16
#include <G4Tubs.hh>
17
18
namespace
Belle2
{
27
class
G4TriangularPrism {
28
29
public
:
30
42
G4TriangularPrism
(
const
G4String& name,
double
r1,
double
phi1,
43
double
r2,
double
phi2, G4double halfZlen);
44
48
G4TriangularPrism
(
const
G4TriangularPrism
&) =
delete
;
49
53
G4TriangularPrism
&
operator=
(
const
G4TriangularPrism
&) =
delete
;
54
61
~G4TriangularPrism
();
62
71
G4VSolid*
getSolid
()
72
{
73
return
m_is
;
74
}
75
76
private
:
77
81
G4Box*
m_box
;
82
86
G4Tubs*
m_tube
;
87
91
G4IntersectionSolid*
m_is
;
92
93
};
94
96
}
Belle2::G4TriangularPrism::operator=
G4TriangularPrism & operator=(const G4TriangularPrism &)=delete
Operator = (disabled).
Belle2::G4TriangularPrism::getSolid
G4VSolid * getSolid()
Get solid.
Definition:
G4TriangularPrism.h:79
Belle2::G4TriangularPrism::m_is
G4IntersectionSolid * m_is
Intersection.
Definition:
G4TriangularPrism.h:99
Belle2::G4TriangularPrism::m_box
G4Box * m_box
Box.
Definition:
G4TriangularPrism.h:89
Belle2::G4TriangularPrism::G4TriangularPrism
G4TriangularPrism(const G4String &name, double r1, double phi1, double r2, double phi2, G4double halfZlen)
Constructor.
Definition:
G4TriangularPrism.cc:23
Belle2::G4TriangularPrism::~G4TriangularPrism
~G4TriangularPrism()
Destructor.
Definition:
G4TriangularPrism.cc:79
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::G4TriangularPrism::m_tube
G4Tubs * m_tube
Tube.
Definition:
G4TriangularPrism.h:94
klm
eklm
geometry
include
G4TriangularPrism.h
Generated on Tue Jan 4 2022 02:59:51 for Belle II Software by
1.8.17