{
    gROOT->ProcessLine(".C1");  //This line causes the macro to NOT load!
   
    gROOT->LoadMacro("HelloWorld.cpp");

    HelloWorld();
}

