2 #ifndef AIDA_ITREEFACTORYROOT_H
3 #define AIDA_ITREEFACTORYROOT_H 1
5 #include <AIDA/ITreeFactory.h>
6 #include <AIDA/ITree.h>
46 virtual ITree *
create(
const std::string & storeName,
47 const std::string & storeType =
"",
48 bool readOnly =
false,
49 bool createNew =
false,
50 const std::string & options =
"");
virtual ~ITreeFactoryROOT()
Destructor.
Definition: ITreeFactoryROOT.h:27
class IManagedObject;
Definition: ITree.h:37
The creator of trees.
Definition: ITreeFactory.h:27
The creator of trees.
Definition: ITreeFactoryROOT.h:23
virtual ITree * create()
Creates a new tree that is not associated with a store.
Definition: ITreeFactoryROOT.cc:8