Skip to content

Commit 7517f02

Browse files
committed
Changed production ratio in testing files
1 parent 3182052 commit 7517f02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MC/config/PWGGAJE/ini/tests/hook_prompt_gamma_gap.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-
float ratioTrigger = 1./5; // one event triggered out of 5
4+
float ratioTrigger = 1./2; // one event triggered out of 5
55

66

77
TFile file(path.c_str(), "READ");

MC/config/PWGGAJE/ini/tests/prompt_gamma_gap.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-
float ratioTrigger = 1./5; // one event triggered out of 5
4+
float ratioTrigger = 1./2; // one event triggered out of 5
55

66

77
TFile file(path.c_str(), "READ");

0 commit comments

Comments
 (0)