KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVFAZIA_2B.h
1
3
4#ifndef __KVFAZIA_2B_H
5#define __KVFAZIA_2B_H
6
7#include "KVFAZIA.h"
8
16class KVFAZIA_2B : public KVFAZIA {
17
18 virtual void BuildFAZIA();
19 virtual void GetGeometryParameters();
20
21public:
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()
KVFAZIA_2B()
Default constructor.
virtual ~KVFAZIA_2B()
Destructor.
virtual void GetGeometryParameters()
Description of a FAZIA detector geometry.
Definition KVFAZIA.h:33