[ROOT] Where can I find AIDA interface?

From: Exaos Lee (schlie@iris.ciae.ac.cn)
Date: Mon Feb 09 2004 - 12:34:47 MET


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