ATLAS Offline Software
AthViews/src_dflow/DFlowAlg2.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 // DFlowAlg2.h
8 // Header file for class DFlowAlg2
9 // Author: S.Binet<binet@cern.ch>
11 #ifndef ATHVIEWS_ATHVIEWS_DFLOWALG2_H
12 #define ATHVIEWS_ATHVIEWS_DFLOWALG2_H 1
13 
14 // STL includes
15 #include <string>
16 
17 // FrameWork includes
22 #include "AthExHive/HiveDataObj.h"
23 
24 namespace AthViews {
25 
26 class DFlowAlg2
27  : public ::AthAlgorithm
28 {
29 
31  // Public methods:
33  public:
34 
35  // Copy constructor:
36 
38  DFlowAlg2( const std::string& name, ISvcLocator* pSvcLocator );
39 
41  virtual ~DFlowAlg2();
42 
43  // Assignment operator:
44  //DFlowAlg2 &operator=(const DFlowAlg2 &alg);
45 
46  // Athena algorithm's Hooks
47  virtual StatusCode initialize();
48  virtual StatusCode execute();
49  virtual StatusCode finalize();
50 
52  // Private data:
54  private:
55 
58 
60 
61  // vars
65 
66 };
67 
68 } //> end namespace AthViews
69 #endif //> !ATHVIEWS_ATHVIEWS_DFLOWALG2_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
AthViews::DFlowAlg2::execute
virtual StatusCode execute()
Definition: AthViews/src_dflow/DFlowAlg2.cxx:75
SG::UpdateHandleKey< HiveDataObj >
AthViews::DFlowAlg2::m_ints
SG::WriteHandleKey< std::vector< int > > m_ints
Definition: AthViews/src_dflow/DFlowAlg2.h:63
HiveDataObj.h
AthViews::DFlowAlg2::initialize
virtual StatusCode initialize()
Definition: AthViews/src_dflow/DFlowAlg2.cxx:57
SG::ReadHandleKey< int >
AthViews::DFlowAlg2::DFlowAlg2
DFlowAlg2()
Default constructor:
AthAlgorithm.h
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition: StoreGate/StoreGate/WriteHandleKey.h:40
AthViews::DFlowAlg2::finalize
virtual StatusCode finalize()
Definition: AthViews/src_dflow/DFlowAlg2.cxx:68
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthViews::DFlowAlg2
Definition: AthViews/src_dflow/DFlowAlg2.h:28
AthAlgorithm
Definition: AthAlgorithm.h:47
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
AthViews
Definition: ViewDataVerifier.cxx:18
AthViews::DFlowAlg2::~DFlowAlg2
virtual ~DFlowAlg2()
Destructor:
Definition: AthViews/src_dflow/DFlowAlg2.cxx:52
AthViews::DFlowAlg2::m_r_int
SG::ReadHandleKey< int > m_r_int
Containers.
Definition: AthViews/src_dflow/DFlowAlg2.h:62
AthViews::DFlowAlg2::m_testUpdate
SG::UpdateHandleKey< HiveDataObj > m_testUpdate
Definition: AthViews/src_dflow/DFlowAlg2.h:64