![]() |
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 EventContext &ctx) const |
Private Attributes | |
| Gaudi::Property< int > | m_nHarmonic {this, "nHarmonic", 1, "Flow harmonic starting from v2"} |
| Gaudi::Property< bool > | m_doTopoClusDec {this, "doTopoClusDec", false, "Decorate with CaloTopoCluster FCal cut, non-HI mode only"} |
| SG::ReadHandleKey< xAOD::EventInfo > | m_eventInfoKey { this, "EventInfoKey", "EventInfo", "" } |
| SG::ReadHandleKey< xAOD::TrackParticleContainer > | m_TP_key {this, "InDetTrackParticlesKey", "InDetTrackParticles"} |
| SG::ReadHandleKey< xAOD::HIEventShapeContainer > | m_eventShapeKey {this, "HIEventShapeKey", "HIEventShape", ""} |
| SG::ReadHandleKey< xAOD::CaloClusterContainer > | m_caloClusterKey {this, "CaloClusterKey", "", "Only needed if doTopoClusDec is true"} |
| PublicToolHandleArray< InDet::IInDetTrackSelectionTool > | m_trkSelTools {this, "TrackSelectionTools", {}, "Track selection tools (optional)"} |
| track selection tool which can be optionally used for N_trk and sum pt cuts More... | |
| Gaudi::Property< std::vector< std::string > > | m_cutLevels {this, "cutLevels", {}, "Cut levels"} |
| 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 28 of file HIGlobalAugmentationTool.h.
| DerivationFramework::HIGlobalAugmentationTool::HIGlobalAugmentationTool | ( | const std::string & | t, |
| const std::string & | n, | ||
| const IInterface * | p | ||
| ) |
Definition at line 10 of file HIGlobalAugmentationTool.cxx.
| DerivationFramework::HIGlobalAugmentationTool::~HIGlobalAugmentationTool | ( | ) |
Definition at line 17 of file HIGlobalAugmentationTool.cxx.
|
virtual |
Definition at line 59 of file HIGlobalAugmentationTool.cxx.
| StatusCode DerivationFramework::HIGlobalAugmentationTool::finalize | ( | ) |
Definition at line 50 of file HIGlobalAugmentationTool.cxx.
| StatusCode DerivationFramework::HIGlobalAugmentationTool::initialize | ( | ) |
Definition at line 22 of file HIGlobalAugmentationTool.cxx.
|
private |
Definition at line 46 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 48 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 57 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 58 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 59 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 61 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 42 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 43 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 45 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 41 of file HIGlobalAugmentationTool.h.
|
private |
Definition at line 44 of file HIGlobalAugmentationTool.h.
|
private |
track selection tool which can be optionally used for N_trk and sum pt cuts
Definition at line 47 of file HIGlobalAugmentationTool.h.
1.8.18