Skip to content

Commit 683cead

Browse files
author
Pengchong Hu
committed
fix for clang-format
1 parent 297dd8d commit 683cead

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

PWGCF/MultiparticleCorrelations/Tasks/multiharmonicCorrelations.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -531,16 +531,16 @@ struct MultiharmonicCorrelations { // this name is used in lower-case format to
531531
it->second->Fill(phi);
532532
}
533533

534-
if (cfUseWeights){
535-
if (histweight != wh.weightsmap.end() && histweight->second)
534+
if (cfUseWeights) {
535+
if (histweight != wh.weightsmap.end() && histweight->second) {
536536
weight = histweight->second->GetBinContent(histweight->second->FindBin(phi));
537-
else{
537+
} else {
538538
LOG(warning) << "No weights found for run " << currentRun << ", using weight=1";
539539
weight = 1;
540540
}
541-
}
542-
else
541+
} else {
543542
weight = 1;
543+
}
544544

545545
// ... and corresponding MC truth simulated:
546546
// See https://github.com/AliceO2Group/O2Physics/blob/master/Tutorials/src/mcHistograms.cxx

0 commit comments

Comments
 (0)