Skip to content

Commit d9bafa4

Browse files
authored
Update lambdaR2Correlation.cxx
1 parent 5f9159d commit d9bafa4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

PWGCF/TwoParticleCorrelations/Tasks/lambdaR2Correlation.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,16 @@
4242
#include <Framework/runDataProcessing.h>
4343

4444
#include <TH1.h>
45+
#include <TH2.h>
46+
#include <TH3.h>
4547
#include <TList.h>
4648
#include <TObject.h>
4749
#include <TPDGCode.h>
48-
#include <TString.h>
4950

5051
#include <chrono>
5152
#include <cmath>
5253
#include <cstdint>
54+
#include <cstddef>
5355
#include <string>
5456
#include <string_view>
5557
#include <vector>

0 commit comments

Comments
 (0)