9 #ifndef LWH_AITreeFactory_H
10 #define LWH_AITreeFactory_H
12 #ifndef LWH_USING_AIDA
26 virtual ~ITreeFactory() {}
28 virtual ITree * create(
const std::string &,
const std::string & =
"",
29 bool =
false,
bool =
false,
30 const std::string & =
"") = 0;
39 #include "AIDA/ITreeFactory.h"