#include <TauCombinedTESWrapper.h>
Definition at line 29 of file TauCombinedTESWrapper.h.
◆ addBranches()
| StatusCode DerivationFramework::TauCombinedTESWrapper::addBranches |
( |
const EventContext & | ctx | ) |
const |
|
finaloverridevirtual |
Definition at line 24 of file TauCombinedTESWrapper.cxx.
25 {
26
27
28
29 SG::ReadHandle<xAOD::TauJetContainer> xTauContainer(
m_tauKey,ctx);
30 if (!xTauContainer.isValid()) {
32 return StatusCode::FAILURE;
33 }
34
36
37
38 for(auto xTau : *xTauContainer){
40 }
41
42 return StatusCode::SUCCESS;
43 }
SG::WriteDecorHandleKey< xAOD::TauJetContainer > m_tesCompatibilityKey
ToolHandle< TauCombinedTES > m_tTauCombinedTESTool
SG::ReadHandleKey< xAOD::TauJetContainer > m_tauKey
◆ initialize()
| StatusCode DerivationFramework::TauCombinedTESWrapper::initialize |
( |
| ) |
|
|
finaloverridevirtual |
Definition at line 15 of file TauCombinedTESWrapper.cxx.
16 {
20 return StatusCode::SUCCESS;
21 }
#define ATH_CHECK
Evaluate an expression and check for errors.
#define CHECK(...)
Evaluate an expression and check for errors.
◆ m_tauKey
Definition at line 38 of file TauCombinedTESWrapper.h.
39{this, "TauContainerName", "TauJets", "ReadHandleKey for input TauJetContainer"};
◆ m_tesCompatibilityKey
Definition at line 43 of file TauCombinedTESWrapper.h.
44{
this,
"TESCompatibilityKey",
m_tauKey,
"TESCompatibility",
"WriteDecorHandleKey for TESCompatibility decoration"};
◆ m_tTauCombinedTESTool
| ToolHandle< TauCombinedTES > DerivationFramework::TauCombinedTESWrapper::m_tTauCombinedTESTool {this, "TauCombinedTESTool", "TauCombinedTESTool"} |
|
private |
The documentation for this class was generated from the following files: