{ gROOT->Reset(); // roll back CINT context to last Save gROOT->LoadMacro("RawTreeAnalysis.cxx"); // load your code // May need to update for your location of Root files RawTreeAnalysis* m= new RawTreeAnalysis("E:/Root_Files/g00cos_r000050_20010505_140912_siue.root"); gROOT->LoadMacro("strips.c"); //strips* l= new strips("E:/Root_files/balloon_protons_big_newFilter_Root3.00.06.root"); }