We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5186a7 commit 7ac4a72Copy full SHA for 7ac4a72
PWGCF/Flow/Tasks/flowTask.cxx
@@ -201,7 +201,7 @@ struct FlowTask {
201
TRandom3* fRndm = new TRandom3(0);
202
int lastRunNumber = -1;
203
std::vector<int> runNumbers;
204
- std::map<int, std::shared_ptr<TH3>> th3sPerRun; // map of TH3 histograms for all runs
+ std::map<int, std::shared_ptr<TH3>> th3sPerRun; // map of TH3 histograms for all runs
205
enum CentEstimators {
206
kCentFT0C = 0,
207
kCentFT0CVariant1,
0 commit comments