ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
AthenaMonitoring
src
ForceIDConditionsAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef FORCEIDCONDITIONSALG_H
6
#define FORCEIDCONDITIONSALG_H
7
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
#include "
StoreGate/ReadCondHandleKey.h
"
10
#include "
InDetReadoutGeometry/SiDetectorElementCollection.h
"
11
#include "
TRT_ReadoutGeometry/TRT_DetElementContainer.h
"
12
13
class
ForceIDConditionsAlg
:
public
AthReentrantAlgorithm
{
14
public
:
15
ForceIDConditionsAlg
(
const
std::string& name, ISvcLocator* pSvcLocator)
16
:
AthReentrantAlgorithm
(name, pSvcLocator) {};
17
virtual
~ForceIDConditionsAlg
() {};
18
19
virtual
StatusCode
initialize
()
override
;
20
21
virtual
StatusCode
execute
(
const
EventContext&)
const override
{
return
StatusCode::SUCCESS; };
22
23
protected
:
24
SG::ReadCondHandleKey<InDetDD::SiDetectorElementCollection>
m_pixelDetEleCollKey
{
this
,
"PixelDetEleCollKey"
,
"PixelDetectorElementCollection"
,
"Key of SiDetectorElementCollection for Pixel"
};
25
SG::ReadCondHandleKey<InDetDD::SiDetectorElementCollection>
m_SCTDetEleCollKey
{
this
,
"SCTDetEleCollKey"
,
"SCT_DetectorElementCollection"
,
"Key of SiDetectorElementCollection for SCT"
};
26
SG::ReadCondHandleKey<InDetDD::TRT_DetElementContainer>
m_trtDetEleContKey
{
this
,
"TRTDetEleContKey"
,
"TRT_DetElementContainer"
,
"Key of TRT_DetElementContainer"
};
27
28
};
29
30
#endif
AthReentrantAlgorithm.h
ReadCondHandleKey.h
SiDetectorElementCollection.h
TRT_DetElementContainer.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
ForceIDConditionsAlg::initialize
virtual StatusCode initialize() override
Definition
ForceIDConditionsAlg.cxx:7
ForceIDConditionsAlg::m_pixelDetEleCollKey
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_pixelDetEleCollKey
Definition
ForceIDConditionsAlg.h:24
ForceIDConditionsAlg::~ForceIDConditionsAlg
virtual ~ForceIDConditionsAlg()
Definition
ForceIDConditionsAlg.h:17
ForceIDConditionsAlg::m_trtDetEleContKey
SG::ReadCondHandleKey< InDetDD::TRT_DetElementContainer > m_trtDetEleContKey
Definition
ForceIDConditionsAlg.h:26
ForceIDConditionsAlg::m_SCTDetEleCollKey
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_SCTDetEleCollKey
Definition
ForceIDConditionsAlg.h:25
ForceIDConditionsAlg::execute
virtual StatusCode execute(const EventContext &) const override
Definition
ForceIDConditionsAlg.h:21
ForceIDConditionsAlg::ForceIDConditionsAlg
ForceIDConditionsAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
ForceIDConditionsAlg.h:15
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
Generated on
for ATLAS Offline Software by
1.17.0