|
DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Go to the documentation of this file.
14 #ifndef DD4HEP_OPERATORS_H
15 #define DD4HEP_OPERATORS_H
67 #endif // DD4HEP_OPERATORS_H
ByNameAttr(const ByNameAttr ©)
Copy constructor.
ByNameAttr< T > & operator=(const ByNameAttr< Q > &)
Assignment operator.
ByName< T > & operator=(const ByName< Q > &)
Assignment operator.
ByName< T > byName(const std::string &n)
Helper functor to select elements by name (using name member variable)
bool operator()(const T &entry) const
Operator to select from object containers.
bool operator()(const T *entry) const
Operator to select from pointer containers.
bool operator()(const T &entry) const
Operator to select from object containers.
const std::string & name
Reference name.
Helper functor to select elements by name (using name() member method)
const std::string & name
Reference name.
ByNameAttr(const std::string &nam)
Standard constructor.
ByName(const ByName ©)
Copy constructor.
ByNameAttr< T > byNameAttr(const std::string &nam)
Namespace for the AIDA detector description toolkit.
bool operator()(const T *entry) const
Operator to select from pointer containers.
ByName(const std::string &nam)
Standard constructor.