// $Id$ // // Created Oct 25, 2013 Kei Moriya #include "hddm_merge_files.h" #include using namespace hddm_r; // NOTE: The REST format files claim they are in a compressed format that // the C API cannot handle so we use the C++ API here //----------- // Process_r -- HDDM REST format //----------- void Process_r(unsigned int &NEvents, unsigned int &NEvents_read) { // Output file cout<<" output file: "<> xrec; NEvents_read++; ostr << xrec; NEvents++; // Update ticker time_t now = time(NULL); if(now != last_time){ cout<<" "<