GeFiCa
Germanium detector Field Calculator
TrueCoaxial.h
Go to the documentation of this file.
1 #ifndef GeFiCa_TrueCoaxial
2 #define GeFiCa_TrueCoaxial
3 
4 #include "Detector.h"
5 namespace GeFiCa { class TrueCoaxial; }
10 {
11  public :
12  double Radius;
13  double BoreR;
14 
15  TrueCoaxial(const char *name="tc",
16  const char *title="true coaxial detector");
17  void CheckConfigurations();
19 };
20 #endif
TrueCoaxial(const char *name="tc", const char *title="true coaxial detector")
Definition: TrueCoaxial.cc:5
ClassDef(TrueCoaxial, 1)
double Radius
radius of the detector
Definition: TrueCoaxial.h:12
Configuration of true coaxial detectors.
Definition: TrueCoaxial.h:9
Detector & crystal properties.
Definition: Detector.h:32
double BoreR
radius of the bore
Definition: TrueCoaxial.h:13
void CheckConfigurations()
Definition: TrueCoaxial.cc:10
The only namespace in GeFiCa.
Definition: Detector.h:6