Project
Loading...
Searching...
No Matches
MeanVertexBiasParam.h
Go to the documentation of this file.
1
// Copyright 2019-2026 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
13
15
16
#ifndef ALICEO2_MEANVERTEX_BIAS_PARAM_H
17
#define ALICEO2_MEANVERTEX_BIAS_PARAM_H
18
19
#include "
CommonUtils/ConfigurableParam.h
"
20
#include "
CommonUtils/ConfigurableParamHelper.h
"
21
22
namespace
o2
23
{
24
namespace
dataformats
25
{
26
27
struct
MeanVertexBiasParam
:
public
o2::conf::ConfigurableParamHelper
<MeanVertexBiasParam> {
28
float
xyz
[3] = {};
// position bias
29
float
slopeX
= 0.f;
// x slope bias
30
float
slopeY
= 0.f;
// y slope bias
31
32
O2ParamDef
(
MeanVertexBiasParam
,
"mvbias"
);
33
};
34
35
}
// namespace dataformats
36
}
// end namespace o2
37
38
#endif
ConfigurableParamHelper.h
ConfigurableParam.h
o2::conf::ConfigurableParamHelper
Definition
ConfigurableParamHelper.h:79
o2
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Definition
FlattenRestore.h:23
o2::dataformats::MeanVertexBiasParam
Definition
MeanVertexBiasParam.h:27
o2::dataformats::MeanVertexBiasParam::slopeY
float slopeY
Definition
MeanVertexBiasParam.h:30
o2::dataformats::MeanVertexBiasParam::O2ParamDef
O2ParamDef(MeanVertexBiasParam, "mvbias")
o2::dataformats::MeanVertexBiasParam::slopeX
float slopeX
Definition
MeanVertexBiasParam.h:29
o2::dataformats::MeanVertexBiasParam::xyz
float xyz[3]
Definition
MeanVertexBiasParam.h:28
DataFormats
Calibration
include
DataFormatsCalibration
MeanVertexBiasParam.h
Generated on Wed Jun 24 2026 12:39:29 for Project by
1.9.8