From 40f697076bb813253c78a3ba83d9c53d96f0b671 Mon Sep 17 00:00:00 2001
From: Scott Snyder <scott.snyder@cern.ch>
Date: Mon, 30 May 2016 02:51:09 +0200
Subject: [PATCH] 'Explicitly generate cliddb information.  Otherwise, no one
 now ends up generating a clid for eflowObjectContainer.'
 (eflowEvent-00-02-76)

	* Tagging eflowEvent-00-02-76.
	* CMakeLists.txt: Explicitly generate cliddb information.
	Otherwise, no one now ends up generating a clid for
	eflowObjectContainer.
---
 Reconstruction/eflowEvent/CMakeLists.txt   | 1 +
 Reconstruction/eflowEvent/cmt/requirements | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Reconstruction/eflowEvent/CMakeLists.txt b/Reconstruction/eflowEvent/CMakeLists.txt
index fd399de85631..337a4cc804d2 100644
--- a/Reconstruction/eflowEvent/CMakeLists.txt
+++ b/Reconstruction/eflowEvent/CMakeLists.txt
@@ -34,6 +34,7 @@ atlas_add_library( eflowEvent
                    PUBLIC_HEADERS eflowEvent
                    INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
                    LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloEvent AthContainers AthLinks Navigation SGTools EventKernel FourMom NavFourMom xAODCaloEvent xAODPFlow xAODTracking GaudiKernel muonEvent Particle VxVertex )
+atlas_generate_cliddb( eflowEvent )
 
 atlas_add_dictionary( eflowEventDict
                       eflowEvent/eflowEventDict.h
diff --git a/Reconstruction/eflowEvent/cmt/requirements b/Reconstruction/eflowEvent/cmt/requirements
index 11e207bdfae3..bfcf0ee313c7 100755
--- a/Reconstruction/eflowEvent/cmt/requirements
+++ b/Reconstruction/eflowEvent/cmt/requirements
@@ -36,4 +36,3 @@ apply_pattern lcgdict dict=eflowEvent  selectionfile=selection.xml navigables="e
 library eflowEvent *.cxx
 
 apply_pattern installed_library
-
-- 
GitLab