You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the JEventSource_EVIO.cc class there is a section that is conditionally compiled when EVIO is not present. This starts at around line 67. The signature for the constructor does not match the one in the header. Also, the GetEvent, GetObjects and FreeEvent methods are wrong (FreeEvent should be replaced by FinishEvent).
I believe this class is no longer used and probably should be removed. However, that may be more involved than simply making this change to allow compilation to succeed.
The text was updated successfully, but these errors were encountered:
In the JEventSource_EVIO.cc class there is a section that is conditionally compiled when EVIO is not present. This starts at around line 67. The signature for the constructor does not match the one in the header. Also, the GetEvent, GetObjects and FreeEvent methods are wrong (FreeEvent should be replaced by FinishEvent).
I believe this class is no longer used and probably should be removed. However, that may be more involved than simply making this change to allow compilation to succeed.
The text was updated successfully, but these errors were encountered: