ATLAS Offline Software
Loading...
Searching...
No Matches
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
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
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
Base class for conditions algorithms.
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
Base class for conditions algorithms.
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteCondHandleKey< InDet::TRTPIDNN > m_writeKey
virtual ~TRTPIDNNCondAlg() override
TRTPIDNNCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey