ATLAS Offline Software
TrigJetEJsHypoAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 
4 */
5 
6 #ifndef TrigHLTJetHypo_TrigJetEJsHypoAlg_H
7 #define TrigHLTJetHypo_TrigJetEJsHypoAlg_H
8 
9 #include <string>
10 
11 #include "TrigJetEJsHypoAlg.h"
13 #include "xAODJet/JetContainer.h"
15 
17 
18 #include "TrigJetEJsHypoTool.h"
19 
32 class TrigJetEJsHypoAlg : public ::HypoBase {
33  public:
34 
35  TrigJetEJsHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
36 
37  virtual StatusCode initialize() override;
38  virtual StatusCode execute( const EventContext& context ) const override;
39 
40  private:
41 
42  ToolHandleArray<TrigJetEJsHypoTool> m_hypoTools {
43  this, "HypoTools", {}, "Hypo tools"};
44 
46  {this,"Tracks","Key for precision tracks"};
48  {this,"PV","Key for Primary Vertex"};
49 
50 };
51 
52 #endif
TrigJetEJsHypoAlg
HypoAlg for exotic jets / emerging jets algorithm.
Definition: TrigJetEJsHypoAlg.h:32
SG::ReadHandleKey< xAOD::TrackParticleContainer >
TrigJetEJsHypoAlg::TrigJetEJsHypoAlg
TrigJetEJsHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TrigJetEJsHypoAlg.cxx:18
TrigJetEJsHypoAlg::m_hypoTools
ToolHandleArray< TrigJetEJsHypoTool > m_hypoTools
Definition: TrigJetEJsHypoAlg.h:42
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigJetEJsHypoAlg::m_PV
SG::ReadHandleKey< xAOD::VertexContainer > m_PV
Definition: TrigJetEJsHypoAlg.h:48
AthReentrantAlgorithm.h
TrigJetEJsHypoAlg.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
TrigJetEJsHypoAlg::m_tracksKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_tracksKey
Definition: TrigJetEJsHypoAlg.h:46
VertexContainer.h
JetContainer.h
HypoBase.h
TrigJetEJsHypoTool.h
TrigJetEJsHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: TrigJetEJsHypoAlg.cxx:33
TrigJetEJsHypoAlg::initialize
virtual StatusCode initialize() override
Definition: TrigJetEJsHypoAlg.cxx:23