-
Notifications
You must be signed in to change notification settings - Fork 644
Expand file tree
/
Copy pathMuPa-GlobalConstants.h
More file actions
27 lines (23 loc) · 1.38 KB
/
MuPa-GlobalConstants.h
File metadata and controls
27 lines (23 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
// All rights not expressly granted are reserved.
//
// This software is distributed under the terms of the GNU General Public
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
//
// In applying this license CERN does not waive the privileges and immunities
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.
/// \file MuPa-GlobalConstants.h
/// \brief ... TBI 20250425
/// \author Ante.Bilandzic@cern.ch
#ifndef PWGCF_MULTIPARTICLECORRELATIONS_CORE_MUPA_GLOBALCONSTANTS_H_
#define PWGCF_MULTIPARTICLECORRELATIONS_CORE_MUPA_GLOBALCONSTANTS_H_
const int gMaxCorrelator = 12;
const int gMaxHarmonic = 9;
const int gMaxIndex = 300; // per order, used only in Test0
const int gMaxNoBinsKine = 1000; // max number of bins for differential q-vector
const int gMaxBinsDiffWeights = 100; // max number of bins for differential weights, see MakeWeights.C
const int gMaxNumberEtaSeparations = 9; // max number of different eta separations used to calculated 2p corr. with eta separations
const int gMaxNumberSparseDimensions = 10; // max number of dimensions in sparse histograms
#endif // PWGCF_MULTIPARTICLECORRELATIONS_CORE_MUPA_GLOBALCONSTANTS_H_