From afff034d77d4dfeb943840d5655b1c93cf682abb Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Mon, 21 Feb 2022 23:56:33 -0600
Subject: [PATCH] Temporarily disable the inclusive kinematics so we can get
 stuff working

---
 JugReco/CMakeLists.txt | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/JugReco/CMakeLists.txt b/JugReco/CMakeLists.txt
index e8aa3b6c..a8a844c2 100644
--- a/JugReco/CMakeLists.txt
+++ b/JugReco/CMakeLists.txt
@@ -24,11 +24,6 @@ gaudi_add_module(JugRecoPlugins
   src/components/ImagingPixelDataSorter.cpp 
   src/components/ImagingTopoCluster.cpp 
   src/components/ImagingClusterReco.cpp 
-  src/components/InclusiveKinematicsElectron.cpp
-  src/components/InclusiveKinematicsJB.cpp
-  src/components/InclusiveKinematicsDA.cpp
-  src/components/InclusiveKinematicsSigma.cpp
-  src/components/InclusiveKinematicseSigma.cpp
   src/components/PhotoMultiplierReco.cpp
   LINK
   Gaudi::GaudiAlgLib Gaudi::GaudiKernel
-- 
GitLab