ATLAS Offline Software
Loading...
Searching...
No Matches
CounterAlgorithmClass.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGCOSTANALYSIS_COUNTERALGORITHMCLASS_H
6#define TRIGCOSTANALYSIS_COUNTERALGORITHMCLASS_H 1
7
8#include "CounterAlgorithm.h"
9
16 public:
21
27 CounterAlgorithmClass(const std::string& name, const MonitorBase* parent);
28
32 virtual ~CounterAlgorithmClass() = default;
33
38
43};
44
45#endif // TRIGCOSTANALYSIS_COUNTERALGORITHMCLASS_H
CounterAlgorithmClass & operator=(const CounterAlgorithmClass &)=delete
Forbid assignment.
CounterAlgorithmClass()=delete
Forbid default constructor.
virtual ~CounterAlgorithmClass()=default
Default destructor.
CounterAlgorithmClass(const CounterAlgorithmClass &)=delete
Forbid copy.
CounterAlgorithm()=delete
Forbid default constructor.