Project
Loading...
Searching...
No Matches
InteractionDiamondParam.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
#ifndef ALICEO2_EVENTGEN_INTERACTIONDIAMONDPARAM_H_
15
#define ALICEO2_EVENTGEN_INTERACTIONDIAMONDPARAM_H_
16
17
#include "
CommonUtils/ConfigurableParam.h
"
18
#include "
CommonUtils/ConfigurableParamHelper.h
"
19
20
namespace
o2
21
{
22
namespace
eventgen
23
{
24
26
enum class
EVertexDistribution
{
27
kGaus
= 0,
/* ordinary Gaus */
28
kFlat
= 1
/* flat */
29
};
30
36
struct
InteractionDiamondParam
:
public
o2::conf::ConfigurableParamHelper
<InteractionDiamondParam> {
37
double
position
[3] = {0., 0., 0.};
38
double
width
[3] = {0.01, 0.01, 0.01};
39
double
slopeX
= 0.;
// z-dependent x pos (see MeanVertexObject)
40
double
slopeY
= 0.;
// z-dependent y pos (see MeanVertexObject)
41
EVertexDistribution
distribution
=
EVertexDistribution::kGaus
;
42
O2ParamDef
(
InteractionDiamondParam
,
"Diamond"
);
43
};
44
45
}
// end namespace eventgen
46
}
// end namespace o2
47
48
#endif
// ALICEO2_EVENTGEN_INTERACTIONDIAMONDPARAM_H_
ConfigurableParamHelper.h
ConfigurableParam.h
o2::conf::ConfigurableParamHelper
Definition
ConfigurableParamHelper.h:78
width
GLint GLsizei width
Definition
glcorearb.h:270
o2::eventgen::EVertexDistribution
EVertexDistribution
enumerating the possible vertex smearing settings
Definition
InteractionDiamondParam.h:26
o2::eventgen::EVertexDistribution::kGaus
@ kGaus
o2::eventgen::EVertexDistribution::kFlat
@ kFlat
o2
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Definition
BitstreamReader.h:24
o2::eventgen::InteractionDiamondParam
Definition
InteractionDiamondParam.h:36
o2::eventgen::InteractionDiamondParam::slopeY
double slopeY
Definition
InteractionDiamondParam.h:40
o2::eventgen::InteractionDiamondParam::distribution
EVertexDistribution distribution
Definition
InteractionDiamondParam.h:41
o2::eventgen::InteractionDiamondParam::slopeX
double slopeX
Definition
InteractionDiamondParam.h:39
o2::eventgen::InteractionDiamondParam::position
double position[3]
Definition
InteractionDiamondParam.h:37
o2::eventgen::InteractionDiamondParam::O2ParamDef
O2ParamDef(InteractionDiamondParam, "Diamond")
Common
SimConfig
include
SimConfig
InteractionDiamondParam.h
Generated on Thu Apr 3 2025 21:05:09 for Project by
1.9.8