CbmRoot
Loading...
Searching...
No Matches
HalCbmDetectorID.h
Go to the documentation of this file.
1/* Copyright (C) 2023-2023 Warsaw University of Technology, Warsaw
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Daniel Wielanek [committer] */
4#ifndef CBMROOT_NICA_CBM_HELPERS_CBMDETECTORID_H_
5#define CBMROOT_NICA_CBM_HELPERS_CBMDETECTORID_H_
6
7
8#include <Hal/DataFormat.h>
9namespace HalCbm
10{
11 namespace DetectorID
12 {
13 const UInt_t kTOF = Hal::DetectorID::kTOF;
14 const UInt_t kSTS = Hal::DetectorID::kSTS;
15 const UInt_t kMVD = 29641;
16 const UInt_t kRICH = 1283489;
17 const UInt_t kTRD = 38569;
18 const UInt_t kPSD = 33421;
19 const UInt_t kMUCH = 1065761;
20 }; // namespace DetectorID
28 enum class DataFormat
29 {
30 kDST = 0,
33 };
34
39 TString GetContainerName(TString name);
40
41} // namespace HalCbm
42
43
44#endif /* CBMROOT_NICA_CBM_HELPERS_CBMDETECTORID_H_ */
TString GetContainerName(TString name)