Skip to content

Commit d3abb57

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent aa9e7bb commit d3abb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TRestDetectorElectronDiffusionProcess.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ TRestEvent* TRestDetectorElectronDiffusionProcess::ProcessEvent(TRestEvent* inpu
278278
}
279279

280280
cout << "Position after diffusion: x: " << positionAfterDiffusion.X()
281-
<< " y: " << positionAfterDiffusion.Y() << " z: " << positionAfterDiffusion.Z() << endl;
281+
<< " y: " << positionAfterDiffusion.Y() << " z: " << positionAfterDiffusion.Z() << endl;
282282

283283
const double electronEnergy =
284284
fUnitElectronEnergy ? 1 : energyPerElectron * REST_Units::keV / REST_Units::eV;

0 commit comments

Comments
 (0)