#include <string>#include "MessageService/MsgService.h"#include "MinosObjectMap/MomNavigator.h"#include "Persistency/test/DemoDaqOutputModule.h"#include "Persistency/PerOutputStream.h"Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &ms, const DemoDaqOutputModule &dm) |
|
||||||||||||
|
Definition at line 22 of file DemoDaqOutputModule.cc. References DemoDaqOutputModule::Print(). 00022 {
00023 return dm.Print(ms);
00024 }
|
1.3.9.1