ATLAS Offline Software
Loading...
Searching...
No Matches
Dummy_Algorithm.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef DQM_ALGORITHMS_DUMMY_ALGORITHM_H
6#define DQM_ALGORITHMS_DUMMY_ALGORITHM_H
7
9
10namespace dqm_algorithms {
11
13 Dummy_Algorithm(): BasicHistoCheck("Dummy_Algorithm") {};
14 };
15
16}
17
18#endif // DQM_ALGORITHMS_DUMMY_ALGORITHM_H
file declares the dqm_core::BasicHistoCheck class.
BasicHistoCheck(const std::string &name)