1#include "RawFile/RawFileReader.h"
2#include "RawFile/EvtIdxHandler.h"
3#include "RawFile/RawFileTools.h"
4#include "IRawFile/RawFileExceptions.h"
10int main(
int argc,
char* argv[])
13 cout <<
"Usage: " << argv[0] <<
" datafile" << endl;
14 cout <<
"***********************************" << endl
15 <<
"** NEW: wildcard is supported **" << endl
16 <<
"***********************************" << endl;
24 fnames.push_back(argv[1]);
27 for ( uint32_t i = 0; i < fnames.size(); ++i ) {
29 fname.push_back(fnames[i]);
31 uint32_t thePos = freader.
tellg();
46 thePos = freader.
tellg();
std::vector< std::string > VFileNames_t
void write(std::string fname)
void addPos(uint32_t evtId, uint32_t pos)
const uint32_t * nextEvent()
std::string currentFile()
virtual void print() const