ATLAS Offline Software
Loading...
Searching...
No Matches
MDT_HitsTruthRelink.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MDTHITSTRUTHRELINK_H
6#define MDTHITSTRUTHRELINK_H
7
8// Base class include
10
12
13
15{
16public:
17 MDT_HitsTruthRelink(const std::string &name, ISvcLocator *pSvcLocator);
18
19 virtual StatusCode initialize() override;
20 virtual StatusCode execute(const EventContext &ctx) const override;
21
22private:
23 SG::ReadHandleKey<MDTSimHitCollection> m_inputHitsKey {this, "InputHits", "MDT_HitsOLD", "Input MDT hits name"};
24 SG::WriteHandleKey<MDTSimHitCollection> m_outputHitsKey {this, "OutputHits", "MDT_Hits", "Output MDT hits name"};
25};
26
27#endif
HitsTruthRelinkBase(const std::string &name, ISvcLocator *pSvcLocator)
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.