ATLAS Offline Software
PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/src/ToolTester.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 xAODBTEFF_TOOLTESTER_H
6 #define xAODBTEFF_TOOLTESTER_H
7 
9 #include "GaudiKernel/ToolHandle.h"
10 
12 
13  class BTagToolTester : public AthAlgorithm {
14  public:
15  BTagToolTester(const std::string & name, ISvcLocator * svcLoc );
18 
19  private:
20  std::string m_sgKey; // StoreGate key for the jets
21 
22  ToolHandle< IBTaggingEfficiencyTool > m_effTool;
23 
24  };
25 
26 #endif
BTagToolTester::BTagToolTester
BTagToolTester(const std::string &name, ISvcLocator *svcLoc)
Definition: PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/src/ToolTester.cxx:12
BTagToolTester::m_sgKey
std::string m_sgKey
Definition: PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/src/ToolTester.h:20
AthAlgorithm.h
BTagToolTester
Definition: PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/src/ToolTester.h:13
IBTaggingEfficiencyTool.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition: AthAlgorithm.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
BTagToolTester::m_effTool
ToolHandle< IBTaggingEfficiencyTool > m_effTool
Definition: PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/src/ToolTester.h:22
BTagToolTester::initialize
StatusCode initialize()
Definition: PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/src/ToolTester.cxx:20
BTagToolTester::execute
StatusCode execute()
Definition: PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/src/ToolTester.cxx:30