You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -629,7 +629,7 @@ struct MultiparticleCumulants { // this name is used in lower-case format to nam
629
629
630
630
if (bFileIsInAliEn) {
631
631
// File you want to access is in your home dir in AliEn:
632
-
TGrid*const alien = TGrid::Connect("alien", gSystem->Getenv("USER"), "", ""); // do not forget to add #include <TGrid.h> to the preamble of your analysis task
632
+
constTGrid* alien = TGrid::Connect("alien", gSystem->Getenv("USER"), "", ""); // do not forget to add #include <TGrid.h> to the preamble of your analysis task
633
633
if (!alien) {
634
634
LOGF(fatal, "\033[1;31m%s at line %d\033[0m", __FUNCTION__, __LINE__);
635
635
}
@@ -1202,7 +1202,7 @@ struct MultiparticleCumulants { // this name is used in lower-case format to nam
0 commit comments