ATLAS Offline Software
Loading...
Searching...
No Matches
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
15class EventInfo;
16
18{
19public:
20 LArBadChannelDBAlg(const std::string& name, ISvcLocator* pSvcLocator);
22
23 StatusCode initialize();
24 StatusCode execute();
25 StatusCode finalize();
26
27private:
28
31 std::string m_dbFolder;
32 std::string m_dbFebFolder;
33 int m_mode;
34 bool m_isSC;
35};
36
37#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
SG::ReadCondHandleKey< LArBadChannelCont > m_BCKey
LArBadChannelDBAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadCondHandleKey< LArBadFebCont > m_BFKey