GeFiCa
Germanium detector Field Calculator
|
Configuration of true coaxial detectors. More...
#include <TrueCoaxial.h>
Public Member Functions | |
TrueCoaxial (const char *name="tc", const char *title="true coaxial detector") | |
void | CheckConfigurations () |
ClassDef (TrueCoaxial, 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 | Radius |
radius of the detector More... | |
double | BoreR |
radius of the bore 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 true coaxial detectors.
Definition at line 9 of file TrueCoaxial.h.
TrueCoaxial::TrueCoaxial | ( | const char * | name = "tc" , |
const char * | title = "true coaxial detector" |
||
) |
Definition at line 5 of file TrueCoaxial.cc.
void TrueCoaxial::CheckConfigurations | ( | ) |
Definition at line 10 of file TrueCoaxial.cc.
GeFiCa::TrueCoaxial::ClassDef | ( | TrueCoaxial | , |
1 | |||
) |
double GeFiCa::TrueCoaxial::BoreR |
radius of the bore
Definition at line 13 of file TrueCoaxial.h.
double GeFiCa::TrueCoaxial::Radius |
radius of the detector
Definition at line 12 of file TrueCoaxial.h.