Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/icecube/OMSim
Browse files Browse the repository at this point in the history
  • Loading branch information
martinunland committed Sep 6, 2024
2 parents 9a589ff + 49c90b1 commit 800a207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions simulations/radioactive_decays/src/OMSimDecaysAnalysis.cc
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ void OMSimDecaysAnalysis::writeMultiplicity(G4double p_timeWindow)
*/
void OMSimDecaysAnalysis::writeThreadDecayInformation()
{
if (!m_threadDecayStats) return;
log_trace("Writing decay information of {} decays", m_threadDecayStats->eventId.size());

G4String outputSufix = OMSimCommandArgsTable::getInstance().get<std::string>("output_file");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ void G4RadioactiveDecay::DecayAnalog(const G4Track& theTrack,
}
}


OMSimDecaysAnalysis::getInstance().appendDecay(
theParticleDef->GetParticleName(),
finalGlobalTime / s, theTrack.GetPosition());
Expand Down

0 comments on commit 800a207

Please sign in to comment.