KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVFAZIAZERO.h
1
3
4#ifndef __KVFAZIAZERO_H
5#define __KVFAZIAZERO_H
6
7#include "KVFAZIA.h"
8
16class KVFAZIAZERO : public KVFAZIA {
17
18 virtual void BuildFAZIA();
19 virtual void GetGeometryParameters();
20
21 void PlasticDetectors();
23 {
24 g.SetStructureNameFormat("RUTH", "$type");
25 }
26 virtual void SetNameOfDetectors(KVEnv& env);
27
28public:
30 virtual ~KVFAZIAZERO();
31
32 ClassDef(KVFAZIAZERO, 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 setup, FAZIAZERO experiment.
Definition KVFAZIAZERO.h:16
virtual void SetNameOfDetectors(KVEnv &env)
void DefineStructureFormats(KVGeoImport &g)
Definition KVFAZIAZERO.h:22
KVFAZIAZERO()
Default constructor.
void PlasticDetectors()
virtual ~KVFAZIAZERO()
Destructor.
virtual void BuildFAZIA()
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