Garfield++ v2r0
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.
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 << "ptloc=" << ptloc << '\n';
11}
12}
void print(std::ostream &file, int l) const
point ptloc
Position (in the local system).
Definition: BGMesh.cpp:5
#define Ifile
Definition: prstream.h:196