#include "DetectorDescription/Core/interface/DDScope.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const DDScope &scope) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const DDScope & | scope | |||
) |
Definition at line 125 of file DDScope.cc.
References lat::endl(), it, and DDScope::subtrees_.
00126 { 00127 DDScope::scope_type::const_iterator it = scope.subtrees_.begin(); 00128 for (; it!=scope.subtrees_.end(); ++ it) { 00129 os << *it << std::endl; 00130 } 00131 return os; 00132 }