ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigHLTJetHypo
src
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
11
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
12
#include "
xAODJet/JetContainer.h
"
13
#include "
xAODTracking/VertexContainer.h
"
14
#include "
CaloEvent/CaloConstCellContainer.h
"
15
#include "AthLinks/ElementLinkVector.h"
16
#include "
DecisionHandling/HypoBase.h
"
17
18
#include "
TrigJetCRHypoTool.h
"
19
26
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
42
SG::ReadHandleKey<xAOD::TrackParticleContainer>
m_trackParticleKey
{
this
,
43
"Tracks"
,
"Key for precision tracks"
};
44
45
SG::ReadHandleKey<CaloConstCellContainer>
m_cellKey
{
this
,
46
"Cells"
,
"Key for input CaloCellContainer"
};
47
48
};
49
50
#endif
51
52
AthReentrantAlgorithm.h
CaloConstCellContainer.h
CaloCellContainer that can accept const cell pointers.
HypoBase.h
JetContainer.h
TrigJetCRHypoTool.h
VertexContainer.h
HypoBase::HypoBase
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition
HypoBase.cxx:12
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
TrigJetCRHypoAlg::m_trackParticleKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_trackParticleKey
Definition
TrigJetCRHypoAlg.h:42
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
TrigJetCRHypoAlg::m_hypoTools
ToolHandleArray< TrigJetCRHypoTool > m_hypoTools
Definition
TrigJetCRHypoAlg.h:37
TrigJetCRHypoAlg::m_cellKey
SG::ReadHandleKey< CaloConstCellContainer > m_cellKey
Definition
TrigJetCRHypoAlg.h:45
Generated on
for ATLAS Offline Software by
1.17.0