Skip to content

Commit eb17831

Browse files
authored
Update GeneratorHF_mu_ccbar_gap5_Mode2_accSmall.C
correct typo
1 parent 3b29c77 commit eb17831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ int External() {
6262
int igmother = track.getMotherTrackId();
6363
auto gmTrack = (*tracks)[igmother];
6464
int gmpdg = gmTrack.GetPdgCode();
65-
if (int(std::abs(gmpdg) / 100.) == 5 ||
66-
int(std::abs(gmpdg) / 1000.) == 5) {
65+
if (int(std::abs(gmpdg) / 100.) == 4 ||
66+
int(std::abs(gmpdg) / 1000.) == 4) {
6767
nMuons++;
6868
nmuonsev++;
6969
if (-4.3 < y && y < -2.2) {

0 commit comments

Comments
 (0)