ATLAS Offline Software
Loading...
Searching...
No Matches
InDetTrackSmearingToolTester.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_INDETTRACKSMEARINGTOOLTESTER_H
7#define INDETTRACKSYSTEMATICSTOOLS_INDETTRACKSMEARINGTOOLTESTER_H
8
9// Gaudi/Athena include(s):
11#include "AsgTools/ToolHandle.h"
12// Local include(s):
14#include <TH1.h>
15
16
17namespace InDet {
18
24
25 public:
27 InDetTrackSmearingToolTester( const std::string& name, ISvcLocator* svcLoc );
29 virtual StatusCode initialize();
31 virtual StatusCode execute();
32
33 private:
35 std::string m_Track_IP;
36
38 ToolHandle< IInDetTrackSmearingTool > m_smearTool;
39
40 std::vector< std::string > m_systematicsNames;
42
43 }; // class ITSmeToolTester
44
45} // namespace InDet
46
47#endif
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Class to wrap a set of SystematicVariations.
virtual StatusCode execute()
Function executing the algorithm.
std::string m_Track_IP
StoreGate key for the track container to investigate//--->delete in future.
virtual StatusCode initialize()
Function initialising the algorithm.
InDetTrackSmearingToolTester(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
ToolHandle< IInDetTrackSmearingTool > m_smearTool
Connection to the smearing tool.
Primary Vertex Finder.