ATLAS Offline Software
Reconstruction
RecAlgs
src
EventInfoUnlocker.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 RECALGS_EVENTINFOUNLOCKER_H
6
#define RECALGS_EVENTINFOUNLOCKER_H
7
8
// Gaudi includes
9
#include "GaudiKernel/ServiceHandle.h"
10
#include "
AthenaBaseComps/AthAlgorithm.h
"
11
19
class
EventInfoUnlocker
:
public
AthAlgorithm
20
{
21
public
:
22
24
EventInfoUnlocker
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
25
27
~EventInfoUnlocker
() {};
28
30
StatusCode
initialize
();
32
StatusCode
execute
();
34
StatusCode
finalize
()
35
{
return
StatusCode::SUCCESS; };
36
37
};
38
39
#endif
EventInfoUnlocker::EventInfoUnlocker
EventInfoUnlocker(const std::string &name, ISvcLocator *pSvcLocator)
Standard Athena-Algorithm Constructor.
Definition:
EventInfoUnlocker.cxx:10
EventInfoUnlocker::finalize
StatusCode finalize()
standard Athena-Algorithm method
Definition:
EventInfoUnlocker.h:34
EventInfoUnlocker
Definition:
EventInfoUnlocker.h:20
EventInfoUnlocker::execute
StatusCode execute()
standard Athena-Algorithm method
Definition:
EventInfoUnlocker.cxx:26
EventInfoUnlocker::~EventInfoUnlocker
~EventInfoUnlocker()
Default Destructor.
Definition:
EventInfoUnlocker.h:27
AthAlgorithm.h
EventInfoUnlocker::initialize
StatusCode initialize()
standard Athena-Algorithm method
Definition:
EventInfoUnlocker.cxx:19
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
Generated on Thu Nov 7 2024 21:14:58 for ATLAS Offline Software by
1.8.18