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
20
21namespace o2
22{
23namespace conf
24{
29struct 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;
46};
47} // namespace conf
48} // namespace o2
49#endif // ALICEO2_SIMCONFIG_MATMAPPARAMS_H_
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
O2ParamDef(MatMapParams, "matm")