]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliConfig.h
Typo fixed, and removing unused variable.
[u/mrichter/AliRoot.git] / STEER / AliConfig.h
index cca69a9bf395d9af50dd5f0a93b6aa1e5d8cdcea..65ad5c2c66325e09dd3bb431340e77b7b4cf262e 100644 (file)
 // the names of the top level folders
 // 
 
+//
+// Class to name the folders
+// This class contains 
+// the names of the top level folders
+// 
+
 #include <TNamed.h>
 class TDatabasePDG;
 class TFolder;
@@ -27,8 +33,6 @@ class AliConfig : public TNamed {
   
 public:
   
-  AliConfig();
-  
   virtual ~ AliConfig (); 
 
   void       Add(TDatabasePDG *pdg);
@@ -72,6 +76,11 @@ public:
   const TString&        GetDataFolderName() const;//returns name of data folder
 
 private:  
+  AliConfig(const AliConfig&); // Not implemented
+  AliConfig& operator=(const AliConfig&); // Not implemented
+  AliConfig(); // Not implemented
+  AliConfig(const char * name, const char * title );
+  
   static const TString  fgkTopFolderName; //name of top AliRoot folder
  
   static const TString  fgkDefaultEventFolderName; //name of event folder
@@ -99,10 +108,6 @@ private:
   static const TString  fgkGeneratorsFolderName;   //name of generator folder
   static const TString  fgkVirtualMCFolderName;    //name of virtual MC folder
 
-  AliConfig(const char * name, const char * title );
-  AliConfig(const AliConfig&);
-  AliConfig& operator=(const AliConfig&);
-
   void          AddInFolder (const char * dir, TObject *obj);
   Int_t         AddSubTask(const char *taskname, const char* name, const char* title);
   Int_t         AddSubFolder(TFolder* topfolder, const char* infoler, //helper method