ATLAS Offline Software
InnerDetector
InDetRawAlgs
BCM_ZeroSuppression
BCM_ZeroSuppression
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
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
10
#include "
InDetBCM_RawData/BCM_RDO_Container.h
"
11
#include "
StoreGate/ReadHandleKey.h
"
12
#include "
StoreGate/WriteHandleKey.h
"
13
22
class
BCM_ZeroSuppression
final:
public
AthReentrantAlgorithm
{
23
public
:
24
BCM_ZeroSuppression
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
25
~BCM_ZeroSuppression
();
26
27
StatusCode
initialize
()
override
;
28
StatusCode
execute
(
const
EventContext& ctx)
const override
;
29
StatusCode
finalize
()
override
;
30
31
private
:
36
SG::ReadHandleKey<BCM_RDO_Container>
m_bcmContainerName
;
37
SG::WriteHandleKey<BCM_RDO_Container>
m_bcmOutputName
;
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:221
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
Generated on Thu Nov 7 2024 21:10:42 for ATLAS Offline Software by
1.8.18