ATLAS Offline Software
PhysicsAnalysis
DerivationFramework
DerivationFrameworkHI
src
HIGlobalAugmentationTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// HIGlobalAugmentationTool.h, (c) ATLAS Detector software
8
9
#ifndef DERIVATIONFRAMEWORK_HIGLOBALAUGMENTATIONTOOL_H
10
#define DERIVATIONFRAMEWORK_HIGLOBALAUGMENTATIONTOOL_H
11
12
13
#include<string>
14
15
// Gaudi & Athena basics
16
#include "
AthenaBaseComps/AthAlgTool.h
"
17
#include "GaudiKernel/ServiceHandle.h"
18
#include "
AsgTools/ToolHandle.h
"
19
#include <string>
20
#include "
DerivationFrameworkInterfaces/IAugmentationTool.h
"
21
#include "
InDetTrackSelectionTool/IInDetTrackSelectionTool.h
"
22
#include "
xAODCaloEvent/CaloClusterContainer.h
"
23
24
class
IThinningSvc;
25
26
namespace
DerivationFramework
{
27
28
class
HIGlobalAugmentationTool
:
public
extends<AthAlgTool, IAugmentationTool> {
29
30
public
:
31
HIGlobalAugmentationTool
(
const
std::string&
t
,
const
std::string&
n
,
const
IInterface*
p
);
32
~HIGlobalAugmentationTool
();
33
34
// Athena algtool's Hooks
35
StatusCode
initialize
();
36
StatusCode
finalize
();
37
38
virtual
StatusCode
addBranches
()
const
;
39
40
private
:
41
int
m_nHarmonic
;
42
std::string
m_TP_key
;
43
ToolHandleArray< InDet::IInDetTrackSelectionTool >
m_trkSelTools
;
44
std::vector<std::string>
m_cutLevels
;
45
46
// Set up the decorators
47
std::vector< SG::AuxElement::Decorator< float >>
m_decFCalEtA_Qnx
;
48
std::vector< SG::AuxElement::Decorator< float >>
m_decFCalEtA_Qny
;
49
std::vector< SG::AuxElement::Decorator< float >>
m_decFCalEtC_Qnx
;
50
std::vector< SG::AuxElement::Decorator< float >>
m_decFCalEtC_Qny
;
51
52
std::vector< SG::AuxElement::Decorator< float >>
m_decHalfFCalEtA_Qnx
;
53
std::vector< SG::AuxElement::Decorator< float >>
m_decHalfFCalEtA_Qny
;
54
std::vector< SG::AuxElement::Decorator< float >>
m_decHalfFCalEtC_Qnx
;
55
std::vector< SG::AuxElement::Decorator< float >>
m_decHalfFCalEtC_Qny
;
56
57
std::vector< SG::AuxElement::Decorator< int >>
m_decTrack_count
;
58
59
};
60
61
}
62
63
64
#endif
65
DerivationFramework::HIGlobalAugmentationTool::m_decTrack_count
std::vector< SG::AuxElement::Decorator< int > > m_decTrack_count
Definition:
HIGlobalAugmentationTool.h:57
DerivationFramework::HIGlobalAugmentationTool::m_TP_key
std::string m_TP_key
Definition:
HIGlobalAugmentationTool.h:42
DerivationFramework::HIGlobalAugmentationTool::addBranches
virtual StatusCode addBranches() const
Definition:
HIGlobalAugmentationTool.cxx:67
IAugmentationTool.h
DerivationFramework::HIGlobalAugmentationTool::m_decHalfFCalEtA_Qnx
std::vector< SG::AuxElement::Decorator< float > > m_decHalfFCalEtA_Qnx
Definition:
HIGlobalAugmentationTool.h:52
DerivationFramework::HIGlobalAugmentationTool::m_cutLevels
std::vector< std::string > m_cutLevels
Definition:
HIGlobalAugmentationTool.h:44
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
DerivationFramework::HIGlobalAugmentationTool::finalize
StatusCode finalize()
Definition:
HIGlobalAugmentationTool.cxx:58
DerivationFramework::HIGlobalAugmentationTool::m_decFCalEtC_Qnx
std::vector< SG::AuxElement::Decorator< float > > m_decFCalEtC_Qnx
Definition:
HIGlobalAugmentationTool.h:49
DerivationFramework::HIGlobalAugmentationTool::m_decFCalEtA_Qny
std::vector< SG::AuxElement::Decorator< float > > m_decFCalEtA_Qny
Definition:
HIGlobalAugmentationTool.h:48
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:209
DerivationFramework::HIGlobalAugmentationTool::m_decFCalEtA_Qnx
std::vector< SG::AuxElement::Decorator< float > > m_decFCalEtA_Qnx
Definition:
HIGlobalAugmentationTool.h:47
DerivationFramework::HIGlobalAugmentationTool::m_nHarmonic
int m_nHarmonic
Definition:
HIGlobalAugmentationTool.h:41
beamspotman.n
n
Definition:
beamspotman.py:729
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
DerivationFramework
THE reconstruction tool.
Definition:
ParticleSortingAlg.h:24
DerivationFramework::HIGlobalAugmentationTool::m_trkSelTools
ToolHandleArray< InDet::IInDetTrackSelectionTool > m_trkSelTools
track selection tool which can be optionally used for N_trk and sum pt cuts
Definition:
HIGlobalAugmentationTool.h:43
IInDetTrackSelectionTool.h
DerivationFramework::HIGlobalAugmentationTool::HIGlobalAugmentationTool
HIGlobalAugmentationTool(const std::string &t, const std::string &n, const IInterface *p)
Definition:
HIGlobalAugmentationTool.cxx:18
DerivationFramework::HIGlobalAugmentationTool::~HIGlobalAugmentationTool
~HIGlobalAugmentationTool()
Definition:
HIGlobalAugmentationTool.cxx:29
DerivationFramework::HIGlobalAugmentationTool
Definition:
HIGlobalAugmentationTool.h:28
DerivationFramework::HIGlobalAugmentationTool::m_decFCalEtC_Qny
std::vector< SG::AuxElement::Decorator< float > > m_decFCalEtC_Qny
Definition:
HIGlobalAugmentationTool.h:50
DerivationFramework::HIGlobalAugmentationTool::m_decHalfFCalEtC_Qnx
std::vector< SG::AuxElement::Decorator< float > > m_decHalfFCalEtC_Qnx
Definition:
HIGlobalAugmentationTool.h:54
DerivationFramework::HIGlobalAugmentationTool::m_decHalfFCalEtA_Qny
std::vector< SG::AuxElement::Decorator< float > > m_decHalfFCalEtA_Qny
Definition:
HIGlobalAugmentationTool.h:53
CaloClusterContainer.h
ToolHandle.h
DerivationFramework::HIGlobalAugmentationTool::m_decHalfFCalEtC_Qny
std::vector< SG::AuxElement::Decorator< float > > m_decHalfFCalEtC_Qny
Definition:
HIGlobalAugmentationTool.h:55
DerivationFramework::HIGlobalAugmentationTool::initialize
StatusCode initialize()
Definition:
HIGlobalAugmentationTool.cxx:34
Generated on Tue Sep 2 2025 21:12:26 for ATLAS Offline Software by
1.8.18