ATLAS Offline Software
Loading...
Searching...
No Matches
AthViews/src_dflow/DFlowAlg1.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// 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
22
23namespace AthViews {
24
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
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:
DFlowAlg1()
Default constructor:
SG::WriteHandleKey< HiveDataObj > m_testUpdate
SG::ReadHandleKey< int > m_r_int
Containers.
DFlowAlg1(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
SG::WriteHandleKey< int > m_w_int
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.