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

Go to the source code of this file.

Functions

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

Variables

string INFILENAME = ""
 
string OUTFILENAME = ""
 
bool saveRemainder = false
 
string OUTFILENAME_REMAINDER = ""
 
int selectType = 0
 
unsigned int MAX = 100 * 1000 * 1000
 
bool debug = false
 
string HDDM_CLASS = "s"
 
int QUIT = 0
 
int seed = 0
 
bool HDDM_USE_COMPRESSION = false
 
bool HDDM_USE_INTEGRITY_CHECKS = false
 
TRandom2 * rndm
 

Function Documentation

void ctrlCHandle ( int  x)
void Usage ( void  )

Variable Documentation

string HDDM_CLASS = "s"

Definition at line 18 of file hddm_select_events.cc.

bool HDDM_USE_COMPRESSION = false

Definition at line 22 of file hddm_select_events.cc.

bool HDDM_USE_INTEGRITY_CHECKS = false

Definition at line 23 of file hddm_select_events.cc.

string INFILENAME = ""

Definition at line 11 of file hddm_select_events.cc.

Referenced by main().

unsigned int MAX = 100 * 1000 * 1000

Definition at line 16 of file hddm_select_events.cc.

Referenced by main().

string OUTFILENAME = ""

Definition at line 12 of file hddm_select_events.cc.

string OUTFILENAME_REMAINDER = ""

Definition at line 14 of file hddm_select_events.cc.

Referenced by main().

int QUIT = 0

Definition at line 19 of file hddm_select_events.cc.

TRandom2* rndm

Definition at line 25 of file hddm_select_events.cc.

Referenced by main(), and selectEvent_s().

bool saveRemainder = false

Definition at line 13 of file hddm_select_events.cc.

Referenced by main().

int selectType = 0

Definition at line 15 of file hddm_select_events.cc.

Referenced by main().