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
19
20namespace o2
21{
22namespace eventgen
23{
24
27 kGaus = 0, /* ordinary Gaus */
28 kFlat = 1 /* flat */
29};
30
36struct 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)
43};
44
45} // end namespace eventgen
46} // end namespace o2
47
48#endif // ALICEO2_EVENTGEN_INTERACTIONDIAMONDPARAM_H_
GLint GLsizei width
Definition glcorearb.h:270
EVertexDistribution
enumerating the possible vertex smearing settings
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
O2ParamDef(InteractionDiamondParam, "Diamond")