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/multiharmonicCorrelations.cxx
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,8 @@ enum eEventHistograms {
75
75
eEventHistograms_N
76
76
};
77
77
78
-
enum eCut{
79
-
eBefore=0,
78
+
enum eCut{
79
+
eBefore = 0,
80
80
eAfter,
81
81
eCut_N
82
82
};
@@ -93,7 +93,7 @@ struct MultiharmonicCorrelations { // this name is used in lower-case format to
93
93
94
94
// *) Define configurables:
95
95
Configurable<bool> cfDryRun{"cfDryRun", false, "book all histos and run without filling and calculating anything"}; // example for built-in type (float, string, etc.)
96
-
Configurable<std::vector<float>> cfPtBins{"cfPtBins", {1000, 0., 100.}, "nPtBins, ptMin, ptMax"}; // example for an array
96
+
Configurable<std::vector<float>> cfPtBins{"cfPtBins", {1000, 0., 100.}, "nPtBins, ptMin, ptMax"}; // example for an array
0 commit comments