GeFiCa
Germanium detector Field Calculator
SquarePointContact.h
Go to the documentation of this file.
1 #ifndef GeFiCa_SquarePointContact
2 #define GeFiCa_SquarePointContact
3 
4 #include "Detector.h"
5 namespace GeFiCa { class SquarePointContact; }
10 {
11  public:
12  double Width;
13  double Length;
14 
15  double PointContactW;
16  double PointContactL;
17  double PointContactH;
18 
19  double WrapAroundW;
20  double WrapAroundL;
21 
22  SquarePointContact(const char *name="spc",
23  const char *title="squre point-contact detector");
24  void CheckConfigurations();
25  void Draw(Option_t* option="side");
27 };
28 #endif
29 
double PointContactH
Height of point contact.
ClassDef(SquarePointContact, 1)
double Length
Length(y) of crystal.
double WrapAroundW
Inner width of outer contact.
SquarePointContact(const char *name="spc", const char *title="squre point-contact detector")
Configuration of squre point contact detectors.
Detector & crystal properties.
Definition: Detector.h:32
double Width
Width(x) of crystal.
double PointContactL
Length of point contact.
void Draw(Option_t *option="side")
double WrapAroundL
Inner length of outer contact.
The only namespace in GeFiCa.
Definition: Detector.h:6
double PointContactW
Width of point contact.