Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 6, 2024
1 parent ddc6ebc commit 647e91d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TRestGeant4AnalysisProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 647e91d

Please sign in to comment.