ATLAS Offline Software
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 "
DecisionHandling/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
SPCountHypoAlg
Definition:
SPCountHypoAlg.h:17
TrigCompositeUtils.h
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition:
StoreGate/StoreGate/ReadHandleKey.h:39
SPCountHypoTool.h
SPCountHypoAlg::initialize
virtual StatusCode initialize() override
Definition:
SPCountHypoAlg.cxx:24
SPCountHypoAlg::m_spacePointsKey
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_spacePointsKey
Definition:
SPCountHypoAlg.h:28
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
SPCountHypoAlg::m_hypoTools
ToolHandleArray< SPCountHypoTool > m_hypoTools
Definition:
SPCountHypoAlg.h:27
SPCountHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
SPCountHypoAlg.cxx:33
TrigCompositeContainer.h
SPCountHypoAlg::SPCountHypoAlg
SPCountHypoAlg()
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition:
HypoBase.h:13
HypoBase.h
Generated on Thu Nov 7 2024 21:26:27 for ATLAS Offline Software by
1.8.18