From c8243978df178d094a7803864f9a9ee15fdf9c8b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:42:44 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/TRestDetectorElectronDiffusionProcess.cxx | 8 ++++---- src/TRestDetectorGarfieldDriftProcess.cxx | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/TRestDetectorElectronDiffusionProcess.cxx b/src/TRestDetectorElectronDiffusionProcess.cxx index 9858a9b7..9567303b 100644 --- a/src/TRestDetectorElectronDiffusionProcess.cxx +++ b/src/TRestDetectorElectronDiffusionProcess.cxx @@ -209,12 +209,12 @@ TRestEvent* TRestDetectorElectronDiffusionProcess::ProcessEvent(TRestEvent* inpu } if (this->GetVerboseLevel() >= TRestStringOutput::REST_Verbose_Level::REST_Debug) { - cout << "TRestDetectorElectronDiffusionProcess. Input hits energy : " << fInputHitsEvent->GetTotalEnergy() - << endl; + cout << "TRestDetectorElectronDiffusionProcess. Input hits energy : " + << fInputHitsEvent->GetTotalEnergy() << endl; cout << "TRestDetectorElectronDiffusionProcess. Hits added : " << fOutputHitsEvent->GetNumberOfHits() << endl; - cout << "TRestDetectorElectronDiffusionProcess. Hits total energy : " << fOutputHitsEvent->GetTotalEnergy() - << endl; + cout << "TRestDetectorElectronDiffusionProcess. Hits total energy : " + << fOutputHitsEvent->GetTotalEnergy() << endl; if (GetVerboseLevel() >= TRestStringOutput::REST_Verbose_Level::REST_Extreme) GetChar(); } diff --git a/src/TRestDetectorGarfieldDriftProcess.cxx b/src/TRestDetectorGarfieldDriftProcess.cxx index 73d56025..3d7a82a0 100644 --- a/src/TRestDetectorGarfieldDriftProcess.cxx +++ b/src/TRestDetectorGarfieldDriftProcess.cxx @@ -419,8 +419,8 @@ TRestEvent* TRestDetectorGarfieldDriftProcess::ProcessEvent(TRestEvent* inputEve if (GetVerboseLevel() >= TRestStringOutput::REST_Verbose_Level::REST_Debug) { cout << "TRestDetectorElectronDiffusionProcess. Hits added : " << fOutputHitsEvent->GetNumberOfHits() << endl; - cout << "TRestDetectorElectronDiffusionProcess. Hits total energy : " << fOutputHitsEvent->GetTotalEnergy() - << endl; + cout << "TRestDetectorElectronDiffusionProcess. Hits total energy : " + << fOutputHitsEvent->GetTotalEnergy() << endl; cout << " fTimedHitsEvent " << fOutputHitsEvent << " class " << fOutputHitsEvent->ClassName() << endl; fOutputHitsEvent->PrintEvent(20); }