Skip to content
Snippets Groups Projects
Commit 725d8973 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'master-muonidhelpersvc-AmdcMGM' into 'master'

Change handles from MuonIdHelperTool to IMuonIdHelperSvc

See merge request !28459
parents 206a39af 469f447e
No related branches found
No related tags found
7 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!28459Change handles from MuonIdHelperTool to IMuonIdHelperSvc
......@@ -12,7 +12,7 @@
class StoreGateSvc;
#include "MuonIdHelpers/MuonIdHelperTool.h"
#include "MuonIdHelpers/IMuonIdHelperSvc.h"
#include "MuonReadoutGeometry/MuonDetectorManager.h"
#include "GeoPrimitives/GeoPrimitives.h"
......@@ -223,8 +223,8 @@ private:
int m_KountCallsDoIt ; //!< Kount calls to DoIt
ServiceHandle<AmdcsimrecAthenaSvc> p_AmdcsimrecAthenaSvc; //!< Pointer On AmdcsimrecAthenaSvc
ToolHandle<Muon::MuonIdHelperTool> m_muonIdHelperTool{this, "idHelper",
"Muon::MuonIdHelperTool/MuonIdHelperTool", "Handle to the MuonIdHelperTool"};
ServiceHandle<Muon::IMuonIdHelperSvc> m_muonIdHelperSvc{this, "idHelper",
"Muon::MuonIdHelperSvc/MuonIdHelperSvc", "Handle to the service providing the IMuonIdHelperSvc interface"};
StatusCode regFcnDoIt();
StatusCode DoIt();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment