Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hddm_cull_events.cc File Reference
#include "hddm_cull_events.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
 
unsigned int EVENTS_TO_SKIP = 0
 
unsigned int EVENTS_TO_KEEP = 1
 
unsigned int SPECIFIC_OFFSET_TO_KEEP = 0
 
unsigned int SPECIFIC_EVENT_TO_KEEP = 0
 
bool EVENT_TO_KEEP_MODE = false
 
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

bool EVENT_TO_KEEP_MODE = false

Definition at line 19 of file hddm_cull_events.cc.

unsigned int EVENTS_TO_KEEP = 1

Definition at line 16 of file hddm_cull_events.cc.

unsigned int EVENTS_TO_SKIP = 0

Definition at line 15 of file hddm_cull_events.cc.

string HDDM_CLASS = "s"

Definition at line 11 of file hddm_cull_events.cc.

bool HDDM_USE_COMPRESSION = false

Definition at line 20 of file hddm_cull_events.cc.

Referenced by main(), Process_r(), and Process_s().

bool HDDM_USE_INTEGRITY_CHECKS = false

Definition at line 21 of file hddm_cull_events.cc.

Referenced by main(), Process_r(), and Process_s().

vector<char*> INFILENAMES

Definition at line 12 of file hddm_cull_events.cc.

char* OUTFILENAME = NULL

Definition at line 13 of file hddm_cull_events.cc.

int QUIT = 0

Definition at line 14 of file hddm_cull_events.cc.

unsigned int SPECIFIC_EVENT_TO_KEEP = 0

Definition at line 18 of file hddm_cull_events.cc.

unsigned int SPECIFIC_OFFSET_TO_KEEP = 0

Definition at line 17 of file hddm_cull_events.cc.