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

Helper to select condition objects by hash key from a conditions pool. More...

#include <ConditionsSelectors.h>

Inheritance diagram for dd4hep::cond::Operators::KeyFind:
dd4hep::cond::Operators::Cond__Oper

Public Member Functions

 KeyFind (cond_t::key_type h)
 
bool operator() (const object_t *o) const
 

Private Attributes

cond_t::key_type hash
 

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

Helper to select condition objects by hash key from a conditions pool.

Author
M.Frank
Version
1.0

Definition at line 152 of file ConditionsSelectors.h.

Constructor & Destructor Documentation

◆ KeyFind()

dd4hep::cond::Operators::KeyFind::KeyFind ( cond_t::key_type  h)
inline

Definition at line 155 of file ConditionsSelectors.h.

Member Function Documentation

◆ operator()()

bool dd4hep::cond::Operators::KeyFind::operator() ( const object_t o) const
inline

Definition at line 156 of file ConditionsSelectors.h.

Member Data Documentation

◆ hash

cond_t::key_type dd4hep::cond::Operators::KeyFind::hash
private

Definition at line 153 of file ConditionsSelectors.h.


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