Don't call PathResolverFindCalibFile in constructor (ATLASRECTS-6047)
Compare changes
@@ -25,19 +25,8 @@
@@ -47,21 +36,20 @@ CaloMuonLikelihoodTool::CaloMuonLikelihoodTool(const std::string& type, const st
Hi,
as it was found in ATLASRECTS-6047, we should not call PathResolverFindCalibFile in the constructor, but in initialize. Fixes ATLASRECTS-6047.
Best, Nico