KaliVeda
Toolkit for HIC analysis
KVFAZIALNS17.h
1 
4 #ifndef __KVFAZIALNS17_H
5 #define __KVFAZIALNS17_H
6 
7 #include "KVFAZIA.h"
8 
16 class KVFAZIALNS17 : public KVFAZIA {
17 
18  virtual void BuildFAZIA();
19  virtual void GetGeometryParameters();
20 
21  void RutherfordTelescope();
23  {
24  g.SetStructureNameFormat("RUTH", "$type");
25  }
26  virtual void SetNameOfDetectors(KVEnv& env);
27 
28 public:
29  KVFAZIALNS17();
30  virtual ~KVFAZIALNS17();
31 
32  ClassDef(KVFAZIALNS17, 1) //Description of the FAZIA set up
33 };
34 
35 #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 set-up for LNS 2017.
Definition: KVFAZIALNS17.h:16
virtual ~KVFAZIALNS17()
Destructor.
void RutherfordTelescope()
KVFAZIALNS17()
Default constructor.
virtual void SetNameOfDetectors(KVEnv &env)
virtual void BuildFAZIA()
void DefineStructureFormats(KVGeoImport &g)
Definition: KVFAZIALNS17.h:22
virtual void GetGeometryParameters()
Defined number of blocks, the distance from the target and the minimum polar angle.
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