CMS 3D CMS Logo

Functions
DDScope.cc File Reference
#include "DetectorDescription/Core/interface/DDScope.h"
#include <ostream>

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

References DDScope::subtrees_.

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