KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVFAZIALNS17.h
1
3
4#ifndef __KVFAZIALNS17_H
5#define __KVFAZIALNS17_H
6
7#include "KVFAZIA.h"
8
16class KVFAZIALNS17 : public KVFAZIA {
17
18 virtual void BuildFAZIA();
19 virtual void GetGeometryParameters();
20
23 {
24 g.SetStructureNameFormat("RUTH", "$type");
25 }
26 virtual void SetNameOfDetectors(KVEnv& env);
27
28public:
30 virtual ~KVFAZIALNS17();
31
32 ClassDef(KVFAZIALNS17, 1) //Description of the FAZIA set up
33};
34
35#endif
#define ClassDef(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t g
Extension of TEnv to allow the writing of comments in the file.
Definition KVEnv.h:17
FAZIA set-up for LNS 2017.
virtual ~KVFAZIALNS17()
Destructor.
void RutherfordTelescope()
KVFAZIALNS17()
Default constructor.
virtual void SetNameOfDetectors(KVEnv &env)
virtual void BuildFAZIA()
void DefineStructureFormats(KVGeoImport &g)
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:33
Import detector array described by ROOT geometry and set up corresponding KVMultiDetArray object.
Definition KVGeoImport.h:68