CMS 3D CMS Logo

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 lat::endl(), it, and DDScope::subtrees_.

00126 {
00127    DDScope::scope_type::const_iterator it = scope.subtrees_.begin();
00128    for (; it!=scope.subtrees_.end(); ++ it) {
00129      os << *it << std::endl;
00130    }
00131    return os;
00132 }


Generated on Tue Jun 9 17:52:36 2009 for CMSSW by  doxygen 1.5.4