ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetConditions
SCT_ConditionsAlgorithms
src
SCT_SensorsCondAlg.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
3
/*
4
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef SCT_SENSORSCONDALG
8
#define SCT_SENSORSCONDALG
9
10
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
11
12
#include "
AthenaPoolUtilities/CondAttrListCollection.h
"
13
#include "
SCT_ConditionsData/SCT_SensorsCondData.h
"
14
#include "
StoreGate/ReadCondHandleKey.h
"
15
#include "
StoreGate/WriteCondHandleKey.h
"
16
17
class
SCT_SensorsCondAlg
:
public
AthCondAlgorithm
18
{
19
public
:
20
SCT_SensorsCondAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
21
virtual
~SCT_SensorsCondAlg
() =
default
;
22
virtual
StatusCode
initialize
() override final;
23
virtual StatusCode
execute
(
const
EventContext& ctx)
const
override final;
24
virtual StatusCode
finalize
() override final;
25
26
private
:
27
SG
::ReadCondHandleKey<
CondAttrListCollection
>
m_readKey
{
this
,
"ReadKey"
,
"/SCT/Sensors"
,
"Key of input (raw) conditions folder"
};
28
SG::WriteCondHandleKey<SCT_SensorsCondData>
m_writeKey
{
this
,
"WriteKey"
,
"SCT_SensorsCondData"
,
"Key of output (derived) conditions data"
};
29
};
30
31
#endif
// SCT_SENSORSCONDALG
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...
ReadCondHandleKey.h
SCT_SensorsCondData.h
header file for data object for SCT_SensorsCondAlg and SCT_SensorsTool.
WriteCondHandleKey.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
CondAttrListCollection
This class is a collection of AttributeLists where each one is associated with a channel number.
Definition
CondAttrListCollection.h:51
SCT_SensorsCondAlg::SCT_SensorsCondAlg
SCT_SensorsCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
SCT_SensorsCondAlg.cxx:9
SCT_SensorsCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition
SCT_SensorsCondAlg.cxx:27
SCT_SensorsCondAlg::finalize
virtual StatusCode finalize() override final
Definition
SCT_SensorsCondAlg.cxx:94
SCT_SensorsCondAlg::m_writeKey
SG::WriteCondHandleKey< SCT_SensorsCondData > m_writeKey
Definition
SCT_SensorsCondAlg.h:28
SCT_SensorsCondAlg::m_readKey
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey
Definition
SCT_SensorsCondAlg.h:27
SCT_SensorsCondAlg::initialize
virtual StatusCode initialize() override final
Definition
SCT_SensorsCondAlg.cxx:14
SCT_SensorsCondAlg::~SCT_SensorsCondAlg
virtual ~SCT_SensorsCondAlg()=default
SG::WriteCondHandleKey
Definition
WriteCondHandleKey.h:22
const
SG
Forward declaration.
Definition
CaloCellPacker_400_500.h:32
private
#define private
Definition
testRead.cxx:27
Generated on
for ATLAS Offline Software by
1.17.0