ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
AthViews
src_dflow
ConditionTestAlg.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
// ConditionTestAlg.h
8
// Header file for class ConditionTestAlg
9
// Author: B. Wynne <bwynne@cern.ch>
11
#ifndef ATHVIEWS_CONDITIONTESTALG_H
12
#define ATHVIEWS_CONDITIONTESTALG_H 1
13
14
// STL includes
15
#include <string>
16
17
// FrameWork includes
18
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
19
#include "
AthExHive/CondDataObj.h
"
20
21
namespace
AthViews
{
22
23
class
ConditionTestAlg
24
:
public
::AthCondAlgorithm
25
{
26
28
// Public methods:
30
public
:
31
32
// Copy constructor:
33
35
ConditionTestAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
36
38
virtual
~ConditionTestAlg
();
39
40
// Assignment operator:
41
//ConditionTestAlg &operator=(const ConditionTestAlg &alg);
42
43
// Athena algorithm's Hooks
44
virtual
StatusCode
initialize
()
override
;
45
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
46
virtual
StatusCode
finalize
()
override
;
47
49
// Private data:
51
private
:
52
54
ConditionTestAlg
();
55
57
SG::WriteCondHandleKey<CondDataObj>
m_condKeyTest
{
this
,
"TestConditionsData"
,
"testConditionsData"
,
""
};
58
59
};
60
61
}
//> end namespace AthViews
62
#endif
//> !ATHVIEWS_CONDITIONTESTALG_H
AthCondAlgorithm.h
Base class for conditions algorithms.
CondDataObj.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
AthViews::ConditionTestAlg::ConditionTestAlg
ConditionTestAlg()
Default constructor:
AthViews::ConditionTestAlg::~ConditionTestAlg
virtual ~ConditionTestAlg()
Destructor:
Definition
ConditionTestAlg.cxx:39
AthViews::ConditionTestAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
ConditionTestAlg.cxx:60
AthViews::ConditionTestAlg::finalize
virtual StatusCode finalize() override
Definition
ConditionTestAlg.cxx:53
AthViews::ConditionTestAlg::initialize
virtual StatusCode initialize() override
Definition
ConditionTestAlg.cxx:44
AthViews::ConditionTestAlg::m_condKeyTest
SG::WriteCondHandleKey< CondDataObj > m_condKeyTest
Containers.
Definition
ConditionTestAlg.h:57
AthViews::ConditionTestAlg::ConditionTestAlg
ConditionTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Definition
ConditionTestAlg.cxx:27
SG::WriteCondHandleKey
Definition
WriteCondHandleKey.h:22
AthViews
Definition
ViewDataVerifier.cxx:18
Generated on
for ATLAS Offline Software by
1.17.0