Project
Loading...
Searching...
No Matches
MatMapParams.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
13
14
#include <string>
15
#ifndef ALICEO2_SIMCONFIG_MATMAPPARAMS_H_
16
#define ALICEO2_SIMCONFIG_MATMAPPARAMS_H_
17
18
#include "
CommonUtils/ConfigurableParam.h
"
19
#include "
CommonUtils/ConfigurableParamHelper.h
"
20
21
namespace
o2
22
{
23
namespace
conf
24
{
29
struct
MatMapParams
:
public
o2::conf::ConfigurableParamHelper
<MatMapParams> {
30
int
nphi
= 360;
31
float
phimin
= 0;
32
float
phimax
= 360.;
33
int
ntheta
= 0;
34
float
thetamin
= -45.;
35
float
thetamax
= 45.;
36
int
neta
= 0;
37
float
etamin
= -2.;
38
float
etamax
= 2.;
39
int
nzv
= 0;
40
float
zvmin
= -50.;
41
float
zvmax
= 50.;
42
float
rmin
= 0.;
43
float
rmax
= 290.;
44
float
zmax
= 2000;
45
O2ParamDef
(
MatMapParams
,
"matm"
);
46
};
47
}
// namespace conf
48
}
// namespace o2
49
#endif
// ALICEO2_SIMCONFIG_MATMAPPARAMS_H_
ConfigurableParamHelper.h
ConfigurableParam.h
o2::conf::ConfigurableParamHelper
Definition
ConfigurableParamHelper.h:78
o2
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Definition
BitstreamReader.h:24
o2::conf::MatMapParams
Definition
MatMapParams.h:29
o2::conf::MatMapParams::thetamax
float thetamax
Definition
MatMapParams.h:35
o2::conf::MatMapParams::zvmax
float zvmax
Definition
MatMapParams.h:41
o2::conf::MatMapParams::etamax
float etamax
Definition
MatMapParams.h:38
o2::conf::MatMapParams::phimin
float phimin
Definition
MatMapParams.h:31
o2::conf::MatMapParams::zvmin
float zvmin
Definition
MatMapParams.h:40
o2::conf::MatMapParams::nphi
int nphi
Definition
MatMapParams.h:30
o2::conf::MatMapParams::zmax
float zmax
Definition
MatMapParams.h:44
o2::conf::MatMapParams::etamin
float etamin
Definition
MatMapParams.h:37
o2::conf::MatMapParams::rmax
float rmax
Definition
MatMapParams.h:43
o2::conf::MatMapParams::rmin
float rmin
Definition
MatMapParams.h:42
o2::conf::MatMapParams::ntheta
int ntheta
Definition
MatMapParams.h:33
o2::conf::MatMapParams::phimax
float phimax
Definition
MatMapParams.h:32
o2::conf::MatMapParams::O2ParamDef
O2ParamDef(MatMapParams, "matm")
o2::conf::MatMapParams::neta
int neta
Definition
MatMapParams.h:36
o2::conf::MatMapParams::nzv
int nzv
Definition
MatMapParams.h:39
o2::conf::MatMapParams::thetamin
float thetamin
Definition
MatMapParams.h:34
Common
SimConfig
include
SimConfig
MatMapParams.h
Generated on Tue Feb 25 2025 23:16:08 for Project by
1.9.8