DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Helper to remove objects from a conditions pool. The removed condition is deleted. More...
#include <ConditionsSelectors.h>
Public Member Functions | |
PoolRemove (T &o) | |
bool | operator() (object_t *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, Condition > | mapentry_t |
typedef std::pair< const Condition::key_type, object_t * > | ptr_mapentry_t |
Helper to remove objects from a conditions pool. The removed condition is deleted.
Definition at line 101 of file ConditionsSelectors.h.
|
inline |
Definition at line 103 of file ConditionsSelectors.h.
|
inline |
Definition at line 104 of file ConditionsSelectors.h.
T& dd4hep::cond::Operators::PoolRemove< T >::pool |
Definition at line 102 of file ConditionsSelectors.h.