ATLAS Offline Software
Loading...
Searching...
No Matches
MM_HitsTruthRelink.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 MMHITSTRUTHRELINK_H
6#define MMHITSTRUTHRELINK_H
7
8// Base class include
10
12
13
15{
16public:
17 MM_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<MMSimHitCollection> m_inputHitsKey {this, "InputHits", "MM_HitsOLD", "Input MM hits name"};
24 SG::WriteHandleKey<MMSimHitCollection> m_outputHitsKey {this, "OutputHits", "MM_Hits", "Output MM 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.