ATLAS Offline Software
Loading...
Searching...
No Matches
UnitTestAlg3.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2//
3// Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
4//
5#ifndef EVENTLOOPTEST_UNITTESTALG3_H
6#define EVENTLOOPTEST_UNITTESTALG3_H
7
8// EventLoop include(s).
10
11namespace EL {
12
20 class UnitTestAlg3 final : public AnaAlgorithm {
21
22 public:
24 UnitTestAlg3( const std::string& name, ISvcLocator* svcLoc );
25
28
30 virtual ::StatusCode execute() override;
31
33
34 private:
37
40
42
43 }; // class UnitTestAlg3
44
45} // namespace EL
46
47#endif // EVENTLOOPTEST_UNITTESTALG3_H
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
virtual::StatusCode execute() override
Function executing the algorithm.
int m_leakBytes
The number of bytes to leak per event.
UnitTestAlg3(const std::string &name, ISvcLocator *svcLoc)
Standard algorithm constructor.
This module defines the arguments passed from the BATCH driver to the BATCH worker.