DD4hep  1.28.0
Detector Description Toolkit for High Energy Physics
Classes | Namespaces | Functions
Operators.h File Reference
#include <string>

Go to the source code of this file.

Classes

class  dd4hep::ByName< T >
 Helper functor to select elements by name (using name() member method) More...
 
class  dd4hep::ByNameAttr< T >
 Helper functor to select elements by name (using name member variable) More...
 

Namespaces

 dd4hep
 Namespace for the AIDA detector description toolkit.
 

Functions

template<typename T >
ByName< T > dd4hep::byName (const std::string &n)
 
template<typename T >
ByName< T > dd4hep::byName (const T *o)
 
template<typename T >
ByName< T > dd4hep::byName (const T &o)
 
template<typename T >
ByNameAttr< T > dd4hep::byNameAttr (const std::string &nam)
 
template<typename T >
ByNameAttr< T > dd4hep::byNameAttr (const T *o)
 
template<typename T >
ByNameAttr< T > dd4hep::byNameAttr (const T &o)