24 uint32_t
nextPos(
int nIgnore );
27 int nEvtLeft(
int nIgnore )
const {
return ( m_totEvt - ( m_idxPos + nIgnore ) ); }
30 void addPos( uint32_t evtId, uint32_t pos );
31 void write( std::string fname );
37 void enlarge_block(
int min_size );
47 std::vector<std::string> m_fnames;
48 std::vector<std::string>::iterator m_curFile;