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