Garfield++ 5.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HeedCondElectron.cpp
Go to the documentation of this file.
2
3// 2003, I. Smirnov
4
5namespace Heed {
6
7void 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}
double y
Y coordinate (in the local system).
void print(std::ostream &file, int l) const
double x
X coordinate (in the local system).
double z
Z coordinate (in the local system).
Definition BGMesh.cpp:6
#define Ifile
Definition prstream.h:195