ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
HighGranularityTimingDetector
HGTD_Conditions
HGTD_ConditionsAlgorithms
src
HGTD_DetectorElementCondAlg.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*
3
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
4
*/
5
6
#ifndef HGTD_CONDITIONSALGORITHMS_HGTD_DETECTORELEMENTCONDALG_H
7
#define HGTD_CONDITIONSALGORITHMS_HGTD_DETECTORELEMENTCONDALG_H
8
9
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
10
11
#include "
GeoPrimitives/GeoPrimitives.h
"
12
#include "
HGTD_ReadoutGeometry/HGTD_DetectorElementCollection.h
"
13
#include "
StoreGate/ReadCondHandleKey.h
"
14
#include "
StoreGate/WriteCondHandleKey.h
"
15
#include "
StoreGate/CondHandleKeyArray.h
"
16
17
18
class
HGTD_DetectorManager
;
19
20
class
HGTD_DetectorElementCondAlg
:
public
AthCondAlgorithm
21
{
22
public
:
23
HGTD_DetectorElementCondAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
24
virtual
~HGTD_DetectorElementCondAlg
()
override
=
default
;
25
26
virtual
StatusCode
initialize
() override final;
27
virtual StatusCode
execute
(
const
EventContext& ctx)
const
override final;
28
29
private
:
30
SG
::WriteCondHandleKey<
InDetDD
::
HGTD_DetectorElementCollection
>
m_writeKey
31
{
this
,
"WriteKey"
,
"HGTD_DetectorElementCollection"
,
"Key of output HGTD_DetectorElementCollection for HGTD"
};
32
33
StringProperty
m_detManagerName
{
this
,
"DetManagerName"
,
"HGTD"
,
"Name of the DeterctorManager to retrieve"
};
34
const
HGTD_DetectorManager
*
m_detManager
{
nullptr
};
35
};
36
37
#endif
// HGTD_CONDITIONSALGORITHMS_HGTD_DETECTORELEMENTCONDALG_H
AthCondAlgorithm.h
Base class for conditions algorithms.
CondHandleKeyArray.h
GeoPrimitives.h
HGTD_DetectorElementCollection.h
HGTD_DetectorElementCollection
DataVector< HGTD_DetectorElement > HGTD_DetectorElementCollection
Definition
HGTD_DetectorElementCollection.h:20
ReadCondHandleKey.h
WriteCondHandleKey.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
HGTD_DetectorElementCondAlg::m_writeKey
SG::WriteCondHandleKey< InDetDD::HGTD_DetectorElementCollection > m_writeKey
Definition
HGTD_DetectorElementCondAlg.h:31
HGTD_DetectorElementCondAlg::~HGTD_DetectorElementCondAlg
virtual ~HGTD_DetectorElementCondAlg() override=default
HGTD_DetectorElementCondAlg::initialize
virtual StatusCode initialize() override final
Definition
HGTD_DetectorElementCondAlg.cxx:20
HGTD_DetectorElementCondAlg::m_detManager
const HGTD_DetectorManager * m_detManager
Definition
HGTD_DetectorElementCondAlg.h:34
HGTD_DetectorElementCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition
HGTD_DetectorElementCondAlg.cxx:33
HGTD_DetectorElementCondAlg::HGTD_DetectorElementCondAlg
HGTD_DetectorElementCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
HGTD_DetectorElementCondAlg.cxx:15
HGTD_DetectorElementCondAlg::m_detManagerName
StringProperty m_detManagerName
Definition
HGTD_DetectorElementCondAlg.h:33
HGTD_DetectorManager
The Detector manager has methods to retrieve the Identifier helper and methods to retrieve the detect...
Definition
HGTD_DetectorManager.h:42
const
InDetDD
Message Stream Member.
Definition
FakeTrackBuilder.h:8
SG
Forward declaration.
Definition
CaloCellPacker_400_500.h:32
private
#define private
Definition
testRead.cxx:27
Generated on
for ATLAS Offline Software by
1.17.0