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  virtual void BuildFAZIA();
18  virtual void GetGeometryParameters();
19 
20  void RutherfordTelescope();
22  {
23  g.SetStructureNameFormat("RUTH", "$type");
24  }
25  virtual void SetNameOfDetectors(KVEnv& env);
26 
27 public:
28  KVFAZIASYM();
29  virtual ~KVFAZIASYM();
30 
31  ClassDef(KVFAZIASYM, 1) //Description of the FAZIA set up
32 };
33 
34 #endif
#define ClassDef(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
KVFAZIASYM()
Default constructor.
Definition: KVFAZIASYM.cpp:27
void DefineStructureFormats(KVGeoImport &g)
Definition: KVFAZIASYM.h:21
void RutherfordTelescope()
Definition: KVFAZIASYM.cpp:65
virtual void SetNameOfDetectors(KVEnv &env)
Definition: KVFAZIASYM.cpp:158
virtual void GetGeometryParameters()
Defined number of blocks, the distance from the target and the minimum polar angle.
Definition: KVFAZIASYM.cpp:49
virtual ~KVFAZIASYM()
Destructor.
Definition: KVFAZIASYM.cpp:39
virtual void BuildFAZIA()
Definition: KVFAZIASYM.cpp:105
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:68