Skip to content

Commit 07c2251

Browse files
authored
[PWGEM] Add b2cc2ll signal to generated output (#16360)
1 parent 967b22d commit 07c2251

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

PWGEM/Dilepton/Tasks/checkMCPairTemplate.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ struct checkMCPairTemplate {
454454
fRegistry.addClone("Generated/ccbar/c2l_c2l/", "Generated/bbbar/b2c2l_b2l_diffb/"); // LS
455455
fRegistry.addClone("Generated/ccbar/c2l_c2l/", "Generated/bbbar/b2cc2l_b2c2l/");
456456
fRegistry.addClone("Generated/ccbar/c2l_c2l/", "Generated/bbbar/b2cc2l_b2cc2l/");
457+
fRegistry.addClone("Generated/ccbar/c2l_c2l/", "Generated/bbbar/b2cc2ll/");
457458

458459
// for charmed hadrons // create 28 combinations
459460
static constexpr std::string_view charmed_mesons[] = {"Dplus", "D0", "Dsplus"}; // 411, 421, 431
@@ -2518,6 +2519,9 @@ struct checkMCPairTemplate {
25182519
case static_cast<int>(EM_HFeeType::kBCCe_BCCe):
25192520
fillGenHistograms<21>(sign1, sign2, mp1.pdgCode(), mp2.pdgCode(), v12.M(), v12.Pt(), weight); // b2cc2l_b2cc2l
25202521
break;
2522+
case static_cast<int>(EM_HFeeType::kBCCee):
2523+
fillGenHistograms<22>(sign1, sign2, mp1.pdgCode(), mp2.pdgCode(), v12.M(), v12.Pt(), weight); // b2cc2ll
2524+
break;
25212525
default:
25222526
break;
25232527
}

0 commit comments

Comments
 (0)