1 #ifndef GeFiCa_Detector 2 #define GeFiCa_Detector 21 {
return (TopImpurity-BottomImpurity)*height/Height+
BottomImpurity; }
23 { TopImpurity=impurity; BottomImpurity=impurity; }
36 Detector(
const char *name=
"detector",
const char *title=
"detector");
40 void CheckConfigurations();
41 void Draw(Option_t* option=
"") {};
std::vector< double > Bias
bias on electrodes
double BottomImpurity
net impurity concentration at bottom of crystal
void Draw(Option_t *option="")
Detector & crystal properties.
double Height
height of crystal
double GetImpurity(double height)
Return net impurity concentration at.
void SetAverageImpurity(double impurity)
double TopImpurity
net impurity concentration at top of crystal
Crystal()
Default constructor.
The only namespace in GeFiCa.