ATLAS Offline Software
Loading...
Searching...
No Matches
LArCondDataTest.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
15#ifndef LARIOV_LARCONDDATATEST_H
16#define LARIOV_LARCONDDATATEST_H
17
24
30
31class StoreGateSvc;
32class LArOnlineID;
33class LArEM_ID;
34
36{
37
38public:
39
40
41 LArCondDataTest(const std::string& name, ISvcLocator* pSvcLocator);
43
44 StatusCode initialize();
45 StatusCode execute();
46 StatusCode finalize();
47
48private:
49 SG::ReadCondHandleKey<LArOnOffIdMapping> m_cablingKey{this,"CablingKey","LArOnOffIdMap","SG Key of LArOnOffIdMapping object"};
50 SG::ReadCondHandleKey<LArCalibLineMapping> m_CLKey{this, "CalibLineKey", "LArCalibLineMap", "SG calib line key"};
51 SG::ReadCondHandleKey<LArFebRodMapping> m_RodKey{this, "FebRodKey", "LArFebRodMap", "SG ROD mapping key"};
54 int m_tbin;
56};
57#endif
58
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
const LArOnlineID * m_emid
StatusCode execute()
StatusCode finalize()
SG::ReadCondHandleKey< LArFebRodMapping > m_RodKey
const LArOnlineID * m_onlineID
StatusCode initialize()
SG::ReadCondHandleKey< LArCalibLineMapping > m_CLKey
LArCondDataTest(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
Helper class for LArEM offline identifiers.
Definition LArEM_ID.h:111
The Athena Transient Store API.