ATLAS Offline Software
Loading...
Searching...
No Matches
UnitTestAlg7.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef EVENT_LOOP_UNIT_TEST_ALG7_H
6#define EVENT_LOOP_UNIT_TEST_ALG7_H
7
9
11
12namespace EL
13{
16
17 class UnitTestAlg7 final : public AnaAlgorithm
18 {
19 //
20 // public interface
21 //
22
23 public:
24 UnitTestAlg7 (const std::string& name,
25 ISvcLocator* pSvcLocator);
26
27
28
29 //
30 // interface inherited from Algorithm
31 //
32
33 private:
34 virtual ::StatusCode initialize () override;
35
36 private:
37 virtual ::StatusCode execute () override;
38
39 private:
40 virtual ::StatusCode finalize () override;
41
42
43
44 //
45 // private interface
46 //
47 };
48}
49
50#endif
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
virtual::StatusCode initialize() override
UnitTestAlg7(const std::string &name, ISvcLocator *pSvcLocator)
virtual::StatusCode finalize() override
virtual::StatusCode execute() override
This module defines the arguments passed from the BATCH driver to the BATCH worker.