source:
fact/tools/pyscripts/sandbox/dneise/fact_compress/c++/helper.hxx@
14269
Last change on this file since 14269 was 14269, checked in by , 12 years ago | |
---|---|
File size: 269 bytes |
Line | |
---|---|
1 | #include <fstream> |
2 | |
3 | class helper { |
4 | public: |
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.