// rootlogoff.C { // Deleting the master scheduler deletes all the job directories. delete &msch; // No need to delete the local scheduler unless jobs were submitted // directly to it. delete &lsch; // Delete the root file from open_hbook(...) open_hbook("close"); }