GeFiCa
Germanium detector Field Calculator
|
Configuration of squre point contact detectors. More...
#include <SquarePointContact.h>
Public Member Functions | |
SquarePointContact (const char *name="spc", const char *title="squre point-contact detector") | |
void | CheckConfigurations () |
void | Draw (Option_t *option="side") |
ClassDef (SquarePointContact, 1) | |
![]() | |
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) | |
![]() | |
Crystal () | |
Default constructor. More... | |
double | GetImpurity (double height) |
Return net impurity concentration at. More... | |
void | SetAverageImpurity (double impurity) |
Public Attributes | |
double | Width |
Width(x) of crystal. More... | |
double | Length |
Length(y) of crystal. More... | |
double | PointContactW |
Width of point contact. More... | |
double | PointContactL |
Length of point contact. More... | |
double | PointContactH |
Height of point contact. More... | |
double | WrapAroundW |
Inner width of outer contact. More... | |
double | WrapAroundL |
Inner length of outer contact. More... | |
![]() | |
std::vector< double > | Bias |
bias on electrodes More... | |
![]() | |
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 squre point contact detectors.
Definition at line 9 of file SquarePointContact.h.
SquarePointContact::SquarePointContact | ( | const char * | name = "spc" , |
const char * | title = "squre point-contact detector" |
||
) |
Definition at line 5 of file SquarePointContact.cc.
void SquarePointContact::CheckConfigurations | ( | ) |
Definition at line 12 of file SquarePointContact.cc.
GeFiCa::SquarePointContact::ClassDef | ( | SquarePointContact | , |
1 | |||
) |
void SquarePointContact::Draw | ( | Option_t * | option = "side" | ) |
Definition at line 50 of file SquarePointContact.cc.
double GeFiCa::SquarePointContact::Length |
Length(y) of crystal.
Definition at line 13 of file SquarePointContact.h.
double GeFiCa::SquarePointContact::PointContactH |
Height of point contact.
Definition at line 17 of file SquarePointContact.h.
double GeFiCa::SquarePointContact::PointContactL |
Length of point contact.
Definition at line 16 of file SquarePointContact.h.
double GeFiCa::SquarePointContact::PointContactW |
Width of point contact.
Definition at line 15 of file SquarePointContact.h.
double GeFiCa::SquarePointContact::Width |
Width(x) of crystal.
Definition at line 12 of file SquarePointContact.h.
double GeFiCa::SquarePointContact::WrapAroundL |
Inner length of outer contact.
Definition at line 20 of file SquarePointContact.h.
double GeFiCa::SquarePointContact::WrapAroundW |
Inner width of outer contact.
Definition at line 19 of file SquarePointContact.h.