More information on this package is here.
#ifndef __TRUNINDEX__
#define __TRUNINDEX__
#include <iostream>
using namespace std;
#include <stdlib.h>
#include <unistd.h>
#include <iomanip>
#include "TROOT.h"
#include "TObject.h"
#include "TString.h"
class TRunIndex : public TObject{
public:
Int_t fRunIndexId;
Int_t fMinRun;
Int_t fMaxRun;
Int_t fItemId;
Int_t fItemValueId;
TString fOfficer;
TString fTime;
TString fComment;
TRunIndex();
TRunIndex(Int_t fpRunIndexId,Int_t fpMinRun,
Int_t fpMaxRun,
Int_t fpItemId,
Int_t fpItemValueId,
const char *fpOfficer,
const char *fpTime,
const char *fpComment);
virtual ~TRunIndex();
void Set(Int_t fpRunIndexId,Int_t fpMinRun,
Int_t fpMaxRun,
Int_t fpItemId,
Int_t fpItemValueId,
const char *fpOfficer,
const char *fpTime,
const char *fpComment);
void Print(void){
cout << "TRunIndex .... ;-)\n";};
ClassDef(TRunIndex,1)
};
#endif
Author: Maurik Holtrop
Last update: ClasTool/ClasBanks:$Name: $:$Id: TRunIndex.cc,v 1.3 2007/03/01 22:27:00 holtrop Exp $
CopyLeft - This code is freely available.
ROOT Home page - ClasTool Class index - Class Hierarchy - Top of the page