ATLAS Offline Software
|
Initialize Root's getline history. More...
#include <InitHist.h>
Static Public Member Functions | |
static void | initialize () |
Initialize Root's getline history. More... | |
Initialize Root's getline history.
You'll need this if you use TTreeViewer
using python as your interactive shell. TTreeViewer
pushes information onto the getline history list. However, getline is initialized only when Cint is used as the shell. If that isn't the case, then such attempts to push to the history will crash.
Definition at line 31 of file InitHist.h.
|
static |
Initialize Root's getline history.
This could (almost) just as well be a free function. The only reason to put it inside a class is that Root doesn't auto-load functions, only classes.
Definition at line 24 of file InitHist.cxx.