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
+14-18Lines changed: 14 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,6 @@ using TrackSim = aod::McParticles::iterator;
48
48
#include<TSystem.h>
49
49
50
50
#include<cstring>
51
-
#include<iostream>
52
51
#include<string>
53
52
#include<vector>
54
53
// ...
@@ -86,13 +85,13 @@ struct MultiharmonicCorrelations { // this name is used in lower-case format to
86
85
87
86
// *) Define configurables:
88
87
Configurable<bool> cfDryRun{"cfDryRun", false, "book all histos and run without filling and calculating anything"}; // example for built-in type (float, string, etc.)
89
-
Configurable<vector<float>> cf_pt_bins{"cf_pt_bins", {1000, 0., 100.}, "nPtBins, ptMin, ptMax"};// example for an array
0 commit comments