Skip to content

Commit 8dbd803

Browse files
committed
Please consider the following formatting changes
1 parent 2833117 commit 8dbd803

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ struct PiNucleiFemto {
264264
{"hNuPin", "#it{p} distribution; #it{p} (GeV/#it{c})", {HistType::kTH1F, {{240, -6.0f, 6.0f}}}},
265265
{"hPiPin", "P distribution; #it{p} (GeV/#it{c})", {HistType::kTH1F, {{120, -4.0f, 4.0f}}}},
266266
{"hSingleNuPin", "#it{p} distribution; #it{p} (GeV/#it{c})", {HistType::kTH1F, {{240, -6.0f, 6.0f}}}},
267-
267+
268268
{"hHe3TPCnsigma", "NsigmaHe3 TPC distribution; #it{p}_{T} (GeV/#it{c}); n#sigma_{TPC}(He3)", {HistType::kTH2F, {{100, -2.0f, 2.0f}, {200, -5.0f, 5.0f}}}},
269269
{"hHe3P", "Pin distribution; p (GeV/#it{c})", {HistType::kTH1F, {{120, -3.0f, 3.0f}}}},
270270
{"hHe3P_preselected", "Pin distribution_preselected; p (GeV/#it{c})", {HistType::kTH1F, {{120, -3.0f, 3.0f}}}},
@@ -294,7 +294,7 @@ struct PiNucleiFemto {
294294
{"hkStaVsmT_LS_A", ";kStar (GeV/c);mT (GeV/#it{c}^{2})", {HistType::kTH2F, {{300, 0.0f, 3.0f}, {2000, 0.8, 2.0}}}},
295295
{"hkStaVsmT_US_M", ";kStar (GeV/c);mT (GeV/#it{c}^{2})", {HistType::kTH2F, {{300, 0.0f, 3.0f}, {2000, 0.8, 2.0}}}},
296296
{"hkStaVsmT_US_A", ";kStar (GeV/c);mT (GeV/#it{c}^{2})", {HistType::kTH2F, {{300, 0.0f, 3.0f}, {2000, 0.8, 2.0}}}},
297-
297+
298298
{"hNHypsPerPrevColl", "Number of V0Hypers in previous collision used for mixing;N_{V0Hypers};Entries", {HistType::kTH2F, {{4000, 0.0f, 4000.0f}, {50, -0.5, 49.5}}}},
299299
{"hkStar_LS_M", ";kStar (GeV/c)", {HistType::kTH1F, {{300, 0.0f, 3.0f}}}},
300300
{"hkStar_LS_A", ";kStar (GeV/c)", {HistType::kTH1F, {{300, 0.0f, 3.0f}}}},
@@ -1006,8 +1006,8 @@ struct PiNucleiFemto {
10061006
{
10071007
mQaRegistry.fill(HIST("hNuPt"), piNucand.recoPtNu());
10081008
mQaRegistry.fill(HIST("hPiPt"), piNucand.recoPtPi());
1009-
mQaRegistry.fill(HIST("hNuPin"), piNucand.momNuTPC *piNucand.signNu);
1010-
mQaRegistry.fill(HIST("hPiPin"), piNucand.momPiTPC* piNucand.signPi);
1009+
mQaRegistry.fill(HIST("hNuPin"), piNucand.momNuTPC * piNucand.signNu);
1010+
mQaRegistry.fill(HIST("hPiPin"), piNucand.momPiTPC * piNucand.signPi);
10111011
mQaRegistry.fill(HIST("hNuEta"), piNucand.recoEtaNu());
10121012
mQaRegistry.fill(HIST("hPiEta"), piNucand.recoEtaPi());
10131013
mQaRegistry.fill(HIST("hNuPhi"), piNucand.recoPhiNu());

0 commit comments

Comments
 (0)