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