ATLAS Offline Software
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
();
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
LArBadFeb2Ascii::~LArBadFeb2Ascii
~LArBadFeb2Ascii()=default
LArBadFeb2Ascii::initialize
StatusCode initialize()
Definition:
LArBadFeb2Ascii.cxx:12
LArBadFeb2Ascii::finalize
StatusCode finalize()
Definition:
LArBadFeb2Ascii.cxx:22
AthAlgorithm.h
LArBadFeb2Ascii::m_BFKey
SG::ReadCondHandleKey< LArBadFebCont > m_BFKey
Definition:
LArBadFeb2Ascii.h:27
LArBadChannelCont.h
LArBadFeb2Ascii::execute
StatusCode execute()
Definition:
LArBadFeb2Ascii.cxx:19
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArBadFeb2Ascii::m_fileName
Gaudi::Property< std::string > m_fileName
Definition:
LArBadFeb2Ascii.h:28
AthAlgorithm
Definition:
AthAlgorithm.h:47
ReadCondHandleKey.h
SG::ReadCondHandleKey
Definition:
ReadCondHandleKey.h:20
LArBadFeb2Ascii
Definition:
LArBadFeb2Ascii.h:16
AthAlgorithm::AthAlgorithm
AthAlgorithm()
Default constructor:
Generated on Thu Nov 7 2024 21:19:16 for ATLAS Offline Software by
1.8.18