Skip to content

Commit a29a0a4

Browse files
committed
Modified requirements in test file
1 parent af24a99 commit a29a0a4

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

MC/config/PWGDQ/ini/tests/GeneratorHF_ccbarToMuonsSemileptonic_fwdy_inel.C

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ int External()
6464
<< "#signal pairs: " << nSignalPairs << "\n"
6565
<< "#muon pairs: " << nLeptonPairs << "\n"
6666
<< "#muon pairs to be done: " << nLeptonPairsToBeDone << "\n";
67-
if (nSignalPairs < nEvents) {
68-
std::cerr << "Number of signal pairs should be at least equaled to the number of events\n";
69-
return 1;
70-
}
7167
if (nLeptonPairs != nLeptonPairsToBeDone) {
7268
std::cerr << "The number of muon pairs should be the same as the number of muon pairs which should be transported.\n";
7369
return 1;

MC/config/PWGDQ/ini/tests/GeneratorHF_ccbarToMuonsSemileptonic_fwdy_inel_TriggerGap.C

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ int External()
6464
<< "#signal pairs: " << nSignalPairs << "\n"
6565
<< "#muon pairs: " << nLeptonPairs << "\n"
6666
<< "#muon pairs to be done: " << nLeptonPairsToBeDone << "\n";
67-
if (nSignalPairs < nEvents) {
68-
std::cerr << "Number of signal pairs should be at least equaled to the number of events\n";
69-
return 1;
70-
}
7167
if (nLeptonPairs != nLeptonPairsToBeDone) {
7268
std::cerr << "The number of muon pairs should be the same as the number of muon pairs which should be transported.\n";
7369
return 1;

0 commit comments

Comments
 (0)