ATLAS Offline Software
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 
23 };
24 
25 #endif
BackgroundWordTest::initialize
StatusCode initialize()
Definition: BackgroundWordTest.cxx:26
AthAlgorithm.h
BackgroundWordTest::BackgroundWordTest
BackgroundWordTest(const std::string &name, ISvcLocator *pSvcLocator)
Definition: BackgroundWordTest.cxx:13
BackgroundWordTest::finalize
StatusCode finalize()
Definition: BackgroundWordTest.cxx:70
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
BackgroundWordTest
Definition: BackgroundWordTest.h:13
AthAlgorithm
Definition: AthAlgorithm.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
BackgroundWordTest::~BackgroundWordTest
~BackgroundWordTest()
BackgroundWordTest::execute
StatusCode execute()
Definition: BackgroundWordTest.cxx:34