5#ifndef MUONERROROPTIMISATIONTOOL_H
6#define MUONERROROPTIMISATIONTOOL_H
9#include "GaudiKernel/ServiceHandle.h"
10#include "GaudiKernel/ToolHandle.h"
28 virtual StatusCode
finalize()
override;
35 "Handle to the service providing the IMuonEDMHelperSvc interface"};
37 PublicToolHandle<MuonEDMPrinterTool>
m_printer{
this,
"EDMPrinter",
"Muon::MuonEDMPrinterTool/MuonEDMPrinterTool",
38 "helper to nicely print out tracks"};
40 "Muon::MuonTrackSummaryHelperTool/MuonTrackSummaryHelperTool"};
41 ToolHandle<IMuonRefitTool>
m_refitTool{
this,
"RefitTool",
"Muon::MuonRefitTool/MuonRefitTool"};
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.