DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | Private Attributes | List of all members
dd4hep::cond::Operators::KeyedSelect< collection_type > Class Template Reference

Helper to select keyed objects from a conditions pool. More...

#include <ConditionsSelectors.h>

Inheritance diagram for dd4hep::cond::Operators::KeyedSelect< collection_type >:
dd4hep::cond::Operators::Cond__Oper

Public Member Functions

 KeyedSelect (cond_t::key_type k, collection_type &p)
 
bool operator() (object_t *o) const
 

Private Attributes

cond_t::key_type key
 
collection_type & collection
 

Additional Inherited Members

- Public Types inherited from dd4hep::cond::Operators::Cond__Oper
typedef Condition cond_t
 
typedef Condition::Object object_t
 
typedef std::pair< const Condition::key_type, Conditionmapentry_t
 
typedef std::pair< const Condition::key_type, object_t * > ptr_mapentry_t
 

Detailed Description

template<typename collection_type>
class dd4hep::cond::Operators::KeyedSelect< collection_type >

Helper to select keyed objects from a conditions pool.

Author
M.Frank
Version
1.0

Definition at line 132 of file ConditionsSelectors.h.

Constructor & Destructor Documentation

◆ KeyedSelect()

template<typename collection_type >
dd4hep::cond::Operators::KeyedSelect< collection_type >::KeyedSelect ( cond_t::key_type  k,
collection_type &  p 
)
inline

Definition at line 136 of file ConditionsSelectors.h.

Member Function Documentation

◆ operator()()

template<typename collection_type >
bool dd4hep::cond::Operators::KeyedSelect< collection_type >::operator() ( object_t o) const
inline

Definition at line 137 of file ConditionsSelectors.h.

Member Data Documentation

◆ collection

template<typename collection_type >
collection_type& dd4hep::cond::Operators::KeyedSelect< collection_type >::collection
private

Definition at line 134 of file ConditionsSelectors.h.

◆ key

template<typename collection_type >
cond_t::key_type dd4hep::cond::Operators::KeyedSelect< collection_type >::key
private

Definition at line 133 of file ConditionsSelectors.h.


The documentation for this class was generated from the following file: