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