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 9d56435 commit 256939aCopy full SHA for 256939a
PWGCF/Flow/TableProducer/zdcQVectors.cxx
@@ -466,7 +466,7 @@ struct ZdcQVectors {
466
} else if (hist->InheritsFrom("TProfile")) {
467
TProfile* h = reinterpret_cast<TProfile*>(hist);
468
TString name = h->GetName();
469
- int bin;
+ int bin{};
470
if (name.Contains("mean_vx"))
471
bin = h->GetXaxis()->FindBin(v[0]);
472
if (name.Contains("mean_vy"))
0 commit comments