8int main(
int argc,
char* argv[])
11 cout <<
"Usage: " << argv[0] <<
" file.conf EvtId" << endl;
12 cout <<
"***********************************" << endl
13 <<
"** NEW: wildcard is supported **" << endl
14 <<
"***********************************" << endl;
22 ifstream fconf(argv[1]);
24 while ( !(fconf>>confstr).eof() ) {
25 if ( confstr ==
"datafiles" ) {
27 fnames.push_back(confstr);
29 else if ( confstr ==
"idxfiles" ) {
31 idxfnames.push_back(confstr);
39 if ( idxfnames.empty() ) {
46 uint32_t evtId = atoi( argv[2] );
50 cout <<
"Size : " <<
data[1] <<
" RID: " <<
data[9+
data[5]] <<
" GID: " <<
data[8+
data[5]] << endl;
std::vector< std::string > VFileNames_t
virtual void print() const
const uint32_t * findEventById(uint32_t evtId)