QwGeant4
|
A ROOT command line interface. More...
#include <QweakSimRint.hh>
Inherits TRint.
Public Member Functions | |
QweakSimRint (const char *appClassName, int *argc, char **argv, void *options=0, int numOptions=0, bool noLogo=kFALSE) | |
Constructor. More... | |
virtual | ~QweakSimRint () |
Destructor. More... | |
Static Protected Attributes | |
static QweakSimRint * | fExists = NULL |
Check whether interface already existing. More... | |
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.
Definition at line 25 of file QweakSimRint.hh.
QweakSimRint::QweakSimRint | ( | const char * | appClassName, |
int * | argc, | ||
char ** | argv, | ||
void * | options = 0 , |
||
int | numOptions = 0 , |
||
bool | noLogo = kFALSE |
||
) |
Constructor.
Definition at line 18 of file QweakSimRint.cc.
References fExists.
|
virtual |
Destructor.
Definition at line 32 of file QweakSimRint.cc.
References fExists.
|
staticprotected |
Check whether interface already existing.
Definition at line 29 of file QweakSimRint.hh.
Referenced by QweakSimRint(), and ~QweakSimRint().