ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigLongLivedParticlesHypo
src
TrigdEdxTrackHypoAlg.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 TRIGLONGLIVEDPARTICLESHYPO_TRIGDEDXTRACKHYPOALG_H
5
#define TRIGLONGLIVEDPARTICLESHYPO_TRIGDEDXTRACKHYPOALG_H
6
7
#include <string>
8
9
#include "Gaudi/Property.h"
10
#include "
DecisionHandling/HypoBase.h
"
11
#include "
TrigdEdxTrackHypoTool.h
"
12
#include "
AthenaMonitoringKernel/GenericMonitoringTool.h
"
13
19
20
class
TrigdEdxTrackHypoAlg
:
public
::HypoBase
21
{
22
public
:
23
24
TrigdEdxTrackHypoAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
25
26
virtual
StatusCode
initialize
()
override
;
27
virtual
StatusCode
execute
(
const
EventContext& context)
const override
;
28
29
private
:
30
31
ToolHandleArray< TrigdEdxTrackHypoTool >
m_hypoTools
{
this
,
"HypoTools"
, {},
"Tools to perfrom selection"
};
32
33
SG::ReadHandleKey< xAOD::TrigCompositeContainer >
m_dEdxTrkKey
{
this
,
"dEdxTrk"
,
"HLT_dEdxTrk"
,
""
};
34
SG::ReadHandleKey< xAOD::TrigCompositeContainer>
m_dEdxHitKey
{
this
,
"dEdxHit"
,
"HLT_dEdxHit"
,
""
};
35
SG::WriteHandleKey<xAOD::TrigCompositeContainer>
m_HPtdEdxTrkKey
{
this
,
"HPtdEdxTrk"
,
"HLT_HPtdEdxTrk"
,
""
};
36
37
StatusCode
createCandidates
(
const
xAOD::TrigCompositeContainer
*,
const
xAOD::TrigCompositeContainer
*,
xAOD::TrigCompositeContainer
*,
int
&)
const
;
38
39
ToolHandle<GenericMonitoringTool>
m_monTool
{
this
,
"MonTool"
,
""
,
"Monitoring tool"
};
40
StatusCode
doMonitor
(
const
xAOD::TrigCompositeContainer
*)
const
;
41
42
std::vector<float>
m_highdEdxHitDefThres
;
43
std::vector<std::string>
m_highdEdxHitDefNames
;
44
};
45
46
#endif
//> !TRIGLONGLIVEDPARTICLESHYPO_TRIGDEDXTRACKHYPOALG_H
GenericMonitoringTool.h
HypoBase.h
TrigdEdxTrackHypoTool.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
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
TrigdEdxTrackHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigdEdxTrackHypoAlg.cxx:63
TrigdEdxTrackHypoAlg::createCandidates
StatusCode createCandidates(const xAOD::TrigCompositeContainer *, const xAOD::TrigCompositeContainer *, xAOD::TrigCompositeContainer *, int &) const
Definition
TrigdEdxTrackHypoAlg.cxx:201
TrigdEdxTrackHypoAlg::m_dEdxTrkKey
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_dEdxTrkKey
Definition
TrigdEdxTrackHypoAlg.h:33
TrigdEdxTrackHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigdEdxTrackHypoAlg.cxx:38
TrigdEdxTrackHypoAlg::m_highdEdxHitDefThres
std::vector< float > m_highdEdxHitDefThres
Definition
TrigdEdxTrackHypoAlg.h:42
TrigdEdxTrackHypoAlg::TrigdEdxTrackHypoAlg
TrigdEdxTrackHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigdEdxTrackHypoAlg.cxx:31
TrigdEdxTrackHypoAlg::m_highdEdxHitDefNames
std::vector< std::string > m_highdEdxHitDefNames
Definition
TrigdEdxTrackHypoAlg.h:43
TrigdEdxTrackHypoAlg::m_hypoTools
ToolHandleArray< TrigdEdxTrackHypoTool > m_hypoTools
Definition
TrigdEdxTrackHypoAlg.h:31
TrigdEdxTrackHypoAlg::m_monTool
ToolHandle< GenericMonitoringTool > m_monTool
Definition
TrigdEdxTrackHypoAlg.h:39
TrigdEdxTrackHypoAlg::m_HPtdEdxTrkKey
SG::WriteHandleKey< xAOD::TrigCompositeContainer > m_HPtdEdxTrkKey
Definition
TrigdEdxTrackHypoAlg.h:35
TrigdEdxTrackHypoAlg::doMonitor
StatusCode doMonitor(const xAOD::TrigCompositeContainer *) const
Definition
TrigdEdxTrackHypoAlg.cxx:173
TrigdEdxTrackHypoAlg::m_dEdxHitKey
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_dEdxHitKey
Definition
TrigdEdxTrackHypoAlg.h:34
xAOD::TrigCompositeContainer
TrigCompositeContainer_v1 TrigCompositeContainer
Declare the latest version of the container.
Definition
TrigCompositeContainer.h:17
Generated on
for ATLAS Offline Software by
1.17.0