#include "TTree.h"#include "TFile.h"#include "Persistency/PerFileManager.h"#include "Persistency/PerStream.h"#include "Record/RecRecord.h"#include "MessageService/MsgService.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: PerStream.cxx,v 1.18 2009/01/05 04:37:56 schubert Exp $") | |
| std::ostream & | operator<< (std::ostream &ms, const PerStream &ps) |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 25 of file PerStream.cxx. 00025 {
00026 return ps.Print(ms);
00027 }
|
1.3.9.1