QualityControl
1.5.1
O2 Data Quality Control Framework
|
Example of custom Data Sampling Condition. More...
#include <ExampleCondition.h>
Public Member Functions | |
ExampleCondition ()=default | |
Constructor. | |
~ExampleCondition () override=default | |
Default destructor. | |
void | configure (const boost::property_tree::ptree &config) override |
Reads 'threshold'. | |
bool | decide (const o2::framework::DataRef &dataRef) override |
Makes a positive decision if first byte is higher than 'threshold'. | |
Example of custom Data Sampling Condition.