#include <vector>
#include "DetectorDescription/Core/interface/DDExpandedNode.h"
Go to the source code of this file.
Enumeration Type Documentation
- Enumerator:
different_branch |
|
subtree |
|
supertree |
|
delete_action |
|
Definition at line 7 of file DDScope.h.
Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const DDScope & |
|
|
) |
| |
Definition at line 117 of file DDScope.cc.
References DDScope::subtrees_.
{
DDScope::scope_type::const_iterator it = scope.subtrees_.begin();
for(; it != scope.subtrees_.end(); ++ it )
{
os << *it << std::endl;
}
return os;
}