ATLAS Offline Software
Loading...
Searching...
No Matches
AthViews/src_dflow/DFlowAlg3.h
Go to the documentation of this file.
1
2
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
23
24namespace AthViews {
25
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
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
SG::ReadHandleKey< std::vector< int > > m_r_ints
SG::WriteHandleKey< int > m_w_dflowDummy
DFlowAlg3(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
DFlowAlg3()
Default constructor:
SG::ReadHandleKey< int > m_r_int
Containers.
SG::ReadHandleKey< HiveDataObj > m_testUpdate
SG::ReadCondHandleKey< CondDataObj > m_condKeyTest
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.