ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetConditions
SCT_ConditionsAlgorithms
src
SCT_MonitorCondAlg.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*
3
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
4
*/
5
6
#ifndef SCT_MONITORCONDALG
7
#define SCT_MONITORCONDALG
8
9
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
10
#include "
StoreGate/ReadCondHandleKey.h
"
11
#include "
AthenaPoolUtilities/CondAttrListCollection.h
"
12
#include "
StoreGate/WriteCondHandleKey.h
"
13
#include "
SCT_ConditionsData/SCT_MonitorCondData.h
"
14
15
class
SCT_ID
;
16
17
class
SCT_MonitorCondAlg
:
public
AthCondAlgorithm
18
{
19
public
:
20
SCT_MonitorCondAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
21
virtual
~SCT_MonitorCondAlg
() =
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/Derived/Monitoring"
,
"Key of input (raw) noisy strip conditions folder"
};
28
SG::WriteCondHandleKey<SCT_MonitorCondData>
m_writeKey
{
this
,
"WriteKey"
,
"SCT_MonitorCondData"
,
"Key of output (derived) noisy strip conditions data"
};
29
const
SCT_ID
*
m_helper
{
nullptr
};
30
};
31
32
#endif
// SCT_MONITORCONDALG
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_MonitorCondData.h
header file for data object for SCT_MonitorCondAlg and SCT_MonitorConditionsTool.
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_ID
This is an Identifier helper class for the SCT subdetector.
Definition
SCT_ID.h:68
SCT_MonitorCondAlg::initialize
virtual StatusCode initialize() override final
Definition
SCT_MonitorCondAlg.cxx:16
SCT_MonitorCondAlg::finalize
virtual StatusCode finalize() override final
Definition
SCT_MonitorCondAlg.cxx:86
SCT_MonitorCondAlg::m_readKey
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey
Definition
SCT_MonitorCondAlg.h:27
SCT_MonitorCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition
SCT_MonitorCondAlg.cxx:31
SCT_MonitorCondAlg::m_writeKey
SG::WriteCondHandleKey< SCT_MonitorCondData > m_writeKey
Definition
SCT_MonitorCondAlg.h:28
SCT_MonitorCondAlg::SCT_MonitorCondAlg
SCT_MonitorCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
SCT_MonitorCondAlg.cxx:11
SCT_MonitorCondAlg::m_helper
const SCT_ID * m_helper
Definition
SCT_MonitorCondAlg.h:29
SCT_MonitorCondAlg::~SCT_MonitorCondAlg
virtual ~SCT_MonitorCondAlg()=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