ATLAS Offline Software
Loading...
Searching...
No Matches
CscRdoToCscDigit.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONBYTESTREAMCNVTEST_CSCRDOTOCSCDIGIT_H
6#define MUONBYTESTREAMCNVTEST_CSCRDOTOCSCDIGIT_H
7
10#include "GaudiKernel/ServiceHandle.h"
11#include "GaudiKernel/ToolHandle.h"
16
18public:
19 CscRdoToCscDigit(const std::string& name, ISvcLocator* pSvcLocator);
20 virtual ~CscRdoToCscDigit() = default;
21
22 virtual StatusCode initialize() override final;
23 virtual StatusCode execute(const EventContext& ctx) const override final;
24
27
28 ToolHandle<ICscCalibTool> m_cscCalibTool{this, "cscCalibTool", "CscCalibTool", ""};
29 ToolHandle<Muon::ICSC_RDO_Decoder> m_cscRdoDecoderTool{this, "cscRdoDecoderTool", "Muon::CscRDO_Decoder", ""};
30 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
31 SG::ReadHandleKey<CscRawDataContainer> m_cscRdoKey{this, "CscRdoContainer", "CSCRDO", "Csc RDO Input"};
32 SG::WriteHandleKey<CscDigitContainer> m_cscDigitKey{this, "CscDigitContainer", "CSC_DIGITS", "Csc Digit Output"};
33};
34
35#endif
An algorithm that can be simultaneously executed in multiple threads.
Use IdentifiableContainer with CscDigitCollection.
Collection of CSC Raw Hits, arranged according to CSC Detector Elements Author: Ketevi A.
ToolHandle< Muon::ICSC_RDO_Decoder > m_cscRdoDecoderTool
virtual StatusCode execute(const EventContext &ctx) const override final
CscRdoToCscDigit(const std::string &name, ISvcLocator *pSvcLocator)
virtual ~CscRdoToCscDigit()=default
SG::ReadHandleKey< CscRawDataContainer > m_cscRdoKey
ToolHandle< ICscCalibTool > m_cscCalibTool
StatusCode decodeCsc(const CscRawDataCollection *, CscDigitContainer *, CscDigitCollection *&, Identifier &) const
virtual StatusCode initialize() override final
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
SG::WriteHandleKey< CscDigitContainer > m_cscDigitKey
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.
#define private