CbmRoot
Loading...
Searching...
No Matches
CbmFsdDetectorSpecs.h
Go to the documentation of this file.
1/* Copyright (C) 2023 Physikalisches Institut, Eberhard Karls Universitaet Tuebingen, Tuebingen
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Lukas Chlad [committer] */
4
5#ifndef CBMFSDDETECTORSPECS_H
6#define CBMFSDDETECTORSPECS_H
7
8#include <RtypesCore.h> // for Double_t, Int_t
9#include <TString.h> // for TString
10
12 // location indices
13 Int_t fUnitId;
14 Int_t fModuleId;
15 // module center position
16 Double_t fX;
17 Double_t fY;
18 Double_t fZ;
19 // module half-lengths
20 Double_t dX;
21 Double_t dY;
22 Double_t dZ;
23};
24
26 // name of unit
27 TString fUnitName;
28 // unit id
29 Int_t fUnitId;
30 // number of modules in unit
32};
33
34#endif /* CBMFSDDETECTORSPECS_H */