ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigAlgorithms
TrigMinBias
src
SPCountHypoAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef TRIGMINBIAS_SPCOUNTHYPOALG_H
5
#define TRIGMINBIAS_SPCOUNTHYPOALG_H
6
7
// Framework includes
8
#include "
SPCountHypoTool.h
"
9
#include "
DecisionHandling/HypoBase.h
"
10
#include "
xAODTrigger/TrigCompositeContainer.h
"
11
#include "
TrigCompositeUtils/TrigCompositeUtils.h
"
12
13
// STL includes
14
#include <string>
15
16
class
SPCountHypoAlg
:
public
::HypoBase
17
{
18
19
public
:
20
SPCountHypoAlg
(
const
std::string &name, ISvcLocator *pSvcLocator);
21
22
virtual
StatusCode
initialize
()
override
;
23
virtual
StatusCode
execute
(
const
EventContext &context)
const override
;
24
25
private
:
26
SPCountHypoAlg
();
27
ToolHandleArray<SPCountHypoTool>
m_hypoTools
{
this
,
"HypoTools"
, {},
"Tools that perform actual selection"
};
28
SG::ReadHandleKey<xAOD::TrigCompositeContainer>
m_spacePointsKey
{
this
,
"SpacePointsKey"
,
"Undefined"
};
29
};
30
31
#endif
// TRIGMINBIAS_SPCOUNTHYPOALG_H
HypoBase.h
SPCountHypoTool.h
TrigCompositeContainer.h
TrigCompositeUtils.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
SPCountHypoAlg::m_hypoTools
ToolHandleArray< SPCountHypoTool > m_hypoTools
Definition
SPCountHypoAlg.h:27
SPCountHypoAlg::initialize
virtual StatusCode initialize() override
Definition
SPCountHypoAlg.cxx:24
SPCountHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
SPCountHypoAlg.cxx:33
SPCountHypoAlg::SPCountHypoAlg
SPCountHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
SPCountHypoAlg.cxx:21
SPCountHypoAlg::m_spacePointsKey
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_spacePointsKey
Definition
SPCountHypoAlg.h:28
SPCountHypoAlg::SPCountHypoAlg
SPCountHypoAlg()
Generated on
for ATLAS Offline Software by
1.17.0