ATLAS Offline Software
AthViews/src_dflow/DFlowAlg3.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 // DFlowAlg3.h
8 // Header file for class DFlowAlg3
9 // Author: S.Binet<binet@cern.ch>
11 #ifndef ATHVIEWS_ATHVIEWS_DFLOWALG3_H
12 #define ATHVIEWS_ATHVIEWS_DFLOWALG3_H 1
13 
14 // STL includes
15 #include <string>
16 
17 // FrameWork includes
21 #include "AthExHive/HiveDataObj.h"
22 #include "AthExHive/CondDataObj.h"
23 
24 namespace AthViews {
25 
26 class DFlowAlg3
27  : public ::AthAlgorithm
28 {
29 
31  // Public methods:
33  public:
34 
35  // Copy constructor:
36 
38  DFlowAlg3( const std::string& name, ISvcLocator* pSvcLocator );
39 
41  virtual ~DFlowAlg3();
42 
43  // Assignment operator:
44  //DFlowAlg3 &operator=(const DFlowAlg3 &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
66  SG::ReadCondHandleKey<CondDataObj> m_condKeyTest{ this, "TestConditionsData", "testConditionsData", "" };
67 
68 };
69 
70 } //> end namespace AthViews
71 #endif //> !ATHVIEWS_ATHVIEWS_DFLOWALG3_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
AthViews::DFlowAlg3::m_w_dflowDummy
SG::WriteHandleKey< int > m_w_dflowDummy
Definition: AthViews/src_dflow/DFlowAlg3.h:64
AthViews::DFlowAlg3::finalize
virtual StatusCode finalize()
Definition: AthViews/src_dflow/DFlowAlg3.cxx:75
HiveDataObj.h
AthViews::DFlowAlg3::execute
virtual StatusCode execute()
Definition: AthViews/src_dflow/DFlowAlg3.cxx:82
CondDataObj.h
SG::ReadHandleKey< int >
AthViews::DFlowAlg3
Definition: AthViews/src_dflow/DFlowAlg3.h:28
AthAlgorithm.h
SG::WriteHandleKey< int >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthViews::DFlowAlg3::m_r_ints
SG::ReadHandleKey< std::vector< int > > m_r_ints
Definition: AthViews/src_dflow/DFlowAlg3.h:63
AthViews::DFlowAlg3::initialize
virtual StatusCode initialize()
Definition: AthViews/src_dflow/DFlowAlg3.cxx:62
AthViews::DFlowAlg3::DFlowAlg3
DFlowAlg3()
Default constructor:
AthAlgorithm
Definition: AthAlgorithm.h:47
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
AthViews::DFlowAlg3::m_r_int
SG::ReadHandleKey< int > m_r_int
Containers.
Definition: AthViews/src_dflow/DFlowAlg3.h:62
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
AthViews
Definition: ViewDataVerifier.cxx:18
SG::ReadCondHandleKey< CondDataObj >
AthViews::DFlowAlg3::m_testUpdate
SG::ReadHandleKey< HiveDataObj > m_testUpdate
Definition: AthViews/src_dflow/DFlowAlg3.h:65
AthViews::DFlowAlg3::m_condKeyTest
SG::ReadCondHandleKey< CondDataObj > m_condKeyTest
Definition: AthViews/src_dflow/DFlowAlg3.h:66
AthViews::DFlowAlg3::~DFlowAlg3
virtual ~DFlowAlg3()
Destructor:
Definition: AthViews/src_dflow/DFlowAlg3.cxx:57