Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions MC/config/common/external/generator/CoalescencePythia8.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ enum NucleiBits {
kHe4 = 4,
};

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

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)
Expand Down Expand Up @@ -179,4 +179,4 @@ bool CoalescencePythia8(Pythia8::Event& event, std::vector<unsigned int> inputPd
}
}
return coalHappened;
}
}