Skip to content

Commit

Permalink
Update RMGOpticalDetector.hh
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHu authored Dec 11, 2024
1 parent 8b76a88 commit 6a7f93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RMGOpticalDetector.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 6a7f93e

Please sign in to comment.