diff --git a/ForwardDetectors/AFP/AFP_Digitization/AFP_Digitization/AFP_PileUpTool.h b/ForwardDetectors/AFP/AFP_Digitization/AFP_Digitization/AFP_PileUpTool.h index e1054228ec2ceaa22b3dcb3f87c9c6889273bcfc..6d3751b6715bf910401fdc5b2103b186754f9ef7 100644 --- a/ForwardDetectors/AFP/AFP_Digitization/AFP_Digitization/AFP_PileUpTool.h +++ b/ForwardDetectors/AFP/AFP_Digitization/AFP_Digitization/AFP_PileUpTool.h @@ -1,11 +1,10 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration */ #ifndef AFP_DIGITIZATION_TOOL_H #define AFP_DIGITIZATION_TOOL_H -#include "EventInfo/PileUpEventInfo.h" /*SubEvent*/ #include "PileUpTools/PileUpToolBase.h" #include "xAODEventInfo/EventInfo.h" // NEW EDM #include "xAODEventInfo/EventAuxInfo.h" // NEW EDM diff --git a/ForwardDetectors/AFP/AFP_Digitization/CMakeLists.txt b/ForwardDetectors/AFP/AFP_Digitization/CMakeLists.txt index 1d11236260aad1dc37e55d98b8d322d46739e72c..c9581326d8d2af0ffa5cdca395ea8af45e6c151b 100644 --- a/ForwardDetectors/AFP/AFP_Digitization/CMakeLists.txt +++ b/ForwardDetectors/AFP/AFP_Digitization/CMakeLists.txt @@ -10,7 +10,6 @@ atlas_depends_on_subdirs( PUBLIC Control/AthenaBaseComps Control/AthenaKernel Control/PileUpTools - Event/EventInfo Event/xAOD/xAODEventInfo ForwardDetectors/AFP/AFP_DigiEv ForwardDetectors/AFP/AFP_SimEv @@ -28,7 +27,7 @@ atlas_add_component( AFP_Digitization src/*.cxx src/components/*.cxx INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} - LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} AthenaBaseComps AthenaKernel PileUpToolsLib EventInfo xAODEventInfo AFP_DigiEv AFP_SimEv GaudiKernel HitManagement Identifier ) + LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} AthenaBaseComps AthenaKernel PileUpToolsLib xAODEventInfo AFP_DigiEv AFP_SimEv GaudiKernel HitManagement Identifier ) # Install files from the package: atlas_install_headers( AFP_Digitization ) diff --git a/ForwardDetectors/AFP/AFP_Digitization/src/AFP_PileUpTool.cxx b/ForwardDetectors/AFP/AFP_Digitization/src/AFP_PileUpTool.cxx index 43011becb1d2beba30d5d73198b2f2dcba836367..82754b30510a2dace74239dfd13de77be4da9d43 100644 --- a/ForwardDetectors/AFP/AFP_Digitization/src/AFP_PileUpTool.cxx +++ b/ForwardDetectors/AFP/AFP_Digitization/src/AFP_PileUpTool.cxx @@ -1,12 +1,10 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration */ #include "AFP_Digitization/AFP_PileUpTool.h" #include <algorithm> -#include "EventInfo/EventInfo.h" -#include "EventInfo/EventID.h" #include "AFP_SimEv/AFP_TDSimHit.h" #include "AFP_SimEv/AFP_TDSimHitCollection.h" #include "AFP_DigiEv/AFP_TDDigiCollection.h" @@ -17,7 +15,6 @@ #include "CLHEP/Random/RandFlat.h" #include "CLHEP/Random/RandGaussQ.h" #include "CLHEP/Random/RandPoissonQ.h" -//#include "AFP_G4_SD/AFP_SensitiveDetector.h" AFP_PileUpTool::AFP_PileUpTool(const std::string& type, const std::string& name,