Skip to content

Commit 0316353

Browse files
authored
Merge pull request #30 from alibuild/alibot-cleanup-14724
Please consider the following formatting changes to #14724
2 parents c604b0e + e4097a8 commit 0316353

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

PWGLF/Tasks/Resonances/chk892Flow.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -412,15 +412,15 @@ struct Chk892Flow {
412412
histos.add("QA/before/hCPASecondary", "Cosine pointing angle distribution of secondary resonance", HistType::kTH1D, {cpaAxis});
413413
histos.add("QA/before/hDCAtoPVSecondary", "DCA to PV distribution of secondary resonance", HistType::kTH1D, {dcaAxis});
414414
histos.add("QA/before/hPropTauSecondary", "Proper Lifetime distribution of secondary resonance", HistType::kTH1D, {tauAxis});
415-
histos.add("QA/before/hArmSecondary", "Armenteros distribution of secondary resonance", HistType::kTH2D, {AxisSpec{100, -1, 1, "alpha"}, {200, 0, 0.5, "qtArm"}});
415+
histos.add("QA/before/hArmSecondary", "Armenteros distribution of secondary resonance", HistType::kTH2D, {AxisSpec{100, -1, 1, "alpha"}, {200, 0, 0.5, "qtArm"}});
416416
histos.add("QA/before/hInvmassSecondary", "Invariant mass of unlike-sign secondary resonance", HistType::kTH1D, {invMassAxisK0s});
417417

418418
histos.add("QA/after/hDauDCASecondary", "DCA of daughters of secondary resonance", HistType::kTH1D, {dcaAxis});
419419
histos.add("QA/after/hy_Secondary", "Rapidity distribution of secondary resonance", HistType::kTH1D, {yAxis});
420420
histos.add("QA/after/hCPASecondary", "Cosine pointing angle distribution of secondary resonance", HistType::kTH1D, {cpaAxis});
421421
histos.add("QA/after/hDCAtoPVSecondary", "DCA to PV distribution of secondary resonance", HistType::kTH1D, {dcaAxis});
422422
histos.add("QA/after/hPropTauSecondary", "Proper Lifetime distribution of secondary resonance", HistType::kTH1D, {tauAxis});
423-
histos.add("QA/after/hArmSecondary", "Armenteros distribution of secondary resonance", HistType::kTH2D, {AxisSpec{100, -1, 1, "alpha"}, {200, 0, 0.5, "qtArm"}});
423+
histos.add("QA/after/hArmSecondary", "Armenteros distribution of secondary resonance", HistType::kTH2D, {AxisSpec{100, -1, 1, "alpha"}, {200, 0, 0.5, "qtArm"}});
424424
histos.add("QA/after/hInvmassSecondary", "Invariant mass of unlike-sign secondary resonance", HistType::kTH1D, {invMassAxisK0s});
425425

426426
// Mass QA (quick check)
@@ -582,8 +582,8 @@ struct Chk892Flow {
582582
if (std::abs(track.dcaXY()) > TrackCuts.cfgMaxbDCArToPVcut)
583583
return false;
584584
}
585-
if (TrackCuts.cfgpTdepDCAzCut) {
586-
// Tuned on the LHC22f anchored MC LHC23d1d on primary pions. 7 Sigmas of the resolution
585+
if (TrackCuts.cfgpTdepDCAzCut) {
586+
// Tuned on the LHC22f anchored MC LHC23d1d on primary pions. 7 Sigmas of the resolution
587587
if (std::abs(track.dcaZ()) > (0.004 + (0.013 / track.pt())))
588588
return false;
589589
} else {
@@ -828,7 +828,7 @@ struct Chk892Flow {
828828
if (AnalysisConfig.cfgFillQAPlots) {
829829
// Bachelor pion QA plots after applying cuts
830830
histos.fill(HIST("QA/after/trkbpionTPCPID"), trkbpt, trkbNSigmaPiTPC);
831-
if (istrkbhasTOF && trkbpt>PIDCuts.cfgTOFMinPt) {
831+
if (istrkbhasTOF && trkbpt > PIDCuts.cfgTOFMinPt) {
832832
histos.fill(HIST("QA/after/trkbpionTOFPID"), trkbpt, trkbNSigmaPiTOF);
833833
histos.fill(HIST("QA/after/trkbpionTPCTOFPID"), trkbNSigmaPiTPC, trkbNSigmaPiTOF);
834834
}

PWGLF/Tasks/Resonances/chk892pp.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ struct Chk892pp {
191191

192192
/// PID Selections, pion
193193
struct : ConfigurableGroup {
194-
Configurable<bool> cfgTPConly{"cfgTPConly", true, "Use only TPC for PID"}; // bool
194+
Configurable<bool> cfgTPConly{"cfgTPConly", true, "Use only TPC for PID"}; // bool
195195
Configurable<float> cfgMaxTPCnSigmaPion{"cfgMaxTPCnSigmaPion", 5.0, "TPC nSigma cut for Pion"}; // TPC
196196
Configurable<float> cfgMaxTOFnSigmaPion{"cfgMaxTOFnSigmaPion", 5.0, "TOF nSigma cut for Pion"}; // TOF
197197
Configurable<float> cfgNsigmaCutCombinedPion{"cfgNsigmaCutCombinedPion", -999, "Combined nSigma cut for Pion"}; // Combined
@@ -543,8 +543,8 @@ struct Chk892pp {
543543
if (std::abs(track.dcaXY()) > TrackCuts.cfgMaxbDCArToPVcut)
544544
return false;
545545
}
546-
if (TrackCuts.cfgpTdepDCAzCut) {
547-
// Tuned on the LHC22f anchored MC LHC23d1d on primary pions. 7 Sigmas of the resolution
546+
if (TrackCuts.cfgpTdepDCAzCut) {
547+
// Tuned on the LHC22f anchored MC LHC23d1d on primary pions. 7 Sigmas of the resolution
548548
if (std::abs(track.dcaZ()) > (0.004 + (0.013 / track.pt())))
549549
return false;
550550
} else {

0 commit comments

Comments
 (0)