ATLAS Offline Software
Loading...
Searching...
No Matches
CounterAlgorithm.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGCOSTANALYSIS_COUNTERALGORITHM_H
6#define TRIGCOSTANALYSIS_COUNTERALGORITHM_H 1
7
8#include "../CounterBase.h"
9
15 public:
19 CounterAlgorithm() = delete;
20
27 CounterAlgorithm(const std::string& name, const MonitorBase* parent, const bool skipHistograms=false);
28
32 virtual ~CounterAlgorithm() = default;
33
38
43
50 virtual StatusCode newEvent(const CostData& data, size_t index, const float weight = 1.) override;
51};
52
53#endif // TRIGCOSTANALYSIS_COUNTERALGORITHM_H
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
Caches and propagates event data to be used by monitoring algorithms.
Definition CostData.h:26
virtual StatusCode newEvent(const CostData &data, size_t index, const float weight=1.) override
Concrete implimentation.
CounterAlgorithm(const CounterAlgorithm &)=delete
Forbid copy.
CounterAlgorithm()=delete
Forbid default constructor.
CounterAlgorithm & operator=(const CounterAlgorithm &)=delete
Forbid assignment.
virtual ~CounterAlgorithm()=default
Default destructor.
CounterBase()=delete
Forbid default constructor.
Definition index.py:1