14 #ifndef RootController_H
15 #define RootController_H
72 TFile * openFile (
const std::string & name );
76 void closeFile (
const std::string & name );
91 const std::string &
version ()
const;
99 const std::vector < std::string > & getNTupleNames (
const std::string & );
107 DataSource * createNTuple (
const std::string & name );
112 DataSource * createNTuple (
const std::string & filename,
113 const std::string & treename );
118 const std::string & filename,
119 const std::string & treename );
123 TTree * getTree (
const std::string & file,
124 const std::string & tree );
130 void fillDimSize ( std::vector < int > & dims,
132 const std::string &
column );
148 virtual void willDelete (
const Observable * obs );
154 #endif // RootController_H