Skip to content

Commit d7b5bf4

Browse files
committed
Megalinter issue fix
1 parent 8a537e8 commit d7b5bf4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Common/Tools/Multiplicity/macros/runCalibration.C

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
// or submit itself to any jurisdiction.
1111
//
1212

13+
#include <iostream>
14+
1315
/// @brief function to calibrate centrality
1416
/// @param lInputFileName name of input file.
1517
/// @param anchorPointPercentage anchor point percentage to use

Common/Tools/Multiplicity/macros/runGlauberFit.C

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#include "TSystem.h"
2929
#include "TTree.h"
3030

31+
#include <iostream>
32+
3133
//________________________________________________________________
3234
Double_t FastIntegrate(TF1* f1, Double_t a, Double_t b, Int_t n = 5)
3335
{

Common/Tools/Multiplicity/macros/saveCorrelation.C

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
// into the 2D correlation histogram necessary for the ALICE machinery
1414
// that performs Glauber + NBD fits.
1515

16+
#include <iostream>
17+
1618
/// @brief function to save Npart x Ncoll correlation to file for glauber fits
1719
/// @param filename input TGlauberMC ntuple file
1820
/// @param outputFile output file for Npart x Ncoll correlation TH2D

0 commit comments

Comments
 (0)