Skip to content

Commit 2afe00f

Browse files
committed
formatting
1 parent 78d25f9 commit 2afe00f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ALICE3/TableProducer/OTF/onTheFlyTracker.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ struct OnTheFlyTracker {
10431043
}
10441044
if (doExtraQA && (!extraQAwithoutDecayDaughters || (extraQAwithoutDecayDaughters && !trackParCov.isDecayDau))) {
10451045
histos.fill(HIST("h2dDCAxy"), trackParametrization.getPt(), dcaXY * 1e+4); // in microns, please
1046-
histos.fill(HIST("h2dDCAz"), trackParametrization.getPt(), dcaZ * 1e+4); // in microns, please
1046+
histos.fill(HIST("h2dDCAz"), trackParametrization.getPt(), dcaZ * 1e+4); // in microns, please
10471047
histos.fill(HIST("hTrackXatDCA"), trackParametrization.getX());
10481048
}
10491049
if (cascadeDecaySettings.doXiQA) {
@@ -1109,7 +1109,7 @@ struct OnTheFlyTracker {
11091109
}
11101110
if (doExtraQA && (!extraQAwithoutDecayDaughters || (extraQAwithoutDecayDaughters && !trackParCov.isDecayDau))) {
11111111
histos.fill(HIST("h2dDCAxy"), trackParametrization.getPt(), dcaXY * 1e+4); // in microns, please
1112-
histos.fill(HIST("h2dDCAz"), trackParametrization.getPt(), dcaZ * 1e+4); // in microns, please
1112+
histos.fill(HIST("h2dDCAz"), trackParametrization.getPt(), dcaZ * 1e+4); // in microns, please
11131113
histos.fill(HIST("hTrackXatDCA"), trackParametrization.getX());
11141114
}
11151115
tracksDCA(dcaXY, dcaZ);

ALICE3/TableProducer/alice3-multicharm.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ struct alice3multicharm {
402402
histos.add("hCombinationsXiC", "hCombinationsXiC", kTH1D, {axisNConsidered});
403403
histos.add("hCombinationsXiCC", "hCombinationsXiCC", kTH1D, {axisNConsidered});
404404
histos.add("hNCollisions", "hNCollisions", kTH1D, {{2, 0.5, 2.5}});
405-
histos.add ("hNTracks", "hNTracks", kTH1D, {{500, 0, 5000}});
405+
histos.add("hNTracks", "hNTracks", kTH1D, {{500, 0, 5000}});
406406

407407
if (doDCAplots) {
408408
histos.add("h2dDCAxyVsPtXiFromXiC", "h2dDCAxyVsPtXiFromXiC", kTH2D, {axisPt, axisDCA});
@@ -486,7 +486,7 @@ struct alice3multicharm {
486486
continue;
487487

488488
histos.fill(HIST("hPi1cPt"), pi1c.pt());
489-
489+
490490
// second pion from XiC decay for starts here
491491
for (auto const& pi2c : tracksPiFromXiCgrouped) {
492492

0 commit comments

Comments
 (0)