Dear ROOTer,
I want to change some codes based on AIDA to root as the following
----
...
// Creating the analysis factory
AIDA::IAnalysisFactory* af = AIDA_createAnalysisFactory();
// Creating the tree factory
AIDA::ITreeFactory* tf = af->createTreeFactory();
...
AIDA::ITree* tree = tf->create("testaa.paw", "hbook", readOnly=false,
createNew = true);
// Creating a historam factory
AIDA::IHistogramFactory* hf = af->createHistogramFactory(*tree);
...
-----
What are the corresponding classes in ROOT to AIDA::IAnalysisFactory,
AIDA::ITreeFactory and AIDA::IHistogramFactory?
The second question, how to convert an <xxxx.aida> file into a
<xxxx.root> file?
Regards.
Exaos
This archive was generated by hypermail 2b29 : Sun Jan 02 2005 - 05:50:05 MET