KaliVeda
Toolkit for HIC analysis
KVFAZIA3D.h
1 
4 #ifndef __KVFAZIA3D_H
5 #define __KVFAZIA3D_H
6 
7 #include "KVFAZIA.h"
8 
16 class KVFAZIA3D : public KVFAZIA {
17 
18  void BuildFAZIA() override;
19  void GetGeometryParameters() override;
20 
21 public:
22  KVFAZIA3D();
23  static void MakeConfigFile(const char* filename);
24 
25  ClassDefOverride(KVFAZIA3D, 1) //description of the FAZIA-12B demonstrator
26 };
27 
28 #endif
#define ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char filename
FAZIA 12-block demonstrator.
Definition: KVFAZIA3D.h:16
KVFAZIA3D()
Default constructor.
Definition: KVFAZIA3D.cpp:25
void GetGeometryParameters() override
defined configuration of the blocks
Definition: KVFAZIA3D.cpp:209
static void MakeConfigFile(const char *filename)
Definition: KVFAZIA3D.cpp:79
void BuildFAZIA() override
Definition: KVFAZIA3D.cpp:241
Description of a FAZIA detector geometry.
Definition: KVFAZIA.h:33