|
GeFiCa
Germanium detector Field Calculator
|
#include <Detector.h>

Public Member Functions | |
| Crystal () | |
| Default constructor. More... | |
| double | GetImpurity (double height) |
| Return net impurity concentration at. More... | |
| void | SetAverageImpurity (double impurity) |
Public Attributes | |
| double | Height |
| height of crystal More... | |
| double | TopImpurity |
| net impurity concentration at top of crystal More... | |
| double | BottomImpurity |
| net impurity concentration at bottom of crystal More... | |
Crystal properties.
Definition at line 10 of file Detector.h.
| Crystal::Crystal | ( | ) |
Default constructor.
Definition at line 5 of file Detector.cc.
|
inline |
Return net impurity concentration at.
| height. |
Definition at line 20 of file Detector.h.
|
inline |
Definition at line 22 of file Detector.h.
| double GeFiCa::Crystal::BottomImpurity |
net impurity concentration at bottom of crystal
Definition at line 15 of file Detector.h.
| double GeFiCa::Crystal::Height |
height of crystal
Definition at line 13 of file Detector.h.
| double GeFiCa::Crystal::TopImpurity |
net impurity concentration at top of crystal
Definition at line 14 of file Detector.h.
1.8.13