void helloWorld(int t = 3) { cout << "hello World " << t << endl; TFile f("hsimple.root"); f.ls(); }