Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

StDbModifier.cxx File Reference

#include <stdio.h>
#include <stdlib.h>
#include <Stiostream.h>
#include "TROOT.h"
#include "TInterpreter.h"
#include "TTable.h"
#include "StDbLib/StDbManager.hh"
#include "StDbLib/StDbConfigNode.hh"
#include "StDbLib/StDbTable.h"
#include "StDbLib/StDbDefs.hh"
#include "StDbLib/StDbTableDescriptor.h"
#include "StDbModifier.h"

Go to the source code of this file.

Functions

 ClassImp (StDbModifier) StDbModifier


Function Documentation

ClassImp StDbModifier   ) 
 

Definition at line 49 of file StDbModifier.cxx.

00052 : funixTime(0), fTimestamp(0) 00053 { 00054 // constructor of StDbModifier 00055 00056 00057 // fTimestamp = new char[30]; 00058 // strcpy(fTimestamp,"2038-01-01 04:59:59"); 00059 // Timestamp of the data requested. 00060 // To get recent one, here, it is assigned as end of UNIX time. 00061 00062 fDebug = 0; // set No-debug mode. 00063 00064 fDbName = 0; // set Database name on DB server as brank. 00065 fTableName = 0; // set Table name on DB server as brank. 00066 // If either fDbName or fTableName is still 0 00067 // in ReadDataFromBD() and WriteDataToDB(), 00068 // the program will be terminated. 00069 fVersionName = 0; 00070 00071 fFlavorName = 0; 00072 00073 fOutputFileName = new char[200]; 00074 strcpy(fOutputFileName,"./database_data.C"); 00075 // default name of a file to be filled data from database. 00076 00077 fInputFileName = new char[200]; 00078 strcpy(fInputFileName,"./database_data.C"); 00079 // default name of a file to be read data from ascii file. 00080 }


Generated on Thu Aug 24 14:45:34 2006 for Doxygen by doxygen 1.3.7