#include "TROOT.h"#include "TFile.h"#include "TTree.h"#include "TClass.h"#include <iostream>#include "Persistency/PerOutputStream.h"#include "Persistency/PerFile.h"#include "Persistency/PerFileManager.h"#include "MessageService/MsgService.h"#include "Record/RecMinos.h"#include "Record/RecRecord.h"#include "Validity/VldContext.h"Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &os, const PerOutputStream &pos) |
| CVSID ("$Id: PerOutputStream.cxx,v 1.41 2007/01/15 20:57:28 rhatcher Exp $") | |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 29 of file PerOutputStream.cxx. 00029 {
00030 return pos.Print(os);
00031 }
|
1.3.9.1