ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigHypoCommonTools
src
TrigGenericHypoAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef TRIGHYPOCOMMONTOOLS_TRIGGENERICHYPOALG_H
5
#define TRIGHYPOCOMMONTOOLS_TRIGGENERICHYPOALG_H
6
7
#include "GaudiKernel/ToolHandle.h"
8
#include "
DecisionHandling/HypoBase.h
"
9
#include "
TrigGenericHypoTool.h
"
10
#include "
StoreGate/ReadDecorHandleKey.h
"
11
12
class
TrigGenericHypoAlg
:
public
::HypoBase
{
13
public
:
14
TrigGenericHypoAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
15
virtual
StatusCode
initialize
()
override
;
16
virtual
StatusCode
execute
(
const
EventContext& context)
const override
;
17
private
:
18
ToolHandleArray <TrigGenericHypoTool>
m_hypoTools
{
this
,
"HypoTools"
, {},
"Tools that perform actual selection"
};
19
SG::ReadHandleKey<xAOD::TrigCompositeContainer>
m_trigCompKey
{
this
,
"TrigCompositeContainer"
,
"TrigComposite"
,
"Name of TrigCompositeContainer"
};
20
};
21
22
#endif
HypoBase.h
ReadDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
TrigGenericHypoTool.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
TrigGenericHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigGenericHypoAlg.cxx:11
TrigGenericHypoAlg::m_hypoTools
ToolHandleArray< TrigGenericHypoTool > m_hypoTools
Definition
TrigGenericHypoAlg.h:18
TrigGenericHypoAlg::m_trigCompKey
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_trigCompKey
Definition
TrigGenericHypoAlg.h:19
TrigGenericHypoAlg::TrigGenericHypoAlg
TrigGenericHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigGenericHypoAlg.cxx:8
TrigGenericHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigGenericHypoAlg.cxx:17
Generated on
for ATLAS Offline Software by
1.17.0