ATLAS Offline Software
Loading...
Searching...
No Matches
FileReader.h
Go to the documentation of this file.
1// Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2#ifndef __FILEREADER_H__
3#define __FILEREADER_H__
4
5#include <fstream>
6#include <vector>
7
8class EventData;
9
11 public:
14
15 int readEvents(std::ifstream&, std::vector<EventData*>&);
16};
17
18#endif // __FILEREADER_H__
int readEvents(std::ifstream &, std::vector< EventData * > &)