|
GeFiCa
Germanium detector Field Calculator
|
Configuration of point contact detectors. More...
#include <PointContact.h>


Public Member Functions | |
| PointContact (const char *name="pc", const char *title="point-contact detector") | |
| void | CheckConfigurations () |
| void | Draw (Option_t *option="side") |
| ClassDef (PointContact, 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 | Radius |
| Radius of crystal. More... | |
| double | PointContactR |
| Radius of point contact. More... | |
| double | PointContactH |
| Height of point contact. More... | |
| double | BoreH |
| Depth of bore hole. More... | |
| double | BoreR |
| radius of bore hole More... | |
| double | BoreTaperW |
| width of bore hole taper More... | |
| double | BoreTaperH |
| height of bore hole taper More... | |
| double | TaperW |
| Width of taper (point contact side) More... | |
| double | TaperH |
| Height of taper (point contact side) More... | |
| double | CornerW |
| Width of taper (bore side) More... | |
| double | CornerH |
| Height of taper (bore side) More... | |
| double | WrapAroundR |
| Inner radius of outer contact. More... | |
| double | GrooveW |
| Width of Groove. More... | |
| double | GrooveH |
| Height of Groove. 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 point contact detectors.
Definition at line 9 of file PointContact.h.
| PointContact::PointContact | ( | const char * | name = "pc", |
| const char * | title = "point-contact detector" |
||
| ) |
Definition at line 5 of file PointContact.cc.
| void PointContact::CheckConfigurations | ( | ) |
Definition at line 14 of file PointContact.cc.
| GeFiCa::PointContact::ClassDef | ( | PointContact | , |
| 1 | |||
| ) |
| void PointContact::Draw | ( | Option_t * | option = "side" | ) |
Definition at line 103 of file PointContact.cc.
| double GeFiCa::PointContact::BoreH |
Depth of bore hole.
Definition at line 17 of file PointContact.h.
| double GeFiCa::PointContact::BoreR |
radius of bore hole
Definition at line 18 of file PointContact.h.
| double GeFiCa::PointContact::BoreTaperH |
height of bore hole taper
Definition at line 20 of file PointContact.h.
| double GeFiCa::PointContact::BoreTaperW |
width of bore hole taper
Definition at line 19 of file PointContact.h.
| double GeFiCa::PointContact::CornerH |
Height of taper (bore side)
Definition at line 26 of file PointContact.h.
| double GeFiCa::PointContact::CornerW |
Width of taper (bore side)
Definition at line 25 of file PointContact.h.
| double GeFiCa::PointContact::GrooveH |
Height of Groove.
Definition at line 30 of file PointContact.h.
| double GeFiCa::PointContact::GrooveW |
Width of Groove.
Definition at line 29 of file PointContact.h.
| double GeFiCa::PointContact::PointContactH |
Height of point contact.
Definition at line 15 of file PointContact.h.
| double GeFiCa::PointContact::PointContactR |
Radius of point contact.
Definition at line 14 of file PointContact.h.
| double GeFiCa::PointContact::Radius |
Radius of crystal.
Definition at line 12 of file PointContact.h.
| double GeFiCa::PointContact::TaperH |
Height of taper (point contact side)
Definition at line 23 of file PointContact.h.
| double GeFiCa::PointContact::TaperW |
Width of taper (point contact side)
Definition at line 22 of file PointContact.h.
| double GeFiCa::PointContact::WrapAroundR |
Inner radius of outer contact.
Definition at line 28 of file PointContact.h.
1.8.13