ATLAS Offline Software
Loading...
Searching...
No Matches
CTP_AllBinsAreEmptyExceptZero.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_CTP_ALLBINSAREEMPTYEXCEPTZERO_H
6#define DQM_ALGORITHMS_CTP_ALLBINSAREEMPTYEXCEPTZERO_H
7
8#include <string>
9#include "TObject.h"
10#include "dqm_core/Algorithm.h"
11
12
13namespace dqm_algorithms {
14
15class CTP_AllBinsAreEmptyExceptZero : public dqm_core::Algorithm {
16public:
17
19 virtual ~CTP_AllBinsAreEmptyExceptZero() = default;
20
21 virtual dqm_core::Algorithm* clone() override;
22 virtual dqm_core::Result* execute( const std::string& name, const TObject& data, const dqm_core::AlgorithmConfig& config ) override;
23 using dqm_core::Algorithm::printDescription;
24 virtual void printDescription(std::ostream& out);
25
26private:
27 std::string m_name;
28};
29
30} //namespace dqm_algorithms
31
32#endif // DQM_ALGORITHMS_CTP_ALLBINSAREEMPTYEXCEPTZERO_H
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
virtual dqm_core::Result * execute(const std::string &name, const TObject &data, const dqm_core::AlgorithmConfig &config) override