From 6a7f93e2e203650f78a1ccc26da02fb47e77f2e4 Mon Sep 17 00:00:00 2001 From: Manuel Huber Date: Wed, 11 Dec 2024 13:27:14 +0100 Subject: [PATCH] Update RMGOpticalDetector.hh --- include/RMGOpticalDetector.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/RMGOpticalDetector.hh b/include/RMGOpticalDetector.hh index f70662ab..82f74d7b 100644 --- a/include/RMGOpticalDetector.hh +++ b/include/RMGOpticalDetector.hh @@ -47,7 +47,7 @@ class RMGOpticalDetectorHit : public G4VHit { G4TouchableHandle detector_touchable; // for Draw() int detector_uid = -1; - float photon_wavelength = 0.; + double photon_wavelength = 0.; double global_time = -1; };