Skip to content

Commit

Permalink
Update AssignBunchTimingMC.cpp
Browse files Browse the repository at this point in the history
silly missed bug
  • Loading branch information
S81D authored Oct 10, 2024
1 parent 48d76a7 commit 1b06289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UserTools/AssignBunchTimingMC/AssignBunchTimingMC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ bool AssignBunchTimingMC::Execute()
}

// send to store
m_data->Stores.at("ANNIEEvent")->Set("bunchTimes", &fbunchTimes);
m_data->Stores.at("ANNIEEvent")->Set("bunchTimes", fbunchTimes);

return true;

Expand Down

0 comments on commit 1b06289

Please sign in to comment.