Skip to content

TrigCOOLUpdateHelper and TrigOpMonitor: EventID -> EventIDBase

Rafal Bielski requested to merge rbielski/athena:trigservices-eventid into master

EventInfo/EventID.h was included in the two components only for the number_type typedef. This is actually defined in the base class in GaudiKernel/EventIDBase.h, so the dependency on the deprecated EventInfo package is not needed.

This is a follow-up from !30226 (closed).

Merge request reports