#include <vector>
#include <algorithm>
#include "QwDetectorInfo.h"
Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const QwGeometry & |
detectors |
|
) |
| |
|
inline |
Output stream operator
- Parameters
-
stream | Output stream |
detectors | Detector geometry object |
- Returns
- Output stream
Definition at line 167 of file QwGeometry.h.
169 for (QwGeometry::const_iterator i = detectors.begin(); i != detectors.end(); i++) {
171 stream << *(*i) << std::endl;
173 stream <<
"(null)" << std::endl;