#include <DataDescriptorMatcher.h>
Definition at line 78 of file DataDescriptorMatcher.h.
◆ VariableContext()
o2::framework::data_matcher::VariableContext::VariableContext |
( |
| ) |
|
|
inline |
◆ commit()
void o2::framework::data_matcher::VariableContext::commit |
( |
| ) |
|
Use this after a query to actually commit the matched fields. Notice the old matches remain there, but we do not need to clean them up as we have reset the counter. Use this after a successful query to persist matches variables and speedup subsequent lookups.
Definition at line 54 of file DataDescriptorMatcher.cxx.
◆ discard()
void o2::framework::data_matcher::VariableContext::discard |
( |
| ) |
|
|
inline |
Discard the updates. Use this after a failed query if you do not want to retain partial matches.
◆ get()
◆ publish()
Publish the context to the GUI / monitoring. callback is a function which will be called for each element context is userdata which will be passed to the callback. name is the name of the metrics to be used.
Definition at line 37 of file DataDescriptorMatcher.cxx.
◆ put()
◆ reset()
void o2::framework::data_matcher::VariableContext::reset |
( |
| ) |
|
Reset the all the variables and updates, without having to tear down the context.
Definition at line 64 of file DataDescriptorMatcher.cxx.
The documentation for this class was generated from the following files: