Skip to content

Commit 76eaf59

Browse files
author
mattia
committed
Fix array size.
1 parent 18567f2 commit 76eaf59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/config/PWGHF/ini/tests/GeneratorHF_D2H_ccbar_and_bbbar_gap5_DResoTrigger.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ int External() {
99
std::array<float, 6> freqRepl = {0.1, 0.1, 0.1, 0.1, 0.5, 0.5};
1010
std::map<int, int> sumOrigReplacedParticles = {{10433, 0}, {435, 0}, {425, 0}};
1111

12-
std::array<int, 11> checkPdgHadron{411, 421, 10433, 30433, 435, 437, 4325, 4326, 4315, 4316, 531, 425};
12+
std::array<int, 12> checkPdgHadron{411, 421, 10433, 30433, 435, 437, 4325, 4326, 4315, 4316, 531, 425};
1313
std::map<int, std::vector<std::vector<int>>> checkHadronDecays{ // sorted pdg of daughters
1414
{411, {{-321, 211, 211}, {-313, 211}, {211, 311}, {211, 333}}}, // D+
1515
{421, {{-321, 211}, {-321, 211, 111}}}, // D0

0 commit comments

Comments
 (0)