ATLAS Offline Software
Loading...
Searching...
No Matches
AthViews/src_dflow/DFlowAlg2.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// 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
23
24namespace AthViews {
25
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
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.
Property holding a SG store/key/clid from which an UpdateHandle is made.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
DFlowAlg2(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
SG::WriteHandleKey< std::vector< int > > m_ints
SG::ReadHandleKey< int > m_r_int
Containers.
DFlowAlg2()
Default constructor:
SG::UpdateHandleKey< HiveDataObj > m_testUpdate
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.