ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetConditions
SCT_ConditionsAlgorithms
src
SCT_DCSConditionsHVCondAlg.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_DCSCONDITIONSHVCONDALG
8
#define SCT_DCSCONDITIONSHVCONDALG
9
10
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
11
12
#include "
AthenaPoolUtilities/CondAttrListCollection.h
"
13
#include "
SCT_ConditionsData/SCT_DCSFloatCondData.h
"
14
#include "
StoreGate/ReadCondHandleKey.h
"
15
#include "
StoreGate/WriteCondHandleKey.h
"
16
17
#include "Gaudi/Property.h"
18
19
class
SCT_DCSConditionsHVCondAlg
:
public
AthCondAlgorithm
20
{
21
public
:
22
SCT_DCSConditionsHVCondAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
23
virtual
~SCT_DCSConditionsHVCondAlg
() =
default
;
24
virtual
StatusCode
initialize
() override final;
25
virtual StatusCode
execute
(
const
EventContext& ctx)
const
override final;
26
virtual StatusCode
finalize
() override final;
27
28
private
:
29
SG
::ReadCondHandleKey<
CondAttrListCollection
>
m_readKey
{
this
,
"ReadKey"
,
"/SCT/DCS/HV"
,
"Key of input (raw) HV conditions folder"
};
30
SG::WriteCondHandleKey<SCT_DCSFloatCondData>
m_writeKey
{
this
,
"WriteKey"
,
"SCT_DCSHVCondData"
,
"Key of output (derived) HV conditions data"
};
31
32
BooleanProperty
m_returnHVTemp
{
this
,
"ReturnHVTemp"
,
true
};
33
};
34
35
#endif
// SCT_DCSCONDITIONSHVCONDALG
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_DCSFloatCondData.h
header file for data object for SCT_DCSConditions{HV,Temp}CondAlg, SCT_DCSConditionsTool,...
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_DCSConditionsHVCondAlg::m_readKey
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey
Definition
SCT_DCSConditionsHVCondAlg.h:29
SCT_DCSConditionsHVCondAlg::initialize
virtual StatusCode initialize() override final
Definition
SCT_DCSConditionsHVCondAlg.cxx:17
SCT_DCSConditionsHVCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition
SCT_DCSConditionsHVCondAlg.cxx:28
SCT_DCSConditionsHVCondAlg::m_returnHVTemp
BooleanProperty m_returnHVTemp
Definition
SCT_DCSConditionsHVCondAlg.h:32
SCT_DCSConditionsHVCondAlg::finalize
virtual StatusCode finalize() override final
Definition
SCT_DCSConditionsHVCondAlg.cxx:91
SCT_DCSConditionsHVCondAlg::SCT_DCSConditionsHVCondAlg
SCT_DCSConditionsHVCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
SCT_DCSConditionsHVCondAlg.cxx:12
SCT_DCSConditionsHVCondAlg::~SCT_DCSConditionsHVCondAlg
virtual ~SCT_DCSConditionsHVCondAlg()=default
SCT_DCSConditionsHVCondAlg::m_writeKey
SG::WriteCondHandleKey< SCT_DCSFloatCondData > m_writeKey
Definition
SCT_DCSConditionsHVCondAlg.h:30
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