#include "RawData/RawHeader.h"#include <iostream>Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &os, const RawHeader &h) |
|
||||||||||||
|
Definition at line 20 of file RawHeader.cxx. 00021 { return h.FormatToOStream(os); }
|
1.3.9.1