ATLAS Offline Software
Loading...
Searching...
No Matches
InDetVertexTruthMatchAlgorithm.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef INDETVERTEXTRUTHMATCHALGORITHM_H
6#define INDETVERTEXTRUTHMATCHALGORITHM_H
7
8// Gaudi/Athena include(s):
10#include "AsgTools/ToolHandle.h"
11
12// Local include(s):
14
16
17 public:
19 InDetVertexTruthMatchAlgorithm( const std::string& name, ISvcLocator* svcLoc );
20
22 virtual StatusCode initialize() override final;
24 virtual StatusCode execute() override final;
25
26 private:
28 std::string m_sgKey;
29
30 ToolHandle<IInDetVertexTruthMatchTool> m_matchTool;
31
32};
33
34#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
ToolHandle< IInDetVertexTruthMatchTool > m_matchTool
std::string m_sgKey
StoreGate key for the muon container to investigate.
virtual StatusCode execute() override final
Function executing the algorithm.
InDetVertexTruthMatchAlgorithm(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
virtual StatusCode initialize() override final
Function initialising the algorithm.