Skip to content
Snippets Groups Projects
Commit 8f9e5cf8 authored by Elmar Ritsch's avatar Elmar Ritsch Committed by Graeme Stewart
Browse files

Adopt package to new location of Barcode.h and PhysicsProcessCode.h files...

Adopt package to new location of Barcode.h and PhysicsProcessCode.h files (moved from BarcodeInterfaces package into new BarcodeEvent package). This is to follow ATLAS conventions about providing event-data types in dedicated *Event packages. ATLASSIM-2281 (ISF_FastCaloSimServices-00-08-00)

	* Adopt package to new location of Barcode.h and PhysicsProcessCode.h files
	(moved from BarcodeInterfaces package into new BarcodeEvent package). This is
	to follow ATLAS conventions about providing event-data types in dedicated
	*Event packages. ATLASSIM-2281
	* Tag as ISF_FastCaloSimServices-00-08-00


Former-commit-id: 40db4515
parent 51b31c03
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ atlas_depends_on_subdirs( PUBLIC ...@@ -10,7 +10,7 @@ atlas_depends_on_subdirs( PUBLIC
GaudiKernel GaudiKernel
PRIVATE PRIVATE
Control/AthenaBaseComps Control/AthenaBaseComps
Simulation/Barcode/BarcodeInterfaces Simulation/Barcode/BarcodeEvent
Simulation/ISF/ISF_Core/ISF_Interfaces Simulation/ISF/ISF_Core/ISF_Interfaces
Tracking/TrkEvent/TrkEventPrimitives Tracking/TrkEvent/TrkEventPrimitives
Tracking/TrkExtrapolation/TrkExInterfaces Tracking/TrkExtrapolation/TrkExInterfaces
......
...@@ -14,7 +14,7 @@ use GaudiInterface GaudiInterface-* External ...@@ -14,7 +14,7 @@ use GaudiInterface GaudiInterface-* External
# private use statements # private use statements
private private
use AthenaBaseComps AthenaBaseComps-* Control use AthenaBaseComps AthenaBaseComps-* Control
use BarcodeInterfaces BarcodeInterfaces-* Simulation/Barcode use BarcodeEvent BarcodeEvent-* Simulation/Barcode
use CaloInterface CaloInterface-* Calorimeter use CaloInterface CaloInterface-* Calorimeter
use ISF_Interfaces ISF_Interfaces-* Simulation/ISF/ISF_Core use ISF_Interfaces ISF_Interfaces-* Simulation/ISF/ISF_Core
use AtlasCLHEP AtlasCLHEP-* External use AtlasCLHEP AtlasCLHEP-* External
......
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
#include "CaloEvent/CaloCell.h" #include "CaloEvent/CaloCell.h"
#include "CaloEvent/CaloCellContainer.h" #include "CaloEvent/CaloCellContainer.h"
#include "NavFourMom/INavigable4MomentumCollection.h" #include "NavFourMom/INavigable4MomentumCollection.h"
// Barcode
#include "BarcodeEvent/Barcode.h"
// use FastShowerCellBuilderTool for actual simulation // use FastShowerCellBuilderTool for actual simulation
//#include "FastSimulationEvent/GenParticleEnergyDepositMap.h" //#include "FastSimulationEvent/GenParticleEnergyDepositMap.h"
#include "FastCaloSim/FastShowerCellBuilderTool.h" #include "FastCaloSim/FastShowerCellBuilderTool.h"
......
...@@ -27,9 +27,6 @@ ...@@ -27,9 +27,6 @@
#include "TrkExInterfaces/ITimedExtrapolator.h" #include "TrkExInterfaces/ITimedExtrapolator.h"
#include "TrkEventPrimitives/PdgToParticleHypothesis.h" #include "TrkEventPrimitives/PdgToParticleHypothesis.h"
// Barcode includes
#include "BarcodeInterfaces/Barcode.h"
// forward declarations // forward declarations
class ITrackingGeometrySvc; class ITrackingGeometrySvc;
class CaloCellContainer; class CaloCellContainer;
......
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