#include class helper { public: std::ifstream * infile; std::ofstream * outfile; unsigned long long event_header_start; helper( std::ifstream * in, std::ofstream * out); void copy_ascii_header(); void copy_event_header(); };