From 647e91d2e48330b265fa1863aa0df999cd469d9d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 18:37:59 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/TRestGeant4AnalysisProcess.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/TRestGeant4AnalysisProcess.cxx b/src/TRestGeant4AnalysisProcess.cxx index c1732a7..0d9fff8 100644 --- a/src/TRestGeant4AnalysisProcess.cxx +++ b/src/TRestGeant4AnalysisProcess.cxx @@ -398,7 +398,6 @@ TRestEvent* TRestGeant4AnalysisProcess::ProcessEvent(TRestEvent* inputEvent) { fInputG4Event = (TRestGeant4Event*)inputEvent; *fOutputG4Event = *((TRestGeant4Event*)inputEvent); - const auto sensitiveVolumeName = fG4Metadata->GetSensitiveVolume(); Double_t sensitiveVolumeEnergy = fOutputG4Event->GetEnergyInVolume(sensitiveVolumeName.Data());