ATLAS Offline Software
Loading...
Searching...
No Matches
AllWrittenEventsCounterAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#ifndef EVENT_BOOKKEEPER_TOOLS__ALL_WRITTEN_EVENTS_COUNTER_ALG_H
8#define EVENT_BOOKKEEPER_TOOLS__ALL_WRITTEN_EVENTS_COUNTER_ALG_H
9
13
14
16{
17public:
18
19 AllWrittenEventsCounterAlg(const std::string& name, ISvcLocator* pSvcLocator);
20
21 virtual StatusCode initialize ATLAS_NOT_THREAD_SAFE () override final;
22 virtual StatusCode execute(const EventContext& ctx) const override final;
23 virtual StatusCode finalize() override final;
24
26 FilterReporterParams m_filterParams {this, "AllWrittenEvents", "Number of written events"};
27};
28
29#endif
Define macros for attributes used to control the static checker.
virtual StatusCode initialize ATLAS_NOT_THREAD_SAFE() override final
AllWrittenEventsCounterAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode finalize() override final
virtual StatusCode execute(const EventContext &ctx) const override final
An algorithm that can be simultaneously executed in multiple threads.
a handle for applying algorithm filter decisions
void initialize()
#define private