Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hdevio_sample.cc File Reference
#include <unistd.h>
#include <stdlib.h>
#include <stdint.h>
#include <time.h>
#include <iostream>
#include <string>
#include <vector>
#include <stack>
#include <thread>
#include <TFile.h>
#include <DAQ/HDEVIO.h>

Go to the source code of this file.

Functions

void Usage (string mess)
 
void ParseCommandLineArguments (int narg, char *argv[])
 
int main (int narg, char *argv[])
 

Variables

vector< stringfilenames
 
bool KEEP_BOR = true
 
bool KEEP_EPICS = false
 
bool KEEP_CODA = false
 
string OUTPUT_FILENAME = "hdevio_pare.evio"
 
uint64_t PRESCALE = 100
 

Function Documentation

void ParseCommandLineArguments ( int  narg,
char *  argv[] 
)
void Usage ( string  mess = "")

Definition at line 114 of file hdevio_sample.cc.

Variable Documentation

vector<string> filenames

Definition at line 23 of file hdevio_sample.cc.

Referenced by fitparm_summary(), fits_errors(), main(), MapEVIOWords(), and PrintSummary().

bool KEEP_BOR = true

Definition at line 25 of file hdevio_sample.cc.

Referenced by main().

bool KEEP_CODA = false

Definition at line 27 of file hdevio_sample.cc.

Referenced by main().

bool KEEP_EPICS = false

Definition at line 26 of file hdevio_sample.cc.

Referenced by main().

string OUTPUT_FILENAME = "hdevio_pare.evio"

Definition at line 28 of file hdevio_sample.cc.

uint64_t PRESCALE = 100

Definition at line 29 of file hdevio_sample.cc.

Referenced by main().