ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetConditions
SCT_ConditionsAlgorithms
src
SCT_ModuleVetoCondAlg.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_MODULEVETOCONDALG
8
#define SCT_MODULEVETOCONDALG
9
10
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
11
12
#include "
AthenaPoolUtilities/AthenaAttributeList.h
"
13
#include "
SCT_ConditionsData/SCT_ModuleVetoCondData.h
"
14
#include "
StoreGate/ReadCondHandleKey.h
"
15
#include "
StoreGate/WriteCondHandleKey.h
"
16
17
#include "Gaudi/Property.h"
18
19
class
SCT_ModuleVetoCondAlg
:
public
AthCondAlgorithm
20
{
21
public
:
22
SCT_ModuleVetoCondAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
23
virtual
~SCT_ModuleVetoCondAlg
() =
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<
AthenaAttributeList
>
m_readKey
{
this
,
"ReadKey"
,
"/ITk/Manual/BadModules"
,
"Key of input (raw) bad module conditions folder"
};
30
SG::WriteCondHandleKey<SCT_ModuleVetoCondData>
m_writeKey
{
this
,
"WriteKey"
,
"ITkStrip_ModuleVetoCondData"
,
"Key of output (derived) bad module conditions data"
};
31
};
32
33
#endif
// SCT_MODULEVETOCONDALG
AthCondAlgorithm.h
Base class for conditions algorithms.
AthenaAttributeList.h
ReadCondHandleKey.h
SCT_ModuleVetoCondData.h
header file for data object for SCT_ModuleVetoCondAlg, SCT_LinkMaskingCondAlg, SCT_ModuleVetoTool,...
WriteCondHandleKey.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
AthenaAttributeList
An AttributeList represents a logical row of attributes in a metadata table.
Definition
PersistentDataModel/PersistentDataModel/AthenaAttributeList.h:46
SCT_ModuleVetoCondAlg::SCT_ModuleVetoCondAlg
SCT_ModuleVetoCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
SCT_ModuleVetoCondAlg.cxx:22
SCT_ModuleVetoCondAlg::initialize
virtual StatusCode initialize() override final
Definition
SCT_ModuleVetoCondAlg.cxx:27
SCT_ModuleVetoCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition
SCT_ModuleVetoCondAlg.cxx:38
SCT_ModuleVetoCondAlg::m_writeKey
SG::WriteCondHandleKey< SCT_ModuleVetoCondData > m_writeKey
Definition
SCT_ModuleVetoCondAlg.h:30
SCT_ModuleVetoCondAlg::m_readKey
SG::ReadCondHandleKey< AthenaAttributeList > m_readKey
Definition
SCT_ModuleVetoCondAlg.h:29
SCT_ModuleVetoCondAlg::finalize
virtual StatusCode finalize() override final
Definition
SCT_ModuleVetoCondAlg.cxx:87
SCT_ModuleVetoCondAlg::~SCT_ModuleVetoCondAlg
virtual ~SCT_ModuleVetoCondAlg()=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