ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetConditions
PixelConditionsAlgorithms
src
PixelTDAQCondAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
10
11
#ifndef PIXELTDAQCONDALG
12
#define PIXELTDAQCONDALG
13
14
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
15
16
#include "
StoreGate/ReadCondHandleKey.h
"
17
#include "
AthenaPoolUtilities/CondAttrListCollection.h
"
18
19
#include "
StoreGate/WriteCondHandleKey.h
"
20
#include "
PixelConditionsData/PixelTDAQData.h
"
21
22
#include "
InDetIdentifier/PixelID.h
"
23
24
#include "Gaudi/Property.h"
25
26
class
PixelTDAQCondAlg
:
public
AthCondAlgorithm
{
27
public
:
28
PixelTDAQCondAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
29
virtual
~PixelTDAQCondAlg
() =
default
;
30
31
virtual
StatusCode
initialize
() override final;
32
virtual StatusCode
execute
(
const
EventContext& ctx)
const
override final;
33
34
private
:
35
const
PixelID
*
m_pixelID
{
nullptr
};
36
37
SG::ReadCondHandleKey<CondAttrListCollection>
m_readKey
38
{
this
,
"ReadKey"
,
""
,
"Input key of TDAQ deadmap conditions folder"
};
39
40
SG::WriteCondHandleKey<PixelTDAQData>
m_writeKey
41
{
this
,
"WriteKey"
,
"PixelTDAQCondData"
,
"Output key of pixel module data"
};
42
43
};
44
45
#endif
AthCondAlgorithm.h
Base class for conditions algorithms.
CondAttrListCollection.h
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
PixelID.h
This is an Identifier helper class for the Pixel subdetector.
PixelTDAQData.h
Store pixel TDAQ information to PixelTDAQData.
ReadCondHandleKey.h
WriteCondHandleKey.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
PixelID
This is an Identifier helper class for the Pixel subdetector.
Definition
PixelID.h:69
PixelTDAQCondAlg::PixelTDAQCondAlg
PixelTDAQCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
PixelTDAQCondAlg.cxx:10
PixelTDAQCondAlg::~PixelTDAQCondAlg
virtual ~PixelTDAQCondAlg()=default
PixelTDAQCondAlg::m_readKey
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey
Definition
PixelTDAQCondAlg.h:38
PixelTDAQCondAlg::m_pixelID
const PixelID * m_pixelID
Definition
PixelTDAQCondAlg.h:35
PixelTDAQCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition
PixelTDAQCondAlg.cxx:25
PixelTDAQCondAlg::m_writeKey
SG::WriteCondHandleKey< PixelTDAQData > m_writeKey
Definition
PixelTDAQCondAlg.h:41
PixelTDAQCondAlg::initialize
virtual StatusCode initialize() override final
Definition
PixelTDAQCondAlg.cxx:15
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::WriteCondHandleKey
Definition
WriteCondHandleKey.h:22
const
private
#define private
Definition
testRead.cxx:27
Generated on
for ATLAS Offline Software by
1.17.0