5#ifndef INDETRIOMAKER_XAODTOINDETCLUSTERCONVERSION_H
6#define INDETRIOMAKER_XAODTOINDETCLUSTERCONVERSION_H
12#include "GaudiKernel/ToolHandle.h"
52 virtual StatusCode
execute(
const EventContext& ctx)
const override;
71 ToolHandle<ISiLorentzAngleTool>
m_lorentzAngleTool {
this,
"LorentzAngleTool",
"",
"Tool to retrieve Lorentz angle of SCT"};
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration.
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.
This is an Identifier helper class for the HGTD subdetector.
ToolHandle< ISiLorentzAngleTool > m_lorentzAngleTool
SG::ReadHandleKey< xAOD::HGTDClusterContainer > m_inputHgtdClusterContainerKey
const PixelID * m_pixelID
XAODToInDetClusterConversion(const XAODToInDetClusterConversion &)=delete
SG::WriteHandleKey< InDet::SCT_ClusterContainer > m_outputStripClusterContainerKey
virtual StatusCode initialize() override
StatusCode convertHgtdClusters(const EventContext &ctx) const
Gaudi::Property< bool > m_processHgtd
XAODToInDetClusterConversion()=delete
SG::ReadHandleKey< xAOD::PixelClusterContainer > m_inputPixelClusterContainerKey
SG::WriteHandleKey< InDet::SiClusterContainer > m_stripClusterContainerLinkKey
StatusCode convertPixelClusters(const EventContext &ctx) const
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_pixelDetEleCollKey
virtual StatusCode execute(const EventContext &ctx) const override
Gaudi::Property< bool > m_processStrip
SG::ReadCondHandleKey< InDetDD::HGTD_DetectorElementCollection > m_HGTDDetEleCollKey
SG::WriteHandleKey< InDet::SiClusterContainer > m_pixelClusterContainerLinkKey
XAODToInDetClusterConversion(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Gaudi::Property< bool > m_processPixel
SG::WriteHandleKey<::HGTD_ClusterContainer > m_outputHgtdClusterContainerKey
XAODToInDetClusterConversion & operator=(const XAODToInDetClusterConversion &)=delete
StatusCode convertStripClusters(const EventContext &ctx) const
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_stripDetEleCollKey
SG::ReadHandleKey< xAOD::StripClusterContainer > m_inputStripClusterContainerKey
SG::WriteHandleKey< InDet::PixelClusterContainer > m_outputPixelClusterContainerKey
This is an Identifier helper class for the Pixel subdetector.
This is an Identifier helper class for the SCT subdetector.
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.