Skip to content

Commit 989daff

Browse files
committed
fixed format
1 parent a973bc2 commit 989daff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGLF/Tasks/Strangeness/strangenessInJets.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,8 +1478,8 @@ struct StrangenessInJets {
14781478
switch (grandMother.pdgCode()) {
14791479
case kXiMinus:
14801480
case kXiPlusBar:
1481-
// case 3322:
1482-
// case -3322:
1481+
// case 3322:
1482+
// case -3322:
14831483
if (weightsXiInJet) {
14841484
int ibinXiInJet = weightsXiInJet->GetXaxis()->FindBin(grandMother.pt());
14851485
wSecLambdaInJet = weightsXiInJet->GetBinContent(ibinXiInJet);
@@ -1509,8 +1509,8 @@ struct StrangenessInJets {
15091509
switch (grandMother.pdgCode()) {
15101510
case kXiMinus:
15111511
case kXiPlusBar:
1512-
// case 3322:
1513-
// case -3322:
1512+
// case 3322:
1513+
// case -3322:
15141514
if (weightsAntiXiInJet) {
15151515
int ibinAntiXiInJet = weightsAntiXiInJet->GetXaxis()->FindBin(grandMother.pt());
15161516
wSecAntiLambdaInJet = weightsAntiXiInJet->GetBinContent(ibinAntiXiInJet);

0 commit comments

Comments
 (0)