ATLAS Offline Software
Loading...
Searching...
No Matches
HandleTestTool1.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2/*
3 * Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration.
4 */
12
13
14#ifndef ATHEXSTOREGATEEXAMPLE_HANDLETESTTOOL1_H
15#define ATHEXSTOREGATEEXAMPLE_HANDLETESTTOOL1_H
16
17
21#include "IHandleTestTool.h"
22
23
24namespace AthEx {
25
26
27class HandleTestTool1 : public extends<AthAlgTool, IHandleTestTool>
28{
29public:
30 using base_class::base_class;
31
32
33 virtual StatusCode initialize() override;
34
35
36private:
38 { this, "WriteKey", "obj", "" };
39};
40
41
42} // namespace AthEx
43
44
45#endif // not ATHEXSTOREGATEEXAMPLE_HANDLETESTTOOL1_H
Test for cross-component circular dependency warning suppression of WriteDecorHandleKey.
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::WriteHandleKey< MyDataObj > m_whKey
virtual StatusCode initialize() override
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition Hist.h:25