Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
alibuild committed Dec 3, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 0422a03 commit f8ebbea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PWGCF/Flow/TableProducer/ZDCQvectors.cxx
Original file line number Diff line number Diff line change
@@ -362,7 +362,6 @@ struct ZDCQvectors {
registry.fill(HIST(SubDir[index]) + HIST("QA/hSPplaneA"), psiA, centrality, 1);
double psiC = 1.0 * std::atan2(q[iteration][indexRt][3], q[iteration][indexRt][1]);
registry.fill(HIST(SubDir[index]) + HIST("QA/hSPplaneC"), psiC, centrality, 1);

});
}

@@ -448,7 +447,7 @@ struct ZDCQvectors {
TProfile2D* h = reinterpret_cast<TProfile2D*>(hist);
TString name = h->GetName();
int binrunnumber = h->GetXaxis()->FindBin(TString::Format("%d", runnumber));
LOGF(info, "Looking for run %i in bin %i", runnumber, binrunnumber);
LOGF(info, "Looking for run %i in bin %i", runnumber, binrunnumber);
int bin = h->GetYaxis()->FindBin(centrality);
calibConstant = h->GetBinContent(binrunnumber, bin);
} else if (hist->InheritsFrom("TProfile")) {
@@ -720,4 +719,5 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
{
return WorkflowSpec{
adaptAnalysisTask<ZDCQvectors>(cfgc)};
}
}

0 comments on commit f8ebbea

Please sign in to comment.