Something went wrong on our end
-
Matthias Steinke authored3db041ca
EventReader.hh 193 B
#pragma once
#include <string>
#include <vector>
class EventList;
class EventReader
{
public:
EventReader();
virtual ~EventReader();
virtual bool fillAll(EventList& evtList) = 0;
};