We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a637a60 commit 42e572eCopy full SHA for 42e572e
src/DataModel.cxx
@@ -149,7 +149,7 @@ void TRestGeant4Track::UpdateTrack(const G4Track* track) {
149
150
SetTimeOffset(globalTimeOffset);
151
152
- const double precision = metadata->GetResetTimePrecision();
+ const double precision = metadata->GetResetTimePrecision() / CLHEP::microsecond;
153
const double globalTime = track->GetGlobalTime() / CLHEP::microsecond;
154
155
const auto processName = track->GetStep()->GetPostStepPoint()->GetProcessDefinedStep()->GetProcessName();
0 commit comments