ATLAS Offline Software
Loading...
Searching...
No Matches
LArFebRodMapConvert.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARCONDITIONSTEST_LARFEBRODMAPCONVERT_H
6#define LARCONDITIONSTEST_LARFEBRODMAPCONVERT_H
7
8// STL includes
9#include <string>
10
11// FrameWork includes
15
18
19#include <iostream>
20
22 : public ::AthAlgorithm
23{
24
25 public:
26
28 LArFebRodMapConvert( const std::string& name, ISvcLocator* pSvcLocator );
29
31 virtual ~LArFebRodMapConvert();
32
33 // Athena algorithm's Hooks
34 virtual StatusCode initialize() override;
35 virtual StatusCode execute() override;
36 virtual StatusCode finalize() override;
37
38 private:
39
40 SG::ReadCondHandleKey<LArFebRodMapping> m_cablingKey{this,"RodCablingKey","ArFebRodMap","SG Key of ROD mapping object"};
41
44
46
47
48};
49
50#endif //> !LARCONDITIONSTEST_LARIDMAPCONVERT_H
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode finalize() override
LArFebRodMapConvert()
Default constructor:
const LArOnlineID * m_onlineID
virtual StatusCode execute() override
virtual StatusCode initialize() override
virtual ~LArFebRodMapConvert()
Destructor:
LArFebRodMapConvert(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
SG::ReadCondHandleKey< LArFebRodMapping > m_cablingKey