QualityControl
1.5.1
O2 Data Quality Control Framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
MonitorObjectCollection.h
Go to the documentation of this file.
1
// Copyright CERN and copyright holders of ALICE O2. This software is
2
// distributed under the terms of the GNU General Public License v3 (GPL
3
// Version 3), copied verbatim in the file "COPYING".
4
//
5
// See http://alice-o2.web.cern.ch/license for full licensing information.
6
//
7
// In applying this license CERN does not waive the privileges and immunities
8
// granted to it by virtue of its status as an Intergovernmental Organization
9
// or submit itself to any jurisdiction.
10
15
16
#ifndef QUALITYCONTROL_MONITOROBJECTCOLLECTION_H
17
#define QUALITYCONTROL_MONITOROBJECTCOLLECTION_H
18
19
#include <TObjArray.h>
20
#include <Mergers/MergeInterface.h>
21
22
namespace
o2::quality_control::core
23
{
24
25
class
MonitorObjectCollection
:
public
TObjArray
,
public
mergers::MergeInterface
26
{
27
public
:
28
MonitorObjectCollection
() =
default
;
29
~
MonitorObjectCollection
() =
default
;
30
31
void
merge(mergers::MergeInterface*
const
other)
override
;
32
ClassDefOverride(
MonitorObjectCollection
, 0);
33
};
34
35
}
// namespace o2::quality_control::core
36
37
#endif //QUALITYCONTROL_MONITOROBJECTCOLLECTION_H
TObjArray
o2::quality_control::core::MonitorObjectCollection
Definition:
MonitorObjectCollection.h:25
o2::quality_control::core
These methods can be used to build a complex processing topology. It spawns 3 separate dummy processi...
Definition:
Activity.h:19
Framework
include
QualityControl
MonitorObjectCollection.h
Generated by
1.8.11