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 Sep 8, 2023
1 parent d7f3c9f commit c824397
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/TRestDetectorElectronDiffusionProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down
4 changes: 2 additions & 2 deletions src/TRestDetectorGarfieldDriftProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit c824397

Please sign in to comment.