--- PamVMC/src/PamRootManager.cxx 2009/02/19 17:39:49 1.1 +++ PamVMC/src/PamRootManager.cxx 2009/06/12 18:39:28 1.5 @@ -8,6 +8,7 @@ #include ClassImp(PamRootManager) +using namespace std; PamRootManager* PamRootManager::fgInstance = 0; PamRootManager::PamRootManager(const char* projectName, FileMode fileMode) @@ -22,8 +23,8 @@ TString fileName = TString(gSystem->Getenv("PWD"))+"/"+projectName; fileName += ".root"; - - TString treeTitle(projectName); + cout<<"OUTPUT ROOTFILE: "<cd(); delete fFile; - delete fDirectory; + //delete fDirectory; fgInstance = 0; }