ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
HighGranularityTimingDetector
HGTDMapping
src
HGTDMappingAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef HGTDMappingAlg_H
6
#define HGTDMappingAlg_H
12
13
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
14
#include "
HGTDMapping/HGTDMappingData.h
"
15
#include "
StoreGate/WriteCondHandleKey.h
"
16
#include "GaudiKernel/ServiceHandle.h"
17
18
#include "
HGTD_Identifier/HGTD_ID.h
"
19
20
class
HGTDMappingAlg
:
public
AthReentrantAlgorithm
{
21
public
:
22
HGTDMappingAlg
(
const
std::string& name, ISvcLocator* svc);
23
virtual
~HGTDMappingAlg
() =
default
;
24
virtual
StatusCode
initialize
()
override
;
25
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
26
27
28
private
:
29
StringProperty
m_source
{
this
,
"DataSource"
,
"HGTDData.dat"
,
"A data file for the HGTDMaping"
};
30
//std::string m_configFilePath={};
31
SG::WriteCondHandleKey<HGTDMappingData>
m_writeKey
{
this
,
"WriteKey"
,
"HGTDMappingData"
,
"Key of output (derived) conditions data"
};
32
const
HGTD_ID
*
m_idHelper
{
nullptr
};
33
};
34
35
#endif
AthReentrantAlgorithm.h
HGTDMappingData.h
HGTD_ID.h
WriteCondHandleKey.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
HGTDMappingAlg::initialize
virtual StatusCode initialize() override
Definition
HGTDMappingAlg.cxx:22
HGTDMappingAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
HGTDMappingAlg.cxx:36
HGTDMappingAlg::m_idHelper
const HGTD_ID * m_idHelper
Definition
HGTDMappingAlg.h:32
HGTDMappingAlg::m_writeKey
SG::WriteCondHandleKey< HGTDMappingData > m_writeKey
Definition
HGTDMappingAlg.h:31
HGTDMappingAlg::m_source
StringProperty m_source
Definition
HGTDMappingAlg.h:29
HGTDMappingAlg::HGTDMappingAlg
HGTDMappingAlg(const std::string &name, ISvcLocator *svc)
Definition
HGTDMappingAlg.cxx:16
HGTDMappingAlg::~HGTDMappingAlg
virtual ~HGTDMappingAlg()=default
HGTD_ID
This is an Identifier helper class for the HGTD subdetector.
Definition
HGTD_ID.h:47
SG::WriteCondHandleKey
Definition
WriteCondHandleKey.h:22
Generated on
for ATLAS Offline Software by
1.17.0