ATLAS Offline Software
Loading...
Searching...
No Matches
InDetDetailedTrackTruthMaker.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef INDETDETAILEDTRACKTRUTHMAKER_H
6#define INDETDETAILEDTRACKTRUTHMAKER_H
7
8#include <string>
9
11#include "GaudiKernel/ToolHandle.h"
14
17
19
21
22namespace InDet {
23
30
32
33public:
34 InDetDetailedTrackTruthMaker(const std::string &name,ISvcLocator *pSvcLocator);
35
36 virtual StatusCode initialize();
37 virtual StatusCode execute(const EventContext &ctx) const;
38 virtual StatusCode finalize();
39
40private:
41 // PRD inputs
45 // Track input
47
48 // DetailedTrackTruthCollection output
50
51 // Tool Handle for truth tool
52 ToolHandle<Trk::IDetailedTrackTruthBuilder> m_truthTool;
53
54};
55
56
57} // namespace InDet
58
59#endif/*INDETDETAILEDTRACKTRUTHMAKER_H*/
Handle class for reading from StoreGate.
Handle class for recording to StoreGate.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode execute(const EventContext &ctx) const
SG::WriteHandleKey< DetailedTrackTruthCollection > m_detailedTrackTruthName
SG::ReadHandleKey< TrackCollection > m_trackCollectionName
SG::ReadHandleKey< PRD_MultiTruthCollection > m_PRDTruthNameTRT
ToolHandle< Trk::IDetailedTrackTruthBuilder > m_truthTool
InDetDetailedTrackTruthMaker(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< PRD_MultiTruthCollection > m_PRDTruthNamePixel
SG::ReadHandleKey< PRD_MultiTruthCollection > m_PRDTruthNameSCT
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.
Primary Vertex Finder.