ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArBadChannelTool
LArBadChannelTool
LArBadFebCondAlg.h
Go to the documentation of this file.
1
//Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef LARBADFEBCONDALG_H
8
#define LARBADFEBCONDALG_H
9
10
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
11
#include "
StoreGate/ReadCondHandleKey.h
"
12
#include "
StoreGate/WriteCondHandleKey.h
"
13
#include "
AthenaPoolUtilities/AthenaAttributeList.h
"
14
#include "
LArRecConditions/LArBadChannelCont.h
"
15
16
class
LArBadFebCondAlg
:
public
AthCondAlgorithm
{
17
public
:
18
//Delegate to base-class ctor
19
using
AthCondAlgorithm::AthCondAlgorithm;
20
virtual
~LArBadFebCondAlg
()=
default
;
21
22
virtual
StatusCode
initialize
() override final;
23
virtual StatusCode
execute
(
const
EventContext& ctx)
const
override final;
24
virtual StatusCode
finalize
() override final{
return
StatusCode::SUCCESS;}
25
26
private
:
27
SG::ReadCondHandleKey<AthenaAttributeList>
m_BCInputKey
{
this
,
"ReadKey"
,
"/LAR/BadFebsOfl/BadFebs"
,
28
"Key of input CDO (AttributeList)"
};
29
SG::WriteCondHandleKey<LArBadFebCont>
m_BCOutputKey
{
this
,
"WriteKey"
,
"LArBadFeb"
,
"Key of output CDO"
};
30
31
Gaudi::Property<std::string>
m_inputFileName
{
this
,
"InputFileName"
,
""
,
32
"Optional file containing (supplemental) bad Febs"
};
33
};
34
35
36
37
#endif
AthCondAlgorithm.h
Base class for conditions algorithms.
AthenaAttributeList.h
LArBadChannelCont.h
ReadCondHandleKey.h
WriteCondHandleKey.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
LArBadFebCondAlg
Definition
LArBadFebCondAlg.h:16
LArBadFebCondAlg::finalize
virtual StatusCode finalize() override final
Definition
LArBadFebCondAlg.h:24
LArBadFebCondAlg::m_BCInputKey
SG::ReadCondHandleKey< AthenaAttributeList > m_BCInputKey
Definition
LArBadFebCondAlg.h:27
LArBadFebCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition
LArBadFebCondAlg.cxx:21
LArBadFebCondAlg::m_BCOutputKey
SG::WriteCondHandleKey< LArBadFebCont > m_BCOutputKey
Definition
LArBadFebCondAlg.h:29
LArBadFebCondAlg::~LArBadFebCondAlg
virtual ~LArBadFebCondAlg()=default
LArBadFebCondAlg::m_inputFileName
Gaudi::Property< std::string > m_inputFileName
Definition
LArBadFebCondAlg.h:31
LArBadFebCondAlg::initialize
virtual StatusCode initialize() override final
Definition
LArBadFebCondAlg.cxx:11
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::WriteCondHandleKey
Definition
WriteCondHandleKey.h:22
const
Generated on
for ATLAS Offline Software by
1.17.0