DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | Public Attributes | List of all members
dd4hep::cond::Operators::PoolSelect< T > Struct Template Reference

Helper to insert objects into a conditions pool. More...

#include <ConditionsSelectors.h>

Inheritance diagram for dd4hep::cond::Operators::PoolSelect< T >:
dd4hep::cond::Operators::Cond__Oper

Public Member Functions

 PoolSelect (T &o)
 
bool operator() (Condition::Object *o) const
 

Public Attributes

T & pool
 

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 T>
struct dd4hep::cond::Operators::PoolSelect< T >

Helper to insert objects into a conditions pool.

Author
M.Frank
Version
1.0

Definition at line 89 of file ConditionsSelectors.h.

Constructor & Destructor Documentation

◆ PoolSelect()

template<typename T >
dd4hep::cond::Operators::PoolSelect< T >::PoolSelect ( T &  o)
inline

Definition at line 91 of file ConditionsSelectors.h.

Member Function Documentation

◆ operator()()

template<typename T >
bool dd4hep::cond::Operators::PoolSelect< T >::operator() ( Condition::Object o) const
inline

Definition at line 92 of file ConditionsSelectors.h.

Member Data Documentation

◆ pool

template<typename T >
T& dd4hep::cond::Operators::PoolSelect< T >::pool

Definition at line 90 of file ConditionsSelectors.h.


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