Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hd_dump.cc File Reference
#include <iostream>
#include <termios.h>
#include "MyProcessor.h"
#include "DANA/DApplication.h"

Go to the source code of this file.

Functions

void PrintFactoryList (DApplication *app)
 
void ParseCommandLineArguments (int &narg, char *argv[])
 
void Usage (void)
 
int main (int narg, char *argv[])
 

Variables

bool LIST_FACTORIES = false
 
bool SPARSIFY_SUMMARY = true
 
bool ALLOW_SPARSIFIED_EVIO = true
 

Function Documentation

int main ( int  narg,
char *  argv[] 
)
void ParseCommandLineArguments ( int &  narg,
char *  argv[] 
)
void PrintFactoryList ( DApplication app)

Definition at line 84 of file hd_dump.cc.

References DApplication::Init().

Referenced by main().

void Usage ( void  )

Definition at line 184 of file hd_dump.cc.

References dapp.

Variable Documentation

bool ALLOW_SPARSIFIED_EVIO = true

Definition at line 21 of file hd_dump.cc.

Referenced by main(), and ParseCommandLineArguments().

bool LIST_FACTORIES = false

Definition at line 19 of file hd_dump.cc.

Referenced by main(), and ParseCommandLineArguments().

bool SPARSIFY_SUMMARY = true

Definition at line 20 of file hd_dump.cc.

Referenced by MyProcessor::evnt(), and ParseCommandLineArguments().