Skip to content
Snippets Groups Projects
Commit f897bf3e authored by John Chapman's avatar John Chapman
Browse files

Move ITRT_ActiveFractionSvc.h from TRT_ConditionsServices to InDetRecToolInterfaces

As discussed in ATLASRECTS-2953, in order to be able to drop the dependency on
the `TrkParameters` package from AthSimulation, then we need to move
`ITRT_ActiveFractionSvc.h` and `TRT_ActiveFractionSvc.h` out of the
`TRT_ConditionsServices` package. The first step is to move the interface elsewhere.
parent 3bb68a8b
No related merge requests found
......@@ -29,6 +29,7 @@ atlas_depends_on_subdirs( PUBLIC
InnerDetector/InDetConditions/InDetCoolCoralClientUtils
InnerDetector/InDetDetDescr/InDetIdentifier
InnerDetector/InDetDetDescr/InDetReadoutGeometry
InnerDetector/InDetRecTools/InDetRecToolInterfaces
Tools/PathResolver )
# External dependencies:
......
......@@ -13,7 +13,7 @@
*///-------------------------------------------------------
// Header Includes
#include "TRT_ConditionsServices/ITRT_ActiveFractionSvc.h"
#include "InDetRecToolInterfaces/ITRT_ActiveFractionSvc.h"
#include "AthenaBaseComps/AthService.h"
#include "GaudiKernel/IIncidentListener.h"
#include "GaudiKernel/ServiceHandle.h"
......
......@@ -3,7 +3,7 @@
*/
#include "InDetTrackSelectorTool/InDetTrtDriftCircleCutTool.h"
#include "TRT_ConditionsServices/ITRT_ActiveFractionSvc.h"
#include "InDetRecToolInterfaces/ITRT_ActiveFractionSvc.h"
StatusCode InDet::InDetTrtDriftCircleCutTool::initialize()
{
......
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