|
GeFiCa
Germanium detector Field Calculator
|
Detector & crystal properties. More...
#include <Detector.h>


Public Member Functions | |
| Detector (const char *name="detector", const char *title="detector") | |
| void | CheckConfigurations () |
| Check if detector configurations make sense. More... | |
| void | Draw (Option_t *option="") |
| ClassDef (Detector, 1) | |
Public Member Functions inherited from GeFiCa::Crystal | |
| Crystal () | |
| Default constructor. More... | |
| double | GetImpurity (double height) |
| Return net impurity concentration at. More... | |
| void | SetAverageImpurity (double impurity) |
Public Attributes | |
| std::vector< double > | Bias |
| bias on electrodes More... | |
Public Attributes inherited from GeFiCa::Crystal | |
| 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... | |
Detector & crystal properties.
It provides TClass::ClassName() through ClassDef for Grid::SetBoundaryCondition to know the specific type of detector.
Definition at line 32 of file Detector.h.
| Detector::Detector | ( | const char * | name = "detector", |
| const char * | title = "detector" |
||
| ) |
Definition at line 9 of file Detector.cc.
| void Detector::CheckConfigurations | ( | ) |
| GeFiCa::Detector::ClassDef | ( | Detector | , |
| 1 | |||
| ) |
|
inline |
Definition at line 41 of file Detector.h.
| std::vector<double> GeFiCa::Detector::Bias |
bias on electrodes
Definition at line 35 of file Detector.h.
1.8.13