We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f70075b + 670507f commit 2499630Copy full SHA for 2499630
PWGLF/DataModel/LFHStrangeCorrelationTables.h
@@ -25,10 +25,12 @@
25
/// this data model uses the LF one, add here
26
#include "PWGLF/DataModel/LFStrangenessTables.h"
27
28
-#include <cmath>
29
-#include "Framework/AnalysisDataModel.h"
30
#include "Common/Core/RecoDecay.h"
+
31
#include "CommonConstants/PhysicsConstants.h"
+#include "Framework/AnalysisDataModel.h"
32
33
+#include <cmath>
34
35
// Simple checker
36
#define bitcheck(var, nbit) ((var) & (1 << (nbit)))
0 commit comments