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


Public Member Functions | |
| Planar (const char *name="planar", const char *title="planar detector") | |
| void | CheckConfigurations () |
| ClassDef (Planar, 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 | Width |
| width of a planar detector More... | |
| double | Depth |
| depth of a planar detector 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 planar detectors.
| Planar::Planar | ( | const char * | name = "planar", |
| const char * | title = "planar detector" |
||
| ) |
Definition at line 5 of file Planar.cc.
| void Planar::CheckConfigurations | ( | ) |
Definition at line 10 of file Planar.cc.
| GeFiCa::Planar::ClassDef | ( | Planar | , |
| 1 | |||
| ) |
1.8.13