KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVFAZIASYM.h
1
3
4#ifndef __KVFAZIASYM_H
5#define __KVFAZIASYM_H
6
7#include "KVFAZIA.h"
15class KVFAZIASYM : public KVFAZIA {
16
17 virtual void BuildFAZIA();
18 virtual void GetGeometryParameters();
19
22 {
23 g.SetStructureNameFormat("RUTH", "$type");
24 }
25 virtual void SetNameOfDetectors(KVEnv& env);
26
27public:
28 KVFAZIASYM();
29 virtual ~KVFAZIASYM();
30
31 ClassDef(KVFAZIASYM, 1) //Description of the FAZIA set up
32};
33
34#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 setup, FAZIASYM experiment.
Definition KVFAZIASYM.h:15
KVFAZIASYM()
Default constructor.
void DefineStructureFormats(KVGeoImport &g)
Definition KVFAZIASYM.h:21
void RutherfordTelescope()
virtual void SetNameOfDetectors(KVEnv &env)
virtual void GetGeometryParameters()
Defined number of blocks, the distance from the target and the minimum polar angle.
virtual ~KVFAZIASYM()
Destructor.
virtual void BuildFAZIA()
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