Skip to content

Commit 9fa396b

Browse files
authored
Merge pull request #64 from alibuild/alibot-cleanup-15574
[PWGLF] Please consider the following formatting changes to #15574
2 parents ae90f3d + 6bade8f commit 9fa396b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,10 @@ struct hyperRecoTask {
339339
hEvtMC->GetXaxis()->SetBinLabel(1, "All gen evts");
340340
hEvtMC->GetXaxis()->SetBinLabel(2, "Gen evts with al least one reconstructed");
341341
hEvtMC->GetXaxis()->SetBinLabel(3, "Gen evts with no reconstructed collisions");
342-
hGenEventsNchEta05 = qaRegistry.add<TH2>("QAEvent/hGenEventsNchEta05", ";;", HistType::kTH2D, {{multAxis}, {2, -0.5f, +1.5f}});
342+
hGenEventsNchEta05 = qaRegistry.add<TH2>("QAEvent/hGenEventsNchEta05", ";;", HistType::kTH2D, {{multAxis}, {2, -0.5f, +1.5f}});
343343
hGenEventsNchEta05->GetYaxis()->SetBinLabel(1, "All gen. events");
344344
hGenEventsNchEta05->GetYaxis()->SetBinLabel(2, "Gen evts with at least 1 rec. collisions");
345-
hGenEventsNchEta08 = qaRegistry.add<TH2>("QAEvent/hGenEventsNchEta08", ";;", HistType::kTH2D, {{multAxis}, {2, -0.5f, +1.5f}});
345+
hGenEventsNchEta08 = qaRegistry.add<TH2>("QAEvent/hGenEventsNchEta08", ";;", HistType::kTH2D, {{multAxis}, {2, -0.5f, +1.5f}});
346346
hGenEventsNchEta08->GetYaxis()->SetBinLabel(1, "All gen. events");
347347
hGenEventsNchEta08->GetYaxis()->SetBinLabel(2, "Gen evts with at least 1 rec. collisions");
348348
// Infomation for all generated collisions collisions
@@ -1145,12 +1145,11 @@ struct hyperRecoTask {
11451145
}
11461146
}
11471147
PROCESS_SWITCH(hyperRecoTask, processEventLossMC, "Event loss analysis", false);
1148-
11491148
};
11501149

11511150
WorkflowSpec
11521151
defineDataProcessing(ConfigContext const& cfgc)
11531152
{
11541153
return WorkflowSpec{
11551154
adaptAnalysisTask<hyperRecoTask>(cfgc)};
1156-
}
1155+
}

0 commit comments

Comments
 (0)