11#ifndef O2_FRAMEWORK_DATAPROCESSORLABEL_H_
12#define O2_FRAMEWORK_DATAPROCESSORLABEL_H_
24 return value == rhs.value;
29 return value < rhs.value;
34 return value > rhs.value;
GLsizei const GLfloat * value
Defining PrimaryVertex explicitly as messageable.
A label that can be associated to a DataProcessorSpec.
bool operator<(const DataProcessorLabel &rhs) const
bool operator>(const DataProcessorLabel &rhs) const
bool operator==(const DataProcessorLabel &rhs) const