Skip to content

Commit e63a918

Browse files
lhusovaLucia Anna Tarasovicovaddobrigkalibuild
authored
[PWGLF] change in hStrangeCorrelation.cxx (#11762)
Co-authored-by: Lucia Anna Tarasovicova <lucia.anna.husova@cern.ch> Co-authored-by: ddobrigk <david.dobrigkeit.chinellato@cern.ch> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 2ebc876 commit e63a918

File tree

2 files changed

+211
-43
lines changed

2 files changed

+211
-43
lines changed

PWGLF/DataModel/LFHStrangeCorrelationTables.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,15 @@
2222
#ifndef PWGLF_DATAMODEL_LFHSTRANGECORRELATIONTABLES_H_
2323
#define PWGLF_DATAMODEL_LFHSTRANGECORRELATIONTABLES_H_
2424

25-
#include <cmath>
26-
#include "Framework/AnalysisDataModel.h"
25+
/// this data model uses the LF one, add here
26+
#include "PWGLF/DataModel/LFStrangenessTables.h"
27+
2728
#include "Common/Core/RecoDecay.h"
29+
2830
#include "CommonConstants/PhysicsConstants.h"
31+
#include "Framework/AnalysisDataModel.h"
32+
33+
#include <cmath>
2934

3035
// Simple checker
3136
#define bitcheck(var, nbit) ((var) & (1 << (nbit)))

0 commit comments

Comments
 (0)