Skip to content

Commit 7c355d4

Browse files
[PWGHF] Add missing headers in PID utilities and 3-prong candidate creator (#15141)
1 parent 161fa17 commit 7c355d4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

PWGHF/TableProducer/candidateCreator3Prong.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
#include <Framework/AnalysisDataModel.h>
4949
#include <Framework/AnalysisHelpers.h>
5050
#include <Framework/AnalysisTask.h>
51+
#include <Framework/Array2D.h>
5152
#include <Framework/Configurable.h>
5253
#include <Framework/DeviceSpec.h>
5354
#include <Framework/HistogramRegistry.h>

PWGHF/Utils/utilsPid.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
#include "Common/DataModel/PIDResponseTPC.h"
2222

2323
#include <CommonConstants/PhysicsConstants.h>
24+
#include <Framework/Array2D.h>
25+
#include <Framework/Configurable.h>
2426
#include <Framework/Logger.h>
2527
#include <MathUtils/BetheBlochAleph.h>
2628

0 commit comments

Comments
 (0)