ATLAS Offline Software
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 
9 #include "GaudiKernel/ToolHandle.h"
12 
13 #include <string>
14 
15 class EventInfo;
16 
18 {
19 public:
20  LArBadChannelDBAlg(const std::string& name, ISvcLocator* pSvcLocator);
22 
26 
27 private:
28 
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:195
EventInfo
This class provides general information about an event. Event information is provided by the accessor...
Definition: EventInfo/EventInfo/EventInfo.h:42
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