From 7378ef0af1ea27ea3a7d0e56a69d7bafe0e4e55f Mon Sep 17 00:00:00 2001
From: John Derek Chapman <chapman@hep.phy.cam.ac.uk>
Date: Fri, 8 May 2015 09:27:06 +0200
Subject: [PATCH] cmt/requirements, src/CalibrationSensitiveDetector.cc -
 dropped unnecessary dependence on ISF_Event. Tagging LArG4Code-00-07-07
 (LArG4Code-00-07-07)

	* Tagging LArG4Code-00-07-07
	* cmt/requirements, src/CalibrationSensitiveDetector.cc - dropped
	unnecessary dependence on ISF_Event.

2014-11-23  David Quarrie <David.Quarrie@cern.ch>
	* cmt/requirements
		Add the compiler macro definitions for cmake (transparent to CMT)
	* Tagged as LArG4Code-00-07-06
---
 LArCalorimeter/LArG4/LArG4Code/cmt/requirements               | 4 +++-
 .../LArG4/LArG4Code/src/CalibrationSensitiveDetector.cc       | 1 -
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/LArCalorimeter/LArG4/LArG4Code/cmt/requirements b/LArCalorimeter/LArG4/LArG4Code/cmt/requirements
index 3ff3ab9ac536..c44474ca6a38 100755
--- a/LArCalorimeter/LArG4/LArG4Code/cmt/requirements
+++ b/LArCalorimeter/LArG4/LArG4Code/cmt/requirements
@@ -14,6 +14,9 @@ use CaloG4Sim       CaloG4Sim-*      	Calorimeter
 use LArGeoCode      LArGeoCode-*     	LArCalorimeter/LArGeoModel
 use Identifier      Identifier-*        DetectorDescription
 
+# Add the compiler macro definitions for cmake (transparent to CMT)
+apply_pattern cmake_add_command command="add_definitions(-DLARG4NOROOT)"
+
 # Build the library (and export the headers)
 library LArG4Code *.cc
 apply_pattern installed_library
@@ -26,6 +29,5 @@ use GaudiInterface  GaudiInterface-* 	External
 use LArG4RunControl LArG4RunControl-*   LArCalorimeter/LArG4
 use MCTruth         MCTruth-*           Simulation/G4Sim
 use StoreGate       StoreGate-*      	Control
-use ISF_Event       ISF_Event-*         Simulation/ISF/ISF_Core
 
 macro_append LArG4Code_cppflags  " -DLARG4NOROOT "
diff --git a/LArCalorimeter/LArG4/LArG4Code/src/CalibrationSensitiveDetector.cc b/LArCalorimeter/LArG4/LArG4Code/src/CalibrationSensitiveDetector.cc
index fed131d8853a..ad776ff57809 100755
--- a/LArCalorimeter/LArG4/LArG4Code/src/CalibrationSensitiveDetector.cc
+++ b/LArCalorimeter/LArG4/LArG4Code/src/CalibrationSensitiveDetector.cc
@@ -32,7 +32,6 @@
 #include "MCTruth/EventInformation.h"
 #include "LArG4RunControl/LArG4GlobalOptions.h"
 
-#include "ISF_Event/ISFParticle.h"
 #include "MCTruth/VTrackInformation.h"
 
 #include <vector>
-- 
GitLab