Project
Loading...
Searching...
No Matches
TRKBaseParam.h
Go to the documentation of this file.
1
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3
// All rights not expressly granted are reserved.
4
//
5
// This software is distributed under the terms of the GNU General Public
6
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7
//
8
// In applying this license CERN does not waive the privileges and immunities
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
12
#ifndef O2_TRK_BASEPARAM_H
13
#define O2_TRK_BASEPARAM_H
14
15
#include "
CommonUtils/ConfigurableParam.h
"
16
#include "
CommonUtils/ConfigurableParamHelper.h
"
17
18
namespace
o2
19
{
20
namespace
trk
21
{
22
enum
eVDLayout
{
23
kIRIS4
= 0,
24
kIRISFullCyl
,
25
kIRISFullCyl3InclinedWalls
,
26
kIRIS5
,
27
kIRIS4a
,
28
};
29
30
enum
eMLOTLayout
{
31
kCylindrical
= 0,
32
kSegmented
,
33
};
34
35
enum
eSrvLayout
{
36
kPeacockv1
= 0,
37
kLOISymm
,
38
};
39
40
struct
TRKBaseParam
:
public
o2::conf::ConfigurableParamHelper
<TRKBaseParam> {
41
std::string
configFile
=
""
;
42
float
serviceTubeX0
= 0.02f;
// X0 Al2O3
43
Bool_t
irisOpen
=
false
;
44
45
eVDLayout
layoutVD
=
kIRIS4
;
// VD detector layout design
46
eMLOTLayout
layoutMLOT
=
kSegmented
;
// ML and OT detector layout design
47
eSrvLayout
layoutSRV
=
kPeacockv1
;
// Layout of services
48
49
eVDLayout
getLayoutVD
()
const
{
return
layoutVD
; }
50
eMLOTLayout
getLayoutMLOT
()
const
{
return
layoutMLOT
; }
51
eSrvLayout
getLayoutSRV
()
const
{
return
layoutSRV
; }
52
53
O2ParamDef
(
TRKBaseParam
,
"TRKBase"
);
54
};
55
56
}
// end namespace trk
57
}
// end namespace o2
58
59
#endif
ConfigurableParamHelper.h
ConfigurableParam.h
o2::conf::ConfigurableParamHelper
Definition
ConfigurableParamHelper.h:78
o2::trk::eVDLayout
eVDLayout
Definition
TRKBaseParam.h:22
o2::trk::kIRIS4a
@ kIRIS4a
Definition
TRKBaseParam.h:27
o2::trk::kIRISFullCyl
@ kIRISFullCyl
Definition
TRKBaseParam.h:24
o2::trk::kIRIS5
@ kIRIS5
Definition
TRKBaseParam.h:26
o2::trk::kIRISFullCyl3InclinedWalls
@ kIRISFullCyl3InclinedWalls
Definition
TRKBaseParam.h:25
o2::trk::kIRIS4
@ kIRIS4
Definition
TRKBaseParam.h:23
o2::trk::eMLOTLayout
eMLOTLayout
Definition
TRKBaseParam.h:30
o2::trk::kSegmented
@ kSegmented
Definition
TRKBaseParam.h:32
o2::trk::kCylindrical
@ kCylindrical
Definition
TRKBaseParam.h:31
o2::trk::eSrvLayout
eSrvLayout
Definition
TRKBaseParam.h:35
o2::trk::kPeacockv1
@ kPeacockv1
Definition
TRKBaseParam.h:36
o2::trk::kLOISymm
@ kLOISymm
Definition
TRKBaseParam.h:37
o2
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Definition
FlattenRestore.h:23
o2::trk::TRKBaseParam
Definition
TRKBaseParam.h:40
o2::trk::TRKBaseParam::O2ParamDef
O2ParamDef(TRKBaseParam, "TRKBase")
o2::trk::TRKBaseParam::serviceTubeX0
float serviceTubeX0
Definition
TRKBaseParam.h:42
o2::trk::TRKBaseParam::layoutVD
eVDLayout layoutVD
Definition
TRKBaseParam.h:45
o2::trk::TRKBaseParam::getLayoutMLOT
eMLOTLayout getLayoutMLOT() const
Definition
TRKBaseParam.h:50
o2::trk::TRKBaseParam::irisOpen
Bool_t irisOpen
Definition
TRKBaseParam.h:43
o2::trk::TRKBaseParam::configFile
std::string configFile
Definition
TRKBaseParam.h:41
o2::trk::TRKBaseParam::layoutMLOT
eMLOTLayout layoutMLOT
Definition
TRKBaseParam.h:46
o2::trk::TRKBaseParam::getLayoutVD
eVDLayout getLayoutVD() const
Definition
TRKBaseParam.h:49
o2::trk::TRKBaseParam::getLayoutSRV
eSrvLayout getLayoutSRV() const
Definition
TRKBaseParam.h:51
o2::trk::TRKBaseParam::layoutSRV
eSrvLayout layoutSRV
Definition
TRKBaseParam.h:47
Detectors
Upgrades
ALICE3
TRK
base
include
TRKBase
TRKBaseParam.h
Generated on Sat Mar 14 2026 12:34:44 for Project by
1.9.8