KaliVeda
Toolkit for HIC analysis
KVFAZIANFS.h
1 
4 #ifndef __KVFAZIANFS_H
5 #define __KVFAZIANFS_H
6 
7 #include "KVFAZIA.h"
8 
16 class KVFAZIANFS : public KVFAZIA {
17 
18  void BuildFAZIA() override;
19  void GetGeometryParameters() override;
20  void BuildTarget() override;
21 
22 public:
23  KVFAZIANFS();
24  virtual ~KVFAZIANFS();
25  void SetNameOfDetectors(KVEnv& env) override;
26 
27  ClassDefOverride(KVFAZIANFS, 1) //configuration of FAZIA telescopes for NFS experiments
28 };
29 
30 #endif
#define ClassDefOverride(name, id)
Extension of TEnv to allow the writing of comments in the file.
Definition: KVEnv.h:17
configuration of FAZIA telescopes for NFS experiments
Definition: KVFAZIANFS.h:16
void BuildTarget() override
Definition: KVFAZIANFS.cpp:169
KVFAZIANFS()
Default constructor.
Definition: KVFAZIANFS.cpp:42
void GetGeometryParameters() override
Defined number of blocks, the distance from the target and the minimum polar angle.
Definition: KVFAZIANFS.cpp:28
virtual ~KVFAZIANFS()
Destructor.
Definition: KVFAZIANFS.cpp:54
void BuildFAZIA() override
Definition: KVFAZIANFS.cpp:67
void SetNameOfDetectors(KVEnv &env) override
Definition: KVFAZIANFS.cpp:184
Description of a FAZIA detector geometry.
Definition: KVFAZIA.h:33