KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVFAZIAZERO.h
Go to the documentation of this file.
1 
4 #ifndef __KVFAZIAZERO_H
5 #define __KVFAZIAZERO_H
6 
7 #include "KVFAZIA.h"
8 
15 class KVFAZIAZERO : public KVFAZIA {
16 
17  virtual void BuildFAZIA();
18  virtual void GetGeometryParameters();
19 
20  void PlasticDetectors();
22  {
23  g.SetStructureNameFormat("RUTH", "$type");
24  }
25  virtual void SetNameOfDetectors(KVEnv& env);
26 
27 public:
28  KVFAZIAZERO();
29  virtual ~KVFAZIAZERO();
30 
31  ClassDef(KVFAZIAZERO, 1) //Description of the FAZIA set up
32 };
33 
34 #endif
#define ClassDef(name, id)
Extension of TEnv to allow the writing of comments in the file.
Definition: KVEnv.h:16
FAZIA setup, FAZIAZERO experiment.
Definition: KVFAZIAZERO.h:15
virtual void SetNameOfDetectors(KVEnv &env)
void DefineStructureFormats(KVGeoImport &g)
Definition: KVFAZIAZERO.h:21
KVFAZIAZERO()
Default constructor.
Definition: KVFAZIAZERO.cpp:27
void PlasticDetectors()
Definition: KVFAZIAZERO.cpp:63
virtual ~KVFAZIAZERO()
Destructor.
Definition: KVFAZIAZERO.cpp:37
virtual void BuildFAZIA()
Definition: KVFAZIAZERO.cpp:97
virtual void GetGeometryParameters()
Defined number of blocks, the distance from the target and the minimum polar angle.
Definition: KVFAZIAZERO.cpp:47
Description of a FAZIA detector geometry.
Definition: KVFAZIA.h:32
Import detector array described by ROOT geometry and set up corresponding KVMultiDetArray object.
Definition: KVGeoImport.h:67
const long double g
masses
Definition: KVUnits.h:72