ATLAS Offline Software
TrigJetCRHypoAlg.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_TrigJetCRHypoAlg_H
7 #define TrigHLTJetHypo_TrigJetCRHypoAlg_H
8 
9 #include <string>
10 
12 #include "xAODJet/JetContainer.h"
15 #include "AthLinks/ElementLinkVector.h"
17 
18 #include "TrigJetCRHypoTool.h"
19 
27 class TrigJetCRHypoAlg : public ::HypoBase {
28  public:
29 
30  TrigJetCRHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
31 
32  virtual StatusCode initialize() override;
33  virtual StatusCode execute( const EventContext& context ) const override;
34 
35 
36 private:
37  ToolHandleArray< TrigJetCRHypoTool > m_hypoTools {this,
38  "HypoTools",
39  {},
40  "Tools to perfrom selection"};
41 
43  "Tracks","Key for precision tracks"};
44 
46  "Cells","Key for input CaloCellContainer"};
47 
48 };
49 
50 #endif
51 
52 
TrigJetCRHypoTool.h
SG::ReadHandleKey< xAOD::TrackParticleContainer >
TrigJetCRHypoAlg
HypoAlg for low-EMF trackless jets algorithm.
Definition: TrigJetCRHypoAlg.h:27
TrigJetCRHypoAlg::m_hypoTools
ToolHandleArray< TrigJetCRHypoTool > m_hypoTools
Definition: TrigJetCRHypoAlg.h:37
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthReentrantAlgorithm.h
TrigJetCRHypoAlg::m_cellKey
SG::ReadHandleKey< CaloConstCellContainer > m_cellKey
Definition: TrigJetCRHypoAlg.h:45
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
VertexContainer.h
JetContainer.h
TrigJetCRHypoAlg::m_trackParticleKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_trackParticleKey
Definition: TrigJetCRHypoAlg.h:42
HypoBase.h
CaloConstCellContainer.h
CaloCellContainer that can accept const cell pointers.
TrigJetCRHypoAlg::TrigJetCRHypoAlg
TrigJetCRHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TrigJetCRHypoAlg.cxx:14
TrigJetCRHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: TrigJetCRHypoAlg.cxx:29
TrigJetCRHypoAlg::initialize
virtual StatusCode initialize() override
Definition: TrigJetCRHypoAlg.cxx:19