ATLAS Offline Software
Loading...
Searching...
No Matches
EventCountModule.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8
9#ifndef EVENT_LOOP__EVENT_COUNT_MODULE_H
10#define EVENT_LOOP__EVENT_COUNT_MODULE_H
11
12#include <EventLoop/Global.h>
13
14#include <EventLoop/Module.h>
15
16namespace EL
17{
18 namespace Detail
19 {
22
24 {
25 //
26 // public interface
27 //
28
29 public:
30
31 using Module::Module;
32
33 virtual StatusCode postFinalize (ModuleData& data) override;
34 };
35 }
36}
37
38#endif
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
a Module tracking how many events get processed by each algorithm
virtual StatusCode postFinalize(ModuleData &data) override
actions after algorithms have been finalized
the base class for EventLoop instrumentation module
This module defines the arguments passed from the BATCH driver to the BATCH worker.
::StatusCode StatusCode
StatusCode definition for legacy code.
the data the EventLoop core classes are sharing with the Module implementation
Definition ModuleData.h:64