Changeset 4698 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 08/23/04 09:06:37 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mfileio
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadTree.h
r3682 r4698 71 71 virtual Int_t AddFile(const char *fname, Int_t entries=-1); 72 72 virtual Int_t AddFiles(const MReadTree &read); 73 Int_t AddFiles(MDirIter &dir) { return MRead::AddFiles(dir); } 73 74 74 75 Int_t PreProcess(MParList *pList); -
trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc
r4694 r4698 775 775 // -------------------------------------------------------------------------- 776 776 // 777 // cd into file. See TFile::cd() 778 // 779 Bool_t MWriteRootFile::cd(const char *path) 780 { 781 return fOut->cd(path); 782 } 783 784 // -------------------------------------------------------------------------- 785 // 777 786 // Implementation of SavePrimitive. Used to write the call to a constructor 778 787 // to a macro. In the original root implementation it is used to write -
trunk/MagicSoft/Mars/mfileio/MWriteRootFile.h
r4694 r4698 128 128 void Print(Option_t *t=NULL) const; 129 129 130 Bool_t cd(const char *path=0); 131 130 132 ClassDef(MWriteRootFile, 1) // Task to write data into a root file 131 133 };
Note:
See TracChangeset
for help on using the changeset viewer.