ATLAS Offline Software
Loading...
Searching...
No Matches
SectorEfficiencyCheck.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4
5#ifndef DQM_Algorithms_SectorEfficiencyCheck_H
6#define DQM_Algorithms_SectorEfficiencyCheck_H
7
8#include <dqm_core/Algorithm.h>
9#include <dqm_core/AlgorithmConfig.h>
10#include <dqm_core/Result.h>
11#include <TObject.h>
12
13#include <ostream>
14#include <string>
15
16namespace dqm_algorithms {
17 class SectorEfficiencyCheck : public dqm_core::Algorithm {
18 public:
20 ~SectorEfficiencyCheck() override;
21
22 SectorEfficiencyCheck* clone() override;
23
24 dqm_core::Result* execute( const std::string& name,
25 const TObject& object,
26 const dqm_core::AlgorithmConfig& config ) override;
27
28 void printDescriptionTo( std::ostream& out ) override;
29
30 };
31}
32
33#endif // DQM_Algorithms_SectorEfficiencyCheck_H
void printDescriptionTo(std::ostream &out) override
dqm_core::Result * execute(const std::string &name, const TObject &object, const dqm_core::AlgorithmConfig &config) override
SectorEfficiencyCheck * clone() override