Skip to content

Commit b6a67b8

Browse files
committed
restarting the CI
1 parent 359c8f9 commit b6a67b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ bool doCoal(Pythia8::Event& event, int charge, int pdgCode, float mass, bool tri
107107
bool CoalescencePythia8(Pythia8::Event& event, std::vector<unsigned int> inputPdgList = {}, bool trivialCoal = false, double coalMomentum = 0.4, int firstDauID = -1, int lastDauId = -1, float maxRapidity = 1.)
108108
{
109109
const double coalescenceRadius{0.5 * 1.122462 * coalMomentum};
110+
110111
// if coalescence from a heavy hadron, loop only between firstDauID and lastDauID
111112
int loopStart = firstDauID > -1 ? firstDauID : 0;
112113
int loopEnd = lastDauId > -1 ? lastDauId : event.size() - 1;

0 commit comments

Comments
 (0)