![]() |
DD4hep
1.33.0
Detector Description Toolkit for High Energy Physics
|
Helper to collect conditions using a ConditionsSelect base class. More...
#include <ConditionsSelectors.h>
Public Member Functions | |
| MapConditionsSelect (T &o) | |
| virtual bool | operator() (Condition::Object *o) const |
| Overloadable entry: Selection callback: return true if the condition should be selected. More... | |
| virtual size_t | size () const |
| Overloadable entry: Return number of conditions selected. Default does nothing.... More... | |
Public Member Functions inherited from dd4hep::ConditionsSelect | |
| bool | operator() (Condition cond) const |
| Selection callback: return true if the condition should be selected. More... | |
| bool | operator() (std::pair< Condition::key_type, Condition::Object * > cond) const |
| Selection callback: return true if the condition should be selected. More... | |
| bool | operator() (std::pair< Condition::key_type, Condition > cond) const |
| Selection callback: return true if the condition should be selected. More... | |
Public Attributes | |
| T & | mapping |
Additional Inherited Members | |
Protected Member Functions inherited from dd4hep::ConditionsSelect | |
| ConditionsSelect ()=default | |
| Default constructor. More... | |
| ConditionsSelect (const ConditionsSelect ©)=default | |
| Copy constructor. More... | |
| virtual | ~ConditionsSelect () |
| Default destructor. More... | |
| ConditionsSelect & | operator= (const ConditionsSelect ©)=default |
| Default assignment operator. More... | |
Helper to collect conditions using a ConditionsSelect base class.
Definition at line 75 of file ConditionsSelectors.h.
|
inline |
Definition at line 77 of file ConditionsSelectors.h.
|
inlinevirtual |
Overloadable entry: Selection callback: return true if the condition should be selected.
Implements dd4hep::ConditionsSelect.
Definition at line 78 of file ConditionsSelectors.h.
|
inlinevirtual |
Overloadable entry: Return number of conditions selected. Default does nothing....
Reimplemented from dd4hep::ConditionsSelect.
Definition at line 80 of file ConditionsSelectors.h.
| T& dd4hep::cond::Operators::MapConditionsSelect< T >::mapping |
Definition at line 76 of file ConditionsSelectors.h.
1.8.18