DDASToys for NSCLDAQ  6.2-000
Functions
traceview.cpp File Reference

traceview main. Run the Qt application. More...

#include <cstdlib>
#include <QApplication>
#include <QCommandLineParser>
#include <TApplication.h>
#include <TSystem.h>
#include "QTraceView.h"
Include dependency graph for traceview.cpp:

Functions

int main (int argc, char *argv[])
 traceview main. More...
 

Detailed Description

traceview main. Run the Qt application.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

traceview main.

Parameters
argcArgument count.
argvArgument vector.
Returns
int
Return values
0Application exits successfully.
!=0Error.

Create the main application. The application has a command line parser to allow the user to pass commands at runtime to configure the initial viewer settings. A TApplication necessary for the embedded Root canvas is also created.