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

Merge branch 'master-ISF_FatrasTools-unused_forward_declarations' into 'master'

Cleanup Simulation/ISF/{ISF_FatrasTools,ISF_FatrasToolsID,ISF_FatrasToolsMS}

See merge request atlas/athena!16595
parents 81b32383 2407ddc6
No related branches found
No related tags found
No related merge requests found
...@@ -30,20 +30,12 @@ ...@@ -30,20 +30,12 @@
// ROOT forward declarations // ROOT forward declarations
class TTree; class TTree;
class IIncidentSvc;
//class AtlasDetectorID;
namespace ISF { namespace ISF {
class ISFParticle; class ISFParticle;
} }
namespace iFatras namespace iFatras
{ {
class IParticleDecayHelper;
class ITrackCreator;
class ISimHitCreator;
/** @class PhysicsValidationTool /** @class PhysicsValidationTool
Fatras AlgTool to validate the physics content Fatras AlgTool to validate the physics content
......
...@@ -33,18 +33,6 @@ class SCT_ID; ...@@ -33,18 +33,6 @@ class SCT_ID;
class IInDetConditionsTool; class IInDetConditionsTool;
class StoreGateSvc; class StoreGateSvc;
class TF1; class TF1;
namespace InDet {
class ClusterMakerTool;
}
namespace InDetDD {
class SiDetectorElement;
}
namespace Trk {
class IRIO_OnTrackCreator; class LocalPosition;
class Surface;
}
namespace ISF { namespace ISF {
class ISFParticle; class ISFParticle;
......
...@@ -28,14 +28,9 @@ ...@@ -28,14 +28,9 @@
#include "InDetSimEvent/TRTUncompressedHitCollection.h" #include "InDetSimEvent/TRTUncompressedHitCollection.h"
class ITRT_StrawStatusSummarySvc; class ITRT_StrawStatusSummarySvc;
class ITRT_DriftFunctionTool;
class TRT_ID; class TRT_ID;
class StoreGateSvc; class StoreGateSvc;
namespace Trk {
class ITRT_ElectronPidTool;
}
namespace ISF { namespace ISF {
class ISFParticle; class ISFParticle;
} }
......
...@@ -20,19 +20,11 @@ ...@@ -20,19 +20,11 @@
// Fatras // Fatras
#include "ISF_FatrasInterfaces/ISimHitCreator.h" #include "ISF_FatrasInterfaces/ISimHitCreator.h"
// Tracking includes
#include "TrkExInterfaces/ITimedExtrapolator.h"
// STL // STL
#include <utility> #include <utility>
class AtlasDetectorID; class AtlasDetectorID;
namespace Trk {
class Track;
}
namespace iFatras { namespace iFatras {
class IHitCreator; class IHitCreator;
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include "GaudiKernel/IIncidentListener.h" #include "GaudiKernel/IIncidentListener.h"
// ISF includes // ISF includes
#include "ISF_FatrasInterfaces/ISimHitCreator.h" #include "ISF_FatrasInterfaces/ISimHitCreator.h"
//#include "ISF_FatrasInterfaces/IHitCreator.h"
// Tracking includes // Tracking includes
#include "TrkParameters/TrackParameters.h" #include "TrkParameters/TrackParameters.h"
#include "TrkExInterfaces/ITimedExtrapolator.h" #include "TrkExInterfaces/ITimedExtrapolator.h"
...@@ -34,8 +33,6 @@ class MdtHitIdHelper; ...@@ -34,8 +33,6 @@ class MdtHitIdHelper;
class RpcHitIdHelper; class RpcHitIdHelper;
class CscHitIdHelper; class CscHitIdHelper;
class TgcHitIdHelper; class TgcHitIdHelper;
class sTgcHitIdHelper;
class MicromegasHitIdHelper;
namespace MuonGM { namespace MuonGM {
class MuonDetectorManager; class MuonDetectorManager;
...@@ -48,8 +45,6 @@ namespace Muon { ...@@ -48,8 +45,6 @@ namespace Muon {
namespace Trk { namespace Trk {
class Layer; class Layer;
class Track;
class TrackingGeometry;
} }
namespace ISF { namespace ISF {
...@@ -62,8 +57,6 @@ struct sTgcSimIdToOfflineId; ...@@ -62,8 +57,6 @@ struct sTgcSimIdToOfflineId;
namespace iFatras namespace iFatras
{ {
class IHitCreator;
/** @class SimHitCreatorMS /** @class SimHitCreatorMS
A dedicated instance for Fatras sim hit creation A dedicated instance for Fatras sim hit creation
...@@ -131,8 +124,6 @@ namespace iFatras ...@@ -131,8 +124,6 @@ namespace iFatras
RpcHitIdHelper* m_rpcHitIdHelper; RpcHitIdHelper* m_rpcHitIdHelper;
CscHitIdHelper* m_cscHitIdHelper; CscHitIdHelper* m_cscHitIdHelper;
TgcHitIdHelper* m_tgcHitIdHelper; TgcHitIdHelper* m_tgcHitIdHelper;
//sTgcHitIdHelper* m_sTgcHitIdHelper;
//MicromegasHitIdHelper* m_mmHitIdHelper;
MM_SimIdToOfflineId* m_mmOffToSimId; MM_SimIdToOfflineId* m_mmOffToSimId;
sTgcSimIdToOfflineId* m_stgcOffToSimId; sTgcSimIdToOfflineId* m_stgcOffToSimId;
......
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