KaliVeda
Toolkit for HIC analysis
KVFAZIA3DBlock.h
1 
4 #ifndef __KVFAZIA3DBlock_H
5 #define __KVFAZIA3DBlock_H
6 
7 #include "TGeoVolume.h"
8 #include <TVector3.h>
9 #include "KVConfig.h"
10 #include "KVFAZIABlock.h"
11 #include "KVEnv.h"
12 
19 class KVFAZIA3DBlock : public KVFAZIABlock {
20 protected:
21  int idb;
23 
24 public:
25  KVFAZIA3DBlock(int idb = 0);
26  void Build() override;
27 
28 
29  ClassDef(KVFAZIA3DBlock, 1) //Block of 16 telescopes FAZIA
30 };
31 
32 #endif
#define ClassDef(name, id)
Extension of TEnv to allow the writing of comments in the file.
Definition: KVEnv.h:18
Geometry of 16-telescope FAZIA block where each quartet is placed in absolute using [DATASET]/FAZIA3D...
KVEnv quartet_position
KVFAZIA3DBlock(int idb=0)
void Build() override
Standard geometry of 16-telescope FAZIA block.
Definition: KVFAZIABlock.h:17