Garfield++
5.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
v
w
x
y
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
y
Variables
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class 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
y
z
~
Functions
a
b
c
d
e
f
g
h
i
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
k
l
m
n
o
p
q
r
s
t
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Related Symbols
a
c
k
o
p
s
u
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
i
k
l
m
n
p
r
s
t
u
v
w
Variables
a
b
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
x
y
z
Typedefs
Macros
_
a
c
d
e
f
g
i
l
m
n
p
q
r
s
t
u
v
x
z
▼
Garfield++
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
garfieldpp-5.0
►
Examples
▼
Heed
▼
heed++
▼
code
►
BGMesh.cpp
►
BGMesh.h
ElElasticScat.cpp
►
ElElasticScat.h
►
EnergyMesh.cpp
►
EnergyMesh.h
EnTransfCS.cpp
►
EnTransfCS.h
EnTransfCS_BGM.cpp
►
EnTransfCS_BGM.h
HeedCluster.cpp
►
HeedCluster.h
HeedCondElectron.cpp
►
HeedCondElectron.h
►
HeedDeltaElectron.cpp
►
HeedDeltaElectron.h
HeedDeltaElectronCS.cpp
►
HeedDeltaElectronCS.h
HeedMatterDef.cpp
►
HeedMatterDef.h
HeedParticle.cpp
►
HeedParticle.h
HeedParticle_BGM.cpp
►
HeedParticle_BGM.h
HeedPhoton.cpp
►
HeedPhoton.h
PairProd.cpp
►
PairProd.h
►
PhotoAbsCS.cpp
►
PhotoAbsCS.h
PhotoAbsCSLib.cpp
►
PhotoAbsCSLib.h
►
PhysicalConstants.h
►
wcpplib
►
HeedChamber.hh
HeedFieldMap.cpp
►
HeedFieldMap.h
►
Include
►
NeBem
►
Source
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Loading...
Searching...
No Matches
HeedCondElectron.cpp
Go to the documentation of this file.
1
#include "
heed++/code/HeedCondElectron.h
"
2
3
// 2003, I. Smirnov
4
5
namespace
Heed
{
6
7
void
HeedCondElectron::print
(std::ostream& file,
int
l)
const
{
8
if
(l <= 0)
return
;
9
Ifile
<<
"HeedCondElectron (l="
<< l <<
")\n"
;
10
Ifile
<<
"("
<<
x
<<
", "
<<
y
<<
", "
<<
z
<<
")\n"
;
11
}
7
void
HeedCondElectron::print
(std::ostream& file,
int
l)
const
{
…
}
12
}
HeedCondElectron.h
Heed::HeedCondElectron::y
double y
Y coordinate (in the local system).
Definition
HeedCondElectron.h:23
Heed::HeedCondElectron::print
void print(std::ostream &file, int l) const
Definition
HeedCondElectron.cpp:7
Heed::HeedCondElectron::x
double x
X coordinate (in the local system).
Definition
HeedCondElectron.h:21
Heed::HeedCondElectron::z
double z
Z coordinate (in the local system).
Definition
HeedCondElectron.h:25
Heed
Definition
BGMesh.cpp:6
Ifile
#define Ifile
Definition
prstream.h:195
garfieldpp-5.0
Heed
heed++
code
HeedCondElectron.cpp
Generated by
1.13.2