Ok Philippe,
a) i am using root 3.10.01
b) running on linux redhat 7.3, using gcc 2.96
d) this is the Makefile line i use to generate the dictionary
RootDBDict.cxx: RootDB.h
@echo "Generating dictionary $@..."
@rootcint -f $@ -c -I$(PIX_LIB) \
-I$(ROD_DAQ) -I$(VME_INTERFACE) -I$(DAQ_INCL_DIR) $^
PIX_LIB, ROD_DAQ, VME_INTERFACE and DAQ_INCL_DIR are logical names
pointing to some directories where relevant header files are stored
c) This is the class i am trying to generate the dictionary for:
#ifndef __ROOTDB
#define __ROOTDB
#include "PixConfDBInterface.h"
#include <map>
#include "TFile.h"
#include "TArrayI.h"
#include "TArrayF.h"
#include "TurboDaqDB.h"
using namespace PixLib;
class RootDbInquire;
class RootDB;
class TTags : public TNamed {
public:
multimap<int,string> m_itToTag; // tags ordered by iteration number
map<string,int> m_tagToIt; // iteration ordered by tag name
virtual ~TTags() {}
ClassDef(TTags,1)
};
#endif
Thank you!
Guido
This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:16 MET