diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasTools/src/PhysicsValidationTool.h b/Simulation/ISF/ISF_Fatras/ISF_FatrasTools/src/PhysicsValidationTool.h index c26550af9a87bf7432213e4d55994af3ab1597b3..10dcf1b978ae906e7c1fe343f71c2850621e1ad1 100755 --- a/Simulation/ISF/ISF_Fatras/ISF_FatrasTools/src/PhysicsValidationTool.h +++ b/Simulation/ISF/ISF_Fatras/ISF_FatrasTools/src/PhysicsValidationTool.h @@ -30,20 +30,12 @@ // ROOT forward declarations class TTree; -class IIncidentSvc; -//class AtlasDetectorID; - namespace ISF { class ISFParticle; } namespace iFatras { - - class IParticleDecayHelper; - class ITrackCreator; - class ISimHitCreator; - /** @class PhysicsValidationTool Fatras AlgTool to validate the physics content diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsID/src/HitCreatorSilicon.h b/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsID/src/HitCreatorSilicon.h index 19e3fac475c3cbde6b66c6f8a9e22907b1622a8f..1ead0fd71bc96ea1e52dd60442372f385ffdd863 100755 --- a/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsID/src/HitCreatorSilicon.h +++ b/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsID/src/HitCreatorSilicon.h @@ -33,18 +33,6 @@ class SCT_ID; class IInDetConditionsSvc; class StoreGateSvc; class TF1; -namespace InDet { - class ClusterMakerTool; -} - -namespace InDetDD { - class SiDetectorElement; -} - -namespace Trk { - class IRIO_OnTrackCreator; class LocalPosition; - class Surface; -} namespace ISF { class ISFParticle; diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsID/src/HitCreatorTRT.h b/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsID/src/HitCreatorTRT.h index c3e400f6e16c49f81fdae9858cd4fab577d335bc..a001c13291102e87b0ef8099dec9fcdff7034f7c 100755 --- a/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsID/src/HitCreatorTRT.h +++ b/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsID/src/HitCreatorTRT.h @@ -28,14 +28,9 @@ #include "InDetSimEvent/TRTUncompressedHitCollection.h" class ITRT_StrawStatusSummarySvc; -class ITRT_DriftFunctionTool; class TRT_ID; class StoreGateSvc; -namespace Trk { - class ITRT_ElectronPidTool; -} - namespace ISF { class ISFParticle; } diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsID/src/SimHitCreatorID.h b/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsID/src/SimHitCreatorID.h index 86528ec72d784d0d4b81e71ac41868141ef61b8c..4997ab6fe198a1aadaad1bafe39258bbb3b80012 100755 --- a/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsID/src/SimHitCreatorID.h +++ b/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsID/src/SimHitCreatorID.h @@ -20,19 +20,11 @@ // Fatras #include "ISF_FatrasInterfaces/ISimHitCreator.h" -// Tracking includes -#include "TrkExInterfaces/ITimedExtrapolator.h" - // STL #include <utility> class AtlasDetectorID; -namespace Trk { - class Track; -} - - namespace iFatras { class IHitCreator; diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsMS/src/SimHitCreatorMS.h b/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsMS/src/SimHitCreatorMS.h index 79c4a3601da0701c82174d59a5b5f7bb7715d6b2..32d71a4330bfeea6dd6a04bd74611f4612f857e5 100644 --- a/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsMS/src/SimHitCreatorMS.h +++ b/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsMS/src/SimHitCreatorMS.h @@ -16,7 +16,6 @@ #include "GaudiKernel/IIncidentListener.h" // ISF includes #include "ISF_FatrasInterfaces/ISimHitCreator.h" -//#include "ISF_FatrasInterfaces/IHitCreator.h" // Tracking includes #include "TrkParameters/TrackParameters.h" #include "TrkExInterfaces/ITimedExtrapolator.h" @@ -34,8 +33,6 @@ class MdtHitIdHelper; class RpcHitIdHelper; class CscHitIdHelper; class TgcHitIdHelper; -class sTgcHitIdHelper; -class MicromegasHitIdHelper; namespace MuonGM { class MuonDetectorManager; @@ -48,8 +45,6 @@ namespace Muon { namespace Trk { class Layer; - class Track; - class TrackingGeometry; } namespace ISF { @@ -62,8 +57,6 @@ struct sTgcSimIdToOfflineId; namespace iFatras { - class IHitCreator; - /** @class SimHitCreatorMS A dedicated instance for Fatras sim hit creation @@ -131,8 +124,6 @@ namespace iFatras RpcHitIdHelper* m_rpcHitIdHelper; CscHitIdHelper* m_cscHitIdHelper; TgcHitIdHelper* m_tgcHitIdHelper; - //sTgcHitIdHelper* m_sTgcHitIdHelper; - //MicromegasHitIdHelper* m_mmHitIdHelper; MM_SimIdToOfflineId* m_mmOffToSimId; sTgcSimIdToOfflineId* m_stgcOffToSimId;