ATLAS Offline Software
Loading...
Searching...
No Matches
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
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
StatusCode finalize() override
StatusCode execute(const EventContext &ctx) const override
SG::WriteHandleKey< BCM_RDO_Container > m_bcmOutputName
BCM_ZeroSuppression(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< BCM_RDO_Container > m_bcmContainerName
A data member to contain the name of the BCM RDO that contains the input BCM information.
StatusCode initialize() override
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.