#ifndef PARSEEVENT_H #define PARSEEVENT_H // parseevent.h Contains prototype for GetEventInfo #include // For ifstream/ofstream #include // For strings & string functions #include "eventlist.h" // For EventListType #include "parsesection.h" // For ReadRecord,AnotherRecord #include "balerrors.h" // For WriteLabelError,WriteDataError using namespace std; void GetEventInfo(ifstream& inputFile,ofstream& outputFile,string FileName, EventListType& EventList); #endif