Public Member Functions | |
FWFFTRint (const char *appClassName, Int_t *argc, char **argv, bool rootPrompt) | |
Bool_t | HandleTermInput () |
Private Attributes | |
bool | m_rootPrompt |
Definition at line 18 of file FWFFHelper.cc.
FWFFTRint::FWFFTRint | ( | const char * | appClassName, |
Int_t * | argc, | ||
char ** | argv, | ||
bool | rootPrompt | ||
) | [inline] |
Definition at line 21 of file FWFFHelper.cc.
: TRint(appClassName, argc, argv, 0, 0, !rootPrompt), m_rootPrompt(rootPrompt) { if (rootPrompt) return; SetPrompt(""); fInputHandler->Remove(); }
Bool_t FWFFTRint::HandleTermInput | ( | ) | [inline] |
Definition at line 32 of file FWFFHelper.cc.
References m_rootPrompt.
{ if (m_rootPrompt) return TRint::HandleTermInput(); return true; }
bool FWFFTRint::m_rootPrompt [private] |
Definition at line 39 of file FWFFHelper.cc.
Referenced by HandleTermInput().