CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_2_9/src/DetectorDescription/Core/src/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_.

{
   DDScope::scope_type::const_iterator it = scope.subtrees_.begin();
   for(; it != scope.subtrees_.end(); ++ it )
   {
     os << *it << std::endl;
   }
   return os;
}