KaliVeda
Toolkit for HIC analysis
KVFAZIASYM.h
1 
4 #ifndef __KVFAZIASYM_H
5 #define __KVFAZIASYM_H
6 
7 #include "KVFAZIA.h"
15 class KVFAZIASYM : public KVFAZIA {
16 
17  void BuildFAZIA() override;
18  void GetGeometryParameters() override;
19 
20  void RutherfordTelescope();
22  {
23  g.SetStructureNameFormat("RUTH", "$type");
24  }
25  void SetNameOfDetectors(KVEnv& env) override;
26 
27 public:
28  KVFAZIASYM();
29  virtual ~KVFAZIASYM();
30 
31  ClassDefOverride(KVFAZIASYM, 1) //Description of the FAZIA set up
32 };
33 
34 #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 g
Extension of TEnv to allow the writing of comments in the file.
Definition: KVEnv.h:17
FAZIA setup, FAZIASYM experiment.
Definition: KVFAZIASYM.h:15
void BuildFAZIA() override
Definition: KVFAZIASYM.cpp:105
KVFAZIASYM()
Default constructor.
Definition: KVFAZIASYM.cpp:27
void RutherfordTelescope()
Definition: KVFAZIASYM.cpp:65
void SetNameOfDetectors(KVEnv &env) override
Definition: KVFAZIASYM.cpp:158
virtual ~KVFAZIASYM()
Destructor.
Definition: KVFAZIASYM.cpp:39
void GetGeometryParameters() override
Defined number of blocks, the distance from the target and the minimum polar angle.
Definition: KVFAZIASYM.cpp:49
void DefineStructureFormats(KVGeoImport &g) override
Definition: KVFAZIASYM.h:21
Description of a FAZIA detector geometry.
Definition: KVFAZIA.h:33
Import detector array described by ROOT geometry and set up corresponding KVMultiDetArray object.
Definition: KVGeoImport.h:69