Skip to content

Commit 857bc7d

Browse files
authored
Merge pull request #13 from alibuild/alibot-cleanup-12401
Please consider the following formatting changes to #12401
2 parents d0b76a8 + 89faf2c commit 857bc7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGLF/Tasks/Resonances/chk892pp.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <TObjArray.h>
2525
#include <TFile.h>
2626
#include <TH2F.h>
27-
//#include <TDatabasePDG.h> // FIXME
27+
// #include <TDatabasePDG.h> // FIXME
2828
#include <TPDGCode.h> // FIXME
2929

3030
#include <vector>
@@ -289,9 +289,9 @@ struct Chk892pp {
289289
histos.add("QA/before/VtxZ", "Centrality distribution", {HistType::kTH1D, {vtxzAxis}});
290290
histos.add("QA/before/hEvent", "Number of Events", HistType::kTH1F, {{1, 0.5, 1.5}});
291291

292-
if (BkgEstimationConfig.cfgFillRotBkg) {
293-
histos.add("QA/RotBkg/hRotBkg", "Rotated angle of rotated background", HistType::kTH1F, {{360, 0.0, o2::constants::math::TwoPI}});
294-
}
292+
if (BkgEstimationConfig.cfgFillRotBkg) {
293+
histos.add("QA/RotBkg/hRotBkg", "Rotated angle of rotated background", HistType::kTH1F, {{360, 0.0, o2::constants::math::TwoPI}});
294+
}
295295

296296
// Bachelor pion
297297
histos.add("QA/before/trkbpionDCAxy", "DCAxy distribution of bachelor pion candidates", HistType::kTH1D, {dcaxyAxis});

0 commit comments

Comments
 (0)