ATLAS Offline Software
HiveAlgL3.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ATHEXHIVE_ALGL3_H
6 #define ATHEXHIVE_ALGL3_H 1
7 
11 #include "AthExHive/HiveDataObj.h"
12 #include "../HiveAlgBase.h"
13 
14 #include <string>
15 
16 class HiveAlgL3 : public HiveAlgBase {
17 
18 public:
19 
20  // Standard Algorithm Constructor:
21 
22  HiveAlgL3 (const std::string& name, ISvcLocator* pSvcLocator);
23  ~HiveAlgL3();
24 
25  // Define the initialize, execute and finalize methods:
26 
30 
31 private:
32 
34 
35 };
36 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
HiveAlgL3::finalize
StatusCode finalize()
Definition: HiveAlgL3.cxx:31
SG::UpdateHandleKey< HiveDataObj >
HiveAlgL3
Definition: HiveAlgL3.h:16
HiveDataObj.h
HiveAlgL3::HiveAlgL3
HiveAlgL3(const std::string &name, ISvcLocator *pSvcLocator)
Definition: HiveAlgL3.cxx:11
HiveAlgL3::execute
StatusCode execute()
Definition: HiveAlgL3.cxx:36
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
HiveAlgL3::initialize
StatusCode initialize()
Definition: HiveAlgL3.cxx:23
HiveAlgBase
Definition: HiveAlgBase.h:26
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
UpdateHandleKey.h
Property holding a SG store/key/clid from which an UpdateHandle is made.
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
HiveAlgL3::m_udh1
SG::UpdateHandleKey< HiveDataObj > m_udh1
Definition: HiveAlgL3.h:33
HiveAlgL3::~HiveAlgL3
~HiveAlgL3()
Definition: HiveAlgL3.cxx:21