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

◆ operator<<()

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

Definition at line 87 of file DDScope.cc.

References ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, and DDScope::subtrees_.

87  {
88  DDScope::scope_type::const_iterator it = scope.subtrees_.begin();
89  for (; it != scope.subtrees_.end(); ++it) {
90  os << *it << std::endl;
91  }
92  return os;
93 }
scope_type subtrees_
Definition: DDScope.h:57