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 117 of file DDScope.cc.

References DDScope::subtrees_.

118 {
119  DDScope::scope_type::const_iterator it = scope.subtrees_.begin();
120  for(; it != scope.subtrees_.end(); ++ it )
121  {
122  os << *it << std::endl;
123  }
124  return os;
125 }
scope_type subtrees_
Definition: DDScope.h:57