GeFiCa
Germanium detector Field Calculator
Planar.h
Go to the documentation of this file.
1 #ifndef GeFiCa_Planar
2 #define GeFiCa_Planar
3 
4 #include "Detector.h"
5 namespace GeFiCa { class Planar; }
9 class GeFiCa::Planar : public Detector
10 {
11  public :
12  double Width;
13  double Depth;
14 
15  Planar(const char *name="planar", const char *title="planar detector");
16  void CheckConfigurations();
17  ClassDef(Planar, 1);
18 };
19 #endif
Configuration of planar detectors.
Definition: Planar.h:9
void CheckConfigurations()
Definition: Planar.cc:10
double Depth
depth of a planar detector
Definition: Planar.h:13
Detector & crystal properties.
Definition: Detector.h:32
ClassDef(Planar, 1)
double Width
width of a planar detector
Definition: Planar.h:12
The only namespace in GeFiCa.
Definition: Detector.h:6
Planar(const char *name="planar", const char *title="planar detector")
Definition: Planar.cc:5