From 7d7102d5a37dc4851a7d6052dc3da89a7302109e Mon Sep 17 00:00:00 2001
From: Walter Lampl <Walter.Lampl@cern.ch>
Date: Thu, 1 Feb 2018 10:27:58 +0100
Subject: [PATCH] delete cmt directory

Former-commit-id: d623377a5bebaee27307bf82b1f4250fa93d4547
---
 .../EventTag/EventTagAlgs/cmt/requirements    | 53 -------------------
 1 file changed, 53 deletions(-)
 delete mode 100755 PhysicsAnalysis/EventTag/EventTagAlgs/cmt/requirements

diff --git a/PhysicsAnalysis/EventTag/EventTagAlgs/cmt/requirements b/PhysicsAnalysis/EventTag/EventTagAlgs/cmt/requirements
deleted file mode 100755
index 8801a95d474..00000000000
--- a/PhysicsAnalysis/EventTag/EventTagAlgs/cmt/requirements
+++ /dev/null
@@ -1,53 +0,0 @@
-package EventTagAlgs
-
-author Ketevi A. Assamagan <ketevi@bnl.gov>
-author Kristo Karr         <Kristo.Karr@cern.ch>
-author Tadashi Maeno       <Tadashi.Maeno@cern.ch>
-
-use AtlasPolicy              	AtlasPolicy-*
-
-use TagEvent		     	TagEvent-*		   	PhysicsAnalysis/EventTag
-use AthenaPoolUtilities	     	AthenaPoolUtilities-*      	Database/AthenaPOOL
-use GaudiInterface           	GaudiInterface-*           	External
-use AthenaBaseComps       	AthenaBaseComps-*		Control
-
-private
-use AtlasCLHEP		     	AtlasCLHEP-*	           	External
-use AtlasPOOL                	AtlasPOOL-*                	External
-
-use StoreGate                	StoreGate-*                	Control
-
-use xAODEventInfo               xAODEventInfo-*                	Event/xAOD
-use EventTagUtils	     	EventTagUtils-*			PhysicsAnalysis/EventTag
-use AnalysisTriggerEvent     	AnalysisTriggerEvent-*		PhysicsAnalysis/AnalysisTrigger
-
-use ElectronPhotonTagTools   	ElectronPhotonTagTools-*  	PhysicsAnalysis/ElectronPhotonID
-use JetMissingEtTagTools     	JetMissingEtTagTools-*		PhysicsAnalysis/JetMissingEtID
-use MuonTagTools   	     	MuonTagTools-*   	   	PhysicsAnalysis/MuonID
-use TauTagTools		     	TauTagTools-*			PhysicsAnalysis/TauID
-#use JetTaggingTagTools	     	JetTaggingTagTools-*	   	PhysicsAnalysis/JetTagging
-end_private
-
-library EventTagAlgs AnalysisTagBuilder.cxx \
-	             ElectronTagBuilder.cxx \
-	             GlobalEventTagBuilder.cxx \
-                     GlobalTriggerTagBuilder.cxx \
-  	             MissingETTagBuilder.cxx \
-	             MuonTagBuilder.cxx \
-	             ParticleJetTagBuilder.cxx \
-	             PhotonTagBuilder.cxx \
-	             RawInfoSummaryTagBuilder.cxx \
-		     TagBuilderBase.cxx \
-		     TauJetTagBuilder.cxx \
-		     EventSplitter.cxx \
-		     components/*.cxx
-		     
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-# use the following lines to compile this package with debug symbols
-#private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-- 
GitLab