ATLAS Offline Software
Loading...
Searching...
No Matches
TrackFindingValidationAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ACTSTRK_TRACKFINDINGVALIDATIONALG_H
6#define ACTSTRK_TRACKFINDINGVALIDATIONALG_H 1
7
8#undef NDEBUG
9// Base Class
11
12// Gaudi includes
13#include "Gaudi/Property.h"
14
15// Handle Keys
17
20
21namespace ActsTrk
22{
24 {
25 public:
27
28 virtual StatusCode initialize() override;
29 virtual StatusCode finalize() override;
30 virtual StatusCode execute(const EventContext &ctx) const override;
31
32 private:
34 {this, "TrackToTruthAssociationMap","", "Association map from tracks to generator particles." };
35 };
36
37} // namespace
38
39#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
TrackTruthMatchingBaseAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &ctx) const override
SG::ReadHandleKey< TrackToTruthParticleAssociation > m_trackToTruth
TrackTruthMatchingBaseAlg(const std::string &name, ISvcLocator *pSvcLocator)
Property holding a SG store/key/clid from which a ReadHandle is made.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...