From d1d53e40d5f530023fcbb21e4bec4826d2cd72d0 Mon Sep 17 00:00:00 2001
From: Atlas-Software Librarian <Atlas-Software.Librarian@cern.ch>
Date: Fri, 8 Apr 2016 17:24:35 +0200
Subject: [PATCH] 'CMakeLists.txt' (RecExConfig-00-03-64)

	* added to Autoconfiguration.py: project tags for 2016
	* tag RecExConfig-00-03-64
---
 Reconstruction/RecExample/RecExConfig/CMakeLists.txt | 12 ++++++++++++
 .../RecExConfig/python/AutoConfiguration.py          |  6 ++++--
 2 files changed, 16 insertions(+), 2 deletions(-)
 create mode 100644 Reconstruction/RecExample/RecExConfig/CMakeLists.txt

diff --git a/Reconstruction/RecExample/RecExConfig/CMakeLists.txt b/Reconstruction/RecExample/RecExConfig/CMakeLists.txt
new file mode 100644
index 00000000000..5a411cc2f73
--- /dev/null
+++ b/Reconstruction/RecExample/RecExConfig/CMakeLists.txt
@@ -0,0 +1,12 @@
+################################################################################
+# Package: RecExConfig
+################################################################################
+
+# Declare the package name:
+atlas_subdir( RecExConfig )
+
+# Install files from the package:
+atlas_install_python_modules( python/*.py )
+atlas_install_joboptions( share/*.py share/tests/*.py )
+atlas_install_scripts( share/RecExConfig_links.sh )
+
diff --git a/Reconstruction/RecExample/RecExConfig/python/AutoConfiguration.py b/Reconstruction/RecExample/RecExConfig/python/AutoConfiguration.py
index 7a8c8520ce2..dca37f8a0e2 100644
--- a/Reconstruction/RecExample/RecExConfig/python/AutoConfiguration.py
+++ b/Reconstruction/RecExample/RecExConfig/python/AutoConfiguration.py
@@ -22,6 +22,7 @@ KnownCosmicsProjects=frozenset(["data08_calocomm","data08_muoncomm","data08_cos"
                                 "data13_calib","data13_calocomm","data13_cos","data13_idcomm","data13_larcomm","data13_muoncomm","data13_tilecomm",
                                 "data14_calib","data14_calocomm","data14_cos","data14_idcomm","data14_larcomm","data14_muoncomm","data14_tilecomm",
                                 "data15_calib","data15_calocomm","data15_cos","data15_idcomm","data15_larcomm","data15_muoncomm","data15_tilecomm",
+                                "data16_calib","data16_calocomm","data16_cos","data16_idcomm","data16_larcomm","data16_muoncomm","data16_tilecomm"
                                 ])
 
 # Abandon the single-beam reconstruction all together, 26 February 2011 
@@ -35,10 +36,11 @@ KnownCollisionsProjects=frozenset(["data08","data08_coll900","data09","data09_co
                                    "data11_7TeV","data11_8TeV","data11_2p76TeV","data11_comm","data11_900GeV","data11_1beam","data11_hip", 
                                    "data12_8TeV","data12_comm","mc12_8TeV","IS_SIMULATION","data12_1beam","data12_900GeV",
                                    "data13_8TeV","data13_comm","data13_2p76TeV","data13_1beam",
-                                   "data14_comm","data15_comm","data15_900GeV","data15_1beam","data15_13TeV","data15_5TeV"
+                                   "data14_comm","data15_comm","data15_900GeV","data15_1beam","data15_13TeV","data15_5TeV",
+                                   "data16_comm","data16_13TeV","data16_900GeV","data16_1beam"
                                    ])
 
-KnownHeavyIonProjects=frozenset(["data10_hi","data11_hi","data15_hi"])
+KnownHeavyIonProjects=frozenset(["data10_hi","data11_hi","data15_hi","data16_hi"])
 
 KnownHeavyIonProtonProjects=frozenset(["data12_hip","data13_hip"])
 
-- 
GitLab