ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetConditions
TRT_ConditionsNN
src
TRTPIDNNCondAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRTPIDNNCONDALG_H
6
#define TRTPIDNNCONDALG_H
7
8
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
9
#include "
StoreGate/WriteCondHandleKey.h
"
10
#include "
TRT_ConditionsNN/TRTPIDNN.h
"
11
#include "
AthenaPoolUtilities/CondAttrListCollection.h
"
12
#include "Gaudi/Property.h"
13
14
/****************************************************************************************\
15
16
Conditions algorithm to handle TRT PID NN.
17
18
Author: Christian Grefe (christian.grefe@cern.ch)
19
20
\****************************************************************************************/
21
22
class
TRTPIDNNCondAlg
:
public
AthCondAlgorithm
23
{
24
public
:
25
TRTPIDNNCondAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
26
virtual
~TRTPIDNNCondAlg
()
override
;
27
28
virtual
StatusCode
initialize
()
override
;
29
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
30
31
private
:
32
SG::ReadCondHandleKey<CondAttrListCollection>
m_readKey
{
this
,
"TRTPIDNNReadKey"
,
"/TRT/Calib/PID_NN"
,
"TRTPIDNN in-key"
};
33
SG::WriteCondHandleKey<InDet::TRTPIDNN>
m_writeKey
{
this
,
"TRTPIDNNWriteKey"
,
"TRTPIDNN"
,
"TRTPIDNN out-key"
};
34
35
};
36
#endif
AthCondAlgorithm.h
Base class for conditions algorithms.
CondAttrListCollection.h
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
TRTPIDNN.h
WriteCondHandleKey.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::WriteCondHandleKey
Definition
WriteCondHandleKey.h:22
TRTPIDNNCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
TRTPIDNNCondAlg.cxx:25
TRTPIDNNCondAlg::m_writeKey
SG::WriteCondHandleKey< InDet::TRTPIDNN > m_writeKey
Definition
TRTPIDNNCondAlg.h:33
TRTPIDNNCondAlg::~TRTPIDNNCondAlg
virtual ~TRTPIDNNCondAlg() override
TRTPIDNNCondAlg::TRTPIDNNCondAlg
TRTPIDNNCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TRTPIDNNCondAlg.cxx:8
TRTPIDNNCondAlg::initialize
virtual StatusCode initialize() override
Definition
TRTPIDNNCondAlg.cxx:14
TRTPIDNNCondAlg::m_readKey
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey
Definition
TRTPIDNNCondAlg.h:32
Generated on
for ATLAS Offline Software by
1.17.0