ATLAS Offline Software
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 
9 
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:
23  this, "TruncationInfoKey", "TruncationDebugInfo", "Key of the truncation debugging info object"};
24 };
25 
26 #endif // TRIGOUTPUTHANDLING_TRUNCATIONANALYSISALG_H
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
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
TruncationAnalysisAlg::initialize
virtual StatusCode initialize() override
Definition: TruncationAnalysisAlg.cxx:26
TruncationAnalysisAlg
Retrieves and prints the content of HLT result truncation debugging information object.
Definition: TruncationAnalysisAlg.h:14
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigCompositeContainer.h
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
TruncationAnalysisAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: TruncationAnalysisAlg.cxx:31