GeFiCa
Germanium detector Field Calculator
PointContact.h
Go to the documentation of this file.
1 #ifndef GeFiCa_PointContact
2 #define GeFiCa_PointContact
3 
4 #include "Detector.h"
5 namespace GeFiCa { class PointContact; }
10 {
11  public:
12  double Radius;
13 
14  double PointContactR;
15  double PointContactH;
16 
17  double BoreH;
18  double BoreR;
19  double BoreTaperW;
20  double BoreTaperH;
21 
22  double TaperW;
23  double TaperH;
24 
25  double CornerW;
26  double CornerH;
27 
28  double WrapAroundR;
29  double GrooveW;
30  double GrooveH;
31 
32  PointContact(const char *name="pc",
33  const char *title="point-contact detector");
34  void CheckConfigurations();
35  void Draw(Option_t* option="side");
37 };
38 #endif
39 
Configuration of point contact detectors.
Definition: PointContact.h:9
double GrooveH
Height of Groove.
Definition: PointContact.h:30
PointContact(const char *name="pc", const char *title="point-contact detector")
Definition: PointContact.cc:5
double BoreH
Depth of bore hole.
Definition: PointContact.h:17
double Radius
Radius of crystal.
Definition: PointContact.h:12
double CornerH
Height of taper (bore side)
Definition: PointContact.h:26
double CornerW
Width of taper (bore side)
Definition: PointContact.h:25
double BoreTaperW
width of bore hole taper
Definition: PointContact.h:19
double WrapAroundR
Inner radius of outer contact.
Definition: PointContact.h:28
double PointContactH
Height of point contact.
Definition: PointContact.h:15
Detector & crystal properties.
Definition: Detector.h:32
void Draw(Option_t *option="side")
double GrooveW
Width of Groove.
Definition: PointContact.h:29
ClassDef(PointContact, 1)
double BoreTaperH
height of bore hole taper
Definition: PointContact.h:20
double BoreR
radius of bore hole
Definition: PointContact.h:18
double PointContactR
Radius of point contact.
Definition: PointContact.h:14
double TaperH
Height of taper (point contact side)
Definition: PointContact.h:23
double TaperW
Width of taper (point contact side)
Definition: PointContact.h:22
The only namespace in GeFiCa.
Definition: Detector.h:6