KaliVeda
Toolkit for HIC analysis
KVFAZIA_2B.h
1 
4 #ifndef __KVFAZIA_2B_H
5 #define __KVFAZIA_2B_H
6 
7 #include "KVFAZIA.h"
8 
16 class KVFAZIA_2B : public KVFAZIA {
17 
18  virtual void BuildFAZIA();
19  virtual void GetGeometryParameters();
20 
21 public:
22  KVFAZIA_2B();
23  virtual ~KVFAZIA_2B();
24 
25  ClassDef(KVFAZIA_2B, 1) //FAZIA set-up with two blocks used in LNS 2014 commissioning
26 };
27 
28 #endif
#define ClassDef(name, id)
FAZIA set-up with two blocks used in LNS 2014 commissioning.
Definition: KVFAZIA_2B.h:16
virtual void BuildFAZIA()
Definition: KVFAZIA_2B.cpp:52
KVFAZIA_2B()
Default constructor.
Definition: KVFAZIA_2B.cpp:16
virtual ~KVFAZIA_2B()
Destructor.
Definition: KVFAZIA_2B.cpp:43
virtual void GetGeometryParameters()
Definition: KVFAZIA_2B.cpp:27
Description of a FAZIA detector geometry.
Definition: KVFAZIA.h:33