ATLAS Offline Software
Loading...
Searching...
No Matches
LArIdCablingTest.h
Go to the documentation of this file.
1//Dear emacs, this is -*-c++-*-
2/*
3 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
4*/
5
6
7#ifndef LARIDCABLINGTEST_H
8#define LARIDCABLINGTEST_H
9
13
15{
16public:
17
19
21
22 virtual StatusCode initialize() final;
23 virtual StatusCode execute() final;
24
26 SG::ReadCondHandleKey<LArOnOffIdMapping> m_cablingKey{this,"CablingKey","LArOnOffIdMap"};
27
28 Gaudi::Property<bool>m_isSC{this,"isSC",false};
29
30};
31
32#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Gaudi::Property< bool > m_isSC
virtual StatusCode execute() final
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Forward declaration.
void initialize()
#define private