From 5c2024acc6feb6ed9c4addb8614f942342c57de8 Mon Sep 17 00:00:00 2001 From: Luis Antonio Obis Aparicio Date: Wed, 30 Oct 2024 11:02:38 +0100 Subject: [PATCH] comment --- src/SimulationManager.cxx | 1 + 1 file changed, 1 insertion(+) 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;