KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVFAZIALNS17.h
Go to the documentation of this file.
1 
4 #ifndef __KVFAZIALNS17_H
5 #define __KVFAZIALNS17_H
6 
7 #include "KVFAZIA.h"
8 
15 class KVFAZIALNS17 : public KVFAZIA {
16 
17  virtual void BuildFAZIA();
18  virtual void GetGeometryParameters();
19 
20  void RutherfordTelescope();
22  {
23  g.SetStructureNameFormat("RUTH", "$type");
24  }
25  virtual void SetNameOfDetectors(KVEnv& env);
26 
27 public:
28  KVFAZIALNS17();
29  virtual ~KVFAZIALNS17();
30 
31  ClassDef(KVFAZIALNS17, 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 set-up for LNS 2017.
Definition: KVFAZIALNS17.h:15
virtual ~KVFAZIALNS17()
Destructor.
void RutherfordTelescope()
KVFAZIALNS17()
Default constructor.
virtual void SetNameOfDetectors(KVEnv &env)
virtual void BuildFAZIA()
void DefineStructureFormats(KVGeoImport &g)
Definition: KVFAZIALNS17.h:21
virtual void GetGeometryParameters()
Defined number of blocks, the distance from the target and the minimum polar angle.
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