File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments