]> 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 709f4276430eb16629299374013bc9b7b55a27c2..65ad5c2c66325e09dd3bb431340e77b7b4cf262e 100644 (file)
@@ -5,6 +5,18 @@
 
 /* $Id$ */
 
+//
+// Class to name the folders
+// This class contains 
+// 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;
@@ -21,8 +33,6 @@ class AliConfig : public TNamed {
   
 public:
   
-  AliConfig();
-  
   virtual ~ AliConfig (); 
 
   void       Add(TDatabasePDG *pdg);
@@ -49,6 +59,9 @@ public:
   TFolder*              GetConstFolder(){return fConstFolder;}
 
   static const TString& GetModulesFolderName(){return fgkModuleFolderName;}
+  static const TString& GetDefaultEventFolderName()
+    {return fgkDefaultEventFolderName;}
+  static const TString& GetTasksFolderName() {return fgkTasksFolderName;}
   
   TString               GetQATaskName() const; //returns path to QA tasks
   TString               GetDigitizerTaskName () const;
@@ -61,6 +74,12 @@ public:
   const TString&        GetQAFolderName() const; //returns path to folder with QA output
   
   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
  
@@ -89,11 +108,6 @@ public:
   static const TString  fgkGeneratorsFolderName;   //name of generator folder
   static const TString  fgkVirtualMCFolderName;    //name of virtual MC folder
 
-private:
-  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