GeFiCa
Germanium detector Field Calculator
Hemispherical.h
Go to the documentation of this file.
1 #ifndef GeFiCa_Hemispherical
2 #define GeFiCa_Hemispherical
3 
4 #include "Detector.h"
5 namespace GeFiCa { class Hemispherical; }
10 {
11  public:
12  double PointContactR;
13  double PointContactH;
14 
15  Hemispherical(const char *name="hs",
16  const char *title="hemispherical detector");
17  void CheckConfigurations();
19 };
20 #endif
21 
Configuration of hemispherical detectors.
Definition: Hemispherical.h:9
double PointContactH
height of point contact
Definition: Hemispherical.h:13
ClassDef(Hemispherical, 1)
Detector & crystal properties.
Definition: Detector.h:32
double PointContactR
radius of point contact
Definition: Hemispherical.h:12
Hemispherical(const char *name="hs", const char *title="hemispherical detector")
Definition: Hemispherical.cc:5
The only namespace in GeFiCa.
Definition: Detector.h:6