diff --git a/src/SimulationManager.cxx b/src/SimulationManager.cxx index 03e457e..e9e6741 100644 --- a/src/SimulationManager.cxx +++ b/src/SimulationManager.cxx @@ -308,6 +308,7 @@ bool OutputManager::IsValidEvent() const { if (energy <= 0) { return false; } + // TODO: additional checks if (energy < fSimulationManager->GetRestMetadata()->GetMinimumEnergyStored() || energy > fSimulationManager->GetRestMetadata()->GetMaximumEnergyStored()) { return false;