Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hddm_merge_files.cc File Reference
#include "hddm_merge_files.h"

Go to the source code of this file.

Functions

void ParseCommandLineArguments (int narg, char *argv[])
 
void Usage (void)
 
void ctrlCHandle (int x)
 
int main (int narg, char *argv[])
 

Variables

string HDDM_CLASS = "s"
 
vector< char * > INFILENAMES
 
char * OUTFILENAME = NULL
 
int QUIT = 0
 
bool HDDM_USE_COMPRESSION = false
 
bool HDDM_USE_INTEGRITY_CHECKS = false
 

Function Documentation

void ctrlCHandle ( int  x)
int main ( int  narg,
char *  argv[] 
)
void ParseCommandLineArguments ( int  narg,
char *  argv[] 
)
void Usage ( void  )

Variable Documentation

string HDDM_CLASS = "s"

Definition at line 11 of file hddm_merge_files.cc.

bool HDDM_USE_COMPRESSION = false

Definition at line 15 of file hddm_merge_files.cc.

bool HDDM_USE_INTEGRITY_CHECKS = false

Definition at line 16 of file hddm_merge_files.cc.

vector<char*> INFILENAMES

Definition at line 12 of file hddm_merge_files.cc.

char* OUTFILENAME = NULL

Definition at line 13 of file hddm_merge_files.cc.

int QUIT = 0

Definition at line 14 of file hddm_merge_files.cc.