ATLAS Offline Software
TrigTauCaloHypoAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef TRIGTAUHYPO_TrigTauCaloHypoAlg_H
5 #define TRIGTAUHYPO_TrigTauCaloHypoAlg_H
6 
7 #include <string>
8 
10 #include "AthViews/View.h"
15 
17 
23  public:
24 
25  TrigTauCaloHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
26 
27  virtual StatusCode initialize() override;
28  virtual StatusCode execute( const EventContext& context ) const override;
29 
30  private:
31  ToolHandleArray< ITrigTauGenericHypoTool > m_hypoTools { this, "HypoTools", {}, "Hypo tools" };
32 
33  SG::ReadHandleKey< xAOD::TauJetContainer > m_tauJetKey { this, "taujets", "taujets", "taujets in view" };
34 };
35 
36 #endif //> !TRIGEGAMMAHYPO_TESTTRIGL2TAUCALOHYPOALG_H
TrigCompositeUtils.h
TrigTauCaloHypoAlg::TrigTauCaloHypoAlg
TrigTauCaloHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TrigTauCaloHypoAlg.cxx:13
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
TrigTauCaloHypoAlg::m_hypoTools
ToolHandleArray< ITrigTauGenericHypoTool > m_hypoTools
Definition: TrigTauCaloHypoAlg.h:31
TrigTauCaloHypoAlg::m_tauJetKey
SG::ReadHandleKey< xAOD::TauJetContainer > m_tauJetKey
Definition: TrigTauCaloHypoAlg.h:33
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigTauCaloHypoAlg
Implements egamma calo selection for the new HLT framework.
Definition: TrigTauCaloHypoAlg.h:22
TauJetContainer.h
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition: HypoBase.h:13
HypoBase.h
TrigTauCaloHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: TrigTauCaloHypoAlg.cxx:27
TrigTauCaloHypoAlg::initialize
virtual StatusCode initialize() override
Definition: TrigTauCaloHypoAlg.cxx:18
View.h
ITrigTauGenericHypoTool.h
TrigRoiDescriptorCollection.h