ATLAS Offline Software
Loading...
Searching...
No Matches
BackgroundWordTest.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef RECBACKGROUNDALGS_CHBACKGROUNDWORDTEST
6#define RECBACKGROUNDALGS_CHBACKGROUNDWORDTEST
7
8
10#include <string>
11
13{
14
15 public:
16
17 BackgroundWordTest(const std::string& name, ISvcLocator* pSvcLocator);
19
20 StatusCode initialize();
21 StatusCode execute();
22 StatusCode finalize();
23};
24
25#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
BackgroundWordTest(const std::string &name, ISvcLocator *pSvcLocator)