19 printf(
"===>The $(ROOTSYS)/test/Aclock library failed to load\n");
23 printf(
"===>The $(ROOTSYS)/test/Hello library failed to load\n");
27 printf(
"===>The $(ROOTSYS)/test/Tetris library failed to load\n");
30 printf(
"ERROR: at least one of the shared libs in $ROOTSYS/test didn't load properly\n");
33 gROOT->ProcessLine(
"#define __RUN_GAMES__ 1");
38 gROOT->ProcessLine(
"#include \"Hello.h\"");
39 gROOT->ProcessLine(
"#include \"Aclock.h\"");
40 gROOT->ProcessLine(
"#include \"Tetris.h\"");
42 gROOT->ProcessLine(
"#include \"games.C\"");
43 gROOT->ProcessLine(
"rungames()");
44 gROOT->ProcessLine(
"#undef __RUN_GAMES__");
std::string hello(std::string who, std::string msg)
bool Bool_t
Boolean (0=false, 1=true) (bool)
int Int_t
Signed integer 4 bytes (int)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
R__EXTERN TSystem * gSystem
const char * GetName() const override
Returns name of object.
virtual int Load(const char *module, const char *entry="", Bool_t system=kFALSE)
Load a shared library.