|
GeFiCa
Germanium detector Field Calculator
|
Configuration of segmented true coaxial detectors. More...
#include <Segmented.h>


Public Member Functions | |
| Segmented (const char *name="sip", const char *title="segmented detector") | |
| void | CheckConfigurations () |
| void | Draw (Option_t *option="") |
| ClassDef (Segmented, 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 the crystal More... | |
| double | BoreR |
| radius of the bore hole More... | |
| size_t | Nphi |
| total number of segments in phi More... | |
| size_t | Nz |
| total number of segments in z More... | |
| size_t | SegmentId |
| segment Id in [0, Nphi*Nz] 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 segmented true coaxial detectors.
Definition at line 11 of file Segmented.h.
| Segmented::Segmented | ( | const char * | name = "sip", |
| const char * | title = "segmented detector" |
||
| ) |
Definition at line 5 of file Segmented.cc.
| void Segmented::CheckConfigurations | ( | ) |
Definition at line 11 of file Segmented.cc.
| GeFiCa::Segmented::ClassDef | ( | Segmented | , |
| 1 | |||
| ) |
| void Segmented::Draw | ( | Option_t * | option = "" | ) |
| double GeFiCa::Segmented::BoreR |
radius of the bore hole
Definition at line 15 of file Segmented.h.
| size_t GeFiCa::Segmented::Nphi |
total number of segments in phi
Definition at line 16 of file Segmented.h.
| size_t GeFiCa::Segmented::Nz |
total number of segments in z
Definition at line 17 of file Segmented.h.
| double GeFiCa::Segmented::Radius |
radius of the crystal
Definition at line 14 of file Segmented.h.
| size_t GeFiCa::Segmented::SegmentId |
segment Id in [0, Nphi*Nz]
Definition at line 18 of file Segmented.h.
1.8.13