KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVFAZIA_2B.h
Go to the documentation of this file.
1 
4 #ifndef __KVFAZIA_2B_H
5 #define __KVFAZIA_2B_H
6 
7 #include "KVFAZIA.h"
8 
15 class KVFAZIA_2B : public KVFAZIA {
16 
17  virtual void BuildFAZIA();
18  virtual void GetGeometryParameters();
19 
20 public:
21  KVFAZIA_2B();
22  virtual ~KVFAZIA_2B();
23 
24  ClassDef(KVFAZIA_2B, 1) //FAZIA set-up with two blocks used in LNS 2014 commissioning
25 };
26 
27 #endif
#define ClassDef(name, id)
FAZIA set-up with two blocks used in LNS 2014 commissioning.
Definition: KVFAZIA_2B.h:15
virtual void BuildFAZIA()
methods to be implemented in child classes
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()
Called by the Build method.
Definition: KVFAZIA_2B.cpp:27
Description of a FAZIA detector geometry.
Definition: KVFAZIA.h:32