ATLAS Offline Software
Loading...
Searching...
No Matches
LArSuperCellBCIDEmAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5
15
16#ifndef LARROD_LARSUPERCELLBCIDEMALG
17#define LARROD_LARSUPERCELLBCIDEMALG
18
20#include "GaudiKernel/ToolHandle.h"
27
29{
30
31public :
32 LArSuperCellBCIDEmAlg( const std::string& name, ISvcLocator* pSvcLocator);
34 StatusCode initialize();
35 StatusCode finalize() { return StatusCode::SUCCESS;}
36 StatusCode execute(const EventContext& context) const;
37
38private:
39
41 ToolHandle<ICaloSuperCellIDTool> m_scidtool
42 { this, "SCIDTool", "CaloSuperCellIDTool" ,
43 "Offline / supercell mapping tool."};
44
47 { this, "SCellContainerIn", "SCellContainer",
48 "SG key for the input supercell LAr channel container"};
49
52 { this, "SCellContainerOut", "SCellEm",
53 "SG key for the output supercell LAr channel container"};
54
57 {this, "BCIDAvgKey", "CaloBCIDAverage", "" };
58
59};
60
61#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.
Interface for tool to map between calorimeter cells and supercells.
SG::ReadHandleKey< CaloBCIDAverage > m_bcidAvgKey
Property SG Key for the CaloLumiBCID.
SG::ReadHandleKey< CaloCellContainer > m_sCellContainerInKey
Property: SG key for the input calorimeter cell container.
StatusCode execute(const EventContext &context) const
LArSuperCellBCIDEmAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandle< ICaloSuperCellIDTool > m_scidtool
Property: Offline / supercell mapping tool.
SG::WriteHandleKey< CaloCellContainer > m_sCellContainerOutKey
Property: SG key for the output supercell LAr channel container.
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.