ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigSteer
TrigOutputHandling
src
TruncationAnalysisAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef TRIGOUTPUTHANDLING_TRUNCATIONANALYSISALG_H
5
#define TRIGOUTPUTHANDLING_TRUNCATIONANALYSISALG_H
6
7
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
8
#include "
xAODTrigger/TrigCompositeContainer.h
"
9
14
class
TruncationAnalysisAlg
:
public
AthReentrantAlgorithm
{
15
public
:
16
TruncationAnalysisAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
17
18
virtual
StatusCode
initialize
()
override
;
19
virtual
StatusCode
execute
(
const
EventContext& context)
const override
;
20
21
private
:
22
SG::ReadHandleKey<xAOD::TrigCompositeContainer>
m_truncationInfoKey
{
23
this
,
"TruncationInfoKey"
,
"TruncationDebugInfo"
,
"Key of the truncation debugging info object"
};
24
};
25
26
#endif
// TRIGOUTPUTHANDLING_TRUNCATIONANALYSISALG_H
AthReentrantAlgorithm.h
TrigCompositeContainer.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
TruncationAnalysisAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TruncationAnalysisAlg.cxx:31
TruncationAnalysisAlg::TruncationAnalysisAlg
TruncationAnalysisAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TruncationAnalysisAlg.cxx:23
TruncationAnalysisAlg::m_truncationInfoKey
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_truncationInfoKey
Definition
TruncationAnalysisAlg.h:22
TruncationAnalysisAlg::initialize
virtual StatusCode initialize() override
Definition
TruncationAnalysisAlg.cxx:26
Generated on
for ATLAS Offline Software by
1.17.0