Garfield++
3.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
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
}
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:196
garfieldpp-3.0
Heed
heed++
code
HeedCondElectron.cpp
Generated by
1.9.6