KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVFAZIANFS.h
1
3
4#ifndef __KVFAZIANFS_H
5#define __KVFAZIANFS_H
6
7#include "KVFAZIA.h"
8
16class KVFAZIANFS : public KVFAZIA {
17
18 virtual void BuildFAZIA();
19 virtual void GetGeometryParameters();
20 void BuildTarget();
21
22public:
23 KVFAZIANFS();
24 virtual ~KVFAZIANFS();
25 void SetNameOfDetectors(KVEnv& env);
26
27 ClassDef(KVFAZIANFS, 1) //configuration of FAZIA telescopes for NFS experiments
28};
29
30#endif
#define ClassDef(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
KVFAZIANFS()
Default constructor.
void BuildTarget()
virtual ~KVFAZIANFS()
Destructor.
virtual void BuildFAZIA()
void SetNameOfDetectors(KVEnv &env)
virtual void GetGeometryParameters()
Defined number of blocks, the distance from the target and the minimum polar angle.
Description of a FAZIA detector geometry.
Definition KVFAZIA.h:33