ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigMuonHypo
src
TrigMuonLateMuRoIHypoAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGMUONLATEMUROIHYPO_TRIGMUONLATEMUROIHYPOALG_H
6
#define TRIGMUONLATEMUROIHYPO_TRIGMUONLATEMUROIHYPOALG_H 1
7
8
#include <string>
9
10
#include "
StoreGate/ReadHandleKey.h
"
11
#include "
TrigMuonLateMuRoIHypoTool.h
"
12
#include "
DecisionHandling/HypoBase.h
"
13
#include "
TrigSteeringEvent/TrigRoiDescriptorCollection.h
"
14
15
class
StoreGateSvc
;
16
class
TriggerElement;
17
18
// --------------------------------------------------------------------------------
19
// --------------------------------------------------------------------------------
20
21
class
TrigMuonLateMuRoIHypoAlg
22
:
public
::HypoBase
23
{
24
public
:
25
26
TrigMuonLateMuRoIHypoAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
27
28
virtual
~TrigMuonLateMuRoIHypoAlg
();
29
30
virtual
StatusCode
initialize
()
override
;
31
virtual
StatusCode
execute
(
const
EventContext& context )
const override
;
32
33
private
:
34
35
ToolHandleArray<TrigMuonLateMuRoIHypoTool>
m_hypoTools
{
this
,
"HypoTools"
, {},
"Tools to perform selection"
};
36
37
SG::ReadHandleKey<TrigRoiDescriptorCollection>
m_roiKey
{
38
this
,
"LateRoIs"
,
"rois"
,
"Name of the out-of-time RoIs produced by TrigmuRoI"
};
39
40
};
41
42
#endif
HypoBase.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
TrigMuonLateMuRoIHypoTool.h
TrigRoiDescriptorCollection.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
StoreGateSvc
The Athena Transient Store API.
Definition
StoreGateSvc.h:120
TrigMuonLateMuRoIHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigMuonLateMuRoIHypoAlg.cxx:29
TrigMuonLateMuRoIHypoAlg::TrigMuonLateMuRoIHypoAlg
TrigMuonLateMuRoIHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigMuonLateMuRoIHypoAlg.cxx:16
TrigMuonLateMuRoIHypoAlg::~TrigMuonLateMuRoIHypoAlg
virtual ~TrigMuonLateMuRoIHypoAlg()
Definition
TrigMuonLateMuRoIHypoAlg.cxx:23
TrigMuonLateMuRoIHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigMuonLateMuRoIHypoAlg.cxx:43
TrigMuonLateMuRoIHypoAlg::m_hypoTools
ToolHandleArray< TrigMuonLateMuRoIHypoTool > m_hypoTools
Definition
TrigMuonLateMuRoIHypoAlg.h:35
TrigMuonLateMuRoIHypoAlg::m_roiKey
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiKey
Definition
TrigMuonLateMuRoIHypoAlg.h:37
Generated on
for ATLAS Offline Software by
1.17.0