Skip to content

Commit a70c6ea

Browse files
committed
fix test files
1 parent a54a881 commit a70c6ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
int External() {
22
std::string path{"o2sim_Kine.root"};
33

4-
int checkPdgQuarkOne = 5;
4+
int checkPdgQuark = 5;
55

66
int checkPdgHadron{4232};
77
int checkHadronDecays{0};

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
int External() {
22
std::string path{"o2sim_Kine.root"};
33

4-
int checkPdgQuarkOne = 4;
4+
int checkPdgQuark = 4;
55

66
int checkPdgHadron{4232};
77
int checkHadronDecays{0};

0 commit comments

Comments
 (0)