Skip to content

Commit 3eac2f0

Browse files
committed
Update the variables' name from checkPdgQuarkOne to checkPdgQuark
1 parent 59cf47e commit 3eac2f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

MC/config/PWGHF/ini/tests/GeneratorHF_D2H_ccbar_Mode2_OmegaC_NoDecay_pp_ref.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{4332};
77
int checkHadronDecays{0};

MC/config/PWGHF/ini/tests/GeneratorHF_D2H_ccbar_Mode2_XiC_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{4132};
77
int checkHadronDecays{0};

MC/config/PWGHF/ini/tests/GeneratorHF_D2H_ccbar_Mode2_XiC_NoDecay_pp_ref.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{4132};
77
int checkHadronDecays{0};

MC/config/PWGHF/ini/tests/GeneratorHF_D2H_ccbar_Mode2_XiCplus_NoDecay_pp_ref.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)