|
GeFiCa
Germanium detector Field Calculator
|
Configuration of hemispherical detectors. More...
#include <Hemispherical.h>


Public Member Functions | |
| Hemispherical (const char *name="hs", const char *title="hemispherical detector") | |
| void | CheckConfigurations () |
| ClassDef (Hemispherical, 1) | |
Public Member Functions inherited from GeFiCa::Detector | |
| 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 | |
| double | PointContactR |
| radius of point contact More... | |
| double | PointContactH |
| height of point contact More... | |
Public Attributes inherited from GeFiCa::Detector | |
| 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... | |
Configuration of hemispherical detectors.
Definition at line 9 of file Hemispherical.h.
| Hemispherical::Hemispherical | ( | const char * | name = "hs", |
| const char * | title = "hemispherical detector" |
||
| ) |
Definition at line 5 of file Hemispherical.cc.
| void Hemispherical::CheckConfigurations | ( | ) |
Definition at line 10 of file Hemispherical.cc.
| GeFiCa::Hemispherical::ClassDef | ( | Hemispherical | , |
| 1 | |||
| ) |
| double GeFiCa::Hemispherical::PointContactH |
height of point contact
Definition at line 13 of file Hemispherical.h.
| double GeFiCa::Hemispherical::PointContactR |
radius of point contact
Definition at line 12 of file Hemispherical.h.
1.8.13