Skip to content

Commit 187e22d

Browse files
authored
Please consider the following formatting changes (#496)
1 parent ef2cc90 commit 187e22d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Common/Tools/Multiplicity/macros/runCalibration.C

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

13-
/// @brief function to calibrate centrality
14-
/// @param lInputFileName name of input file.
15-
/// @param anchorPointPercentage anchor point percentage to use
13+
/// @brief function to calibrate centrality
14+
/// @param lInputFileName name of input file.
15+
/// @param anchorPointPercentage anchor point percentage to use
1616
/// @param matchRange width of region in which data/glauber matching is to be done in rolling anchoring test
1717
/// @param doNpartNcoll wether or not to attempt calculating Npart, Ncoll in centrality bins
18-
void runCalibration( TString lInputFileName = "results/AR_544122_glauberNBD_ancestorMode2_hFT0C_BCs.root", double anchorPointPercentage = 90.0, double matchRange = 200.0, bool doNpartNcoll = false){
19-
TFile *file = new TFile(lInputFileName.Data(), "READ");
18+
void runCalibration(TString lInputFileName = "results/AR_544122_glauberNBD_ancestorMode2_hFT0C_BCs.root", double anchorPointPercentage = 90.0, double matchRange = 200.0, bool doNpartNcoll = false)
19+
{
20+
TFile* file = new TFile(lInputFileName.Data(), "READ");
2021
file->ls();
2122

2223
TH1F* hData = (TH1F*)file->Get("hV0MUltraFine");

Common/Tools/Multiplicity/macros/saveCorrelation.C

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

16-
/// @brief function to save Npart x Ncoll correlation to file for glauber fits
16+
/// @brief function to save Npart x Ncoll correlation to file for glauber fits
1717
/// @param filename input TGlauberMC ntuple file
18-
/// @param outputFile output file for Npart x Ncoll correlation TH2D
18+
/// @param outputFile output file for Npart x Ncoll correlation TH2D
1919
void saveCorrelation(TString filename = "gmc-PbPb-snn68.21-md0.40-nd-1.0-rc1-smax99.0.root", TString outputFile = "basehistos.root")
2020
{
2121
TFile* fin = new TFile(filename.Data(), "READ");

0 commit comments

Comments
 (0)