CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
DDScope.cc File Reference
#include "DetectorDescription/Core/interface/DDScope.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const DDScope &scope)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const DDScope scope 
)

Definition at line 125 of file DDScope.cc.

References DDScope::subtrees_.

126 {
127  DDScope::scope_type::const_iterator it = scope.subtrees_.begin();
128  for (; it!=scope.subtrees_.end(); ++ it) {
129  os << *it << std::endl;
130  }
131  return os;
132 }
scope_type subtrees_
Definition: DDScope.h:57