Garfield++ v2r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
Loading...
Searching...
No Matches
Heed::HeedCondElectron Class Reference

#include <HeedCondElectron.h>

Public Member Functions

 HeedCondElectron ()
 
 HeedCondElectron (const point &fptloc, const double ftime)
 Constructor.
 
void print (std::ostream &file, int l) const
 

Public Attributes

point ptloc
 Position (in the local system).
 
double time
 Time.
 

Detailed Description

Conduction electrons deposited in the sensitive medium. Usually these are electron-ion pairs created by the delta-electron. In addition, the delta-electron is itself converted in conduction electron at the end of its route. In this case the ion may be located somewhere else. To reduce the computer expenses, the position of conduction electron is determined only in the local coordinate system ("deepest" volume).

2003, I. Smirnov

Definition at line 18 of file HeedCondElectron.h.

Constructor & Destructor Documentation

◆ HeedCondElectron() [1/2]

Heed::HeedCondElectron::HeedCondElectron ( )
inline

Definition at line 24 of file HeedCondElectron.h.

24: ptloc(), time(0.) {}
point ptloc
Position (in the local system).

◆ HeedCondElectron() [2/2]

Heed::HeedCondElectron::HeedCondElectron ( const point fptloc,
const double  ftime 
)
inline

Constructor.

Definition at line 26 of file HeedCondElectron.h.

27 : ptloc(fptloc), time(ftime) {}

Member Function Documentation

◆ print()

void Heed::HeedCondElectron::print ( std::ostream &  file,
int  l 
) const

Definition at line 7 of file HeedCondElectron.cpp.

7 {
8 if (l <= 0) return;
9 Ifile << "HeedCondElectron (l=" << l << ")\n";
10 Ifile << "ptloc=" << ptloc << '\n';
11}
#define Ifile
Definition: prstream.h:196

Member Data Documentation

◆ ptloc

point Heed::HeedCondElectron::ptloc

Position (in the local system).

Definition at line 21 of file HeedCondElectron.h.

Referenced by print().

◆ time

double Heed::HeedCondElectron::time

Time.

Definition at line 23 of file HeedCondElectron.h.


The documentation for this class was generated from the following files: