Skip to content

Commit e1e71f1

Browse files
authored
Correct deuteron pdg code
1 parent 868db81 commit e1e71f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MC/config/common/external/generator/CoalescencePythia8.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ enum NucleiBits {
3232
kHe4 = 4,
3333
};
3434

35-
std::vector<unsigned int> pdgList = {10010010, 1000010030, 1000020030, 1010010030, 1000020040};
35+
std::vector<unsigned int> pdgList = {1000010020, 1000010030, 1000020030, 1010010030, 1000020040};
3636
std::vector<float> massList = {1.875612, 2.80892113298, 2.808391, 2.991134, 3.727379};
3737

3838
bool doCoal(Pythia8::Event& event, int charge, int pdgCode, float mass, bool trivialCoal, double coalescenceRadius, bool nuclFromDecay, int iD1, int iD2, int iD3 = -1, int iD4 = -1)
@@ -179,4 +179,4 @@ bool CoalescencePythia8(Pythia8::Event& event, std::vector<unsigned int> inputPd
179179
}
180180
}
181181
return coalHappened;
182-
}
182+
}

0 commit comments

Comments
 (0)