KaliVeda
Toolkit for HIC analysis
KVFAZIALNS2016.h
1 
4 #ifndef __KVFAZIALNS2016_H
5 #define __KVFAZIALNS2016_H
6 
7 #include "KVFAZIA.h"
8 
16 class KVFAZIALNS2016 : 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:
30  virtual ~KVFAZIALNS2016();
31 
32  ClassDef(KVFAZIALNS2016, 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 2016.
virtual void GetGeometryParameters()
Defined number of blocks, the distance from the target and the minimum polar angle.
virtual ~KVFAZIALNS2016()
Destructor.
void DefineStructureFormats(KVGeoImport &g)
KVFAZIALNS2016()
Default constructor.
virtual void BuildFAZIA()
void RutherfordTelescope()
virtual void SetNameOfDetectors(KVEnv &env)
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