ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
AtlasTest
DatabaseTest
AthenaPoolTest
src
AthenaPoolTestDataWriter.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef AthenaPoolTestDataWriter_h
6
#define AthenaPoolTestDataWriter_h
7
17
25
26
// INCLUDE HEADER FILES:
27
28
#include "
AthenaBaseComps/AthAlgorithm.h
"
29
#include "
CxxUtils/checker_macros.h
"
30
31
// Contains thread-unsafe old-style code modifying EventInfo in place.
32
class
ATLAS_NOT_THREAD_SAFE
AthenaPoolTestDataWriter
:
public
AthAlgorithm
33
{
34
35
public
:
36
38
AthenaPoolTestDataWriter
(
const
std::string& name, ISvcLocator* pSvcLocator);
39
41
~AthenaPoolTestDataWriter
();
42
44
virtual
StatusCode
execute
(
const
EventContext& ctx)
override
;
45
46
private
:
47
49
Gaudi::Property<bool>
m_partialCreate
{
this
,
"PartialCreate"
,
false
};
50
52
Gaudi::Property<bool>
m_readOtherHalf
{
this
,
"ReadOtherHalf"
,
false
};
53
55
Gaudi::Property<bool>
m_readFirstHalf
{
this
,
"ReadFirstHalf"
,
false
};
56
57
};
58
#endif
AthAlgorithm.h
checker_macros.h
Define macros for attributes used to control the static checker.
ATLAS_NOT_THREAD_SAFE
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
Definition
checker_macros.h:212
AthAlgorithm::execute
virtual StatusCode execute(const EventContext &ctx)=0
Execute method.
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
AthenaPoolTestDataWriter::AthenaPoolTestDataWriter
AthenaPoolTestDataWriter(const std::string &name, ISvcLocator *pSvcLocator)
Algorithm constructor.
Definition
AthenaPoolTestDataWriter.cxx:38
AthenaPoolTestDataWriter::m_partialCreate
Gaudi::Property< bool > m_partialCreate
Create only part of the collections.
Definition
AthenaPoolTestDataWriter.h:49
AthenaPoolTestDataWriter::m_readOtherHalf
Gaudi::Property< bool > m_readOtherHalf
For partial create read second half of collections.
Definition
AthenaPoolTestDataWriter.h:52
AthenaPoolTestDataWriter::m_readFirstHalf
Gaudi::Property< bool > m_readFirstHalf
For partial create read first half of collections.
Definition
AthenaPoolTestDataWriter.h:55
Generated on
for ATLAS Offline Software by
1.17.0