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
PWGCF: switch from strings to arrays in few configurables + additiona… (AliceO2Group#8060)
* PWGCF: switch from strings to arrays in few configurables + additional fixes and insanity checks for weights
* PWFCF: formatter 1
* PWFCF: extra }
* PWFCF: formatter 2
Copy file name to clipboardExpand all lines: PWGCF/MultiparticleCorrelations/Core/MuPa-DataMembers.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ struct ParticleHistograms {
142
142
// if kTRUE, the ones for which fBookParticleHistograms2D[...] is kTRUE, are filled
143
143
Bool_tfBookParticleHistograms2D[eParticleHistograms2D_N] = {kTRUE}; // book or not this 2D histogram, see configurable cfBookParticleHistograms2D
144
144
Double_tfParticleHistogramsBins2D[eParticleHistograms2D_N][2][3] = {{{0.}}}; // [type - see enum][x,y][nBins,min,max]
145
-
TStringfParticleHistogramsName2D[eParticleHistograms2D_N] = {""}; // name of particle histogram 2D, determined programatically from two 1D
145
+
TStringfParticleHistogramsName2D[eParticleHistograms2D_N] = {""}; // name of particle histogram 2D, determined programatically from two 1D, in the format "%s_vs_%s"
146
146
} ph; // "ph" labels an instance of group of histograms "ParticleHistograms"
147
147
148
148
// *) Particle cuts:
@@ -258,7 +258,7 @@ struct Results { // This is in addition also s
258
258
259
259
// Remark: These settings apply to following categories fCorrelationsPro, fNestedLoopsPro, fTest0Pro, and fResultsHist
0 commit comments