QualityControl
1.5.1
O2 Data Quality Control Framework
|
Dummy class that should be removed when there is the official one. This corresponds to a Run1/2 "run". More...
#include <Activity.h>
Public Member Functions | |
Activity (int id, int type) | |
Activity (const Activity &other)=default | |
Copy constructor. | |
Activity (Activity &&other) noexcept=default | |
Move constructor. | |
Activity & | operator= (const Activity &other)=default |
Copy assignment operator. | |
Activity & | operator= (Activity &&other) noexcept=default |
Move assignment operator. | |
Public Attributes | |
int | mId { 0 } |
int | mType { 0 } |
Dummy class that should be removed when there is the official one. This corresponds to a Run1/2 "run".