Skip to content

Commit

Permalink
Merge pull request #218 from JeffersonLab/bugfix-save-pid-in-sumsbypid
Browse files Browse the repository at this point in the history
Save pid in sum.by_pid.pid ROOT branch.
  • Loading branch information
wdconinc committed Mar 12, 2019
2 parents 86d176e + fb5e580 commit 0637609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/remollGenericDetectorSum.hh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class remollGenericDetectorSum : public G4VHit {
it = fSumByPID.begin();
it != fSumByPID.end(); ++it) {
sum.by_pid.push_back(it->second);
sum.by_pid.back().pid = it->first;
}
return sum;
}
Expand Down

0 comments on commit 0637609

Please sign in to comment.