|
JAPAn
Just Another Parity Analyzer
|
A ROOT command line interface. More...
#include <QwRint.h>
Inheritance diagram for QwRint:
Collaboration diagram for QwRint:Public Member Functions | |
| QwRint (const char *appClassName, int *argc, char **argv, void *options=0, int numOptions=0, bool noLogo=kFALSE) | |
| Constructor. | |
| ~QwRint () override | |
| Destructor. | |
Static Protected Attributes | |
| static QwRint * | fExists = NULL |
| Check whether interface already existing. | |
A ROOT command line interface.
The QwRint class implements a ROOT command line interface. It inherits from the ROOT interactive C++ interpreter TRint. All functionality available in ROOT is available in this interface. In particular, all histograms that are defined in memory or in a ROOT file are accessible under the path "/root/ROOT memory", while they are being filled. All Qweak specific class structures are available in an interactive mode.
| QwRint::QwRint | ( | const char * | appClassName, |
| int * | argc, | ||
| char ** | argv, | ||
| void * | options = 0, | ||
| int | numOptions = 0, | ||
| bool | noLogo = kFALSE ) |
Constructor.
Definition at line 23 of file QwRint.cc.
|
override |
|
staticprotected |