From e7616a386a7ecee01751ba0ea73dbbf124ccb375 Mon Sep 17 00:00:00 2001
From: Graeme Stewart <graemes.cern@gmail.com>
Date: Thu, 2 Feb 2017 22:42:57 +0100
Subject: [PATCH] PhysicsAnalysis/AnalysisCommon/AnalysisRunTime deleted from
 master

---
 .../AnalysisRunTime/CMakeLists.txt            | 33 --------------
 .../AnalysisRunTime/cmt/requirements          | 43 -------------------
 2 files changed, 76 deletions(-)
 delete mode 100644 PhysicsAnalysis/AnalysisCommon/AnalysisRunTime/CMakeLists.txt
 delete mode 100755 PhysicsAnalysis/AnalysisCommon/AnalysisRunTime/cmt/requirements

diff --git a/PhysicsAnalysis/AnalysisCommon/AnalysisRunTime/CMakeLists.txt b/PhysicsAnalysis/AnalysisCommon/AnalysisRunTime/CMakeLists.txt
deleted file mode 100644
index c32e68ec8d3..00000000000
--- a/PhysicsAnalysis/AnalysisCommon/AnalysisRunTime/CMakeLists.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-################################################################################
-# Package: AnalysisRunTime
-################################################################################
-
-# Declare the package name:
-atlas_subdir( AnalysisRunTime )
-
-# Declare the package's dependencies:
-atlas_depends_on_subdirs( PUBLIC
-                          Control/AthenaSealSvc
-                          Control/MinimalRunTime
-                          Database/AthenaPOOL/EventSelectorAthenaPool
-                          Database/AthenaPOOL/RDBAccessSvc
-                          Event/EventAthenaPool
-                          Generators/GeneratorObjectsAthenaPool
-                          InnerDetector/InDetEventCnv/InDetEventAthenaPool
-                          LArCalorimeter/LArCnv/LArAthenaPool
-                          PhysicsAnalysis/AnalysisCommon/ParticleEventAthenaPool
-                          PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEventAthenaPool
-                          PhysicsAnalysis/TruthParticleID/McParticleEventAthenaPool
-                          Reconstruction/RecAthenaPool
-                          RootHistCnv
-                          TileCalorimeter/TileSvc/TileEventAthenaPool
-                          Tracking/TrkEventCnv/TrkEventAthenaPool )
-
-# External dependencies:
-find_package( Boost COMPONENTS filesystem thread system )
-find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess )
-find_package( Oracle )
-find_package( ROOT COMPONENTS Core PyROOT Tree MathCore Hist RIO pthread )
-find_package( pytools )
-find_package( tdaq-common )
-
diff --git a/PhysicsAnalysis/AnalysisCommon/AnalysisRunTime/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/AnalysisRunTime/cmt/requirements
deleted file mode 100755
index e03ae534868..00000000000
--- a/PhysicsAnalysis/AnalysisCommon/AnalysisRunTime/cmt/requirements
+++ /dev/null
@@ -1,43 +0,0 @@
-package AnalysisRunTime
-
-author David Quarrie      <David.Quarrie@cern.ch>
-
-# This package sets up the runtime environment for an Athena-based
-# application.
-
-include_path none
-
-#---------------------------------------------------------------------
-# This line is necessary to ensure that the Atlas policies and patterns
-# are enforced and available. It also sets up the correct CMTPATH for
-# Gaudi & LCGCMT etc.
-use AtlasPolicy AtlasPolicy-* -no_auto_imports
-
-#---------------------------------------------------------------------
-# Setup the minimal environment for Athena
-use MinimalRunTime  MinimalRunTime-*  Control  -no_auto_imports
-use RDBAccessSvc        RDBAccessSvc-*  Database/AthenaPOOL
-
-#---------------------------------------------------------------------
-# Setup the minimal environment for PhysicsAnalysis
-use AnalysisTriggerEventAthenaPool AnalysisTriggerEventAthenaPool-* PhysicsAnalysis/AnalysisTrigger -no_auto_imports
-use AthenaSealSvc                  AthenaSealSvc-*                  Control                         -no_auto_imports
-use EventSelectorAthenaPool        EventSelectorAthenaPool-*        Database/AthenaPOOL             -no_auto_imports
-use InDetEventAthenaPool           InDetEventAthenaPool-*           InnerDetector/InDetEventCnv     -no_auto_imports
-use LArAthenaPool                  LArAthenaPool-*                  LArCalorimeter/LArCnv           -no_auto_imports
-use ParticleEventAthenaPool        ParticleEventAthenaPool-*        PhysicsAnalysis/AnalysisCommon  -no_auto_imports
-use RecAthenaPool                  RecAthenaPool-*                  Reconstruction                  -no_auto_imports
-use EventAthenaPool                EventAthenaPool-*                Event                           -no_auto_imports
-use GeneratorObjectsAthenaPool     GeneratorObjectsAthenaPool-*     Generators                      -no_auto_imports
-use TileEventAthenaPool            TileEventAthenaPool-*            TileCalorimeter/TileSvc         -no_auto_imports
-use TrkEventAthenaPool             TrkEventAthenaPool-*             Tracking/TrkEventCnv            -no_auto_imports
-use McParticleEventAthenaPool      McParticleEventAthenaPool-*      PhysicsAnalysis/TruthParticleID -no_auto_imports
-use InDetEventAthenaPool	   InDetEventAthenaPool-*	    InnerDetector/InDetEventCnv     -no_auto_imports
-
-# Setup for PyROOT
-use AtlasPyROOT  AtlasPyROOT-*  External  -no_auto_imports
-use RootHistCnv  v*                       -no_auto_imports
-
-# Setup for DF and Oracle, needed for ESD production
-use DataCollection       DataCollection-*        External  -no_auto_imports
-use AtlasOracle          AtlasOracle-*           External  -no_auto_imports
-- 
GitLab