ATLAS Offline Software
BCM_ZeroSuppression.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef BCM_ZEROSUPPRESSION_H
6 #define BCM_ZEROSUPPRESSION_H
7 
9 
13 
23  public:
24  BCM_ZeroSuppression(const std::string& name, ISvcLocator* pSvcLocator);
26 
27  StatusCode initialize() override;
28  StatusCode execute(const EventContext& ctx) const override;
29  StatusCode finalize() override;
30 
31  private:
38 };
39 
40 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
BCM_ZeroSuppression::execute
StatusCode execute(const EventContext &ctx) const override
Definition: BCM_ZeroSuppression.cxx:34
SG::ReadHandleKey< BCM_RDO_Container >
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
BCM_ZeroSuppression::m_bcmOutputName
SG::WriteHandleKey< BCM_RDO_Container > m_bcmOutputName
Definition: BCM_ZeroSuppression.h:37
SG::WriteHandleKey< BCM_RDO_Container >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
BCM_ZeroSuppression::finalize
StatusCode finalize() override
Definition: BCM_ZeroSuppression.cxx:76
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
BCM_ZeroSuppression
Definition: BCM_ZeroSuppression.h:22
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
BCM_ZeroSuppression::~BCM_ZeroSuppression
~BCM_ZeroSuppression()
BCM_ZeroSuppression::BCM_ZeroSuppression
BCM_ZeroSuppression(const std::string &name, ISvcLocator *pSvcLocator)
Definition: BCM_ZeroSuppression.cxx:17
BCM_RDO_Container.h
BCM_ZeroSuppression::initialize
StatusCode initialize() override
Definition: BCM_ZeroSuppression.cxx:28
BCM_ZeroSuppression::m_bcmContainerName
SG::ReadHandleKey< BCM_RDO_Container > m_bcmContainerName
A data member to contain the name of the BCM RDO that contains the input BCM information.
Definition: BCM_ZeroSuppression.h:36