Garfield++ v1r0
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/*
32003, I. Smirnov
4*/
5
6namespace Heed {
7
8void HeedCondElectron::print(std::ostream& file, int l) const {
9 if (l <= 0) return;
10 Ifile << "HeedCondElectron (l=" << l << ")\n";
11 Ifile << "ptloc=" << ptloc << '\n';
12}
13
14}
virtual void print(std::ostream &file, int l) const
Definition: BGMesh.cpp:3
#define Ifile
Definition: prstream.h:207