![]() |
ATLAS Offline Software
|
#include <HIGlobalAugmentationTool.h>
Public Member Functions | |
HIGlobalAugmentationTool (const std::string &t, const std::string &n, const IInterface *p) | |
~HIGlobalAugmentationTool () | |
StatusCode | initialize () |
StatusCode | finalize () |
virtual StatusCode | addBranches () const |
Private Attributes | |
int | m_nHarmonic |
std::string | m_TP_key |
ToolHandleArray< InDet::IInDetTrackSelectionTool > | m_trkSelTools |
track selection tool which can be optionally used for N_trk and sum pt cuts More... | |
std::vector< std::string > | m_cutLevels |
std::vector< SG::AuxElement::Decorator< float > > | m_decFCalEtA_Qnx |
std::vector< SG::AuxElement::Decorator< float > > | m_decFCalEtA_Qny |
std::vector< SG::AuxElement::Decorator< float > > | m_decFCalEtC_Qnx |
std::vector< SG::AuxElement::Decorator< float > > | m_decFCalEtC_Qny |
std::vector< SG::AuxElement::Decorator< float > > | m_decHalfFCalEtA_Qnx |
std::vector< SG::AuxElement::Decorator< float > > | m_decHalfFCalEtA_Qny |
std::vector< SG::AuxElement::Decorator< float > > | m_decHalfFCalEtC_Qnx |
std::vector< SG::AuxElement::Decorator< float > > | m_decHalfFCalEtC_Qny |
std::vector< SG::AuxElement::Decorator< int > > | m_decTrack_count |
Definition at line 27 of file HIGlobalAugmentationTool.h.
DerivationFramework::HIGlobalAugmentationTool::HIGlobalAugmentationTool | ( | const std::string & | t, |
const std::string & | n, | ||
const IInterface * | p | ||
) |
Definition at line 18 of file HIGlobalAugmentationTool.cxx.
DerivationFramework::HIGlobalAugmentationTool::~HIGlobalAugmentationTool | ( | ) |
Definition at line 29 of file HIGlobalAugmentationTool.cxx.
|
virtual |
Definition at line 67 of file HIGlobalAugmentationTool.cxx.
StatusCode DerivationFramework::HIGlobalAugmentationTool::finalize | ( | ) |
Definition at line 58 of file HIGlobalAugmentationTool.cxx.
StatusCode DerivationFramework::HIGlobalAugmentationTool::initialize | ( | ) |
Definition at line 34 of file HIGlobalAugmentationTool.cxx.
|
private |
Definition at line 43 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 46 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 47 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 48 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 49 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 51 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 52 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 53 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 54 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 56 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 40 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 41 of file HIGlobalAugmentationTool.h.
|
private |
track selection tool which can be optionally used for N_trk and sum pt cuts
Definition at line 42 of file HIGlobalAugmentationTool.h.