ATLAS Offline Software
Loading...
Searching...
No Matches
DataQuality
dqm_algorithms
dqm_algorithms
AFP_Sync_check.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef DQM_Algorithms_AFP_Sync_check_H
6
#define DQM_Algorithms_AFP_Sync_check_H
7
8
#include <dqm_core/Algorithm.h>
9
#include <dqm_core/AlgorithmConfig.h>
10
#include <dqm_core/Result.h>
11
12
#include <TObject.h>
13
14
#include <map>
15
#include <ostream>
16
#include <string>
17
#include <utility>
18
#include <vector>
19
20
namespace
dqm_algorithms
{
21
class
AFP_Sync_check
:
public
dqm_core::Algorithm {
22
public
:
23
AFP_Sync_check
();
24
~AFP_Sync_check
();
25
26
AFP_Sync_check
*
clone
()
override
;
27
dqm_core::Result*
execute
(
const
std::string& name,
const
TObject&
object
,
const
dqm_core::AlgorithmConfig&
config
)
override
;
28
void
printDescriptionTo
( std::ostream& out )
override
;
29
30
};
31
}
// namespace dqm_algorithms
32
33
#endif
// DQM_Algorithms_AFP_Sync_check_H
dqm_algorithms::AFP_Sync_check::clone
AFP_Sync_check * clone() override
Definition
AFP_Sync_check.cxx:30
dqm_algorithms::AFP_Sync_check::AFP_Sync_check
AFP_Sync_check()
Definition
AFP_Sync_check.cxx:22
dqm_algorithms::AFP_Sync_check::~AFP_Sync_check
~AFP_Sync_check()
Definition
AFP_Sync_check.cxx:26
dqm_algorithms::AFP_Sync_check::printDescriptionTo
void printDescriptionTo(std::ostream &out) override
Definition
AFP_Sync_check.cxx:87
dqm_algorithms::AFP_Sync_check::execute
dqm_core::Result * execute(const std::string &name, const TObject &object, const dqm_core::AlgorithmConfig &config) override
Definition
AFP_Sync_check.cxx:35
config
Definition
PhysicsAnalysis/AnalysisCommon/AssociationUtils/python/config.py:1
dqm_algorithms
Definition
AddReference.h:17
Generated on
for ATLAS Offline Software by
1.14.0