EventAnalysis  1.3.0
Classes | Functions
EventAnalysis.cpp File Reference
#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 &params, 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...
 

Detailed Description

Main program.

Function Documentation

◆ HandleInputParameters()

bool HandleInputParameters ( int  argc,
char **  argv,
InputParameters params,
CommandLineParameters clParams 
)

Parse the command line and extract the parameters.

◆ main()

int main ( int  argc,
char **  argv 
)

The main analysis program.

◆ ShowHelp()

void ShowHelp ( )

Displays the help message.

◆ ShowVersion()

void ShowVersion ( )

Displays the program version.