ROOT logo

// .L /afs/cern.ch/user/h/haavard/alice/tpc/temperature/AliTPCGenDBConf.C+
// Int_t run=2546
// Int_t firstRun =0
// Int_t lastRun = 9999999
// AliTPCGenDBConf db
// db->Init(run,"TPC/Config/Preprocessor","TPC/*/*")
// db->MakeConfig("Preprocessor.txt",firstRun,lastRun,"TPC/Config/Preprocessor")


#include "AliTPCGenDBConf.h"
#include "AliLog.h"

ClassImp(AliTPCGenDBConf)


//______________________________________________________________________________________________

AliTPCGenDBConf::AliTPCGenDBConf():
   AliDCSGenDB()
{
}

//______________________________________________________________________________________________

AliTPCGenDBConf::AliTPCGenDBConf(const char *defaultStorage, const char *specificStorage):
   AliDCSGenDB(defaultStorage, specificStorage)
{
}

//______________________________________________________________________________________________

AliTPCGenDBConf::AliTPCGenDBConf(const AliTPCGenDBConf& org) : AliDCSGenDB(org)
{

//
//  Copy constructor
//
 AliError("copy constructor not implemented");
}

//______________________________________________________________________________________________
AliTPCGenDBConf::~AliTPCGenDBConf(){
//
// destructor
//

}
//______________________________________________________________________________________________
AliTPCGenDBConf& AliTPCGenDBConf::operator= (const AliTPCGenDBConf& /*org*/ )
{
 //
 // assignment operator
 //
 AliError("assignment operator not implemented");
 return *this;
}


//______________________________________________________________________________________________

void AliTPCGenDBConf::MakeConfig(const char *file, Int_t firstRun, Int_t lastRun, const char *confDir )
{
   //
   // Store Configuration file to OCDB
   //

   TEnv *confEnv = new TEnv(file);
   SetFirstRun(firstRun);
   SetLastRun(lastRun);

   StoreObject(confDir, confEnv, fMetaData);
}

//______________________________________________________________________________________________

 AliTPCGenDBConf.cxx:1
 AliTPCGenDBConf.cxx:2
 AliTPCGenDBConf.cxx:3
 AliTPCGenDBConf.cxx:4
 AliTPCGenDBConf.cxx:5
 AliTPCGenDBConf.cxx:6
 AliTPCGenDBConf.cxx:7
 AliTPCGenDBConf.cxx:8
 AliTPCGenDBConf.cxx:9
 AliTPCGenDBConf.cxx:10
 AliTPCGenDBConf.cxx:11
 AliTPCGenDBConf.cxx:12
 AliTPCGenDBConf.cxx:13
 AliTPCGenDBConf.cxx:14
 AliTPCGenDBConf.cxx:15
 AliTPCGenDBConf.cxx:16
 AliTPCGenDBConf.cxx:17
 AliTPCGenDBConf.cxx:18
 AliTPCGenDBConf.cxx:19
 AliTPCGenDBConf.cxx:20
 AliTPCGenDBConf.cxx:21
 AliTPCGenDBConf.cxx:22
 AliTPCGenDBConf.cxx:23
 AliTPCGenDBConf.cxx:24
 AliTPCGenDBConf.cxx:25
 AliTPCGenDBConf.cxx:26
 AliTPCGenDBConf.cxx:27
 AliTPCGenDBConf.cxx:28
 AliTPCGenDBConf.cxx:29
 AliTPCGenDBConf.cxx:30
 AliTPCGenDBConf.cxx:31
 AliTPCGenDBConf.cxx:32
 AliTPCGenDBConf.cxx:33
 AliTPCGenDBConf.cxx:34
 AliTPCGenDBConf.cxx:35
 AliTPCGenDBConf.cxx:36
 AliTPCGenDBConf.cxx:37
 AliTPCGenDBConf.cxx:38
 AliTPCGenDBConf.cxx:39
 AliTPCGenDBConf.cxx:40
 AliTPCGenDBConf.cxx:41
 AliTPCGenDBConf.cxx:42
 AliTPCGenDBConf.cxx:43
 AliTPCGenDBConf.cxx:44
 AliTPCGenDBConf.cxx:45
 AliTPCGenDBConf.cxx:46
 AliTPCGenDBConf.cxx:47
 AliTPCGenDBConf.cxx:48
 AliTPCGenDBConf.cxx:49
 AliTPCGenDBConf.cxx:50
 AliTPCGenDBConf.cxx:51
 AliTPCGenDBConf.cxx:52
 AliTPCGenDBConf.cxx:53
 AliTPCGenDBConf.cxx:54
 AliTPCGenDBConf.cxx:55
 AliTPCGenDBConf.cxx:56
 AliTPCGenDBConf.cxx:57
 AliTPCGenDBConf.cxx:58
 AliTPCGenDBConf.cxx:59
 AliTPCGenDBConf.cxx:60
 AliTPCGenDBConf.cxx:61
 AliTPCGenDBConf.cxx:62
 AliTPCGenDBConf.cxx:63
 AliTPCGenDBConf.cxx:64
 AliTPCGenDBConf.cxx:65
 AliTPCGenDBConf.cxx:66
 AliTPCGenDBConf.cxx:67
 AliTPCGenDBConf.cxx:68
 AliTPCGenDBConf.cxx:69
 AliTPCGenDBConf.cxx:70
 AliTPCGenDBConf.cxx:71
 AliTPCGenDBConf.cxx:72
 AliTPCGenDBConf.cxx:73
 AliTPCGenDBConf.cxx:74
 AliTPCGenDBConf.cxx:75
 AliTPCGenDBConf.cxx:76