Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hddm_merge_files.h
Go to the documentation of this file.
1 
2 
3 #include <iostream>
4 #include <fstream>
5 #include <iomanip>
6 #include <vector>
7 using namespace std;
8 
9 #include <signal.h>
10 #include <time.h>
11 #include <stdlib.h>
12 
13 
14 extern vector<char*> INFILENAMES;
15 extern char *OUTFILENAME;
16 extern int QUIT;
17 extern bool HDDM_USE_COMPRESSION;
18 extern bool HDDM_USE_INTEGRITY_CHECKS;
19 
20 #define _DBG_ cout<<__FILE__<<":"<<__LINE__<<" "
21 #define _DBG__ cout<<__FILE__<<":"<<__LINE__<<endl
22 
23 
24 void Process_s(unsigned int &NEvents, unsigned int &NEvents_read);
25 void Process_r(unsigned int &NEvents, unsigned int &NEvents_read);
void Process_s(unsigned int &NEvents, unsigned int &NEvents_read)
void Process_r(unsigned int &NEvents, unsigned int &NEvents_read)
char * OUTFILENAME
int QUIT
bool HDDM_USE_COMPRESSION
bool HDDM_USE_INTEGRITY_CHECKS
vector< char * > INFILENAMES