10#include <boost/iostreams/filtering_stream.hpp>
27 void openFileA(std::ifstream& ifs,
const std::string& fileName0);
34 void openFileB(boost::iostreams::filtering_istream& ifs,
const std::string& fileName0);
void openFileB(boost::iostreams::filtering_istream &ifs, const std::string &fileName0)
Open a file using boost (to be able to read a gzipped file)
void openFileA(std::ifstream &ifs, const std::string &fileName0)
Open a file.
Abstract base class for different kinds of events.