Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroEzq committed Jan 17, 2025
1 parent 66f5fc4 commit 285c57f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ TRestEvent* TRestEventTimeSelectionProcess::ProcessEvent(TRestEvent* inputEvent)
fEvent = inputEvent;

TTimeStamp eventTime = fEvent->GetTimeStamp();
eventTime.Add(TTimeStamp(fOffsetTimeInSeconds));
eventTime.Add(TTimeStamp(fTimeOffsetInSeconds));
if (fIsActiveTime) { // time ranges represent active periods of time
for (auto id : fStartEndTimes) {
TTimeStamp startTime = TTimeStamp(StringToTimeStamp(id.first), 0);
Expand Down

0 comments on commit 285c57f

Please sign in to comment.