ATLAS Offline Software
LArCalorimeter
LArBadChannelTool
LArBadChannelTool
LArBadChannelDBAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LArBadChannelDBAlg_H
6
#define LArBadChannelDBAlg_H
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
#include "GaudiKernel/ToolHandle.h"
10
#include "
StoreGate/ReadCondHandleKey.h
"
11
#include "
LArRecConditions/LArBadChannelCont.h
"
12
13
#include <string>
14
15
class
EventInfo
;
16
17
class
LArBadChannelDBAlg
:
public
AthAlgorithm
18
{
19
public
:
20
LArBadChannelDBAlg
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
21
~LArBadChannelDBAlg
();
22
23
StatusCode
initialize
();
24
StatusCode
execute
();
25
StatusCode
finalize
();
26
27
private
:
28
29
SG::ReadCondHandleKey<LArBadChannelCont>
m_BCKey
;
30
SG::ReadCondHandleKey<LArBadFebCont>
m_BFKey
;
31
std::string
m_dbFolder
;
32
std::string
m_dbFebFolder
;
33
int
m_mode
;
34
bool
m_isSC
;
35
};
36
37
#endif
LArBadChannelDBAlg::m_BFKey
SG::ReadCondHandleKey< LArBadFebCont > m_BFKey
Definition:
LArBadChannelDBAlg.h:30
LArBadChannelDBAlg::finalize
StatusCode finalize()
Definition:
LArBadChannelDBAlg.cxx:45
LArBadChannelDBAlg::m_dbFebFolder
std::string m_dbFebFolder
Definition:
LArBadChannelDBAlg.h:32
LArBadChannelDBAlg::initialize
StatusCode initialize()
Definition:
LArBadChannelDBAlg.cxx:32
AthAlgorithm.h
LArBadChannelCont.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArBadChannelDBAlg::~LArBadChannelDBAlg
~LArBadChannelDBAlg()
LArBadChannelDBAlg
Definition:
LArBadChannelDBAlg.h:18
LArBadChannelDBAlg::m_mode
int m_mode
Definition:
LArBadChannelDBAlg.h:33
AthAlgorithm
Definition:
AthAlgorithm.h:47
ReadCondHandleKey.h
LArBadChannelDBAlg::execute
StatusCode execute()
Definition:
LArBadChannelDBAlg.cxx:42
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
EventInfo
This class provides general information about an event. Event information is provided by the accessor...
Definition:
EventInfo/EventInfo/EventInfo.h:43
LArBadChannelDBAlg::m_BCKey
SG::ReadCondHandleKey< LArBadChannelCont > m_BCKey
Definition:
LArBadChannelDBAlg.h:29
SG::ReadCondHandleKey
Definition:
ReadCondHandleKey.h:20
LArBadChannelDBAlg::m_isSC
bool m_isSC
Definition:
LArBadChannelDBAlg.h:34
LArBadChannelDBAlg::m_dbFolder
std::string m_dbFolder
Definition:
LArBadChannelDBAlg.h:31
LArBadChannelDBAlg::LArBadChannelDBAlg
LArBadChannelDBAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
LArBadChannelDBAlg.cxx:18
Generated on Thu Nov 7 2024 21:19:15 for ATLAS Offline Software by
1.8.18