Re: [ROOT] How to save meta information?

From: Ole Streicher (ole@ifh.de)
Date: Mon Sep 16 2002 - 15:36:18 MEST


Hello Rene!

Rene Brun writes:
 > do "ResultTree1->GetCurrentFile()->AutoSave();

The TFile doesn't have an "AutoSave()" member function? 

Could you write the complete sequence to store the algorithm to the
two files (connected to the two trees)?

Something like the following?

Algorithm::WriteMetadataToTrees(void) {
  ResultTree1->GetCurrentFile()->AutoSave();
  Write();
  ResultTree2->GetCurrentFile()->AutoSave();
  Write();
}

Ole



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:10 MET