ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction
RecoTools
IsolationTool
src
IsolationTool_AthTest.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 ISOLATIONTOOL_ISOLATIONTOOL_ATHTEST_H
6
#define ISOLATIONTOOL_ISOLATIONTOOL_ATHTEST_H 1
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
#include "GaudiKernel/ToolHandle.h"
//included under assumption you'll want to use some tools! Remove if you don't!
10
#include "
RecoToolInterfaces/ITrackIsolationTool.h
"
11
#include "
RecoToolInterfaces/ICaloTopoClusterIsolationTool.h
"
12
13
14
class
IsolationTool_AthTest
:
public
::AthAlgorithm
{
15
public
:
16
IsolationTool_AthTest
(
const
std::string& name, ISvcLocator* pSvcLocator );
17
virtual
~IsolationTool_AthTest
();
18
19
virtual
StatusCode
initialize
();
20
virtual
StatusCode
execute
();
21
virtual
StatusCode
finalize
();
22
23
private
:
24
std::string
m_containerName
;
25
std::string
m_prefix
;
26
27
ToolHandle<xAOD::ITrackIsolationTool>
m_trackIsolationTool
;
28
ToolHandle<xAOD::ICaloTopoClusterIsolationTool>
m_caloIsolationTool
;
29
std::vector<xAOD::Iso::IsolationType>
m_ptconeTypes
;
30
std::vector< int >
m_ptcones
;
31
xAOD::TrackCorrection
m_trkCorrList
;
32
std::vector<xAOD::Iso::IsolationType>
m_topoetconeTypes
;
33
std::vector<int>
m_topoetcones
;
34
xAOD::CaloCorrection
m_caloCorrList
;
35
36
std::vector< SG::AuxElement::Decorator< float >* >
m_decorators
;
37
};
38
39
#endif
//> !ISOLATIONTOOL_ISOLATIONTOOL_ATHTEST_H
AthAlgorithm.h
ICaloTopoClusterIsolationTool.h
ITrackIsolationTool.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Definition
AthAlgorithm.cxx:24
IsolationTool_AthTest::m_ptcones
std::vector< int > m_ptcones
Definition
IsolationTool_AthTest.h:30
IsolationTool_AthTest::m_topoetcones
std::vector< int > m_topoetcones
Definition
IsolationTool_AthTest.h:33
IsolationTool_AthTest::m_decorators
std::vector< SG::AuxElement::Decorator< float > * > m_decorators
Definition
IsolationTool_AthTest.h:36
IsolationTool_AthTest::m_ptconeTypes
std::vector< xAOD::Iso::IsolationType > m_ptconeTypes
Definition
IsolationTool_AthTest.h:29
IsolationTool_AthTest::m_caloCorrList
xAOD::CaloCorrection m_caloCorrList
Definition
IsolationTool_AthTest.h:34
IsolationTool_AthTest::~IsolationTool_AthTest
virtual ~IsolationTool_AthTest()
IsolationTool_AthTest::m_caloIsolationTool
ToolHandle< xAOD::ICaloTopoClusterIsolationTool > m_caloIsolationTool
Definition
IsolationTool_AthTest.h:28
IsolationTool_AthTest::m_containerName
std::string m_containerName
Definition
IsolationTool_AthTest.h:24
IsolationTool_AthTest::initialize
virtual StatusCode initialize()
Definition
IsolationTool_AthTest.cxx:31
IsolationTool_AthTest::IsolationTool_AthTest
IsolationTool_AthTest(const std::string &name, ISvcLocator *pSvcLocator)
Definition
IsolationTool_AthTest.cxx:12
IsolationTool_AthTest::finalize
virtual StatusCode finalize()
Definition
IsolationTool_AthTest.cxx:67
IsolationTool_AthTest::m_prefix
std::string m_prefix
Definition
IsolationTool_AthTest.h:25
IsolationTool_AthTest::execute
virtual StatusCode execute()
Definition
IsolationTool_AthTest.cxx:75
IsolationTool_AthTest::m_trkCorrList
xAOD::TrackCorrection m_trkCorrList
Definition
IsolationTool_AthTest.h:31
IsolationTool_AthTest::m_topoetconeTypes
std::vector< xAOD::Iso::IsolationType > m_topoetconeTypes
Definition
IsolationTool_AthTest.h:32
IsolationTool_AthTest::m_trackIsolationTool
ToolHandle< xAOD::ITrackIsolationTool > m_trackIsolationTool
Definition
IsolationTool_AthTest.h:27
xAOD::CaloCorrection
Definition
IsolationCommon.h:14
xAOD::TrackCorrection
Definition
IsolationCommon.h:18
Generated on
for ATLAS Offline Software by
1.14.0