KaliVeda
Toolkit for HIC analysis
KVFAZIAZERO.h
1 
4 #ifndef __KVFAZIAZERO_H
5 #define __KVFAZIAZERO_H
6 
7 #include "KVFAZIA.h"
8 
16 class KVFAZIAZERO : public KVFAZIA {
17 
18  virtual void BuildFAZIA();
19  virtual void GetGeometryParameters();
20 
21  void PlasticDetectors();
23  {
24  g.SetStructureNameFormat("RUTH", "$type");
25  }
26  virtual void SetNameOfDetectors(KVEnv& env);
27 
28 public:
29  KVFAZIAZERO();
30  virtual ~KVFAZIAZERO();
31 
32  ClassDef(KVFAZIAZERO, 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 setup, FAZIAZERO experiment.
Definition: KVFAZIAZERO.h:16
virtual void SetNameOfDetectors(KVEnv &env)
void DefineStructureFormats(KVGeoImport &g)
Definition: KVFAZIAZERO.h:22
KVFAZIAZERO()
Default constructor.
Definition: KVFAZIAZERO.cpp:27
void PlasticDetectors()
Definition: KVFAZIAZERO.cpp:63
virtual ~KVFAZIAZERO()
Destructor.
Definition: KVFAZIAZERO.cpp:37
virtual void BuildFAZIA()
Definition: KVFAZIAZERO.cpp:97
virtual void GetGeometryParameters()
Defined number of blocks, the distance from the target and the minimum polar angle.
Definition: KVFAZIAZERO.cpp:47
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