QualityControl  1.5.1
O2 Data Quality Control Framework
o2::quality_control::core::Activity Class Reference

Dummy class that should be removed when there is the official one. This corresponds to a Run1/2 "run". More...

#include <Activity.h>

Collaboration diagram for o2::quality_control::core::Activity:

Public Member Functions

 Activity (int id, int type)
 
 Activity (const Activity &other)=default
 Copy constructor.
 
 Activity (Activity &&other) noexcept=default
 Move constructor.
 
Activityoperator= (const Activity &other)=default
 Copy assignment operator.
 
Activityoperator= (Activity &&other) noexcept=default
 Move assignment operator.
 

Public Attributes

int mId { 0 }
 
int mType { 0 }
 

Detailed Description

Dummy class that should be removed when there is the official one. This corresponds to a Run1/2 "run".

Author
Barthelemy von Haller

The documentation for this class was generated from the following file: