ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetConditions
PixelConditionsAlgorithms
src
PixelDCSCondTempAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
10
11
#ifndef PIXELDCSCONDTEMPALG
12
#define PIXELDCSCONDTEMPALG
13
14
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
//base class
15
16
#include "
StoreGate/ReadCondHandleKey.h
"
//templated member
17
#include "
AthenaPoolUtilities/CondAttrListCollection.h
"
//template argument
18
19
#include "
StoreGate/WriteCondHandleKey.h
"
//templated member
20
#include "
PixelConditionsData/PixelDCSTempData.h
"
//template argument
21
22
23
class
PixelID
;
24
25
class
PixelDCSCondTempAlg
:
public
AthCondAlgorithm
{
26
public
:
27
PixelDCSCondTempAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
28
virtual
~PixelDCSCondTempAlg
() =
default
;
29
30
virtual
StatusCode
initialize
() override final;
31
virtual StatusCode
execute
(
const
EventContext& ctx)
const
override final;
32
33
private
:
34
const
PixelID
*
m_pixelID
{
nullptr
};
35
36
Gaudi::Property<float>
m_defaultTemperature
37
{
this
,
"DefaultTemperature"
, -7.0,
"Default module temperature when no measured value is available"
};
38
39
SG::ReadCondHandleKey<CondAttrListCollection>
m_readKey
40
{
this
,
"ReadKey"
,
"/PIXEL/DCS/TEMPERATURE"
,
"Key of input (raw) temperature conditions folder"
};
41
42
SG::WriteCondHandleKey<PixelDCSTempData>
m_writeKey
43
{
this
,
"WriteKey"
,
"PixelDCSTempCondData"
,
"Key of output (derived) temperature conditions folder"
};
44
45
};
46
47
#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...
PixelDCSTempData.h
Store pixel temperature data in PixelDCSTempData.
ReadCondHandleKey.h
WriteCondHandleKey.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
PixelDCSCondTempAlg::m_readKey
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey
Definition
PixelDCSCondTempAlg.h:40
PixelDCSCondTempAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition
PixelDCSCondTempAlg.cxx:32
PixelDCSCondTempAlg::m_pixelID
const PixelID * m_pixelID
Definition
PixelDCSCondTempAlg.h:34
PixelDCSCondTempAlg::m_writeKey
SG::WriteCondHandleKey< PixelDCSTempData > m_writeKey
Definition
PixelDCSCondTempAlg.h:43
PixelDCSCondTempAlg::~PixelDCSCondTempAlg
virtual ~PixelDCSCondTempAlg()=default
PixelDCSCondTempAlg::initialize
virtual StatusCode initialize() override final
Definition
PixelDCSCondTempAlg.cxx:21
PixelDCSCondTempAlg::m_defaultTemperature
Gaudi::Property< float > m_defaultTemperature
Definition
PixelDCSCondTempAlg.h:37
PixelDCSCondTempAlg::PixelDCSCondTempAlg
PixelDCSCondTempAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
PixelDCSCondTempAlg.cxx:16
PixelID
This is an Identifier helper class for the Pixel subdetector.
Definition
PixelID.h:69
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