ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArCabling
src
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
10
#include "
AthenaBaseComps/AthAlgorithm.h
"
11
#include "
StoreGate/ReadCondHandleKey.h
"
12
#include "
LArCabling/LArOnOffIdMapping.h
"
13
14
class
LArIdCablingTest
:
public
AthAlgorithm
15
{
16
public
:
17
18
using
AthAlgorithm::AthAlgorithm
;
19
20
~LArIdCablingTest
();
21
22
virtual
StatusCode
initialize
() final;
23
virtual StatusCode
execute
(
const
EventContext& ctx) final;
24
25
private
:
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.h
LArOnOffIdMapping.h
ReadCondHandleKey.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
LArIdCablingTest::m_isSC
Gaudi::Property< bool > m_isSC
Definition
LArIdCablingTest.h:28
LArIdCablingTest::execute
virtual StatusCode execute(const EventContext &ctx) final
Execute method.
Definition
LArIdCablingTest.cxx:28
LArIdCablingTest::m_cablingKey
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
Definition
LArIdCablingTest.h:26
LArIdCablingTest::~LArIdCablingTest
~LArIdCablingTest()
LArIdCablingTest::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
LArOnOffIdMapping
Definition
LArOnOffIdMapping.h:20
const
LArIdCablingTest
Definition
LArIdCablingTest.py:1
SG
Forward declaration.
Definition
CaloCellPacker_400_500.h:32
initialize
void initialize()
Definition
run_EoverP.cxx:894
private
#define private
Definition
testRead.cxx:27
Generated on
for ATLAS Offline Software by
1.17.0