source: fact/tools/pyscripts/sandbox/dneise/fact_compress/c++/helper.hxx@ 16858

Last change on this file since 16858 was 14269, checked in by neise, 12 years ago
forgot helper.hxx
File size: 269 bytes
Line 
1#include <fstream>
2
3class helper {
4public:
5 std::ifstream * infile;
6 std::ofstream * outfile;
7
8 unsigned long long event_header_start;
9
10 helper( std::ifstream * in, std::ofstream * out);
11 void copy_ascii_header();
12 void copy_event_header();
13
14
15};
Note: See TracBrowser for help on using the repository browser.