Garfield++ v1r0
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 (point fptloc, double ftime)
 
virtual ~HeedCondElectron ()
 
virtual void print (std::ostream &file, int l) const
 

Public Attributes

point ptloc
 
double time
 

Detailed Description

Definition at line 25 of file HeedCondElectron.h.

Constructor & Destructor Documentation

◆ HeedCondElectron() [1/2]

Heed::HeedCondElectron::HeedCondElectron ( )
inline

Definition at line 37 of file HeedCondElectron.h.

37{}

◆ HeedCondElectron() [2/2]

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

Definition at line 38 of file HeedCondElectron.h.

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

◆ ~HeedCondElectron()

virtual Heed::HeedCondElectron::~HeedCondElectron ( )
inlinevirtual

Definition at line 43 of file HeedCondElectron.h.

43{}

Member Function Documentation

◆ print()

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

Definition at line 8 of file HeedCondElectron.cpp.

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

Member Data Documentation

◆ ptloc

point Heed::HeedCondElectron::ptloc

Definition at line 30 of file HeedCondElectron.h.

Referenced by print().

◆ time

double Heed::HeedCondElectron::time

Definition at line 32 of file HeedCondElectron.h.


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