5#ifndef TRIGCOSTANALYSIS_COUNTERALGORITHMCLASS_H
6#define TRIGCOSTANALYSIS_COUNTERALGORITHMCLASS_H 1
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.