File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
PWGCF/GenericFramework/Core Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments