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();
21  void DefineStructureFormats(KVGeoImport& g) override
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:18
FAZIA setup, FAZIASYM experiment.
Definition: KVFAZIASYM.h:15
KVFAZIASYM()
Default constructor.
Definition: KVFAZIASYM.cpp:27
virtual ~KVFAZIASYM()
Destructor.
Definition: KVFAZIASYM.cpp:39
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