ATLAS Offline Software
AthViews/src_dflow/DFlowAlg1.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // DFlowAlg1.h
8 // Header file for class DFlowAlg1
9 // Author: S.Binet<binet@cern.ch>
11 #ifndef ATHVIEWS_ATHVIEWS_DFLOWALG1_H
12 #define ATHVIEWS_ATHVIEWS_DFLOWALG1_H 1
13 
14 // STL includes
15 #include <string>
16 
17 // FrameWork includes
21 #include "AthExHive/HiveDataObj.h"
22 
23 namespace AthViews {
24 
25 class DFlowAlg1
26  : public ::AthAlgorithm
27 {
28 
30  // Public methods:
32  public:
33 
34  // Copy constructor:
35 
37  DFlowAlg1( const std::string& name, ISvcLocator* pSvcLocator );
38 
40  virtual ~DFlowAlg1();
41 
42  // Assignment operator:
43  //DFlowAlg1 &operator=(const DFlowAlg1 &alg);
44 
45  // Athena algorithm's Hooks
46  virtual StatusCode initialize();
47  virtual StatusCode execute();
48  virtual StatusCode finalize();
49 
51  // Private data:
53  private:
54 
57 
59 
60  // vars
64 
65 };
66 
67 } //> end namespace AthViews
68 #endif //> !ATHVIEWS_ATHVIEWS_DFLOWALG1_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
AthViews::DFlowAlg1::initialize
virtual StatusCode initialize()
Definition: AthViews/src_dflow/DFlowAlg1.cxx:57
HiveDataObj.h
SG::ReadHandleKey< int >
AthViews::DFlowAlg1::m_w_int
SG::WriteHandleKey< int > m_w_int
Definition: AthViews/src_dflow/DFlowAlg1.h:62
AthViews::DFlowAlg1::m_testUpdate
SG::WriteHandleKey< HiveDataObj > m_testUpdate
Definition: AthViews/src_dflow/DFlowAlg1.h:63
AthAlgorithm.h
SG::WriteHandleKey< int >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition: AthAlgorithm.h:47
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
AthViews::DFlowAlg1::finalize
virtual StatusCode finalize()
Definition: AthViews/src_dflow/DFlowAlg1.cxx:68
AthViews::DFlowAlg1::execute
virtual StatusCode execute()
Definition: AthViews/src_dflow/DFlowAlg1.cxx:75
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
AthViews
Definition: ViewDataVerifier.cxx:18
AthViews::DFlowAlg1
Definition: AthViews/src_dflow/DFlowAlg1.h:27
AthViews::DFlowAlg1::~DFlowAlg1
virtual ~DFlowAlg1()
Destructor:
Definition: AthViews/src_dflow/DFlowAlg1.cxx:52
AthViews::DFlowAlg1::m_r_int
SG::ReadHandleKey< int > m_r_int
Containers.
Definition: AthViews/src_dflow/DFlowAlg1.h:61
AthViews::DFlowAlg1::DFlowAlg1
DFlowAlg1()
Default constructor: