{// Check if TDocFile is already loaded if (!TClass::GetDict("TDocFile")) { gROOT->ProcessLine(".L TDocFile.C++"); } // Use the Class TDocFile *DF = new TDocFile; }