EventAnalysis
1.3.0
|
#include "EventAnalysisVersion.h"
#include "analysis/AnalysisManager.h"
#include "configuration/Configurator.h"
#include "plugin/Factory.h"
#include "utils/CommandLineParser.h"
#include "utils/SmartLog.h"
#include "utils/StringUtils.h"
#include <algorithm>
#include <cctype>
#include <cstdlib>
Classes | |
struct | InputParameters |
Command line input parameters for the main program. More... | |
Functions | |
bool | HandleInputParameters (int argc, char **argv, InputParameters ¶ms, CommandLineParameters &clParams) |
Parse the command line and extract the parameters. More... | |
void | ShowHelp () |
Displays the help message. More... | |
void | ShowVersion () |
Displays the program version. More... | |
int | main (int argc, char **argv) |
The main analysis program. More... | |
Main program.
bool HandleInputParameters | ( | int | argc, |
char ** | argv, | ||
InputParameters & | params, | ||
CommandLineParameters & | clParams | ||
) |
Parse the command line and extract the parameters.
int main | ( | int | argc, |
char ** | argv | ||
) |
The main analysis program.
void ShowHelp | ( | ) |
Displays the help message.
void ShowVersion | ( | ) |
Displays the program version.