ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArBadChannelTool
LArBadChannelTool
LArBadFeb2Ascii.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LArBadFeb2Ascii_H
6
#define LArBadFeb2Ascii_H
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
#include "
StoreGate/ReadCondHandleKey.h
"
10
#include "
LArRecConditions/LArBadChannelCont.h
"
11
12
#include <string>
13
14
15
class
LArBadFeb2Ascii
:
public
AthAlgorithm
16
{
17
public
:
18
//Delegate constructor
19
using
AthAlgorithm::AthAlgorithm
;
20
~LArBadFeb2Ascii
()=
default
;
21
22
StatusCode
initialize
();
23
StatusCode
execute
(
const
EventContext& ctx);
24
StatusCode
finalize
();
25
26
private
:
27
SG::ReadCondHandleKey<LArBadFebCont>
m_BFKey
{
this
,
"BFKey"
,
"LArBadFeb"
};
28
Gaudi::Property<std::string>
m_fileName
{
this
,
"FileName"
,
""
};
29
30
};
31
32
#endif
AthAlgorithm.h
LArBadChannelCont.h
ReadCondHandleKey.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
LArBadFeb2Ascii
Definition
LArBadFeb2Ascii.h:16
LArBadFeb2Ascii::finalize
StatusCode finalize()
Definition
LArBadFeb2Ascii.cxx:23
LArBadFeb2Ascii::~LArBadFeb2Ascii
~LArBadFeb2Ascii()=default
LArBadFeb2Ascii::execute
StatusCode execute(const EventContext &ctx)
Execute method.
Definition
LArBadFeb2Ascii.cxx:20
LArBadFeb2Ascii::initialize
StatusCode initialize()
Definition
LArBadFeb2Ascii.cxx:13
LArBadFeb2Ascii::m_BFKey
SG::ReadCondHandleKey< LArBadFebCont > m_BFKey
Definition
LArBadFeb2Ascii.h:27
LArBadFeb2Ascii::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
LArBadFeb2Ascii::m_fileName
Gaudi::Property< std::string > m_fileName
Definition
LArBadFeb2Ascii.h:28
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
Generated on
for ATLAS Offline Software by
1.17.0