Skip to content

Commit

Permalink
Please consider the following formatting changes (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored May 4, 2024
1 parent 742cfae commit bc02ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGLF/TableProducer/Strangeness/strangederivedbuilder.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ struct strangederivedbuilder {

histos.add("h2dNVerticesVsCentrality", "h2dNVerticesVsCentrality", kTH2D, {axisCentrality, axisNVertices});

if( doprocessV0FoundTags || doprocessCascFoundTags){
if (doprocessV0FoundTags || doprocessCascFoundTags) {
auto h = histos.add<TH1>("hFoundTagsCounters", "hFoundTagsCounters", kTH1D, {{6, -0.5f, 5.5f}});
h->GetXaxis()->SetBinLabel(1, "Found V0s");
h->GetXaxis()->SetBinLabel(2, "Findable V0s");
Expand Down

0 comments on commit bc02ae2

Please sign in to comment.