]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/TPCutil/AliTPCGenDBConf.h
TPC module
[u/mrichter/AliRoot.git] / TPC / TPCutil / AliTPCGenDBConf.h
diff --git a/TPC/TPCutil/AliTPCGenDBConf.h b/TPC/TPCutil/AliTPCGenDBConf.h
new file mode 100644 (file)
index 0000000..0aa95bf
--- /dev/null
@@ -0,0 +1,44 @@
+/////////////////////////////////////////////////////////////////
+// Class to generate temperature sensor data base entries.
+//
+// Existing data base structure read at start of processsing.
+// 20/12-2006 HH.
+// Modification log:
+/////////////////////////////////////////////////////////////////
+
+#ifndef AliTPCGenDBConf_h
+#define AliTPCGenDBConf_h
+
+#include <TROOT.h>
+#include <TFile.h>
+#include <TObjArray.h>
+#include <TEnv.h>
+
+#include "AliTPCPreprocessor.h"
+#include "AliLog.h"
+#include "AliDCSGenDB.h"
+
+class AliTPCGenDBConf : public AliDCSGenDB {
+
+public:
+
+// constructors
+
+  AliTPCGenDBConf();
+  AliTPCGenDBConf(const char *defaultStorage, const char *specificStorage);
+  ~AliTPCGenDBConf();
+
+// functionality
+
+  void            MakeConfig(const char *file, Int_t firstRun, Int_t lastRun, const char *confDir);
+
+// getters/setters
+
+
+private:
+  AliTPCGenDBConf(const AliTPCGenDBConf& org);
+  AliTPCGenDBConf& operator= (const AliTPCGenDBConf& org);
+
+   ClassDef(AliTPCGenDBConf,1)
+};
+#endif