3 #ifndef ROOT_TPyROOTApplication
4 #define ROOT_TPyROOTApplication
21 class TPyROOTApplication :
public TApplication {
23 static void dummy() {}
25 static Bool_t CreatePyROOTApplication( Bool_t bLoadLibs = kTRUE );
27 static Bool_t InitROOTGlobals();
28 static Bool_t InitROOTMessageCallback();
32 const char* acn, Int_t* argc,
char** argv, Bool_t bLoadLibs = kTRUE );
34 virtual ~TPyROOTApplication() { }
35 ClassDef(TPyROOTApplication,0)