diff --git a/InnerDetector/InDetConfig/CMakeLists.txt b/InnerDetector/InDetConfig/CMakeLists.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a36186bbe7d77b7c73797a8a25583647ae94155 --- /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 0000000000000000000000000000000000000000..aa949f4a3584e6fe01ec9491da577bad116cdfd1 --- /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 0000000000000000000000000000000000000000..d7c8979b05fff319a4c23a82fc7a99826c179206 --- /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 0000000000000000000000000000000000000000..f2efb95e3b96f73885f3f6100148c08a8dedca8f --- /dev/null +++ b/InnerDetector/InDetConfig/python/SpacePointFormationConfig.py @@ -0,0 +1 @@ +#Create TRT Drift circles, create Pixel Space Points, create SCT Space Points