Skip to content

Commit dd87ce8

Browse files
authored
Merge pull request #17 from alibuild/alibot-cleanup-14233
[PWGCF] Please consider the following formatting changes to #14233
2 parents 8510576 + e2788c3 commit dd87ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/GenericFramework/Core/FlowContainer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class FlowContainer : public TNamed
7272
double* GetMultiRebin(int& nBins);
7373
void SetPropagateErrors(bool newval) { fPropagateErrors = newval; }
7474
TProfile* GetCorrXXVsMulti(const char* order, int l_pti = 0); // pti = 0 for pt-integrated
75-
TH1D* GetCorrXXVsPt(const char* order, double lminmulti = -1, double lmaxmulti = -1); // 0 for multi. integrated
75+
TH1D* GetCorrXXVsPt(const char* order, double lminmulti = -1, double lmaxmulti = -1); // 0 for multi. integrated
7676
TH1D* GetHistCorrXXVsMulti(const char* order, int l_pti = 0); // pti = 0 for pt-integrated
7777
TH1D* GetHistCorrXXVsPt(const char* order, double lminmulti = -1, double lmaxmulti = -1); // 0 for multi. integrated
7878

0 commit comments

Comments
 (0)