![]() |
Project
|
A DataSamplingCondition which makes decisions based on payload size. More...
Inherits o2::utilities::DataSamplingCondition.
Public Member Functions | |
| DataSamplingConditionCustom () | |
| Constructor. | |
| ~DataSamplingConditionCustom () override=default | |
| Default destructor. | |
| void | configure (const boost::property_tree::ptree &config) override |
| Instantiates and configures a custom condition based on configuration. | |
| bool | decide (const o2::framework::DataRef &dataRef) override |
| Invokes decide() of a custom condition. | |
Public Member Functions inherited from o2::utilities::DataSamplingCondition | |
| DataSamplingCondition ()=default | |
| Default constructor. | |
| virtual | ~DataSamplingCondition ()=default |
| Default destructor. | |
A DataSamplingCondition which makes decisions based on payload size.
Definition at line 34 of file DataSamplingConditionCustom.cxx.
|
inline |
Constructor.
Definition at line 39 of file DataSamplingConditionCustom.cxx.
|
overridedefault |
Default destructor.
|
inlineoverridevirtual |
Instantiates and configures a custom condition based on configuration.
| config | - it should include 'moduleName', full 'className' with namespaces. Optionally it can contain custom parameters for the loaded condition. |
Implements o2::utilities::DataSamplingCondition.
Definition at line 47 of file DataSamplingConditionCustom.cxx.
|
inlineoverridevirtual |
Invokes decide() of a custom condition.
Implements o2::utilities::DataSamplingCondition.
Definition at line 73 of file DataSamplingConditionCustom.cxx.