From aaab983bb35f35cea10591d8ee28d552ed17f1a3 Mon Sep 17 00:00:00 2001
From: Robert Langenberg <rlangenb@cern.ch>
Date: Fri, 17 Jan 2020 15:51:29 +0100
Subject: [PATCH] create InDetConfig package with some dummy files

---
 InnerDetector/InDetConfig/CMakeLists.txt               | 10 ++++++++++
 .../InDetConfig/python/ClusterizationConfig.py         |  1 +
 .../InDetConfig/python/ClusterizationTestConfig.py     |  1 +
 .../InDetConfig/python/SpacePointFormationConfig.py    |  1 +
 4 files changed, 13 insertions(+)
 create mode 100644 InnerDetector/InDetConfig/CMakeLists.txt
 create mode 100644 InnerDetector/InDetConfig/python/ClusterizationConfig.py
 create mode 100644 InnerDetector/InDetConfig/python/ClusterizationTestConfig.py
 create mode 100644 InnerDetector/InDetConfig/python/SpacePointFormationConfig.py

diff --git a/InnerDetector/InDetConfig/CMakeLists.txt b/InnerDetector/InDetConfig/CMakeLists.txt
new file mode 100644
index 000000000000..3a36186bbe7d
--- /dev/null
+++ b/InnerDetector/InDetConfig/CMakeLists.txt
@@ -0,0 +1,10 @@
+################################################################################
+# Package: InDetConfiguration
+################################################################################
+
+# Declare the package name:
+atlas_subdir( InDetConfig )
+
+# Install files from the package:
+atlas_install_python_modules( python/*.py )
+atlas_install_data( share/*.ref )
diff --git a/InnerDetector/InDetConfig/python/ClusterizationConfig.py b/InnerDetector/InDetConfig/python/ClusterizationConfig.py
new file mode 100644
index 000000000000..aa949f4a3584
--- /dev/null
+++ b/InnerDetector/InDetConfig/python/ClusterizationConfig.py
@@ -0,0 +1 @@
+#should pull in and setup pixel and SCT clusterization
diff --git a/InnerDetector/InDetConfig/python/ClusterizationTestConfig.py b/InnerDetector/InDetConfig/python/ClusterizationTestConfig.py
new file mode 100644
index 000000000000..d7c8979b05ff
--- /dev/null
+++ b/InnerDetector/InDetConfig/python/ClusterizationTestConfig.py
@@ -0,0 +1 @@
+# call ClusterizationConfig and compare with reference file created from InDetRecExample
diff --git a/InnerDetector/InDetConfig/python/SpacePointFormationConfig.py b/InnerDetector/InDetConfig/python/SpacePointFormationConfig.py
new file mode 100644
index 000000000000..f2efb95e3b96
--- /dev/null
+++ b/InnerDetector/InDetConfig/python/SpacePointFormationConfig.py
@@ -0,0 +1 @@
+#Create TRT Drift circles, create Pixel Space Points, create SCT Space Points
-- 
GitLab