ATLAS Offline Software
Loading...
Searching...
No Matches
InDetTrackBiasingToolTester.h
Go to the documentation of this file.
1// -*- c++ -*-
2/*
3 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
4*/
5
6#ifndef INDETTRACKSYSTEMATICSTOOLS_INDETTRACKBIASINGTOOLTESTER_H
7#define INDETTRACKSYSTEMATICSTOOLS_INDETTRACKBIASINGTOOLTESTER_H
8
9// Gaudi/Athena include(s):
11#include "AsgTools/ToolHandle.h"
13// EDM include(s):
15// Local include(s):
17#include <TH1.h>
18
19
20namespace InDet {
21
27
28 public:
30 InDetTrackBiasingToolTester( const std::string& name, ISvcLocator* svcLoc );
32 virtual StatusCode initialize();
34 virtual StatusCode execute();
35
36 private:
38 SG::ReadHandleKey<xAOD::TrackParticleContainer> m_trackKey{this, "TrackIP", "InDetTrackParticles", "Track particle container"};
39
41 ToolHandle< IInDetTrackBiasingTool > m_biasTool;
42
43 }; // class InDetTrackBiasingToolTester
44
45} // namespace InDet
46
47#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode initialize()
Function initialising the algorithm.
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_trackKey
StoreGate key for the track container.
InDetTrackBiasingToolTester(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
ToolHandle< IInDetTrackBiasingTool > m_biasTool
Connection to the biasing tool.
virtual StatusCode execute()
Function executing the algorithm.
Property holding a SG store/key/clid from which a ReadHandle is made.
Primary Vertex Finder.