ATLAS Offline Software
TrigEFTauMVHypoAlg.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_TrigEFTauMVHypoAlg_H
5 #define TRIGTAUHYPO_TrigEFTauMVHypoAlg_H
6 
7 #include <string>
8 
10 #include "AthViews/View.h"
14 #include "xAODTau/TauJet.h"
16 #include "ITrigEFTauMVHypoTool.h"
17 
19  public:
20 
21  TrigEFTauMVHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
22 
23  virtual StatusCode initialize() override;
24  virtual StatusCode execute( const EventContext& context ) const override;
25 
26  private:
27  ToolHandleArray< ITrigEFTauMVHypoTool > m_hypoTools { this, "HypoTools", {}, "Hypo tools" };
28 
29  SG::ReadHandleKey< xAOD::TauJetContainer > m_tauJetKey { this, "taujetcontainer", "taujetcontainer", "taujets in view" };
30 
31 
32 };
33 
34 #endif //> !TRIGEGAMMAHYPO_TESTTRIGL2TAUCALOHYPOALG_H
TrigEFTauMVHypoAlg::m_hypoTools
ToolHandleArray< ITrigEFTauMVHypoTool > m_hypoTools
Definition: TrigEFTauMVHypoAlg.h:27
TrigEFTauMVHypoAlg
Definition: TrigEFTauMVHypoAlg.h:18
TrigCompositeUtils.h
TrigEFTauMVHypoAlg::m_tauJetKey
SG::ReadHandleKey< xAOD::TauJetContainer > m_tauJetKey
Definition: TrigEFTauMVHypoAlg.h:29
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
TrigEFTauMVHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: TrigEFTauMVHypoAlg.cxx:28
ITrigEFTauMVHypoTool.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.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
TauJet.h
HypoBase.h
TrigEFTauMVHypoAlg::TrigEFTauMVHypoAlg
TrigEFTauMVHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TrigEFTauMVHypoAlg.cxx:13
View.h
TrigEFTauMVHypoAlg::initialize
virtual StatusCode initialize() override
Definition: TrigEFTauMVHypoAlg.cxx:18
TrigRoiDescriptorCollection.h