Skip to content

Bugfix in Event::getChannels()

Jolie Roiseux requested to merge bugfix/event-get-channels into develop

Context

There was a bug with the Event not being properly modified in Pulse Finding.

Summary

I modified the getChannels() method to return a pointer to the Channels. I updated the code that calls this method to work with pointers.

How was this tested?

I ran the compiled code and printed out the size of the pulses vector in the RunManager after it had been set in Pulse Finding. The Event is now properly being modified.

Merge request reports