ATLAS Offline Software
Loading...
Searching...
No Matches
TileBinsOutRange.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_TILEBINSFILLEDOUTRANGE_H
6#define DQM_ALGORITHMS_TILEBINSFILLEDOUTRANGE_H
7
8#include <dqm_core/Algorithm.h>
9#include <string>
10#include <iosfwd>
11
12namespace dqm_algorithms {
13 class TileBinsOutRange : public dqm_core::Algorithm {
14 public:
16 virtual ~TileBinsOutRange() = default;
17
18 virtual TileBinsOutRange* clone( ) override;
19 virtual dqm_core::Result* execute(const std::string& name, const TObject& object, const dqm_core::AlgorithmConfig& config) override;
20 using dqm_core::Algorithm::printDescription;
21 void printDescription(std::ostream& out);
22
23 private:
24 std::string m_name;
25 };
26}
27
28#endif // DQM_ALGORITHMS_TILEBINSFILLEDOUTRANGE_H
void printDescription(std::ostream &out)
virtual TileBinsOutRange * clone() override
virtual ~TileBinsOutRange()=default
virtual dqm_core::Result * execute(const std::string &name, const TObject &object, const dqm_core::AlgorithmConfig &config) override