diff --git a/AsgExternal/Asg_Test/cmt/Makefile.RootCore b/AsgExternal/Asg_Test/cmt/Makefile.RootCore deleted file mode 100644 index d4678115e170aa38faccee7f85d8ca08ab475f40..0000000000000000000000000000000000000000 --- a/AsgExternal/Asg_Test/cmt/Makefile.RootCore +++ /dev/null @@ -1,56 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = Asg_Test - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = -DROOTCORE_RELEASE_SERIES=$ROOTCORE_RELEASE_SERIES -DROOTCORE_TEST_FILE=\"$ROOTCORE_TEST_FILE\" -DROOTCORE_TEST_DATA=\"$ROOTCORE_TEST_DATA\" -DASG_TEST_FILE_DATA=\"$ASG_TEST_FILE_DATA\" -DASG_TEST_FILE_MC=\"$ASG_TEST_FILE_MC\" -DASG_TEST_FILE_MCAFII=\"$ASG_TEST_FILE_MCAFII\" - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 1 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - -# the auto-dependency setting: -PACKAGE_AUTODEP = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/AsgExternal/Asg_Test/cmt/requirements b/AsgExternal/Asg_Test/cmt/requirements deleted file mode 100644 index 6b96111c50057038d116a46f86e7a9b488369f61..0000000000000000000000000000000000000000 --- a/AsgExternal/Asg_Test/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package Asg_Test -author NLAA - - -use AtlasPolicy AtlasPolicy-* - -macro Asg_Test_ReleaseSeries "ASGSeries`cat $(Asg_Test_root)/cmt/ReleaseSeries.txt`" -apply_tag $(Asg_Test_ReleaseSeries) - -macro Asg_Test_ReleaseSeriesNum "`cat $(Asg_Test_root)/cmt/ReleaseSeries.txt`" -set ROOTCORE_RELEASE_SERIES $(Asg_Test_ReleaseSeriesNum) - -macro Asg_Test_TestFile "`cat $(Asg_Test_root)/cmt/TestFileMC.txt`" -set ROOTCORE_TEST_FILE $(Asg_Test_TestFile) - -macro Asg_Test_TestFileMC "`cat $(Asg_Test_root)/cmt/TestFileMC.txt`" -set ASG_TEST_FILE_MC $(Asg_Test_TestFileMC) - -macro Asg_Test_TestFileData "`cat $(Asg_Test_root)/cmt/TestFileData.txt`" -set ASG_TEST_FILE_DATA $(Asg_Test_TestFileData) - -macro Asg_Test_TestFileMCAFII "`cat $(Asg_Test_root)/cmt/TestFileMCAFII.txt`" -set ASG_TEST_FILE_MC_AFII $(Asg_Test_TestFileMCAFII) - diff --git a/AtlasGeometryCommon/Interpreters/cmt/requirements b/AtlasGeometryCommon/Interpreters/cmt/requirements deleted file mode 100755 index 378e3ee2a84b91aa6eb2939b7b391174f67c0dd7..0000000000000000000000000000000000000000 --- a/AtlasGeometryCommon/Interpreters/cmt/requirements +++ /dev/null @@ -1,5 +0,0 @@ -package Interpreters - -use AtlasPolicy AtlasPolicy-* - -apply_pattern declare_scripts files="physh totalphysh athenash.py" diff --git a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExampleClassCnv.cxx b/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExampleClassCnv.cxx deleted file mode 100644 index 7b1e4bf9e7b6ef7dbf29918530380d4d89096a73..0000000000000000000000000000000000000000 --- a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExampleClassCnv.cxx +++ /dev/null @@ -1,11 +0,0 @@ -/* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration -*/ - -/** - * @file ${name}Cnv.cxx - * @brief Generated implementation file which includes header files needed by ${name}Cnv - * @author RD Schaffer <R.D.Schaffer@cern.ch> - */ - -#include "${cnv_pfx}${name}Cnv.h" diff --git a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExampleClassCnv.h b/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExampleClassCnv.h deleted file mode 100644 index 21c21f397972ce88dd0cf9ed2fb2d36dd737719d..0000000000000000000000000000000000000000 --- a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExampleClassCnv.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration -*/ - -/** - * @file ${name}Cnv.h - * @brief Generated header file which defines a typedef for templated converter class - * @author RD Schaffer <R.D. Schaffer@cern.ch> - */ - -#ifndef ${name}Cnv_H -#define ${name}Cnv_H - -#include "AthenaPoolCnvSvc/T_AthenaPoolCnv.h" -#include "${package}/${name}.h" - -typedef T_AthenaPoolCnv<${type}> ${cnv_pfx}${name}Cnv; - -#endif diff --git a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExampleItemList_joboptions.py b/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExampleItemList_joboptions.py deleted file mode 100644 index bbd382e74e512809eb03da800ce2d2204d0b7605..0000000000000000000000000000000000000000 --- a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExampleItemList_joboptions.py +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration - -try: - fullItemList += [ "${item}#*" ] -except: - fullItemList = [] - fullItemList += [ "${item}#*" ] - diff --git a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExampleItemList_joboptionsHdr.py b/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExampleItemList_joboptionsHdr.py deleted file mode 100644 index 8e3d826405b0c82e8cf448c7d757f6fd37818520..0000000000000000000000000000000000000000 --- a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExampleItemList_joboptionsHdr.py +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration - -## @file ${package}ItemList_joboptions.py -## @brief Adds items for generated converters to full item list of -## POOL persistifiable objects -## @author RD Schaffer <R.D.Schaffer@cern.ch> -## $Id: ExampleItemList_joboptionsHdr.py,v 1.1 2005-08-17 09:31:19 schaffer Exp $ - - diff --git a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExampleMultChanClassCnv.h b/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExampleMultChanClassCnv.h deleted file mode 100644 index 5027e55b5cfe055a6597eb260eca2afaae960ab2..0000000000000000000000000000000000000000 --- a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExampleMultChanClassCnv.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration -*/ - -/** - * @file ${name}Cnv.h - * @brief Generated header file which defines a typedef for templated converter class - * @author RD Schaffer <R.D. Schaffer@cern.ch> - */ - -#ifndef ${name}Cnv_H -#define ${name}Cnv_H - -#include "AthenaPoolCnvSvc/T_AthenaPoolCoolMultChanCnv.h" -#include "${package}/${name}.h" - -typedef T_AthenaPoolCoolMultChanCnv<${type},${type}::base_value_type > ${cnv_pfx}${name}Cnv; - -#endif diff --git a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExamplePackageCnv_entries.cxx b/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExamplePackageCnv_entries.cxx deleted file mode 100644 index 8003f67b45469ab62f5b60e42c2d04d343f86dea..0000000000000000000000000000000000000000 --- a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExamplePackageCnv_entries.cxx +++ /dev/null @@ -1,2 +0,0 @@ -#include "${package}Cnv_entries.h" - diff --git a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExamplePackageCnv_entries.h b/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExamplePackageCnv_entries.h deleted file mode 100644 index 34a252be7a2ef3b72f56efc64b50aa84c0cd2a16..0000000000000000000000000000000000000000 --- a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExamplePackageCnv_entries.h +++ /dev/null @@ -1,12 +0,0 @@ -/* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration -*/ - -/** - * @file ExamplePackageCnv_entries.h - * @brief Includes header files needed by ExamplePackageCnv_entries.cxx - * @author RD Schaffer <R.D.Schaffer@cern.ch> - * $Id: ExamplePackageCnv_entries.h,v 1.2 2005-01-12 20:46:52 kkarr Exp $ - */ - -#include "GaudiKernel/DeclareFactoryEntries.h" diff --git a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExamplePackageCnv_entries_element.cxx b/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExamplePackageCnv_entries_element.cxx deleted file mode 100644 index 86e2eb1177e2fb6950c265e72dd8084ca1d4eeda..0000000000000000000000000000000000000000 --- a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/ExamplePackageCnv_entries_element.cxx +++ /dev/null @@ -1,12 +0,0 @@ -/* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration -*/ - -/** - * @file ExamplePackageCnv_entries_element.cxx - * @brief Declares component instantiation factories for a converter - * @author RD Schaffer <R.D.Schaffer@cern.ch> - * $Id: ExamplePackageCnv_entries_element.cxx,v 1.3 2005-01-12 20:47:00 kkarr Exp $ - */ - - DECLARE_CONVERTER(${name}Cnv); diff --git a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/poolcnv.mk b/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/poolcnv.mk deleted file mode 100644 index 271f712a9cc674a8e6ce4e17e5b9b49e5f6e5f2f..0000000000000000000000000000000000000000 --- a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/poolcnv.mk +++ /dev/null @@ -1,57 +0,0 @@ -## -## @file poolcnv.mk -## -## @brief This makefile fragment generates C++ code for AthenaPOOL -## converters and POOL IO handlers needed for element links -## -## See complete documentation in poolcnv_header.mk -## -## @author RD Schaffer <R.D.Schaffer@cern.ch> -## -## $Id: poolcnv.mk,v 1.8 2009-03-03 17:00:25 alibrari Exp $ -## - -../pool/${CONSTITUENT}Cnv.stamp : ../pool/${cnv_pfx}${NAME}Cnv.h.stamp - -# Setup a reset stamp to trigger a cleanup each time a new header file -# is added -../pool/${CONSTITUENT}CnvReset.stamp : $(bin)${NAME}Cnv.stamp - -# Stamp per input .h file - used for reset -$(bin)${NAME}Cnv.stamp : - $(silent)touch $(bin)${NAME}Cnv.stamp - -# For each file, add converter and a line in _entries.cxx -../pool/${cnv_pfx}${NAME}Cnv.h.stamp : ../pool/${CONSTITUENT}CnvBegin.stamp - $(echo) "----- Create Pool converter for ${NAME} --------" - if test ! -f ${FULLNAME}; then echo "===> ERROR: file ${FULLNAME} does not exist"; \ - exit 1; fi - PKG=`dirname ${FULLNAME}`; PKG=`basename $${PKG}`; \ - NAMESPACE="" ; \ - for class_name in ${types_with_namespace_} ; do \ - TYPE=`echo $${class_name} | sed 's/^[a-zA-Z_0-9]*:://'` ; \ - if test $${TYPE} = ${NAME} ; then \ - NAMESPACE=`echo $${class_name} | sed 's/::[a-zA-Z_0-9]*$$/::/'` ; \ - fi ; \ - done ; \ - for class_name in ${mult_chan_types_} ; do \ - TYPE=`echo $${class_name} | sed 's/^[a-zA-Z_0-9]*:://'` ; \ - if test $${TYPE} = ${NAME} ; then \ - MULTCHANTYPE="true" ; \ - fi ; \ - done ; \ - if test ! -z "$${NAMESPACE}" ; then echo "Using namespace $${NAMESPACE}" ; fi ; \ - if test ! -z "$${MULTCHANTYPE}" ; then echo "----- Generating CondMultChanCollection converter for ${NAME} --------" ; fi ; \ - if test ! -f ../src/${cnv_pfx}${NAME}Cnv.h ; then \ - if test ! -z "$${MULTCHANTYPE}" ; then \ - $(cmtexe) expand model "<ExampleMultChanClassCnv.h type=$${NAMESPACE}${NAME} cnv_pfx=${cnv_pfx} name=${NAME} package=$${PKG} />" >| ../pool/${cnv_pfx}${NAME}Cnv.h ; \ - else \ - $(cmtexe) expand model "<ExampleClassCnv.h type=$${NAMESPACE}${NAME} cnv_pfx=${cnv_pfx} name=${NAME} package=$${PKG} />" >| ../pool/${cnv_pfx}${NAME}Cnv.h ; \ - fi ; \ - fi ; \ - $(cmtexe) expand model "<ExampleItemList_joboptions.py item=$${NAMESPACE}${NAME} />" >| ../pool/${package}_$(NAME)ItemList_joboptions_py - if test ! -f ../src/${cnv_pfx}${NAME}Cnv.h ; then $(cmtexe) expand model '<ExampleClassCnv.cxx name=${NAME} />' >| ../pool/${cnv_pfx}${NAME}Cnv.cxx ; fi - $(cmtexe) expand model '<ExamplePackageCnv_entries_element.cxx name=${cnv_pfx}${NAME} />' >| ../pool/${package}_$(NAME)Cnv_entries_cxx - if [ -f ../pool/$(package)_$(NAME)Cnv_entries_h ]; then \rm -f ../pool/$(package)_$(NAME)Cnv_entries_h; fi && printf "#include \"${cnv_pfx}${NAME}Cnv.h\"\nDECLARE_CONVERTER_FACTORY(${cnv_pfx}${NAME}Cnv)\n" > ../pool/$(package)_$(NAME)Cnv_entries_h - $(echo) "----- OK for ${NAME} converter --------" - touch ../pool/${cnv_pfx}${NAME}Cnv.h.stamp diff --git a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/poolcnv_header.mk b/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/poolcnv_header.mk deleted file mode 100644 index e499b539a1facfd74abb55293c4de7fa1f3b3aac..0000000000000000000000000000000000000000 --- a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/poolcnv_header.mk +++ /dev/null @@ -1,78 +0,0 @@ -## -## @file poolcnv_header.mk -## -## @brief This makefile fragment generates C++ code for AthenaPOOL -## converters and POOL IO handlers needed for element links -## -## There are three files: poolcnv_header.mk, poolcnv_trailer.mk, and -## poolcnv.mk. The header does the global initialization, e.g. the -## creation of the first part of files. The poolcnv.mk processes each -## file (${NAME}) listed in the document statement in the -## requirements file. The trailer defines the clean target. -## -## @author RD Schaffer <R.D.Schaffer@cern.ch> -## -## $Id: poolcnv_header.mk,v 1.6 2007-08-18 17:35:47 schaffer Exp $ -## - -template_dir = ${ATLASPOOLROOT}/cmt/templates - -${CONSTITUENT} : ../pool/${CONSTITUENT}CnvEnd.stamp ; - -#Begin: create dir and first part of required files -../pool/${CONSTITUENT}CnvBegin.stamp : ../pool/${CONSTITUENT}CnvReset.stamp - $(echo) "----- BEGIN pool converter generation -----" - if test ! -d ../pool ; then mkdir -p ../pool; fi - $(cmtexe) expand model '<ExamplePackageCnv_entries.h/>' >| ../pool/${package}Cnv_entries.h - $(cmtexe) expand model '<ExamplePackageCnv_entries.cxx package=${package} />' >| ../pool/${package}Cnv_entries.cxx - $(cmtexe) expand model '<ExamplePackageCnv_load.cxx package=${package} />' >| ../pool/${package}Cnv_load.cxx - $(cmtexe) expand model "<ExampleItemList_joboptionsHdr.py package=${package} />" >| ../pool/${package}ItemList_joboptions.py - if test ! -f ../share/${package}_joboptions.py ; then \ - echo '# Just a dummy joboption - cnvs are auto-loaded' >> ../pool/${package}_joboptions.py ; \ - fi ; - touch ../pool/${CONSTITUENT}CnvBegin.stamp - -# Setup a reset stamp to trigger a cleanup each time a new header file -# is added -../pool/${CONSTITUENT}CnvReset.stamp : $(cmt_final_setup_${CONSTITUENT}) - $(echo) "----- RESET pool converter generation -----" - /bin/rm -rf ../pool && \ - mkdir -p ../pool && \ - touch ../pool/${CONSTITUENT}CnvReset.stamp - -../pool/${CONSTITUENT}Cnv.stamp : - $(silent)touch ../pool/${CONSTITUENT}Cnv.stamp - -#End: create final part of required files -../pool/${CONSTITUENT}CnvEnd.stamp : ../pool/${CONSTITUENT}Cnv.stamp - $(echo) "----- END pool converter generation -----" - if [ "$(OBJS)" ]; then \ - cat ../pool/$(package)_*Cnv_entries_h >>../pool/${package}Cnv_entries.h && \ - cat ../pool/${package}_*Cnv_entries_cxx >>../pool/${package}Cnv_entries.cxx && \ - cat ../pool/${package}_*ItemList_joboptions_py >>../pool/${package}ItemList_joboptions.py && \ - \rm -f ../pool/$(package)_*Cnv_entries_h \ - ../pool/${package}_*Cnv_entries_cxx \ - ../pool/${package}_*ItemList_joboptions_py; \ - fi - echo '}' >> ../pool/${package}Cnv_entries.cxx - touch ../pool/${CONSTITUENT}CnvEnd.stamp - - -#============================================= -# begin -# nameCnv -# const -# End -#============================================= - - -#============================================= -# P_Cnv_entries.h : H F F ... -# -# P_Cnv_entries.cxx : H F F ... T -# -# P_Cnv_load.cxx : H -# -# N_Cnv.h : F -# N_Cnv.cxx : F -#============================================= diff --git a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/poolcnv_trailer.mk b/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/poolcnv_trailer.mk deleted file mode 100644 index d0c7365b3ef3736bcff1325f1a4d776425e0e9f9..0000000000000000000000000000000000000000 --- a/Database/AthenaPOOL/AthenaPoolUtilities/cmt/fragments/poolcnv_trailer.mk +++ /dev/null @@ -1,17 +0,0 @@ -## -## @file poolcnv.mk -## -## @brief This makefile fragment generates C++ code for AthenaPOOL -## converters and POOL IO handlers needed for element links -## -## See complete documentation in poolcnv_header.mk -## -## @author RD Schaffer <R.D.Schaffer@cern.ch> -## -## $Id: poolcnv_trailer.mk,v 1.1 2005-01-13 10:54:01 schaffer Exp $ -## - -${CONSTITUENT}clean :: - /bin/rm -rf ../pool - - diff --git a/Event/ByteStreamCnvSvc/cmt/requirements b/Event/ByteStreamCnvSvc/cmt/requirements deleted file mode 100644 index 47c06841e0c2d498f4e22427d76e4dac05cdb0b2..0000000000000000000000000000000000000000 --- a/Event/ByteStreamCnvSvc/cmt/requirements +++ /dev/null @@ -1,104 +0,0 @@ -package ByteStreamCnvSvc - -author Hong Ma <hma@bnl.gov> -author Peter van Gemmeren <gemmeren@anl.gov> - -use AtlasPolicy AtlasPolicy-* -use DataCollection DataCollection-* External -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use ByteStreamCnvSvcBase ByteStreamCnvSvcBase-* Event -use ByteStreamData ByteStreamData-* Event - -# Specify the required tdaq-common components (cmake-specific) -apply_pattern cmake_add_command command="find_package(tdaq-common COMPONENTS eformat_old eformat_write RawFileName DataReader DataWriter)" - -# temp FIXME. -include_dirs $(ByteStreamCnvSvc_root)/ByteStreamCnvSvc - -apply_pattern dual_use_library files="*.cxx" - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_scripts files="catalogBytestreamFiles.sh" - -private -use AtlasBoost AtlasBoost-* External -use AthenaKernel AthenaKernel-* Control -use SGTools SGTools-* Control -use StoreGate StoreGate-* Control -use EventInfo EventInfo-* Event -#use xAODEventInfo xAODEventInfo-* Event/xAOD -use PersistentDataModel PersistentDataModel-* Database -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolKernel AthenaPoolKernel-* Database/AthenaPOOL -use ByteStreamCnvSvcLegacy ByteStreamCnvSvcLegacy-* Event - -# Setup automatic testing which runs with gmake check - -# We define here a macro which can be used to run the tests only on -# Test infrastructure -use TestPolicy TestPolicy-* -use MinimalRunTime MinimalRunTime-* Control -no_auto_imports - -macro_append ByteStreamCnvSvcLib_shlibflags " -lrt" target-darwin "" -macro_append ByteStreamCnvSvc_linkopts " -lrt" target-darwin "" - -# optimized mode. -macro test_pattern_opt_only "athenarun_test" \ - debug "" - -# BSEventSelector -apply_pattern athenarun_test name="BSEventSelector" pre_script="../cmt/setup.sh ; rm -rf ../run/*" options="ByteStreamCnvSvc/BSEventSelector_test_jobOptions.py" post_script="../test/post_check.sh BSEventSelector" - -# BSEventSelector 2 files -#apply_pattern athenarun_test name="BSEventSelector_redux" pre_script="../cmt/setup.sh ; rm -rf ../run/*" options="ByteStreamCnvSvc/BSEventSelector_test_jobOptions_redux.py" post_script="../test/post_check.sh BSEventSelector_redux" - -# BSEventSelector MP -#apply_pattern athenarun_test name="BSEventSelectorMP" pre_script="../test/pre_mp.sh ; rm -rf ../run/*" options="ByteStreamCnvSvc/BSEventSelector_test_jobOptions_mp.py" post_script="../test/post_mp.sh BSEventSelectorMP" - -# BSFilter -#apply_pattern athenarun_test name="BSFilter" pre_script="../cmt/setup.sh" options="ByteStreamCnvSvc/BSFilter_test_jobOptions.py" post_script="../test/post_check.sh BSFilter" - -use AtlasPOOL AtlasPOOL-* External -use AtlasCORAL AtlasCORAL-* External - -macro_append AtlFindBSEvent_dependencies "ByteStreamCnvSvcLib" -macro_append AtlCopyBSEvent_dependencies "ByteStreamCnvSvcLib" -macro_append AtlListBSEvents_dependencies "ByteStreamCnvSvcLib" -application AtlFindBSEvent ../test/AtlFindBSEvent.cxx -application AtlCopyBSEvent ../test/AtlCopyBSEvent.cxx -application AtlListBSEvents ../test/AtlListBSEvents.cxx - -# This is copied from UnitTest_run from TestTools. -use TestTools TestTools-* AtlasTest -pattern appl_test_run \ - document athenarun_launcher <appl><run>_utest -group=$(whichGroup) \ - athenarun_exe="'../${CMTCONFIG}/<appl>.exe'" \ - athenarun_pre="'source ../cmt/setup.sh'" \ - athenarun_opt="'<appl_test_args>'" \ - athenarun_out="' >& <appl><run>_test.log'" \ - athenarun_post="'post.sh <appl><run>_test $(q)<extrapatterns>$(q)'" - -apply_pattern appl_test_run appl=AtlCopyBSEvent run=1 appl_test_args="-e 14350,14356,14382 -o test.data /afs/cern.ch/atlas/offline/test/daq.m4_combined.0020720.extract.L1TT-b00000010._0001.data" - -apply_pattern appl_test_run appl=AtlFindBSEvent run=2 appl_test_args="-e 14356 /afs/cern.ch/atlas/offline/test/daq.m4_combined.0020720.extract.L1TT-b00000010._0001.data" - -apply_pattern appl_test_run appl=AtlCopyBSEvent run=3 appl_test_args="-d -e 14350,14356,14382 -o test_defl.data test.data" - -apply_pattern appl_test_run appl=AtlFindBSEvent run=4 appl_test_args="-e 14382 test_defl.data" extrapatterns="+Timestamp" - -apply_pattern appl_test_run appl=AtlCopyBSEvent run=5 appl_test_args="-e 14350,14356,14382 -o test_infl.data test_defl.data" - -apply_pattern appl_test_run appl=AtlCopyBSEvent run=6 appl_test_args="-e all -o empty.data /afs/cern.ch/atlas/maxidisk/d108/cranshaw/nightlies/RAW.01524408._005549.data.1" - -private -macro_append BSEventSelector_redux_utest_dependencies BSEventSelector_test -macro_append BSEventSelectorMP_utest_dependencies BSEventSelector_redux_test -macro_append AtlCopyBSEvent1_utest_dependencies BSEventSelector_test -macro_append AtlFindBSEvent2_utest_dependencies AtlCopyBSEvent1_utest -macro_append AtlCopyBSEvent3_utest_dependencies AtlCopyBSEvent1_utest -macro_append AtlFindBSEvent4_utest_dependencies AtlCopyBSEvent3_utest -macro_append AtlCopyBSEvent5_utest_dependencies AtlFindBSEvent4_utest -macro_append AtlCopyBSEvent6_utest_dependencies AtlFindBSEvent4_utest - diff --git a/Event/ByteStreamCnvSvcBase/cmt/requirements b/Event/ByteStreamCnvSvcBase/cmt/requirements deleted file mode 100755 index 16743b2bfc7290d6d0458c04e3c14c53ef4c2116..0000000000000000000000000000000000000000 --- a/Event/ByteStreamCnvSvcBase/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package ByteStreamCnvSvcBase - -author Hong Ma <hma@bnl.gov> -author Werner Wiedenmann <Werner.Wiedenmann@cern.ch> -author Peter van Gemmeren <Peter.van.Gemmeren@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use DataCollection DataCollection-* External -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use CLIDSvc CLIDSvc-* Control -use StoreGate StoreGate-* Control -use ByteStreamData ByteStreamData-* Event - -apply_pattern dual_use_library files="*.cxx" - -apply_pattern declare_joboptions files="-s=../share *.py" - -private -use SGTools SGTools-* Control diff --git a/Event/ByteStreamCnvSvcLegacy/cmt/requirements b/Event/ByteStreamCnvSvcLegacy/cmt/requirements deleted file mode 100644 index eb06fccca4c031ec1a476249efc29d58abee4aaf..0000000000000000000000000000000000000000 --- a/Event/ByteStreamCnvSvcLegacy/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package ByteStreamCnvSvcLegacy - -author Andy Salnikov <salnikov@slac.stanford.edu> - -use AtlasPolicy AtlasPolicy-* -use AtlasBoost AtlasBoost-* External -use DataCollection DataCollection-* External - -# Specify the required tdaq-common components (cmake-specific) -apply_pattern cmake_add_command command="find_package(tdaq-common COMPONENTS eformat_old eformat_write RawFileName DataReader DataWriter)" - -library ByteStreamCnvSvcLegacy "offline_eformat/old/*.cxx offline_EventStorage/*.cxx" -macro_append ByteStreamCnvSvcLegacy_shlibflags "-lz" -apply_pattern installed_library - -private -use uuid * LCG_Interfaces - diff --git a/Event/ByteStreamData/cmt/requirements b/Event/ByteStreamData/cmt/requirements deleted file mode 100644 index d26e9cb60722e9319ca9f5013c5f8123332b6500..0000000000000000000000000000000000000000 --- a/Event/ByteStreamData/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package ByteStreamData - -author Hong Ma <hma@bnl.gov> -author Peter van Gemmeren <gemmeren@anl.gov> - -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control -#use DataCollection DataCollection-* External -use_unless pkg=DataCollection tag=ManaCore ver=DataCollection-* root=External - -library ByteStreamData ROBData.cxx ByteStreamMetadata.cxx -apply_pattern installed_library - -private -library ByteStreamData_test ROBData_t.cxx -apply_pattern named_installed_library library=ByteStreamData_test -macro_append ByteStreamData_test_dependencies " ByteStreamData" -end_private - -# -# dictionary creation (patterns from Gaudi/SEAL) for bindings -# -private -use AtlasReflex AtlasReflex-* External -#use AtlasROOT AtlasROOT-* External - -macro bsdata_hdr_files " -s=$(ByteStreamData_root)/ByteStreamData " -macro_append bsdata_hdr_files " ByteStreamDataDict.h" - -apply_pattern lcgdict dict=ByteStreamData \ - selectionfile=selection.xml \ - headerfiles="$(bsdata_hdr_files)" -end_private - diff --git a/Event/ByteStreamEventAthenaPool/cmt/requirements b/Event/ByteStreamEventAthenaPool/cmt/requirements deleted file mode 100644 index 55c7d2469af5d1b40b283e4844395f80a33143d9..0000000000000000000000000000000000000000 --- a/Event/ByteStreamEventAthenaPool/cmt/requirements +++ /dev/null @@ -1,14 +0,0 @@ -package ByteStreamEventAthenaPool - -use AtlasPolicy AtlasPolicy-* - -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -apply_pattern poolcnv \ - files="-s=${ByteStreamData_root}/ByteStreamData ByteStreamMetadataContainer.h \ -" -private - -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use ByteStreamData ByteStreamData-* Event -use ByteStreamEventTPCnv ByteStreamEventTPCnv-* Event diff --git a/Event/ByteStreamEventPTCnv/cmt/requirements b/Event/ByteStreamEventPTCnv/cmt/requirements deleted file mode 100644 index 1be845dc606e832c0abfbd9cf2913cdb7b587e17..0000000000000000000000000000000000000000 --- a/Event/ByteStreamEventPTCnv/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package ByteStreamEventPTCnv - - -author Alexandre Vaniachine <vaniachine@anl.gov> - -use AtlasPolicy AtlasPolicy-* -use ByteStreamEventTPCnv ByteStreamEventTPCnv-* Event - -library ByteStreamEventPTCnv *.cxx -apply_pattern tpcnv_library - -private -use AtlasReflex AtlasReflex-* External - -apply_pattern lcgdict dict=ByteStreamEventPTCnv selectionfile=selection.xml headerfiles="../ByteStreamEventPTCnv/ByteStreamEventPTCnvDict.h" - -end_private - diff --git a/Event/ByteStreamEventTPCnv/cmt/requirements b/Event/ByteStreamEventTPCnv/cmt/requirements deleted file mode 100644 index d5f363cec0a4792c346312e331d256442c381b44..0000000000000000000000000000000000000000 --- a/Event/ByteStreamEventTPCnv/cmt/requirements +++ /dev/null @@ -1,13 +0,0 @@ -package ByteStreamEventTPCnv - -use AtlasPolicy AtlasPolicy-* -use AtlasReflex AtlasReflex-* External - -use ByteStreamData ByteStreamData-* Event -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -library ByteStreamEventTPCnv *.cxx -apply_pattern tpcnv_library - -apply_pattern lcgdict dict=ByteStreamEventTPCnv selectionfile=selection.xml headerfiles="../ByteStreamEventTPCnv/ByteStreamEventTPCnvDict.h" -apply_pattern lcgdict dict=OLD_ByteStreamEventTPCnv selectionfile=OLD_selection.xml headerfiles="../ByteStreamEventTPCnv/ByteStreamEventTPCnvDict.h" diff --git a/Event/ByteStreamStoragePlugins/cmt/requirements b/Event/ByteStreamStoragePlugins/cmt/requirements deleted file mode 100644 index a9cc94b9ac4c751ebfd7ae10e79d287ae6b7c16e..0000000000000000000000000000000000000000 --- a/Event/ByteStreamStoragePlugins/cmt/requirements +++ /dev/null @@ -1,75 +0,0 @@ -## -package ByteStreamStoragePlugins - -author Szymon Gadomski - -use AtlasPolicy AtlasPolicy-* -#use TDAQCPolicyExt v* TDAQCPolicy - -use DataCollection DataCollection-* External -# The dependency against Boost is needed because the EventStorage package in tdaq-common does -# not export it's own dependency against Boost to its clients -# checkreq complaint unfixable, -no_auto_imports breaks build -use AtlasBoost AtlasBoost-* External -#use AtlasROOT AtlasROOT-* External - -# Specify to cmake that this package depends on CASTOR for the RFIO libraries. Transparent to CMT -apply_pattern cmake_add_command command="find_package(CASTOR COMPONENTS rfio)" - -# Specify to cmake that this package depends on Xrootd. Transparent to CMT -apply_pattern cmake_add_command command="find_package(Xrootd COMPONENTS Posix)" - -# Specify to cmake that it should ignore the -import=AtlasDCACHE for the fReaddCache library -apply_pattern cmake_ignore_import library=fReaddCache import=AtlasDCACHE - -include_path none - -# Castor plugin - -macro CastorLibFiles "fReadCastor.cxx" -library fReadCastor $(CastorLibFiles) -apply_pattern named_linked_library library="fReadCastor" -macro fReadCastor_shlibflags " -lshift" \ - Darwin " $(CASTOR_linkopts) " \ - slc5&32 " /usr/lib/libshift.so.2.1 " -macro_append fReadCastor_shlibflags " -rdynamic $(tdaqc_linkopts) -lers" - -# xRootD plugin - -macro_append fReadXRootD_cppflags "-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" -macro xRootDLibFiles "fReadXRootD.cxx" -library fReadXRootD $(xRootDLibFiles) -apply_pattern named_linked_library library="fReadXRootD" -macro fReadXRootD_shlibflags "$(xrootd_linkopts) -lXrdPosixPreload -rdynamic $(tdaqc_linkopts) -lers" \ - target-darwin "-rdynamic $(tdaqc_linkopts) -lers" - -# dCache plugin - -macro dCacheLibFiles "fReaddCache.cxx" -library fReaddCache $(dCacheLibFiles) -import=AtlasDCACHE -apply_pattern named_linked_library library="fReaddCache" -macro fReaddCache_shlibflags "$(dcache_client_linkopts) -rdynamic $(tdaqc_linkopts) -lers" \ - Darwin "" - - -private - -macro_append includes " -I/usr/include/shift " - -apply_tag allowUndefined - -macro use_Shift "" \ - Darwin "AtlasShift AtlasShift-00-* External" -use $(use_Shift) - -macro use_dCache "useDCACHE" \ - Darwin "noDECACHE" -apply_tag $(use_dCache) -use AtlasDCACHE AtlasDCACHE-* External -no_auto_imports -## -#macro use_GFAL "useGFAL" \ -# Darwin "noGFAL" -#apply_tag $(use_GFAL) -#use AtlasGFAL AtlasGFAL-* External -no_auto_imports -## - diff --git a/Event/ByteStreamStoragePlugins/cmt/tdaq-common_requirements b/Event/ByteStreamStoragePlugins/cmt/tdaq-common_requirements deleted file mode 100644 index b91f24ff800968476b711442b8c23f0cd1adfff3..0000000000000000000000000000000000000000 --- a/Event/ByteStreamStoragePlugins/cmt/tdaq-common_requirements +++ /dev/null @@ -1,71 +0,0 @@ -package EventStorage - -author Szymon.Gadomski@cern.ch -manager Szymon.Gadomski@cern.ch, Hans.Peter.Beck@cern.ch - -public - -use TDAQCPolicy -use dCache * TDAQCExternal -use clocks -use dynlibs - -library DataWriter EventStorageRecords.cxx DataWriter.cxx - -library fReadPlain fReadPlain.cxx - -library fReadCastor fReadCastor.cxx - -library fReaddCache fReaddCache.cxx - -library DataReader DataReaderBase.cxx \ - EventStorageRecords.cxx \ - DataReaderFormat2.cxx \ - EventStorageRecords2003.cxx \ - DataReaderFormat1.cxx \ - pickDataReader.cxx \ - loadfRead.cxx - -library DWCBcout DWCBcout.cxx - -apply_pattern install_libs files="libDataWriter.so \ - libDataReader.so \ - libfReadPlain.so libfReadCastor.so libfReaddCache.so\ - libDWCBcout.so " - -macro fReadCastor_shlibflags "-lshift -rdynamic" -macro fReadPlain_shlibflags "-rdynamic" -macro fReaddCache_shlibflags "-ldcap -rdynamic" - -macro DataReader_shlibflags "-ldynlibs -lers" - -macro EventStorage_applications "readData testWritingSpeed" -apply_pattern install_apps files="readData readMetaData testWritingSpeed testReadingSpeed" - -private - -macro readMetaDatalinkopts "-lDataReader" -application readMetaData ../test/readMetaData.cxx - -macro readDatalinkopts "-lDataReader" -application readData ../test/readData.cxx - -macro testWritingSpeedlinkopts "-lDataWriter -lDWCBcout -lclocks" -application testWritingSpeed ../test/testWritingSpeed.cxx - -macro testReadingSpeedlinkopts "-lDataReader -lclocks" -application testReadingSpeed ../test/testReadingSpeed.cxx - -# -# test programs, not part of releases -# -macro testWritingClinkopts "-lclocks" -application testWritingC -group=test ../test/testWritingC.cxx - -macro dCacheTest_cppflags "-I/afs/cern.ch/sw/lcg/external/dcap/1.2.35/slc3_gcc323/include" -macro dCacheTestlinkopts "-L/afs/cern.ch/sw/lcg/external/dcap/1.2.35/slc3_gcc323/lib -ldcap" -application dCacheTest -group=test ../test/dCacheTest.cxx - -# switch this on for debug -# macro_append EventStorage_cppflags " -DCOUT_DEBUG " -# end diff --git a/Event/ByteStreamTest/cmt/requirements b/Event/ByteStreamTest/cmt/requirements deleted file mode 100755 index 7e49a3eb76c69ef0d37db69467007460215e5b1c..0000000000000000000000000000000000000000 --- a/Event/ByteStreamTest/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -package ByteStreamTest - -use AtlasPolicy AtlasPolicy-* -use MinimalRunTime MinimalRunTime-* Control -no_auto_imports - -private -use TestPolicy TestPolicy-* -use ByteStreamData ByteStreamData-* Event -no_auto_imports -use ByteStreamCnvSvc ByteStreamCnvSvc-* Event -no_auto_imports -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use GaudiInterface GaudiInterface-* External - -public - -apply_pattern component_library -library ByteStreamTest EvenEventsSelectorTool.cxx components/*.cxx - -macro test_patter_opt_only "athenarun_test" \ - debug "" - -apply_pattern install_runtime -apply_pattern declare_joboptions files="-s=../share *.py" - -apply_pattern athenarun_test name="ByteStreamTestSkipAll" pre_script="../test/pre_check.sh CheckSkipAll " options="ByteStreamTest/SkipAll.py" post_script="../test/post_check_bs.sh ByteStreamTestSkipAll " - -apply_pattern athenarun_test name="ByteStreamTestSkipOne" pre_script="../test/pre_check.sh CheckSkipOne " options="ByteStreamTest/SkipOne.py" post_script="../test/post_check_bs.sh ByteStreamTestSkipOne " - -apply_pattern athenarun_test name="ByteStreamTestSkipNone" pre_script="../test/pre_check.sh CheckSkipNone " options="ByteStreamTest/SkipNone.py" post_script="../test/post_check_bs.sh ByteStreamTestSkipNone " - -apply_pattern athenarun_test name="ByteStreamTestMetaWrite" pre_script="../test/pre_check_bs.sh CheckMetaWrite " options="ByteStreamTest/MetaWrite.py" post_script="../test/post_check_bs.sh ByteStreamTestMetaWrite " - -apply_pattern athenarun_test name="ByteStreamTestMetaRead" pre_script="../test/pre_check.sh CheckMetaRead " options="ByteStreamTest/MetaRead.py" post_script="../test/post_check_bs.sh ByteStreamTestMetaRead " - -apply_pattern athenarun_test name="ByteStreamTestBadEvents" pre_script="../test/pre_check.sh CheckBadEvents " options="ByteStreamTest/BadEvents.py" post_script="../test/post_check_bs.sh ByteStreamTestBadEvents " - -apply_pattern athenarun_test name="ByteStreamTestSelectors" pre_script="../test/pre_check.sh CheckSelectors " options="ByteStreamTest/Selectors.py" post_script="../test/post_check_bs.sh ByteStreamTestSelectors " - -# Tests dependencies -private -# Meta Read must come after write -macro_append ByteStreamTestMetaRead_test_dependencies " ByteStreamTestMetaWrite_test " -end_private diff --git a/Event/EventAthenaPool/cmt/requirements b/Event/EventAthenaPool/cmt/requirements deleted file mode 100755 index 6ef04c7c14ee35b0bc7fb2f63351a14438a89d38..0000000000000000000000000000000000000000 --- a/Event/EventAthenaPool/cmt/requirements +++ /dev/null @@ -1,53 +0,0 @@ -package EventAthenaPool - -author RD Schaffer <R.D.Schaffer@cern.ch> -author Kyle Cranmer <cranmer@cern.ch> -author Marcin.Nowak@cern.ch - -use AtlasPolicy AtlasPolicy-* - - -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - - -apply_pattern poolcnv \ - files="-s=${EventInfo_root}/EventInfo EventInfo.h EventStreamInfo.h MergedEventInfo.h PileUpEventInfo.h \ -" -private - -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -#use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use EventInfo EventInfo-* Event -use EventTPCnv EventTPCnv-* Event - - -private -use TestTools TestTools-* AtlasTest -no_auto_imports - -apply_pattern declare_joboptions files="-s=../share *.py" - -apply_pattern athenarun_test \ - name="EventTPCnv_15.0.0" \ - options="EventAthenaPool/EventTPCnv_15.0.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh EventTPCnv_15.0.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh EventTPCnv_15.0.0" - -apply_pattern athenarun_test \ - name="EventTPCnv_17.5.0" \ - options="EventAthenaPool/EventTPCnv_17.5.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh EventTPCnv_17.5.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh EventTPCnv_17.5.0" - -apply_pattern athenarun_test \ - name="EventTPCnv_18.0.0" \ - options="EventAthenaPool/EventTPCnv_18.0.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh EventTPCnv_18.0.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh EventTPCnv_18.0.0" - -apply_pattern athenarun_test \ - name="EventTPCnv_20.1.7.2" \ - options="EventAthenaPool/EventTPCnv_20.1.7.2_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh EventTPCnv_20.1.7.2" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh EventTPCnv_20.1.7.2" - diff --git a/Event/EventBookkeeperAthenaPool/cmt/requirements b/Event/EventBookkeeperAthenaPool/cmt/requirements deleted file mode 100644 index 668de7cc3a7897f3a581991a777dbb9911a03c08..0000000000000000000000000000000000000000 --- a/Event/EventBookkeeperAthenaPool/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package EventBookkeeperAthenaPool - -author David Cote <david.cote@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -private -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use EventBookkeeperMetaData EventBookkeeperMetaData-* Event -use EventBookkeeperTPCnv EventBookkeeperTPCnv-* Event -end_private - - -apply_pattern poolcnv files="-s=${EventBookkeeperMetaData_root}/EventBookkeeperMetaData \ - EventBookkeeperCollection.h \ - EventBookkeeper.h \ - SkimDecisionCollection.h \ - SkimDecision.h" - - -apply_pattern declare_joboptions files="*.py" - - -private -use TestTools TestTools-* AtlasTest -no_auto_imports - - -apply_pattern athenarun_test \ - name="EventBookkeeperTPCnv_16.0.0" \ - options="EventBookkeeperAthenaPool/EventBookkeeperTPCnv_16.0.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh EventBookkeeperTPCnv_16.0.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh EventBookkeeperTPCnv_16.0.0" - - -apply_pattern athenarun_test \ - name="EventBookkeeperTPCnv_18.0.0" \ - options="EventBookkeeperAthenaPool/EventBookkeeperTPCnv_18.0.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh EventBookkeeperTPCnv_18.0.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh EventBookkeeperTPCnv_18.0.0" diff --git a/Event/EventBookkeeperMetaData/cmt/requirements b/Event/EventBookkeeperMetaData/cmt/requirements deleted file mode 100644 index 04d227a077e0ee728b3cab20733d169e42794500..0000000000000000000000000000000000000000 --- a/Event/EventBookkeeperMetaData/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package EventBookkeeperMetaData - -author David Cote <david.cote@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use DataModel DataModel-* Control -use CLIDSvc CLIDSvc-* Control -use GaudiInterface GaudiInterface-* External - -library EventBookkeeperMetaData *.cxx -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -apply_pattern lcgdict dict=EventBookkeeperMetaData \ -selectionfile=selection.xml \ -headerfiles="../EventBookkeeperMetaData/EventBookkeeperMetaDataDict.h" -end_private - diff --git a/Event/EventBookkeeperTPCnv/cmt/requirements b/Event/EventBookkeeperTPCnv/cmt/requirements deleted file mode 100644 index 7e79ef50fdbd686587e4cea42a728e1d2c065775..0000000000000000000000000000000000000000 --- a/Event/EventBookkeeperTPCnv/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package EventBookkeeperTPCnv - -author David Cote <david.cote@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use EventBookkeeperMetaData EventBookkeeperMetaData-* Event - -branches EventBookkeeperTPCnv src -library EventBookkeeperTPCnv *.cxx -apply_pattern tpcnv_library - -private - -use CxxUtils CxxUtils-* Control -use AthenaKernel AthenaKernel-* Control -use AtlasReflex AtlasReflex-* External - -apply_pattern lcgdict dict=EventBookkeeperTPCnv selectionfile=selection.xml \ - headerfiles="../EventBookkeeperTPCnv/EventBookkeeperTPCnvDict.h" - -end_private - - -private -use TestTools TestTools-* AtlasTest - -apply_pattern UnitTest_run unit_test=EventBookkeeperCnv_p1 -apply_pattern UnitTest_run unit_test=EventBookkeeperCnv_p2 -apply_pattern UnitTest_run unit_test=SkimDecisionCnv_p1 diff --git a/Event/EventBookkeeperTools/cmt/requirements b/Event/EventBookkeeperTools/cmt/requirements deleted file mode 100644 index 5b22fcd19028e83daeb93ea27061f03e256cd928..0000000000000000000000000000000000000000 --- a/Event/EventBookkeeperTools/cmt/requirements +++ /dev/null @@ -1,53 +0,0 @@ -package EventBookkeeperTools - -author David Cote <david.cote@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use GaudiInterface GaudiInterface-* External -use AsgTools AsgTools-* Control/AthToolSupport -use xAODCutFlow xAODCutFlow-* Event/xAOD -use AthenaPoolKernel AthenaPoolKernel-* Database/AthenaPOOL -#use AtlasBoost AtlasBoost-* External -#use SampleHandler SampleHandler-* PhysicsAnalysis/D3PDTools - - -private -use AtlasROOT AtlasROOT-* External -#use CxxUtils CxxUtils-* Control -use EventBookkeeperMetaData EventBookkeeperMetaData-* Event -use EventInfo EventInfo-* Event -use SGTools SGTools-* Control -use StoreGate StoreGate-* Control -use xAODEventInfo xAODEventInfo-* Event/xAOD -end_private - - -#library EventBookkeeperTools *.cxx components/*.cxx -library EventBookkeeperTools *.cxx ../Root/*.cxx components/*.cxx - -branches src Root - - -apply_pattern component_library - -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_scripts files="PrintCutFlow.py" - -### dict generation ### -#private -#use AtlasReflex AtlasReflex-* External -no_auto_imports - -#apply_pattern lcgdict dict=EventBookkeeperTools \ -# selectionfile=selection.xml \ -# headerfiles="../EventBookkeeperTools/EventBookkeeperToolsDict.h" -#end_private - - -#private -#macro_append extra_root_cint_includes "-I${SampleHandler_root} -I${RootCoreUtils_root}" -#apply_pattern have_root_headers root_headers="Table.h" headers_lib=EventBookkeeperTools -#end_private diff --git a/Event/EventCommonAlgs/cmt/requirements b/Event/EventCommonAlgs/cmt/requirements deleted file mode 100755 index e3d294647819b85378b5eaaa4c557a07c2e71f30..0000000000000000000000000000000000000000 --- a/Event/EventCommonAlgs/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package EventCommonAlgs - -author Sebastien Binet <binet@cern.ch> - -## For Athena policies: it has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -private -use AtlasBoost AtlasBoost-* External -use NavFourMom NavFourMom-* Event -use FourMomUtils FourMomUtils-* Event - -end_private - -branches EventCommonAlgs src src/components doc python share - -## default is to make a component library -library EventCommonAlgs *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" - diff --git a/Event/EventCommonAthenaPool/cmt/requirements b/Event/EventCommonAthenaPool/cmt/requirements deleted file mode 100755 index 9a62209cd4f639009d653aab277b60076d9cc9bd..0000000000000000000000000000000000000000 --- a/Event/EventCommonAthenaPool/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package EventCommonAthenaPool - -author Sebastien Binet <binet@cern.ch> - -## For Athena policies: it has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -private -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use DataModelAthenaPool DataModelAthenaPool-* Control -use EventCommonTPCnv EventCommonTPCnv-* Event -use GaudiInterface GaudiInterface-* External -use NavFourMom NavFourMom-* Event -use EventKernel EventKernel-* Event -use StoreGate StoreGate-* Control -end_private - - - -branches src doc share - -# -# List of containers for which we want to generate an AthenaPool converter -# -macro evtCmnAthPool_poolcnv "" -macro_append evtCmnAthPool_poolcnv "-s=${EventKernel_root}/EventKernel " -macro_append evtCmnAthPool_poolcnv " INavigable4Momentum.h " -macro_append evtCmnAthPool_poolcnv "-s=${NavFourMom_root}/NavFourMom " -macro_append evtCmnAthPool_poolcnv " INav4MomLinkContainer.h " -macro_append evtCmnAthPool_poolcnv " IParticleLinkContainer.h " -macro_append evtCmnAthPool_poolcnv " I4MomentumContainer.h " -macro_append evtCmnAthPool_poolcnv " INavigable4MomentumCollection.h " -macro_append evtCmnAthPool_poolcnv " IParticleContainer.h " -macro_append evtCmnAthPool_poolcnv " INav4MomAssocs.h " - -apply_pattern poolcnv files=$(evtCmnAthPool_poolcnv) - diff --git a/Event/EventCommonTPCnv/cmt/requirements b/Event/EventCommonTPCnv/cmt/requirements deleted file mode 100755 index 69177d83cb6edc39406834cdcdb7085ec359d1f1..0000000000000000000000000000000000000000 --- a/Event/EventCommonTPCnv/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package EventCommonTPCnv - -author Sebastien Binet <binet@cern.ch> - -## For Athena policies: it has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AtlasCLHEP AtlasCLHEP-* External -use DataModel DataModel-* Control -use DataModelAthenaPool DataModelAthenaPool-* Control -use FourMom FourMom-* Event -use NavFourMom NavFourMom-* Event - -private -use AthenaKernel AthenaKernel-* Control -use AtlasReflex AtlasReflex-* External -use GaudiInterface GaudiInterface-* External -use StoreGate StoreGate-* Control -end_private - - -branches EventCommonTPCnv src - -library EventCommonTPCnv *.cxx - -apply_pattern tpcnv_library - -# The following use is to get the lcgdict pattern. -# This is "hidden" behind "private" to keep clients from seeing excessive -# dependencies -private -apply_pattern lcgdict dict=EventCommonTPCnv selectionfile=selection.xml headerfiles="../EventCommonTPCnv/EventCommonTPCnvDict.h" -apply_pattern lcgdict dict=OLD_EventCommonTPCnv selectionfile=OLD_selection.xml headerfiles="../EventCommonTPCnv/EventCommonTPCnvDict.h" -end_private - diff --git a/Event/EventContainers/cmt/requirements b/Event/EventContainers/cmt/requirements deleted file mode 100755 index b293f47f5bcb62d7eaef735a72753c83c2288364..0000000000000000000000000000000000000000 --- a/Event/EventContainers/cmt/requirements +++ /dev/null @@ -1,11 +0,0 @@ -package EventContainers - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use Identifier Identifier-* DetectorDescription - -private - -use CLIDSvc CLIDSvc-* Control -application testIdCont ID_ContainerTest.cxx -macro_append testIdCont_dependencies " install_includes" diff --git a/Event/EventInfo/cmt/requirements b/Event/EventInfo/cmt/requirements deleted file mode 100755 index ee91fe4bdf91766c0ee6b6e5e52bc4e01cf3f089..0000000000000000000000000000000000000000 --- a/Event/EventInfo/cmt/requirements +++ /dev/null @@ -1,45 +0,0 @@ -package EventInfo - -author P Calafiura <pcalafiura@lbl.gov> -author RD Schaffer <R.D.Schaffer@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use SGTools SGTools-* Control -use GaudiInterface GaudiInterface-* External - - -# Normal lib for the data classes -library EventInfo EventID.cxx EventType.cxx EventInfo.cxx EventStreamInfo.cxx PileUpEventInfo.cxx PileUpTimeEventIndex.cxx EventIncident.cxx TriggerInfo.cxx MergedEventInfo.cxx TagInfo.cxx -apply_pattern installed_library - -apply_pattern declare_joboptions files=" *.py " -apply_pattern declare_python_modules files=" *.py " - -# The following use is to get the lcgdict pattern. -# This is "hidden" behind "private" and "no_auto_imports" to keep -# clients of EventInfo from seeing excess dependencies -private -use AthLinks AthLinks-* Control -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See EventInfoDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. - -# Must temporarily omit emission of methods - fails -apply_pattern lcgdict dict=EventInfo selectionfile=selection.xml headerfiles="../EventInfo/EventInfoDict.h" dataLinks=EventInfo - - -private - - -use TestTools TestTools-* AtlasTest -apply_pattern install_runtime -apply_pattern UnitTest_run unit_test=PileUpEventInfo -apply_pattern UnitTest_run unit_test=MergedEventInfo -#FIXME apply_pattern UnitTest_run unit_test=AtlasMcWeight - -# application testEventInfo ../src/testEventInfo.cxx diff --git a/Event/EventInfoMgt/cmt/requirements b/Event/EventInfoMgt/cmt/requirements deleted file mode 100755 index 2ef8917f4c233a3a4dd47e79cc6e792b390a3f23..0000000000000000000000000000000000000000 --- a/Event/EventInfoMgt/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package EventInfoMgt - -author RD Schaffer <R.D.Schaffer@cern.ch> -author NLAA - - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control - -private -use CxxUtils CxxUtils-* Control -use StoreGate StoreGate-* Control -use SGTools SGTools-* Control -use EventInfo EventInfo-* Event -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use IOVDbMetaDataTools IOVDbMetaDataTools-* Database -use AthenaBaseComps AthenaBaseComps-* Control - - - -apply_pattern component_library - -library EventInfoMgt TagInfoMgr.cxx EventInfoMgt_entries.cxx EventInfoMgt_load.cxx - -apply_pattern declare_joboptions files="-s=../share EventInfoMgt_jobOptions.py TagInfoMgr_jobOptions.py" -apply_pattern declare_python_modules files=" *.py " -apply_pattern declare_scripts files=" dumpRunNumber.py " diff --git a/Event/EventOverlay/EventOverlayJobTransforms/cmt/grid.requirements b/Event/EventOverlay/EventOverlayJobTransforms/cmt/grid.requirements deleted file mode 100644 index 73c5172d1896f6f88b8306eef791918b0fe9648f..0000000000000000000000000000000000000000 --- a/Event/EventOverlay/EventOverlayJobTransforms/cmt/grid.requirements +++ /dev/null @@ -1,20 +0,0 @@ -package EventOverlayJobTransforms - -use AtlasPolicy AtlasPolicy-* -use AtlasPython AtlasPython-* External - -use PyJobTransformsCore PyJobTransformsCore-* Tools - -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_jobtransforms trfs='*_trf.py' jo='*.py' - -#apply_pattern generic_declare_for_link kind=runtime files='-s=../share *.db' prefix=share name=trf - -apply_pattern declare_runtime_extras extras="../test/EventOverlayJobTransforms_TestConfiguration.xml" files='-s=../share *.db' -#macro EventOverlayJobTransforms_TestConfiguration "../test/EventOverlayJobTransforms_TestConfiguration.xml" - -#private -#use TestPolicy TestPolicy-* -#apply_pattern validate_xml -#public - diff --git a/Event/EventOverlay/EventOverlayJobTransforms/cmt/requirements b/Event/EventOverlay/EventOverlayJobTransforms/cmt/requirements deleted file mode 100644 index 985445bfc058ac22747650685950b7486dbe1f6c..0000000000000000000000000000000000000000 --- a/Event/EventOverlay/EventOverlayJobTransforms/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package EventOverlayJobTransforms - -use AtlasPolicy AtlasPolicy-* - -use PyJobTransforms PyJobTransforms-* Tools -use PyJobTransformsCore PyJobTransformsCore-* Tools - -apply_pattern declare_job_transforms tfs='*.py' jo='*.py' -apply_pattern declare_python_modules files="*.py" - -#apply_pattern generic_declare_for_link kind=runtime files='-s=../share *.db' prefix=share name=trf -apply_pattern declare_runtime_extras files='-s=../share *.db' - -#apply_pattern declare_runtime_extras extras="../test/EventOverlayJobTransforms_TestConfiguration.xml" files='-s=../share *.db' -#macro EventOverlayJobTransforms_TestConfiguration "../test/EventOverlayJobTransforms_TestConfiguration.xml" - -#private -#use TestPolicy TestPolicy-* -#apply_pattern validate_xml -#public - diff --git a/Event/EventOverlay/IDC_OverlayBase/cmt/requirements b/Event/EventOverlay/IDC_OverlayBase/cmt/requirements deleted file mode 100644 index 1b04c9e9835e99fb070b38f8afe7a14d98a4bb65..0000000000000000000000000000000000000000 --- a/Event/EventOverlay/IDC_OverlayBase/cmt/requirements +++ /dev/null @@ -1,20 +0,0 @@ -package IDC_OverlayBase - -author Andrei Gaponenko <agaponenko@lbl.gov> - -use AtlasPolicy AtlasPolicy-* - -use Identifier Identifier-* DetectorDescription -use DataModel DataModel-* Control -use AthenaBaseComps AthenaBaseComps-* Control - -use OverlayAlgBase OverlayAlgBase-* Event/EventOverlay - -# For cmake, declare this package as having a metalibrary, which causes all the headers and -# libraries it depends upon to be available to clients of this package. This is only necessary -# if the following "apply_pattern" and "library" lines are commented out -apply_pattern cmake_add_command command=metalibrary - -# apply_pattern installed_library -# -# library IDC_OverlayBase *.cxx diff --git a/Event/EventOverlay/OverlayAlgBase/cmt/requirements b/Event/EventOverlay/OverlayAlgBase/cmt/requirements deleted file mode 100644 index bd659cad0c4b30e67aa445937d12243e4a03bf2d..0000000000000000000000000000000000000000 --- a/Event/EventOverlay/OverlayAlgBase/cmt/requirements +++ /dev/null @@ -1,13 +0,0 @@ -package OverlayAlgBase - -author Andrei Gaponenko <agaponenko@lbl.gov> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use StoreGate StoreGate-* Control -use AthenaBaseComps AthenaBaseComps-* Control - -apply_pattern installed_library - -library OverlayAlgBase *.cxx - diff --git a/Event/EventOverlay/OverlayCommonAlgs/cmt/requirements b/Event/EventOverlay/OverlayCommonAlgs/cmt/requirements deleted file mode 100644 index 6b3ea1a921eccd9d5faa650b16ea62a2d54c026b..0000000000000000000000000000000000000000 --- a/Event/EventOverlay/OverlayCommonAlgs/cmt/requirements +++ /dev/null @@ -1,51 +0,0 @@ -package OverlayCommonAlgs - -author Ketevi A. Assamagan <ketevi@bnl.gov> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - - -private -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODCnvInterfaces xAODCnvInterfaces-* Event/xAOD -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use AtlasROOT AtlasROOT-* External -use ByteStreamCnvSvc ByteStreamCnvSvc-* Event -use CaloSimEvent CaloSimEvent-* Calorimeter -use EventInfo EventInfo-* Event -use GeneratorObjects GeneratorObjects-* Generators -use Identifier Identifier-* DetectorDescription -use InDetBCM_RawData InDetBCM_RawData-* InnerDetector/InDetRawEvent -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use InDetSimData InDetSimData-* InnerDetector/InDetRawEvent -use InDetSimEvent InDetSimEvent-* InnerDetector -use LArRawEvent LArRawEvent-* LArCalorimeter -use LArSimEvent LArSimEvent-* LArCalorimeter -use MuonDigitContainer MuonDigitContainer-* MuonSpectrometer -use MuonRDO MuonRDO-* MuonSpectrometer -use MuonSimData MuonSimData-* MuonSpectrometer -use MuonSimEvent MuonSimEvent-* MuonSpectrometer -use OverlayAlgBase OverlayAlgBase-* Event/EventOverlay -use PersistentDataModel PersistentDataModel-* Database -use PileUpTools PileUpTools-* Control -use StoreGate StoreGate-* Control -use TileEvent TileEvent-* TileCalorimeter -use TileSimEvent TileSimEvent-* TileCalorimeter -use TrackRecord TrackRecord-* Simulation/G4Sim -use TrigT1CaloEvent TrigT1CaloEvent-* Trigger/TrigT1 -use TrigT1Interfaces TrigT1Interfaces-* Trigger/TrigT1 -use TrigT1Result TrigT1Result-* Trigger/TrigT1 -use TrigConfInterfaces TrigConfInterfaces-* Trigger/TrigConfiguration -use TrigConfHLTData TrigConfHLTData-* Trigger/TrigConfiguration -use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent - -end_private - -library OverlayCommonAlgs *.cxx components/*.cxx - -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="__init__.py OverlayFlags.py" diff --git a/Event/EventOverlay/OverlayExamples/cmt/requirements b/Event/EventOverlay/OverlayExamples/cmt/requirements deleted file mode 100644 index c1b88815f4c6f4cedbc36b1f4496126511d26411..0000000000000000000000000000000000000000 --- a/Event/EventOverlay/OverlayExamples/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package OverlayExamples - -author ketevi A. Assamagan <ketevi@bnl.gov> - -public -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External - -private -use AthenaBaseComps AthenaBaseComps-* Control -use EventInfo EventInfo-* Event -use LArRawEvent LArRawEvent-* LArCalorimeter -use LArSimEvent LArSimEvent-* LArCalorimeter -use PileUpTools PileUpTools-* Control -end_private - -library OverlayExamples *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py *.C *.sh" diff --git a/Event/EventOverlay/OverlayMonitoringRTT/cmt/requirements b/Event/EventOverlay/OverlayMonitoringRTT/cmt/requirements deleted file mode 100644 index 5e251f129fce436ced234ce6c289bddc44575b4e..0000000000000000000000000000000000000000 --- a/Event/EventOverlay/OverlayMonitoringRTT/cmt/requirements +++ /dev/null @@ -1,16 +0,0 @@ -package OverlayMonitoringRTT -author George Redlinger - -use AtlasPolicy AtlasPolicy-* - -private -use TestPolicy TestPolicy-* -apply_pattern validate_xml -end_private - -apply_pattern declare_joboptions files="*.py *.C *.sh" - -macro OverlayMonitoringRTT_TestConfiguration "../test/OverlayMonitoringRTT_TestConfiguration.xml" -apply_pattern declare_runtime extras="../test/OverlayMonitoringRTT_TestConfiguration.xml " - - diff --git a/Event/EventOverlay/RDO_OverlayBase/cmt/requirements b/Event/EventOverlay/RDO_OverlayBase/cmt/requirements deleted file mode 100644 index ddc6b5d29a20761f1e7cb1bcfd3d315682400cf0..0000000000000000000000000000000000000000 --- a/Event/EventOverlay/RDO_OverlayBase/cmt/requirements +++ /dev/null @@ -1,16 +0,0 @@ -package RDO_OverlayBase - -author Andrei Gaponenko <agaponenko@lbl.gov> - -use AtlasPolicy AtlasPolicy-* - -#use GaudiInterface GaudiInterface-* External -#use StoreGate StoreGate-* Control -#use Identifier Identifier-* DetectorDescription -#use DataModel DataModel-* Control -#use AthenaKernel AthenaKernel-* Control -#use OverlayAlgBase OverlayAlgBase-* Event/EventOverlay - -# apply_pattern installed_library -# -# library RDO_OverlayBase *.cxx diff --git a/Event/EventPTCnv/cmt/requirements b/Event/EventPTCnv/cmt/requirements deleted file mode 100644 index 920d6a54a5b342ca3722d621609712da6cad9ee3..0000000000000000000000000000000000000000 --- a/Event/EventPTCnv/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package EventPTCnv - - -author Alexandre Vaniachine <vaniachine@anl.gov> - -use AtlasPolicy AtlasPolicy-* -use EventTPCnv EventTPCnv-* Event - -library EventPTCnv *.cxx -apply_pattern installed_library -#apply_pattern tpcnv_library - -private -use AtlasReflex AtlasReflex-* External - -apply_pattern lcgdict dict=EventPTCnv selectionfile=selection.xml headerfiles="../EventPTCnv/EventPTCnvDict.h" - -end_private diff --git a/Event/EventPrimitives/cmt/Makefile.RootCore b/Event/EventPrimitives/cmt/Makefile.RootCore deleted file mode 100644 index cb7d850a983d480ce0717cf49534e5f30132c9aa..0000000000000000000000000000000000000000 --- a/Event/EventPrimitives/cmt/Makefile.RootCore +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: Makefile.RootCore 580842 2014-01-30 13:37:11Z krasznaa $ -# -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = EventPrimitives -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -DXAOD_STANDALONE -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = Asg_Eigen -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 1 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/EventPrimitives/cmt/requirements b/Event/EventPrimitives/cmt/requirements deleted file mode 100644 index 4bc00850f1aaa813503780d064f5fda893498744..0000000000000000000000000000000000000000 --- a/Event/EventPrimitives/cmt/requirements +++ /dev/null @@ -1,12 +0,0 @@ -package EventPrimitives - -author Robert Langenberg <Robert.Langenberg@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AtlasEigen AtlasEigen-* External -use AtlasCLHEP AtlasCLHEP-* External - -macro_append reflex_dict_options_cppflags " -DEIGEN_DONT_VECTORIZE " - -private diff --git a/Event/EventTPCnv/cmt/requirements b/Event/EventTPCnv/cmt/requirements deleted file mode 100644 index 34cb1e9ec27a73d2c8d58d2963c2a49b02dfab84..0000000000000000000000000000000000000000 --- a/Event/EventTPCnv/cmt/requirements +++ /dev/null @@ -1,55 +0,0 @@ -package EventTPCnv - -author RD Schaffer <R.D.Schaffer@cern.ch> -author Kyle Cranmer <cranmer@cern.ch> -author Marcin.Nowak@cern.ch - -use AtlasPolicy AtlasPolicy-* -use AtlasReflex AtlasReflex-* External - -use EventInfo EventInfo-* Event -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - - -private -use GaudiInterface GaudiInterface-* External -use CxxUtils CxxUtils-* Control -use AthenaKernel AthenaKernel-* Control -end_private - - -library EventTPCnv *.cxx -apply_pattern tpcnv_library - -apply_pattern lcgdict dict=EventTPCnv selectionfile=selection.xml headerfiles="../EventTPCnv/EventTPCnvDict.h" -apply_pattern lcgdict dict=OLD_EventTPCnv selectionfile=OLD_selection.xml headerfiles="../EventTPCnv/EventTPCnvDict.h" - - -private -use TestTools TestTools-* AtlasTest - -apply_pattern UnitTest_run unit_test=EventIDCnv_p1 -apply_pattern UnitTest_run unit_test=EventIDCnv_p2 -apply_pattern UnitTest_run unit_test=EventInfoCnv_p1 -apply_pattern UnitTest_run unit_test=EventInfoCnv_p2 -apply_pattern UnitTest_run unit_test=EventInfoCnv_p3 -apply_pattern UnitTest_run unit_test=EventInfoCnv_p4 -apply_pattern UnitTest_run unit_test=EventStreamInfoCnv_p1 -apply_pattern UnitTest_run unit_test=EventStreamInfoCnv_p2 -apply_pattern UnitTest_run unit_test=EventStreamInfoCnv_p3 -apply_pattern UnitTest_run unit_test=EventTypeCnv_p1 -apply_pattern UnitTest_run unit_test=EventTypeCnv_p2 -apply_pattern UnitTest_run unit_test=EventTypeCnv_p3 -apply_pattern UnitTest_run unit_test=MergedEventInfoCnv_p1 -apply_pattern UnitTest_run unit_test=MergedEventInfoCnv_p2 -apply_pattern UnitTest_run unit_test=PileUpEventInfoCnv_p1 -apply_pattern UnitTest_run unit_test=PileUpEventInfoCnv_p2 -apply_pattern UnitTest_run unit_test=PileUpEventInfoCnv_p3 -apply_pattern UnitTest_run unit_test=PileUpEventInfoCnv_p4 -apply_pattern UnitTest_run unit_test=PileUpEventInfoCnv_p5 -apply_pattern UnitTest_run unit_test=TriggerInfoCnv_p1 -apply_pattern UnitTest_run unit_test=TriggerInfoCnv_p2 -apply_pattern UnitTest_run unit_test=TriggerInfoCnv_p3 -apply_pattern UnitTest_run unit_test=AtlasMcWeight -apply_pattern UnitTest_run unit_test=vectorize - diff --git a/Event/FourMom/cmt/requirements b/Event/FourMom/cmt/requirements deleted file mode 100755 index 1b7c85dd239796920cf0e55466f9d86e90a96c25..0000000000000000000000000000000000000000 --- a/Event/FourMom/cmt/requirements +++ /dev/null @@ -1,57 +0,0 @@ -package FourMom - -use AtlasPolicy AtlasPolicy-* -use AtlasCLHEP AtlasCLHEP-* External -use EventPrimitives EventPrimitives-* Event -use EventKernel EventKernel-* Event - - -#library FourMom *.cxx -import=AtlasReflex -#does not seem to work -library FourMom *.cxx - -apply_pattern installed_library - -private -#does not seem to work -use AtlasReflex AtlasReflex-* External - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -apply_pattern lcgdict dict=FourMom selectionfile=selection.xml headerfiles="../FourMom/FourMomDict.h" - - -private - -################ -## Unit tests ## -################ - -use TestTools TestTools-* AtlasTest -use TestPolicy TestPolicy-* -apply_pattern install_runtime -apply_pattern UnitTest_run unit_test=EEtaPhiM -apply_pattern UnitTest_run unit_test=IPtCotThPhiM -apply_pattern UnitTest_run unit_test=PtEtaPhiM -apply_pattern UnitTest_run unit_test=PxPyPzE - -## -## Bench -## -use AtlasBoost AtlasBoost-* External -application benchEEtaPhiM ../test/bench_EEtaPhiM.cxx -application benchIPtCotThPhiM ../test/bench_IPtCotThPhiM.cxx -application benchPtEtaPhiM ../test/bench_PtEtaPhiM.cxx -application benchPxPyPzE ../test/bench_PxPyPzE.cxx - -# add explicit dependency against libFourMom -macro_append benchEEtaPhiM_dependencies "$(FourMom_library_dependencies)" -macro_append benchIPtCotThPhiM_dependencies "$(FourMom_library_dependencies)" -macro_append benchPtEtaPhiM_dependencies "$(FourMom_library_dependencies)" -macro_append benchPxPyPzE_dependencies "$(FourMom_library_dependencies)" - -end_private diff --git a/Event/FourMomUtils/cmt/Makefile.RootCore b/Event/FourMomUtils/cmt/Makefile.RootCore deleted file mode 100644 index 881cb43a6041a9d69b23a27c1202d3a022c7d7f4..0000000000000000000000000000000000000000 --- a/Event/FourMomUtils/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = FourMomUtils -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = CxxUtils AthContainers xAODBase xAODMissingET -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/FourMomUtils/cmt/requirements b/Event/FourMomUtils/cmt/requirements deleted file mode 100644 index a9e6c1f4ccc8cfcce8d71c1b2fa88eeef21ea5ab..0000000000000000000000000000000000000000 --- a/Event/FourMomUtils/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -## Automatically generated CMT requirements file -package FourMomUtils - -author Sebastien Binet <binet@cern.ch> -author Rolf Seuster <seuster@mail.cern.ch> - -## For Athena policies: it has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -use CxxUtils CxxUtils-* Control -use AthContainers AthContainers-* Control -use xAODBase xAODBase-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD - -# conditional use statements: only used outside AthAnalysisBase -use_unless pkg=EventKernel tag=ManaCore ver=* root=Event -use_unless pkg=NavFourMom tag=ManaCore ver=* root=Event - -branches FourMomUtils src doc python Root - -library FourMomUtils *.cxx ../Root/*.cxx - -apply_pattern installed_library -#apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -######################### -# Dictionary generation # -######################### -private - -use_unless pkg=FourMom tag=ManaCore ver=* root=Event -use_unless pkg=AtlasCLHEP tag=ManaCore ver=* root=External - -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=FourMomUtils selectionfile=selection.xml \ - headerfiles=" ../FourMomUtils/FourMomUtilsDict.h" -end_private diff --git a/Event/NavFourMom/cmt/requirements b/Event/NavFourMom/cmt/requirements deleted file mode 100644 index 830351f5c744fc7f379569d8bb7a78f03ae4e57c..0000000000000000000000000000000000000000 --- a/Event/NavFourMom/cmt/requirements +++ /dev/null @@ -1,50 +0,0 @@ -package NavFourMom - -author Many People <Many.People@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use AtlasCLHEP AtlasCLHEP-* External - -use CLIDSvc CLIDSvc-* Control -use AthLinks AthLinks-* Control -use AthContainers AthContainers-* Control -use EventKernel EventKernel-* Event -use Navigation Navigation-* Control - - -library NavFourMom *.cxx -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports -use FourMom FourMom-* Event - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. - -#old pattern won't work due to typedefs -#apply_pattern lcgdict dict=NavFourMom \ -#navigables="INavigable4MomentumCollection IParticleContainer" \ -#selectionfile=selection.xml headerfiles="../NavFourMom/NavFourMomDict.h" - -#need to use a macro to avoid cmt replacing the stuff between <>'s -macro navfourmom_navClasses "" -macro_append navfourmom_navClasses " DataVector<INavigable4Momentum>" -macro_append navfourmom_navClasses " DataVector<IParticle>" - -macro navfourmom_elLinkClasses "" -macro_append navfourmom_elLinkClasses " DataVector<I4Momentum>" - -apply_pattern lcgdict dict=NavFourMom \ - navigables=$(navfourmom_navClasses) \ - elementLinks=$(navfourmom_elLinkClasses) \ - dataLinks="INav4MomAssocs" \ - selectionfile=selection.xml \ - headerfiles="../NavFourMom/NavFourMomDict.h" - -end_private diff --git a/Event/PyDumper/cmt/requirements b/Event/PyDumper/cmt/requirements deleted file mode 100644 index eaca7100d2cb2b4c8c3233978d1f38dca7cbf587..0000000000000000000000000000000000000000 --- a/Event/PyDumper/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package PyDumper -author Sebastien Binet <binet@cern.ch> -author Scott Snyder <snyder@fnal.gov> - -## For Athena policies: it has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## For Gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External -no_auto_imports - -## Put here your package dependencies... -use AthenaPython AthenaPython-* Control -no_auto_imports -## - - -use AtlasReflex AtlasReflex-* External -use AthContainers AthContainers-* Control - -# Specify the Boost components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(Boost COMPONENTS program_options regex)" - -branches doc python bin - -#apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_scripts files="\ - -s=$(PyDumper_root)/bin \ - sg-dump.py \ -" - -## some handy aliases -alias sg-dump sg-dump.py - - -apply_pattern lcgdict dict=PyDumperDict \ - selectionfile=selection.xml \ - headerfiles="../PyDumper/PyDumperDict.h" diff --git a/Event/xAOD/xAODAssociations/cmt/Makefile.RootCore b/Event/xAOD/xAODAssociations/cmt/Makefile.RootCore deleted file mode 100644 index 280945d4e107b1fe5277281dec94ad20436058e1..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODAssociations/cmt/Makefile.RootCore +++ /dev/null @@ -1,25 +0,0 @@ -# Dear emacs, this is a -*- Makefile -*- -# -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODAssociations -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODCore xAODTracking xAODCaloEvent -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODAssociations/cmt/requirements b/Event/xAOD/xAODAssociations/cmt/requirements deleted file mode 100644 index f9ce8587b6720c7c2538c5914bec6503f3c45289..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODAssociations/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package xAODAssociations -# $Id: requirements 744228 2016-05-02 14:34:11Z krasznaa $ - -author niels.van.eldik@cern.ch -author Edward.Moyse@cern.ch -author htorres@cern.ch - -public -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use xAODCore xAODCore-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -private -use AtlasROOT AtlasROOT-* External -use AtlasReflex AtlasReflex-* External -end_private - -library xAODAssociations ../Root/*.cxx -apply_pattern installed_library - -private - -apply_pattern lcgdict dict=xAODAssociations selectionfile=selection.xml \ - headerfiles="../xAODAssociations/xAODAssociationsDict.h" \ - extralibfiles=../Root/dict/*.cxx diff --git a/Event/xAOD/xAODAssociationsAthenaPool/cmt/install.x86_64-slc6-gcc47-opt.history b/Event/xAOD/xAODAssociationsAthenaPool/cmt/install.x86_64-slc6-gcc47-opt.history deleted file mode 100644 index 3adb9d329a77c23f2425e46c591c9ca8be718e91..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODAssociationsAthenaPool/cmt/install.x86_64-slc6-gcc47-opt.history +++ /dev/null @@ -1,16 +0,0 @@ -(i__main__ -LogFile -p0 -(dp1 -S'_installed_files' -p2 -(dp3 -S'../../../Event/xAOD/xAODAssociationsAthenaPool/x86_64-slc6-gcc47-opt/libxAODAssociationsAthenaPoolPoolCnv.so' -p4 -S'../../../../InstallArea/x86_64-slc6-gcc47-opt/lib/libxAODAssociationsAthenaPoolPoolCnv.so' -p5 -sS'../../../Event/xAOD/xAODAssociationsAthenaPool/x86_64-slc6-gcc47-opt/libxAODAssociationsAthenaPoolPoolCnv.so.debug' -p6 -S'../../../../InstallArea/x86_64-slc6-gcc47-opt/lib/libxAODAssociationsAthenaPoolPoolCnv.so.debug' -p7 -ssb. \ No newline at end of file diff --git a/Event/xAOD/xAODAssociationsAthenaPool/cmt/requirements b/Event/xAOD/xAODAssociationsAthenaPool/cmt/requirements deleted file mode 100644 index 8ab3f75bcab76aa770c401f872a1b91d48278251..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODAssociationsAthenaPool/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package xAODAssociationsAthenaPool -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> -author Edward Moyse <Edward.Moyse@cern.ch> -author Heberth Torres <htorres@cern.ch> - - -public - -public -use AtlasPolicy AtlasPolicy-* -private -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AtlasROOT AtlasROOT-* External -use xAODAssociations xAODAssociations-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::TrackParticleClusterAssociationContainer \ - xAOD::TrackParticleClusterAssociationAuxContainer " \ - files="-s=${xAODAssociations_root}/xAODAssociations \ - TrackParticleClusterAssociationContainer.h \ - TrackParticleClusterAssociationAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODBPhys/cmt/Makefile.RootCore b/Event/xAOD/xAODBPhys/cmt/Makefile.RootCore deleted file mode 100644 index 96188f73424b64eabcfb0cee6bef7340ec47a07c..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODBPhys/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODBPhys -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks EventPrimitives GeoPrimitives xAODBase xAODCore xAODTracking xAODTruth xAODMuon -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODBPhys/cmt/requirements b/Event/xAOD/xAODBPhys/cmt/requirements deleted file mode 100644 index 2b84c7fe8f4b9807495f210c0b9ac1c6ae0da755..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODBPhys/cmt/requirements +++ /dev/null @@ -1,17 +0,0 @@ -package xAODBPhys - -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> -author Daniel Scheirich <daniel.scheirich@cern.ch> - -public - -# Central package(s): -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External - -# EDM package(s): -use xAODTracking xAODTracking-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD - -library xAODBPhys ../Root/*.cxx -apply_pattern installed_library diff --git a/Event/xAOD/xAODBTagging/cmt/Makefile.RootCore b/Event/xAOD/xAODBTagging/cmt/Makefile.RootCore deleted file mode 100644 index 3fa4b9e25f0a1f5ddaf8e24a1b2343558bbf1f35..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODBTagging/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODBTagging -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODCore xAODTracking -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODBTagging/cmt/requirements b/Event/xAOD/xAODBTagging/cmt/requirements deleted file mode 100644 index d9d449651c99fe3e0452c9e82b9c03f19d497274..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODBTagging/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package xAODBTagging -# $Id: requirements 744481 2016-05-03 13:36:43Z krasznaa $ - -author Magdalena Slawinska <Magdalena.Slawinska@cern.ch> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Central package(s): -use AtlasPolicy AtlasPolicy-* -use SGTools SGTools-* Control -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control - -# EDM package(s): -use xAODCore xAODCore-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -#use xAODJet xAODJet-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD - - -library xAODBTagging ../Root/*.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External -use AtlasROOT AtlasROOT-* External - -use AthLinks AthLinks-* Control - -apply_pattern lcgdict dict=xAODBTagging selectionfile=selection.xml \ - headerfiles="../xAODBTagging/xAODBTaggingDict.h" \ - extralibfiles=../Root/dict/*.cxx - -apply_pattern do_genCLIDDB library=xAODBTagging diff --git a/Event/xAOD/xAODBTaggingAthenaPool/cmt/requirements b/Event/xAOD/xAODBTaggingAthenaPool/cmt/requirements deleted file mode 100644 index e2d7e46e99a9654ba2e3a50898bf94318aaf3260..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODBTaggingAthenaPool/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package xAODBTaggingAthenaPool -# $Id: requirements 688351 2015-08-10 09:08:46Z kleney $ - -author Magdalena Slawinska <Magdalena.Slawinska@cern.ch> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Base package(s): -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -use AtlasROOT AtlasROOT-* External -use xAODTracking xAODTracking-* Event/xAOD - -# EDM package(s): -use xAODBTagging xAODBTagging-* Event/xAOD - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::BTaggingContainer \ - xAOD::BTaggingAuxContainer \ - xAOD::BTaggingTrigAuxContainer \ - xAOD::BTagVertexContainer \ - xAOD::BTagVertexAuxContainer" \ - files="-s=${xAODBTagging_root}/xAODBTagging \ - BTaggingContainer.h \ - BTaggingAuxContainer.h \ - BTaggingTrigAuxContainer.h \ - BTagVertexContainer.h \ - BTagVertexAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODBTaggingCnv/cmt/requirements b/Event/xAOD/xAODBTaggingCnv/cmt/requirements deleted file mode 100644 index 672fc5b536df3daeee829fbfc248e1c33441fcb5..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODBTaggingCnv/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package xAODBTaggingCnv - -author Anthony.Morley@cern.ch - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -public -use AtlasPolicy AtlasPolicy-* -use xAODBTagging xAODBTagging-* Event/xAOD - -private -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use GaudiInterface GaudiInterface-* External - -# EDM package(s): -use TrigParticle TrigParticle-* Trigger/TrigEvent - -end_private - -# Make a component library: -library xAODBTaggingCnv *.cxx components/*.cxx -apply_pattern component_library - diff --git a/Event/xAOD/xAODBase/cmt/Makefile.RootCore b/Event/xAOD/xAODBase/cmt/Makefile.RootCore deleted file mode 100644 index eb90d13563386d545435fa7d02ac78ecb49f14db..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODBase/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODBase -PACKAGE_PRELOAD = Physics -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODBase/cmt/requirements b/Event/xAOD/xAODBase/cmt/requirements deleted file mode 100644 index 8886e2cbdd84e4aa42f6de90907e8bd7041cdbcf..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODBase/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package xAODBase -# $Id: requirements 744422 2016-05-03 11:34:39Z krasznaa $ -# - -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -# Base package(s): -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use SGTools SGTools-* Control - -# EDM package(s): -use AthContainers AthContainers-* Control - -apply_tag ROOTMathLibs - -library xAODBase ../Root/*.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External -use AthLinks AthLinks-* Control - -apply_pattern lcgdict dict=xAODBase selectionfile=selection.xml \ - headerfiles="../xAODBase/xAODBaseDict.h" - -# Set up the test(s): -use TestTools TestTools-* AtlasTest - -apply_pattern UnitTest_run unit_test=ut_xAODObjectType diff --git a/Event/xAOD/xAODCaloEvent/cmt/Makefile.RootCore b/Event/xAOD/xAODCaloEvent/cmt/Makefile.RootCore deleted file mode 100644 index 80a232cf2d186ab019da10685acea176dde232e2..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODCaloEvent/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODCaloEvent -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks CaloGeoHelpers xAODBase xAODCore EventPrimitives GeoPrimitives -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODCaloEvent/cmt/requirements b/Event/xAOD/xAODCaloEvent/cmt/requirements deleted file mode 100644 index 2f1d43b8fd5e4c76c6eee43def66bb141630f359..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODCaloEvent/cmt/requirements +++ /dev/null @@ -1,46 +0,0 @@ -package xAODCaloEvent - -author Scott Snyder <Scott.Snyder@cern.ch> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Central package(s): -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use CxxUtils CxxUtils-* Control - -# EDM package(s): -use GeoPrimitives GeoPrimitives-* DetectorDescription -use xAODBase xAODBase-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD - -#use CaloEvent CaloEvent-* Calorimeter - -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter - -use_ifndef pplist="SIMULATIONBASE,XAOD_ANALYSIS" pkg="Calorimeter/CaloEvent" - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Physics)" - -library xAODCaloEvent ../Root/*.cxx ../src/*.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External -use AtlasROOT AtlasROOT-* External -use AthLinks AthLinks-* Control - -apply_pattern lcgdict dict=xAODCaloEvent selectionfile=selection.xml \ - headerfiles="../xAODCaloEvent/xAODCaloEventDict.h" \ - extralibfiles=../Root/dict/*.cxx - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -apply_pattern do_genCLIDDB library=xAODCaloEvent - diff --git a/Event/xAOD/xAODCaloEventAthenaPool/cmt/requirements b/Event/xAOD/xAODCaloEventAthenaPool/cmt/requirements deleted file mode 100644 index 22f2797899455659001a5073be0d5fa8c34e55e9..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODCaloEventAthenaPool/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package xAODCaloEventAthenaPool -# $Id: requirements 711952 2015-12-01 17:02:06Z ssnyder $ - -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Base package(s): -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -# EDM package(s): -use xAODCaloEvent xAODCaloEvent-* Event/xAOD - -# for the float compression -#use CaloInterface CaloInterface-* Calorimeter -use_ifndef pplist="XAOD_ANALYSIS" pkg="Calorimeter/CaloInterface" - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::CaloClusterContainer \ - xAOD::CaloClusterAuxContainer \ - xAOD::CaloTowerContainer \ - xAOD::CaloTowerAuxContainer" \ - files="-s=${xAODCaloEvent_root}/xAODCaloEvent \ - CaloClusterContainer.h \ - CaloClusterAuxContainer.h \ - CaloTowerContainer.h \ - CaloTowerAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODCaloEventCnv/cmt/requirements b/Event/xAOD/xAODCaloEventCnv/cmt/requirements deleted file mode 100644 index 1ea04acc4e62366a0dab25169f7c3a77589eb79b..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODCaloEventCnv/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package xAODCaloEventCnv - -author Walter Lampl walter.lampl@cern.ch - -use AtlasPolicy AtlasPolicy-* - -use xAODCaloEvent xAODCaloEvent-* Event/xAOD - -private - -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use EventKernel EventKernel-* Event - -use CaloEvent CaloEvent-* Calorimeter - -# Make a component library: -library xAODCaloEventCnv *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" - - -private -use TestPolicy TestPolicy-* -use TestTools TestTools-* AtlasTest -no_auto_imports - -apply_pattern athenarun_test \ - name="ClusterCreator_test" \ - options="xAODCaloEventCnv/ClusterCreator_test.py" \ - pre_script="../cmt/setup.sh" \ - post_script="${TESTTOOLSROOT}/share/post.sh ClusterCreator_test $(q)/aod/|including file|^Domain|no dictionary$(q)" - diff --git a/Event/xAOD/xAODCaloRings/cmt/Makefile.RootCore b/Event/xAOD/xAODCaloRings/cmt/Makefile.RootCore deleted file mode 100644 index 86fafc3dae7966e003f642375e673108f3e38cb7..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODCaloRings/cmt/Makefile.RootCore +++ /dev/null @@ -1,25 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODCaloRings -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -DASGTOOL_STANDALONE -DROOT_GE_6_00 -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks EventPrimitives GeoPrimitives AsgTools xAODBase xAODCore CaloGeoHelpers -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common - diff --git a/Event/xAOD/xAODCaloRings/cmt/requirements b/Event/xAOD/xAODCaloRings/cmt/requirements deleted file mode 100644 index 9dc2b83cb86cdba3118bb9af7bc020b9c1e48887..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODCaloRings/cmt/requirements +++ /dev/null @@ -1,43 +0,0 @@ -package xAODCaloRings - -author Werner S. Freund <wsfreund@cern.ch> - -public - -# Central package(s): -use AtlasPolicy AtlasPolicy-* -use SGTools SGTools-* Control -use AthContainers AthContainers-* Control -use AtlasROOT AtlasROOT-* External -use AthLinks AthLinks-* Control -#use CxxUtils CxxUtils-* Control -use AsgTools AsgTools-* Control/AthToolSupport - -# Helper packages: -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter - -# EDM package(s): -use xAODCore xAODCore-* Event/xAOD - -private -end_private - -branches xAODCaloRings Root - -#apply_pattern declare_python_modules files="*.py" - -# Specify to cmake that this package has non-standard headers (transparent to CMT) -apply_pattern cmake_add_command command="athena_install_nonstandard_headers(xAODCaloRings/versions)" - -library xAODCaloRings ../Root/*.cxx -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External - -apply_pattern lcgdict dict=xAODCaloRings selectionfile=selection.xml \ - headerfiles="../xAODCaloRings/xAODCaloRingsDict.h" \ - extralibfiles=../Root/dict/*.cxx -end_private - - diff --git a/Event/xAOD/xAODCaloRingsAthenaPool/cmt/requirements b/Event/xAOD/xAODCaloRingsAthenaPool/cmt/requirements deleted file mode 100644 index 0ebeefa1ee8cd07f2ad83c59bea568c1884819ec..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODCaloRingsAthenaPool/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package xAODCaloRingsAthenaPool - -author Werner S. Freund <wsfreund@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Base package(s): -#use GaudiInterface GaudiInterface-* External -#use AthContainers AthContainers-* Control -#use AthenaKernel AthenaKernel-* Control - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -# EDM package(s): -use xAODCaloRings xAODCaloRings-* Event/xAOD - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::CaloRingsContainer \ - xAOD::CaloRingsAuxContainer \ - xAOD::RingSetContainer \ - xAOD::RingSetAuxContainer \ - xAOD::RingSetConfContainer \ - xAOD::RingSetConfAuxContainer" \ - files="-s=${xAODCaloRings_root}/xAODCaloRings \ - CaloRingsContainer.h \ - CaloRingsAuxContainer.h \ - RingSetContainer.h \ - RingSetAuxContainer.h \ - RingSetConfContainer.h \ - RingSetConfAuxContainer.h" \ - cnv_pfx="xAOD" - diff --git a/Event/xAOD/xAODCnvInterfaces/cmt/requirements b/Event/xAOD/xAODCnvInterfaces/cmt/requirements deleted file mode 100644 index 1a060cf42f9c8f439fa5a263da05d9d4e9aa70b9..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODCnvInterfaces/cmt/requirements +++ /dev/null @@ -1,11 +0,0 @@ -package xAODCnvInterfaces -# $Id: requirements 727528 2016-03-03 17:41:08Z krasznaa $ - -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -apply_pattern cmake_add_command command=metalibrary diff --git a/Event/xAOD/xAODCoreAthenaPool/cmt/requirements b/Event/xAOD/xAODCoreAthenaPool/cmt/requirements deleted file mode 100644 index 03cc63a4dad64678d2d595563ddb1c2936f5f022..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODCoreAthenaPool/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package xAODCoreAthenaPool -# $Id: requirements 769660 2016-08-23 15:51:19Z krasznaa $ - -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Core package(s): -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control - -# POOL package(s): -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -# EDM package(s): -use xAODCore xAODCore-* Event/xAOD - -# Declare the POOL converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::AuxInfoBase \ - xAOD::AuxContainerBase \ - xAOD::ShallowAuxContainer \ - xAOD::ShallowAuxInfo" \ - files="-s=${xAODCore_root}/xAODCore \ - AuxInfoBase.h \ - AuxContainerBase.h \ - ShallowAuxContainer.h \ - ShallowAuxInfo.h" \ - cnv_pfx="xAOD" - diff --git a/Event/xAOD/xAODCoreCnv/cmt/requirements b/Event/xAOD/xAODCoreCnv/cmt/requirements deleted file mode 100644 index be7aa53adb7ee14294c385e47feaf99bce500ae3..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODCoreCnv/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package xAODCoreCnv -# $Id: requirements 751107 2016-05-31 11:23:23Z krasznaa $ - -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Base package(s): -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control -use AthContainersInterfaces AthContainersInterfaces-* Control -use AthLinks AthLinks-* Control -use SGTools SGTools-* Control - -# EDM package(s): -use xAODCore xAODCore-* Event/xAOD - -end_private - -# Declare the library: -library xAODCoreCnv *.cxx components/*.cxx -apply_pattern component_library - -# Install the jobOptions: -apply_pattern declare_joboptions files=*.py diff --git a/Event/xAOD/xAODCutFlow/cmt/Makefile.RootCore b/Event/xAOD/xAODCutFlow/cmt/Makefile.RootCore deleted file mode 100644 index df6542aa98352cec48921638728a0d1cc56953f5..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODCutFlow/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODCutFlow -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODCore -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODCutFlow/cmt/requirements b/Event/xAOD/xAODCutFlow/cmt/requirements deleted file mode 100644 index b3c10c53770b9830f8015829d4541ceb7828c402..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODCutFlow/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -## automatically generated CMT requirements file -package xAODCutFlow -author kkoeneke - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use xAODCore xAODCore-* Event/xAOD -use AtlasROOT AtlasROOT-* External - -private -use AtlasROOT AtlasROOT-* External -use AtlasReflex AtlasReflex-* External -end_private - -branches Root - -# create an installed library, i.e., one where others can inherit from -library xAODCutFlow ../Root/*.cxx -apply_pattern installed_library - -private -apply_pattern lcgdict dict=xAODCutFlow selectionfile=selection.xml \ - headerfiles="../xAODCutFlow/xAODCutFlowDict.h" \ - extralibfiles=../Root/dict/*.cxx -end_private diff --git a/Event/xAOD/xAODCutFlowAthenaPool/cmt/requirements b/Event/xAOD/xAODCutFlowAthenaPool/cmt/requirements deleted file mode 100644 index 35b6d0cd9a12511e502e99ce1668cf467f99771b..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODCutFlowAthenaPool/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -## automatically generated CMT requirements file -package xAODCutFlowAthenaPool -author kkoeneke - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -private -## for gaudi tools, services and objects -#use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -# EDM package(s): -use xAODCutFlow xAODCutFlow-* Event/xAOD - - - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::CutBookkeeperContainer \ - xAOD::CutBookkeeperAuxContainer" \ - files="-s=${xAODCutFlow_root}/xAODCutFlow \ - CutBookkeeperContainer.h \ - CutBookkeeperAuxContainer.h" \ - cnv_pfx="xAOD" -end_private diff --git a/Event/xAOD/xAODEgamma/cmt/Makefile.RootCore b/Event/xAOD/xAODEgamma/cmt/Makefile.RootCore deleted file mode 100644 index 7912ff1db46891e0f18693bcf5f52ac742ea9b41..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODEgamma/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODEgamma -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks EventPrimitives GeoPrimitives xAODBase xAODCore xAODTracking xAODCaloEvent xAODTruth xAODPrimitives CxxUtils -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODEgamma/cmt/requirements b/Event/xAOD/xAODEgamma/cmt/requirements deleted file mode 100644 index 0fb9d56bf00b141db3b000758d2fc9df72987217..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODEgamma/cmt/requirements +++ /dev/null @@ -1,41 +0,0 @@ -package xAODEgamma - -author Jovan Mitrevski <Jovan.Mitrevski@cern.ch> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> -author Christos Anastopoulos <Christos.Anastopoulos@cern.ch> -author Anthony Morley <Anthony.Morley@cern.ch> -author Bruno Lenzi <Bruno.Lenzi@cern.ch> - -public - -# Central package(s): -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use AtlasROOT AtlasROOT-* External -use AthLinks AthLinks-* Control -use CxxUtils CxxUtils-* Control - -# EDM package(s): -use xAODBase xAODBase-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODPrimitives xAODPrimitives-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD - -#Eigen/Amg includes -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription - -library xAODEgamma ../Root/*.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External - -apply_pattern lcgdict dict=xAODEgamma selectionfile=selection.xml \ - headerfiles="../xAODEgamma/xAODEgammaDict.h" \ - extralibfiles=../Root/dict/*.cxx - -apply_pattern do_genCLIDDB library=xAODEgamma diff --git a/Event/xAOD/xAODEgammaAthenaPool/cmt/requirements b/Event/xAOD/xAODEgammaAthenaPool/cmt/requirements deleted file mode 100644 index b6a9fb09dc4f381c1e6d5940281f7134ae73125a..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODEgammaAthenaPool/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package xAODEgammaAthenaPool -# $Id: requirements 619884 2014-10-03 15:00:40Z christos $ - -author Jovan Mitrevski <Jovan.Mitrevski@cern.ch> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Base package(s): -use GaudiInterface GaudiInterface-* External -use AthContainers AthContainers-* Control -use AthenaKernel AthenaKernel-* Control - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -# EDM package(s): -use xAODEgamma xAODEgamma-* Event/xAOD - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::ElectronContainer \ - xAOD::ElectronAuxContainer \ - xAOD::PhotonContainer \ - xAOD::PhotonAuxContainer" \ - files="-s=${xAODEgamma_root}/xAODEgamma \ - ElectronContainer.h \ - ElectronAuxContainer.h \ - PhotonContainer.h \ - PhotonAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODEgammaCnv/cmt/requirements b/Event/xAOD/xAODEgammaCnv/cmt/requirements deleted file mode 100644 index 144d7e577cb6295abfd0294c9d5b38c9608d268b..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODEgammaCnv/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package xAODEgammaCnv - -author Anthony.Morley@cern.ch - -# Base package(s): - -public -use AtlasPolicy AtlasPolicy-* -use DataModel DataModel-* Control -use GaudiInterface GaudiInterface-* External -use xAODEgamma xAODEgamma-* Event/xAOD - -private -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use Particle Particle-* Reconstruction -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon -use egammaEvent egammaEvent-* Reconstruction/egamma -use xAODTracking xAODTracking-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use FourMom FourMom-* Event - -end_private - -# Make a component library: -library xAODEgammaCnv *.cxx components/*.cxx -apply_pattern component_library - -# Install the additinal files -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" diff --git a/Event/xAOD/xAODEventFormat/cmt/Makefile.RootCore b/Event/xAOD/xAODEventFormat/cmt/Makefile.RootCore deleted file mode 100644 index bd2aa304eeb532a886bc6cedb3f17df4f3c3b963..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODEventFormat/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODEventFormat -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = xAODCore -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODEventFormat/cmt/requirements b/Event/xAOD/xAODEventFormat/cmt/requirements deleted file mode 100644 index 806cff4c0244b87102d6198a401c4a0eb4035c6c..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODEventFormat/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package xAODEventFormat -# $Id: requirements 630571 2014-11-24 12:26:13Z krasznaa $ - -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# General include(s): -use AtlasPolicy AtlasPolicy-* - -# xAOD include(s): -use xAODCore xAODCore-* Event/xAOD - -# Create the library: -library xAODEventFormat ../Root/*.cxx -apply_pattern installed_library - -private - -# Extra packages needed for the dictionary: -use AtlasROOT AtlasROOT-* External -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Generate the necessary Reflex dictionaries: -apply_pattern lcgdict dict=xAODEventFormat selectionfile=selection.xml \ - headerfiles="../xAODEventFormat/xAODEventFormatDict.h" diff --git a/Event/xAOD/xAODEventFormatAthenaPool/cmt/requirements b/Event/xAOD/xAODEventFormatAthenaPool/cmt/requirements deleted file mode 100644 index 8b3dbe7696681a891e150e22370489e30bee2223..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODEventFormatAthenaPool/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -package xAODEventFormatAthenaPool -# $Id: requirements 568297 2013-11-01 13:47:59Z krasznaa $ - -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -# EDM package(s): -use xAODEventFormat xAODEventFormat-* Event/xAOD - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::EventFormat" \ - files="-s=${xAODEventFormat_root}/xAODEventFormat \ - EventFormat.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODEventFormatCnv/cmt/requirements b/Event/xAOD/xAODEventFormatCnv/cmt/requirements deleted file mode 100644 index 7046aad95ed63c89660a3ae8b9b2b11292ca633c..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODEventFormatCnv/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package xAODEventFormatCnv -# $Id: requirements 655221 2015-03-18 21:27:44Z cranshaw $ - -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -# Base package(s): -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -# xAOD package(s): -use xAODEventFormat xAODEventFormat-* Event/xAOD - -private - -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaPoolKernel AthenaPoolKernel-* Database/AthenaPOOL -use AthenaKernel AthenaKernel-* Control -use StoreGate StoreGate-* Control -use AthContainers AthContainers-* Control - -end_private - -# Make a component library: -library xAODEventFormatCnv *.cxx components/*.cxx -apply_pattern component_library diff --git a/Event/xAOD/xAODEventInfo/cmt/Makefile.RootCore b/Event/xAOD/xAODEventInfo/cmt/Makefile.RootCore deleted file mode 100644 index 34a1c6a46bae4dce2623c66a2b05f90a8e7fcebd..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODEventInfo/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODEventInfo -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODCore -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODEventInfo/cmt/requirements b/Event/xAOD/xAODEventInfo/cmt/requirements deleted file mode 100644 index 2d7e7c9252cf7965184b47903b6fd8244431a47c..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODEventInfo/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package xAODEventInfo -# $Id: requirements 744185 2016-05-02 09:31:12Z krasznaa $ - -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -# Base package(s): -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control - -# EDM package(s): -use xAODCore xAODCore-* Event/xAOD - -library xAODEventInfo ../Root/*.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External -use AtlasROOT AtlasROOT-* External - -apply_pattern lcgdict dict=xAODEventInfo selectionfile=selection.xml \ - headerfiles="../xAODEventInfo/xAODEventInfoDict.h" \ - extralibfiles="../Root/dict/*.cxx" \ - extraselection="selectionAthSuppress.xml" - -# Declare the unit test(s) of the package: -use TestTools TestTools-* AtlasTest - -apply_pattern UnitTest_run unit_test=ut_xaodeventinfo_evtstore -apply_pattern UnitTest_run unit_test=ut_xaodeventinfo_printop -apply_pattern UnitTest_run unit_test=ut_xaodeventinfo_subevent diff --git a/Event/xAOD/xAODEventInfoAthenaPool/cmt/requirements b/Event/xAOD/xAODEventInfoAthenaPool/cmt/requirements deleted file mode 100644 index fada7fe77d7ed6b03992b9e37ada9c26e404bd53..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODEventInfoAthenaPool/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package xAODEventInfoAthenaPool -# $Id: requirements 594317 2014-04-25 17:36:58Z krasznaa $ - -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -# EDM package(s): -use xAODEventInfo xAODEventInfo-* Event/xAOD - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::EventInfo xAOD::EventAuxInfo\ - xAOD::EventInfoContainer \ - xAOD::EventInfoAuxContainer" \ - files="-s=${xAODEventInfo_root}/xAODEventInfo \ - EventInfo.h EventAuxInfo.h \ - EventInfoContainer.h \ - EventInfoAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODEventInfoCnv/cmt/requirements b/Event/xAOD/xAODEventInfoCnv/cmt/requirements deleted file mode 100644 index 7e236e7a942b1112766deacf45b8a1ac68786f5d..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODEventInfoCnv/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package xAODEventInfoCnv -# $Id: requirements 769747 2016-08-24 08:07:58Z will $ - -author Attila Krasznahorkay - -public - -use AtlasPolicy AtlasPolicy-* - -use xAODCnvInterfaces xAODCnvInterfaces-* Event/xAOD - -private - -use GaudiInterface GaudiInterface-* External - -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control - -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -#use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use_ifndef pplist="XAOD_ANALYSIS" pkg="InnerDetector/InDetConditions/InDetBeamSpotService" -#use LumiBlockComps LumiBlockComps-* LumiBlock -use_ifndef pplist="XAOD_ANALYSIS" pkg="LumiBlock/LumiBlockComps" - -use xAODEventInfo xAODEventInfo-* Event/xAOD -use EventInfo EventInfo-* Event - -use xAODTruth xAODTruth-* Event/xAOD - - -end_private - -# Declare the library: -library xAODEventInfoCnv *.cxx components/*.cxx -apply_pattern component_library - -# Install the additional files: -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" diff --git a/Event/xAOD/xAODEventShape/cmt/Makefile.RootCore b/Event/xAOD/xAODEventShape/cmt/Makefile.RootCore deleted file mode 100644 index 89c214192dc3bd5f45d7824434e4e692dd4844bc..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODEventShape/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODEventShape -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers xAODCore -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODEventShape/cmt/requirements b/Event/xAOD/xAODEventShape/cmt/requirements deleted file mode 100644 index 263f23a19755213351f90bd79224ae2f1aaa8827..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODEventShape/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package xAODEventShape -# $Id: requirements 744251 2016-05-02 15:37:06Z krasznaa $ - -author P-A Delsart <delsart in2p3 fr> - -public - -# General include(s): -use AtlasPolicy AtlasPolicy-* - -# EDM include(s): -use AthContainers AthContainers-* Control -use xAODCore xAODCore-* Event/xAOD - -# Create the library: -library xAODEventShape ../Root/*.cxx -apply_pattern installed_library - -private - -# Extra packages needed for the dictionary: -use AtlasROOT AtlasROOT-* External -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Generate the necessary Reflex dictionaries: -apply_pattern lcgdict dict=xAODEventShape selectionfile=selection.xml \ - headerfiles="../xAODEventShape/xAODEventShapeDict.h" - -apply_pattern do_genCLIDDB library=xAODEventShape diff --git a/Event/xAOD/xAODEventShapeAthenaPool/cmt/requirements b/Event/xAOD/xAODEventShapeAthenaPool/cmt/requirements deleted file mode 100644 index d3ffa02b009e7af7703f3e210cba1c39e01bd37f..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODEventShapeAthenaPool/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package xAODEventShapeAthenaPool -# $Id: requirements 632142 2014-11-29 12:59:50Z krasznaa $ - -author P-A Delsart <delsart in2p3. fr> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -# EDM package(s): -use xAODEventShape xAODEventShape-* Event/xAOD - -#use JetRec JetRec-* Reconstruction/Jet - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::EventShape xAOD::EventShapeAuxInfo" \ - files="-s=${xAODEventShape_root}/xAODEventShape \ - EventShape.h EventShapeAuxInfo.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODForward/cmt/Makefile.RootCore b/Event/xAOD/xAODForward/cmt/Makefile.RootCore deleted file mode 100644 index 7473cb964a6bb5e63d4606859518930115bd22ce..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODForward/cmt/Makefile.RootCore +++ /dev/null @@ -1,60 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = xAODForward - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = AthContainers AthLinks xAODCore xAODBase xAODTrigL1Calo - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 1 - -# the list of all unit tests that should be called in recursive testing, -# i.e. in unit tests that call other unit tests -# for that unit tests need to pass on all machines, and run very fast -PACKAGE_RECURSIVE_UT = - - -include $(ROOTCOREDIR)/Makefile-common - diff --git a/Event/xAOD/xAODForward/cmt/requirements b/Event/xAOD/xAODForward/cmt/requirements deleted file mode 100644 index d1f6295a679438dfcd8bc6e8cb1d058fb07f1435..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODForward/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package xAODForward -# $Id: requirements 766963 2016-08-08 20:07:09Z ggach $ - -author Libor Nozka <libor.nozka@cern.ch> -author Peter Steinberg <peter.steinberg@bnl.gov> -author Andrzej Zemla <azemla@cern.ch> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -# use xAODBase xAODBase-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODTrigL1Calo xAODTrigL1Calo-* Event/xAOD - -library xAODForward ../Root/*.cxx -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External -use AtlasROOT AtlasROOT-* External - -apply_pattern lcgdict dict=xAODForward selectionfile=selection.xml \ - headerfiles="../xAODForward/xAODForwardDict.h" \ - extralibfiles=../Root/dict/*.cxx - -apply_pattern do_genCLIDDB library=xAODForward - - diff --git a/Event/xAOD/xAODForwardAthenaPool/cmt/requirements b/Event/xAOD/xAODForwardAthenaPool/cmt/requirements deleted file mode 100644 index 3e48113abf0d10a30271737882ca6d785306a0e2..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODForwardAthenaPool/cmt/requirements +++ /dev/null @@ -1,52 +0,0 @@ -package xAODForwardAthenaPool - -author Libor Nozka <libor.nozka@cern.ch> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> -author Peter Steinberg <Peter.Steinberg@bnl.gov> -author Andrzej Zemla <azemla@cern.ch> -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -# EDM package(s): -use xAODForward xAODForward-* Event/xAOD -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::ALFADataContainer\ - xAOD::ALFADataAuxContainer\ - xAOD::AFPDataContainer\ - xAOD::AFPDataAuxContainer\ - xAOD::AFPSiHitContainer\ - xAOD::AFPSiHitAuxContainer\ - xAOD::AFPTrackContainer\ - xAOD::AFPTrackAuxContainer\ - xAOD::ZdcModuleContainer\ - xAOD::ZdcModuleAuxContainer\ - xAOD::MBTSModuleContainer\ - xAOD::MBTSModuleAuxContainer\ - xAOD::ForwardEventInfoContainer\ - xAOD::ForwardEventInfoAuxContainer" \ - files="-s=${xAODForward_root}/xAODForward \ - ALFADataContainer.h \ - ALFADataAuxContainer.h \ - AFPDataContainer.h \ - AFPDataAuxContainer.h \ - AFPSiHitContainer.h \ - AFPSiHitAuxContainer.h \ - AFPTrackContainer.h \ - AFPTrackAuxContainer.h \ - ZdcModuleContainer.h \ - ZdcModuleAuxContainer.h \ - MBTSModuleContainer.h \ - MBTSModuleAuxContainer.h \ - ForwardEventInfoContainer.h \ - ForwardEventInfoAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODForwardCnv/cmt/requirements b/Event/xAOD/xAODForwardCnv/cmt/requirements deleted file mode 100644 index 57d798a71ba524c1256ae3c46f5e191dc01cd620..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODForwardCnv/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package xAODForwardCnv - -author azemla@cern.ch - -# Base package(s): - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use xAODForward xAODForward-* Event/xAOD -#old EDM packages -use TileEvent TileEvent-* TileCalorimeter -use TileIdentifier TileIdentifier-* TileCalorimeter -private -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -end_private - -# Make a component library: -library xAODForwardCnv *.cxx components/*.cxx -apply_pattern component_library - -# Install the additinal files -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" diff --git a/Event/xAOD/xAODHIEvent/cmt/Makefile.RootCore b/Event/xAOD/xAODHIEvent/cmt/Makefile.RootCore deleted file mode 100644 index 1712ad38b1f4e0a0dc3aa06ae14f5ebacb54121f..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODHIEvent/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODHIEvent -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers xAODCore -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODHIEvent/cmt/requirements b/Event/xAOD/xAODHIEvent/cmt/requirements deleted file mode 100644 index 2f463eb998419ba14743e1930231965306ba0207..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODHIEvent/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package xAODHIEvent - -author Anne Sickles <sickles@illinois.edu> - -# Base package(s): -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -#use SGTools SGTools-* Control - -# EDM package(s): -use xAODCore xAODCore-* Event/xAOD - -library xAODHIEvent ../Root/*.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External -use AtlasROOT AtlasROOT-* External - -apply_pattern lcgdict dict=xAODHIEvent selectionfile=selection.xml \ - headerfiles="../xAODHIEvent/xAODHIEventDict.h" \ - extralibfiles=../Root/dict/*.cxx - -apply_pattern do_genCLIDDB library=xAODHIEvent diff --git a/Event/xAOD/xAODHIEventAthenaPool/cmt/requirements b/Event/xAOD/xAODHIEventAthenaPool/cmt/requirements deleted file mode 100644 index c3c6416f05cbea82ce8fd87e04edb0de9a298134..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODHIEventAthenaPool/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package xAODHIEventAthenaPool -# $Id: requirements 693658 2015-09-08 10:00:53Z krasznaa $ - -author Anne Sickles <sickles@illinois.edu> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Base package(s): -use AthenaKernel AthenaKernel-* Control - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -# EDM package(s): -use AthContainers AthContainers-* Control -use xAODHIEvent xAODHIEvent-* Event/xAOD - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::HIEventShapeContainer \ - xAOD::HIEventShapeAuxContainer" \ - files="-s=${xAODHIEvent_root}/xAODHIEvent \ - HIEventShapeContainer.h \ - HIEventShapeAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODHIEventCnv/cmt/requirements b/Event/xAOD/xAODHIEventCnv/cmt/requirements deleted file mode 100644 index 0a16f4dce1be7b9067073c0001c33279511559c2..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODHIEventCnv/cmt/requirements +++ /dev/null @@ -1,7 +0,0 @@ -package xAODHIEventCnv - -author Anne Sickles <sickles@illinois.edu> - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - diff --git a/Event/xAOD/xAODHIEventCnv/cmt/version.cmt b/Event/xAOD/xAODHIEventCnv/cmt/version.cmt deleted file mode 100644 index 120752da481952824962d8aa4ec87c53835c27b9..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODHIEventCnv/cmt/version.cmt +++ /dev/null @@ -1 +0,0 @@ -00-00-01 diff --git a/Event/xAOD/xAODJet/cmt/Makefile.RootCore b/Event/xAOD/xAODJet/cmt/Makefile.RootCore deleted file mode 100644 index e209454266f2632c20f1afaf696147dd2f8e5bcc..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODJet/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODJet -PACKAGE_PRELOAD = GenVector -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODBase xAODCore xAODTrigger xAODBTagging xAODCaloEvent xAODPFlow -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODJet/cmt/requirements b/Event/xAOD/xAODJet/cmt/requirements deleted file mode 100644 index f06c8a01dfec5be27dbdb492356d98fc2bffdffd..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODJet/cmt/requirements +++ /dev/null @@ -1,45 +0,0 @@ -package xAODJet - -author Pierre-Antoine Delsart <delsart@in2p3.fr> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Central package(s): -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use AtlasROOT AtlasROOT-* External - -# EDM package(s): -use xAODBase xAODBase-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use_ifndef pplist="SIMULATIONBASE" pkg="Event/xAOD/xAODTrigger" -use_ifndef pplist="SIMULATIONBASE" pkg="Event/xAOD/xAODBTagging" - -# We need the GenVector library: -apply_tag ROOTGenVectorLibs - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS GenVector)" - -library xAODJet ../Root/*.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use_ifndef pplist="SIMULATIONBASE" pkg="Event/xAOD/xAODPFlow" -use CxxUtils CxxUtils-* Control -use SGTools SGTools-* Control - -apply_pattern lcgdict dict=xAODJet selectionfile=selection.xml \ - headerfiles="../xAODJet/xAODJetDict.h" \ - extralibfiles=../Root/dict/*.cxx - -use TestTools TestTools-* AtlasTest -apply_pattern UnitTest_run unit_test=xAODJet_Jet - -apply_pattern do_genCLIDDB library=xAODJet - diff --git a/Event/xAOD/xAODJetAthenaPool/cmt/requirements b/Event/xAOD/xAODJetAthenaPool/cmt/requirements deleted file mode 100644 index 42697fbc3e96def2423f43bfde896d7ea6ee8157..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODJetAthenaPool/cmt/requirements +++ /dev/null @@ -1,50 +0,0 @@ -package xAODJetAthenaPool -# $Id: requirements 676007 2015-06-17 14:30:45Z delsart $ - -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Base package(s): -#use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control - -use AtlasROOT AtlasROOT-* External - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -# EDM package(s): -use xAODJet xAODJet-* Event/xAOD - -# Declare the pool converter(s): -#apply_pattern poolcnv typesWithNamespace="xAOD::JetContainer \ -# xAOD::JetAuxContainer \ -# xAOD::JetTrigAuxContainer" \ -# files="-s=${xAODJet_root}/xAODJet \ -# JetContainer.h \ -# JetAuxContainer.h \ -# JetTrigAuxContainer.h" \ -# cnv_pfx="xAOD" -macro xAODJetConvTypes "xAOD::JetContainer \ - xAOD::JetAuxContainer \ - xAOD::JetTrigAuxContainer" \ - AthSimulationBase "xAOD::JetContainer \ - xAOD::JetAuxContainer" -macro xAODJetConvFiles "-s=${xAODJet_root}/xAODJet \ - JetContainer.h \ - JetAuxContainer.h \ - JetTrigAuxContainer.h" \ - AthSimulationBase "-s=${xAODJet_root}/xAODJet \ - JetContainer.h \ - JetAuxContainer.h" -apply_pattern poolcnv typesWithNamespace=${xAODJetConvTypes} \ - files=${xAODJetConvFiles} \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODJetCnv/cmt/requirements b/Event/xAOD/xAODJetCnv/cmt/requirements deleted file mode 100644 index d0c192316f15b360f2cb25d67dfa55a6369b2e28..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODJetCnv/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -## automatically generated CMT requirements file -package xAODJetCnv -author delsart - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External -## put here your package dependencies... -use AthLinks AthLinks-* Control -use xAODJet xAODJet-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD - -## - -branches src src/components doc python share - -private - -use JetEvent JetEvent-* Reconstruction/Jet -use StoreGate StoreGate-* Control - -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control - -## default is to make component library -library xAODJetCnv *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -end_private - - diff --git a/Event/xAOD/xAODLuminosity/cmt/Makefile.RootCore b/Event/xAOD/xAODLuminosity/cmt/Makefile.RootCore deleted file mode 100644 index 0c87f8e3cc0c452829d165427f48caadfc328d91..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODLuminosity/cmt/Makefile.RootCore +++ /dev/null @@ -1,54 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = xAODLuminosity - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = AthContainers xAODCore - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 1 - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODLuminosity/cmt/requirements b/Event/xAOD/xAODLuminosity/cmt/requirements deleted file mode 100644 index a97c50dbf2cfe231759fb968b5ad2f4bdb9d91d2..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODLuminosity/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package xAODLuminosity - -author Marjorie Shapiro <mdshapiro@lbl.gov> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Central package(s): -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control - -# xAOD package(s): -use xAODCore xAODCore-* Event/xAOD - -# Build an installed library: -library xAODLuminosity ../Root/*.cxx -apply_pattern installed_library - -private - -use AthLinks AthLinks-* Control - -# Build a Reflex dictionary for the EDM types: -use AtlasReflex AtlasReflex-* External - -apply_pattern lcgdict dict=xAODLuminosity selectionfile=selection.xml \ - headerfiles="../xAODLuminosity/xAODLuminosityDict.h" \ - extralibfiles=../Root/dict/*.cxx - -apply_pattern do_genCLIDDB library=xAODLuminosity diff --git a/Event/xAOD/xAODLuminosityAthenaPool/cmt/requirements b/Event/xAOD/xAODLuminosityAthenaPool/cmt/requirements deleted file mode 100644 index e46ac8110bfa04e6e1479234202c26dd0dfe25c7..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODLuminosityAthenaPool/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package xAODLuminosityAthenaPool -# $Id: requirements 647515 2015-02-17 14:55:12Z krasznaa $ - -author Marjorie Shapiro <mdshapiro@lbl.gov> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -#use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -# EDM package(s): -use xAODLuminosity xAODLuminosity-* Event/xAOD - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::LumiBlockRangeContainer \ - xAOD::LumiBlockRangeAuxContainer" \ - files="-s=${xAODLuminosity_root}/xAODLuminosity \ - LumiBlockRangeContainer.h \ - LumiBlockRangeAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODMetaData/cmt/Makefile.RootCore b/Event/xAOD/xAODMetaData/cmt/Makefile.RootCore deleted file mode 100644 index a3c5d54edfdb007531261201925a9b857add3bd4..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODMetaData/cmt/Makefile.RootCore +++ /dev/null @@ -1,54 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = xAODMetaData - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = AthContainers xAODCore - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 1 - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODMetaData/cmt/requirements b/Event/xAOD/xAODMetaData/cmt/requirements deleted file mode 100644 index 6dca449dd9e79dfacc38704c547df58975c62120..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODMetaData/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package xAODMetaData -# $Id: requirements 761521 2016-07-13 07:27:10Z krasznaa $ - -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - -use AthContainers AthContainers-* Control -use xAODCore xAODCore-* Event/xAOD - -# Generate an installed library from the code: -library xAODMetaData ../Root/*.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External - -# Generate a dictionary for the package: -apply_pattern lcgdict dict=xAODMetaData selectionfile=selection.xml \ - headerfiles="../xAODMetaData/xAODMetaDataDict.h" - -# Build the unit test(s) of the package: -use TestTools TestTools-* AtlasTest -apply_pattern UnitTest_run unit_test=ut_xAODFileMetaData_MetaDataType - -apply_pattern do_genCLIDDB library=xAODMetaData diff --git a/Event/xAOD/xAODMetaDataAthenaPool/cmt/requirements b/Event/xAOD/xAODMetaDataAthenaPool/cmt/requirements deleted file mode 100644 index a6097461baabede50ca31a650360ca9134fe4179..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODMetaDataAthenaPool/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -package xAODMetaDataAthenaPool -# $Id: requirements 670166 2015-05-27 12:05:55Z krasznaa $ - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -# EDM package(s): -use xAODMetaData xAODMetaData-* Event/xAOD - -# Declare the POOL converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::FileMetaData \ - xAOD::FileMetaDataAuxInfo" \ - files="-s=${xAODMetaData_root}/xAODMetaData \ - FileMetaData.h \ - FileMetaDataAuxInfo.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODMetaDataCnv/cmt/Makefile.RootCore b/Event/xAOD/xAODMetaDataCnv/cmt/Makefile.RootCore deleted file mode 100644 index 76dcd13bcdda7e4a632f75c3d99adad95194c788..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODMetaDataCnv/cmt/Makefile.RootCore +++ /dev/null @@ -1,54 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = xAODMetaDataCnv - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = xAODMetaData AsgTools - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 1 - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODMetaDataCnv/cmt/requirements b/Event/xAOD/xAODMetaDataCnv/cmt/requirements deleted file mode 100644 index aa2c23e774087bae453a84694195bc732460d962..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODMetaDataCnv/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package xAODMetaDataCnv -# $Id: requirements 744578 2016-05-03 16:26:20Z krasznaa $ - -public - -# Base dependencies: -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaPoolKernel AthenaPoolKernel-* Database/AthenaPOOL - -# Tool dependencies: -use AsgTools AsgTools-* Control/AthToolSupport - -# EDM dependencies: -use xAODMetaData xAODMetaData-* Event/xAOD - -private - -# Base dependencies: -use AthenaKernel AthenaKernel-* Control -use EventInfo EventInfo-* Event - -# EDM dependencies: -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -# Declare the library: -library xAODMetaDataCnv *.cxx ../Root/*.cxx components/*.cxx -apply_pattern component_library - -# Install the jobOptions of the package: -apply_pattern declare_joboptions files=*.py - diff --git a/Event/xAOD/xAODMissingET/cmt/Makefile.RootCore b/Event/xAOD/xAODMissingET/cmt/Makefile.RootCore deleted file mode 100644 index 11c96409342d96a60e81279e60a1263d3d9d39b8..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODMissingET/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODMissingET -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -lboost_unit_test_framework -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODBase xAODCore xAODCaloEvent xAODTracking xAODJet xAODRootAccess xAODEventFormat xAODTruth -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODMissingET/cmt/requirements b/Event/xAOD/xAODMissingET/cmt/requirements deleted file mode 100644 index e10e464cba8d361aa6ec7f2fd3a3ac6d8ad5c698..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODMissingET/cmt/requirements +++ /dev/null @@ -1,42 +0,0 @@ -package xAODMissingET -author Peter Loch <loch_AT_physics.arizona.edu> - -public - -# Central package(s): -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control - -# EDM package(s): -use xAODBase xAODBase-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD - -use AtlasROOT AtlasROOT-* External - -# Utility packages -use AtlasBoost AtlasBoost-* External - -library xAODMissingET ../Root/*.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External - -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODPFlow xAODPFlow-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD - -apply_pattern lcgdict dict=xAODMissingET selectionfile=selection.xml \ - headerfiles="../xAODMissingET/xAODMissingETDict.h" \ - extralibfiles=../Root/dict/*.cxx - -use TestTools TestTools-* AtlasTest - -apply_pattern UnitTest_run unit_test=../test/edm - -macro_append DOXYGEN_INPUT ../xAODMissingET/versions -macro DOXYGEN_USE_MATHJAX "" Doxygen "USE_MATHJAX = YES" diff --git a/Event/xAOD/xAODMissingETAthenaPool/cmt/requirements b/Event/xAOD/xAODMissingETAthenaPool/cmt/requirements deleted file mode 100644 index 89e341d2d8ce0ceefc4aaab093bab3069881c330..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODMissingETAthenaPool/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package xAODMissingETAthenaPool - -author Peter Loch <loch_AT_physics.arizona.edu> -author Teng Jian Khoo <Teng.Jian.Khoo@cern.ch> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Base package(s): -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -# EDM package(s): -use xAODMissingET xAODMissingET-* Event/xAOD -use AthContainers AthContainers-* Control - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::MissingETContainer \ - xAOD::MissingETAuxContainer \ - xAOD::MissingETComponentMap \ - xAOD::MissingETAuxComponentMap \ - xAOD::MissingETAssociationMap \ - xAOD::MissingETAuxAssociationMap" \ - files="-s=${xAODMissingET_root}/xAODMissingET \ - MissingETContainer.h \ - MissingETAuxContainer.h \ - MissingETComponentMap.h \ - MissingETAuxComponentMap.h \ - MissingETAssociationMap.h \ - MissingETAuxAssociationMap.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODMissingETCnv/cmt/requirements b/Event/xAOD/xAODMissingETCnv/cmt/requirements deleted file mode 100644 index e044d8a79c84b2de685c08d2e5663ff58fcc22b8..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODMissingETCnv/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package xAODMissingETCnv -# $Id: requirements 586557 2014-03-06 17:56:05Z krasznaa $ - -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Base Gaudi/Athena package(s): -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -# EDM package(s): -use xAODMissingET xAODMissingET-* Event/xAOD - -private - -# Base Gaudi/Athena package(s): -use AthenaBaseComps AthenaBaseComps-* Control - -# EDM package(s): -use MissingETEvent MissingETEvent-* Reconstruction - -end_private - -# Declare the library: -library xAODMissingETCnv *.cxx components/*.cxx -apply_pattern component_library - -# Install the additional files: -apply_pattern declare_joboptions files="*.py" diff --git a/Event/xAOD/xAODMuon/cmt/Makefile.RootCore b/Event/xAOD/xAODMuon/cmt/Makefile.RootCore deleted file mode 100644 index 61cd238d002cd5c96075b39a4531c7b2266b9169..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODMuon/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODMuon -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks MuonIdHelpers xAODBase xAODCore xAODCaloEvent xAODTracking xAODPrimitives -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODMuon/cmt/requirements b/Event/xAOD/xAODMuon/cmt/requirements deleted file mode 100644 index 731f7d117dc06bdad422b9c9547b78539c813041..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODMuon/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package xAODMuon - -author Edward.Moyse@cern.ch - -public -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use MuonIdHelpers MuonIdHelpers-* MuonSpectrometer -#use SGTools SGTools-* Control -#use TrkSegment TrkSegment-* Tracking/TrkEvent -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkSegment" -use xAODBase xAODBase-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODPrimitives xAODPrimitives-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -private -use AtlasROOT AtlasROOT-* External -use AtlasReflex AtlasReflex-* External -end_private - -library xAODMuon ../Root/*.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External - -apply_pattern lcgdict dict=xAODMuon selectionfile=selection.xml \ - headerfiles="../xAODMuon/xAODMuonDict.h" \ - extralibfiles=../Root/dict/*.cxx - -use TestTools TestTools-* AtlasTest - -apply_pattern UnitTest_run unit_test=xAODMuon_Muon - -apply_pattern do_genCLIDDB library=xAODMuon diff --git a/Event/xAOD/xAODMuonAthenaPool/cmt/requirements b/Event/xAOD/xAODMuonAthenaPool/cmt/requirements deleted file mode 100644 index cc6aa7d840d95df980f657f300730d2f7c21249e..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODMuonAthenaPool/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package xAODMuonAthenaPool -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> -author Edward Moyse <Edward.Moyse@cern.ch> - - -public - -public -use AtlasPolicy AtlasPolicy-* -private -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AtlasROOT AtlasROOT-* External -#use GaudiInterface GaudiInterface-* External -use xAODMuon xAODMuon-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::MuonContainer \ - xAOD::MuonAuxContainer \ - xAOD::SlowMuonContainer \ - xAOD::SlowMuonAuxContainer \ - xAOD::MuonSegmentContainer \ - xAOD::MuonSegmentAuxContainer " \ - files="-s=${xAODMuon_root}/xAODMuon \ - MuonContainer.h \ - MuonAuxContainer.h \ - SlowMuonContainer.h \ - SlowMuonAuxContainer.h \ - MuonSegmentContainer.h \ - MuonSegmentAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODMuonCnv/cmt/requirements b/Event/xAOD/xAODMuonCnv/cmt/requirements deleted file mode 100644 index cd5b0bbb6e128f67295bb7f32ddbe6e9f35b1358..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODMuonCnv/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package xAODMuonCnv -# -author Edward.Moyse@cern.ch# - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -public -use AtlasPolicy AtlasPolicy-* -use xAODMuon xAODMuon-* Event/xAOD -use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use AthLinks AthLinks-* Control -private -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use CxxUtils CxxUtils-* Control -use GaudiInterface GaudiInterface-* External -use Particle Particle-* Reconstruction -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use xAODPrimitives xAODPrimitives-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -end_private - -# Make a component library: -library xAODMuonCnv *.cxx components/*.cxx -apply_pattern component_library diff --git a/Event/xAOD/xAODPFlow/cmt/Makefile.RootCore b/Event/xAOD/xAODPFlow/cmt/Makefile.RootCore deleted file mode 100644 index 7d6bcbe90335d7a4337ba8e5f3ff4d8ef543db9f..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODPFlow/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODPFlow -PACKAGE_PRELOAD = GenVector -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODBase xAODCore xAODCaloEvent xAODTracking -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODPFlow/cmt/requirements b/Event/xAOD/xAODPFlow/cmt/requirements deleted file mode 100644 index fc2219a792edb1a67433991170564bc6085cdf14..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODPFlow/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package xAODPFlow - -author Michel Janus <janus@cern.ch> - -# Central package(s): -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use AtlasROOT AtlasROOT-* External - -# The code needs libGenVector.so... -apply_tag ROOTGenVectorLibs - -# EDM package(s): -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use AthLinks AthLinks-* Control - -library xAODPFlow ../Root/*.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External - -apply_pattern lcgdict dict=xAODPFlow selectionfile=selection.xml \ - headerfiles="../xAODPFlow/xAODPFlowDict.h" \ - extralibfiles=../Root/dict/*.cxx diff --git a/Event/xAOD/xAODPFlowAthenaPool/cmt/requirements b/Event/xAOD/xAODPFlowAthenaPool/cmt/requirements deleted file mode 100644 index 8595d7e674832d32fb7512100ed2d3a5277010c4..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODPFlowAthenaPool/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package xAODPFlowAthenaPool -# $Id: requirements 574865 2013-12-10 15:40:41Z krasznaa $ - -author Michel Janus <janus@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Base package(s): -#use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -# EDM package(s): -use xAODPFlow xAODPFlow-* Event/xAOD - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::PFOContainer \ - xAOD::PFOAuxContainer" \ - files="-s=${xAODPFlow_root}/xAODPFlow \ - PFOContainer.h \ - PFOAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODParticleEvent/cmt/Makefile.RootCore b/Event/xAOD/xAODParticleEvent/cmt/Makefile.RootCore deleted file mode 100644 index 39741352220ca62ee4f9f7acc46da2becd3cb2cf..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODParticleEvent/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODParticleEvent -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODBase xAODCore xAODMissingET xAODJet xAODEgamma xAODMuon xAODTau xAODTruth -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODParticleEvent/cmt/requirements b/Event/xAOD/xAODParticleEvent/cmt/requirements deleted file mode 100644 index 0b013dcc9d59e2c31106df5d2b563a81c5ad4802..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODParticleEvent/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package xAODParticleEvent - -author karsten.koeneke@cern.ch - -public -use AtlasPolicy AtlasPolicy-* - -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use xAODBase xAODBase-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODTau xAODTau-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD - -private -use AtlasROOT AtlasROOT-* External -use AtlasReflex AtlasReflex-* External -end_private - -branches Root - -# create an installed library, i.e., one where others can inherit from -library xAODParticleEvent ../Root/*.cxx -apply_pattern installed_library - -private -apply_pattern lcgdict dict=xAODParticleEvent selectionfile=selection.xml \ - headerfiles="../xAODParticleEvent/xAODParticleEventDict.h" \ - extralibfiles=../Root/dict/*.cxx -end_private diff --git a/Event/xAOD/xAODParticleEventAthenaPool/cmt/requirements b/Event/xAOD/xAODParticleEventAthenaPool/cmt/requirements deleted file mode 100644 index e01146ccf023fba3fe8fd653a5a53b53e7738d55..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODParticleEventAthenaPool/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -## automatically generated CMT requirements file -package xAODParticleEventAthenaPool -author kkoeneke - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -private -## for gaudi tools, services and objects -#use GaudiInterface GaudiInterface-* External -use AthContainers AthContainers-* Control -use AthenaKernel AthenaKernel-* Control - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -# EDM package(s): -use xAODParticleEvent xAODParticleEvent-* Event/xAOD - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::ParticleContainer \ - xAOD::ParticleAuxContainer \ - xAOD::CompositeParticleContainer \ - xAOD::CompositeParticleAuxContainer" \ - files="-s=${xAODParticleEvent_root}/xAODParticleEvent \ - ParticleContainer.h \ - ParticleAuxContainer.h \ - CompositeParticleContainer.h \ - CompositeParticleAuxContainer.h" \ - cnv_pfx="xAOD" -end_private diff --git a/Event/xAOD/xAODPrimitives/cmt/Makefile.RootCore b/Event/xAOD/xAODPrimitives/cmt/Makefile.RootCore deleted file mode 100644 index 7684c19305c91bc485c136f1bb068b8f71f3f31c..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODPrimitives/cmt/Makefile.RootCore +++ /dev/null @@ -1,27 +0,0 @@ -# Dear emacs, this is a -*- Makefile -*- -# $Id: Makefile.RootCore 582418 2014-02-10 15:03:46Z krasznaa $ -# -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODPrimitives -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODPrimitives/cmt/requirements b/Event/xAOD/xAODPrimitives/cmt/requirements deleted file mode 100644 index a2c7eb2d55b1f708709f9ca61bdb7614cb2b5e1d..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODPrimitives/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package xAODPrimitives -# $Id: requirements 725506 2016-02-22 14:21:10Z krasznaa $ - -author Edward Moyse <Edward.Moyse@cern.ch> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# General Gaudi/Athena package(s): -use AtlasPolicy AtlasPolicy-* - -# EDM package(s): -use AthContainers AthContainers-* Control - -# Build the library -library xAODPrimitives ../Root/*.cxx -apply_pattern installed_library - - -private -use TestTools TestTools-* AtlasTest -use AtlasReflex AtlasReflex-* External - -apply_pattern UnitTest_run unit_test=ut_xAOD_primitives_enums - -apply_pattern lcgdict dict=xAODPrimitives selectionfile=selection.xml \ - headerfiles="../xAODPrimitives/xAODPrimitivesDict.h" \ - extralibfiles=../Root/dict/*.cxx diff --git a/Event/xAOD/xAODTau/cmt/Makefile.RootCore b/Event/xAOD/xAODTau/cmt/Makefile.RootCore deleted file mode 100644 index 600577e05ba03c4dbb016cdf1b209bcab54023de..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTau/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODTau -PACKAGE_PRELOAD = GenVector -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODBase xAODCore xAODTracking xAODJet xAODPFlow xAODTruth -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODTau/cmt/requirements b/Event/xAOD/xAODTau/cmt/requirements deleted file mode 100644 index fa0ced5bba5a08606e5151e44ce8718420485064..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTau/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package xAODTau - -author Felix Friedrich <Felix.Friedrich@cern.ch> -author Blake Burghgrave <blake.burghgrave@cern.ch> -author Michel Janus <janus@cern.ch> - -# Central package(s): -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use AtlasROOT AtlasROOT-* External - -# The code needs libGenVector.so... -apply_tag ROOTGenVectorLibs - -# EDM package(s): -use xAODBase xAODBase-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODPFlow xAODPFlow-* Event/xAOD -use AthLinks AthLinks-* Control -use xAODTruth xAODTruth-* Event/xAOD - -library xAODTau ../Root/*.cxx -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External - -apply_pattern lcgdict dict=xAODTau selectionfile=selection.xml \ - headerfiles="../xAODTau/xAODTauDict.h" \ - extralibfiles=../Root/dict/*.cxx - -apply_pattern lcgdict dict=xAODTau_c selectionfile=selection_c.xml \ - headerfiles="../xAODTau/xAODTau_cDict.h" - -use TestTools TestTools-* AtlasTest -apply_pattern UnitTest_run unit_test=xAODTau_TauJet diff --git a/Event/xAOD/xAODTauAthenaPool/cmt/requirements b/Event/xAOD/xAODTauAthenaPool/cmt/requirements deleted file mode 100644 index 0364e2ea8dbaa7506931f207a0c2c89dd87c40b0..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTauAthenaPool/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package xAODTauAthenaPool -# $Id: requirements 740443 2016-04-14 23:23:19Z griffith $ - -author Michel Janus <janus@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Base package(s): -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -# EDM package(s): -use xAODTau xAODTau-* Event/xAOD - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::TauJetContainer \ - xAOD::TauJetAuxContainer \ - xAOD::DiTauJetContainer \ - xAOD::DiTauJetAuxContainer \ - xAOD::TauTrackContainer \ - xAOD::TauTrackAuxContainer" \ - files="-s=${xAODTau_root}/xAODTau \ - TauJetContainer.h \ - TauJetAuxContainer.h \ - DiTauJetContainer.h \ - DiTauJetAuxContainer.h \ - TauTrackContainer.h \ - TauTrackAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODTauCnv/cmt/requirements b/Event/xAOD/xAODTauCnv/cmt/requirements deleted file mode 100644 index 4067dad007fde222a8f7702dd0b64af14f864a4e..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTauCnv/cmt/requirements +++ /dev/null @@ -1,42 +0,0 @@ -## automatically generated CMT requirements file -package xAODTauCnv -author janus - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - -## put here your package dependencies... - -## - -branches src src/components doc python share - - -public -use AtlasPolicy AtlasPolicy-* -use DataModel DataModel-* Control -use xAODTau xAODTau-* Event/xAOD -use tauEvent tauEvent-* Reconstruction -private -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use GaudiInterface GaudiInterface-* External -#use PanTauEvent PanTauEvent-* Reconstruction/PanTau -end_private - - - - -## default is to make component library -library xAODTauCnv *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -end_private - - diff --git a/Event/xAOD/xAODTracking/cmt/Makefile.RootCore b/Event/xAOD/xAODTracking/cmt/Makefile.RootCore deleted file mode 100644 index 4099dbaedc2ed8d8b9c66e0a43f8fa9fd6b08a09..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTracking/cmt/Makefile.RootCore +++ /dev/null @@ -1,27 +0,0 @@ -# Dear emacs, this is a -*- Makefile -*- -# $Id: Makefile.RootCore 582079 2014-02-07 10:34:06Z krasznaa $ -# -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODTracking -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks EventPrimitives GeoPrimitives xAODBase xAODCore -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODTracking/cmt/requirements b/Event/xAOD/xAODTracking/cmt/requirements deleted file mode 100644 index 65e572fda22a46a8c13ac311dab13d0643aa3914..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTracking/cmt/requirements +++ /dev/null @@ -1,50 +0,0 @@ -package xAODTracking -# $Id: requirements 744435 2016-05-03 12:16:04Z krasznaa $ - -author Edward.Moyse@cern.ch -author Markus.Elsing@cern.ch - -public -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use AtlasROOT AtlasROOT-* External -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription -#use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -#use TrkParameters TrkParameters-* Tracking/TrkEvent -#use TrkTrack TrkTrack-* Tracking/TrkEvent -#use VxVertex VxVertex-* Tracking/TrkEvent -use_ifndef pplist="XAOD_MANACORE" pkg="Tracking/TrkEvent/TrkNeutralParameters" -use_ifndef pplist="XAOD_MANACORE" pkg="Tracking/TrkEvent/TrkParameters" -use_ifndef pplist="XAOD_MANACORE" pkg="Tracking/TrkEvent/TrkTrack" -use_ifndef pplist="XAOD_MANACORE" pkg="Tracking/TrkEvent/VxVertex" -use xAODBase xAODBase-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Physics)" - -library xAODTracking ../Root/*.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External - -apply_pattern lcgdict dict=xAODTracking selectionfile=selection.xml \ - headerfiles="../xAODTracking/xAODTrackingDict.h" \ - extralibfiles=../Root/dict/*.cxx - -private - -use TestTools TestTools-* AtlasTest - -apply_pattern UnitTest_run unit_test="xAODTracking_TrackParticle" -apply_pattern UnitTest_run unit_test="xAODTracking_TrackParticlexAODHelpers" extrapatterns="^DEBUG" - -private -# macro cppdebugflags '$(cppdebugflags_s)' -# macro_remove componentshr_linkopts "-Wl,-s" - -apply_pattern do_genCLIDDB library=xAODTracking diff --git a/Event/xAOD/xAODTrackingAthenaPool/cmt/requirements b/Event/xAOD/xAODTrackingAthenaPool/cmt/requirements deleted file mode 100644 index 4d8a6611162cfedfee150359af4a94552c872426..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrackingAthenaPool/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package xAODTrackingAthenaPool -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> -author Edward Moyse <Edward.Moyse@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Base package(s): -use AtlasROOT AtlasROOT-* External -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control - -# POOL package(s): -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -# EDM package(s): -use xAODTracking xAODTracking-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::TrackParticleContainer xAOD::TrackParticleAuxContainer \ - xAOD::NeutralParticleContainer xAOD::NeutralParticleAuxContainer \ - xAOD::VertexContainer xAOD::VertexAuxContainer \ - xAOD::SCTRawHitValidationContainer xAOD::SCTRawHitValidationAuxContainer \ - xAOD::TrackMeasurementValidationContainer xAOD::TrackMeasurementValidationAuxContainer \ - xAOD::TrackStateValidationContainer xAOD::TrackStateValidationAuxContainer "\ - files="-s=${xAODTracking_root}/xAODTracking \ - TrackParticleContainer.h TrackParticleAuxContainer.h \ - NeutralParticleContainer.h NeutralParticleAuxContainer.h \ - VertexContainer.h VertexAuxContainer.h \ - SCTRawHitValidationContainer.h SCTRawHitValidationAuxContainer.h \ - TrackMeasurementValidationContainer.h TrackMeasurementValidationAuxContainer.h \ - TrackStateValidationContainer.h TrackStateValidationAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODTrackingCnv/cmt/requirements b/Event/xAOD/xAODTrackingCnv/cmt/requirements deleted file mode 100644 index 32c7c696d4601b3a16d239659c5a3535d30a7d4c..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrackingCnv/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package xAODTrackingCnv - -author Edward.Moyse@cern.ch -author Ruslan.Mashinistov@cern.ch - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -public -use AtlasPolicy AtlasPolicy-* -use TrkTrack TrkTrack-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD -private -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use EventPrimitives EventPrimitives-* Event -use GaudiInterface GaudiInterface-* External -use GeneratorObjects GeneratorObjects-* Generators -use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis -use Particle Particle-* Reconstruction -use ParticleTruth ParticleTruth-* Reconstruction -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrackLink TrkTrackLink-* Tracking/TrkEvent -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkLinks TrkLinks-* Tracking/TrkEvent -use CxxUtils CxxUtils-* Control -end_private - -# Make a component library: -library xAODTrackingCnv *.cxx components/*.cxx -apply_pattern component_library - -private -# macro cppdebugflags '$(cppdebugflags_s)' -# macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Event/xAOD/xAODTrigBphys/cmt/Makefile.RootCore b/Event/xAOD/xAODTrigBphys/cmt/Makefile.RootCore deleted file mode 100644 index d89d5b929002dc8c8f065b70bcef7b02bfd42b40..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigBphys/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODTrigBphys -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainersInterfaces AthContainers AthLinks xAODCore xAODCore xAODBase EventPrimitives xAODTracking -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODTrigBphys/cmt/requirements b/Event/xAOD/xAODTrigBphys/cmt/requirements deleted file mode 100644 index 9070a2638cbc3cc6e0f1b31af2fae5dcadf28c41..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigBphys/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package xAODTrigBphys -# $Id:$ - -author James walder <jwalder@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - -#use AthContainersInterfaces AthContainersInterfaces-* Control -use AthContainers AthContainers-* Control -#use DataModel DataModel-* Control -use AthLinks AthLinks-* Control -use xAODTracking xAODTracking-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD - -library xAODTrigBphys ../Root/*.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External -use AtlasROOT AtlasROOT-* External -use AthLinks AthLinks-* Control - -apply_pattern lcgdict dict=xAODTrigBphys selectionfile=selection.xml \ - headerfiles="../xAODTrigBphys/xAODTrigBphysDict.h" \ - extralibfiles=../Root/dict/*.cxx - -apply_pattern do_genCLIDDB library=xAODTrigBphys diff --git a/Event/xAOD/xAODTrigBphysAthenaPool/cmt/requirements b/Event/xAOD/xAODTrigBphysAthenaPool/cmt/requirements deleted file mode 100644 index 295a4d30ee48cd57240fad2186d7c734908be622..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigBphysAthenaPool/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package xAODTrigBphysAthenaPool - -# Change! -author Gordon Watts <gwatts@uw.edu> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Base package(s): -#use GaudiInterface GaudiInterface-* External -use AthContainers AthContainers-* Control -use AthenaKernel AthenaKernel-* Control - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -# EDM package(s): -use xAODTrigBphys xAODTrigBphys-* Event/xAOD - -# Declare the pool converter(s): (add extra ones onto the string with line continuations) -apply_pattern poolcnv typesWithNamespace="xAOD::TrigBphys" \ - files="-s=${xAODTrigBphys_root}/xAODTrigBphys \ - TrigBphysContainer.h \ - TrigBphysAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODTrigBphysCnv/cmt/requirements b/Event/xAOD/xAODTrigBphysCnv/cmt/requirements deleted file mode 100644 index a612f16fd3ef6689a024575b88aa9e8f1007234c..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigBphysCnv/cmt/requirements +++ /dev/null @@ -1,41 +0,0 @@ -package xAODTrigBphysCnv -# $Id:$ - -author James Walder <jwalder@cern.ch> - - -public -# Base Gaudi/Athena package(s): -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -# EDM package(s): -use xAODTrigBphys xAODTrigBphys-* Event/xAOD - -private - -# Base Gaudi/Athena package(s): -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -#use StoreGate StoreGate-* Control - -# EDM package(s): -use TrigParticle TrigParticle-* Trigger/TrigEvent - -# Trigger package(s): -#use TrigDecisionInterface TrigDecisionInterface-* Trigger/TrigEvent -#use TrigConfInterfaces TrigConfInterfaces-* Trigger/TrigConfiguration -#use TrigConfHLTData TrigConfHLTData-* Trigger/TrigConfiguration -#use TrigAnalysisInterfaces TrigAnalysisInterfaces-* Trigger/TrigAnalysis - -end_private - -# Declare the library: -library xAODTrigBphysCnv *.cxx components/*.cxx -apply_pattern component_library - -# Install the additional files: -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" - - diff --git a/Event/xAOD/xAODTrigCalo/cmt/Makefile.RootCore b/Event/xAOD/xAODTrigCalo/cmt/Makefile.RootCore deleted file mode 100644 index 6a2112cecd8b666934ba93c835be38a2dfb95f07..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigCalo/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODTrigCalo -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODCore CaloGeoHelpers -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODTrigCalo/cmt/requirements b/Event/xAOD/xAODTrigCalo/cmt/requirements deleted file mode 100644 index cb806a90f45a06c4536882f040767f1f060459aa..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigCalo/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package xAODTrigCalo -# $Id: requirements 743126 2016-04-27 08:32:06Z will $ - -author Arantxa Ruiz Martinez <aranzazu.ruiz.martinez@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - -use AthContainers AthContainers-* Control - -use xAODCore xAODCore-* Event/xAOD - -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter - -library xAODTrigCalo ../Root/*.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External -use AtlasROOT AtlasROOT-* External -use AthLinks AthLinks-* Control - -apply_pattern lcgdict dict=xAODTrigCalo selectionfile=selection.xml \ - headerfiles="../xAODTrigCalo/xAODTrigCaloDict.h" \ - extralibfiles=../Root/dict/*.cxx - -apply_pattern do_genCLIDDB library=xAODTrigCalo - diff --git a/Event/xAOD/xAODTrigCaloAthenaPool/cmt/requirements b/Event/xAOD/xAODTrigCaloAthenaPool/cmt/requirements deleted file mode 100644 index a6d705fb6d260b2b07e8aa59ea62d5170f49d798..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigCaloAthenaPool/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package xAODTrigCaloAthenaPool - -author Arantxa Ruiz Martinez <aranzazu.ruiz.martinez@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Base package(s): -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -# EDM package(s): -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODTrigCalo xAODTrigCalo-* Event/xAOD - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::TrigCaloClusterContainer \ - xAOD::TrigCaloClusterAuxContainer \ - xAOD::TrigEMClusterContainer \ - xAOD::TrigEMClusterAuxContainer \ - xAOD::CaloClusterTrigAuxContainer" \ - files="-s=${xAODTrigCalo_root}/xAODTrigCalo \ - TrigCaloClusterContainer.h \ - TrigCaloClusterAuxContainer.h \ - TrigEMClusterContainer.h \ - TrigEMClusterAuxContainer.h \ - CaloClusterTrigAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODTrigCaloCnv/cmt/requirements b/Event/xAOD/xAODTrigCaloCnv/cmt/requirements deleted file mode 100644 index 662506db7b044492110b1ab5f8623a092f39ab8d..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigCaloCnv/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package xAODTrigCaloCnv -# $Id: requirements 592334 2014-04-10 11:01:56Z krasznaa $ - -author Arantxa Ruiz Martinez <aranzazu.ruiz.martinez@cern.ch> - -public - -# Base Gaudi/Athena package(s): -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -# EDM package(s): -use xAODTrigCalo xAODTrigCalo-* Event/xAOD - -private - -# Base Gaudi/Athena package(s): -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control - -# EDM package(s): -use TrigCaloEvent TrigCaloEvent-* Trigger/TrigEvent - -end_private - -# Declare the library: -library xAODTrigCaloCnv *.cxx components/*.cxx -apply_pattern component_library - -# Install the additional files: -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" diff --git a/Event/xAOD/xAODTrigEgamma/cmt/Makefile.RootCore b/Event/xAOD/xAODTrigEgamma/cmt/Makefile.RootCore deleted file mode 100644 index fc278fa1bedbb6aa4e05769c7bda10f3011f754c..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigEgamma/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODTrigEgamma -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODBase xAODCore xAODTrigCalo xAODTracking xAODEgamma -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODTrigEgamma/cmt/requirements b/Event/xAOD/xAODTrigEgamma/cmt/requirements deleted file mode 100644 index 4bb14c96305758220cc7313cde8fa30a530bf179..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigEgamma/cmt/requirements +++ /dev/null @@ -1,43 +0,0 @@ -package xAODTrigEgamma - -author Gordon Watts <gwatts@uw.edu> - -public - -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use xAODCore xAODCore-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD - -use AthLinks AthLinks-* Control -use xAODTrigCalo xAODTrigCalo-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD - -library xAODTrigEgamma ../Root/*.cxx -apply_pattern installed_library -apply_pattern do_genCLIDDB library=xAODTrigEgamma - -# Local things -private -# Use reflex for dict generation... - -use AtlasReflex AtlasReflex-* External -use AtlasROOT AtlasROOT-* External - -apply_tag ROOTGenVectorLibs - -apply_pattern lcgdict dict=xAODTrigEgamma selectionfile=selection.xml \ - headerfiles="../xAODTrigEgamma/xAODTrigEgammaDict.h" \ - extralibfiles="../Root/dict/*.cxx" - -# -# Use "make CppUnit" to run the unit tests for this package. -# Note that stand-alone builds can't get at tests, so these need to -# be commented out. :( -# - -#use TestPolicy TestPolicy-* -#use TestTools TestTools-* AtlasTest -#apply_pattern CppUnit name=xAODTrigEgamma files="-s=../test TrigElectronTest_CppUnit.cxx TrigPhotonTest_CppUnit.cxx" diff --git a/Event/xAOD/xAODTrigEgammaAthenaPool/cmt/requirements b/Event/xAOD/xAODTrigEgammaAthenaPool/cmt/requirements deleted file mode 100644 index 040f6de1baa94e781080c9562ddc21a0cfa8ebba..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigEgammaAthenaPool/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package xAODTrigEgammaAthenaPool - -# Change! -author Gordon Watts <gwatts@uw.edu> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Base package(s): -use GaudiInterface GaudiInterface-* External - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -# Core package(s): -use AthContainers AthContainers-* Control -use AthenaKernel AthenaKernel-* Control - -# EDM package(s): -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODTrigEgamma xAODTrigEgamma-* Event/xAOD - -# Declare the pool converter(s): (add extra ones onto the string with line continuations) -apply_pattern poolcnv typesWithNamespace="xAOD::TrigPhotonContainer \ - xAOD::TrigElectronContainer \ - xAOD::ElectronTrigAuxContainer \ - xAOD::PhotonTrigAuxContainer" \ - files="-s=${xAODTrigEgamma_root}/xAODTrigEgamma \ - TrigPhotonContainer.h \ - TrigPhotonAuxContainer.h \ - TrigElectronContainer.h \ - TrigElectronAuxContainer.h \ - ElectronTrigAuxContainer.h \ - PhotonTrigAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODTrigL1Calo/cmt/Makefile.RootCore b/Event/xAOD/xAODTrigL1Calo/cmt/Makefile.RootCore deleted file mode 100644 index 2b4673088c60dd8c334956ca30bbb18f1340b811..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigL1Calo/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODTrigL1Calo -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODCore xAODBase CxxUtils -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODTrigL1Calo/cmt/requirements b/Event/xAOD/xAODTrigL1Calo/cmt/requirements deleted file mode 100644 index 074d85d0c6b62252c18adf2acee92c6fe2b1171a..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigL1Calo/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package xAODTrigL1Calo - -author John Morris <john.morris@cern.ch> - -public - -# Central package(s): -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use CxxUtils CxxUtils-* Control - -# EDM package(s): -use xAODBase xAODBase-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD - -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Physics)" - -library xAODTrigL1Calo ../Root/*.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External -use AtlasROOT AtlasROOT-* External -use AthLinks AthLinks-* Control - -apply_pattern lcgdict dict=xAODTrigL1Calo selectionfile=selection.xml \ - headerfiles="../xAODTrigL1Calo/xAODTrigL1CaloDict.h" \ - extralibfiles=../Root/dict/*.cxx - -apply_pattern do_genCLIDDB library=xAODTrigL1Calo diff --git a/Event/xAOD/xAODTrigL1CaloAthenaPool/cmt/requirements b/Event/xAOD/xAODTrigL1CaloAthenaPool/cmt/requirements deleted file mode 100644 index dfb8d32f0de4fc08fd30cdaef8e426111b485074..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigL1CaloAthenaPool/cmt/requirements +++ /dev/null @@ -1,116 +0,0 @@ -package xAODTrigL1CaloAthenaPool - -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> -author John Morris <john.morris@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Base package(s): -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control -use AtlasROOT AtlasROOT-* External - -# POOL package(s): -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -# EDM package(s): -use xAODTrigL1Calo xAODTrigL1Calo-* Event/xAOD - -# Declare the pool converter(s): - -apply_pattern poolcnv typesWithNamespace="xAOD::JEMHitsContainer \ - xAOD::JEMHitsAuxContainer \ - xAOD::JEMEtSumsContainer \ - xAOD::JEMEtSumsAuxContainer \ - xAOD::JEMRoIContainer \ - xAOD::JEMRoIAuxContainer\ - xAOD::CPMHitsContainer \ - xAOD::CPMHitsAuxContainer \ - xAOD::CPMTowerContainer \ - xAOD::CPMTowerAuxContainer \ - xAOD::CPMRoIContainer \ - xAOD::CPMRoIAuxContainer \ - xAOD::CMMCPHitsContainer \ - xAOD::CMMCPHitsAuxContainer \ - xAOD::CMMEtSumsContainer \ - xAOD::CMMEtSumsAuxContainer \ - xAOD::CMMJetHitsContainer \ - xAOD::CMMJetHitsAuxContainer \ - xAOD::CMMRoI \ - xAOD::CMMRoIAuxInfo \ - xAOD::JetElementContainer \ - xAOD::JetElementAuxContainer \ - xAOD::RODHeaderContainer \ - xAOD::RODHeaderAuxContainer \ - xAOD::TriggerTowerContainer \ - xAOD::TriggerTowerAuxContainer \ - xAOD::CMXCPHitsContainer \ - xAOD::CMXCPHitsAuxContainer \ - xAOD::CMXCPTobContainer \ - xAOD::CMXCPTobAuxContainer \ - xAOD::CMXJetHitsContainer \ - xAOD::CMXJetHitsAuxContainer \ - xAOD::CMXJetTobContainer \ - xAOD::CMXJetTobAuxContainer \ - xAOD::CMXEtSumsContainer \ - xAOD::CMXEtSumsAuxContainer \ - xAOD::CMXRoIContainer \ - xAOD::CMXRoIAuxContainer \ - xAOD::CPMTobRoIContainer \ - xAOD::CPMTobRoIAuxContainer \ - xAOD::JEMTobRoIContainer \ - xAOD::JEMTobRoIAuxContainer \ - xAOD::L1TopoRawDataContainer \ - xAOD::L1TopoRawDataAuxContainer " \ - files="-s=${xAODTrigL1Calo_root}/xAODTrigL1Calo \ - JEMHitsContainer.h \ - JEMHitsAuxContainer.h \ - JEMEtSumsContainer.h \ - JEMEtSumsAuxContainer.h \ - JEMRoIContainer.h \ - JEMRoIAuxContainer.h \ - CPMHitsContainer.h \ - CPMHitsAuxContainer.h \ - CPMTowerContainer.h \ - CPMTowerAuxContainer.h \ - CPMRoIContainer.h \ - CPMRoIAuxContainer.h \ - CMMCPHitsContainer.h \ - CMMCPHitsAuxContainer.h \ - CMMEtSumsContainer.h \ - CMMEtSumsAuxContainer.h \ - CMMJetHitsContainer.h \ - CMMJetHitsAuxContainer.h \ - CMMRoI.h \ - CMMRoIAuxInfo.h \ - JetElementContainer.h \ - JetElementAuxContainer.h \ - RODHeaderContainer.h \ - RODHeaderAuxContainer.h \ - TriggerTowerContainer.h \ - TriggerTowerAuxContainer.h \ - CMXCPHitsContainer.h \ - CMXCPHitsAuxContainer.h \ - CMXCPTobContainer.h \ - CMXCPTobAuxContainer.h \ - CMXJetHitsContainer.h \ - CMXJetHitsAuxContainer.h \ - CMXJetTobContainer.h \ - CMXJetTobAuxContainer.h \ - CMXEtSumsContainer.h \ - CMXEtSumsAuxContainer.h \ - CMXRoIContainer.h \ - CMXRoIAuxContainer.h \ - CPMTobRoIContainer.h \ - CPMTobRoIAuxContainer.h \ - JEMTobRoIContainer.h \ - JEMTobRoIAuxContainer.h \ - L1TopoRawDataContainer.h \ - L1TopoRawDataAuxContainer.h " \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODTrigL1CaloCnv/cmt/requirements b/Event/xAOD/xAODTrigL1CaloCnv/cmt/requirements deleted file mode 100644 index d1792a04ff2adae04b25cc0e612051dd1928aebc..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigL1CaloCnv/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package xAODTrigL1CaloCnv -# $Id: requirements 630277 2014-11-21 19:48:39Z vscharf $ - -author John Morris <john.morris@cern.ch> - -public -# Base Gaudi/Athena package(s): -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -# EDM package(s): -use xAODTrigL1Calo xAODTrigL1Calo-* Event/xAOD - -private - -# Base Gaudi/Athena package(s): -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control - -# EDM package(s): -use TrigT1CaloEvent TrigT1CaloEvent-* Trigger/TrigT1 - -end_private - -# Declare the library: -library xAODTrigL1CaloCnv *.cxx components/*.cxx -apply_pattern component_library - -# Install the additional files: -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" - diff --git a/Event/xAOD/xAODTrigMinBias/cmt/Makefile.RootCore b/Event/xAOD/xAODTrigMinBias/cmt/Makefile.RootCore deleted file mode 100644 index 165b5aeb5eede34a32c84844b972d309a6a09c9b..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigMinBias/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODTrigMinBias -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODCore -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODTrigMinBias/cmt/requirements b/Event/xAOD/xAODTrigMinBias/cmt/requirements deleted file mode 100644 index c7fce425752ecb64539c31ffd1ba58720885db96..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigMinBias/cmt/requirements +++ /dev/null @@ -1,42 +0,0 @@ -package xAODTrigMinBias - -author Gordon Watts <gwatts@uw.edu> -author Andrzej Zemla <azemla@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use xAODCore xAODCore-* Event/xAOD -#use GaudiInterface GaudiInterface-* External -library xAODTrigMinBias ../Root/*.cxx -apply_pattern installed_library - - -# Local things -private -# Use reflex for dict generation... - -use AtlasReflex AtlasReflex-* External -use AtlasROOT AtlasROOT-* External -use AthLinks AthLinks-* Control -apply_tag ROOTGenVectorLibs - -#library AthenaKernel *.cxx -#apply_pattern installed_library - -apply_pattern lcgdict dict=xAODTrigMinBias selectionfile=selection.xml \ - headerfiles="../xAODTrigMinBias/xAODTrigMinBiasDict.h"\ - extralibfiles="../Root/dict/*.cxx" - -# -# Use "make CppUnit" to run the unit tests for this package. -# - -#use TestPolicy TestPolicy-* -#use TestTools TestTools-* AtlasTest -#apply_pattern CppUnit name=TrigSpacePointCounts_test files="-s=../test TrigSpacePointCountsTest_CppUnit.cxx" -#apply_pattern CppUnit name=TrigT2MbtsBits_test files="-s=../test TrigT2MbtsBitsTest_CppUnit.cxx" -#apply_pattern CppUnit name=TrigHisto2D_test files="-s=../test TrigHisto2D_CppUnit.cxx" - -apply_pattern do_genCLIDDB library=xAODTrigMinBias diff --git a/Event/xAOD/xAODTrigMinBiasAthenaPool/cmt/requirements b/Event/xAOD/xAODTrigMinBiasAthenaPool/cmt/requirements deleted file mode 100644 index f229a830f6ef5714bf535c9fedb282490cc34006..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigMinBiasAthenaPool/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package xAODTrigMinBiasAthenaPool - -# Change! -author Gordon Watts <gwatts@uw.edu> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Base package(s): -#use GaudiInterface GaudiInterface-* External - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -# EDM package(s): -use xAODTrigMinBias xAODTrigMinBias-* Event/xAOD - -# Declare the pool converter(s): (add extra ones onto the string with line continuations) -apply_pattern poolcnv typesWithNamespace="xAOD::TrigSpacePointCountsContainer xAOD::TrigSpacePointCountsAuxContainer.h \ - xAOD::TrigVertexCountsContainer xAOD::TrigVertexCountsAuxContainer \ - xAOD::TrigTrackCountsContainer xAOD::TrigTrackCountsAuxContainer \ - xAOD::TrigT2MbtsBitsContainer xAOD::TrigT2MbtsBitsAuxContainer \ - xAOD::TrigT2ZdcSignalsContainer xAOD::TrigT2ZdcSignalsAuxContainer" \ - files="-s=${xAODTrigMinBias_root}/xAODTrigMinBias \ - TrigSpacePointCountsContainer.h \ - TrigSpacePointCountsAuxContainer.h \ - TrigVertexCountsContainer.h \ - TrigVertexCountsAuxContainer.h \ - TrigTrackCountsContainer.h \ - TrigTrackCountsAuxContainer.h \ - TrigT2MbtsBitsContainer.h \ - TrigT2MbtsBitsAuxContainer.h \ - TrigT2ZdcSignalsContainer.h \ - TrigT2ZdcSignalsAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODTrigMinBiasCnv/cmt/requirements b/Event/xAOD/xAODTrigMinBiasCnv/cmt/requirements deleted file mode 100644 index 4cd1da9e52808ddac3b86db14486c7d66c1d00b1..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigMinBiasCnv/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package xAODTrigMinBiasCnv -# $Id:$ - -# Update!! -author Gordon Watts <gwatts@uw.edu> - -public - -# Base Gaudi/Athena package(s): -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -# EDM package(s): -use xAODTrigMinBias xAODTrigMinBias-* Event/xAOD - -private - -# Base Gaudi/Athena package(s): -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control - -# EDM package(s): -use TrigInDetEvent TrigInDetEvent-* Trigger/TrigEvent -use TrigCaloEvent TrigCaloEvent-* Trigger/TrigEvent - -# Trigger package(s): -#use TrigDecisionInterface TrigDecisionInterface-* Trigger/TrigEvent -#use TrigConfInterfaces TrigConfInterfaces-* Trigger/TrigConfiguration -#use TrigConfHLTData TrigConfHLTData-* Trigger/TrigConfiguration -#use TrigAnalysisInterfaces TrigAnalysisInterfaces-* Trigger/TrigAnalysis - -end_private - -# Declare the library: -library xAODTrigMinBiasCnv *.cxx components/*.cxx -apply_pattern component_library - -# Install the additional files: -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" diff --git a/Event/xAOD/xAODTrigMissingET/cmt/Makefile.RootCore b/Event/xAOD/xAODTrigMissingET/cmt/Makefile.RootCore deleted file mode 100644 index 45819d3ff6e4c3b63b0bb9f0bde9af550dda220f..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigMissingET/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODTrigMissingET -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODCore -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODTrigMissingET/cmt/requirements b/Event/xAOD/xAODTrigMissingET/cmt/requirements deleted file mode 100644 index d2f55c2e39260ef0a38847e9840b14524da62e8a..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigMissingET/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package xAODTrigMissingET - -author Gordon Watts <gwatts@uw.edu> - -public - -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use xAODCore xAODCore-* Event/xAOD - -library xAODTrigMissingET ../Root/*.cxx -apply_pattern installed_library - - -# Local things -private -# Use reflex for dict generation... - -use AtlasReflex AtlasReflex-* External -use AtlasROOT AtlasROOT-* External -use AthLinks AthLinks-* Control - -apply_pattern lcgdict dict=xAODTrigMissingET selectionfile=selection.xml \ - headerfiles="../xAODTrigMissingET/xAODTrigMissingETDict.h" \ - extralibfiles=../Root/dict/*.cxx - -# -# Use "make CppUnit" to run the unit tests for this package. -# - -#use TestPolicy TestPolicy-* -#use TestTools TestTools-* AtlasTest -#apply_pattern CppUnit name=xAODTrigMissingET files="-s=../test TrigMissingETTest_CppUnit.cxx" - -apply_pattern do_genCLIDDB library=xAODTrigMissingET diff --git a/Event/xAOD/xAODTrigMissingETAthenaPool/cmt/requirements b/Event/xAOD/xAODTrigMissingETAthenaPool/cmt/requirements deleted file mode 100644 index 873339533b757e6df5295dacce207af54744536f..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigMissingETAthenaPool/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package xAODTrigMissingETAthenaPool - -# Change! -author Gordon Watts <gwatts@uw.edu> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Base package(s): -use GaudiInterface GaudiInterface-* External - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -# EDM package(s): -use xAODTrigMissingET xAODTrigMissingET-* Event/xAOD - -# Declare the pool converter(s): (add extra ones onto the string with line continuations) -apply_pattern poolcnv typesWithNamespace="xAOD::TrigMissingET \ - xAOD::TrigMissingETComponent" \ - files="-s=${xAODTrigMissingET_root}/xAODTrigMissingET \ - TrigMissingETContainer.h \ - TrigMissingETAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODTrigMissingETCnv/cmt/requirements b/Event/xAOD/xAODTrigMissingETCnv/cmt/requirements deleted file mode 100644 index 4ca5c97ee419650d4e33405c7673791126359bf7..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigMissingETCnv/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package xAODTrigMissingETCnv -# $Id: requirements 592539 2014-04-11 10:17:29Z krasznaa $ - -# Update!! -author Gordon Watts <gwatts@uw.edu> - -public - -# Base Gaudi/Athena package(s): -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -# EDM package(s): -use xAODTrigMissingET xAODTrigMissingET-* Event/xAOD - -private - -# Base Gaudi/Athena package(s): -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control - -# EDM package(s): -use TrigMissingEtEvent TrigMissingEtEvent-* Trigger/TrigEvent - -end_private - -# Declare the library: -library xAODTrigMissingETCnv *.cxx components/*.cxx -apply_pattern component_library - -# Install the additional files: -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" diff --git a/Event/xAOD/xAODTrigMuon/cmt/Makefile.RootCore b/Event/xAOD/xAODTrigMuon/cmt/Makefile.RootCore deleted file mode 100644 index 7d4172997c0898dda6b432fc3deb0fddedbc303f..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigMuon/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODTrigMuon -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODBase xAODCore xAODTracking -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODTrigMuon/cmt/requirements b/Event/xAOD/xAODTrigMuon/cmt/requirements deleted file mode 100644 index dad4f31d270d4e7dbbae14b97639d11da832fef8..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigMuon/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package xAODTrigMuon - -author Masaki Ishitsuka <ishitsuka@phys.titech.ac.jp> -author Stefano Giagu <stefano.giagu@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control - -use xAODBase xAODBase-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Physics)" - -library xAODTrigMuon ../Root/*.cxx -apply_pattern installed_library -apply_pattern do_genCLIDDB library=xAODTrigMuon - -private - -use AtlasReflex AtlasReflex-* External -use AtlasROOT AtlasROOT-* External -use AthLinks AthLinks-* Control - -apply_pattern lcgdict dict=xAODTrigMuon selectionfile=selection.xml \ - headerfiles="../xAODTrigMuon/xAODTrigMuonDict.h" \ - extralibfiles=../Root/dict/*.cxx diff --git a/Event/xAOD/xAODTrigMuonAthenaPool/cmt/requirements b/Event/xAOD/xAODTrigMuonAthenaPool/cmt/requirements deleted file mode 100644 index 4a2a8e63efce60b2a5ae4975928a1ffbedb63304..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigMuonAthenaPool/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package xAODTrigMuonAthenaPool - -author Masaki Ishitsuka <ishitsuka@hep.phys.titech.ac.jp> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> -author Stefano Giagu <Stefano.Giagu@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control -use CxxUtils CxxUtils-* Control - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -# EDM package(s): -use xAODTrigMuon xAODTrigMuon-* Event/xAOD - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::L2StandAloneMuonContainer \ - xAOD::L2StandAloneMuonAuxContainer \ - xAOD::L2IsoMuonContainer \ - xAOD::L2IsoMuonAuxContainer \ - xAOD::L2CombinedMuonContainer \ - xAOD::L2CombinedMuonAuxContainer" \ - files="-s=${xAODTrigMuon_root}/xAODTrigMuon \ - L2StandAloneMuonContainer.h \ - L2StandAloneMuonAuxContainer.h \ - L2IsoMuonContainer.h \ - L2IsoMuonAuxContainer.h \ - L2CombinedMuonContainer.h \ - L2CombinedMuonAuxContainer.h" \ - cnv_pfx="xAOD" diff --git a/Event/xAOD/xAODTrigMuonCnv/cmt/requirements b/Event/xAOD/xAODTrigMuonCnv/cmt/requirements deleted file mode 100644 index cbabb17d2625e944c92989740e21f7828b5e2c69..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigMuonCnv/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package xAODTrigMuonCnv - -author Mark Owen (markowen@cern.ch) -author Stefano Giagu (stefano.giagu@cern.ch) - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -public -use xAODMuon xAODMuon-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODTrigMuon xAODTrigMuon-* Event/xAOD - -private -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use DataModel DataModel-* Control -use FourMomUtils FourMomUtils-* Event -use TrigMuonEvent TrigMuonEvent-* Trigger/TrigEvent -end_private - -# Make a component library: -library xAODTrigMuonCnv *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_python_modules files="xAODTrigMuonCnvConfig.py xAODTrigMuonCnvConfigDb.py" -apply_pattern declare_joboptions files="addEFMuonxAODCnv_jobOptions.py runEFMuonAODCnvAlg_topOptions.py" diff --git a/Event/xAOD/xAODTrigRinger/cmt/Makefile.RootCore b/Event/xAOD/xAODTrigRinger/cmt/Makefile.RootCore deleted file mode 100644 index b2c31224321de084e260da0b060f82cfc14d7fbf..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigRinger/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODTrigRinger -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODCore xAODTrigCalo -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODTrigRinger/cmt/requirements b/Event/xAOD/xAODTrigRinger/cmt/requirements deleted file mode 100644 index 6079e78dff2f1dc7153032820024a5c11dc9c747..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigRinger/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package xAODTrigRinger -# $Id: requirements 592214 2014-04-09 19:27:48Z $ - -author joao victor da fonseca pinto <joao.victor.da.fonseca.pinto@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - -use AthLinks AthLinks-* Control -use AthContainers AthContainers-* Control -use xAODCore xAODCore-* Event/xAOD -use xAODTrigCalo xAODTrigCalo-* Event/xAOD - -library xAODTrigRinger ../Root/*.cxx -apply_pattern installed_library - -private - -#use AthLinks AthLinks-* Control -use AtlasReflex AtlasReflex-* External -use AtlasROOT AtlasROOT-* External - -#apply_tag ROOTGenVectorLibs - -apply_pattern lcgdict dict=xAODTrigRinger selectionfile=selection.xml \ - headerfiles="../xAODTrigRinger/xAODTrigRingerDict.h" \ - extralibfiles=../Root/dict/*.cxx - -apply_pattern do_genCLIDDB library=xAODTrigRinger diff --git a/Event/xAOD/xAODTrigRingerAthenaPool/cmt/requirements b/Event/xAOD/xAODTrigRingerAthenaPool/cmt/requirements deleted file mode 100644 index 610052a85c232244ac61cec2785518cf2e741606..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigRingerAthenaPool/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package xAODTrigRingerAthenaPool - -author joao victor da fonseca pinto <joao.victor.da.fonseca.pinto@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control - -private - -# Base package(s): -use GaudiInterface GaudiInterface-* External - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -# EDM package(s): -use xAODTrigRinger xAODTrigRinger-* Event/xAOD - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::TrigRingerRingsContainer\ - xAOD::TrigRingerRingsAuxContainer\ - xAOD::TrigRNNOutputContainer\ - xAOD::TrigRNNOutputAuxContainer" \ - files="-s=${xAODTrigRinger_root}/xAODTrigRinger\ - TrigRingerRingsContainer.h \ - TrigRingerRingsAuxContainer.h \ - TrigRNNOutputContainer.h \ - TrigRNNOutputAuxContainer.h" \ - cnv_pfx="xAOD" - - diff --git a/Event/xAOD/xAODTrigRingerCnv/cmt/Makefile b/Event/xAOD/xAODTrigRingerCnv/cmt/Makefile deleted file mode 100644 index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigRingerCnv/cmt/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include $(CMTROOT)/src/Makefile.header - -include $(CMTROOT)/src/constituents.make - diff --git a/Event/xAOD/xAODTrigRingerCnv/cmt/cleanup.csh b/Event/xAOD/xAODTrigRingerCnv/cmt/cleanup.csh deleted file mode 100644 index f3830e719359c5cbe834fe04dbbbc1431907c1ec..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigRingerCnv/cmt/cleanup.csh +++ /dev/null @@ -1,27 +0,0 @@ -# echo "cleanup xAODTrigRingerCnv xAODTrigRingerCnv-r655703 in /afs/cern.ch/user/j/jodafons/workspace_ringer_bundle/Event/xAOD" - -if ( $?CMTROOT == 0 ) then - setenv CMTROOT /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc48-opt/20.1.0/CMT/v1r25p20140131 -endif -source ${CMTROOT}/mgr/setup.csh -set cmtxAODTrigRingerCnvtempfile=`${CMTROOT}/${CMTBIN}/cmt.exe -quiet build temporary_name` -if $status != 0 then - set cmtxAODTrigRingerCnvtempfile=/tmp/cmt.$$ -endif -${CMTROOT}/${CMTBIN}/cmt.exe cleanup -csh -pack=xAODTrigRingerCnv -version=xAODTrigRingerCnv-r655703 -path=/afs/cern.ch/user/j/jodafons/workspace_ringer_bundle/Event/xAOD -quiet -without_version_directory $* >${cmtxAODTrigRingerCnvtempfile} -if ( $status != 0 ) then - echo "${CMTROOT}/${CMTBIN}/cmt.exe cleanup -csh -pack=xAODTrigRingerCnv -version=xAODTrigRingerCnv-r655703 -path=/afs/cern.ch/user/j/jodafons/workspace_ringer_bundle/Event/xAOD -quiet -without_version_directory $* >${cmtxAODTrigRingerCnvtempfile}" - set cmtcleanupstatus=2 - /bin/rm -f ${cmtxAODTrigRingerCnvtempfile} - unset cmtxAODTrigRingerCnvtempfile - exit $cmtcleanupstatus -endif -set cmtcleanupstatus=0 -source ${cmtxAODTrigRingerCnvtempfile} -if ( $status != 0 ) then - set cmtcleanupstatus=2 -endif -/bin/rm -f ${cmtxAODTrigRingerCnvtempfile} -unset cmtxAODTrigRingerCnvtempfile -exit $cmtcleanupstatus - diff --git a/Event/xAOD/xAODTrigRingerCnv/cmt/cleanup.sh b/Event/xAOD/xAODTrigRingerCnv/cmt/cleanup.sh deleted file mode 100644 index bb8897a90cba099e6ba146e3364b4c247b143632..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigRingerCnv/cmt/cleanup.sh +++ /dev/null @@ -1,25 +0,0 @@ -# echo "cleanup xAODTrigRingerCnv xAODTrigRingerCnv-r655703 in /afs/cern.ch/user/j/jodafons/workspace_ringer_bundle/Event/xAOD" - -if test "${CMTROOT}" = ""; then - CMTROOT=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc48-opt/20.1.0/CMT/v1r25p20140131; export CMTROOT -fi -. ${CMTROOT}/mgr/setup.sh -cmtxAODTrigRingerCnvtempfile=`${CMTROOT}/${CMTBIN}/cmt.exe -quiet build temporary_name` -if test ! $? = 0 ; then cmtxAODTrigRingerCnvtempfile=/tmp/cmt.$$; fi -${CMTROOT}/${CMTBIN}/cmt.exe cleanup -sh -pack=xAODTrigRingerCnv -version=xAODTrigRingerCnv-r655703 -path=/afs/cern.ch/user/j/jodafons/workspace_ringer_bundle/Event/xAOD -quiet -without_version_directory $* >${cmtxAODTrigRingerCnvtempfile} -if test $? != 0 ; then - echo >&2 "${CMTROOT}/${CMTBIN}/cmt.exe cleanup -sh -pack=xAODTrigRingerCnv -version=xAODTrigRingerCnv-r655703 -path=/afs/cern.ch/user/j/jodafons/workspace_ringer_bundle/Event/xAOD -quiet -without_version_directory $* >${cmtxAODTrigRingerCnvtempfile}" - cmtcleanupstatus=2 - /bin/rm -f ${cmtxAODTrigRingerCnvtempfile} - unset cmtxAODTrigRingerCnvtempfile - return $cmtcleanupstatus -fi -cmtcleanupstatus=0 -. ${cmtxAODTrigRingerCnvtempfile} -if test $? != 0 ; then - cmtcleanupstatus=2 -fi -/bin/rm -f ${cmtxAODTrigRingerCnvtempfile} -unset cmtxAODTrigRingerCnvtempfile -return $cmtcleanupstatus - diff --git a/Event/xAOD/xAODTrigRingerCnv/cmt/requirements b/Event/xAOD/xAODTrigRingerCnv/cmt/requirements deleted file mode 100644 index 5218b0da13a021a6d9d61f60df50d14a402af293..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigRingerCnv/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package xAODTrigRingerCnv - -# $Id: $ - -author joao victor da fonseca pinto <joao.victor.da.fonsea.pinto@cern.ch> - -public - -# Base Gaudi/Athena package(s): -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -# EDM package(s): -use xAODTrigRinger xAODTrigRinger-* Event/xAOD - -private - -# Base Gaudi/Athena package(s): -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control - -# EDM package(s): -use TrigCaloEvent TrigCaloEvent-* Trigger/TrigEvent - -end_private - -# Declare the library: -library xAODTrigRingerCnv *.cxx components/*.cxx -apply_pattern component_library - -# Install the additional files: -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" diff --git a/Event/xAOD/xAODTrigRingerCnv/cmt/setup.csh b/Event/xAOD/xAODTrigRingerCnv/cmt/setup.csh deleted file mode 100644 index a4c467f6d481b3a55e57e581850a6ec7e695929c..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigRingerCnv/cmt/setup.csh +++ /dev/null @@ -1,27 +0,0 @@ -# echo "setup xAODTrigRingerCnv xAODTrigRingerCnv-r655703 in /afs/cern.ch/user/j/jodafons/workspace_ringer_bundle/Event/xAOD" - -if ( $?CMTROOT == 0 ) then - setenv CMTROOT /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc48-opt/20.1.0/CMT/v1r25p20140131 -endif -source ${CMTROOT}/mgr/setup.csh -set cmtxAODTrigRingerCnvtempfile=`${CMTROOT}/${CMTBIN}/cmt.exe -quiet build temporary_name` -if $status != 0 then - set cmtxAODTrigRingerCnvtempfile=/tmp/cmt.$$ -endif -${CMTROOT}/${CMTBIN}/cmt.exe setup -csh -pack=xAODTrigRingerCnv -version=xAODTrigRingerCnv-r655703 -path=/afs/cern.ch/user/j/jodafons/workspace_ringer_bundle/Event/xAOD -quiet -without_version_directory -no_cleanup $* >${cmtxAODTrigRingerCnvtempfile} -if ( $status != 0 ) then - echo "${CMTROOT}/${CMTBIN}/cmt.exe setup -csh -pack=xAODTrigRingerCnv -version=xAODTrigRingerCnv-r655703 -path=/afs/cern.ch/user/j/jodafons/workspace_ringer_bundle/Event/xAOD -quiet -without_version_directory -no_cleanup $* >${cmtxAODTrigRingerCnvtempfile}" - set cmtsetupstatus=2 - /bin/rm -f ${cmtxAODTrigRingerCnvtempfile} - unset cmtxAODTrigRingerCnvtempfile - exit $cmtsetupstatus -endif -set cmtsetupstatus=0 -source ${cmtxAODTrigRingerCnvtempfile} -if ( $status != 0 ) then - set cmtsetupstatus=2 -endif -/bin/rm -f ${cmtxAODTrigRingerCnvtempfile} -unset cmtxAODTrigRingerCnvtempfile -exit $cmtsetupstatus - diff --git a/Event/xAOD/xAODTrigRingerCnv/cmt/setup.sh b/Event/xAOD/xAODTrigRingerCnv/cmt/setup.sh deleted file mode 100644 index 2e42e00264b7cdd179814ea3f64940ef1b1e49bd..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigRingerCnv/cmt/setup.sh +++ /dev/null @@ -1,25 +0,0 @@ -# echo "setup xAODTrigRingerCnv xAODTrigRingerCnv-r655703 in /afs/cern.ch/user/j/jodafons/workspace_ringer_bundle/Event/xAOD" - -if test "${CMTROOT}" = ""; then - CMTROOT=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc48-opt/20.1.0/CMT/v1r25p20140131; export CMTROOT -fi -. ${CMTROOT}/mgr/setup.sh -cmtxAODTrigRingerCnvtempfile=`${CMTROOT}/${CMTBIN}/cmt.exe -quiet build temporary_name` -if test ! $? = 0 ; then cmtxAODTrigRingerCnvtempfile=/tmp/cmt.$$; fi -${CMTROOT}/${CMTBIN}/cmt.exe setup -sh -pack=xAODTrigRingerCnv -version=xAODTrigRingerCnv-r655703 -path=/afs/cern.ch/user/j/jodafons/workspace_ringer_bundle/Event/xAOD -quiet -without_version_directory -no_cleanup $* >${cmtxAODTrigRingerCnvtempfile} -if test $? != 0 ; then - echo >&2 "${CMTROOT}/${CMTBIN}/cmt.exe setup -sh -pack=xAODTrigRingerCnv -version=xAODTrigRingerCnv-r655703 -path=/afs/cern.ch/user/j/jodafons/workspace_ringer_bundle/Event/xAOD -quiet -without_version_directory -no_cleanup $* >${cmtxAODTrigRingerCnvtempfile}" - cmtsetupstatus=2 - /bin/rm -f ${cmtxAODTrigRingerCnvtempfile} - unset cmtxAODTrigRingerCnvtempfile - return $cmtsetupstatus -fi -cmtsetupstatus=0 -. ${cmtxAODTrigRingerCnvtempfile} -if test $? != 0 ; then - cmtsetupstatus=2 -fi -/bin/rm -f ${cmtxAODTrigRingerCnvtempfile} -unset cmtxAODTrigRingerCnvtempfile -return $cmtsetupstatus - diff --git a/Event/xAOD/xAODTrigRingerCnv/cmt/version.cmt b/Event/xAOD/xAODTrigRingerCnv/cmt/version.cmt deleted file mode 100644 index 5207f613ec516d84467dd0633896e5b7ecbf93de..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigRingerCnv/cmt/version.cmt +++ /dev/null @@ -1 +0,0 @@ -xAODTrigRingerCnv-r655703 diff --git a/Event/xAOD/xAODTrigger/cmt/Makefile.RootCore b/Event/xAOD/xAODTrigger/cmt/Makefile.RootCore deleted file mode 100644 index 729ee99626b6e72d6c3d834ab00e7fc156382f72..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigger/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODTrigger -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainersInterfaces AthContainers AthLinks xAODCore -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODTrigger/cmt/requirements b/Event/xAOD/xAODTrigger/cmt/requirements deleted file mode 100644 index 17556a9ec454f6934f6e15804eef863e5a8f430a..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTrigger/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package xAODTrigger -# $Id: requirements 744561 2016-05-03 16:08:19Z krasznaa $ - -author Lukas Heinrich <Lukas.Heinrich@cern.ch> -author Gordon Watts <gwatts@uw.edu> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - -use AthenaKernel AthenaKernel-* Control -use AthContainersInterfaces AthContainersInterfaces-* Control -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control - -use xAODCore xAODCore-* Event/xAOD - -library xAODTrigger ../Root/*.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External -use AtlasROOT AtlasROOT-* External - -apply_pattern lcgdict dict=xAODTrigger selectionfile=selection.xml \ - headerfiles="../xAODTrigger/xAODTriggerDict.h" \ - extralibfiles=../Root/dict/*.cxx - -apply_pattern do_genCLIDDB library=xAODTrigger - diff --git a/Event/xAOD/xAODTriggerAthenaPool/cmt/requirements b/Event/xAOD/xAODTriggerAthenaPool/cmt/requirements deleted file mode 100644 index 67c400477b945992537acc80ad8941ce7e1b806f..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTriggerAthenaPool/cmt/requirements +++ /dev/null @@ -1,78 +0,0 @@ -package xAODTriggerAthenaPool - -author Lukas Heinrich <lukas.heinrich@cern.ch> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -# EDM package(s): -use xAODTrigger xAODTrigger-* Event/xAOD -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control -#use TrigNavTools TrigNavTools-* Trigger/TrigEvent -use_ifndef pplist="XAOD_ANALYSIS" pkg="Trigger/TrigEvent/TrigNavTools" - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::MuonRoIContainer \ - xAOD::MuonRoIAuxContainer \ - xAOD::JetRoIContainer \ - xAOD::JetRoIAuxContainer \ - xAOD::EmTauRoIContainer \ - xAOD::EmTauRoIAuxContainer \ - xAOD::JetEtRoI \ - xAOD::JetEtRoIAuxInfo \ - xAOD::EnergySumRoI \ - xAOD::EnergySumRoIAuxInfo \ - xAOD::TrigCompositeContainer \ - xAOD::TrigCompositeAuxContainer \ - xAOD::TriggerMenuContainer \ - xAOD::TriggerMenuAuxContainer \ - xAOD::TrigConfKeys \ - xAOD::TrigDecision \ - xAOD::TrigDecisionAuxInfo \ - xAOD::TrigNavigation \ - xAOD::TrigNavigationAuxInfo \ - xAOD::RoiDescriptorStore \ - xAOD::RoiDescriptorStoreAuxInfo \ - xAOD::BunchConfKey \ - xAOD::BunchConfContainer \ - xAOD::BunchConfAuxContainer \ - xAOD::TrigPassBitsContainer \ - xAOD::TrigPassBitsAuxContainer" \ - files="-s=${xAODTrigger_root}/xAODTrigger \ - MuonRoIContainer.h \ - MuonRoIAuxContainer.h \ - JetRoIContainer.h \ - JetRoIAuxContainer.h \ - EmTauRoIContainer.h \ - EmTauRoIAuxContainer.h \ - JetEtRoI.h \ - JetEtRoIAuxInfo.h \ - EnergySumRoI.h \ - EnergySumRoIAuxInfo.h \ - TrigCompositeContainer.h \ - TrigCompositeAuxContainer.h \ - TriggerMenuContainer.h \ - TriggerMenuAuxContainer.h \ - TrigConfKeys.h \ - TrigDecision.h \ - TrigDecisionAuxInfo.h \ - TrigNavigation.h \ - TrigNavigationAuxInfo.h \ - RoiDescriptorStore.h \ - RoiDescriptorStoreAuxInfo.h \ - BunchConfKey.h \ - BunchConfContainer.h \ - BunchConfAuxContainer.h \ - TrigPassBitsContainer.h \ - TrigPassBitsAuxContainer.h" \ - cnv_pfx="xAOD" - diff --git a/Event/xAOD/xAODTriggerCnv/cmt/Makefile.RootCore b/Event/xAOD/xAODTriggerCnv/cmt/Makefile.RootCore deleted file mode 100644 index 9d1fa373597fd0a4ff8ea471de8530227e1944c5..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTriggerCnv/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODTriggerCnv -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools xAODTrigger xAODRootAccess -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODTriggerCnv/cmt/requirements b/Event/xAOD/xAODTriggerCnv/cmt/requirements deleted file mode 100644 index c070932828a2b9778c94e2576b6e9225e4376d66..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTriggerCnv/cmt/requirements +++ /dev/null @@ -1,52 +0,0 @@ -package xAODTriggerCnv -# $Id: requirements 744621 2016-05-03 18:38:44Z krasznaa $ - -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Base Gaudi/Athena package(s): -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -# EDM package(s): -use xAODTrigger xAODTrigger-* Event/xAOD - -use AsgTools AsgTools-* Control/AthToolSupport - -private - -use EventInfo EventInfo-* Event - -# Base Gaudi/Athena package(s): -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use StoreGate StoreGate-* Control - -# POOL package(s): -use AthenaPoolKernel AthenaPoolKernel-* Database/AthenaPOOL - -# EDM package(s): -use TrigDecisionEvent TrigDecisionEvent-* Trigger/TrigEvent -use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent -use AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger - -# Trigger package(s): -use TrigDecisionInterface TrigDecisionInterface-* Trigger/TrigEvent -use TrigConfInterfaces TrigConfInterfaces-* Trigger/TrigConfiguration -use TrigConfHLTData TrigConfHLTData-* Trigger/TrigConfiguration -use TrigAnalysisInterfaces TrigAnalysisInterfaces-* Trigger/TrigAnalysis - -end_private - -# Declare the library: - -macro what_to_compile "*.cxx ../Root/*.cxx components/*.cxx" AthAnalysisBase "../Root/*.cxx components/*.cxx" - -library xAODTriggerCnv $(what_to_compile) -apply_pattern component_library - -# Install the additional files: -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" - diff --git a/Event/xAOD/xAODTruth/cmt/Makefile.RootCore b/Event/xAOD/xAODTruth/cmt/Makefile.RootCore deleted file mode 100644 index e44442caa389d2963ed687991bbed33a412b1654..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTruth/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = xAODTruth -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODBase xAODCore TruthUtils -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Event/xAOD/xAODTruth/cmt/requirements b/Event/xAOD/xAODTruth/cmt/requirements deleted file mode 100644 index 44f457ab07aacdadc7b5440f8ba1ab3fcd1062ec..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTruth/cmt/requirements +++ /dev/null @@ -1,42 +0,0 @@ -package xAODTruth -# $Id: requirements 761796 2016-07-14 08:06:02Z krasznaa $ - -author Andy Buckley <andy.buckley@cern.ch> -author James Catmore <james.catmore@cern.ch> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> -author Jovan Mitrevski <Jovan.Mitrevski@cern.ch> - -public - -# Central packages: -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control - -# EDM packages: -use xAODBase xAODBase-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use AtlasROOT AtlasROOT-* External - -# Specify the ROOT components that are necessary for cmake. Transparent to CMT -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Physics)" - -library xAODTruth ../Root/*.cxx -apply_pattern installed_library - -private - -use TruthUtils TruthUtils-* Generators -use AtlasReflex AtlasReflex-* External - -# Generate a dictionary for the package: -apply_pattern lcgdict dict=xAODTruth selectionfile=selection.xml \ - headerfiles="../xAODTruth/xAODTruthDict.h" \ - extralibfiles=../Root/dict/*.cxx - -apply_pattern do_genCLIDDB library=xAODTruth - -# Specify the unit test(s) of the package: -use TestTools TestTools-* AtlasTest -apply_pattern UnitTest_run unit_test=ut_xaodtruth_particle - diff --git a/Event/xAOD/xAODTruthAthenaPool/cmt/requirements b/Event/xAOD/xAODTruthAthenaPool/cmt/requirements deleted file mode 100644 index 1713f5b45d979a12dc3ca1be59ee8d9f0b7642a5..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTruthAthenaPool/cmt/requirements +++ /dev/null @@ -1,47 +0,0 @@ -package xAODTruthAthenaPool -# $Id: requirements 770571 2016-08-29 11:37:46Z krasznaa $ - -author Andy Buckley <Andy.Buckley@cern.ch> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -public - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -private - -# Basic package(s): -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control - -# POOL package(s): -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -# EDM package(s): -use xAODTruth xAODTruth-* Event/xAOD - -# Declare the pool converter(s): -apply_pattern poolcnv typesWithNamespace="xAOD::TruthParticleContainer \ - xAOD::TruthParticleAuxContainer \ - xAOD::TruthVertexContainer \ - xAOD::TruthVertexAuxContainer \ - xAOD::TruthEventContainer \ - xAOD::TruthEventAuxContainer \ - xAOD::TruthPileupEventContainer \ - xAOD::TruthPileupEventAuxContainer \ - xAOD::TruthMetaDataContainer \ - xAOD::TruthMetaDataAuxContainer" \ - files="-s=${xAODTruth_root}/xAODTruth \ - TruthParticleContainer.h \ - TruthParticleAuxContainer.h \ - TruthVertexContainer.h \ - TruthVertexAuxContainer.h \ - TruthEventContainer.h \ - TruthEventAuxContainer.h \ - TruthPileupEventContainer.h \ - TruthPileupEventAuxContainer.h \ - TruthMetaDataContainer.h \ - TruthMetaDataAuxContainer.h" \ - cnv_pfx="xAOD" - diff --git a/Event/xAOD/xAODTruthCnv/cmt/requirements b/Event/xAOD/xAODTruthCnv/cmt/requirements deleted file mode 100644 index cb9baaed2ccbc1d9c7e40a7c1c5921f055ecbb54..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODTruthCnv/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package xAODTruthCnv - -author James.Catmore@cern.ch -author Jovan.Mitrevski@cern.ch -author andy.buckley@cern.ch - -# Base package(s): -use AtlasPolicy AtlasPolicy-* - -public -use AtlasPolicy AtlasPolicy-* -private -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -use GeneratorObjects GeneratorObjects-* Generators -use xAODTruth xAODTruth-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -use EventInfo EventInfo-* Event -use StoreGate StoreGate-* Control -use AthLinks AthLinks-* Control -end_private - -#private -#macro_append HepMC_linkopts " $(HepMC_IO_linkopts) " -#end_private - -# Make a component library: -library xAODTruthCnv *.cxx components/*.cxx -apply_pattern component_library - -# Install the jobOptions: -apply_pattern declare_joboptions files=*.py - -private -# macro cppdebugflags '$(cppdebugflags_s)' -# macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Event/xAOD/xAODViews/cmt/requirements b/Event/xAOD/xAODViews/cmt/requirements deleted file mode 100644 index 14ae80f28246ff1f7a0cb3a5d898266d4d477120..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODViews/cmt/requirements +++ /dev/null @@ -1,20 +0,0 @@ -package xAODViews -author John Baines <john.baines@stfc.ac.uk> - -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use xAODCore xAODCore-* Event/xAOD - -private -use AtlasROOT AtlasROOT-* External -end_private - -use xAODTracking xAODTracking-* Event/xAOD - - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=xAODViews \ - selectionfile=selection.xml \ - headerfiles="../xAODViews/xAODViewsDict.h" diff --git a/Event/xAOD/xAODViewsCnv/cmt/requirements b/Event/xAOD/xAODViewsCnv/cmt/requirements deleted file mode 100644 index 6070ed50a59310aa6b950639166e6665a79ada2e..0000000000000000000000000000000000000000 --- a/Event/xAOD/xAODViewsCnv/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package xAODViewsCnv - -author John Baines <John.Baines@stfc.ac.uk> - -use AtlasPolicy AtlasPolicy-* -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -private -# use statements for data packages -use xAODViews xAODViews-* Event/xAOD -end_private - -apply_pattern poolcnv typesWithNamespace="xAOD::TrackParticleViewVector \ - xAOD::VertexViewVector " \ - files="-s=${xAODViews_root}/xAODViews \ - TrackParticleViewVector.h \ - VertexViewVector.h" \ - cnv_pfx="xAOD" - - - - - - - - - diff --git a/Generators/AlpGenControl/cmt/requirements b/Generators/AlpGenControl/cmt/requirements deleted file mode 100644 index 86c448a0e870dcf527ec8b24741edd753bf546ac..0000000000000000000000000000000000000000 --- a/Generators/AlpGenControl/cmt/requirements +++ /dev/null @@ -1,14 +0,0 @@ -package AlpGenControl - -author Zach Marshall <zach.marshall@cern.ch> - -branches share python - -private -use AtlasPolicy AtlasPolicy-* -use AlpGen AlpGen-* External - -apply_pattern declare_python_modules files="*.py" -apply_pattern generic_declare_for_link kind=share files='-s=../share *.dat' prefix=share name=<name> -apply_pattern declare_joboptions files="-s=../share *.py" -end_private diff --git a/Generators/BeamHaloGenerator/cmt/requirements b/Generators/BeamHaloGenerator/cmt/requirements deleted file mode 100755 index 92c712b9f886d3049b29cbb65a1464b08c44aab0..0000000000000000000000000000000000000000 --- a/Generators/BeamHaloGenerator/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package BeamHaloGenerator - -author W. H. Bell <W.Bell@cern.ch> - -public - -use AtlasHepMC AtlasHepMC-* External -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use GeneratorModules GeneratorModules-* Generators - -private - -use AthenaKernel AthenaKernel-* Control - -public - -use AtlasROOT AtlasROOT-* External - -private - -use AtlasCLHEP AtlasCLHEP-* External -use HepPDT * LCG_Interfaces - -public - -# Build the library (and export the headers) -apply_pattern dual_use_library files=*.cxx -apply_pattern declare_joboptions files="*.py" diff --git a/Generators/BoostAfterburner/cmt/requirements b/Generators/BoostAfterburner/cmt/requirements deleted file mode 100644 index d4227b93b5ca58d1721d3e5964be3fa5d5168b1a..0000000000000000000000000000000000000000 --- a/Generators/BoostAfterburner/cmt/requirements +++ /dev/null @@ -1,15 +0,0 @@ -package BoostAfterburner -author Aaron Angerami <angerami@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control - -private -use GaudiInterface GaudiInterface-* External -use GeneratorObjects GeneratorObjects-* Generators -use AtlasCLHEP AtlasCLHEP-* External -end_private - -apply_pattern dual_use_library files=" *.cxx " -apply_pattern declare_joboptions files="*.py" - diff --git a/Generators/CavernBkgGenerator/cmt/requirements b/Generators/CavernBkgGenerator/cmt/requirements deleted file mode 100755 index 83b456846dc5fae81ab4deef86590c7e57a32368..0000000000000000000000000000000000000000 --- a/Generators/CavernBkgGenerator/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package CavernBkgGenerator - -author Georgios Stavropoulos <George.Stavropoulos@cern.ch> -author Ketevi A. Assamagan <Ketevi@bnl.gov> - -use AtlasPolicy AtlasPolicy-* -use HepPDT * LCG_Interfaces -use GeneratorModules GeneratorModules-* Generators -use AthenaKernel AthenaKernel-* Control -use GaudiInterface GaudiInterface-* External -use AtlasCLHEP AtlasCLHEP-* External -use AtlasHepMC AtlasHepMC-* External -private - -# Specify a dependency against the ROOT mincern library for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS minicern)" - -macro useCernlibCavernBkg "" target-darwin "AtlasCERNLIB AtlasCERNLIB-* External" -use $(useCernlibCavernBkg) -end_private - -apply_pattern dual_use_library files="GenerateCavernBkg.cxx \ - MuonBackgroundEventParser.cxx \ - MuonBackgroundConverter.cxx \ - gbkgout.F \ - cavbkg.F \ - atlrgeom.F" - -# Add the vdist function to the list of files in the library for cmake (transparent to CMT) -apply_pattern cmake_add_generated_files library=CavernBkgGeneratorLib files=src/vdist.F - -apply_pattern declare_joboptions files="*.py" - -private -macro as_needed_tag "notAsNeeded" target-darwin "asNeeded" -apply_tag $(as_needed_tag) -end_private diff --git a/Generators/CompHep_i/cmt/requirements b/Generators/CompHep_i/cmt/requirements deleted file mode 100755 index fb20b773ba32a4d129d7c3699b1f6f35c1bfcbc0..0000000000000000000000000000000000000000 --- a/Generators/CompHep_i/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package CompHep_i - -author Georgios Stavropoulos <George.Stavropoulos@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use Pythia Pythia-* External -use Lhapdf Lhapdf-* External - -private -use GeneratorFortranCommon GeneratorFortranCommon-* Generators -end_private - -private -macro_append fflags "" Linux " -Wno-character-truncation " -end_private - -# The dependencies of the various generator packages need to be sorted out -# so that they work in full asNeeded/noUndefined mode. Until that time, this -# package explicitly sets the allowUndefined tag -private -apply_tag allowUndefined -end_private - -library CompHep_i *.cxx *.F - -apply_pattern installed_library - -apply_pattern declare_runtime_extras extras="Mixed.PEV inparmCompHep.dat" -apply_pattern declare_joboptions files="*.py" diff --git a/Generators/CosmicGenerator/cmt/requirements b/Generators/CosmicGenerator/cmt/requirements deleted file mode 100644 index c5d4f763e0592ef4dc720d3a454b0b68f84420d7..0000000000000000000000000000000000000000 --- a/Generators/CosmicGenerator/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package CosmicGenerator - -author SBentvelsen -author rmcphers - -use AtlasPolicy AtlasPolicy-* -use AtlasCLHEP AtlasCLHEP-* External -use AthenaKernel AthenaKernel-* Control - -use GeneratorModules GeneratorModules-* Generators -use AtlasHepMC AtlasHepMC-* External - -private -use GaudiInterface GaudiInterface-* External -end_private - -public -# Build the library (and export the headers) -apply_pattern dual_use_library files="cosmic2.f CosmicGun.cxx CosmicGenerator.cxx" - -apply_pattern declare_joboptions files="*.txt *.py" -apply_pattern declare_python_modules files="*.py" diff --git a/Generators/EmbeddedTrackGenerator/cmt/requirements b/Generators/EmbeddedTrackGenerator/cmt/requirements deleted file mode 100644 index 2438011380280b1b6baa325a6e7bc0f2e2310e89..0000000000000000000000000000000000000000 --- a/Generators/EmbeddedTrackGenerator/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package EmbeddedTrackGenerator - -author Andrei Gaponenko <andrei.gaponenko@cern. - -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External - -use GeneratorModules GeneratorModules-* Generators - -use PileUpTools PileUpTools-* Control - -private -use AtlasCLHEP AtlasCLHEP-* External -use HepPDT * LCG_Interfaces -use JetEvent JetEvent-* Reconstruction/Jet -use VxVertex VxVertex-* Tracking/TrkEvent -use EventInfo EventInfo-* Event - -public - - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" - -library EmbeddedTrackGenerator *.cxx components/*.cxx diff --git a/Generators/Epos_i/cmt/requirements b/Generators/Epos_i/cmt/requirements deleted file mode 100644 index 9aad523f04aa72e115ef64c61843baa210ef0b1d..0000000000000000000000000000000000000000 --- a/Generators/Epos_i/cmt/requirements +++ /dev/null @@ -1,43 +0,0 @@ -package Epos_i -author Sami Kama sami.kama@cern.ch - -use AtlasPolicy AtlasPolicy-* -use AtlasFortranPolicy AtlasFortranPolicy-* -use GeneratorModules GeneratorModules-* Generators -use Epos Epos-* External - -private -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External -use AtlasHepMC AtlasHepMC-* External -use GaudiInterface GaudiInterface-* External -use TruthUtils TruthUtils-* Generators -end_private - -private -include_path none -macro_append fflags "" Linux&gcc34 " -fno-automatic -finit-local-zeros -fbounds-check "\ - Linux&gcc43 " -fno-automatic -fbounds-check " -apply_tag notAsNeeded -end_private - -macro EposLibFiles "" -macro_append EposLibFiles " Epos.cxx" -#macro_append EposLibFiles " AtEposGenEvent.F" -#macro_append EposLibFiles " AtEposFinalize.F" -#macro_append EposLibFiles " AtEposInit.F" -#macro_append EposLibFiles " AtEposReadCard.F" -#macro_append EposLibFiles " AtEposSetParams.F" -macro_append EposLibFiles " Ranfini.F" -macro_append EposLibFiles " DRanf.F" -macro_append EposLibFiles " Rangen.F" - -#library Epos_i $(EposLibFiles) -# TODO: shouldn't this just be a component library (i.e. no-one wants to link against it)? - AB -apply_pattern named_dual_use_library library="Epos_i" files=$(EposLibFiles) -macro_append Epos_i_shlibflags " $(HepMC_IO_linkopts) " -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_runtime_extras extras="epos_crmc.param" - -# Add the HepMCfio library to the CMake link options: -apply_pattern cmake_add_command command="find_package(HepMC COMPONENTS HepMC HepMCfio)" diff --git a/Generators/EvgenJobTransforms/cmt/requirements b/Generators/EvgenJobTransforms/cmt/requirements deleted file mode 100644 index 7c5ea1d14c499a45be2dd23b31a0df944ff464e0..0000000000000000000000000000000000000000 --- a/Generators/EvgenJobTransforms/cmt/requirements +++ /dev/null @@ -1,19 +0,0 @@ -package EvgenJobTransforms - - -use AtlasPolicy AtlasPolicy-* -use PyJobTransforms PyJobTransforms-* Tools - -private -use TestPolicy TestPolicy-* -end_private - -apply_pattern declare_job_transforms tfs='*.py' jo='*.py' -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_runtime_extras extras="../test/EvgenJobTransforms_TestConfiguration.xml" -apply_pattern declare_joboptions files="../test/test_*.py" - -private -apply_pattern validate_xml -end_private -macro EvgenJobTransforms_TestConfiguration "../test/EvgenJobTransforms_TestConfiguration.xml" diff --git a/Generators/EvgenProdTools/cmt/requirements b/Generators/EvgenProdTools/cmt/requirements deleted file mode 100644 index 4970326dc9f6dbb3cc336d964a000a4bfa1da41a..0000000000000000000000000000000000000000 --- a/Generators/EvgenProdTools/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package EvgenProdTools - -author Andy Buckley <andy.buckley@cern.ch> -author Zach Marshall <zach.marshall@cern.ch> -author Will Buttinger <will@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasHepMC AtlasHepMC-* External -use AtlasROOT AtlasROOT-* External -use GeneratorModules GeneratorModules-* Generators -use TruthHelper TruthHelper-* Generators/GenAnalysisTools -use AthenaBaseComps AthenaBaseComps-* Control - -private -use AthenaKernel AthenaKernel-* Control -use TruthUtils TruthUtils-* Generators -use GaudiInterface GaudiInterface-* External -use EventInfo EventInfo-* Event - - -end_private - -#use AtlasHepMC AtlasHepMC-* External -#use AthenaBaseComps AthenaBaseComps-* Control -#use StoreGate StoreGate-* Control - -apply_pattern dual_use_library files=" *.cxx " - -apply_pattern declare_joboptions files="*.py" - -apply_pattern declare_runtime extras="*.txt" - -apply_pattern declare_python_modules files="*.py" diff --git a/Generators/EvtGen_i/cmt/requirements b/Generators/EvtGen_i/cmt/requirements deleted file mode 100644 index 74ddec7ae96bef3c1be01f01aba5b922089a3f51..0000000000000000000000000000000000000000 --- a/Generators/EvtGen_i/cmt/requirements +++ /dev/null @@ -1,48 +0,0 @@ -package EvtGen_i - -author Maria Smizanska - -use AtlasPolicy AtlasPolicy-* -use AtlasBoost AtlasBoost-* External -use StoreGate StoreGate-* Control -use AtlasPyROOT AtlasPyROOT-* External - -use GeneratorModules GeneratorModules-* Generators -use GeneratorObjects GeneratorObjects-* Generators -use AtlasHepMC AtlasHepMC-* External -use EvtGen EvtGen-* External -use Pythia8 Pythia8-* External -use Photospp Photospp-* External -use Tauolapp Tauolapp-* External - -use GaudiInterface GaudiInterface-* External -use HepPDT * LCG_Interfaces - - -private -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External - -# The dependencies of the various generator packages need to be sorted out -# so that they work in asNeeded mode. Until that time, this package -# explicitly overrides the asNeeded tag -private -apply_tag notAsNeeded -end_private - -public - -#apply_pattern dual_use_library files="EvtDecay.cxx EvtInclusiveDecay.cxx EvtPhotosEngine.cxx EvtPythiaEngine.cxx EvtTauolaEngine.cxx" - -##apply_pattern dual_use_library files="EvtInclusiveDecay.cxx" - -apply_pattern dual_use_library files="EvtPythia.cxx EvtTauola.cxx EvtExternalGenFactory.cxx EvtPHOTOS.cxx EvtPythia6CommandConverter.cxx EvtTauolaEngine.cxx EvtExternalList.cxx EvtPhotosEngine.cxx EvtPythiaEngine.cxx EvtInclusiveDecay.cxx" - -macro_append EvtGen_i_cppflags "-DEVTGEN_PYTHIA -DEVTGEN_PHOTOS -DEVTGEN_TAUOLA " - -macro_append EvtGen_i_shlibflags "$(EvtGen_linkopts) $(Tauolapp_linkopts)" - -apply_pattern declare_runtime extras="*.dat *.DAT *.DEC *.table *.dec *.pdt" -apply_pattern declare_joboptions files="*.txt *.py" - -apply_tag notAsNeeded diff --git a/Generators/ExoGraviton_i/cmt/requirements b/Generators/ExoGraviton_i/cmt/requirements deleted file mode 100644 index 54dc9eb519bef12b18fe6439ce804cfeb36d5566..0000000000000000000000000000000000000000 --- a/Generators/ExoGraviton_i/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package ExoGraviton_i - -author Reyhaneh Rezvani<reyhaneh.rezvani@cern.ch> - - -use AtlasPolicy AtlasPolicy-* - -private -use Pythia Pythia-* External - -# The dependencies of the various generator packages need to be sorted out -# so that they work in full asNeeded/noUndefined mode. Until that time, this -# package explicitly sets the allowUndefined tag -private -apply_tag allowUndefined -end_private - -public -library ExoGraviton_i *.cxx *.F -apply_pattern installed_library - -apply_pattern declare_joboptions files="*.py" - - diff --git a/Generators/FlowAfterburner/cmt/requirements b/Generators/FlowAfterburner/cmt/requirements deleted file mode 100644 index 11b94f1e63f57ac0478acbc402b0def464ce19ce..0000000000000000000000000000000000000000 --- a/Generators/FlowAfterburner/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package FlowAfterburner - -author Andrzej Olszewski <Andrzej.Olszewski@ifj.edu.pl> - -use AtlasPolicy AtlasPolicy-* - -use AthenaKernel AthenaKernel-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External -use AtlasGSL AtlasGSL-* External -use GeneratorObjects GeneratorObjects-* Generators -use TruthHelper TruthHelper-* Generators/GenAnalysisTools - -private -use AtlasHepMC AtlasHepMC-* External -use TruthUtils TruthUtils-* Generators -use StoreGate StoreGate-* Control -end_private - -apply_pattern dual_use_library files=" *.cxx " - -apply_pattern declare_joboptions files="*.txt *.py" diff --git a/Generators/GenAnalysisTools/EventBoost/cmt/requirements b/Generators/GenAnalysisTools/EventBoost/cmt/requirements deleted file mode 100755 index 2ce80019187ff0a1463d447c48617b2f695c1b2f..0000000000000000000000000000000000000000 --- a/Generators/GenAnalysisTools/EventBoost/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package EventBoost - -author Esben Klinkby <klinkby@phy.duke.edu> - -private - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasHepMC AtlasHepMC-* External -end_public - -branches run - -# The following dependencies satisfy the compile (build) time environment -public -use GaudiInterface GaudiInterface-* External -end_public - -use StoreGate StoreGate-* Control -use AtlasDoxygen AtlasDoxygen-* Tools - -#use AtlasSimulationRunTime AtlasSimulationRunTime-* -use GeneratorObjects GeneratorObjects-* Generators -use AtlasCLHEP AtlasCLHEP-* External - -public -library EventBoost *.cxx components/*.cxx -apply_pattern component_library - -apply_tag notAsNeeded - diff --git a/Generators/GenAnalysisTools/ReweightTools/cmt/requirements b/Generators/GenAnalysisTools/ReweightTools/cmt/requirements deleted file mode 100755 index e80a525cf8a7781edf8a6796f716d38763295567..0000000000000000000000000000000000000000 --- a/Generators/GenAnalysisTools/ReweightTools/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package ReweightTools -############################################################# -## TruthSelector: tool to select reconstructable GenParticles -############################################################# - -author Alan Poppleton <Alan.Poppleton@cern.ch> -author Sven Vahsen <SEVahsen@lbl.gov> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasHepMC AtlasHepMC-* External -use Lhapdf Lhapdf-* External -use AthenaBaseComps AthenaBaseComps-* Control - -private -use GeneratorObjects GeneratorObjects-* Generators -use StoreGate StoreGate-* Control -use DataModel DataModel-* Control - -apply_pattern dual_use_library files='*.cxx' - -apply_pattern declare_joboptions files="*.py" - -private - - diff --git a/Generators/GenAnalysisTools/TruthHelper/cmt/requirements b/Generators/GenAnalysisTools/TruthHelper/cmt/requirements deleted file mode 100644 index f95109956f6caf571573fdcd9dd7f638739653ab..0000000000000000000000000000000000000000 --- a/Generators/GenAnalysisTools/TruthHelper/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package TruthHelper - -author Ian Hinchliffe -author Andy Buckley - -use AtlasPolicy AtlasPolicy-* -use StoreGate StoreGate-* Control -use GaudiInterface GaudiInterface-* External -use GeneratorObjects GeneratorObjects-* Generators -use AtlasHepMC AtlasHepMC-* External - -private -use AthenaKernel AthenaKernel-* Control -use TruthUtils TruthUtils-* Generators -use HepPDT * LCG_Interfaces -end_private - -#ignore_pattern package_tag -library TruthHelper *.cxx -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External -apply_pattern lcgdict dict=TruthHelper \ - selectionfile=selection.xml \ - headerfiles="..//TruthHelper/TruthHelperDict.h" -end_private diff --git a/Generators/GenAnalysisTools/TruthTools/cmt/requirements b/Generators/GenAnalysisTools/TruthTools/cmt/requirements deleted file mode 100644 index 9ae3455fca75faaa68006d634fe2d1ff5db788ec..0000000000000000000000000000000000000000 --- a/Generators/GenAnalysisTools/TruthTools/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package TruthTools -############################################################# -## TruthSelector: tool to select reconstructable GenParticles -############################################################# - -author Alan Poppleton <Alan.Poppleton@cern.ch> -author Sven Vahsen <SEVahsen@lbl.gov> - -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasHepMC AtlasHepMC-* External -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use HepPDT v* LCG_Interfaces - -private -use GeneratorObjects GeneratorObjects-* Generators -use TruthUtils TruthUtils-* Generators -end_private - -library TruthTools TruthSelector.cxx components/*.cxx -apply_pattern component_library diff --git a/Generators/GeneratorFilters/cmt/requirements b/Generators/GeneratorFilters/cmt/requirements deleted file mode 100644 index 02aa9e5d5ede1f399a162260f0b62d891bba082a..0000000000000000000000000000000000000000 --- a/Generators/GeneratorFilters/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package GeneratorFilters - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use GeneratorModules GeneratorModules-* Generators -use AtlasCLHEP AtlasCLHEP-* External -use AtlasHepMC AtlasHepMC-* External -use AtlasROOT AtlasROOT-* External -use StoreGate StoreGate-* Control -use xAODJet xAODJet-* Event/xAOD - -private -use HepPDT * LCG_Interfaces -use EventInfo EventInfo-* Event -use AthenaKernel AthenaKernel-* Control -use CxxUtils CxxUtils-* Control -use TruthUtils TruthUtils-* Generators -use MissingETEvent MissingETEvent-* Reconstruction -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon -use xAODTruth xAODTruth-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -end_private - -apply_tag ROOTMathLibs - -apply_pattern dual_use_library files=*.cxx -apply_pattern declare_joboptions files="*.py" diff --git a/Generators/GeneratorFilters/cmt/uses.log b/Generators/GeneratorFilters/cmt/uses.log deleted file mode 100644 index 8278d8317dcb57093d01c6ff56054f53f296f696..0000000000000000000000000000000000000000 --- a/Generators/GeneratorFilters/cmt/uses.log +++ /dev/null @@ -1,23 +0,0 @@ -use CMT v1r10p20011113 /afs/cern.ch/sw/contrib -use ExternalLibs v3r4 /afs/cern.ch/atlas/offline/external/Gaudi/0.8.3 -use AIDA v1r0 /afs/cern.ch/atlas/offline/external/Gaudi/0.8.3 -use Graphviz v1 /afs/cern.ch/sw/contrib/CMT -use cmtgrapher v1 /afs/cern.ch/sw/contrib/CMT -use GaudiPolicy v5r1 /afs/cern.ch/atlas/offline/external/Gaudi/0.8.3 -use GaudiKernel v10 /afs/cern.ch/atlas/offline/external/Gaudi/0.8.3 -use ExternalComponents ExternalComponents-00-00-03 /afs/cern.ch/atlas/software/dist/2.4.1/External -use ExternalPolicy ExternalPolicy-00-00-09 /afs/cern.ch/atlas/software/dist/2.4.1/External -use GaudiInterface GaudiInterface-01-03-02 /afs/cern.ch/atlas/software/dist/2.4.1/External -use CERNLIB CERNLIB-01-00-06 /afs/cern.ch/atlas/software/dist/2.4.1/External -use AtlasExternalArea AtlasExternalArea-00-00-05 /afs/cern.ch/atlas/software/dist/2.4.1/External -use Boost Boost-01-03-08 /afs/cern.ch/atlas/software/dist/2.4.1/External -use Pythia Pythia-00-00-10 /afs/cern.ch/atlas/software/dist/2.4.1/External -use CxxFeatures CxxFeatures-00-00-13 /afs/cern.ch/atlas/software/dist/2.4.1/Utilities -use FortranFeatures FortranFeatures-00-00-06 /afs/cern.ch/atlas/software/dist/2.4.1/Utilities -use AtlasPolicy AtlasPolicy-01-03-30 /afs/cern.ch/atlas/software/dist/2.4.1 -use Anaphe Anaphe-00-00-09 /afs/cern.ch/atlas/software/dist/2.4.1/External -use CLHEP CLHEP-00-01-06 /afs/cern.ch/atlas/software/dist/2.4.1/External -use GaudiDb v4r1 /afs/cern.ch/atlas/offline/external/Gaudi/0.8.3 -use StoreGate StoreGate-02-00-05 /afs/cern.ch/atlas/software/dist/2.4.1/Control -use HepMC HepMC-01-01-04 /afs/cern.ch/atlas/software/dist/2.4.1/Simulation -use GeneratorObjects GeneratorObjects-01-01-04 /afs/cern.ch/atlas/maxidisk/d132/ianh/2.4.1/Generators diff --git a/Generators/GeneratorModules/cmt/requirements b/Generators/GeneratorModules/cmt/requirements deleted file mode 100644 index e60e1eb770e93651bbc9df0dfa927b20166f5da6..0000000000000000000000000000000000000000 --- a/Generators/GeneratorModules/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package GeneratorModules - -author Andy Buckley <andy.buckley@cern.ch> -author Ian Hinchliffe <I_Hinchliffe@lbl.gov> -author Georgios Stavropoulos <George.Stavropoulos@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasFortranPolicy AtlasFortranPolicy-* -use HepPDT * LCG_Interfaces -use GaudiInterface GaudiInterface-* External -use AtlasHepMC AtlasHepMC-* External -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External -use AthenaKernel AthenaKernel-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use StoreGate StoreGate-* Control -use GeneratorObjects GeneratorObjects-* Generators - -apply_pattern dual_use_library files="*.cxx" -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" diff --git a/Generators/GeneratorObjects/cmt/requirements b/Generators/GeneratorObjects/cmt/requirements deleted file mode 100644 index 12fcea579877fd4bbc47860e19b22b46e7a6135a..0000000000000000000000000000000000000000 --- a/Generators/GeneratorObjects/cmt/requirements +++ /dev/null @@ -1,50 +0,0 @@ -package GeneratorObjects - -author Ian Hinchliffe <I_Hinchliffe@lbl.gov> -author Georgios Stavropoulos <George.Stavropoulos@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasHepMC AtlasHepMC-* External -use GaudiInterface GaudiInterface-* External -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use SGTools SGTools-* Control -use xAODTruth xAODTruth-* Event/xAOD - -private -use AthenaKernel AthenaKernel-* Control -use CxxUtils CxxUtils-* Control -use StoreGate StoreGate-* Control -use AtlasGoogleTest AtlasGoogleTest-* External -end_private - -# Must give explicit list of classes so as NOT to include in the list -# the dict_fix.cxx file -library GeneratorObjects HepMcParticleLink.cxx McEventCollection.cxx HijingEventParams.cxx - -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports -use AtlasCLHEP AtlasCLHEP-* External -# to fix iterator dicts... -use RootUtils RootUtils-* Control - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See EventInfoDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -apply_pattern lcgdict dict=GeneratorObjects selectionfile=selection.xml headerfiles="../GeneratorObjects/McEventDict.h" - -# Now build a special (hand-written) library to build a dictionary for -# GenParticle and GenVertex due to HepLorentzVector -#apply_pattern lcgdictfix libname=GeneratorObjects dictfiles="McEventDict_dict_fix.cxx" - -apply_pattern install_runtime -apply_pattern declare_joboptions files="HepMcParticleLink_test.txt" -use TestTools TestTools-* AtlasTest -apply_pattern UnitTest_run unit_test=HepMcParticleLink extrapatterns="ClassIDSvc Initialized successfully|^JobOptionsSvc +INFO" -end_private - diff --git a/Generators/GeneratorObjectsAthenaPool/cmt/requirements b/Generators/GeneratorObjectsAthenaPool/cmt/requirements deleted file mode 100755 index 5d18ad4ced3162aa014ce34fd16eb110a30100c1..0000000000000000000000000000000000000000 --- a/Generators/GeneratorObjectsAthenaPool/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package GeneratorObjectsAthenaPool - -author Georgios Stavropoulos <George.Stavropoulos@cern.ch> -author Sebastien Binet <binet@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasSealCLHEP AtlasSealCLHEP-* Database -no_auto_imports -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -private -use GeneratorObjects GeneratorObjects-* Generators -use GeneratorObjectsTPCnv GeneratorObjectsTPCnv-* Generators -end_private - -# apply_pattern declare_runtime -apply_pattern declare_joboptions files="*.py" - -# -# Create the list of files for which we want to generate a POOL converter -macro genObjAthenaPoolCnv "" -macro_append genObjAthenaPoolCnv "-s=${GeneratorObjects_root}/GeneratorObjects" -macro_append genObjAthenaPoolCnv " HijingEventParams.h" -macro_append genObjAthenaPoolCnv " McEventCollection.h" - -apply_pattern poolcnv files=$(genObjAthenaPoolCnv) diff --git a/Generators/GeneratorObjectsTPCnv/cmt/requirements b/Generators/GeneratorObjectsTPCnv/cmt/requirements deleted file mode 100755 index fcce9c7d9f0c545f79dcb8292f3027aeb0d08337..0000000000000000000000000000000000000000 --- a/Generators/GeneratorObjectsTPCnv/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package GeneratorObjectsTPCnv - -author Davide Costanzo <davide.costanzo@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External - -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -use AtlasHepMC AtlasHepMC-* External -use GeneratorObjects GeneratorObjects-* Generators - -private -use AthenaKernel AthenaKernel-* Control -use AthAllocators AthAllocators-* Control - -use HepMCWeightSvc HepMCWeightSvc-* Generators - -end_private - -branches doc src GeneratorObjectsTPCnv - -apply_pattern tpcnv_library -library GeneratorObjectsTPCnv *.cxx - -# The following use is to get the lcgdict pattern. -# This is "hidden" behind "private" and "no_auto_imports" to keep -# clients of EventInfo from seeing excess dependencies -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See EventInfoDict -apply_pattern lcgdict dict=GeneratorObjectsTPCnv selectionfile=selection.xml headerfiles="../GeneratorObjectsTPCnv/GeneratorObjectsTPCnvDict.h" -apply_pattern lcgdict dict=OLD_GeneratorObjectsTPCnv selectionfile=OLD_selection.xml headerfiles="../GeneratorObjectsTPCnv/GeneratorObjectsTPCnvDict.h" - diff --git a/Generators/GeneratorUtils/cmt/requirements b/Generators/GeneratorUtils/cmt/requirements deleted file mode 100644 index afe8e616a266a40bc726b594dfe0d0a299f5fe94..0000000000000000000000000000000000000000 --- a/Generators/GeneratorUtils/cmt/requirements +++ /dev/null @@ -1,15 +0,0 @@ -package GeneratorUtils - -author Andy Buckley -author Ian Hinchliffe -author Siva Subramania - -use AtlasPolicy AtlasPolicy-* -use AtlasBoost AtlasBoost-* External - -apply_pattern declare_joboptions files="*.py" - -private -use TestTools TestTools-* AtlasTest -apply_pattern UnitTest_run unit_test=StringParse -end_private diff --git a/Generators/GenzModuleEvent/cmt/requirements b/Generators/GenzModuleEvent/cmt/requirements deleted file mode 100644 index 64cbe060fa118c37c1fef4debd64459ccd621a20..0000000000000000000000000000000000000000 --- a/Generators/GenzModuleEvent/cmt/requirements +++ /dev/null @@ -1,11 +0,0 @@ -package GenzModuleEvent - -author Ian Hinchliffe <I_Hinchliffe@lbl.gov> -author Maria Smizanska <maria.smizanska@cern.ch> -author Georgios Stavropoulos <George.Stavropoulos@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasHepMC AtlasHepMC-* External - -library GenzModuleEvent *.cxx -apply_pattern installed_library diff --git a/Generators/GravADD_i/cmt/requirements b/Generators/GravADD_i/cmt/requirements deleted file mode 100644 index 042dd339698b4b36d9adf0b82e16b5a76fde5c6b..0000000000000000000000000000000000000000 --- a/Generators/GravADD_i/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package GravADD_i - -author Nele Boelaert<nele.boelaert@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -private -use Pythia Pythia-* External -use AtlasFortranPolicy AtlasFortranPolicy-* -use Lhapdf Lhapdf-* External -end_private - -use AtlasGSL AtlasGSL-* External - -# The dependencies of the various generator packages need to be sorted out -# so that they work in full asNeeded/noUndefined mode. Until that time, this -# package explicitly sets the allowUndefined tag -private -apply_tag allowUndefined -end_private - -public -library GravADD_i *.cxx *.F *.c -apply_pattern installed_library - -apply_pattern declare_joboptions files="*.py" - diff --git a/Generators/HepMCAnalysis_i/cmt/requirements b/Generators/HepMCAnalysis_i/cmt/requirements deleted file mode 100644 index 09736a28a6f372fcce35995e6d4ebf303ddbb457..0000000000000000000000000000000000000000 --- a/Generators/HepMCAnalysis_i/cmt/requirements +++ /dev/null @@ -1,41 +0,0 @@ -package HepMCAnalysis_i - -author Nataliia Kondrashova <natalia.kondrashova@cern.ch> -author Wolfgang Ehrenfeld <wolfgang.ehrenfeld@desy.de> -author Sebastian Johnert <sebastian.johnert@desy.de> - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -use AtlasHepMC AtlasHepMC-* External - -private - -use StoreGate StoreGate-* Control -use EventInfo EventInfo-* Event -use AtlasCLHEP AtlasCLHEP-* External -use AtlasHepMCAnalysis AtlasHepMCAnalysis-* External -use GeneratorObjects GeneratorObjects-* Generators -use HEPUtils HEPUtils-* External -use TruthUtils TruthUtils-* Generators -use TestPolicy TestPolicy-* - -#apply_pattern validate_xml - - -public - -library HepMCAnalysis_i *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_python_modules files="*.py" -#apply_pattern declare_jobtransforms trfs='*trf.py' jo='*.py' -apply_pattern declare_joboptions files="*.txt *.py" -#apply_pattern dual_use_library files=*.cxx - -macro HepMCAnalysis_i_TestConfiguration "../test/HepMCAnalysis_i_TestConfiguration.xml" -apply_pattern declare_runtime extras="../test/*.xml ../share/*.C ../share/*.py ../share/common/*.py ../share/*.txt ../share/RTTJO/HepMCAnalysisJO_*.py" -#apply_pattern declare_runtime extras="../test/HepMCAnalysis_i_TestConfiguration.xml ../share/RTTJO/HepMCAnalysisJO_*.py" diff --git a/Generators/HepMCWeightSvc/cmt/requirements b/Generators/HepMCWeightSvc/cmt/requirements deleted file mode 100644 index dff46b4e7e7d557aea086cb1ee7fd9646d3550c0..0000000000000000000000000000000000000000 --- a/Generators/HepMCWeightSvc/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -## automatically generated CMT requirements file -package HepMCWeightSvc -author will - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - -private -use EventInfo EventInfo-* Event -use AthenaBaseComps AthenaBaseComps-* Control -use IOVDbMetaDataTools IOVDbMetaDataTools-* Database -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use IOVDbDataModel IOVDbDataModel-* Database -use AtlasBoost AtlasBoost-* External -use AtlasCORAL AtlasCORAL-* External -end_private - -## put here your package dependencies... - -## - -branches src src/components doc python share - -private -## default is to make component library -library HepMCWeightSvc *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -end_private - - diff --git a/Generators/Herwig7_i/cmt/requirements b/Generators/Herwig7_i/cmt/requirements deleted file mode 100644 index 945ffb12946435f559a425a0a821cc2b99ef52db..0000000000000000000000000000000000000000 --- a/Generators/Herwig7_i/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package Herwig7_i - -author Daniel Rauch <daniel.rauch@desy.de> - -use AtlasPolicy AtlasPolicy-* -use GeneratorModules GeneratorModules-* Generators -use ThePEG ThePEG-* External - -private -use GaudiInterface GaudiInterface-* External -use Herwig7 Herwig7-* External -use AtlasBoost AtlasBoost-* External -use EventInfo EventInfo-* Event -use PathResolver PathResolver-* Tools -end_private - -library Herwig7_i *.cxx -s=components *.cxx -apply_pattern component_library - -# Add the macro definitions for cmake (transparent to CMT) -apply_pattern cmake_add_command command='add_definitions(-DHWVERSION=\"${HERWIG7_VERSION}\")' - -macro Herwig7_i_linkopts "$(Herwig7_linkopts) " -macro_append Herwig7_i_pp_cppflags '-DHWVERSION=\"$(Herwig7_version)\" ' -macro_append Herwig7_i_pp_cppflags '-DHWREPODIR=\"$(Herwig7_repodir)\" ' -macro_append Herwig7_i_pp_cppflags '-DHWMODULEDIR=\"$(Herwig7_moduledir)\" ' -macro_append Herwig7_i_pp_cppflags '-DTHEPEGMODULEDIR=\"$(ThePEG_moduledir)\" ' -#macro_append Herwig7_i_pp_cppflags '-DLCGTAG=\"$(LCG_ext_system)\" ' -#macro_append Herwig7_i_pp_cppflags "-pedantic-errors" - -## This cryptic instruction seems to have the effect of making the NEEDED -## sections in the built library behave properly rather than whatever broken -## thing CMT does by default! Yuck! -private -apply_tag notAsNeeded -end_private - -# Install files from the package: -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" diff --git a/Generators/Herwig_i/cmt/requirements b/Generators/Herwig_i/cmt/requirements deleted file mode 100644 index 55b9a802c0c080543e2a23053bf322f16c538893..0000000000000000000000000000000000000000 --- a/Generators/Herwig_i/cmt/requirements +++ /dev/null @@ -1,69 +0,0 @@ -package Herwig_i - -author Ian Hinchliffe -author Georgios Stavropoulos <George.Stavropoulos@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasFortranPolicy AtlasFortranPolicy-* -use GeneratorModules GeneratorModules-* Generators -use Herwig Herwig-* External -use Jimmy Jimmy-* External -use Lhapdf Lhapdf-* External -use AcerMC_i AcerMC_i-* Generators -use Tauola_i Tauola_i-* Generators - -private -use GeneratorFortranCommon GeneratorFortranCommon-* Generators -use AthenaKernel AthenaKernel-* Control -use GaudiInterface GaudiInterface-* External -use AtlasCLHEP AtlasCLHEP-* External -use AtlasHepMC AtlasHepMC-* External -use GeneratorUtils GeneratorUtils-* Generators -use TruthUtils TruthUtils-* Generators -use AlpGen_i AlpGen_i-* Generators -use MadGraph_i MadGraph_i-* Generators -use Charybdis_i Charybdis_i-* Generators -use Lhef_i Lhef_i-* Generators -use McAtNlo_i McAtNlo_i-* Generators -end_private - -# Set the -DHWVERSION macro for cmake (transparent to CMT) -apply_pattern cmake_add_command command='add_definitions(-DHWVERSION="${HERWIG_VERSION}")' -# Explicitly link the package against HepMCfio -apply_pattern cmake_add_command command="find_package(HepMC COMPONENTS HepMC HepMCfio)" - -private -macro_append fflags "" Linux " -fno-automatic " -apply_tag notAsNeeded -end_private - -## The Herwig Generator using LHAPDF -macro HerwigLibFiles "Herwig.cxx" -macro_append HerwigLibFiles " Address*.cxx" -macro_append HerwigLibFiles " InitHerwigCommonBlocks_65.cxx" -macro_append HerwigLibFiles " Lhefinfo.cxx wgtacp.cxx" -macro_append HerwigLibFiles " upevnt_hw.F upinit_hw.F upveto_hw.F atoher_65.F hwpdfinfo.F" -macro_append HerwigLibFiles " HerwigInterface_65.F herwig_common_block_address_65.F" -macro_append HerwigLibFiles " glhefinfo.F gwgtacp.F hwgpdg.F hwtpdg.F hwrgen.F" -macro_append HerwigLibFiles " gatlastaula_decres_hw.F" -macro_append HerwigLibFiles " hwhepc.F extproc.F topdec.F charybdfix.F" -macro_append HerwigLibFiles " HerwigDummies/circ*.F HerwigDummies/decadd.F HerwigDummies/eudini.F" -macro_append HerwigLibFiles " HerwigDummies/fragmt.F HerwigDummies/hvhbvi.F HerwigDummies/ieupdg.F" -macro_append HerwigLibFiles " HerwigDummies/ipdgeu.F HerwigDummies/qqinit.F HerwigDummies/hwhvvj.F" -macro_append HerwigLibFiles " HerwigDummies/hwupro.F HerwigDummies/pytime.F HerwigDummies/hwirpv.F HerwigDummies/timel.F" -macro_append HerwigLibFiles " HerwigModified/hwugup.f HerwigModified/hwhsnm.f HerwigModified/hwdtau.f" -apply_pattern named_dual_use_library library="Herwig_i" files="$(HerwigLibFiles)" -# This doesn't work, sadly: -#apply_pattern named_dual_use_library library="Herwig_i" files="*.cxx *.F HerwigDummies/*.F HerwigModified/*.f" -macro_append Herwig_i_shlibflags "$(HepMC_IO_linkopts)" -macro_append Herwig_i_pp_cppflags '-DHWVERSION=\"$(herwig_native_version)\" ' - -## The Herwig Generator with RPV 4-body decays -library HerwigRpv_i -suffix=rpv "HerwigModified/rpv/*.f componentsRpv/*.cxx" -apply_pattern named_component_library library="HerwigRpv_i" -macro_append HerwigRpv_i_dependencies " Herwig_iLib" -macro_append HerwigRpv_iConf_dependencies " Herwig_iConfDbMerge " -macro_append HerwigRpv_i_shlibflags "$(HepMC_IO_linkopts)" -macro_append HerwigRpv_i_pp_cppflags '-DHWVERSION=\"$(herwig_native_version)\" ' - -apply_pattern declare_joboptions files="*.py" diff --git a/Generators/Herwigpp_i/cmt/requirements b/Generators/Herwigpp_i/cmt/requirements deleted file mode 100644 index df91d6b7e3ccf20f646f58a50970468a66a07d03..0000000000000000000000000000000000000000 --- a/Generators/Herwigpp_i/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package Herwigpp_i - -author Andy Buckley <andy.buckley@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GeneratorModules GeneratorModules-* Generators -use ThePEG ThePEG-* External - -private -use GaudiInterface GaudiInterface-* External -use Herwigpp Herwigpp-* External -use AtlasBoost AtlasBoost-* External -use EventInfo EventInfo-* Event -use PathResolver PathResolver-* Tools -end_private - -library Herwigpp_i *.cxx -s=components *.cxx -apply_pattern component_library - -# Add the macro definitions for cmake (transparent to CMT) -apply_pattern cmake_add_command command='add_definitions(-DHWVERSION=\"${HERWIGPP_VERSION}\")' - -macro Herwigpp_i_linkopts "$(Herwigpp_linkopts) " -macro_append Herwigpp_i_pp_cppflags '-DHWVERSION=\"$(Herwigpp_version)\" ' -macro_append Herwigpp_i_pp_cppflags '-DHWREPODIR=\"$(Herwigpp_repodir)\" ' -macro_append Herwigpp_i_pp_cppflags '-DHWMODULEDIR=\"$(Herwigpp_moduledir)\" ' -macro_append Herwigpp_i_pp_cppflags '-DTHEPEGMODULEDIR=\"$(ThePEG_moduledir)\" ' -#macro_append Herwigpp_i_pp_cppflags '-DLCGTAG=\"$(LCG_ext_system)\" ' -#macro_append Herwigpp_i_pp_cppflags "-pedantic-errors" - -## This cryptic instruction seems to have the effect of making the NEEDED -## sections in the built library behave properly rather than whatever broken -## thing CMT does by default! Yuck! -private -apply_tag notAsNeeded -end_private - -# Install files from the package: -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" diff --git a/Generators/HforTool/cmt/requirements b/Generators/HforTool/cmt/requirements deleted file mode 100644 index d605962d6ea9be60127ddc064369a68036ae37f6..0000000000000000000000000000000000000000 --- a/Generators/HforTool/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package HforTool - -## Tools to do heavy-flavour overlap removal in ALPGEN and MadGraph MC samples - -author Dominic Hirschbuehl <Dominic.Hirschbuehl@cern.ch> -author Michiel Sanders <Michiel.Sanders@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use EventInfo EventInfo-* Event -use AtlasHepMC AtlasHepMC-* External -use GaudiInterface GaudiInterface-* External -use JetEvent JetEvent-* Reconstruction/Jet - -library HforTool *.cxx -s=components *.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" - -private -use GeneratorObjects GeneratorObjects-* Generators -use TruthUtils TruthUtils-* Generators -use StoreGate StoreGate-* Control -use AtlasReflex AtlasReflex-* External -no_auto_imports -end_private - -private -apply_pattern lcgdict dict=HforTool selectionfile=selection.xml headerfiles="../HforTool/HforToolDict.h" -end_private diff --git a/Generators/Horace_i/cmt/requirements b/Generators/Horace_i/cmt/requirements deleted file mode 100755 index 9d6b0084b109cfd9a6bb932596b3558e5af6dae4..0000000000000000000000000000000000000000 --- a/Generators/Horace_i/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package Horace_i - -author Massimiliano Bellomo <massimiliano.bellomo@pv.infn.it> -author Giacomo Polesello <giacomo.polesello@pv.infn.it> -author Carlo Carloni Calame <carlo.carloni.calame@pv.infn.it> - -use AtlasPolicy AtlasPolicy-* -use AtlasFortranPolicy AtlasFortranPolicy-* -#use GeneratorModules GeneratorModules-* Generators -#use AtlasHepMC AtlasHepMC-* External - -public - -#apply_pattern dual_use_library files="*.F *.f" -#macro Horace_i_fflags "-DFVOIDP=INTEGER*4 -fno-second-underscore " -#macro_append Horace_i_shlibflags "$(HepMC_IO_linkopts)" - -library Horace_i *.f *.F - -#macro Horace_i_fflags "-DFVOIDP=INTEGER*4 -fno-second-underscore " -macro Horace_i_fflags "" \ - 32 "-DFVOIDP=INTEGER*4 -fno-second-underscore"\ - 64 "-DFVOIDP=INTEGER*8 -fno-second-underscore" - -apply_pattern installed_library - -apply_pattern declare_joboptions files="*.py" diff --git a/Generators/HvGen_i/cmt/requirements b/Generators/HvGen_i/cmt/requirements deleted file mode 100755 index f546a941d93de5bd7362dd14851d4972ddea6d13..0000000000000000000000000000000000000000 --- a/Generators/HvGen_i/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package HvGen_i - -author Stefano Giagu <Stefano.Giagu@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use Pythia Pythia-* External - -private -#use GeneratorModules GeneratorModules-* Generators -use GeneratorFortranCommon GeneratorFortranCommon-* Generators -end_private - -library HvGen_i *.cxx *.F - -apply_pattern installed_library - -apply_pattern declare_runtime_extras extras="inputParHvGen.dat HV.lha.dat" -apply_pattern declare_joboptions files="*.py" diff --git a/Generators/Lhef_i/cmt/requirements b/Generators/Lhef_i/cmt/requirements deleted file mode 100644 index dd4ae1d0f5966469019d5ebd924aadd0c80f1b51..0000000000000000000000000000000000000000 --- a/Generators/Lhef_i/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package Lhef_i - -author Georgios Stavropoulos <George.Stavropoulos@cern.ch> -author Sanjay Padhi <Sanjay.Padhi@cern.ch> -author Jan Schumacher <Jan.Schumacher@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -private -use GeneratorFortranCommon GeneratorFortranCommon-* Generators -use Pythia Pythia-* External -end_private - -# The dependencies of the various generator packages need to be sorted out -# so that they work in full asNeeded/noUndefined mode. Until that time, this -# package explicitly sets the allowUndefined tag -private -apply_tag allowUndefined -end_private - -library Lhef_i *.cxx *.F -apply_pattern installed_library - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_runtime_extras extras="lhefmadgraph.unweighted_events" diff --git a/Generators/MCTester_i/cmt/requirements b/Generators/MCTester_i/cmt/requirements deleted file mode 100644 index 0db28e9987429886716a09e9d48100a8662b9ad7..0000000000000000000000000000000000000000 --- a/Generators/MCTester_i/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -################################################# -package MCTester_i -author N. Davidson - -use AtlasPolicy AtlasPolicy-* -use ExternalPolicy ExternalPolicy-* External - -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External - -use MCTester MCTester-* External - -private -use AtlasHepMC AtlasHepMC-* External -use EventInfo EventInfo-* Event -use GeneratorObjects GeneratorObjects-* Generators -use StoreGate StoreGate-* Control -use AtlasROOT AtlasROOT-* External - -apply_tag ROOTGraphicsLibs -apply_tag ROOTMathLibs - -end_private - -library MCTester_i *.cxx -s=components *.cxx - -apply_pattern component_library - -apply_pattern declare_scripts files="*.sh *.C" -apply_pattern declare_joboptions files="*.py" - -################################################# diff --git a/Generators/MadCUP_i/cmt/requirements b/Generators/MadCUP_i/cmt/requirements deleted file mode 100644 index 2712df5bde12ced5d0586dffb0d5c7e10d2befcb..0000000000000000000000000000000000000000 --- a/Generators/MadCUP_i/cmt/requirements +++ /dev/null @@ -1,17 +0,0 @@ -package MadCUP_i - -author Georgios Stavropoulos <George.Stavropoulos@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -private -use GeneratorFortranCommon GeneratorFortranCommon-* Generators -use Pythia Pythia-* External -use Herwig Herwig-* External -end_private - -library MadCUP_i *.cxx *.F -apply_pattern installed_library - -apply_pattern declare_runtime_extras extras="event_input.dat" -apply_pattern declare_joboptions files="*.py" diff --git a/Generators/MadGraphControl/cmt/requirements b/Generators/MadGraphControl/cmt/requirements deleted file mode 100644 index f1c64152e56d31f038446a48e77a3b675a14966e..0000000000000000000000000000000000000000 --- a/Generators/MadGraphControl/cmt/requirements +++ /dev/null @@ -1,15 +0,0 @@ -package MadGraphControl - -author Zach Marshall <zach.marshall@cern.ch> - -branches share python - -private -use AtlasPolicy AtlasPolicy-* -use MadGraph MadGraph-* External - -apply_pattern declare_python_modules files="*.py" -apply_pattern generic_declare_for_link kind=share files='-s=../share *.dat lhapdf-config' prefix=share name=<name> -apply_pattern declare_joboptions files="-s=../share *.py" -end_private - diff --git a/Generators/MadGraphModels/cmt/requirements b/Generators/MadGraphModels/cmt/requirements deleted file mode 100644 index 10d10b7ad7194ea21040587c86a2989c6b1f6ced..0000000000000000000000000000000000000000 --- a/Generators/MadGraphModels/cmt/requirements +++ /dev/null @@ -1,12 +0,0 @@ -package MadGraphModels - -author Zach Marshall <zach.marshall@cern.ch> - -branches python - -private -use AtlasPolicy AtlasPolicy-* -use MadGraph MadGraph-* External - -apply_pattern declare_python_modules files="*.py models" -end_private diff --git a/Generators/Matchig_i/cmt/requirements b/Generators/Matchig_i/cmt/requirements deleted file mode 100755 index d37e0cea4ee454831b5b0d2096a63066dcdba954..0000000000000000000000000000000000000000 --- a/Generators/Matchig_i/cmt/requirements +++ /dev/null @@ -1,16 +0,0 @@ -package Matchig_i - -author Georgios Stavropoulos <George.Stavropoulos@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use Pythia Pythia-* External - -private -use GeneratorFortranCommon GeneratorFortranCommon-* Generators -end_private - -library Matchig_i *.F - -apply_pattern installed_library - -apply_pattern declare_joboptions files="*.py" diff --git a/Generators/McAsciiEventSelector/cmt/requirements b/Generators/McAsciiEventSelector/cmt/requirements deleted file mode 100644 index 2fd99ae25367e1a2e86a4c48311c70e65ead3066..0000000000000000000000000000000000000000 --- a/Generators/McAsciiEventSelector/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package McAsciiEventSelector -author Sebastien Binet <binet@cern.ch> - -## For Athena policies: it has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## For Gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - - -private -use SGTools SGTools-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use EventInfo EventInfo-* Event -use McParticleKernel McParticleKernel-* PhysicsAnalysis/TruthParticleID -end_private - - -branches src src/components doc python share - -## default is to make a component library -library McAsciiEventSelector *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" diff --git a/Generators/McEventSelector/cmt/requirements b/Generators/McEventSelector/cmt/requirements deleted file mode 100644 index 8f3fe8c54f684caf7beea57485287ee8b3e3ef0b..0000000000000000000000000000000000000000 --- a/Generators/McEventSelector/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package McEventSelector - -use AtlasPolicy AtlasPolicy-* -use AthenaKernel AthenaKernel-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External - -author Marjorie Shapiro <MDShapiro@lbl.gov> -author Paolo Calafiura <Paolo.Calafiura@cern.ch> -author Ian Hinchlffe <I_Hinchliffe@lbl.gov> - -private - -library McEventSelector McAddress.cxx \ - McEventSelector.cxx \ - McEventCnv.cxx\ - McCnvSvc.cxx \ - McEventSelector_entries.cxx \ - McEventSelector_load.cxx - -apply_pattern component_library - -use EventInfo EventInfo-* Event -use SGTools SGTools-* Control - -end_private \ No newline at end of file diff --git a/Generators/ParticleDecayer/cmt/requirements b/Generators/ParticleDecayer/cmt/requirements deleted file mode 100644 index bb6a422ed9193aeb5773b24de74e743de07c665a..0000000000000000000000000000000000000000 --- a/Generators/ParticleDecayer/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package ParticleDecayer - -author Shawn McKee <smckee@umich.edu> -author Antonio Policicchio <Antonio.Policicchio@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GeneratorModules GeneratorModules-* Generators -use AtlasHepMC AtlasHepMC-* External -use AtlasCLHEP AtlasCLHEP-* External -use HepPDT v* LCG_Interfaces -use AthenaKernel AthenaKernel-* Control -private - -use GeneratorObjects GeneratorObjects-* Generators -use GaudiInterface GaudiInterface-* External - -apply_tag notAsNeeded - -end_private - -library ParticleDecayer *.cxx components/*.cxx -apply_pattern declare_joboptions files="*.py" -apply_pattern component_library - - diff --git a/Generators/ParticleGun/cmt/requirements b/Generators/ParticleGun/cmt/requirements deleted file mode 100644 index ed33f86d45894195a01f011c7d35f060ed8f0937..0000000000000000000000000000000000000000 --- a/Generators/ParticleGun/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package ParticleGun - -author Andy Buckley <andy.buckley@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -## Note: although these packages are required, the dependencies are Python only -#use GeneratorModules GeneratorModules-* Generators -#use AthenaKernel AthenaKernel-* Control -#use GaudiInterface GaudiInterface-* External -#use AthenaBaseComps AthenaBaseComps-* Control -#use AtlasCLHEP AtlasCLHEP-* External -#use StoreGate StoreGate-* Control -#use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID -#use NavFourMom NavFourMom-* Event - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" diff --git a/Generators/Photos_i/cmt/requirements b/Generators/Photos_i/cmt/requirements deleted file mode 100644 index d8b7bd0575267834c12c03dc6ff29374ee4e8fd5..0000000000000000000000000000000000000000 --- a/Generators/Photos_i/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package Photos_i -author Georgios Stavropoulos <George.Stavropoulos@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use Photos Photos-* External -no_auto_imports -use GeneratorModules GeneratorModules-* Generators -use Tauola_i Tauola_i-* Generators - -private -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External -use AtlasHepMC AtlasHepMC-* External -use GeneratorObjects GeneratorObjects-* Generators -use GeneratorUtils GeneratorUtils-* Generators -use TruthUtils TruthUtils-* Generators -end_private - -private -macro_append fflags "" Linux " -fno-automatic " -apply_tag notAsNeeded -end_private - -apply_pattern dual_use_library files="Photos.cxx Ffpholun.cxx Ffphot.cxx gffpholun.F gffphot.F" -macro_append Photos_i_shlibflags " $(phot_lopts) $(HepMC_IO_linkopts) " -apply_pattern declare_joboptions files="*.txt *.py" - -# Link the package explicitly against HepMCfio with CMake: -apply_pattern cmake_add_command command="find_package(HepMC COMPONENTS HepMC HepMCfio)" diff --git a/Generators/PowhegControl/cmt/requirements b/Generators/PowhegControl/cmt/requirements deleted file mode 100644 index 57957139d35531f927f80cf14241c4cf2da66dbf..0000000000000000000000000000000000000000 --- a/Generators/PowhegControl/cmt/requirements +++ /dev/null @@ -1,13 +0,0 @@ -package PowhegControl - -author Stephen Bieniek <stephen.paul.bieniek@cern.ch> - -branches share python - -private -use AtlasPolicy AtlasPolicy-* -use Powheg Powheg-* External - -apply_pattern declare_python_modules files="*.py decorators processes strategies utility" -apply_pattern declare_joboptions files="*.py" -end_private diff --git a/Generators/Prophecy4fControl/cmt/requirements b/Generators/Prophecy4fControl/cmt/requirements deleted file mode 100644 index 5106f8f2cb282ff48b9b4c95052f26a5a2fd6a59..0000000000000000000000000000000000000000 --- a/Generators/Prophecy4fControl/cmt/requirements +++ /dev/null @@ -1,19 +0,0 @@ -package Prophecy4fControl - -author Antonio Salvucci <antonio.salvucci@cern.ch> - -branches share python bin - -private -use AtlasPolicy AtlasPolicy-* -use Prophecy4f Prophecy4f-* External -use AtlasROOT AtlasROOT-* External - -apply_pattern declare_python_modules files="*.py decorators" -apply_pattern declare_joboptions files="-s=../share *.py" - -application DRM ../bin/DRM.C - -apply_tag ROOTMathLibs - -end_private diff --git a/Generators/ProtosLHEF_i/cmt/Makefile b/Generators/ProtosLHEF_i/cmt/Makefile deleted file mode 100644 index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000 --- a/Generators/ProtosLHEF_i/cmt/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include $(CMTROOT)/src/Makefile.header - -include $(CMTROOT)/src/constituents.make - diff --git a/Generators/ProtosLHEF_i/cmt/requirements b/Generators/ProtosLHEF_i/cmt/requirements deleted file mode 100644 index 9783767efb6d501362a5f6c764deb82273fa4928..0000000000000000000000000000000000000000 --- a/Generators/ProtosLHEF_i/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package ProtosLHEF_i -author Patricia Fernandez <patricia.fernandez.martinez@.cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control - -private -use GaudiInterface GaudiInterface-* External -use GeneratorFortranCommon GeneratorFortranCommon-* Generators -end_private - -public -library ProtosLHEF_i *.cxx *.F -s=components *.cxx *.F - -apply_pattern component_library -apply_pattern declare_runtime extras="*.events *.dat" -apply_pattern declare_joboptions files="*.txt *.py" \ No newline at end of file diff --git a/Generators/ProtosLHEF_i/cmt/version.cmt b/Generators/ProtosLHEF_i/cmt/version.cmt deleted file mode 100644 index eff008f9a7c5fe4f5ca692d5992073c32adafb83..0000000000000000000000000000000000000000 --- a/Generators/ProtosLHEF_i/cmt/version.cmt +++ /dev/null @@ -1 +0,0 @@ -ProtosLHEF_i-00-00-03 diff --git a/Generators/Pyquench_i/cmt/requirements b/Generators/Pyquench_i/cmt/requirements deleted file mode 100644 index 47880b0a20cda34916be1a2ce4dc57e143b3f1ba..0000000000000000000000000000000000000000 --- a/Generators/Pyquench_i/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package Pyquench_i - -author Brian Cole -author Nathan Grau - -use AtlasPolicy AtlasPolicy-* -use Pythia_i Pythia_i-* Generators -use GeneratorModules GeneratorModules-* Generators -use Tauola_i Tauola_i-* Generators - -private -use AthenaKernel AthenaKernel-* Control -use GaudiInterface GaudiInterface-* External -use AtlasCLHEP AtlasCLHEP-* External -use AtlasHepMC AtlasHepMC-* External -use GeneratorUtils GeneratorUtils-* Generators -use TruthUtils TruthUtils-* Generators -end_private - -# The dependencies of the various generator packages need to be sorted out -# so that they work in asNeeded mode. Until that time, this package -# explicitly overrides the asNeeded tag -private -apply_tag notAsNeeded -end_private - -public -#library Pyquench_i *.cxx -s=components *.cxx -apply_pattern dual_use_library files= " *.cxx *.f " -#apply_pattern component_library -macro_append Pyquench_i_shlibflags "$(HepMC_IO_linkopts)" -apply_pattern declare_joboptions files="*.py" - -# Link the package explicitly against HepMCfio: -apply_pattern cmake_add_command command="find_package(HepMC COMPONENTS HepMC HepMCfio)" diff --git a/Generators/Pythia8B_i/cmt/requirements b/Generators/Pythia8B_i/cmt/requirements deleted file mode 100644 index 5c781755f63f704f3752c91c9cd1d2ba849b59ae..0000000000000000000000000000000000000000 --- a/Generators/Pythia8B_i/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package Pythia8B_i - -author James Catmore <James.Catmore@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use Lhapdf Lhapdf-* External -use Pythia8 Pythia8-* External -use Pythia8_i Pythia8_i-* Generators -use AtlasCLHEP AtlasCLHEP-* External -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External - -private -macro_append fflags "" Linux "" -end_private - -# The dependencies of the various generator packages need to be sorted out -# so that they work in full asNeeded/noUndefined mode. Until that time, this -# package explicitly sets the allowUndefined tag -private -use AtlasBoost AtlasBoost-* External -use AtlasHepMC AtlasHepMC-* External -use GeneratorObjects GeneratorObjects-* Generators - - -#apply_tag allowUndefined -apply_tag notAsNeeded -end_private - -apply_pattern dual_use_library files="*.cxx" - -apply_pattern declare_joboptions files="*.py" - -apply_tag notAsNeeded diff --git a/Generators/Pythia8_i/cmt/requirements b/Generators/Pythia8_i/cmt/requirements deleted file mode 100644 index 47804cb6e6fd0ac36e691c90dc9f2007c18af8a6..0000000000000000000000000000000000000000 --- a/Generators/Pythia8_i/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package Pythia8_i - -author James Monk <jmonk@hep.ucl.ac.uk> - -use AtlasPolicy AtlasPolicy-* -use AtlasBoost AtlasBoost-* External -use Lhapdf Lhapdf-* External -use Pythia8 Pythia8-* External -use GeneratorModules GeneratorModules-* Generators -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External - -private - -use GaudiInterface GaudiInterface-* External -###use AtlasHepMC AtlasHepMC-* External -use GeneratorObjects GeneratorObjects-* Generators -use PathResolver PathResolver-* Tools - -macro_append Pythia8_i_pp_cppflags ' -DPY8VERSION=\"$(Pythia8_version)\" ' -macro_append fflags "" Linux "" - -# Specify the Pythia8 version for cmake (transparent to CMT) -apply_pattern cmake_add_command command='add_definitions(-DPY8VERSION=\"${PYTHIA8_VERSION}\")' - -# The dependencies of the various generator packages need to be sorted out -# so that they work in full asNeeded/noUndefined mode. Until that time, this -# package explicitly sets the allowUndefined tag -#apply_tag allowUndefined -apply_tag notAsNeeded -end_private - -macro_append pythia8_ifiles 'Pythia8_i.cxx UserProcessFactory.cxx UserHooksFactory.cxx UserResonanceFactory.cxx' -macro_append UserProcessFiles 'UserProcesses/Sigma2qqbar2emu.cxx UserProcesses/Sigma2qqbar2lStarlBar.cxx UserProcesses/Sigma2qqbar2lStarlStarBar.cxx' -macro_append UserHookFiles 'UserHooks/WZVetoedShower.cxx UserHooks/QCDVetoedShower.cxx UserHooks/PoWHEGVetoedShower.cxx UserHooks/GravFlat.cxx UserHooks/JetMatchingMadGraphHook.cxx UserHooks/SuppressMPI.cxx UserHooks/EnhanceMPI.cxx UserHooks/ISRVetoedShower.cxx UserHooks/PTRelVetoedShower.cxx UserHooks/WprimeFlat.cxx UserHooks/WprimeWZFlat.cxx UserHooks/main31.cxx' -macro_append UserResonanceFiles 'UserResonances/ResonanceExcitedCI.cxx UserResonances/ResonanceLQ.cxx' - -apply_pattern named_dual_use_library library="Pythia8_i" files="$(pythia8_ifiles) $(UserProcessFiles) $(UserHookFiles) $(UserResonanceFiles)" -apply_pattern declare_joboptions files="*.py" diff --git a/Generators/PythiaB/cmt/requirements b/Generators/PythiaB/cmt/requirements deleted file mode 100644 index 0c93ddb6023199f0eb75cee42042dea904dbf941..0000000000000000000000000000000000000000 --- a/Generators/PythiaB/cmt/requirements +++ /dev/null @@ -1,100 +0,0 @@ -package PythiaB - -author Maria Smizanska -# -# modifications: -# 2006-04-03 by Wolfgang Walkowiak: -# added uf_Skeleton.F, uf_DsPhiX.F, uf_LambdabmumuLambda.F -# and uf_LambdabJpsimumuLambda.F -# to apply_pattern dual_use_library files= ... -# - -use AtlasPolicy AtlasPolicy-* -use StoreGate StoreGate-* Control - -use GeneratorModules GeneratorModules-* Generators -use Pythia_i Pythia_i-* Generators - -use GaudiInterface GaudiInterface-* External -use GeneratorObjects GeneratorObjects-* Generators - -private -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External -use AtlasHepMC AtlasHepMC-* External -use GeneratorUtils GeneratorUtils-* Generators -use TruthUtils TruthUtils-* Generators -macro_append fflags "" Linux " -fno-automatic -Wtabs" -end_private - -# The dependencies of the various generator packages need to be sorted out -# so that they work in asNeeded mode. Until that time, this package -# explicitly overrides the asNeeded tag -private -apply_tag notAsNeeded -end_private -public - -apply_pattern dual_use_library files=" PythiaB.cxx \ - charm.F \ - children.F \ - qualify.F \ - anti_beauty.F \ - find_children.F \ - anti_charm.F \ - finsel.F \ - trig1.F \ - trig2.F \ - bbbb_luexec.F \ - swop_ludat3.F \ - copy_pydat3.F \ - forced.F \ - uinit.F \ - bbcc_luexec.F \ - multi_flav_luexec.F \ - user_finsel.F \ - bcopy.F \ - off_line.F \ - beauty.F \ - parsel.F \ - comons.F \ - fill_ntup.F \ - ulast.F \ - uf_Skeleton.F \ - uf_DsPhiX.F \ - uf_LambdabJpsimumuLambda.F \ - uf_LambdabmumuLambda.F \ - uf_BsJpsimumuphiKK.F \ - uf_BdJpsimumuK0starKpi.F \ - uf_BsAngles.F \ - uf_BsAnglesCDF.F \ - uf_BdAnglesCDF.F \ - uf_bbmumu.F \ - uf_KstarMuMu.F \ - uf_PhiMuMu.F \ - uf_GammaMuMu.F \ - uf_DK1.F \ - uf_ChHadr.F \ - btreedel.F \ - coef.F \ - comfunc.F \ - formfactors_KstMuMu.F \ - formfactors_PhiMuMu.F \ - formfactors_b2gmm.F \ - daughterline.F \ - matrix_and_kinematics_KstMuMu.F \ - matrix_and_kinematics_PhiMuMu.F \ - matrix_and_kinematics_b2gmm.F \ - matrix_for_fortran_KstMuMu.F \ - matrix_for_fortran_PhiMuMu.F \ - matrix_for_fortran_b2gmm.F \ - rotat.F" - -macro_append PythiaB_shlibflags "$(HepMC_IO_linkopts)" - - -apply_pattern declare_runtime_extras extras="Bdecays0.dat" -apply_pattern declare_joboptions files="*.txt *.py" - -# Link the package explicitly against HepMCfio with CMake: -apply_pattern cmake_add_command command="find_package(HepMC COMPONENTS HepMC HepMCfio)" diff --git a/Generators/PythiaChL_i/cmt/requirements b/Generators/PythiaChL_i/cmt/requirements deleted file mode 100644 index 0a80e96a781b4c2481ac409cbc47ab04710b1327..0000000000000000000000000000000000000000 --- a/Generators/PythiaChL_i/cmt/requirements +++ /dev/null @@ -1,43 +0,0 @@ -package PythiaChL_i - -author Ian Hinchliffe -author Georgios Stavropoulos <George.Stavropoulos@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasFortranPolicy AtlasFortranPolicy-* -use GaudiInterface GaudiInterface-* External -use GeneratorModules GeneratorModules-* Generators -use Pythia_i Pythia_i-* Generators -use Tauola_i Tauola_i-* Generators - -private -use AtlasCLHEP AtlasCLHEP-* External -use AtlasHepMC AtlasHepMC-* External -use AthenaKernel AthenaKernel-* Control -use GeneratorUtils GeneratorUtils-* Generators -use TruthUtils TruthUtils-* Generators -end_private - -# The dependencies of the various generator packages need to be sorted out -# so that they work in asNeeded mode. Until that time, this package -# explicitly overrides the asNeeded tag -private -apply_tag notAsNeeded -end_private - -private -macro_append fflags "" Linux " -fno-automatic " -end_private - -macro PythiaChL_i_LibFiles "" -macro_append PythiaChL_i_LibFiles " PythiaChL.cxx" -macro_append PythiaChL_i_LibFiles " pysghg_ChL.f" - -apply_pattern dual_use_library files= "$(PythiaChL_i_LibFiles)" - -macro_append PythiaChL_i_shlibflags "$(HepMC_IO_linkopts) " - -apply_pattern declare_joboptions files="*.py" - -# Link the package explicitly against HepMCfio with CMake: -apply_pattern cmake_add_command command="find_package(HepMC COMPONENTS HepMC HepMCfio)" diff --git a/Generators/PythiaExo_i/cmt/requirements b/Generators/PythiaExo_i/cmt/requirements deleted file mode 100644 index 4bce0fb698ba9d173acc44cef9f91eecd848c840..0000000000000000000000000000000000000000 --- a/Generators/PythiaExo_i/cmt/requirements +++ /dev/null @@ -1,450 +0,0 @@ -package PythiaExo_i - -author Ian Hinchliffe -author Georgios Stavropoulos <George.Stavropoulos@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasFortranPolicy AtlasFortranPolicy-* -use GeneratorModules GeneratorModules-* Generators -use Pythia Pythia-* External -use Pythia_i Pythia_i-* Generators -use Lhapdf Lhapdf-* External -use AcerMC_i AcerMC_i-* Generators -use Tauola_i Tauola_i-* Generators - -#use CompHep_i CompHep_i-* Generators -#use HvGen_i HvGen_i-* Generators -#use Lhef_i Lhef_i-* Generators -#use LhaExt_i LhaExt_i-* Generators -#use MadCUP_i MadCUP_i-* Generators -#use Matchig_i Matchig_i-* Generators -#use Photos_i Photos_i-* Generators - -private -use GeneratorFortranCommon GeneratorFortranCommon-* Generators -use AtlasBoost AtlasBoost-* External -use TruthUtils TruthUtils-* Generators -use PythiaBc_i PythiaBc_i-* Generators -use ExoGraviton_i ExoGraviton_i-* Generators -use PathResolver PathResolver-* Tools -use AlpGen_i AlpGen_i-* Generators -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External -use AtlasGSL AtlasGSL-* External -use AtlasHepMC AtlasHepMC-* External -end_private - -use GaudiInterface GaudiInterface-* External - -private -use GeneratorUtils GeneratorUtils-* Generators -use GravADD_i GravADD_i-* Generators -use MadGraph_i MadGraph_i-* Generators -use StoreGate StoreGate-* Control - -end_private - -# The dependencies of the various generator packages need to be sorted out -# so that they work in asNeeded mode. Until that time, this package -# explicitly overrides the asNeeded tag -private -apply_tag notAsNeeded -end_private - -private -macro_append fflags "" Linux " -fno-automatic " -end_private - - - - -#------------------------------------------------------------------------- -# The PythiaTau3Mu Generator - -macro PythiaTau3MuLibFiles "" -macro_append PythiaTau3MuLibFiles " PythiaTau3Mu.cxx" -macro_append PythiaTau3MuLibFiles " Pydat1.cxx" -macro_append PythiaTau3MuLibFiles " Pydatr.cxx " -macro_append PythiaTau3MuLibFiles " Pydat2.cxx" -macro_append PythiaTau3MuLibFiles " Pydat3_62.cxx" -macro_append PythiaTau3MuLibFiles " Pyssmt.cxx" -macro_append PythiaTau3MuLibFiles " Pysubs.cxx" -macro_append PythiaTau3MuLibFiles " Pypars.cxx" -macro_append PythiaTau3MuLibFiles " Pymssm.cxx" -macro_append PythiaTau3MuLibFiles " Pyint1.cxx" -macro_append PythiaTau3MuLibFiles " Pyint2.cxx" -macro_append PythiaTau3MuLibFiles " Pyint5.cxx" -macro_append PythiaTau3MuLibFiles " Pytcsm.cxx" -macro_append PythiaTau3MuLibFiles " upinit_py.F" -macro_append PythiaTau3MuLibFiles " upevnt_py.F" -macro_append PythiaTau3MuLibFiles " upveto_py.F" -macro_append PythiaTau3MuLibFiles " cldcay.F" -macro_append PythiaTau3MuLibFiles " gpydat2.F" -macro_append PythiaTau3MuLibFiles " gpydatr.F " -macro_append PythiaTau3MuLibFiles " gpypars.F" -macro_append PythiaTau3MuLibFiles " gpysubs.F" -macro_append PythiaTau3MuLibFiles " gpydat1.F" -macro_append PythiaTau3MuLibFiles " gpydat3_62.F" -macro_append PythiaTau3MuLibFiles " gpymssm.F" -macro_append PythiaTau3MuLibFiles " gpyssmt.F" -macro_append PythiaTau3MuLibFiles " gpyint1.F" -macro_append PythiaTau3MuLibFiles " gpyint2.F" -macro_append PythiaTau3MuLibFiles " gpyint5.F" -macro_append PythiaTau3MuLibFiles " gpytcsm.F" -macro_append PythiaTau3MuLibFiles " initpyblock.F" -macro_append PythiaTau3MuLibFiles " openrandom.F" -macro_append PythiaTau3MuLibFiles " opdcay.F" -macro_append PythiaTau3MuLibFiles " pyr.F" -macro_append PythiaTau3MuLibFiles " extproc.F" -macro_append PythiaTau3MuLibFiles " gatlastaula_decres_py.F" -macro_append PythiaTau3MuLibFiles " atopyt.F" -macro_append PythiaTau3MuLibFiles " opensusyfile.F" -macro_append PythiaTau3MuLibFiles " PythiaDummies/pyevwt.F" -macro_append PythiaTau3MuLibFiles " PythiaDummies/pykcut.F" -macro_append PythiaTau3MuLibFiles " PythiaDummies/pytime.F" -macro_append PythiaTau3MuLibFiles " PythiaDummies/sugra.F" -macro_append PythiaTau3MuLibFiles " PythiaDummies/visaje.F" -macro_append PythiaTau3MuLibFiles " PythiaDummies/ssmssm.F" -macro_append PythiaTau3MuLibFiles " PythiaDummies/fhhiggscorr.F" -macro_append PythiaTau3MuLibFiles " PythiaDummies/fhsetflags.F" -macro_append PythiaTau3MuLibFiles " PythiaDummies/fhsetpara.F" -macro_append PythiaTau3MuLibFiles " PythiaModified/pytaud.F" -macro_append PythiaTau3MuLibFiles " PythiaTau3Mu_i_entries.cxx" -macro_append PythiaTau3MuLibFiles " PythiaTau3Mu_i_load.cxx" - -library PythiaTau3Mu_i -suffix=tau3mu $(PythiaTau3MuLibFiles) -apply_pattern named_component_library library="PythiaTau3Mu_i" - -macro_append PythiaTau3Mu_i_shlibflags "$(HepMC_IO_linkopts)" - -#------------------------------------------------------------------------- -# The PythiaMono Generator - -macro PythiaMonoLibFiles "" -macro_append PythiaMonoLibFiles " PythiaMono.cxx" -macro_append PythiaMonoLibFiles " Pydat1.cxx" -macro_append PythiaMonoLibFiles " Pydatr.cxx " -macro_append PythiaMonoLibFiles " Pydat2.cxx" -macro_append PythiaMonoLibFiles " Pydat3_62.cxx" -macro_append PythiaMonoLibFiles " Pyssmt.cxx" -macro_append PythiaMonoLibFiles " Pysubs.cxx" -macro_append PythiaMonoLibFiles " Pypars.cxx" -macro_append PythiaMonoLibFiles " Pymssm.cxx" -macro_append PythiaMonoLibFiles " Pyint1.cxx" -macro_append PythiaMonoLibFiles " Pyint2.cxx" -macro_append PythiaMonoLibFiles " Pyint5.cxx" -macro_append PythiaMonoLibFiles " Pytcsm.cxx" -macro_append PythiaMonoLibFiles " upinit_py.F" -macro_append PythiaMonoLibFiles " upevnt_py.F" -macro_append PythiaMonoLibFiles " upveto_py.F" -macro_append PythiaMonoLibFiles " cldcay.F" -macro_append PythiaMonoLibFiles " gpydat2.F" -macro_append PythiaMonoLibFiles " gpydatr.F " -macro_append PythiaMonoLibFiles " gpypars.F" -macro_append PythiaMonoLibFiles " gpysubs.F" -macro_append PythiaMonoLibFiles " gpydat1.F" -macro_append PythiaMonoLibFiles " gpydat3_62.F" -macro_append PythiaMonoLibFiles " gpymssm.F" -macro_append PythiaMonoLibFiles " gpyssmt.F" -macro_append PythiaMonoLibFiles " gpyint1.F" -macro_append PythiaMonoLibFiles " gpyint2.F" -macro_append PythiaMonoLibFiles " gpyint5.F" -macro_append PythiaMonoLibFiles " gpytcsm.F" -macro_append PythiaMonoLibFiles " initpyblock.F" -macro_append PythiaMonoLibFiles " openrandom.F" -macro_append PythiaMonoLibFiles " opdcay.F" -macro_append PythiaMonoLibFiles " pyr.F" -macro_append PythiaMonoLibFiles " extproc.F" -macro_append PythiaMonoLibFiles " gatlastaula_decres_py.F" -macro_append PythiaMonoLibFiles " atopyt.F" -macro_append PythiaMonoLibFiles " opensusyfile.F" -macro_append PythiaMonoLibFiles " PythiaDummies/pyevwt.F" -macro_append PythiaMonoLibFiles " PythiaDummies/pykcut.F" -macro_append PythiaMonoLibFiles " PythiaDummies/pytaud.F" -macro_append PythiaMonoLibFiles " PythiaDummies/pytime.F" -macro_append PythiaMonoLibFiles " PythiaDummies/sugra.F" -macro_append PythiaMonoLibFiles " PythiaDummies/visaje.F" -macro_append PythiaMonoLibFiles " PythiaDummies/ssmssm.F" -macro_append PythiaMonoLibFiles " PythiaDummies/fhhiggscorr.F" -macro_append PythiaMonoLibFiles " PythiaDummies/fhsetflags.F" -macro_append PythiaMonoLibFiles " PythiaDummies/fhsetpara.F" -macro_append PythiaMonoLibFiles " PythiaModified/pysgwz.F" -macro_append PythiaMonoLibFiles " PythiaMono_i_entries.cxx" -macro_append PythiaMonoLibFiles " PythiaMono_i_load.cxx" - -library PythiaMono_i -suffix=mono $(PythiaMonoLibFiles) -apply_pattern named_component_library library="PythiaMono_i" -macro_append PythiaMono_i_dependencies " PythiaTau3Mu_i" -macro_append PythiaMono_iConf_dependencies " PythiaTau3Mu_iConfDbMerge " - -macro_append PythiaMono_i_shlibflags "$(HepMC_IO_linkopts)" - -#------------------------------------------------------------------------- -# The PythiaGS Generator - -macro PythiaGSLibFiles "" -macro_append PythiaGSLibFiles " PythiaGS.cxx" -macro_append PythiaGSLibFiles " Pydat1.cxx" -macro_append PythiaGSLibFiles " Pydatr.cxx " -macro_append PythiaGSLibFiles " Pydat2.cxx" -macro_append PythiaGSLibFiles " Pydat3_62.cxx" -macro_append PythiaGSLibFiles " Pyssmt.cxx" -macro_append PythiaGSLibFiles " Pysubs.cxx" -macro_append PythiaGSLibFiles " Pypars.cxx" -macro_append PythiaGSLibFiles " Pymssm.cxx" -macro_append PythiaGSLibFiles " Pyint1.cxx" -macro_append PythiaGSLibFiles " Pyint2.cxx" -macro_append PythiaGSLibFiles " Pyint5.cxx" -macro_append PythiaGSLibFiles " Pytcsm.cxx" -macro_append PythiaGSLibFiles " upinit_py.F" -macro_append PythiaGSLibFiles " upevnt_py.F" -macro_append PythiaGSLibFiles " upveto_py.F" -macro_append PythiaGSLibFiles " cldcay.F" -macro_append PythiaGSLibFiles " gpydat2.F" -macro_append PythiaGSLibFiles " gpydatr.F " -macro_append PythiaGSLibFiles " gpypars.F" -macro_append PythiaGSLibFiles " gpysubs.F" -macro_append PythiaGSLibFiles " gpydat1.F" -macro_append PythiaGSLibFiles " gpydat3_62.F" -macro_append PythiaGSLibFiles " gpymssm.F" -macro_append PythiaGSLibFiles " gpyssmt.F" -macro_append PythiaGSLibFiles " gpyint1.F" -macro_append PythiaGSLibFiles " gpyint2.F" -macro_append PythiaGSLibFiles " gpyint5.F" -macro_append PythiaGSLibFiles " gpytcsm.F" -macro_append PythiaGSLibFiles " initpyblock.F" -macro_append PythiaGSLibFiles " openrandom.F" -macro_append PythiaGSLibFiles " opdcay.F" -macro_append PythiaGSLibFiles " pyr.F" -macro_append PythiaGSLibFiles " extproc.F" -macro_append PythiaGSLibFiles " gatlastaula_decres_py.F" -macro_append PythiaGSLibFiles " atopyt.F" -macro_append PythiaGSLibFiles " opensusyfile.F" -macro_append PythiaGSLibFiles " PythiaDummies/pytime.F" -macro_append PythiaGSLibFiles " PythiaDummies/sugra.F" -macro_append PythiaGSLibFiles " PythiaDummies/visaje.F" -macro_append PythiaGSLibFiles " PythiaDummies/ssmssm.F" -macro_append PythiaGSLibFiles " PythiaDummies/fhhiggscorr.F" -macro_append PythiaGSLibFiles " PythiaDummies/fhsetflags.F" -macro_append PythiaGSLibFiles " PythiaDummies/fhsetpara.F" -macro_append PythiaGSLibFiles " PythiaModified/pytaud.F" -macro_append PythiaGSLibFiles " PythiaGS_i_entries.cxx" -macro_append PythiaGSLibFiles " PythiaGS_i_load.cxx" -macro_append PythiaGSLibFiles " PythiaGravADD/Aeik.c" -macro_append PythiaGSLibFiles " PythiaGravADD/pyeffevt.F" -macro_append PythiaGSLibFiles " PythiaGravADD/GravScat.F" - -library PythiaGS_i -suffix=gs $(PythiaGSLibFiles) -apply_pattern named_component_library library="PythiaGS_i" -macro_append PythiaGS_i_dependencies " PythiaMono_i" -macro_append PythiaGS_iConf_dependencies " PythiaMono_iConfDbMerge " - -macro_append PythiaGS_i_shlibflags "$(HepMC_IO_linkopts)" -# apply_pattern generic_declare_for_link kind=data files="-s=../data *.dat" prefix=share/PythiaExo_i - -#------------------------------------------------------------------------- -# The PythiaLLP Generator - -macro PythiaLibFiles "" -macro_append PythiaLLPLibFiles " PythiaLLP.cxx" -macro_append PythiaLLPLibFiles " Pydat1.cxx" -macro_append PythiaLLPLibFiles " Pydatr.cxx" -macro_append PythiaLLPLibFiles " Pydat2.cxx" -macro_append PythiaLLPLibFiles " Pydat3_62.cxx" -macro_append PythiaLLPLibFiles " Pyssmt.cxx" -macro_append PythiaLLPLibFiles " Pysubs.cxx" -macro_append PythiaLLPLibFiles " Pypars.cxx" -macro_append PythiaLLPLibFiles " Pymssm.cxx" -macro_append PythiaLLPLibFiles " Pyint1.cxx" -macro_append PythiaLLPLibFiles " Pyint2.cxx" -macro_append PythiaLLPLibFiles " Pyint5.cxx" -macro_append PythiaLLPLibFiles " Pytcsm.cxx" -macro_append PythiaLLPLibFiles " upinit_py.F" -macro_append PythiaLLPLibFiles " upevnt_py.F" -macro_append PythiaLLPLibFiles " upveto_py.F" -macro_append PythiaLLPLibFiles " cldcay.F" -macro_append PythiaLLPLibFiles " gpydat2.F" -macro_append PythiaLLPLibFiles " gpydatr.F" -macro_append PythiaLLPLibFiles " gpypars.F" -macro_append PythiaLLPLibFiles " gpysubs.F" -macro_append PythiaLLPLibFiles " gpydat1.F" -macro_append PythiaLLPLibFiles " gpydat3_62.F" -macro_append PythiaLLPLibFiles " gpymssm.F" -macro_append PythiaLLPLibFiles " gpyssmt.F" -macro_append PythiaLLPLibFiles " gpyint1.F" -macro_append PythiaLLPLibFiles " gpyint2.F" -macro_append PythiaLLPLibFiles " gpyint5.F" -macro_append PythiaLLPLibFiles " gpytcsm.F" -macro_append PythiaLLPLibFiles " initpyblock.F" -macro_append PythiaLLPLibFiles " openrandom.F" -macro_append PythiaLLPLibFiles " opdcay.F" -macro_append PythiaLLPLibFiles " pyr.F" -macro_append PythiaLLPLibFiles " extproc.F" -macro_append PythiaLLPLibFiles " gatlastaula_decres_py.F" -macro_append PythiaLLPLibFiles " atopyt.F" -macro_append PythiaLLPLibFiles " opensusyfile.F" -macro_append PythiaLLPLibFiles " PythiaDummies/pyevwt.F" -macro_append PythiaLLPLibFiles " PythiaDummies/pykcut.F" -macro_append PythiaLLPLibFiles " PythiaDummies/pytaud.F" -macro_append PythiaLLPLibFiles " PythiaDummies/pytime.F" -macro_append PythiaLLPLibFiles " PythiaDummies/sugra.F" -macro_append PythiaLLPLibFiles " PythiaDummies/visaje.F" -macro_append PythiaLLPLibFiles " PythiaDummies/ssmssm.F" -macro_append PythiaLLPLibFiles " PythiaDummies/fhhiggscorr.F" -macro_append PythiaLLPLibFiles " PythiaDummies/fhsetflags.F" -macro_append PythiaLLPLibFiles " PythiaDummies/fhsetpara.F" -macro_append PythiaLLPLibFiles " PythiaModified/initpyupda.F" -macro_append PythiaLLPLibFiles " PythiaLLP_i_entries.cxx" -macro_append PythiaLLPLibFiles " PythiaLLP_i_load.cxx" - -library PythiaLLP_i -suffix=llp $(PythiaLLPLibFiles) -apply_pattern named_component_library library="PythiaLLP_i" -macro_append PythiaLLP_i_dependencies " PythiaGS_i" -macro_append PythiaLLP_iConf_dependencies " PythiaGS_iConfDbMerge " - -macro_append PythiaLLP_i_shlibflags "$(HepMC_IO_linkopts)" - -#----------------------------------------------------------------------------------- - -# The PythiaResMod Generator - -macro PythiaResModLibFiles "" -macro_append PythiaResModLibFiles " PythiaResMod.cxx" -macro_append PythiaResModLibFiles " atlasTuneResMod.cxx" -macro_append PythiaResModLibFiles " setPythiaTuneResMod.cxx" -macro_append PythiaResModLibFiles " Pydat1.cxx" -macro_append PythiaResModLibFiles " Pydatr.cxx " -macro_append PythiaResModLibFiles " Pydat2.cxx" -macro_append PythiaResModLibFiles " Pydat3_62.cxx" -macro_append PythiaResModLibFiles " Pyssmt.cxx" -macro_append PythiaResModLibFiles " Pysubs.cxx" -macro_append PythiaResModLibFiles " Pypars.cxx" -macro_append PythiaResModLibFiles " Pymssm.cxx" -macro_append PythiaResModLibFiles " Pyint1.cxx" -macro_append PythiaResModLibFiles " Pyint2.cxx" -macro_append PythiaResModLibFiles " Pyint5.cxx" -macro_append PythiaResModLibFiles " Pytcsm.cxx" -macro_append PythiaResModLibFiles " upinit_py.F" -macro_append PythiaResModLibFiles " upevnt_py.F" -macro_append PythiaResModLibFiles " upveto_py.F" -macro_append PythiaResModLibFiles " cldcay.F" -macro_append PythiaResModLibFiles " gpydat2.F" -macro_append PythiaResModLibFiles " gpydatr.F " -macro_append PythiaResModLibFiles " gpypars.F" -macro_append PythiaResModLibFiles " gpysubs.F" -macro_append PythiaResModLibFiles " gpydat1.F" -macro_append PythiaResModLibFiles " gpydat3_62.F" -macro_append PythiaResModLibFiles " gpymssm.F" -macro_append PythiaResModLibFiles " gpyssmt.F" -macro_append PythiaResModLibFiles " gpyint1.F" -macro_append PythiaResModLibFiles " gpyint2.F" -macro_append PythiaResModLibFiles " gpyint5.F" -macro_append PythiaResModLibFiles " gpytcsm.F" -macro_append PythiaResModLibFiles " initpyblock.F" -macro_append PythiaResModLibFiles " openrandom.F" -macro_append PythiaResModLibFiles " opdcay.F" -macro_append PythiaResModLibFiles " pyr.F" -macro_append PythiaResModLibFiles " extproc.F" -macro_append PythiaResModLibFiles " setecm.F" -macro_append PythiaResModLibFiles " gatlastaula_decres_py.F" -macro_append PythiaResModLibFiles " atopyt.F" -macro_append PythiaResModLibFiles " opensusyfile.F" -macro_append PythiaResModLibFiles " parout.F" -macro_append PythiaResModLibFiles " special_exo.F" -macro_append PythiaResModLibFiles " PythiaDummies/pyevwt.F" -macro_append PythiaResModLibFiles " PythiaDummies/pykcut.F" -macro_append PythiaResModLibFiles " PythiaDummies/pytaud.F" -macro_append PythiaResModLibFiles " PythiaDummies/pytime.F" -macro_append PythiaResModLibFiles " PythiaDummies/sugra.F" -macro_append PythiaResModLibFiles " PythiaDummies/visaje.F" -macro_append PythiaResModLibFiles " PythiaDummies/ssmssm.F" -macro_append PythiaResModLibFiles " PythiaDummies/fhhiggscorr.F" -macro_append PythiaResModLibFiles " PythiaDummies/fhsetflags.F" -macro_append PythiaResModLibFiles " PythiaDummies/fhsetpara.F" -macro_append PythiaResModLibFiles " PythiaModified/pyrhad.F" -macro_append PythiaResModLibFiles " PythiaModified/pysthad.F" -macro_append PythiaResModLibFiles " PythiaModified/pysgex.F" -macro_append PythiaResModLibFiles " PythiaResMod_i_entries.cxx" -macro_append PythiaResModLibFiles " PythiaResMod_i_load.cxx" - -library PythiaResMod_i -suffix=resmod $(PythiaResModLibFiles) -apply_pattern named_component_library library="PythiaResMod_i" -macro_append PythiaResMod_i_dependencies " PythiaLLP_i" -macro_append PythiaResMod_iConf_dependencies " PythiaLLP_iConfDbMerge " - -macro_append PythiaResMod_i_shlibflags "$(HepMC_IO_linkopts)" -#----------------------------------------------------------------------------------- - -# The PythiaTopMdiff Generator - -macro PythiaTopMdiffLibFiles "" -macro_append PythiaTopMdiffLibFiles " PythiaTopMdiff.cxx" -macro_append PythiaTopMdiffLibFiles " atlasTuneTopMdiff.cxx" -macro_append PythiaTopMdiffLibFiles " setPythiaTuneTopMdiff.cxx" -macro_append PythiaTopMdiffLibFiles " Pydat1.cxx" -macro_append PythiaTopMdiffLibFiles " Pydatr.cxx " -macro_append PythiaTopMdiffLibFiles " Pydat2.cxx" -macro_append PythiaTopMdiffLibFiles " Pydat3_62.cxx" -macro_append PythiaTopMdiffLibFiles " Pyssmt.cxx" -macro_append PythiaTopMdiffLibFiles " Pysubs.cxx" -macro_append PythiaTopMdiffLibFiles " Pypars.cxx" -macro_append PythiaTopMdiffLibFiles " Pymssm.cxx" -macro_append PythiaTopMdiffLibFiles " Pyint1.cxx" -macro_append PythiaTopMdiffLibFiles " Pyint2.cxx" -macro_append PythiaTopMdiffLibFiles " Pyint5.cxx" -macro_append PythiaTopMdiffLibFiles " Pytcsm.cxx" -macro_append PythiaTopMdiffLibFiles " upinit_py.F" -macro_append PythiaTopMdiffLibFiles " upevnt_py.F" -macro_append PythiaTopMdiffLibFiles " upveto_py.F" -macro_append PythiaTopMdiffLibFiles " cldcay.F" -macro_append PythiaTopMdiffLibFiles " gpydat2.F" -macro_append PythiaTopMdiffLibFiles " gpydatr.F " -macro_append PythiaTopMdiffLibFiles " gpypars.F" -macro_append PythiaTopMdiffLibFiles " gpysubs.F" -macro_append PythiaTopMdiffLibFiles " gpydat1.F" -macro_append PythiaTopMdiffLibFiles " gpydat3_62.F" -macro_append PythiaTopMdiffLibFiles " gpymssm.F" -macro_append PythiaTopMdiffLibFiles " gpyssmt.F" -macro_append PythiaTopMdiffLibFiles " gpyint1.F" -macro_append PythiaTopMdiffLibFiles " gpyint2.F" -macro_append PythiaTopMdiffLibFiles " gpyint5.F" -macro_append PythiaTopMdiffLibFiles " gpytcsm.F" -macro_append PythiaTopMdiffLibFiles " initpyblock.F" -macro_append PythiaTopMdiffLibFiles " openrandom.F" -macro_append PythiaTopMdiffLibFiles " opdcay.F" -macro_append PythiaTopMdiffLibFiles " pyr.F" -macro_append PythiaTopMdiffLibFiles " extproc.F" -macro_append PythiaTopMdiffLibFiles " setecm.F" -macro_append PythiaTopMdiffLibFiles " gatlastaula_decres_py.F" -macro_append PythiaTopMdiffLibFiles " atopyt.F" -macro_append PythiaTopMdiffLibFiles " opensusyfile.F" -macro_append PythiaTopMdiffLibFiles " parout.F" -macro_append PythiaTopMdiffLibFiles " special_exo.F" -macro_append PythiaTopMdiffLibFiles " PythiaDummies/pyevwt.F" -macro_append PythiaTopMdiffLibFiles " PythiaDummies/pykcut.F" -macro_append PythiaTopMdiffLibFiles " PythiaDummies/pytaud.F" -macro_append PythiaTopMdiffLibFiles " PythiaDummies/pytime.F" -macro_append PythiaTopMdiffLibFiles " PythiaDummies/sugra.F" -macro_append PythiaTopMdiffLibFiles " PythiaDummies/visaje.F" -macro_append PythiaTopMdiffLibFiles " PythiaDummies/ssmssm.F" -macro_append PythiaTopMdiffLibFiles " PythiaDummies/fhhiggscorr.F" -macro_append PythiaTopMdiffLibFiles " PythiaDummies/fhsetflags.F" -macro_append PythiaTopMdiffLibFiles " PythiaDummies/fhsetpara.F" -macro_append PythiaTopMdiffLibFiles " PythiaModified/pyscat.F" -macro_append PythiaTopMdiffLibFiles " PythiaModified/pyofsh.F" -macro_append PythiaTopMdiffLibFiles " PythiaTopMdiff_i_entries.cxx" -macro_append PythiaTopMdiffLibFiles " PythiaTopMdiff_i_load.cxx" - -library PythiaTopMdiff_i -suffix=mdiff $(PythiaTopMdiffLibFiles) -apply_pattern named_component_library library="PythiaTopMdiff_i" -macro_append PythiaTopMdiff_i_dependencies " PythiaResMod_i" -macro_append PythiaTopMdiff_iConf_dependencies " PythiaResMod_iConfDbMerge " - -macro_append PythiaTopMdiff_i_shlibflags "$(HepMC_IO_linkopts)" - -#----------------------------------------------------------------------------------- - -apply_pattern declare_joboptions files="*.py" - -# Explicitly link the package against HepMCfio: -apply_pattern cmake_add_command command="find_package(HepMC COMPONENTS HepMC HepMCfio)" diff --git a/Generators/Pythia_i/cmt/requirements b/Generators/Pythia_i/cmt/requirements deleted file mode 100644 index 0ab357c7bccdf725685149e10047ef97e19e888d..0000000000000000000000000000000000000000 --- a/Generators/Pythia_i/cmt/requirements +++ /dev/null @@ -1,113 +0,0 @@ -package Pythia_i - -author Ian Hinchliffe -author Georgios Stavropoulos <George.Stavropoulos@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasFortranPolicy AtlasFortranPolicy-* -use GaudiInterface GaudiInterface-* External -use GeneratorModules GeneratorModules-* Generators -use Pythia Pythia-* External -use Lhapdf Lhapdf-* External -use Lhef_i Lhef_i-* Generators -use AcerMC_i AcerMC_i-* Generators -use Tauola_i Tauola_i-* Generators - -private -use GeneratorFortranCommon GeneratorFortranCommon-* Generators -use AtlasCLHEP AtlasCLHEP-* External -use AtlasHepMC AtlasHepMC-* External -use AtlasBoost AtlasBoost-* External -use AthenaKernel AthenaKernel-* Control -use AlpGen_i AlpGen_i-* Generators -use MadGraph_i MadGraph_i-* Generators -use ExoGraviton_i ExoGraviton_i-* Generators -use GeneratorUtils GeneratorUtils-* Generators -use TruthUtils TruthUtils-* Generators -use PythiaBc_i PythiaBc_i-* Generators -use PathResolver PathResolver-* Tools -end_private - -private -macro_append fflags "" Linux " -fno-automatic " -apply_tag notAsNeeded -end_private - -# Added for cmake compatibility -apply_pattern cmake_add_command command='add_definitions(-DPY6VERSION="${PYTHIA6_VERSION}")' - -#------------------------------------------------------------------------- -# The Pythia Generator - -macro PythiaLibFiles "" -macro_append PythiaLibFiles " setPythiaTune.cxx" -macro_append PythiaLibFiles " atlasTune.cxx" -macro_append PythiaLibFiles " Pythia.cxx" -macro_append PythiaLibFiles " Lhefinfo.cxx" -macro_append PythiaLibFiles " Pydat1.cxx" -macro_append PythiaLibFiles " Pydatr.cxx" -macro_append PythiaLibFiles " Pydat2.cxx" -macro_append PythiaLibFiles " Pydat3_62.cxx" -macro_append PythiaLibFiles " Pyssmt.cxx" -macro_append PythiaLibFiles " Pysubs.cxx" -macro_append PythiaLibFiles " Pypars.cxx" -macro_append PythiaLibFiles " Pymssm.cxx" -macro_append PythiaLibFiles " Pypued.cxx" -macro_append PythiaLibFiles " Pypevwt.cxx" -macro_append PythiaLibFiles " Pymsrv.cxx" -macro_append PythiaLibFiles " Pyint1.cxx" -macro_append PythiaLibFiles " Pyint2.cxx" -macro_append PythiaLibFiles " Pyint5.cxx" -macro_append PythiaLibFiles " Pytcsm.cxx" -macro_append PythiaLibFiles " getaddr.cxx" -macro_append PythiaLibFiles " upinit_py.F" -macro_append PythiaLibFiles " upevnt_py.F" -macro_append PythiaLibFiles " upveto_py.F" -macro_append PythiaLibFiles " cldcay.F" -macro_append PythiaLibFiles " glhefinfo.F" -macro_append PythiaLibFiles " gpydat2.F" -macro_append PythiaLibFiles " gpydatr.F" -macro_append PythiaLibFiles " gpypars.F" -macro_append PythiaLibFiles " gpysubs.F" -macro_append PythiaLibFiles " gpydat1.F" -macro_append PythiaLibFiles " gpydat3_62.F" -macro_append PythiaLibFiles " gpymssm.F" -macro_append PythiaLibFiles " gpypued.F" -macro_append PythiaLibFiles " gpypevwt.F" -macro_append PythiaLibFiles " gpymsrv.F" -macro_append PythiaLibFiles " gpyssmt.F" -macro_append PythiaLibFiles " gpyint1.F" -macro_append PythiaLibFiles " gpyint2.F" -macro_append PythiaLibFiles " gpyint5.F" -macro_append PythiaLibFiles " gpytcsm.F" -macro_append PythiaLibFiles " initpyblock.F" -macro_append PythiaLibFiles " openrandom.F" -macro_append PythiaLibFiles " opdcay.F" -macro_append PythiaLibFiles " pyr.F" -macro_append PythiaLibFiles " extproc.F" -macro_append PythiaLibFiles " gatlastaula_decres_py.F" -macro_append PythiaLibFiles " atopyt.F" -macro_append PythiaLibFiles " opensusyfile.F" -macro_append PythiaLibFiles " addParticle.F" -macro_append PythiaLibFiles " parout.F" -macro_append PythiaLibFiles " setecm.F" -macro_append PythiaLibFiles " PythiaDummies/pyevwt.F" -macro_append PythiaLibFiles " PythiaDummies/pykcut.F" -macro_append PythiaLibFiles " PythiaDummies/pytaud.F" -macro_append PythiaLibFiles " PythiaDummies/pytime.F" -macro_append PythiaLibFiles " PythiaDummies/sugra.F" -macro_append PythiaLibFiles " PythiaDummies/visaje.F" -macro_append PythiaLibFiles " PythiaDummies/ssmssm.F" -macro_append PythiaLibFiles " PythiaDummies/fhhiggscorr.F" -macro_append PythiaLibFiles " PythiaDummies/fhsetflags.F" -macro_append PythiaLibFiles " PythiaDummies/fhsetpara.F" - -apply_pattern named_dual_use_library library="Pythia_i" files=$(PythiaLibFiles) -macro_append Pythia_i_shlibflags " $(HepMC_IO_linkopts) " - -macro_append Pythia_i_cppflags '-DPY6VERSION=\"$(pythia_native_version)\" ' - -apply_pattern declare_joboptions files="*.py" - -# Link the package explicitly against HepMCfio: -apply_pattern cmake_add_command command="find_package(HepMC COMPONENTS HepMC HepMCfio)" diff --git a/Generators/QGSJet_i/cmt/requirements b/Generators/QGSJet_i/cmt/requirements deleted file mode 100644 index 4a6dbcfa4bcd83c4e2ab412889d5382d786aebd0..0000000000000000000000000000000000000000 --- a/Generators/QGSJet_i/cmt/requirements +++ /dev/null @@ -1,43 +0,0 @@ -package QGSJet_i -author Sami Kama sami.kama@cern.ch - -use AtlasPolicy AtlasPolicy-* -use AtlasFortranPolicy AtlasFortranPolicy-* -use GeneratorModules GeneratorModules-* Generators -use QGSJet QGSJet-* External - -private -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External -use AtlasHepMC AtlasHepMC-* External -use GaudiInterface GaudiInterface-* External -use TruthUtils TruthUtils-* Generators -end_private - -private -include_path none -macro_append fflags "" Linux&gcc34 " -fno-automatic -finit-local-zeros -fbounds-check "\ - Linux&gcc43 " -fno-automatic -fbounds-check " -apply_tag notAsNeeded -end_private - -macro QGSJetLibFiles "" -macro_append QGSJetLibFiles " QGSJet.cxx" -#macro_append EposLibFiles " AtEposGenEvent.F" -#macro_append EposLibFiles " AtEposFinalize.F" -#macro_append EposLibFiles " AtEposInit.F" -#macro_append EposLibFiles " AtEposReadCard.F" -#macro_append EposLibFiles " AtEposSetParams.F" -macro_append QGSJetLibFiles " Ranfini.F" -macro_append QGSJetLibFiles " DRanf.F" -macro_append QGSJetLibFiles " Rangen.F" - -#library QGSJet_i $(QGSJetLibFiles) -# TODO: shouldn't this just be a component library (i.e. no-one wants to link against it)? - AB -apply_pattern named_dual_use_library library="QGSJet_i" files=$(QGSJetLibFiles) -macro_append QGSJet_i_shlibflags " $(HepMC_IO_linkopts) " -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_runtime_extras extras="qgsjet_crmc.param" - -# Link the package explicitly against HepMCfio: -apply_pattern cmake_add_command command="find_package(HepMC COMPONENTS HepMC HepMCfio)" diff --git a/Generators/Reldis_i/cmt/requirements b/Generators/Reldis_i/cmt/requirements deleted file mode 100644 index 12438060ebb9eeefb01d26871b7a0eba419d2f7d..0000000000000000000000000000000000000000 --- a/Generators/Reldis_i/cmt/requirements +++ /dev/null @@ -1,17 +0,0 @@ -package Reldis_i - -author Antonello Sbrizzi <Antonio.Sbrizzi@bo.infn.it> - -use AtlasPolicy AtlasPolicy-* -use GeneratorModules GeneratorModules-* Generators -use AtlasHepMC AtlasHepMC-* External -use AtlasROOT AtlasROOT-* External -use HepPDT * LCG_Interfaces - -library Reldis_i *.cxx components/*.cxx -apply_pattern declare_joboptions files="*.py" -apply_pattern component_library - -private - -use GaudiInterface GaudiInterface-* External diff --git a/Generators/Rivet_i/cmt/requirements b/Generators/Rivet_i/cmt/requirements deleted file mode 100644 index d6efb95023617cb9d157cc60dfae47e379eaf640..0000000000000000000000000000000000000000 --- a/Generators/Rivet_i/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package Rivet_i - -author James Monk <jmonk@cern.ch> -author Andy Buckley <andy.buckley@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use Rivet Rivet-* External - -private -use GeneratorObjects GeneratorObjects-* Generators -use AthenaKernel AthenaKernel-* Control -use AtlasHepMC AtlasHepMC-* External -use AtlasBoost AtlasBoost-* External -use AtlasROOT AtlasROOT-* External -use YODA YODA-* External -use PathResolver PathResolver-* Tools -use AtlasFastJet AtlasFastJet-* External -end_private - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Matrix)" - -private -macro_append fflags "" Linux "" -end_private - -private -apply_tag notAsNeeded -end_private - -## Athena stuff -apply_pattern named_dual_use_library library="Rivet_i" files="*.cxx" -apply_pattern declare_joboptions files="*.py" - diff --git a/Generators/Starlight_i/cmt/requirements b/Generators/Starlight_i/cmt/requirements deleted file mode 100644 index 4855bc4c6b31b5192860bd2bb913bb6dc7a727fe..0000000000000000000000000000000000000000 --- a/Generators/Starlight_i/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package Starlight_i - -author Andrzej Olszewski <Andrzej.Olszewski@ifj.edu.pl> - -use AtlasPolicy AtlasPolicy-* - -use Starlight Starlight-* External -use GeneratorModules GeneratorModules-* Generators - -private -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use StoreGate StoreGate-* Control -use GeneratorUtils GeneratorUtils-* Generators -use TruthUtils TruthUtils-* Generators -use AtlasCLHEP AtlasCLHEP-* External -use AtlasHepMC AtlasHepMC-* External -end_private - -private -apply_tag notAsNeeded -end_private - -public -apply_pattern dual_use_library files=" *.cxx " - -apply_pattern declare_joboptions files="*.py" - -path_prepend LD_LIBRARY_PATH "$(Starlight_lib)" - diff --git a/Generators/Tauolapp_i/cmt/install.history b/Generators/Tauolapp_i/cmt/install.history deleted file mode 100644 index d49a92a8b31e77871e5545d2cf042fbbe786c26b..0000000000000000000000000000000000000000 --- a/Generators/Tauolapp_i/cmt/install.history +++ /dev/null @@ -1,27 +0,0 @@ -(i__main__ -LogFile -p0 -(dp1 -S'_installed_files' -p2 -(dp3 -S'../../../../../../../../../../offline/external/GAUDI/v20r4p5/GaudiPolicy/cmt/fragments/__init__.py' -p4 -S'../../../InstallArea/python/Tauolapp_i/__init__.py' -p5 -sS'../../Generators/Tauolapp_i/genConf/Tauolapp_i' -p6 -(dp7 -S'../../../Generators/Tauolapp_i/genConf/Tauolapp_i/Tauolapp_iConf.py' -p8 -S'../../../InstallArea/python/Tauolapp_i/Tauolapp_iConf.py' -p9 -sS'../../../Generators/Tauolapp_i/genConf/Tauolapp_i/Tauolapp_i_confDb.py' -p10 -S'../../../InstallArea/python/Tauolapp_i/Tauolapp_i_confDb.py' -p11 -ssS'../../../Generators/Tauolapp_i/i686-slc4-gcc34-opt/libTauolapp_i.so' -p12 -S'../../../InstallArea/i686-slc4-gcc34-opt/lib/libTauolapp_i.so' -p13 -ssb. \ No newline at end of file diff --git a/Generators/Tauolapp_i/cmt/requirements b/Generators/Tauolapp_i/cmt/requirements deleted file mode 100644 index 359ade5d6f65019377587f6f1c1f139213b0a68c..0000000000000000000000000000000000000000 --- a/Generators/Tauolapp_i/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package Tauolapp_i -author N. Davidson, A. Kaczmarska, E. Torrence, M. Wolter - -use AtlasPolicy AtlasPolicy-* -use ExternalPolicy ExternalPolicy-* External -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use GeneratorObjects GeneratorObjects-* Generators -use EventInfo EventInfo-* Event -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AtlasHepMC AtlasHepMC-* External - -private -use Tauolapp Tauolapp-* External -use AtlasCLHEP AtlasCLHEP-* External -use AthenaKernel AthenaKernel-* Control - -macro_append fflags "" Linux " -fno-automatic " -end_private - -library Tauolapp_i *.cxx -s=components *.cxx - -apply_pattern component_library - -apply_pattern declare_scripts files="*.sh" -apply_pattern declare_joboptions files="*.py" - diff --git a/Generators/TrackRecordGenerator/cmt/requirements b/Generators/TrackRecordGenerator/cmt/requirements deleted file mode 100644 index eee9e8d7b41fc6fb376a9253c6cc4ff0049c358c..0000000000000000000000000000000000000000 --- a/Generators/TrackRecordGenerator/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -## automatically generated CMT requirements file -package TrackRecordGenerator -author Zach Marshall - -use AtlasPolicy AtlasPolicy-* -use AtlasCLHEP AtlasCLHEP-* External -use AtlasHepMC AtlasHepMC-* External -use GeneratorModules GeneratorModules-* Generators - -private -use GaudiInterface GaudiInterface-* External -use TrackRecord TrackRecord-* Simulation/G4Sim -end_private - -branches src src/components python - -private - -# Build the library and export headers -apply_pattern dual_use_library files=TrackRecordGenerator.cxx -apply_pattern declare_python_modules files="*.py" - -end_private - - diff --git a/Generators/TruthIO/cmt/requirements b/Generators/TruthIO/cmt/requirements deleted file mode 100644 index 206b2b9852f0c4dde4ce57a4edc70fc94bfe48a4..0000000000000000000000000000000000000000 --- a/Generators/TruthIO/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package TruthIO - -author Andy Buckley <andy.buckley@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use GeneratorModules GeneratorModules-* Generators -use AtlasHepMC AtlasHepMC-* External -use AthenaBaseComps AthenaBaseComps-* Control - -private -use StoreGate StoreGate-* Control -use GeneratorObjects GeneratorObjects-* Generators -use EventInfo EventInfo-* Event -use HepPDT v* LCG_Interfaces -end_private - -private -#macro_append HepMC_linkopts " $(HepMC_IO_linkopts) " -macro_append TruthIO_shlibflags "$(HepMC_IO_linkopts)" -end_private - -public -library TruthIO *.cxx *.F -s=components *.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" - -# Link the package explicitly against the HepMCfio library: -apply_pattern cmake_add_command command="find_package(HepMC COMPONENTS HepMC HepMCfio)" diff --git a/Generators/TruthUtils/cmt/Makefile.RootCore b/Generators/TruthUtils/cmt/Makefile.RootCore deleted file mode 100644 index fb79602e0c08ab4c09763cb558ec32602f05eaae..0000000000000000000000000000000000000000 --- a/Generators/TruthUtils/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = TruthUtils -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = Asg_Boost -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Generators/TruthUtils/cmt/requirements b/Generators/TruthUtils/cmt/requirements deleted file mode 100644 index 78513d02971eff712162d9fc07a6135f75b1a722..0000000000000000000000000000000000000000 --- a/Generators/TruthUtils/cmt/requirements +++ /dev/null @@ -1,15 +0,0 @@ -package TruthUtils -# $Id: requirements 744476 2016-05-03 13:24:11Z krasznaa $ - -author Andy Buckley - -use AtlasPolicy AtlasPolicy-* -use AtlasHepMC AtlasHepMC-* External -use AtlasBoost AtlasBoost-* External -use AtlasFastJet AtlasFastJet-* External -use AtlasROOT AtlasROOT-* External -use MCUtils MCUtils-* External -use HEPUtils HEPUtils-* External - -library TruthUtils ../Root/*.cxx -apply_pattern installed_library diff --git a/Generators/VBFNLOControl/cmt/requirements b/Generators/VBFNLOControl/cmt/requirements deleted file mode 100644 index e4bd241376f47431e604e9654ccc2c0f404cdadf..0000000000000000000000000000000000000000 --- a/Generators/VBFNLOControl/cmt/requirements +++ /dev/null @@ -1,14 +0,0 @@ -package VBFNLOControl - -author Florian Kiss <florian.kiss@cern.ch> - -branches share python - -private -use AtlasPolicy AtlasPolicy-* -use VBFNLO VBFNLO-* External - -apply_pattern declare_python_modules files="*.py" -apply_pattern generic_declare_for_link kind=share files='-s=../share *.dat' prefix=share name=<name> -apply_pattern declare_joboptions files="-s=../share *.py" -end_private diff --git a/InnerDetector/InDetAlignAlgs/InDetAlignGenAlgs/cmt/requirements b/InnerDetector/InDetAlignAlgs/InDetAlignGenAlgs/cmt/requirements deleted file mode 100755 index b9cafc9a2efe02f4c0f06ffa1485dc8d66884f60..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetAlignAlgs/InDetAlignGenAlgs/cmt/requirements +++ /dev/null @@ -1,47 +0,0 @@ -package InDetAlignGenAlgs -############################################################################# -# inner detector alignment ntuple production from Tracks -############################################################################# - -author Richard Hawkings <richard.hawkings@cern.ch> -author Adlene Hicheur <a.hicheur@rl.ac.uk> - -public -use AtlasPolicy AtlasPolicy-* -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use Identifier Identifier-* DetectorDescription -use InDetAlignGenTools InDetAlignGenTools-* InnerDetector/InDetAlignTools -use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions -use xAODEventInfo xAODEventInfo-* Event/xAOD -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event - -private -use AthenaKernel AthenaKernel-* Control -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use DetDescrConditions DetDescrConditions-* DetectorDescription/DetDescrCond -use IdDictDetDescr IdDictDetDescr-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use RegistrationServices RegistrationServices-* Database -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr - - -public -library InDetAlignGenAlgs *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" diff --git a/InnerDetector/InDetAlignEvent/InDetAlignTrkInfo/cmt/requirements b/InnerDetector/InDetAlignEvent/InDetAlignTrkInfo/cmt/requirements deleted file mode 100755 index d7126ee1d1a55221d2c76feba394de671926d47c..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetAlignEvent/InDetAlignTrkInfo/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package InDetAlignTrkInfo -################ -# InDetAlignTrkInfo are tracks containing alignment information -################ - -author Richard Hawkings <richard.hawkings@cern.ch> - - -use AtlasPolicy AtlasPolicy-* -# use GaudiInterface GaudiInterface-01-* External -# use StoreGate StoreGate-02-* Control -use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control - -apply_pattern installed_library - -library InDetAlignTrkInfo AlignTrk.cxx AlignTrkContainer.cxx \ - AlignSiHit.cxx AlignTRTHit.cxx diff --git a/InnerDetector/InDetAlignTools/InDetAlignGenTools/cmt/requirements b/InnerDetector/InDetAlignTools/InDetAlignGenTools/cmt/requirements deleted file mode 100755 index ddb1313e53b0f2eb98af1c662146c9a9dec5dbc0..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetAlignTools/InDetAlignGenTools/cmt/requirements +++ /dev/null @@ -1,57 +0,0 @@ -package InDetAlignGenTools - -author Richard Hawkings <Richard.Hawkings@cern.ch> -author Sergio Gonzalez Sevilla <segonzal@ific.uv.es> -author Carlos Escobar <cescobar@ific.uv.es> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use HepPDT v* LCG_Interfaces -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetAlignToolInterfaces InDetAlignToolInterfaces-* InnerDetector/InDetAlignTools -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use InDetAlignTrkInfo InDetAlignTrkInfo-* InnerDetector/InDetAlignEvent -use CLIDSvc CLIDSvc-* Control -#use InDetAlignGenAlgs InDetAlignGenAlgs-* InnerDetector/InDetAlignAlgs -use Identifier Identifier-* DetectorDescription -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -private -use AtlasHepMC AtlasHepMC-* External -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use DataModel DataModel-* Control -use RegistrationServices RegistrationServices-* Database -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use DetDescrConditions DetDescrConditions-* DetectorDescription/DetDescrCond -#use InDetPriVxFinderTool InDetPriVxFinderTool-* InnerDetector/InDetRecTools -#use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TrackRecord TrackRecord-* Simulation/G4Sim -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -#use VxVertex VxVertex-* Tracking/TrkEvent -#use TrkVertexOnTrack TrkVertexOnTrack-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use AtlasCORAL AtlasCORAL-* External -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -#use TrkTruthToTrack TrkTruthToTrack-* Tracking/TrkTools -#use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter - -use AtlasCLHEP AtlasCLHEP-* External - - -public -library InDetAlignGenTools *.cxx components/*.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetAlignTools/InDetAlignToolInterfaces/cmt/requirements b/InnerDetector/InDetAlignTools/InDetAlignToolInterfaces/cmt/requirements deleted file mode 100755 index e099ebe2680e38be9dba7e38b1b8fa79fa6012c7..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetAlignTools/InDetAlignToolInterfaces/cmt/requirements +++ /dev/null @@ -1,7 +0,0 @@ -package InDetAlignToolInterfaces - -author Tobias Goettfert <tobias.goettfert@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use DataModel DataModel-* Control diff --git a/InnerDetector/InDetAlignTools/InDetSurveyConstraintTool/cmt/requirements b/InnerDetector/InDetAlignTools/InDetSurveyConstraintTool/cmt/requirements deleted file mode 100755 index a9ad19bd7ca37680a29184cf7397ec99d5ce8e42..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetAlignTools/InDetSurveyConstraintTool/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package InDetSurveyConstraintTool -author Tobias Golling <TFGolling@lbl.gov> - -private -use InDetAlignGenTools InDetAlignGenTools-* InnerDetector/InDetAlignTools -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use DetDescrConditions DetDescrConditions-* DetectorDescription/DetDescrCond -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use AtlasAIDA AtlasAIDA-* External -use AthenaKernel AthenaKernel-* Control -use RegistrationServices RegistrationServices-* Database - - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use Identifier Identifier-* DetectorDescription -use AthenaBaseComps AthenaBaseComps-* Control -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription - - -library InDetSurveyConstraintTool *.cxx -s=components *.cxx -apply_pattern component_library - -####apply_pattern declare_joboptions files="*.txt *.py" diff --git a/InnerDetector/InDetAlignment/InDetAlignDBTools/cmt/requirements b/InnerDetector/InDetAlignment/InDetAlignDBTools/cmt/requirements deleted file mode 100644 index 607cd3d3d57b47930028bc152c4f6361ce017612..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetAlignment/InDetAlignDBTools/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -package InDetAlignDBTools - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use TrkAlignInterfaces TrkAlignInterfaces-* Tracking/TrkAlignment -use GeoPrimitives GeoPrimitives-* DetectorDescription -private -use AthenaKernel AthenaKernel-* Control -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use AtlasROOT AtlasROOT-* External -use DataModel DataModel-* Control -use GaudiInterface GaudiInterface-* External -use InDetAlignGenTools InDetAlignGenTools-* InnerDetector/InDetAlignTools -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions -use TrkAlignEvent TrkAlignEvent-* Tracking/TrkAlignment -use AtlasCLHEP AtlasCLHEP-* External - -public -library InDetAlignDBTools *.cxx components/*.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetAlignment/InDetAlignGeomTools/cmt/requirements b/InnerDetector/InDetAlignment/InDetAlignGeomTools/cmt/requirements deleted file mode 100644 index 75e5532948a2c1b9572e1377c76cf473497d8574..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetAlignment/InDetAlignGeomTools/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package InDetAlignGeomTools - -author Anthony Morley <amorley@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AthContainers AthContainers-* Control -use TrkAlignEvent TrkAlignEvent-* Tracking/TrkAlignment -use TrkAlignInterfaces TrkAlignInterfaces-* Tracking/TrkAlignment -use TrkAlignGenTools TrkAlignGenTools-* Tracking/TrkAlignment -use AtlasROOT AtlasROOT-* External - -private -use GaudiInterface GaudiInterface-* External -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use RDBAccessSvc RDBAccessSvc-* Database/AthenaPOOL -use GeoModelInterfaces GeoModelInterfaces-* DetectorDescription/GeoModel -use GeoModelUtilities GeoModelUtilities-* DetectorDescription/GeoModel - -public -library InDetAlignGeomTools *.cxx components/*.cxx -apply_pattern component_library - -macro_append InDetAlignGeomTools_shlibflags "-L$(ROOTSYS)/lib -lGeom -lCore -lm -ldl -lpthread -rdynamic" diff --git a/InnerDetector/InDetAlignment/InDetAlignNtupleTools/cmt/requirements b/InnerDetector/InDetAlignment/InDetAlignNtupleTools/cmt/requirements deleted file mode 100644 index 1c74ee05c3080b8c78d2779032dcd176391d231e..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetAlignment/InDetAlignNtupleTools/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package InDetAlignNtupleTools - -author Daniel Kollar <daniel.kollar@cern.ch> -author Jike Wang <jike.wang@cern.ch> - - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkAlignInterfaces TrkAlignInterfaces-* Tracking/TrkAlignment -use TrkParameters TrkParameters-* Tracking/TrkEvent - -private -use AtlasROOT AtlasROOT-* External -use AtlasHepMC AtlasHepMC-* External -use xAODEventInfo xAODEventInfo-* Event/xAOD -use GeneratorObjects GeneratorObjects-* Generators -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use TrkAlignEvent TrkAlignEvent-* Tracking/TrkAlignment -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use TrkVertexOnTrack TrkVertexOnTrack-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use EventPrimitives EventPrimitives-* Event - -public -library InDetAlignNtupleTools *.cxx components/*.cxx -apply_pattern component_library - diff --git a/InnerDetector/InDetCalibAlgs/InDetBeamSpotFinder/cmt/requirements b/InnerDetector/InDetCalibAlgs/InDetBeamSpotFinder/cmt/requirements deleted file mode 100644 index 69fc53d5b2931208b353fd674b593569c7fcd173..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetCalibAlgs/InDetBeamSpotFinder/cmt/requirements +++ /dev/null @@ -1,54 +0,0 @@ -package InDetBeamSpotFinder - -author James Walder <jwalder@cern.ch> -author Guennadi Borissov <Gennady.Borisov@cern.ch> -author Brian Amadio <btamadio@lbl.gov> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasCLHEP AtlasCLHEP-* External -use xAODTracking xAODTracking-* Event/xAOD - -private -use AthenaBaseComps AthenaBaseComps-* Control -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -use EventInfo EventInfo-* Event -use xAODEventInfo xAODEventInfo-* Event/xAOD - -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use TrigAnalysisInterfaces TrigAnalysisInterfaces-* Trigger/TrigAnalysis - -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use Identifier Identifier-* DetectorDescription -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter - - - -private -apply_tag ROOTMathLibs -apply_tag ROOTRooFitLibs -end_private - -#public -private -use AtlasROOT AtlasROOT-* External -#use PyJobTransformsCore PyJobTransformsCore-* Tools - -## install our python modules -#apply_pattern declare_python_modules files="python/*.py" - -#apply_pattern declare_jobtransforms trfs='*_trf.py python/*_trf.py' -#apply_pattern declare_scripts files="*_trf.py python/*_trf.py" - -public -apply_pattern dual_use_library files= " *.cxx " -apply_pattern declare_joboptions files=" *.py" - diff --git a/InnerDetector/InDetCalibAlgs/SCT_CalibAlgs/cmt/requirements b/InnerDetector/InDetCalibAlgs/SCT_CalibAlgs/cmt/requirements deleted file mode 100644 index 7b3f33c9a921c1d95ae9e4aa61b663acb749be5e..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetCalibAlgs/SCT_CalibAlgs/cmt/requirements +++ /dev/null @@ -1,55 +0,0 @@ -package SCT_CalibAlgs - -author Shaun Roe <shaun.roe@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AtlasCORAL AtlasCORAL-* External -use AtlasROOT AtlasROOT-* External -use EventInfo EventInfo-* Event -use GaudiInterface GaudiInterface-* External -use Identifier Identifier-* DetectorDescription -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use SCT_Cabling SCT_Cabling-* InnerDetector/InDetDetDescr -use SCT_ConditionsServices SCT_ConditionsServices-* InnerDetector/InDetConditions -use StoreGate StoreGate-* Control -private -use AtlasBoost AtlasBoost-* External -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use PathResolver PathResolver-* Tools -use RegistrationServices RegistrationServices-* Database -#Added for consistency with earlier hand-written(?) version -use PyJobTransformsCore PyJobTransformsCore-* Tools -end_private - -# Add explicit dependency against SCT_ConditionsData to avoid indirect dependency from SCT_ConditionsServices -# which creates a component library and cmake (correctly) does not propagate such dependencies. This is -# transparent to CMT and checkreq. -apply_pattern cmake_add_dependency package=InnerDetector/InDetConditions/SCT_ConditionsData - -# Specify required ROOT components to cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS MathCore)" - -#library SCT_TBMonitoring *.cxx components/*.cxx -library SCT_CalibAlgs *.cxx components/*.cxx -apply_pattern declare_joboptions files="*.txt *.py" -apply_pattern component_library -apply_pattern declare_runtime files="-s=../share *.dat" -#apply_pattern declare_runtime -apply_pattern declare_python_modules files="../python/*.py" - -#Changes for IPC (Martin's email) -#macro HLTtdaq_linkopts "-L/sw/atlas/tdaq/tdaq-01-09-00/installed/i686-slc4-gcc34-opt/lib -L/sw/atlas/tdaq/tdaq-01-09-00/installed/i686-slc4-gcc34-opt/lib -lthreads -lipc -lis" -# The following line enables us to turn on compilation of the online code by setting a tag called Online - -macro_append cppflags "" \ - Online " -DONLINE " - -#macro_append cppflags "" \ - - diff --git a/InnerDetector/InDetCalibAlgs/TRT_CalibAlgs/cmt/requirements b/InnerDetector/InDetCalibAlgs/TRT_CalibAlgs/cmt/requirements deleted file mode 100755 index 38dbc9176c87a19b2461928fefdcbfa6553d7337..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetCalibAlgs/TRT_CalibAlgs/cmt/requirements +++ /dev/null @@ -1,52 +0,0 @@ -package TRT_CalibAlgs - -author Wouter Hulsbergen <Wouter.Hulsbergen@cern.ch> -author Chafik Driouichi <chafik@nbi.dk> -author Sasa Fratina <sasa.fratina@cern.ch> - -use AthenaBaseComps AthenaBaseComps-* Control - -use StoreGate StoreGate-* Control -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External -use xAODEventInfo xAODEventInfo-* Event/xAOD - -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TRT_ElectronPidTools TRT_ElectronPidTools-* InnerDetector/InDetRecTools - -private - -use xAODTracking xAODTracking-* Event/xAOD -use VxVertex VxVertex-* Tracking/TrkEvent -use DataModel DataModel-* Control - -use TRT_CalibData TRT_CalibData-* InnerDetector/InDetCalibEvent -use TRT_CalibTools TRT_CalibTools-* InnerDetector/InDetCalibTools -use TRT_ConditionsData TRT_ConditionsData-* InnerDetector/InDetConditions -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions - -use CommissionEvent CommissionEvent-* Commission - - -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use TRT_TrackHoleSearch TRT_TrackHoleSearch-* InnerDetector/InDetRecTools - -# add for TRT_StrawStatus -use Identifier Identifier-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent - -use AtlasROOT AtlasROOT-* External - -public - -apply_pattern declare_joboptions files="*.py" -apply_tag ROOTMathLibs - -apply_pattern component_library -library TRT_CalibAlgs *.cxx components/*.cxx diff --git a/InnerDetector/InDetCalibEvent/TRT_CalibData/cmt/requirements b/InnerDetector/InDetCalibEvent/TRT_CalibData/cmt/requirements deleted file mode 100755 index b7bdedcc801aced598bf2bb9d5721920d8a5e1d8..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetCalibEvent/TRT_CalibData/cmt/requirements +++ /dev/null @@ -1,10 +0,0 @@ -package TRT_CalibData - -author Jorgen Beck Hansen <Jorgen.Beck.Hansen@cern.ch> -author Peter Hansen <Peter.Hansen@cern.ch> -author Chafik Driouichi <chafik.nbi.dk> - -use AtlasCLHEP AtlasCLHEP-* External -use AtlasPolicy AtlasPolicy-* -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use TRT_ConditionsData TRT_ConditionsData-* InnerDetector/InDetConditions diff --git a/InnerDetector/InDetCalibTools/TRT_CalibTools/cmt/requirements b/InnerDetector/InDetCalibTools/TRT_CalibTools/cmt/requirements deleted file mode 100755 index 45a7602b079a7d81e557c577037b76b4fb58eec5..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetCalibTools/TRT_CalibTools/cmt/requirements +++ /dev/null @@ -1,67 +0,0 @@ -package TRT_CalibTools - -author Jorgen Beck Hansen <Jorgen.Beck.Hansen@cern.ch> -author Peter Hansen <Peter.Hansen@cern.ch> -author Chafik Driouichi <Chafik.Driouichi@cern.ch> - - - -#++#checkreq has inserted the following use statements: -private -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasROOT AtlasROOT-* External -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TRT_DriftFunctionTool TRT_DriftFunctionTool-* InnerDetector/InDetRecTools -use EventPrimitives EventPrimitives-* Event -use xAODTracking xAODTracking-* Event/xAOD - -end_private - -use Identifier Identifier-* DetectorDescription -use TRT_CalibData TRT_CalibData-* InnerDetector/InDetCalibEvent - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - - -private -use EventInfo EventInfo-* Event -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkTrackSummaryTool TrkTrackSummaryTool-* Tracking/TrkTools -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use CommissionEvent CommissionEvent-* Commission -use TRT_ConditionsData TRT_ConditionsData-* InnerDetector/InDetConditions -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use AtlasCLHEP AtlasCLHEP-* External -use TRT_DriftFunctionTool TRT_DriftFunctionTool-* InnerDetector/InDetRecTools -use TRT_DriftCircleTool TRT_DriftCircleTool-* InnerDetector/InDetRecTools - -# Add explicit dependency against InDetRawData to avoid indirect dependency from TRT_DriftCircleTool -# which creates a component library and cmake (correctly) does not propagate such dependencies. This -# is transparent to CMT and checkreq. -apply_pattern cmake_add_dependency package=InnerDetector/InDetRawEvent/InDetRawData - -apply_tag ROOTGraphicsLibs - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS RIO)" - -apply_pattern component_library -library TRT_CalibTools *.cxx components/*.cxx - -#### There aren't any job options files -####apply_pattern declare_joboptions files="*.py" - - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/InnerDetector/InDetConditions/InDetBeamSpotService/cmt/requirements b/InnerDetector/InDetConditions/InDetBeamSpotService/cmt/requirements deleted file mode 100644 index 3be54f7007ea407e1b69a8172298a1b02b08a5f9..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetConditions/InDetBeamSpotService/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -# -# @version $Id: requirements 773822 2016-09-19 10:04:57Z krasznaa $ -# - -package InDetBeamSpotService - -author Richard Hawkings <richard.hawkings@cern.ch> -manager Rainer Bartoldus <bartoldu@slac.stanford.edu> - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use_ifndef pplist="SIMULATIONBASE" pkg="Tracking/TrkEvent/VxVertex" - -private -use AtlasCORAL AtlasCORAL-* External -use AthenaBaseComps AthenaBaseComps-* Control -use StoreGate StoreGate-* Control -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use EventPrimitives EventPrimitives-* Event - -public -library InDetBeamSpotService BeamCondSvc.cxx \ - components/*.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" - -# Create dictionary -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=InDetBeamSpotService selectionfile=selection.xml headerfiles="../InDetBeamSpotService/IBeamCondSvc.h" - diff --git a/InnerDetector/InDetConditions/InDetByteStreamErrors/cmt/requirements b/InnerDetector/InDetConditions/InDetByteStreamErrors/cmt/requirements deleted file mode 100644 index c0f85764dfdaa1a39f872a109c6d6102fa1f60c9..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetConditions/InDetByteStreamErrors/cmt/requirements +++ /dev/null @@ -1,14 +0,0 @@ -package InDetByteStreamErrors - -author Nick Barlow <Nick.Barlow@cern.ch> -author Florian Hirsch <Florian.Hirsch@cern.ch> -author Paul Keener <Paul.Keener@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use Identifier Identifier-* DetectorDescription -use AtlasReflex AtlasReflex-* External - no_auto_imports -use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control - -apply_pattern lcgdict dict=InDetByteStreamErrors selectionfile=selection.xml headerfiles="../InDetByteStreamErrors/InDetByteStreamErrorsDict.h" - diff --git a/InnerDetector/InDetConditions/InDetCondFolders/cmt/requirements b/InnerDetector/InDetConditions/InDetCondFolders/cmt/requirements deleted file mode 100644 index c710a71cf6e297bb491d96c9ad4b114864e1029e..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetConditions/InDetCondFolders/cmt/requirements +++ /dev/null @@ -1,9 +0,0 @@ -package InDetCondFolders - -author Grant Gorfine <Grant.Gorfine@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -apply_pattern declare_python_modules files="*.py" - - diff --git a/InnerDetector/InDetConditions/InDetCondServices/cmt/requirements b/InnerDetector/InDetConditions/InDetCondServices/cmt/requirements deleted file mode 100644 index e2790e686ee370ab5bcab0aa2902553b4bb0f7b1..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetConditions/InDetCondServices/cmt/requirements +++ /dev/null @@ -1,11 +0,0 @@ -package InDetCondServices - -author Grant Gorfine <Grant.Gorfine@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use GeoPrimitives GeoPrimitives-* DetectorDescription - -# Declare a metalibrary for the CMake build: -apply_pattern cmake_add_command command=metalibrary diff --git a/InnerDetector/InDetConditions/InDetConditionsSummaryService/cmt/requirements b/InnerDetector/InDetConditions/InDetConditionsSummaryService/cmt/requirements deleted file mode 100644 index c41224260cce68502c2ae7f288ee5a3250ff7bc1..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetConditions/InDetConditionsSummaryService/cmt/requirements +++ /dev/null @@ -1,6 +0,0 @@ -package InDetConditionsSummaryService - -author Shaun Roe <Shaun.Roe@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External diff --git a/InnerDetector/InDetConditions/InDetCoolCoralClientUtils/cmt/requirements b/InnerDetector/InDetConditions/InDetCoolCoralClientUtils/cmt/requirements deleted file mode 100644 index 69a5b76a8c440580d64d5f392fd026764b71f5ad..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetConditions/InDetCoolCoralClientUtils/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package InDetCoolCoralClientUtils - -author B.DiGirolamo D.Whittington - -use DetCommonPolicy DetCommonPolicy-* - -use CORAL v* LCG_Interfaces -use COOL v* LCG_Interfaces -use Boost v* LCG_Interfaces -#use oracle v* LCG_Interfaces - -#apply_pattern detcommon_shared_library_settings - -library InDetCoolCoralClientUtils *.cpp - -apply_pattern detcommon_shared_library -apply_pattern detcommon_ignores -apply_pattern detcommon_header_installer - -# DRQ: Temporary hack to allow builds on MacOSX (which don't yet an an Oracle client library) -private -macro_remove oracle_linkopts "" Darwin "-lclntsh" diff --git a/InnerDetector/InDetConditions/PixelConditionsData/cmt/requirements b/InnerDetector/InDetConditions/PixelConditionsData/cmt/requirements deleted file mode 100755 index 398eee0e1555a6c45208179223b47737e2f10b1b..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetConditions/PixelConditionsData/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package PixelConditionsData - -author Wei-Ming Yao <Wei-Ming.Yao@cern.ch> \ - Christoph Ruwiedel <ruwiedel@physik.uni-bonn.de> - -use AtlasPolicy AtlasPolicy-* - -use Identifier Identifier-* DetectorDescription - -use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control - -use PixelCoralClientUtils PixelCoralClientUtils-* InnerDetector/InDetConditions - -private - -use AthenaKernel AthenaKernel-* Control - -use GaudiInterface GaudiInterface-* External -use AtlasCORAL AtlasCORAL-* External -use AtlasCLHEP AtlasCLHEP-* External - -public -library PixelConditionsData *.cxx - -apply_pattern installed_library - - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/InnerDetector/InDetConditions/PixelConditionsServices/cmt/requirements b/InnerDetector/InDetConditions/PixelConditionsServices/cmt/requirements deleted file mode 100755 index aea83399d8ccadaf487dd28d4c1348e947baa86b..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetConditions/PixelConditionsServices/cmt/requirements +++ /dev/null @@ -1,47 +0,0 @@ -package PixelConditionsServices - -author Weiming Yao <WMYAO@LBL.GOV> \ - Christoph Ruwiedel <ruwiedel@physik.uni-bonn.de> - -use AtlasPolicy AtlasPolicy-* - -#use RegistrationServices RegistrationServices-00-* Database -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaKernel AthenaKernel-* Control -use GaudiInterface GaudiInterface-* External -use PixelConditionsData PixelConditionsData-* InnerDetector/InDetConditions -use InDetByteStreamErrors InDetByteStreamErrors-* InnerDetector/InDetConditions - -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions - -# Specify the required ROOT components (cmake-specific) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS RIO)" - -private - -use StoreGate StoreGate-* Control -use SGTools SGTools-* Control -use Identifier Identifier-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use AtlasCORAL AtlasCORAL-* External -use AtlasCOOL AtlasCOOL-* External -use AtlasCLHEP AtlasCLHEP-* External -use PixelConditionsTools PixelConditionsTools-* InnerDetector/InDetConditions -use PixelGeoModel PixelGeoModel-* InnerDetector/InDetDetDescr -use PixelCabling PixelCabling-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use CoralDB CoralDB-* Database -use RDBAccessSvc RDBAccessSvc-* Database/AthenaPOOL -use GeoModelUtilities GeoModelUtilities-* DetectorDescription/GeoModel -use GeoModelInterfaces GeoModelInterfaces-* DetectorDescription/GeoModel -use AtlasROOT AtlasROOT-* External - -public - -library PixelConditionsServices *.cxx components/*.cxx -apply_pattern component_library -#apply_pattern dual_use_library files ="*.cxx" -#apply_pattern dual_use_library files="-s=components/*.cxx" -apply_pattern declare_joboptions files=" -s=../share/ *.py" - diff --git a/InnerDetector/InDetConditions/PixelConditionsTools/cmt/requirements b/InnerDetector/InDetConditions/PixelConditionsTools/cmt/requirements deleted file mode 100755 index 200d6d18f69c81d56cf4dd18d5fddb0da272ab9b..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetConditions/PixelConditionsTools/cmt/requirements +++ /dev/null @@ -1,42 +0,0 @@ -package PixelConditionsTools - -author Wei-Ming Yao <Wei-Ming.Yao@cern.ch> \ - Christoph Ruwiedel <ruwiedel@physik.uni-bonn.de> - - -#use IOVDbTools IOVDbTools-* Database -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External - -use AthenaKernel AthenaKernel-* Control -use GeoPrimitives GeoPrimitives-* DetectorDescription - - -private -use Identifier Identifier-* DetectorDescription - -use AtlasCLHEP AtlasCLHEP-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use PathResolver PathResolver-* Tools -use RegistrationServices RegistrationServices-* Database -use AtlasCORAL AtlasCORAL-* External -use DetDescrConditions DetDescrConditions-* DetectorDescription/DetDescrCond -use SGTools SGTools-* Control -use PixelConditionsData PixelConditionsData-* InnerDetector/InDetConditions -use PixelCoralClientUtils PixelCoralClientUtils-* InnerDetector/InDetConditions -use TestPolicy TestPolicy-* -use AtlasCLHEP_RandomGenerators AtlasCLHEP_RandomGenerators-* Simulation/Tools - -use GeoModelUtilities GeoModelUtilities-* DetectorDescription/GeoModel -use GeoModelInterfaces GeoModelInterfaces-* DetectorDescription/GeoModel - -public -#apply_pattern dual_use_library files ="*.cxx" -library PixelConditionsTools *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_runtime files="-s=../share *.txt *.dat *.py" diff --git a/InnerDetector/InDetConditions/PixelCoralClientUtils/cmt/requirements b/InnerDetector/InDetConditions/PixelCoralClientUtils/cmt/requirements deleted file mode 100644 index 16fb84d3ed87bff3aa35546fe9a392fa0bf2b81e..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetConditions/PixelCoralClientUtils/cmt/requirements +++ /dev/null @@ -1,83 +0,0 @@ -package PixelCoralClientUtils - -author Yann Coadou <Yann.Coadou@cern.ch> - -#============================================================================ -# Public dependencies -#============================================================================ -use AtlasPolicy * -use DetCommonPolicy * - -#============================================================================ -# Build rules -#============================================================================ -apply_pattern detcommon_shared_library_settings -apply_pattern detcommon_ignores -apply_pattern detcommon_header_installer - -# Specify to cmake that this package has non-standard headers (transparent to CMT) -apply_pattern cmake_add_command command="athena_install_nonstandard_headers(PixelCoralClientUtils/*.hh)" - -#============================================================================ -# The CoraCool stuff + IOV -#============================================================================ -use CoraCool CoraCool-* Database -use AtlasCORAL AtlasCORAL-* External - -private -use AtlasCOOL AtlasCOOL-* External - -# macro_append Boost_linkopts "$(Boost_linkopts_filesystem) $(Boost_linkopts_system) " -#============================================================================ -# Shared library -#============================================================================ -library PixelCoralClientUtils "CoralClient.cc PCDio.cc SpecialPixelMap.cc PCDDb.cxx PixCalibCoralCoolDb.cc PixCalibKnowledgeDb.cc" -macro_append PixelCoralClientUtilsLib_linkopts " -llcg_CoralBase -llcg_RelationalAccess " - -apply_pattern installed_library - -#macro_append PixelCoralClientUtilsLib_linkopts " -lPixelCoralClientUtils " -#macro_append PixelCoralClientUtilsLib_linkopts " -llcg_CoralBase -llcg_RelationalAccess " - -#apply_pattern dual_use_library files ="*.cxx" - - -#============================================================================ -# Executables -#============================================================================ -application CORAL-read "CORAL-read.cc" -macro_append CORAL-readlinkopts " -lPixelCoralClientUtils" -macro_append CORAL-read_dependencies " PixelCoralClientUtils" - -application CORAL-create "CORAL-create.cc" -macro_append CORAL-createlinkopts " -lPixelCoralClientUtils" -macro_append CORAL-create_dependencies " PixelCoralClientUtils" - -application CORAL-fill "CORAL-fill.cc" -macro_append CORAL-filllinkopts " -lPixelCoralClientUtils" -macro_append CORAL-fill_dependencies " PixelCoralClientUtils" - -application CORAL-listVariables "CORAL-listVariables.cc" -macro_append CORAL-listVariableslinkopts " -lPixelCoralClientUtils" -macro_append CORAL-listVariables_dependencies " PixelCoralClientUtils" - -application extractAnalysis "extractAnalysis.cc" -macro_append extractAnalysislinkopts " -lPixelCoralClientUtils" -macro_append extractAnalysis_dependencies " PixelCoralClientUtils" - -application fixTimewalk "fixTimewalk.cc" -macro_append fixTimewalklinkopts " -lPixelCoralClientUtils" -macro_append fixTimewalk_dependencies " PixelCoralClientUtils" - -application extractSPM "extractSPM.cc" -macro_append extractSPMlinkopts " -lPixelCoralClientUtils" -macro_append extractSPM_dependencies " PixelCoralClientUtils" - -application talkToPCDDb "talkToPCDDb.cc" -macro_append talkToPCDDblinkopts " -lPixelCoralClientUtils" -macro_append talkToPCDDb_dependencies " PixelCoralClientUtils" - -application calibDbInterface "calibDbInterface.cc" -macro_append calibDbInterfaceopts " -lPixelCoralClientUtils" -macro_append calibDbInterface_dependencies " PixelCoralClientUtils" - diff --git a/InnerDetector/InDetConditions/SCT_ConditionsData/cmt/requirements b/InnerDetector/InDetConditions/SCT_ConditionsData/cmt/requirements deleted file mode 100644 index 3d9950711254189b6070591193013afc31013057..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetConditions/SCT_ConditionsData/cmt/requirements +++ /dev/null @@ -1,12 +0,0 @@ -package SCT_ConditionsData - -author Paul Bell <paul.bell@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use Identifier Identifier-* DetectorDescription -use AthenaKernel AthenaKernel-* Control - - -library SCT_ConditionsData *.cxx -apply_pattern installed_library diff --git a/InnerDetector/InDetConditions/SCT_ConditionsServices/cmt/requirements b/InnerDetector/InDetConditions/SCT_ConditionsServices/cmt/requirements deleted file mode 100644 index 737473532d82f7584c205a5ecfb0a89f7f2586b7..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetConditions/SCT_ConditionsServices/cmt/requirements +++ /dev/null @@ -1,55 +0,0 @@ -package SCT_ConditionsServices - -author Shaun Roe <Shaun.Roe@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External - -use Identifier Identifier-* DetectorDescription - -use SCT_ConditionsData SCT_ConditionsData-* InnerDetector/InDetConditions -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions - -use AtlasBoost AtlasBoost-* External - -private -use AthenaBaseComps AthenaBaseComps-* Control -use StoreGate StoreGate-* Control -use CxxUtils CxxUtils-* Control - -use SCT_Cabling SCT_Cabling-* InnerDetector/InDetDetDescr -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -use AtlasCORAL AtlasCORAL-* External -use AtlasCOOL AtlasCOOL-* External -use AtlasROOT AtlasROOT-* External -use RegistrationServices RegistrationServices-* Database -use EventInfo EventInfo-* Event -use PathResolver PathResolver-* Tools -use InDetByteStreamErrors InDetByteStreamErrors-* InnerDetector/InDetConditions -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use GeoModelUtilities GeoModelUtilities-* DetectorDescription/GeoModel -use GeoModelInterfaces GeoModelInterfaces-* DetectorDescription/GeoModel -use RDBAccessSvc RDBAccessSvc-* Database/AthenaPOOL -use SiPropertiesSvc SiPropertiesSvc-* InnerDetector/InDetConditions -#use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -end_private - -library SCT_ConditionsServices *.cxx components/*.cxx -apply_pattern component_library - -#add pictures for doxygen -macro DOXYGEN_IMAGE_PATH "../doc/images" - -# alternatives are: -#apply_pattern component_library -#apply_pattern dual_use_library files="*.cxx" - - -#apply_pattern declare_python_modules files="*.py" - - diff --git a/InnerDetector/InDetConditions/SiLorentzAngleSvc/cmt/requirements b/InnerDetector/InDetConditions/SiLorentzAngleSvc/cmt/requirements deleted file mode 100644 index b1b00fd0e1ace69437d943b61d0240b5f4214f9d..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetConditions/SiLorentzAngleSvc/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package SiLorentzAngleSvc - -author Grant Gorfine <Grant.Gorfine@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use StoreGate StoreGate-* Control -use GaudiInterface GaudiInterface-* External -use InDetCondServices InDetCondServices-* InnerDetector/InDetConditions -use SiPropertiesSvc SiPropertiesSvc-* InnerDetector/InDetConditions -use GeoPrimitives GeoPrimitives-* DetectorDescription -use MagFieldInterfaces MagFieldInterfaces-* MagneticField - -private - -use Identifier Identifier-* DetectorDescription -use GeoModelInterfaces GeoModelInterfaces-* DetectorDescription/GeoModel -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -public - -library SiLorentzAngleSvc *.cxx components/*.cxx -apply_pattern component_library -#apply_pattern dual_use_library files="*.cxx" - -apply_pattern declare_python_modules files="*.py" diff --git a/InnerDetector/InDetConditions/SiPropertiesSvc/cmt/requirements b/InnerDetector/InDetConditions/SiPropertiesSvc/cmt/requirements deleted file mode 100644 index 6ae989d92c377a0aab7ae4c1b9e84a3df90dec0e..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetConditions/SiPropertiesSvc/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package SiPropertiesSvc - -author Grant Gorfine <Grant.Gorfine@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use GaudiInterface GaudiInterface-* External -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr - -private - -use AtlasCLHEP AtlasCLHEP-* External -use StoreGate StoreGate-* Control -use Identifier Identifier-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions - -public - -# Clients need access to SiliconProperties class, so dual_use. -apply_pattern dual_use_library files="*.cxx" - diff --git a/InnerDetector/InDetConditions/TRT_ConditionsAlgs/cmt/requirements b/InnerDetector/InDetConditions/TRT_ConditionsAlgs/cmt/requirements deleted file mode 100755 index caa640dec0861a749af0bc742f33ad9030735b6f..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetConditions/TRT_ConditionsAlgs/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package TRT_ConditionsAlgs - -author Peter Hansen <phansen@nbi.dk> -author Rasmus Mackeprang <Rasmus.Mackeprang@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions - -private - -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TRT_ConditionsData TRT_ConditionsData-* InnerDetector/InDetConditions -#use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions - -public -apply_pattern component_library -library TRT_ConditionsAlgs *.cxx components/*.cxx - -apply_pattern declare_joboptions files="*.py" - -apply_pattern declare_runtime files="-s=../share *.txt *.dat *.py" - - diff --git a/InnerDetector/InDetConditions/TRT_ConditionsData/cmt/requirements b/InnerDetector/InDetConditions/TRT_ConditionsData/cmt/requirements deleted file mode 100755 index fe42c75d2183047f35367c9d76a0daa38881540b..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetConditions/TRT_ConditionsData/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -# base release 11.2.0 -package TRT_ConditionsData -############################################################################# -# TRT Conditions Database member classes -############################################################################# - -author Peter Hansen <phansen@nbi.dk> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use Identifier Identifier-* DetectorDescription -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use DetDescrConditions DetDescrConditions-* DetectorDescription/DetDescrCond - -library TRT_ConditionsData *.cxx - -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External -no-auto-imports -apply_pattern lcgdict dict=TRT_ConditionsData selectionfile=selection.xml headerfiles="../TRT_ConditionsData/TRT_ConditionsDataDict.h" -end_private - -#private -#macro cppdebugflags '$(cppdebugflags_s)' - diff --git a/InnerDetector/InDetCosmics/InDetCosmicsEventPhase/cmt/requirements b/InnerDetector/InDetCosmics/InDetCosmicsEventPhase/cmt/requirements deleted file mode 100644 index 0061d56a8273157d810b6a5decffb31d73289521..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetCosmics/InDetCosmicsEventPhase/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package InDetCosmicsEventPhase - -author Eva-Lotte Quatuor <Eva-Lotte.Quatuor@cern.ch> - - -public - -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions - -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use Particle Particle-* Reconstruction -use TrkSpaceTimePoint TrkSpaceTimePoint-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter - -private - -use CommissionEvent CommissionEvent-* Commission -use TRT_ConditionsData TRT_ConditionsData-* InnerDetector/InDetConditions -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use xAODEventInfo xAODEventInfo-* Event/xAOD - -public - -library InDetCosmicsEventPhase *.cxx components/*.cxx -apply_pattern component_library - - diff --git a/InnerDetector/InDetCosmics/InDetCosmicsFilters/cmt/requirements b/InnerDetector/InDetCosmics/InDetCosmicsFilters/cmt/requirements deleted file mode 100755 index ef19dbf7b3831a2afefebcdd37ba1cabac60ec38..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetCosmics/InDetCosmicsFilters/cmt/requirements +++ /dev/null @@ -1,17 +0,0 @@ -package InDetCosmicsFilters - -author Wouter Hulsbergen - -private -use GaudiInterface GaudiInterface-* External -use StoreGate StoreGate-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use Identifier Identifier-* DetectorDescription - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -apply_pattern component_library -library InDetCosmicsFilters *.cxx components/*.cxx diff --git a/InnerDetector/InDetCosmics/TRT_SegmentsToTrack/cmt/requirements b/InnerDetector/InDetCosmics/TRT_SegmentsToTrack/cmt/requirements deleted file mode 100755 index 71f53d1f4001cec774000d9641accf6e373a066b..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetCosmics/TRT_SegmentsToTrack/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package TRT_SegmentsToTrack - -author Christian Schmitt <Christian.Schmitt@cern.ch> - -private - -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation - -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent - -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use Identifier Identifier-* DetectorDescription - -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event - -public - -use AtlasPolicy AtlasPolicy-* - -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External - -library TRT_SegmentsToTrack *.cxx components/*.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetDetDescr/BCM_GeoModel/cmt/requirements b/InnerDetector/InDetDetDescr/BCM_GeoModel/cmt/requirements deleted file mode 100755 index 1e24960518975c12e44a98fe4f4f6a998d2166ac..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDetDescr/BCM_GeoModel/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package BCM_GeoModel - -author Bostjan Macek <bostjan.macek@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GeoModelInterfaces GeoModelInterfaces-* DetectorDescription/GeoModel -use GeoModelKernel GeoModelKernel-* DetectorDescription/GeoModel -use AthenaKernel AthenaKernel-* Control -use CLIDSvc CLIDSvc-* Control -use GaudiInterface GaudiInterface-* External - -private - -use RDBAccessSvc RDBAccessSvc-* Database/AthenaPOOL -use GeoModelUtilities GeoModelUtilities-* DetectorDescription/GeoModel - -public - -apply_pattern component_library -library BCM_GeoModel *.cxx components/*.cxx - diff --git a/InnerDetector/InDetDetDescr/BLM_GeoModel/cmt/requirements b/InnerDetector/InDetDetDescr/BLM_GeoModel/cmt/requirements deleted file mode 100644 index a7d5b787dbb8d52672fbd5e1ac02f4385fb50d09..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDetDescr/BLM_GeoModel/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package BLM_GeoModel - -author Bostjan Macek <bostjan.macek@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use GeoModelInterfaces GeoModelInterfaces-* DetectorDescription/GeoModel -use GeoModelKernel GeoModelKernel-* DetectorDescription/GeoModel -use CLIDSvc CLIDSvc-* Control -use GaudiInterface GaudiInterface-* External - -private - -use RDBAccessSvc RDBAccessSvc-* Database/AthenaPOOL -use GeoModelUtilities GeoModelUtilities-* DetectorDescription/GeoModel - -public - -apply_pattern component_library -library BLM_GeoModel *.cxx components/*.cxx - diff --git a/InnerDetector/InDetDetDescr/InDetGeoModelUtils/cmt/requirements b/InnerDetector/InDetDetDescr/InDetGeoModelUtils/cmt/requirements deleted file mode 100755 index fdbb58d29b98b0bd1db0d2493e8a528c0b46b0b4..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDetDescr/InDetGeoModelUtils/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -package InDetGeoModelUtils - -author Grant Gorfine <Grant.Gorfine@cern.ch> - -private - - -use StoreGate StoreGate-* Control -use GeoModelUtilities GeoModelUtilities-* DetectorDescription/GeoModel -use GeoModelInterfaces GeoModelInterfaces-* DetectorDescription/GeoModel -use GeometryDBSvc GeometryDBSvc-* DetectorDescription - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External -use GeoModelKernel GeoModelKernel-* DetectorDescription/GeoModel -use RDBAccessSvc RDBAccessSvc-* Database/AthenaPOOL - -apply_pattern installed_library -library InDetGeoModelUtils *.cxx diff --git a/InnerDetector/InDetDetDescr/InDetIdDictFiles/cmt/requirements b/InnerDetector/InDetDetDescr/InDetIdDictFiles/cmt/requirements deleted file mode 100644 index a6f64aaafce5873c5df3a1ba2e265d8aaf9ed33e..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDetDescr/InDetIdDictFiles/cmt/requirements +++ /dev/null @@ -1,9 +0,0 @@ -package InDetIdDictFiles - -author Grant.Gofine<Grant.Gorfine@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -# have all xml files installed -apply_pattern declare_xmls - diff --git a/InnerDetector/InDetDetDescr/InDetIdentifier/cmt/requirements b/InnerDetector/InDetDetDescr/InDetIdentifier/cmt/requirements deleted file mode 100755 index d2ff183c9a73c9df7ca2474cad646ffe4821bba5..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDetDescr/InDetIdentifier/cmt/requirements +++ /dev/null @@ -1,41 +0,0 @@ -package InDetIdentifier - -author RD Schaffer <R.D.Schaffer@cern.ch> -author Grant Gorfine <gorfine@nikhef.nl> - -use AtlasPolicy AtlasPolicy-* -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use Identifier Identifier-* DetectorDescription -use IdDict IdDict-* DetectorDescription -use CLIDSvc CLIDSvc-* Control - -library InDetIdentifier PixelID.cxx \ - SCT_ID.cxx \ - TRT_ID.cxx \ - SiliconID.cxx - -apply_pattern installed_library - -private - -use GaudiInterface GaudiInterface-* External -use IdDictParser IdDictParser-* DetectorDescription -application test_indet_id ../test/test_indet_id.cxx -macro_append test_indet_id_dependencies InDetIdentifier - -# The following use is to get the lcgdict pattern. -# This is "hidden" behind "private" and "no_auto_imports" to keep -# clients of EventInfo from seeing excess dependencies -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See EventInfoDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. - -# Must temporarily omit emission of methods - fails -apply_pattern lcgdict dict=InDetIdentifier selectionfile=selection.xml headerfiles="../InDetIdentifier/InDetIdentifierDict.h" - diff --git a/InnerDetector/InDetDetDescr/InDetReadoutGeometry/cmt/requirements b/InnerDetector/InDetDetDescr/InDetReadoutGeometry/cmt/requirements deleted file mode 100755 index a9af69aef0350521dc35b2ee01c82c2dadbcc7a7..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDetDescr/InDetReadoutGeometry/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package InDetReadoutGeometry - -manager Grant Gorfine <Grant.Gorfine> - -private - -use DetDescrConditions DetDescrConditions-* DetectorDescription/DetDescrCond -use IdDictDetDescr IdDictDetDescr-* DetectorDescription -use TRT_ConditionsData TRT_ConditionsData-* InnerDetector/InDetConditions -use StoreGate StoreGate-* Control -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -public - -use SGTools SGTools-* Control -use StoreGate StoreGate-* Control -use AtlasPolicy AtlasPolicy-* -use AtlasCLHEP AtlasCLHEP-* External -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use CLIDSvc CLIDSvc-* Control -use Identifier Identifier-* DetectorDescription -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use GeoModelKernel GeoModelKernel-* DetectorDescription/GeoModel -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetCondServices InDetCondServices-* InnerDetector/InDetConditions -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription - -apply_pattern default_installed_library - -private -macro DOXYGEN_IMAGE_PATH "../doc/images" - - - diff --git a/InnerDetector/InDetDetDescr/InDetRegionSelector/cmt/requirements b/InnerDetector/InDetDetDescr/InDetRegionSelector/cmt/requirements deleted file mode 100755 index 4958f0f4fda07f88c69b958107641e5a5b5b8060..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDetDescr/InDetRegionSelector/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package InDetRegionSelector - -author Grant Gorfine <Grant.Gorfine@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use PixelCabling PixelCabling-* InnerDetector/InDetDetDescr -# use RegionSelector RegionSelector-* DetectorDescription -use RegSelLUT RegSelLUT-* DetectorDescription -use SCT_Cabling SCT_Cabling-* InnerDetector/InDetDetDescr - -# Specify an explicit dependency on tdaq-common (cmake-specific) -apply_pattern cmake_add_command command="find_package(tdaq-common)" - -private -use AtlasCLHEP AtlasCLHEP-* External -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use TRT_Cabling TRT_Cabling-* InnerDetector/InDetDetDescr -use Identifier Identifier-* DetectorDescription - -public -library InDetRegionSelector *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" - diff --git a/InnerDetector/InDetDetDescr/InDetTrackingGeometry/cmt/requirements b/InnerDetector/InDetDetDescr/InDetTrackingGeometry/cmt/requirements deleted file mode 100755 index 43cefd8b188a1d946514f790245cbfed18b30a97..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDetDescr/InDetTrackingGeometry/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package InDetTrackingGeometry - -author Andreas Salzburger <Andreas.Salzburger@cern.ch> -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr - -private -use AtlasROOT AtlasROOT-* External -use AtlasBoost AtlasBoost-* External -use StoreGate StoreGate-* Control -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkVolumes TrkVolumes-* Tracking/TrkDetDescr -use TrkDetDescrGeoModelCnv TrkDetDescrGeoModelCnv-* Tracking/TrkDetDescr -use GeoModelKernel GeoModelKernel-* DetectorDescription/GeoModel -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use BeamPipeGeoModel BeamPipeGeoModel-* AtlasGeometryCommon -use SubDetectorEnvelopes SubDetectorEnvelopes-* AtlasGeometryCommon -use Identifier Identifier-* DetectorDescription - -public -library InDetTrackingGeometry *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" - -private -# macro cppdebugflags '$(cppdebugflags_s)' -# macro_remove componentshr_linkopts "-Wl,-s" - -macro DOXYGEN_IMAGE_PATH "../doc/images" -macro DOXYGEN_INLINE_INHERITED_MEMB "YES" diff --git a/InnerDetector/InDetDetDescr/PixelCabling/cmt/requirements b/InnerDetector/InDetDetDescr/PixelCabling/cmt/requirements deleted file mode 100644 index 425be4d07024fd190da01d705f59d7ae1ea5583d..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDetDescr/PixelCabling/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package PixelCabling - -author Florian Hirsch <hirsch@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use DataCollection DataCollection-* External -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control - -private -use AtlasCORAL AtlasCORAL-* External -#use AtlasCORAL AtlasCORAL-* External -use PathResolver PathResolver-* Tools -#use CoralDB CoralDB-* Database -use AthenaBaseComps AthenaBaseComps-* Control -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use Identifier Identifier-* DetectorDescription -use CLIDSvc CLIDSvc-* Control -use StoreGate StoreGate-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -#use RegistrationServices RegistrationServices-* Database -use PixelGeoModel PixelGeoModel-* InnerDetector/InDetDetDescr -use AtlasBoost AtlasBoost-* External - -public -library PixelCabling *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_runtime files="*.dat" - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" diff --git a/InnerDetector/InDetDetDescr/SCT_Cabling/cmt/requirements b/InnerDetector/InDetDetDescr/SCT_Cabling/cmt/requirements deleted file mode 100644 index 9d2a2438a6e25342eff6d6bc2ae2db08d4171887..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDetDescr/SCT_Cabling/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package SCT_Cabling - -author Shaun Roe <Shaun.Roe@cern.ch> - - - - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use Identifier Identifier-* DetectorDescription -use GaudiInterface GaudiInterface-* External - - - - -private -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use PathResolver PathResolver-* Tools -use EventInfo EventInfo-* Event -use StoreGate StoreGate-* Control - - -use AtlasCOOL AtlasCOOL-* External -use AtlasCORAL AtlasCORAL-* External -use CoraCool CoraCool-* Database - - - -apply_tag NEEDS_COOL_FACTORY -#application openCoraCool ../utility/openCoraCool.cxx - -public -apply_pattern dual_use_library files="*.cxx - -apply_pattern declare_runtime files="*.dat" -apply_pattern declare_joboptions files="*.py" - -macro DOXYGEN_IMAGE_PATH "../doc/images" diff --git a/InnerDetector/InDetDetDescr/SCT_ModuleDistortions/cmt/requirements b/InnerDetector/InDetDetDescr/SCT_ModuleDistortions/cmt/requirements deleted file mode 100644 index eb1ac4e0b180a7487f6ae0e374117af37d83800b..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDetDescr/SCT_ModuleDistortions/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package SCT_ModuleDistortions - -author Anna Mayne <a.mayne@cern.ch> - -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use Identifier Identifier-* DetectorDescription -use TrkParameters TrkParameters-* Tracking/TrkEvent -use AtlasPolicy AtlasPolicy-* -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -private -use AtlasCLHEP AtlasCLHEP-* External - -use AtlasROOT AtlasROOT-* External -use StoreGate StoreGate-* Control -use AthenaBaseComps AthenaBaseComps-* Control - -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use PathResolver PathResolver-* Tools -use AtlasConditionsRunTime AtlasConditionsRunTime-* - -public - -library SCT_ModuleDistortions *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_runtime files="*.txt" - -apply_pattern declare_joboptions files="*.py" - -macro DOXYGEN_IMAGE_PATH "../doc/images" - diff --git a/InnerDetector/InDetDetDescr/TRT_Cabling/cmt/requirements b/InnerDetector/InDetDetDescr/TRT_Cabling/cmt/requirements deleted file mode 100644 index 7ef98dc155ad9cf0786c1999c54f40dac4986ba6..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDetDescr/TRT_Cabling/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package TRT_Cabling - -author Paul T. Keener <paul.keener@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use DataCollection DataCollection-* External -use GaudiInterface GaudiInterface-* External - - -private - -use AthenaBaseComps AthenaBaseComps-* Control -use Identifier Identifier-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use PathResolver PathResolver-* Tools - -end_private - - -apply_pattern component_library -library TRT_Cabling *.cxx components/*.cxx - -apply_pattern declare_runtime files="*.dat" - -#apply_pattern declare_joboptions files="*.py" - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/InnerDetector/InDetDetDescrCnv/InDetIdCnv/cmt/requirements b/InnerDetector/InDetDetDescrCnv/InDetIdCnv/cmt/requirements deleted file mode 100755 index 3bb83a9a833b155fd38d7b9e78ab7e7ea891679e..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDetDescrCnv/InDetIdCnv/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package InDetIdCnv - -author RD Schaffer <R.D.Schaffer@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -apply_pattern component_library -library InDetIdCnv *.cxx - -# Install job options -apply_pattern declare_joboptions files="-s=../share *.txt *.py" - -private -use DetDescrCnvSvc DetDescrCnvSvc-* DetectorDescription -use IdDictDetDescr IdDictDetDescr-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use GaudiInterface GaudiInterface-* External -use StoreGate StoreGate-* Control diff --git a/InnerDetector/InDetDigitization/BCM_Digitization/cmt/requirements b/InnerDetector/InDetDigitization/BCM_Digitization/cmt/requirements deleted file mode 100644 index 68bf0a39e6fa72c5d299e05c1f9cac3deeec9a4b..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDigitization/BCM_Digitization/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package BCM_Digitization - -author Dominique Tardif <Dominique.Tardif@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -private -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External -use AtlasCLHEP_RandomGenerators AtlasCLHEP_RandomGenerators-* Simulation/Tools -#use EventInfo EventInfo-* Event -use GeneratorObjects GeneratorObjects-* Generators -use InDetBCM_RawData InDetBCM_RawData-* InnerDetector/InDetRawEvent -use InDetSimData InDetSimData-* InnerDetector/InDetRawEvent -use InDetSimEvent InDetSimEvent-* InnerDetector -use PileUpTools PileUpTools-* Control -use xAODEventInfo xAODEventInfo-* Event/xAOD - -public -library BCM_Digitization *.cxx components/*.cxx -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" -apply_pattern component_library diff --git a/InnerDetector/InDetDigitization/FastSiDigitization/cmt/requirements b/InnerDetector/InDetDigitization/FastSiDigitization/cmt/requirements deleted file mode 100644 index c62331109db350285d9d36117e02500bad46aa39..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDigitization/FastSiDigitization/cmt/requirements +++ /dev/null @@ -1,54 +0,0 @@ -# FastSiDigitization package -# Classes for the FastSiDigitization (simulated digits from hits) - -package FastSiDigitization - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use AtlasBoost AtlasBoost-* External -use EventPrimitives EventPrimitives-* Event -use GaudiInterface GaudiInterface-* External -use HitManagement HitManagement-* Simulation -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetSimData InDetSimData-* InnerDetector/InDetRawEvent -use InDetSimEvent InDetSimEvent-* InnerDetector -use ISF_FatrasDetDescrModel ISF_FatrasDetDescrModel-* Simulation/ISF/ISF_Fatras -use ISF_FatrasEvent ISF_FatrasEvent-* Simulation/ISF/ISF_Fatras -use PileUpTools PileUpTools-* Control -use PixelConditionsTools PixelConditionsTools-* InnerDetector/InDetConditions -use SiClusterizationTool SiClusterizationTool-* InnerDetector/InDetRecTools -use SiPropertiesSvc SiPropertiesSvc-* InnerDetector/InDetConditions -use StoreGate StoreGate-* Control -use TrkEventTPCnv TrkEventTPCnv-* Tracking/TrkEventCnv -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use xAODEventInfo xAODEventInfo-* Event/xAOD - -# -# Setup component library -# -library FastSiDigitization *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_runtime files="*.dat" -apply_pattern declare_joboptions files="*.txt *.py" -apply_pattern declare_python_modules files="*.py" - -private -use AtlasCLHEP AtlasCLHEP-* External -use AtlasCLHEP_RandomGenerators AtlasCLHEP_RandomGenerators-* Simulation/Tools -use AtlasHepMC AtlasHepMC-* External -use AtlasROOT AtlasROOT-* External -use CxxUtils CxxUtils-* Control -use GeneratorObjects GeneratorObjects-* Generators -use Identifier Identifier-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use StoreGate StoreGate-* Control -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -end_private diff --git a/InnerDetector/InDetDigitization/FastTRT_Digitization/cmt/requirements b/InnerDetector/InDetDigitization/FastTRT_Digitization/cmt/requirements deleted file mode 100755 index 53787d322cb4282e4ea507fbc756469a0cd64765..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDigitization/FastTRT_Digitization/cmt/requirements +++ /dev/null @@ -1,46 +0,0 @@ -package FastTRT_Digitization - -author Andrei Zalite <Andrei.Zalite@cern.ch> -author Yura Zalite <Iuoris.Zalite@cern.ch> -author Thomas Kittelmann <kittel@nbi.dk> -author Esben Klinkby <klinkby@phy.duke.edu> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External -use EventInfo EventInfo-* Event -use GaudiInterface GaudiInterface-* External -use HitManagement HitManagement-* Simulation -use Identifier Identifier-* DetectorDescription -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetSimEvent InDetSimEvent-* InnerDetector -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions -use PileUpTools PileUpTools-* Control -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TRT_DriftFunctionTool TRT_DriftFunctionTool-* InnerDetector/InDetRecTools -use xAODEventInfo xAODEventInfo-* Event/xAOD -use StoreGate StoreGate-* Control -private -use AtlasROOT AtlasROOT-* External -use CxxUtils CxxUtils-* Control -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr -use InDetSimData InDetSimData-* InnerDetector/InDetRawEvent -use GeneratorObjects GeneratorObjects-* Generators -use GeoPrimitives GeoPrimitives-* DetectorDescription -end_private - - -public -library FastTRT_Digitization *.cxx components/*.cxx -apply_pattern declare_joboptions files="*.py " -apply_pattern declare_python_modules files="*.py" - -apply_pattern component_library - - diff --git a/InnerDetector/InDetDigitization/PixelDigitization/cmt/requirements b/InnerDetector/InDetDigitization/PixelDigitization/cmt/requirements deleted file mode 100755 index d271b2e0a6c16cd7c548415df2fc7a8fe3fe67d4..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDigitization/PixelDigitization/cmt/requirements +++ /dev/null @@ -1,66 +0,0 @@ -# Pixel Digitization package -# Classes for the Pixel digitization (simulated digits from hits) - -package PixelDigitization -author Davide Costanzo <DCostanzo@lbl.gov> - -# -# general packages -# -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -# -# job options and python files -# -#apply_pattern declare_joboptions files="PixelDigiTool_jobOptions.py" -apply_pattern declare_joboptions files="PixelDigitization_jobOptions.py PixelDigiTool_jobOptions.py" - -apply_pattern declare_python_modules files="*.py" - -apply_pattern declare_runtime files="3DFEI3-3E-problist-1um_v1.txt 3DFEI4-2E-problist-1um_v0.txt Bichsel_*.dat" - -branches PixelDigitization src src/components share python - -# -# library def -# -library PixelDigitization *.cxx \ - components/*.cxx - -apply_pattern component_library - -# -# Doxygen -# -macro DOXYGEN_IMAGE_PATH "../doc/images" - -private -use AtlasHepMC AtlasHepMC-* External -use AtlasCLHEP_RandomGenerators AtlasCLHEP_RandomGenerators-* Simulation/Tools -use GeneratorObjects GeneratorObjects-* Generators -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use StoreGate StoreGate-* Control -use HitManagement HitManagement-* Simulation -use InDetSimData InDetSimData-* InnerDetector/InDetRawEvent -use PileUpTools PileUpTools-* Control -use AtlasROOT AtlasROOT-* External - -use PixelConditionsTools PixelConditionsTools-* InnerDetector/InDetConditions - -use AtlasCLHEP AtlasCLHEP-* External -use InDetSimEvent InDetSimEvent-* InnerDetector -use SiDigitization SiDigitization-* InnerDetector/InDetDigitization -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use AthenaKernel AthenaKernel-* Control -use CommissionEvent CommissionEvent-* Commission -use SiPropertiesSvc SiPropertiesSvc-* InnerDetector/InDetConditions -use PixelCabling PixelCabling-* InnerDetector/InDetDetDescr -use Identifier Identifier-* DetectorDescription -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions -use PixelConditionsServices PixelConditionsServices-* InnerDetector/InDetConditions -use PixelGeoModel PixelGeoModel-* InnerDetector/InDetDetDescr -use PathResolver PathResolver-* Tools -use AthenaBaseComps AthenaBaseComps-* Control -use CxxUtils CxxUtils-* Control diff --git a/InnerDetector/InDetDigitization/SCT_Digitization/cmt/requirements b/InnerDetector/InDetDigitization/SCT_Digitization/cmt/requirements deleted file mode 100644 index f8b0ed9fbcf57bcc1ad64c49125eb9dde249cfd2..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDigitization/SCT_Digitization/cmt/requirements +++ /dev/null @@ -1,66 +0,0 @@ -# SCT Digitization package -# Classes for the SCT digitization (simulated digits from hits) - -package SCT_Digitization -manager Thijs Cornelissen <Thijs.Cornelissen@cern.ch> - - -# -# RDO classes -# -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent - -# -# general packages -# -use AtlasBoost AtlasBoost-* External -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use HitManagement HitManagement-* Simulation -use PileUpTools PileUpTools-* Control -use xAODEventInfo xAODEventInfo-* Event/xAOD -use AthenaBaseComps AthenaBaseComps-* Control - -# -# inner detector related -# -use SiDigitization SiDigitization-* InnerDetector/InDetDigitization -use InDetSimEvent InDetSimEvent-* InnerDetector -use Identifier Identifier-* DetectorDescription -use CommissionEvent CommissionEvent-* Commission - - - -# -# Setup component library -# -library SCT_Digitization *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_runtime files="*.dat" -apply_pattern declare_joboptions files="*.txt *.py" -apply_pattern declare_python_modules files="*.py" - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -# -# general packages -# -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External -use AtlasCLHEP_RandomGenerators AtlasCLHEP_RandomGenerators-* Simulation/Tools -use GeneratorObjects GeneratorObjects-* Generators -# -# inner detector related -# -use SCT_ModuleDistortions SCT_ModuleDistortions-* InnerDetector/InDetDetDescr -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetSimData InDetSimData-* InnerDetector/InDetRawEvent -use SCT_ConditionsServices SCT_ConditionsServices-* InnerDetector/InDetConditions -use SiPropertiesSvc SiPropertiesSvc-* InnerDetector/InDetConditions -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions - -end_private diff --git a/InnerDetector/InDetDigitization/SiDigitization/cmt/requirements b/InnerDetector/InDetDigitization/SiDigitization/cmt/requirements deleted file mode 100755 index 36cd863a30b4361fce59d85f2f2130ee9c931059..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDigitization/SiDigitization/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -# Silicon Trackers Digitization Framework package -# Common classes for the Pixel and SCT digitization -# -# Revisiting the package. Davide Costanzo. 04-03-03 -# -package SiDigitization -author Davide Costanzo <DCostanzo@lbl.gov> - -use AtlasPolicy AtlasPolicy-* -use AthenaKernel AthenaKernel-* Control -use AthAllocators AthAllocators-* Control -use GaudiInterface GaudiInterface-* External - -use InDetSimEvent InDetSimEvent-* InnerDetector -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use Identifier Identifier-* DetectorDescription - -library SiDigitization \ - SiChargedDiode.cxx \ - SiChargedDiodeCollection.cxx \ - SiSurfaceCharge.cxx -apply_pattern installed_library diff --git a/InnerDetector/InDetDigitization/TRT_Digitization/cmt/requirements b/InnerDetector/InDetDigitization/TRT_Digitization/cmt/requirements deleted file mode 100755 index 3b58b5686af7eaa0352df382200bc185d48dc366..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetDigitization/TRT_Digitization/cmt/requirements +++ /dev/null @@ -1,55 +0,0 @@ -package TRT_Digitization - -author Andrei Zalite <Andrei.Zalite@cern.ch> -author Yura Zalite <Iuoris.Zalite@cern.ch> -author Thomas Kittelmann <kittel@nbi.dk> -author Esben Klinkby <klinkby@phy.duke.edu> -author Andrew Beddall <Andrew.Beddall@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External - -end_public - -private - -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AtlasCLHEP AtlasCLHEP-* External -use AtlasCLHEP_RandomGenerators AtlasCLHEP_RandomGenerators-* Simulation/Tools -#use CommissionEvent CommissionEvent-* Commission -use GeneratorObjects GeneratorObjects-* Generators -use GeoModelInterfaces GeoModelInterfaces-* DetectorDescription/GeoModel -use GeoModelUtilities GeoModelUtilities-* DetectorDescription/GeoModel -use GeoPrimitives GeoPrimitives-* DetectorDescription -use HepPDT v* LCG_Interfaces -use HitManagement HitManagement-* Simulation -use Identifier Identifier-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetSimData InDetSimData-* InnerDetector/InDetRawEvent -use InDetSimEvent InDetSimEvent-* InnerDetector -use PileUpTools PileUpTools-* Control -#use RDBAccessSvc RDBAccessSvc-* Database/AthenaPOOL -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions -#use TRT_DriftTimeSimUtils TRT_DriftTimeSimUtils-* InnerDetector/InDetSimUtils -use TRT_PAI_Process TRT_PAI_Process-* InnerDetector/InDetSimUtils -use MagFieldInterfaces MagFieldInterfaces-* MagneticField -#use AtlasDetDescr AtlasDetDescr-* DetectorDescription -#use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions -use TRT_ConditionsData TRT_ConditionsData-* InnerDetector/InDetConditions -use xAODEventInfo xAODEventInfo-* Event/xAOD - -end_private - -public -library TRT_Digitization *.cxx components/*.cxx -apply_pattern declare_joboptions files="*.py " -apply_pattern declare_python_modules files="*.py" - -apply_pattern component_library diff --git a/InnerDetector/InDetEventCnv/BCM_RawDataByteStreamCnv/cmt/requirements b/InnerDetector/InDetEventCnv/BCM_RawDataByteStreamCnv/cmt/requirements deleted file mode 100644 index b9b020ed34819923b914a2eb41d448f73eddc4c3..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetEventCnv/BCM_RawDataByteStreamCnv/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package BCM_RawDataByteStreamCnv - -author Daniel Dobos <Daniel.Dobos@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use InDetBCM_RawData InDetBCM_RawData-* InnerDetector/InDetRawEvent -use ByteStreamData ByteStreamData-* Event - -use GaudiInterface GaudiInterface-* External -use ByteStreamCnvSvcBase ByteStreamCnvSvcBase-* Event -use DataCollection DataCollection-* External -use AthenaKernel AthenaKernel-* Control - -private -use StoreGate StoreGate-* Control - -# Declare the tdaq-common components that are required (only relevent for cmake - invisible to CMT) -apply_pattern cmake_add_command command="find_package(tdaq-common COMPONENTS eformat_write DataWriter)" - -public -# create the regular dual_use_lib for the Container converters + helper -# classes -#apply_pattern dual_use_library files="*.cxx" - -apply_pattern component_library -library BCM_RawDataByteStreamCnv *.cxx components/*.cxx diff --git a/InnerDetector/InDetEventCnv/InDetBCM_EventAthenaPool/cmt/requirements b/InnerDetector/InDetEventCnv/InDetBCM_EventAthenaPool/cmt/requirements deleted file mode 100644 index c1d0a3aa11c86eb47524e2d2e91b4a56d200fc6f..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetEventCnv/InDetBCM_EventAthenaPool/cmt/requirements +++ /dev/null @@ -1,42 +0,0 @@ -package InDetBCM_EventAthenaPool - -author Dominique Tardif <Dominique.Tardif@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AtlasReflex AtlasReflex-* External - -private -use InDetBCM_RawData InDetBCM_RawData-* InnerDetector/InDetRawEvent -use GaudiInterface GaudiInterface-* External -use CxxUtils CxxUtils-* Control -use StoreGate StoreGate-* Control -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AtlasSealCLHEP AtlasSealCLHEP-* Database - -public -apply_pattern poolcnv files="-s=${InDetBCM_RawData_root}/InDetBCM_RawData BCM_RDO_Container.h" - -macro_append InDetBCM_EventAthenaPoolPoolCnv_shlibflags "$(InDetBCM_EventAthenaPool_linkopts)" - -macro_append InDetBCM_EventAthenaPoolPoolCnvGen_dependencies " InDetBCM_EventAthenaPoolCnvDict " -apply_pattern lcgdict dict=InDetBCM_EventAthenaPoolCnv selectionfile=selection.xml headerfiles="../InDetBCM_EventAthenaPool/InDetBCM_EventAthenaPoolCnvDict.h" - -apply_pattern declare_joboptions files="*.py" - - -private -use TestTools TestTools-* AtlasTest - -apply_pattern UnitTest_run unit_test=BCM_RawDataCnv_p0 -apply_pattern UnitTest_run unit_test=BCM_RDO_CollectionCnv_p0 -apply_pattern UnitTest_run unit_test=BCM_RDO_ContainerCnv_p0 - - -apply_pattern athenarun_test \ - name="InDetBCM_EventAthenaPool_20.1.7.2" \ - options="InDetBCM_EventAthenaPool/InDetBCM_EventAthenaPool_20.1.7.2_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh InDetBCM_EventAthenaPool_20.1.7.2" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh InDetBCM_EventAthenaPool_20.1.7.2" - diff --git a/InnerDetector/InDetEventCnv/InDetEventAthenaPool/cmt/requirements b/InnerDetector/InDetEventCnv/InDetEventAthenaPool/cmt/requirements deleted file mode 100644 index 3f495c3f1967856d2353f341780bd4978f0fde1d..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetEventCnv/InDetEventAthenaPool/cmt/requirements +++ /dev/null @@ -1,61 +0,0 @@ -package InDetEventAthenaPool - -author Andreas Wildauer <Andreas.Wildauer@cern.ch> -author Davide Costanzo <Davide.Costanzo@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use Identifier Identifier-* DetectorDescription -use GeneratorObjectsTPCnv GeneratorObjectsTPCnv-* Generators - -private - -use CLIDSvc CLIDSvc-* Control -use SGTools SGTools-* Control -use AthContainers AthContainers-* Control -use GaudiInterface GaudiInterface-* External -use InDetEventTPCnv InDetEventTPCnv-* InnerDetector/InDetEventCnv -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetLowBetaInfo InDetLowBetaInfo-* InnerDetector/InDetRecEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use StoreGate StoreGate-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use InDetSimData InDetSimData-* InnerDetector/InDetRawEvent -use AtlasReflex AtlasReflex-* External -use AthenaBaseComps AthenaBaseComps-* Control - - -# Converters for the rdo containers and hit collections -apply_pattern poolcnv typesWithNamespace="InDet::PixelGangedClusterAmbiguities" \ - typesWithNamespace="InDet::InDetLowBetaCandidate" \ - files="-s=${InDetRawData_root}/InDetRawData PixelRDO_Container.h SCT_RDO_Container.h TRT_RDO_Container.h \ - -s=${InDetPrepRawData_root}/InDetPrepRawData TRT_DriftCircleContainer.h PixelClusterContainer.h SCT_ClusterContainer.h PixelGangedClusterAmbiguities.h \ - -s=${InDetEventAthenaPool_root}/src InDetTrack.h \ - -s=${InDetSimData_root}/InDetSimData InDetSimDataCollection.h \ - -s=${InDetLowBetaInfo_root}/InDetLowBetaInfo InDetLowBetaCandidate.h \ - -s=${InDetLowBetaInfo_root}/InDetLowBetaInfo InDetLowBetaContainer.h" - -macro_append InDetEventAthenaPoolPoolCnv_shlibflags "$(InDetEventAthenaPool_linkopts)" - -macro_append InDetEventAthenaPoolPoolCnvGen_dependencies " InDetEventAthenaPoolCnvDict " -apply_pattern lcgdict dict=InDetEventAthenaPoolCnv selectionfile=selection.xml headerfiles="../InDetEventAthenaPool/InDetEventAthenaPoolCnvDict.h" - -private -use AthenaKernel AthenaKernel-* Control -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AtlasSealCLHEP AtlasSealCLHEP-* Database - - -private -use TestTools TestTools-* AtlasTest -no_auto_imports - -apply_pattern declare_joboptions files="-s=../share *.py" - -apply_pattern athenarun_test \ - name="InDetEventTPCnv_16.6.2.1" \ - options="InDetEventAthenaPool/InDetEventTPCnv_16.6.2.1_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh InDetEventTPCnv_16.6.2.1" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh InDetEventTPCnv_16.6.2.1" - diff --git a/InnerDetector/InDetEventCnv/InDetEventCnvTools/cmt/requirements b/InnerDetector/InDetEventCnv/InDetEventCnvTools/cmt/requirements deleted file mode 100755 index a81c645446671efc7ca79811d2584a5a5d2414ef..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetEventCnv/InDetEventCnvTools/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package InDetEventCnvTools -author Edward Moyse <edward.moyse@cern.ch> - -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasPolicy AtlasPolicy-* -use TrkEventCnvTools TrkEventCnvTools-* Tracking/TrkEventCnv - -private -use GaudiInterface GaudiInterface-* External -use Identifier Identifier-* DetectorDescription -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use IdDictDetDescr IdDictDetDescr-* DetectorDescription -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use AtlasDetDescr AtlasDetDescr-* DetectorDescription - - - -public -apply_pattern component_library -library InDetEventCnvTools *.cxx components/*.cxx - diff --git a/InnerDetector/InDetEventCnv/InDetEventTPCnv/cmt/requirements b/InnerDetector/InDetEventCnv/InDetEventTPCnv/cmt/requirements deleted file mode 100644 index d1155c81a3697019a22edfaaf71748062be2a964..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetEventCnv/InDetEventTPCnv/cmt/requirements +++ /dev/null @@ -1,77 +0,0 @@ -package InDetEventTPCnv - -author Andreas Wildauer <Andreas.Wildauer@cern.ch> -author Edward Moyse <edward.moyse@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthAllocators AthAllocators-* Control -use AthLinks AthLinks-* Control -use DataModelAthenaPool DataModelAthenaPool-* Control -use GaudiInterface GaudiInterface-* External -use Identifier Identifier-* DetectorDescription -use InDetCompetingRIOsOnTrack InDetCompetingRIOsOnTrack-* InnerDetector/InDetRecEvent -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetLowBetaInfo InDetLowBetaInfo-* InnerDetector/InDetRecEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use StoreGate StoreGate-* Control -use TrkEventCnvTools TrkEventCnvTools-* Tracking/TrkEventCnv -use TrkEventTPCnv TrkEventTPCnv-* Tracking/TrkEventCnv -private -use CxxUtils CxxUtils-* Control -use SGTools SGTools-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use AtlasReflex AtlasReflex-* External -no_auto_imports -use EventPrimitives EventPrimitives-* Event -use IdDictParser IdDictParser-* DetectorDescription -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -end_private - -public - -apply_pattern tpcnv_library -library InDetEventTPCnv *.cxx \ - InDetRIO_OnTrack/*.cxx \ - InDetPrepRawData/*.cxx \ - InDetCompetingRIOsOnTrack/*.cxx \ - InDetLowBetaInfo/*.cxx - -# The following use is to get the lcgdict pattern. -# This is "hidden" behind "private" and "no_auto_imports" to keep -# clients of EventInfo from seeing excess dependencies -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See EventInfoDict -apply_pattern lcgdict dict=InDetEventTPCnv selectionfile=selection.xml headerfiles="../InDetEventTPCnv/InDetEventTPCnvDict.h" - -private -use TestTools TestTools-* AtlasTest - -apply_pattern UnitTest_run unit_test=SiWidthCnv_p1 -apply_pattern UnitTest_run unit_test=SiWidthCnv_p2 -apply_pattern UnitTest_run unit_test=PixelClusterCnv_p1 -apply_pattern UnitTest_run unit_test=PixelClusterCnv_p2 -apply_pattern UnitTest_run unit_test=PixelClusterCnv_p3 -apply_pattern UnitTest_run unit_test=PixelClusterContainerCnv_p1 -apply_pattern UnitTest_run unit_test=PixelClusterContainerCnv_p2 -apply_pattern UnitTest_run unit_test=PixelClusterContainerCnv_p3 -apply_pattern UnitTest_run unit_test=SCT_ClusterContainerCnv_p2 -apply_pattern UnitTest_run unit_test=SCT_ClusterContainerCnv_p3 -apply_pattern UnitTest_run unit_test=TRT_DriftCircleContainerCnv_p2 -apply_pattern UnitTest_run unit_test=SCT_ClusterCnv_p1 -apply_pattern UnitTest_run unit_test=SCT_ClusterCnv_p2 -apply_pattern UnitTest_run unit_test=SCT_ClusterCnv_p3 -apply_pattern UnitTest_run unit_test=TRT_DriftCircleCnv_p1 -apply_pattern UnitTest_run unit_test=TRT_DriftCircleCnv_p2 -apply_pattern UnitTest_run unit_test=PixelGangedClusterAmbiguitiesCnv_p1 -apply_pattern UnitTest_run unit_test=InDetLowBetaCandidateCnv_p1 diff --git a/InnerDetector/InDetEventCnv/InDetJiveXML/cmt/requirements b/InnerDetector/InDetEventCnv/InDetJiveXML/cmt/requirements deleted file mode 100755 index 4bfb951ec996851921ad54eed91229ac7e0775b1..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetEventCnv/InDetJiveXML/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package InDetJiveXML - -use AtlasPolicy AtlasPolicy-* - -use JiveXML JiveXML-* graphics - -private - -use AtlasCLHEP AtlasCLHEP-* External -use StoreGate StoreGate-* Control -use DataModel DataModel-* Control - -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use IdDictDetDescr IdDictDetDescr-* DetectorDescription - -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkTruthData TrkTruthData-* Tracking/TrkEvent - -public - -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External - -# Add explicit dependency against VxVertex to avoid indirect dependency from InDetBeamSpotService -# which creates a component library and cmake (correctly) does not propagate such dependencies. This -# is transparent to CMT and checkreq. -apply_pattern cmake_add_dependency package=Tracking/TrkEvent/VxVertex - -library InDetJiveXML *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" - diff --git a/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/cmt/requirements b/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/cmt/requirements deleted file mode 100644 index c1b8af51345c398ecc739c0284b9df707b240e26..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/cmt/requirements +++ /dev/null @@ -1,46 +0,0 @@ -package InDetPrepRawDataToxAOD - -author Alex Alonso - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -private - -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent - -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr - -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions -use TRT_DriftFunctionTool TRT_DriftFunctionTool-* InnerDetector/InDetRecTools - -use TrkTruthData TrkTruthData-* Tracking/TrkEvent - -use AthenaBaseComps AthenaBaseComps-* Control -use Identifier Identifier-* DetectorDescription - -use xAODTracking xAODTracking-* Event/xAOD - -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent - -use InDetSimData InDetSimData-* InnerDetector/InDetRawEvent -use InDetSimEvent InDetSimEvent-* InnerDetector -#use GeoPrimitives GeoPrimitives-* DetectorDescription -#use EventPrimitives EventPrimitives-* Event -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -use PixelConditionsServices PixelConditionsServices-* InnerDetector/InDetConditions -use InDetCondServices InDetCondServices-* InnerDetector/InDetConditions -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr - -use AtlasHepMC AtlasHepMC-* External -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External - -public -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" -library InDetPrepRawDataToxAOD *.cxx components/*.cxx - diff --git a/InnerDetector/InDetEventCnv/InDetSimEventAthenaPool/cmt/requirements b/InnerDetector/InDetEventCnv/InDetSimEventAthenaPool/cmt/requirements deleted file mode 100755 index 720c5a5385cf4b4c2e459d8ccf39a5a123b2338f..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetEventCnv/InDetSimEventAthenaPool/cmt/requirements +++ /dev/null @@ -1,42 +0,0 @@ -package InDetSimEventAthenaPool - -author Andreas Wildauer <Andreas.Wildauer@cern.ch> -author Davide Costanzo <Davide.Costanzo@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -private - -use GaudiInterface GaudiInterface-* External -use InDetSimEventTPCnv InDetSimEventTPCnv-* InnerDetector/InDetEventCnv -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use InDetSimEvent InDetSimEvent-* InnerDetector -use AtlasReflex AtlasReflex-* External - - -# Converters for the rdo containers and hit collections -apply_pattern poolcnv files="-s=${InDetSimEvent_root}/InDetSimEvent SiHitCollection.h TRTUncompressedHitCollection.h" - -macro_append InDetSimEventAthenaPoolPoolCnvGen_dependencies " InDetSimEventAthenaPoolCnvDict " -apply_pattern lcgdict dict=InDetSimEventAthenaPoolCnv selectionfile=selection.xml headerfiles="../InDetSimEventAthenaPool/InDetSimEventAthenaPoolCnvDict.h" - -macro_append InDetSimEventAthenaPoolPoolCnv_shlibflags "$(InDetEventAthenaPool_linkopts)" - -apply_pattern declare_joboptions files="*.py" - - -private -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AtlasSealCLHEP AtlasSealCLHEP-* Database -end_private - - -private -use TestTools TestTools-* AtlasTest -no_auto_imports - - -apply_pattern athenarun_test \ - name="InDetSimEventTPCnv_HITS" \ - options="InDetSimEventAthenaPool/InDetSimEventTPCnv_HITS_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh InDetSimEventTPCnv_HITS" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh InDetSimEventTPCnv_HITS" diff --git a/InnerDetector/InDetEventCnv/InDetSimEventTPCnv/cmt/requirements b/InnerDetector/InDetEventCnv/InDetSimEventTPCnv/cmt/requirements deleted file mode 100755 index 79243027a72b48e1e5c92160251529e291b64607..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetEventCnv/InDetSimEventTPCnv/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -package InDetSimEventTPCnv - -author Andreas Wildauer <Andreas.Wildauer@cern.ch> -author Edward Moyse <edward.moyse@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use GaudiInterface GaudiInterface-* External -use GeneratorObjectsTPCnv GeneratorObjectsTPCnv-* Generators -use InDetSimEvent InDetSimEvent-* InnerDetector - -private -use AtlasCLHEP AtlasCLHEP-* External -use AtlasReflex AtlasReflex-* External -no_auto_imports -use Identifier Identifier-* DetectorDescription -use StoreGate StoreGate-* Control -end_private - -public - -#apply_pattern tpcnv_library -library InDetSimEventTPCnv *.cxx \ - InDetHits/*.cxx -apply_pattern installed_library - - -# The following use is to get the lcgdict pattern. -# This is "hidden" behind "private" and "no_auto_imports" to keep -# clients of EventInfo from seeing excess dependencies -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single heade -# file: <package>Dict.h which includes all other .h files. See EventInfoDict -apply_pattern lcgdict dict=InDetSimEventTPCnv selectionfile=selection.xml headerfiles="../InDetSimEventTPCnv/InDetSimEventTPCnvDict.h" - -private -use TestTools TestTools-* AtlasTest -apply_pattern UnitTest_run unit_test=SiHitCnv_p1 -apply_pattern UnitTest_run unit_test=SiHitCollectionCnv_p2 -apply_pattern UnitTest_run unit_test=TRT_HitCnv_p1 -apply_pattern UnitTest_run unit_test=TRT_HitCollectionCnv_p2 -apply_pattern UnitTest_run unit_test=TRT_HitCollectionCnv_p3 diff --git a/InnerDetector/InDetEventCnv/PixelRawDataByteStreamCnv/cmt/requirements b/InnerDetector/InDetEventCnv/PixelRawDataByteStreamCnv/cmt/requirements deleted file mode 100644 index d51ebddff393aa735186522322599e815f9ce958..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetEventCnv/PixelRawDataByteStreamCnv/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package PixelRawDataByteStreamCnv - -author Florian Hirsch <Florian.Hirsch@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use GaudiInterface GaudiInterface-* External -use ByteStreamData ByteStreamData-* Event - -private -use DataCollection DataCollection-* External -use PixelConditionsServices PixelConditionsServices-* InnerDetector/InDetConditions -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions -use PixelCabling PixelCabling-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use ByteStreamCnvSvcBase ByteStreamCnvSvcBase-* Event -use AthenaBaseComps AthenaBaseComps-* Control -use StoreGate StoreGate-* Control -use xAODEventInfo xAODEventInfo-* Event/xAOD - -# Declare the tdaq-common components that are required (only relevent for cmake - invisible to CMT) -apply_pattern cmake_add_command command="find_package(tdaq-common COMPONENTS eformat_write DataWriter)" - -library PixelRawDataByteStreamCnv *.cxx components/*.cxx -apply_pattern component_library - diff --git a/InnerDetector/InDetEventCnv/SCT_RawDataByteStreamCnv/cmt/requirements b/InnerDetector/InDetEventCnv/SCT_RawDataByteStreamCnv/cmt/requirements deleted file mode 100644 index c94124f2e54e347f76c9068b5c94813c7c787c8c..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetEventCnv/SCT_RawDataByteStreamCnv/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package SCT_RawDataByteStreamCnv - -author Maria Jose Costa Mezquita <Maria.Jose.Costa@cern.ch> -author Kondo Gnanvo <Kondo.Gnanvo@cern.ch> -author Shaun Roe <Shaun.Roe@cern.ch> -author Nick Barlow <nbarlow@mail.cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use ByteStreamCnvSvcBase ByteStreamCnvSvcBase-* Event -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use DataCollection DataCollection-* External -use GaudiInterface GaudiInterface-* External - -use ByteStreamData ByteStreamData-* Event -private -use xAODEventInfo xAODEventInfo-* Event/xAOD -use EventInfo EventInfo-* Event -use AthenaBaseComps AthenaBaseComps-* Control -use Identifier Identifier-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr - -use SCT_Cabling SCT_Cabling-* InnerDetector/InDetDetDescr -use StoreGate StoreGate-* Control -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use SCT_ConditionsServices SCT_ConditionsServices-* InnerDetector/InDetConditions -use InDetByteStreamErrors InDetByteStreamErrors-* InnerDetector/InDetConditions -end_private - -# Declare the tdaq-common components that are required (only relevent for cmake - invisible to CMT) -apply_pattern cmake_add_command command="find_package(tdaq-common COMPONENTS eformat_write DataWriter)" - -library SCT_RawDataByteStreamCnv *.cxx components/*.cxx -apply_pattern component_library - - diff --git a/InnerDetector/InDetEventCnv/TRT_RawDataByteStreamCnv/cmt/requirements b/InnerDetector/InDetEventCnv/TRT_RawDataByteStreamCnv/cmt/requirements deleted file mode 100755 index 833e9ffc27b7177c417dd0be22b9b968552825bf..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetEventCnv/TRT_RawDataByteStreamCnv/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package TRT_RawDataByteStreamCnv - -author Paul Keener <Paul.Keener@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use Identifier Identifier-* DetectorDescription -use ByteStreamData ByteStreamData-* Event - - -private - -use StoreGate StoreGate-* Control -use GaudiInterface GaudiInterface-* External -use ByteStreamCnvSvcBase ByteStreamCnvSvcBase-* Event -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use TRT_Cabling TRT_Cabling-* InnerDetector/InDetDetDescr -use EventInfo EventInfo-* Event -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions -use PathResolver PathResolver-* Tools -use AtlasCOOL AtlasCOOL-* External -use AtlasCORAL AtlasCORAL-* External -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -end_private - -# Declare the tdaq-common components that are required (only relevent for cmake - invisible to CMT) -apply_pattern cmake_add_command command="find_package(tdaq-common COMPONENTS eformat_write DataWriter)" - -# create the regular dual_use_lib for the Container converters + helper classes -#apply_pattern dual_use_library files="*.cxx" - -apply_pattern component_library -library TRT_RawDataByteStreamCnv *.cxx components/*.cxx - -apply_pattern declare_runtime files="*.dat" - diff --git a/InnerDetector/InDetExample/InDetAlignExample/cmt/requirements b/InnerDetector/InDetExample/InDetAlignExample/cmt/requirements deleted file mode 100755 index d0e3bdc065da96a4af03700d2ec2860f269b6415..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetExample/InDetAlignExample/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package InDetAlignExample - -author Grant Gorfine <Grant.Gorfine@cern.ch> -author Salvador Marti <Salvador.Marti@ific.uv.es> - -use AtlasPolicy AtlasPolicy-* -use TestPolicy TestPolicy-* -use AtlasReconstructionRunTime AtlasReconstructionRunTime-* -no_auto_imports - -include_path none - -apply_pattern declare_scripts files = "RunIterator_Run2Rel19.py" - -# the txt files are not jobOs but if they are not here get_files does not find them -apply_pattern declare_joboptions files = "*.py InDetAlignExampleFlags/*.py Data/*.txt" -apply_pattern declare_python_modules files = "*.py" - -# for RTT files and ATN tests -macro InDetAlignExample_TestConfiguration "../test/InDetAlignExample_TestConfiguration.xml" -apply_pattern declare_runtime extras = "../test/InDetAlignExample_TestConfiguration.xml ../macros/*.cc ../html/*.html" - -private -apply_pattern validate_xml - - diff --git a/InnerDetector/InDetExample/InDetDetDescrExample/cmt/requirements b/InnerDetector/InDetExample/InDetDetDescrExample/cmt/requirements deleted file mode 100755 index b5025355a6b13a1908d07daa199374a3285f9598..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetExample/InDetDetDescrExample/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package InDetDetDescrExample - -author Grant Gorfine <Grant.Gorfine@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use StoreGate StoreGate-* Control -use GaudiInterface GaudiInterface-* External -use AtlasCLHEP AtlasCLHEP-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription - -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use Identifier Identifier-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr - -use RegionSelector RegionSelector-* DetectorDescription -use GeoModelInterfaces GeoModelInterfaces-* DetectorDescription/GeoModel - -use InDetCondServices InDetCondServices-* InnerDetector/InDetConditions -use SiPropertiesSvc SiPropertiesSvc-* InnerDetector/InDetConditions -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions - -library InDetDetDescrExample *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" diff --git a/InnerDetector/InDetExample/InDetRecExample/cmt/requirements b/InnerDetector/InDetExample/InDetRecExample/cmt/requirements deleted file mode 100755 index a15cb35ffd4ba0a38ddff9f2dd14cd33fda4392d..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetExample/InDetRecExample/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package InDetRecExample - -private - -use AtlasPolicy AtlasPolicy-* -use TestPolicy TestPolicy-* -use AthenaCommon AthenaCommon-* Control -#use AthenaServices AthenaServices-* Control -use AtlasReconstructionRunTime AtlasReconstructionRunTime-* - -# --- needed for LCG relational database stuff -use RDBAccessSvc RDBAccessSvc-* Database/AthenaPOOL - -# --- -branches run share -apply_pattern declare_joboptions files="*.py" - -apply_pattern declare_python_modules files="*.py" - -# --- Install run-time files -apply_pattern declare_runtime files="jobOptions.py" -apply_pattern install_xmls - -apply_pattern validate_xml - -# --- automatic testing upon gmake check -apply_pattern athenarun_test name="InDetRecExampleTesting" pre_script="../test/script_pre_check.sh" options="../share/jobOptions.py" post_script="../test/script_post_check.sh" - -#macro InDetRecExample_libraries "libeformat" diff --git a/InnerDetector/InDetExample/InDetSLHC_Example/cmt/requirements b/InnerDetector/InDetExample/InDetSLHC_Example/cmt/requirements deleted file mode 100755 index 892698dd3e8c8a7ee5985b402246b2a77d378fb0..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetExample/InDetSLHC_Example/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package InDetSLHC_Example - -author Markus.Elsing <markus.elsing@cern.ch> -author Andreas Salzburger <andreas.salzburger@cern.ch> - -private - -use AtlasPolicy AtlasPolicy-* -use TestPolicy TestPolicy-* -use AthenaCommon AthenaCommon-* Control -no_auto_imports -use AtlasReconstructionRunTime AtlasReconstructionRunTime-* - -# --- needed for LCG relational database stuff -use RDBAccessSvc RDBAccessSvc-* Database/AthenaPOOL -no_auto_imports - -end_private - - -# --- -branches run share data data/v3 -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="../python/*.py" - -# --- Install run-time files -#apply_pattern declare_runtime files="-s=../data/v3 *.pool.root" -#apply_pattern declare_runtime files="-s=../data/v3 *.db" -apply_pattern declare_runtime files="-s=../data *.txt *.xml" extras="../test/InDetSLHC_Example_TestConfiguration.xml ../scripts/make*.C ../scripts/IDPerf*.py ../scripts/IDRTT_*.sh ../ExtraFiles/ALL*.html" - -apply_pattern install_xmls - -# --- automatic testing upon gmake check -#apply_pattern athenarun_test name="InDetSLHC_Testing" pre_script="../test/script_pre_check.sh" options="../share/jobOptions.py" post_script="../test/script_post_check.sh" - -#macro InDetRecExample_libraries "libeformat" - -# RTT requirement lines -macro InDetSLHC_Example_TestConfiguration "../test/InDetSLHC_Example_TestConfiguration.xml" - diff --git a/InnerDetector/InDetExample/InDetTrigRecExample/cmt/requirements b/InnerDetector/InDetExample/InDetTrigRecExample/cmt/requirements deleted file mode 100755 index 4f1e2203b1177d92b93e9e3971f398ca0be57420..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetExample/InDetTrigRecExample/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package InDetTrigRecExample - -author Patricia Conde Muino -author Jiri Masik <Jiri.Masik@cern.ch> - -use AtlasPolicy AtlasPolicy-* -#use AtlasTriggerRunTime AtlasTriggerRunTime-* - - -apply_pattern declare_python_modules files="*.py" - -branches run share - -apply_pattern declare_joboptions files="**.py" -apply_pattern declare_scripts files="RTT_NoBField_transform.sh" -# Install run-time files -apply_pattern declare_runtime extras="../test/InDetTrigRecExample_TestConfiguration.xml ../share/jobOptions_RTT_InDetTrigRecExample.py ../share/jobOptions_RTT_InDetTrigRecExample_doReadBS.py ../share/plotHistos.C ../share/jobOptions_RTT_InDetTrigRecExample_backTracking.py ../share/InDetTrigRecNtupleCreation.py" -#RTT -#macro InDetTrigRecExample_TestConfiguration "../test/InDetTrigRecExample_TestConfiguration.xml" apply_pattern declare_joboptions files="*.py" -#apply_pattern get_files method=-symlink data="Vmem.py vmem.gp" -apply_pattern install_xmls - - -private -use TestPolicy TestPolicy-* -#apply_pattern validate_xml diff --git a/InnerDetector/InDetG4/BCM_G4_SD/cmt/requirements b/InnerDetector/InDetG4/BCM_G4_SD/cmt/requirements deleted file mode 100644 index 7b58abfdb31c5686f3fed057a780eb61289da082..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetG4/BCM_G4_SD/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package BCM_G4_SD -author Bostjan Macek <Bostjan.Macek@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - -private -use AtlasCLHEP AtlasCLHEP-* External -use AtlasDoxygen AtlasDoxygen-* Tools -use CLIDSvc CLIDSvc-* Control -use CxxUtils CxxUtils-* Control -use GaudiInterface GaudiInterface-* External -use Geant4 Geant4-* External -use G4AtlasTools G4AtlasTools-* Simulation/G4Atlas -use InDetSimEvent InDetSimEvent-* InnerDetector -use MCTruth MCTruth-* Simulation/G4Sim -use StoreGate StoreGate-* Control - -public -apply_pattern declare_python_modules files="*.py" - -apply_pattern component_library -library BCM_G4_SD *.cxx -s=components *.cxx diff --git a/InnerDetector/InDetG4/BLM_G4_SD/cmt/requirements b/InnerDetector/InDetG4/BLM_G4_SD/cmt/requirements deleted file mode 100644 index 291b0392c52589e7adc429c368a052312d333034..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetG4/BLM_G4_SD/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package BLM_G4_SD -author Bostjan Macek <Bostjan.Macek@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - -private - -use AtlasDoxygen AtlasDoxygen-* Tools -use AtlasCLHEP AtlasCLHEP-* External -use CxxUtils CxxUtils-* Control -use GaudiInterface GaudiInterface-* External -use Geant4 Geant4-* External -use G4AtlasTools G4AtlasTools-* Simulation/G4Atlas -use InDetSimEvent InDetSimEvent-* InnerDetector -use MCTruth MCTruth-* Simulation/G4Sim -use StoreGate StoreGate-* Control - -public -apply_pattern declare_python_modules files="*.py" - -apply_pattern component_library -library BLM_G4_SD *.cxx -s=components *.cxx diff --git a/InnerDetector/InDetG4/PixelG4_SD/cmt/requirements b/InnerDetector/InDetG4/PixelG4_SD/cmt/requirements deleted file mode 100755 index d5febfaead4430a59315ab091d939b3c94f587fa..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetG4/PixelG4_SD/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package PixelG4_SD -author Davide Costanzo <DCostanzo@lbl.gov> - -public - -use AtlasPolicy AtlasPolicy-* - -private - -use AtlasDoxygen AtlasDoxygen-* Tools -use AtlasCLHEP AtlasCLHEP-* External -use GaudiInterface GaudiInterface-* External -use Geant4 Geant4-* External -use G4AtlasTools G4AtlasTools-* Simulation/G4Atlas -use InDetSimEvent InDetSimEvent-* InnerDetector -use MCTruth MCTruth-* Simulation/G4Sim -use StoreGate StoreGate-* Control -use CxxUtils CxxUtils-* Control -end_private - -public -apply_pattern declare_python_modules files="*.py" - -# define link options -library PixelG4_SD *.cxx components/*.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetG4/SCT_G4_SD/cmt/requirements b/InnerDetector/InDetG4/SCT_G4_SD/cmt/requirements deleted file mode 100644 index 0e09560625e2768518514991cde272fac322f645..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetG4/SCT_G4_SD/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package SCT_G4_SD - -author Davide Costanzo <DCostanzo@lbl.gov> -author Pat Ward <Patricia.Ward@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - -private - -use AtlasCLHEP AtlasCLHEP-* External -use AtlasDoxygen AtlasDoxygen-* Tools -use G4AtlasTools G4AtlasTools-* Simulation/G4Atlas -use Geant4 Geant4-* External -use GaudiInterface GaudiInterface-* External -use InDetSimEvent InDetSimEvent-* InnerDetector -use MCTruth MCTruth-* Simulation/G4Sim -use StoreGate StoreGate-* Control -use CxxUtils CxxUtils-* Control - -end_private - -public -apply_pattern declare_python_modules files="*.py" - -# define link options -library SCT_G4_SD *.cxx components/*.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetG4/TRT_G4Utilities/cmt/requirements b/InnerDetector/InDetG4/TRT_G4Utilities/cmt/requirements deleted file mode 100644 index 3179bc38667d5174be705f4799e8d2dd4c55e28d..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetG4/TRT_G4Utilities/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package TRT_G4Utilities - -author Davide Costanzo <DCostanzo@lbl.gov> - -public - -use AthenaKernel AthenaKernel-* Control -use AtlasPolicy AtlasPolicy-* - -private -use PathResolver PathResolver-* Tools -use AtlasCLHEP AtlasCLHEP-* External -use Geant4 Geant4-* External -end_private - -public - -# build a installed library -library TRT_G4Utilities ../src/*.cc - -# define link options - -apply_pattern installed_library -apply_pattern install_runtime - -apply_pattern declare_runtime extras="TRT_G4Utilities_management.txt \ - TRT_G4Utilities_geometry.txt" diff --git a/InnerDetector/InDetG4/TRT_G4_SD/cmt/requirements b/InnerDetector/InDetG4/TRT_G4_SD/cmt/requirements deleted file mode 100644 index 80d82e9a7b309d93a392704053f7c0eec61103cd..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetG4/TRT_G4_SD/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package TRT_G4_SD - -author Davide Costanzo <DCostanzo@lbl.gov> - -public - -use AtlasPolicy AtlasPolicy-* - -private -use AtlasDoxygen AtlasDoxygen-* Tools -use AthenaKernel AthenaKernel-* Control -use CxxUtils CxxUtils-* Control -use GaudiInterface GaudiInterface-* External -use Geant4 Geant4-* External -use G4AtlasTools G4AtlasTools-* Simulation/G4Atlas -use InDetSimEvent InDetSimEvent-* InnerDetector -use MCTruth MCTruth-* Simulation/G4Sim -use StoreGate StoreGate-* Control -use TRT_G4Utilities TRT_G4Utilities-* InnerDetector/InDetG4 -end_private - -# build a installed library -public -apply_pattern declare_python_modules files="*.py" - -library TRT_G4_SD *.cxx components/*.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetGraphics/InDetAlignVisual/InDetSimpleVisual/cmt/requirements b/InnerDetector/InDetGraphics/InDetAlignVisual/InDetSimpleVisual/cmt/requirements deleted file mode 100755 index 76678608a356a7c82ce399e1f6cee3cc55d66b27..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetGraphics/InDetAlignVisual/InDetSimpleVisual/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package InDetSimpleVisual - -author John Alison <johnda@hep.upenn.edu> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasCLHEP AtlasCLHEP-* External -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription - - -private -use GaudiInterface GaudiInterface-* External -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use Identifier Identifier-* DetectorDescription - - -public -apply_pattern declare_joboptions files="*.py" - -apply_pattern component_library -library InDetSimpleVisual *.cxx components/*.cxx - - - diff --git a/InnerDetector/InDetMonitoring/InDetAlignmentMonitoring/cmt/requirements b/InnerDetector/InDetMonitoring/InDetAlignmentMonitoring/cmt/requirements deleted file mode 100755 index a57ec237be0ac3e96d7418384e0edc2e3434f90a..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetMonitoring/InDetAlignmentMonitoring/cmt/requirements +++ /dev/null @@ -1,79 +0,0 @@ -package InDetAlignmentMonitoring - -author Beate Heinemann <BHEHeinemann@lbl.gov> - -# General -use AtlasPolicy AtlasPolicy-* - -private -apply_tag ROOTMathLibs -#use EventInfo EventInfo-* Event -use xAODEventInfo xAODEventInfo-* Event/xAOD - - -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent - -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent - -use LWHists LWHists-* Tools - -use AtlasCLHEP AtlasCLHEP-* External -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use AtlasHepMC AtlasHepMC-* External -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent - -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -#use TrkValInterfaces TrkValInterfaces-* Tracking/TrkValidation - -use InDetAlignGenTools InDetAlignGenTools-* InnerDetector/InDetAlignTools -use InDetTrackSelectionTool InDetTrackSelectionTool-* InnerDetector/InDetRecTools - -use InDetTrackSplitterTool InDetTrackSplitterTool-* InnerDetector/InDetValidation -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions - -use Identifier Identifier-* DetectorDescription -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent - -use Particle Particle-* Reconstruction -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use xAODTracking xAODTracking-* Event/xAOD -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaMonitoring AthenaMonitoring-* Control -use CommissionEvent CommissionEvent-* Commission -use DataModel DataModel-* Control -use EventPrimitives EventPrimitives-* Event -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -# needed for the event phase - -public - -#use IdDictDetDescr IdDictDetDescr-* DetectorDescription -use AtlasROOT AtlasROOT-* External -use GaudiInterface GaudiInterface-* External - - - - - - - - -library InDetAlignmentMonitoring *.cxx components/*.cxx -apply_pattern component_library -#apply_pattern dual_use_library files=*.cxx -apply_pattern declare_joboptions files="*.py" - -macro_append cppflags "" diff --git a/InnerDetector/InDetMonitoring/InDetDiMuonMonitoring/cmt/requirements b/InnerDetector/InDetMonitoring/InDetDiMuonMonitoring/cmt/requirements deleted file mode 100644 index d81163511f17643f882c3fcbe537035f3a75f87d..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetMonitoring/InDetDiMuonMonitoring/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -################################################# -package InDetDiMuonMonitoring -author Ana Ovcharova <ana.ovcharova@cern.ch> - -private - -apply_tag ROOTMathLibs -apply_tag ROOTGraphicsLibs -apply_tag ROOTRooFitLibs - -use StoreGate StoreGate-* Control -use EventInfo EventInfo-* Event -use AtlasROOT AtlasROOT-* External - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaMonitoring AthenaMonitoring-* Control -#use Particle Particle-* Reconstruction -#use muonEvent muonEvent-* Reconstruction/MuonIdentification -#use TrackIsolationTools TrackIsolationTools-* Reconstruction/RecoTools - -use xAODTracking xAODTracking-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD - - -library InDetDiMuonMonitoring *.cxx -s=components *.cxx -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" - - -################################################# - diff --git a/InnerDetector/InDetMonitoring/InDetGlobalMonitoring/cmt/requirements b/InnerDetector/InDetMonitoring/InDetGlobalMonitoring/cmt/requirements deleted file mode 100755 index af47bd85b6b8aea20bc54229fbdd9c003fe28069..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetMonitoring/InDetGlobalMonitoring/cmt/requirements +++ /dev/null @@ -1,53 +0,0 @@ -package InDetGlobalMonitoring - -author Anne-Catherine Le Bihan <Anne-Catherine.Le.Bihan@cern.ch> - -private -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaMonitoring AthenaMonitoring-* Control -use AtlasCLHEP AtlasCLHEP-* External -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use CommissionEvent CommissionEvent-* Commission -use EventInfo EventInfo-* Event -use EventPrimitives EventPrimitives-* Event -use GeneratorObjects GeneratorObjects-* Generators -use IdDictDetDescr IdDictDetDescr-* DetectorDescription -use Identifier Identifier-* DetectorDescription -use InDetBCM_RawData InDetBCM_RawData-* InnerDetector/InDetRawEvent -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetTrackSelectionTool InDetTrackSelectionTool-* InnerDetector/InDetRecTools -use xAODJet xAODJet-* Event/xAOD - -use LWHists LWHists-* Tools -use PixelConditionsServices PixelConditionsServices* InnerDetector/InDetConditions -use PixelGeoModel PixelGeoModel-* InnerDetector/InDetDetDescr -use SCT_ConditionsServices SCT_ConditionsServices-* InnerDetector/InDetConditions -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter - -public -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use GaudiInterface GaudiInterface-* External - -library InDetGlobalMonitoring *.cxx components/*.cxx -apply_pattern component_library -#apply_pattern dual_use_library files=*.cxx -#macro_append cppflags "" \ diff --git a/InnerDetector/InDetMonitoring/InDetMonitoringATN/cmt/requirements b/InnerDetector/InDetMonitoring/InDetMonitoringATN/cmt/requirements deleted file mode 100755 index 88f3ec13a96aceb5dee5923f0270d6a93f4ae397..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetMonitoring/InDetMonitoringATN/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package InDetMonitoringATN - -author Andreas Wildauer - -private - -use AtlasPolicy AtlasPolicy-* -use TestPolicy TestPolicy-* -use AtlasReconstructionRunTime AtlasReconstructionRunTime-* - -# --- -branches run share -apply_pattern declare_joboptions files="*.py" - -# --- Install run-time files -apply_pattern declare_runtime files="jobOptions_monitoring.py" -apply_pattern install_xmls - -# --- Automatic validation of xml files -apply_pattern validate_xml - -# --- automatic testing upon gmake check -apply_pattern athenarun_test name="InDetMonitoringATN" pre_script="../test/script_pre_check.sh" options="../share/jobOptions_monitoring.py" post_script="../test/script_post_check.sh" - diff --git a/InnerDetector/InDetMonitoring/InDetPerformanceMonitoring/cmt/requirements b/InnerDetector/InDetMonitoring/InDetPerformanceMonitoring/cmt/requirements deleted file mode 100644 index 447827f8a93114097db095d1d55de04062943ee2..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetMonitoring/InDetPerformanceMonitoring/cmt/requirements +++ /dev/null @@ -1,97 +0,0 @@ -package InDetPerformanceMonitoring - -author Tobias Golling <TFGolling@lbl.gov> - -# General -use AtlasPolicy AtlasPolicy-* - -private -apply_tag ROOTMathLibs -apply_tag ROOTGraphicsLibs - -# InDet packages which may be needed -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use IdDictDetDescr IdDictDetDescr-* DetectorDescription - -# Muons - for IDPerfMonZmumu by Jike Wang -use GaudiInterface GaudiInterface-* External - -#packages needed for offline monitoring -#use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkV0Vertex TrkV0Vertex-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -use EventPrimitives EventPrimitives-* Event - - - -#packages needed for IDPerfMonZmumu -use TrkTruthData TrkTruthData-* Tracking/TrkEvent - -# for electron monitoring by Sara Strandberg -#use JetEvent JetEvent-* Reconstruction/Jet -#use JetTagEvent JetTagEvent-* PhysicsAnalysis/JetTagging - - -# for E over P monitoring -use egammaInterfaces egammaInterfaces-* Reconstruction/egamma -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent - -# for Kshort monitoring by Jed Biesiada -use TrkVertexAnalysisUtils TrkVertexAnalysisUtils-* Tracking/TrkVertexFitter - -use AtlasHepMC AtlasHepMC-* External -use EventInfo EventInfo-* Event - -public -use AtlasROOT AtlasROOT-* External -use AthenaMonitoring AthenaMonitoring-* Control -use GaudiInterface GaudiInterface-* External -use StoreGate StoreGate-* Control -use AtlasCLHEP AtlasCLHEP-* External -use LWHists LWHists-* Tools -use AthenaKernel AthenaKernel-* Control -use AthenaBaseComps AthenaBaseComps-* Control - -# Tracking packages for Track histograms -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent - -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -#use VxVertex VxVertex-* Tracking/TrkEvent -use ITrackToVertex ITrackToVertex-* Reconstruction/RecoTools - -use egammaEvent egammaEvent-* Reconstruction/egamma -#use muonEvent muonEvent-* Reconstruction/MuonIdentification - -#Other InDet Packages -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -#use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -#use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions - -use GeneratorObjects GeneratorObjects-* Generators/ - - -#xAOD packages -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD - - -use xAODTracking xAODTracking-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD - -use JetInterface JetInterface-* Reconstruction/Jet - -use ElectronPhotonSelectorTools ElectronPhotonSelectorTools-* PhysicsAnalysis/ElectronPhotonID -#use IsolationSelection IsolationSelection-* PhysicsAnalysis/AnalysisCommon - -apply_pattern dual_use_library files=*.cxx -apply_pattern declare_joboptions files="*.txt *.py" #InDetPerformanceMonitoring/*.py" -#apply_pattern declare_python_modules files = "InDetPerformanceMonitoring/*.py *.py" diff --git a/InnerDetector/InDetMonitoring/InDetVertexMonitoring/cmt/requirements b/InnerDetector/InDetMonitoring/InDetVertexMonitoring/cmt/requirements deleted file mode 100644 index b772965c69e0494a88e10153549e5bf9c539c709..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetMonitoring/InDetVertexMonitoring/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package InDetVertexMonitoring - -author Federico Meloni <federico.meloni@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaMonitoring AthenaMonitoring-* Control -use GaudiInterface GaudiInterface-* External -use LWHists LWHists-* Tools -private -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AtlasROOT AtlasROOT-* External -use StoreGate StoreGate-* Control -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -end_private - -library InDetVertexMonitoring *.cxx components/*.cxx - -#apply_tag ROOTBasicLibs -#apply_tag ROOTMathLibs -#apply_tag ROOTSTLDictLibs -#apply_tag ROOTGraphicsLibs -#apply_tag ROOTTableLibs - -#DEBUG CODE -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -apply_pattern component_library diff --git a/InnerDetector/InDetMonitoring/PixelMonitoring/cmt/requirements b/InnerDetector/InDetMonitoring/PixelMonitoring/cmt/requirements deleted file mode 100755 index 6dd21d90d0df8de9e4f54f46a3c1893a9ec36655..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetMonitoring/PixelMonitoring/cmt/requirements +++ /dev/null @@ -1,51 +0,0 @@ -############################################ -package PixelMonitoring - -author Nathan Triplett - - -private -use EventInfo EventInfo-* Event -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -#use StoreGate StoreGate-02-* Control -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -#use PixelConditionsServices PixelConditionsServices* InnerDetector/InDetConditions -#use InDetConditionsSummaryService InDetConditionsSummaryService* InnerDetector/InDetConditions -use PixelConditionsServices PixelConditionsServices* InnerDetector/InDetConditions -use InDetConditionsSummaryService InDetConditionsSummaryService* InnerDetector/InDetConditions -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use AtlasROOT AtlasROOT-* External -use PixelCabling PixelCabling-* InnerDetector/InDetDetDescr -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use LWHists LWHists-* Tools -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -#use LumiBlockComps LumiBlockComps-* LumiBlock -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -public -use TrkTrack TrkTrack-* Tracking/TrkEvent -use GaudiInterface GaudiInterface-* External -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use AtlasPolicy AtlasPolicy-* -use AthenaMonitoring AthenaMonitoring-* Control -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use PixelGeoModel PixelGeoModel-* InnerDetector/InDetDetDescr -use LumiBlockComps LumiBlockComps-* LumiBlock -#use PixelRawDataByteStreamCnv PixelRawDataByteStreamCnv-* InnerDetector/InDetEventCnv - -library PixelMonitoring *.cxx componets/*.cxx -#apply_pattern declare_joboptions files="*.py" -apply_pattern component_library -apply_pattern declare_runtime files="*.csv" - -macro_append cppflags "" \ - - -############################################################# - diff --git a/InnerDetector/InDetMonitoring/SCT_Monitoring/cmt/requirements b/InnerDetector/InDetMonitoring/SCT_Monitoring/cmt/requirements deleted file mode 100755 index 273b6bee9cbffe9bf93dff6dbc740d2b60f87fd6..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetMonitoring/SCT_Monitoring/cmt/requirements +++ /dev/null @@ -1,71 +0,0 @@ -package SCT_Monitoring - -author Shaun Roe <shaun.roe@cern.ch> - -private -# General -use EventInfo EventInfo-* Event -use xAODEventInfo xAODEventInfo-* Event/xAOD -use DataModel DataModel-* Control -use AthenaKernel AthenaKernel-* Control - -# InDet packages which may be needed -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent - -use Identifier Identifier-* DetectorDescription -use TrkParameters TrkParameters-* Tracking/TrkEvent - -# The following for TRT time -use CommissionEvent CommissionEvent-* Commission - -#Tracking packages for Track histograms -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent - -#packages needed for offline monitoring - -use PathResolver PathResolver-* Tools - -#for LorentzMonTool -#use Particle Particle-* Reconstruction -#use VxVertex VxVertex-* Tracking/TrkEvent -#use xAODTracking xAODTracking-* Event/xAOD - -#packages needed for Ratio noise monitoring -use LWHists LWHists-* Tools - -public -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr - -#use AtlasBoost AtlasBoost-* External -use GaudiInterface GaudiInterface-* External - -use AthenaMonitoring AthenaMonitoring-* Control -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use TrigAnalysisInterfaces TrigAnalysisInterfaces-* Trigger/TrigAnalysis - -use MagFieldInterfaces MagFieldInterfaces-* MagneticField - -#Tracking packages for Track histograms -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use ITrackToVertex ITrackToVertex-* Reconstruction/RecoTools - -use SCT_ConditionsServices SCT_ConditionsServices-* InnerDetector/InDetConditions -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions - -#library SCT_TBMonitoring *.cxx components/*.cxx -library SCT_Monitoring *.cxx components/*.cxx -apply_pattern declare_joboptions files="*.txt *.py" -apply_pattern component_library -apply_pattern declare_runtime files="-s=../share *.dat" -#apply_pattern declare_runtime diff --git a/InnerDetector/InDetMonitoring/TRT_Monitoring/cmt/requirements b/InnerDetector/InDetMonitoring/TRT_Monitoring/cmt/requirements deleted file mode 100644 index 1a402705745f0f8db9b7cfcea83aa6066b68003e..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetMonitoring/TRT_Monitoring/cmt/requirements +++ /dev/null @@ -1,54 +0,0 @@ -package TRT_Monitoring - -author James Degenhardt <James.Degenhardt@cern.ch> - -private -## -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use EventPrimitives EventPrimitives-* Event -## -use DataModel DataModel-* Control -use AtlasROOT AtlasROOT-* External -use AtlasBoost AtlasBoost-* External -use LWHists LWHists-* Tools -use EventInfo EventInfo-* Event -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use Identifier Identifier-* DetectorDescription -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TRT_DriftFunctionTool TRT_DriftFunctionTool-* InnerDetector/InDetRecTools -use TRT_TrackHoleSearch TRT_TrackHoleSearch-* InnerDetector/InDetRecTools -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions -use TrkTrack TrkTrack-* Tracking/TrkEvent -#use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -#use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -#use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use CommissionEvent CommissionEvent-* Commission - -end_private - -public - - - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaMonitoring AthenaMonitoring-* Control -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use LumiBlockComps LumiBlockComps-* LumiBlock - -# Online packages, needed for the TRT_Hits_Monitoring_Tool at Point 1 -macro online_use "" AtlasHLT_scripts "HLTtdaq HLTtdaq-* HLT/HLTExternal" -use $(online_use) - -library TRT_Monitoring *.cxx components/*.cxx -apply_pattern declare_joboptions files="*.py *.txt" -apply_pattern component_library - -# Online preprocessing, needed for the TRT_Hits_Monitoring_Tool at Point 1 -macro_append AtlasCxxPolicy_pp_cppflags "" AtlasHLT_scripts " -DONLINE" -# Online libraries, needed for the TRT_Hits_Monitoring_Tool at Point 1 -macro_append TRT_Monitoring_shlibflags "" AtlasHLT_scripts " -lipc -lis" diff --git a/InnerDetector/InDetPerformance/SCTExtension/cmt/Makefile b/InnerDetector/InDetPerformance/SCTExtension/cmt/Makefile deleted file mode 100644 index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetPerformance/SCTExtension/cmt/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include $(CMTROOT)/src/Makefile.header - -include $(CMTROOT)/src/constituents.make - diff --git a/InnerDetector/InDetPerformance/SCTExtension/cmt/cleanup.csh b/InnerDetector/InDetPerformance/SCTExtension/cmt/cleanup.csh deleted file mode 100644 index 778a6d1ed5b489d2749301af3801a9d16de6d1df..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetPerformance/SCTExtension/cmt/cleanup.csh +++ /dev/null @@ -1,27 +0,0 @@ -# echo "cleanup SCTExtension SCTExtension-r652903 in /afs/cern.ch/user/v/vcairo/WorkVMM/Material/testPackage_20/InnerDetector/InDetPerformance" - -if ( $?CMTROOT == 0 ) then - setenv CMTROOT /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc48-opt/20.0.0/CMT/v1r25p20140131 -endif -source ${CMTROOT}/mgr/setup.csh -set cmtSCTExtensiontempfile=`${CMTROOT}/${CMTBIN}/cmt.exe -quiet build temporary_name` -if $status != 0 then - set cmtSCTExtensiontempfile=/tmp/cmt.$$ -endif -${CMTROOT}/${CMTBIN}/cmt.exe cleanup -csh -pack=SCTExtension -version=SCTExtension-r652903 -path=/afs/cern.ch/user/v/vcairo/WorkVMM/Material/testPackage_20/InnerDetector/InDetPerformance -quiet -without_version_directory $* >${cmtSCTExtensiontempfile} -if ( $status != 0 ) then - echo "${CMTROOT}/${CMTBIN}/cmt.exe cleanup -csh -pack=SCTExtension -version=SCTExtension-r652903 -path=/afs/cern.ch/user/v/vcairo/WorkVMM/Material/testPackage_20/InnerDetector/InDetPerformance -quiet -without_version_directory $* >${cmtSCTExtensiontempfile}" - set cmtcleanupstatus=2 - /bin/rm -f ${cmtSCTExtensiontempfile} - unset cmtSCTExtensiontempfile - exit $cmtcleanupstatus -endif -set cmtcleanupstatus=0 -source ${cmtSCTExtensiontempfile} -if ( $status != 0 ) then - set cmtcleanupstatus=2 -endif -/bin/rm -f ${cmtSCTExtensiontempfile} -unset cmtSCTExtensiontempfile -exit $cmtcleanupstatus - diff --git a/InnerDetector/InDetPerformance/SCTExtension/cmt/cleanup.sh b/InnerDetector/InDetPerformance/SCTExtension/cmt/cleanup.sh deleted file mode 100644 index 1b45db9ef359f93266aec421851c10f5aa2d7c09..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetPerformance/SCTExtension/cmt/cleanup.sh +++ /dev/null @@ -1,25 +0,0 @@ -# echo "cleanup SCTExtension SCTExtension-r652903 in /afs/cern.ch/user/v/vcairo/WorkVMM/Material/testPackage_20/InnerDetector/InDetPerformance" - -if test "${CMTROOT}" = ""; then - CMTROOT=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc48-opt/20.0.0/CMT/v1r25p20140131; export CMTROOT -fi -. ${CMTROOT}/mgr/setup.sh -cmtSCTExtensiontempfile=`${CMTROOT}/${CMTBIN}/cmt.exe -quiet build temporary_name` -if test ! $? = 0 ; then cmtSCTExtensiontempfile=/tmp/cmt.$$; fi -${CMTROOT}/${CMTBIN}/cmt.exe cleanup -sh -pack=SCTExtension -version=SCTExtension-r652903 -path=/afs/cern.ch/user/v/vcairo/WorkVMM/Material/testPackage_20/InnerDetector/InDetPerformance -quiet -without_version_directory $* >${cmtSCTExtensiontempfile} -if test $? != 0 ; then - echo >&2 "${CMTROOT}/${CMTBIN}/cmt.exe cleanup -sh -pack=SCTExtension -version=SCTExtension-r652903 -path=/afs/cern.ch/user/v/vcairo/WorkVMM/Material/testPackage_20/InnerDetector/InDetPerformance -quiet -without_version_directory $* >${cmtSCTExtensiontempfile}" - cmtcleanupstatus=2 - /bin/rm -f ${cmtSCTExtensiontempfile} - unset cmtSCTExtensiontempfile - return $cmtcleanupstatus -fi -cmtcleanupstatus=0 -. ${cmtSCTExtensiontempfile} -if test $? != 0 ; then - cmtcleanupstatus=2 -fi -/bin/rm -f ${cmtSCTExtensiontempfile} -unset cmtSCTExtensiontempfile -return $cmtcleanupstatus - diff --git a/InnerDetector/InDetPerformance/SCTExtension/cmt/install.x86_64-slc6-gcc47-opt.history b/InnerDetector/InDetPerformance/SCTExtension/cmt/install.x86_64-slc6-gcc47-opt.history deleted file mode 100644 index d3998af72e816f8c8811c2d4d455c502453b1e68..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetPerformance/SCTExtension/cmt/install.x86_64-slc6-gcc47-opt.history +++ /dev/null @@ -1,27 +0,0 @@ -(i__main__ -LogFile -p0 -(dp1 -S'_installed_files' -p2 -(dp3 -S'../../../../../../../../../cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.3.0/GAUDI/v25r3p1/GaudiPolicy/cmt/fragments/__init__.py' -p4 -S'../../InstallArea/python/SCTExtension/__init__.py' -p5 -sS'../../../SCTExtension/x86_64-slc6-gcc47-opt/libSCTExtension.so.debug' -p6 -S'../../InstallArea/x86_64-slc6-gcc47-opt/lib/libSCTExtension.so.debug' -p7 -sS'../../../SCTExtension/x86_64-slc6-gcc47-opt/libSCTExtension.so' -p8 -S'../../InstallArea/x86_64-slc6-gcc47-opt/lib/libSCTExtension.so' -p9 -sS'../../SCTExtension/genConf/SCTExtension' -p10 -(dp11 -S'../../../SCTExtension/genConf/SCTExtension/SCTExtensionConf.py' -p12 -S'../../InstallArea/python/SCTExtension/SCTExtensionConf.py' -p13 -sssb. \ No newline at end of file diff --git a/InnerDetector/InDetPerformance/SCTExtension/cmt/requirements b/InnerDetector/InDetPerformance/SCTExtension/cmt/requirements deleted file mode 100644 index 3911a2573d6b5eee7a8cbd880ba8968e9e580e2b..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetPerformance/SCTExtension/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package SCTExtension -## author Valentina Cairo <valentina.maria.cairo@cern.ch> - -private - -#use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - - - -# Declare the library: -library SCTExtension *.cxx components/*.cxx -apply_pattern component_library - -# Install the jobOptions: -apply_pattern declare_joboptions files=*.py diff --git a/InnerDetector/InDetPerformance/SCTExtension/cmt/setup.csh b/InnerDetector/InDetPerformance/SCTExtension/cmt/setup.csh deleted file mode 100644 index 2ff4c244ab48a534701a1f9760059f6f136f5fa8..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetPerformance/SCTExtension/cmt/setup.csh +++ /dev/null @@ -1,27 +0,0 @@ -# echo "setup SCTExtension SCTExtension-r652903 in /afs/cern.ch/user/v/vcairo/WorkVMM/Material/testPackage_20/InnerDetector/InDetPerformance" - -if ( $?CMTROOT == 0 ) then - setenv CMTROOT /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc48-opt/20.0.0/CMT/v1r25p20140131 -endif -source ${CMTROOT}/mgr/setup.csh -set cmtSCTExtensiontempfile=`${CMTROOT}/${CMTBIN}/cmt.exe -quiet build temporary_name` -if $status != 0 then - set cmtSCTExtensiontempfile=/tmp/cmt.$$ -endif -${CMTROOT}/${CMTBIN}/cmt.exe setup -csh -pack=SCTExtension -version=SCTExtension-r652903 -path=/afs/cern.ch/user/v/vcairo/WorkVMM/Material/testPackage_20/InnerDetector/InDetPerformance -quiet -without_version_directory -no_cleanup $* >${cmtSCTExtensiontempfile} -if ( $status != 0 ) then - echo "${CMTROOT}/${CMTBIN}/cmt.exe setup -csh -pack=SCTExtension -version=SCTExtension-r652903 -path=/afs/cern.ch/user/v/vcairo/WorkVMM/Material/testPackage_20/InnerDetector/InDetPerformance -quiet -without_version_directory -no_cleanup $* >${cmtSCTExtensiontempfile}" - set cmtsetupstatus=2 - /bin/rm -f ${cmtSCTExtensiontempfile} - unset cmtSCTExtensiontempfile - exit $cmtsetupstatus -endif -set cmtsetupstatus=0 -source ${cmtSCTExtensiontempfile} -if ( $status != 0 ) then - set cmtsetupstatus=2 -endif -/bin/rm -f ${cmtSCTExtensiontempfile} -unset cmtSCTExtensiontempfile -exit $cmtsetupstatus - diff --git a/InnerDetector/InDetPerformance/SCTExtension/cmt/setup.sh b/InnerDetector/InDetPerformance/SCTExtension/cmt/setup.sh deleted file mode 100644 index f93a8e5cd532f4ccb693c6db442e7a75a873d6f7..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetPerformance/SCTExtension/cmt/setup.sh +++ /dev/null @@ -1,25 +0,0 @@ -# echo "setup SCTExtension SCTExtension-r652903 in /afs/cern.ch/user/v/vcairo/WorkVMM/Material/testPackage_20/InnerDetector/InDetPerformance" - -if test "${CMTROOT}" = ""; then - CMTROOT=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc48-opt/20.0.0/CMT/v1r25p20140131; export CMTROOT -fi -. ${CMTROOT}/mgr/setup.sh -cmtSCTExtensiontempfile=`${CMTROOT}/${CMTBIN}/cmt.exe -quiet build temporary_name` -if test ! $? = 0 ; then cmtSCTExtensiontempfile=/tmp/cmt.$$; fi -${CMTROOT}/${CMTBIN}/cmt.exe setup -sh -pack=SCTExtension -version=SCTExtension-r652903 -path=/afs/cern.ch/user/v/vcairo/WorkVMM/Material/testPackage_20/InnerDetector/InDetPerformance -quiet -without_version_directory -no_cleanup $* >${cmtSCTExtensiontempfile} -if test $? != 0 ; then - echo >&2 "${CMTROOT}/${CMTBIN}/cmt.exe setup -sh -pack=SCTExtension -version=SCTExtension-r652903 -path=/afs/cern.ch/user/v/vcairo/WorkVMM/Material/testPackage_20/InnerDetector/InDetPerformance -quiet -without_version_directory -no_cleanup $* >${cmtSCTExtensiontempfile}" - cmtsetupstatus=2 - /bin/rm -f ${cmtSCTExtensiontempfile} - unset cmtSCTExtensiontempfile - return $cmtsetupstatus -fi -cmtsetupstatus=0 -. ${cmtSCTExtensiontempfile} -if test $? != 0 ; then - cmtsetupstatus=2 -fi -/bin/rm -f ${cmtSCTExtensiontempfile} -unset cmtSCTExtensiontempfile -return $cmtsetupstatus - diff --git a/InnerDetector/InDetPerformance/SCTExtension/cmt/version.cmt b/InnerDetector/InDetPerformance/SCTExtension/cmt/version.cmt deleted file mode 100644 index b487033e4a43d68f126643991ea73298ce98be8a..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetPerformance/SCTExtension/cmt/version.cmt +++ /dev/null @@ -1 +0,0 @@ -SCTExtension-r652903 diff --git a/InnerDetector/InDetRawAlgs/BCM_ZeroSuppression/cmt/requirements b/InnerDetector/InDetRawAlgs/BCM_ZeroSuppression/cmt/requirements deleted file mode 100644 index d863020ea8a56df2f961b3a65bf0926dd3627abd..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRawAlgs/BCM_ZeroSuppression/cmt/requirements +++ /dev/null @@ -1,17 +0,0 @@ -package BCM_ZeroSuppression -author B. Demirkoz <demirkoz@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -# BCM Raw data -use InDetBCM_RawData InDetBCM_RawData-* InnerDetector/InDetRawEvent - -library BCM_ZeroSuppression *.cxx -s=components *.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" - - - diff --git a/InnerDetector/InDetRawAlgs/InDetOverlay/cmt/requirements b/InnerDetector/InDetRawAlgs/InDetOverlay/cmt/requirements deleted file mode 100755 index f3ed65374e00d2e2d31048823f537f2cf31e015c..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRawAlgs/InDetOverlay/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package InDetOverlay - -author Andrei Gaponenko <agaponenko@lbl.gov> - -public -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use IDC_OverlayBase IDC_OverlayBase-* Event/EventOverlay -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent - - -private -use CxxUtils CxxUtils-* Control -use GeneratorObjects GeneratorObjects-* Generators -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetSimData InDetSimData-* InnerDetector/InDetRawEvent -use StoreGate StoreGate-* Control -end_private - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" - -library InDetOverlay *.cxx components/*.cxx - diff --git a/InnerDetector/InDetRawEvent/InDetBCM_RawData/cmt/requirements b/InnerDetector/InDetRawEvent/InDetBCM_RawData/cmt/requirements deleted file mode 100644 index 80ecbacd1049f17ef43c724625b1f72fcc200d1d..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRawEvent/InDetBCM_RawData/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -package InDetBCM_RawData - -author Daniel Dobos <Daniel.Dobos@cern.ch> -manager Daniel Dobos <Daniel.Dobos@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use DataModel DataModel-* Control -use CLIDSvc CLIDSvc-* Control - -apply_pattern installed_library -library InDetBCM_RawData *.cxx - -# The following use is to get the lcgdict pattern. -# This is "hidden" behind "private" and "no_auto_imports" to keep -# clients of EventInfo from seeing excess dependencies -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See EventInfoDict -apply_pattern lcgdict dict=InDetBCM_RawData selectionfile=selection.xml headerfiles="../InDetBCM_RawData/InDetBCM_RawDataCLASS_DEF.h" - - diff --git a/InnerDetector/InDetRawEvent/InDetRawData/cmt/requirements b/InnerDetector/InDetRawEvent/InDetRawData/cmt/requirements deleted file mode 100755 index 44fda8051765aec1e8c39bbfe72f2801f1ba19d3..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRawEvent/InDetRawData/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package InDetRawData - -author Veronique Boisvert <Veronique.Boisvert@cern.ch> -manager Veronique Boisvert <Veronique.Boisvert@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use AthLinks AthLinks-* Control -use AthContainers AthContainers-* Control -use EventContainers EventContainers-* Event -use Identifier Identifier-* DetectorDescription - - -apply_pattern installed_library -library InDetRawData *.cxx - -# The following use is to get the lcgdict pattern. -# This is "hidden" behind "private" and "no_auto_imports" to keep -# clients of EventInfo from seeing excess dependencies -private -use AtlasReflex AtlasReflex-* External -no_auto_imports -use GaudiInterface GaudiInterface-* External - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See EventInfoDict -apply_pattern lcgdict dict=InDetRawData selectionfile=selection.xml headerfiles="../InDetRawData/InDetRawDataCLASS_DEF.h" - - diff --git a/InnerDetector/InDetRawEvent/InDetSimData/cmt/requirements b/InnerDetector/InDetRawEvent/InDetSimData/cmt/requirements deleted file mode 100755 index 494cae169b0fb76ba8b5eeef695d7f69f6a7942b..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRawEvent/InDetSimData/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package InDetSimData - -manager David Candlin <David.Candlin@cern.ch> -author David Candlin <David.Candlin@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use Identifier Identifier-* DetectorDescription -use GeneratorObjects GeneratorObjects-* Generators - -apply_pattern installed_library -library InDetSimData InDetSimData.cxx InDetSimDataCollection.cxx - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. - -apply_pattern lcgdict dict=InDetSimData selectionfile=selection.xml headerfiles="../InDetSimData/InDetSimDataDict.h" diff --git a/InnerDetector/InDetRecAlgs/BCM_BackgroundAlgs/cmt/install.history b/InnerDetector/InDetRecAlgs/BCM_BackgroundAlgs/cmt/install.history deleted file mode 100644 index 9db60d30f0619b822288e8d4ecc432c0154f9f58..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecAlgs/BCM_BackgroundAlgs/cmt/install.history +++ /dev/null @@ -1,31 +0,0 @@ -(i__main__ -LogFile -p0 -(dp1 -S'_installed_files' -p2 -(dp3 -S'../../../../../../../../../atlas/software/releases/16.6.3/GAUDI/v21r9p3a/GaudiPolicy/cmt/fragments/__init__.py' -p4 -S'../../../../InstallArea/python/BCM_BackgroundAlgs/__init__.py' -p5 -sS'../../InnerDetector/InDetRecAlgs/BCM_BackgroundAlgs/genConf/BCM_BackgroundAlgs' -p6 -(dp7 -S'../../../InnerDetector/InDetRecAlgs/BCM_BackgroundAlgs/genConf/BCM_BackgroundAlgs/BCM_BackgroundAlgsConf.py' -p8 -S'../../../../InstallArea/python/BCM_BackgroundAlgs/BCM_BackgroundAlgsConf.py' -p9 -sS'../../../InnerDetector/InDetRecAlgs/BCM_BackgroundAlgs/genConf/BCM_BackgroundAlgs/BCM_BackgroundAlgs_confDb.py' -p10 -S'../../../../InstallArea/python/BCM_BackgroundAlgs/BCM_BackgroundAlgs_confDb.py' -p11 -ssS'../../../InnerDetector/InDetRecAlgs/BCM_BackgroundAlgs/i686-slc5-gcc43-opt/libBCM_BackgroundAlgs.so' -p12 -S'../../../../InstallArea/i686-slc5-gcc43-opt/lib/libBCM_BackgroundAlgs.so' -p13 -sS'../../../../../../../../../atlas/offline/external/GAUDI/v21r9p3a/GaudiPolicy/cmt/fragments/__init__.py' -p14 -S'../../../../InstallArea/python/BCM_BackgroundAlgs/__init__.py' -p15 -ssb. \ No newline at end of file diff --git a/InnerDetector/InDetRecAlgs/BCM_BackgroundAlgs/cmt/requirements b/InnerDetector/InDetRecAlgs/BCM_BackgroundAlgs/cmt/requirements deleted file mode 100644 index 80369dd81cd134fecd39f4a376496f926644b83f..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecAlgs/BCM_BackgroundAlgs/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package BCM_BackgroundAlgs - -author Hendrik Jansen <jansen@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -private -use BCM_CollisionTime BCM_CollisionTime-* InnerDetector/InDetRecEvent -use InDetBCM_RawData InDetBCM_RawData-* InnerDetector/InDetRawEvent -use Identifier Identifier-* DetectorDescription -use AthenaKernel AthenaKernel-* Control - -library BCM_BackgroundAlgs *.cxx -s=components *.cxx - -apply_pattern component_library - -apply_pattern declare_joboptions files="*.txt *.py" - -apply_pattern declare_python_modules files="*.py" - diff --git a/InnerDetector/InDetRecAlgs/InDetCaloClusterROISelector/cmt/requirements b/InnerDetector/InDetRecAlgs/InDetCaloClusterROISelector/cmt/requirements deleted file mode 100644 index 08b7933c344a663da5ed364dca473d22b5c5a9fd..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecAlgs/InDetCaloClusterROISelector/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package InDetCaloClusterROISelector - -author A. Morley <amorley@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -use xAODCaloEvent xAODCaloEvent-* Event/xAOD - - -private -use CaloUtils CaloUtils-* Calorimeter -use TrkCaloClusterROI TrkCaloClusterROI-* Tracking/TrkEvent - -use egammaInterfaces egammaInterfaces-* Reconstruction/egamma -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools - - -use CaloEvent CaloEvent-* Calorimeter -#use xAODEgamma xAODEgamma-* Event/xAOD - - -apply_tag ROOTMathLibs -end_private - -library InDetCaloClusterROISelector *.cxx components/*.cxx -apply_pattern component_library - diff --git a/InnerDetector/InDetRecAlgs/InDetConversionFinder/cmt/requirements b/InnerDetector/InDetRecAlgs/InDetConversionFinder/cmt/requirements deleted file mode 100755 index 19c21fe821ec5841d73153755653c37ded2d5333..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecAlgs/InDetConversionFinder/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package InDetConversionFinder - -author Tatjana Lenz <Tatjana.Lenz@cern.ch> - -private - -# for the new track class -use TrkTrack TrkTrack-* Tracking/TrkEvent -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use egammaInterfaces egammaInterfaces-* Reconstruction/egamma - - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -# dependencies on other vertexing packages -use xAODTracking xAODTracking-* Event/xAOD - - -library InDetConversionFinder *.cxx components/*.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetRecAlgs/InDetExtensionProcessor/cmt/requirements b/InnerDetector/InDetRecAlgs/InDetExtensionProcessor/cmt/requirements deleted file mode 100755 index 56ae8b9c9e87f803f34edc57108809b1dbe9740e..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecAlgs/InDetExtensionProcessor/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package InDetExtensionProcessor - -manager Markus Elsing <Markus.Elsing@cern.ch> -author Markus Elsing <Markus.Elsing@cern.ch> - -private -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use StoreGate StoreGate-* Control -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -library InDetExtensionProcessor *.cxx components/*.cxx -apply_pattern component_library - diff --git a/InnerDetector/InDetRecAlgs/InDetLowBetaFinder/cmt/requirements b/InnerDetector/InDetRecAlgs/InDetLowBetaFinder/cmt/requirements deleted file mode 100644 index 6cb79cacee25e9845ece2910af7e5675fd26b682..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecAlgs/InDetLowBetaFinder/cmt/requirements +++ /dev/null @@ -1,50 +0,0 @@ -package InDetLowBetaFinder - -author Christopher Marino - -# general athena dependecies -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasROOT AtlasROOT-* External -use GaudiInterface GaudiInterface-* External -use MagFieldInterfaces MagFieldInterfaces-* MagneticField - -private - - -use StoreGate StoreGate-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use InDetLowBetaInfo InDetLowBetaInfo-* InnerDetector/InDetRecEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use Particle Particle-* Reconstruction -use TRT_ToT_Tools TRT_ToT_Tools-* InnerDetector/InDetRecTools - -end_private - -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions - -private -use TRT_ConditionsData TRT_ConditionsData-* InnerDetector/InDetConditions -apply_tag ROOTMathLibs -end_private - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Minuit RIO)" - -library InDetLowBetaFinder *.cxx -s=components *.cxx -apply_pattern component_library - -######################### -#changes to fix errors -######################## - -#remove: -#use AtlasAIDA AtlasAIDA-* External - -#remove version number: -#use BFieldAth BFieldAth-01-* MagneticField -#use TrkParticleBase TrkParticleBase-00-* Tracking/TrkEvent diff --git a/InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/cmt/requirements b/InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/cmt/requirements deleted file mode 100755 index 25d9b9fae8e4552f8689b4567dcdaac469f3c44d..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -# Silicon Trackers Clusterization Framework package -# Classes defining the framework for the Pixel and SCT clustering algorithms - -package InDetPrepRawDataFormation -author Tommaso Lari <Tommaso.Lari@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use Identifier Identifier-* DetectorDescription -use SiClusterizationTool SiClusterizationTool-* InnerDetector/InDetRecTools -use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent -use IRegionSelector IRegionSelector-* DetectorDescription -use StoreGate StoreGate-* Control - -private -use CxxUtils CxxUtils-* Control -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TRT_DriftCircleTool TRT_DriftCircleTool-* InnerDetector/InDetRecTools -use SCT_ConditionsServices SCT_ConditionsServices-* InnerDetector/InDetConditions -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions - -public -library InDetPrepRawDataFormation *.cxx components/*.cxx -apply_pattern component_library -#apply_pattern dual_use_library files="*.cxx" diff --git a/InnerDetector/InDetRecAlgs/InDetPriVxFinder/cmt/requirements b/InnerDetector/InDetRecAlgs/InDetPriVxFinder/cmt/requirements deleted file mode 100755 index 464a71a8b7dd08884532c77570add42d61bc8cd6..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecAlgs/InDetPriVxFinder/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package InDetPriVxFinder -author Andreas Wildauer <andreas.wildauer@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External - -private -use CxxUtils CxxUtils-* Control -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD -use TrkVxEdmCnv TrkVxEdmCnv-* Tracking/TrkVertexFitter -use ITrackToVertex ITrackToVertex-* Reconstruction/RecoTools - -use xAODCore xAODCore-* Event/xAOD -use EventPrimitives EventPrimitives-* Event -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -public -library InDetPriVxFinder *.cxx components/*.cxx -apply_pattern component_library - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/InnerDetector/InDetRecAlgs/InDetTrackPRD_Association/cmt/requirements b/InnerDetector/InDetRecAlgs/InDetTrackPRD_Association/cmt/requirements deleted file mode 100755 index 9933c15cd12135b6339c2edd56eee234e930be19..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecAlgs/InDetTrackPRD_Association/cmt/requirements +++ /dev/null @@ -1,17 +0,0 @@ -package InDetTrackPRD_Association - -author Igor Gavrilenko <Igor.Garilenko@cern.ch> - -private - -use TrkTrack TrkTrack-* Tracking/TrkEvent - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -library InDetTrackPRD_Association *.cxx components/*.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetRecAlgs/InDetV0Finder/cmt/requirements b/InnerDetector/InDetRecAlgs/InDetV0Finder/cmt/requirements deleted file mode 100755 index 9729894a2b99d95da930872999a893c238a1a6f7..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecAlgs/InDetV0Finder/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package InDetV0Finder - -author Evelina Bouhova-Thacker <e.bouhova@cern.ch> - -# general athena dependecies -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use HepPDT v* LCG_Interfaces -use DataModel DataModel-* Control - -use InDetConversionFinderTools InDetConversionFinderTools-* InnerDetector/InDetRecTools -use ITrackToVertex ITrackToVertex-* Reconstruction/RecoTools - -private -use AtlasCLHEP AtlasCLHEP-* External - -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use AtlasROOT AtlasROOT-* External -use xAODTracking xAODTracking-* Event/xAOD -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions - -# dependencies on other vertexing packages -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use TrkV0Fitter TrkV0Fitter-* Tracking/TrkVertexFitter -use TrkVKalVrtFitter TrkVKalVrtFitter-* Tracking/TrkVertexFitter -use TrkVertexAnalysisUtils TrkVertexAnalysisUtils-* Tracking/TrkVertexFitter - - -public -library InDetV0Finder *.cxx components/*.cxx -apply_pattern component_library -# apply_pattern dual_use_library files="*.cxx" - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/InnerDetector/InDetRecAlgs/InDetZVTOP_Alg/cmt/requirements b/InnerDetector/InDetRecAlgs/InDetZVTOP_Alg/cmt/requirements deleted file mode 100755 index dee94b69a717e49013adfdaee640e1ba1605a3d7..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecAlgs/InDetZVTOP_Alg/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package InDetZVTOP_Alg -author Tatjana Lenz <tatjana.lenz@cern.ch> -################################################## -public -################################################## -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -################################################## -private -################################################## -use TrkTrack TrkTrack-* Tracking/TrkEvent -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use VxVertex VxVertex-* Tracking/TrkEvent -################################################## -public -################################################## -library InDetZVTOP_Alg *.cxx components/*.cxx -apply_pattern component_library - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/InnerDetector/InDetRecAlgs/SiSPSeededTrackFinder/cmt/requirements b/InnerDetector/InDetRecAlgs/SiSPSeededTrackFinder/cmt/requirements deleted file mode 100755 index 31b5a60846e21a08a734e76fd7d8caf721dc6fa2..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecAlgs/SiSPSeededTrackFinder/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package SiSPSeededTrackFinder - -author Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - -private - -use xAODEventInfo xAODEventInfo-* Event/xAOD -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkPatternParameters TrkPatternParameters-* Tracking/TrkEvent -use CxxUtils CxxUtils-* Control - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use StoreGate StoreGate-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent - -library SiSPSeededTrackFinder *.cxx components/*.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetRecAlgs/SiSpacePointFormation/cmt/requirements b/InnerDetector/InDetRecAlgs/SiSpacePointFormation/cmt/requirements deleted file mode 100755 index 78a603f93a7654c75d457f4a111a3c13aafe8b41..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecAlgs/SiSpacePointFormation/cmt/requirements +++ /dev/null @@ -1,43 +0,0 @@ -package SiSpacePointFormation - -manager Maria Jose Costa <Maria.Jose.Costa@cern.ch> -author Maria Jose Costa <Maria.Jose.Costa@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -#use AtlasCLHEP AtlasCLHEP-* External -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AthContainers AthContainers-* Control -use Identifier Identifier-* DetectorDescription -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use SiSpacePointTool SiSpacePointTool-* InnerDetector/InDetRecTools -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription - -private - -use CxxUtils CxxUtils-* Control -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use xAODEventInfo xAODEventInfo-* Event/xAOD -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -#use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -# Add explicit dependency against VxVertex to avoid indirect dependency from InDetBeamSpotService -# which creates a component library and cmake (correctly) does not propagate such dependencies. This -# is transparent to CMT and checkreq. -apply_pattern cmake_add_dependency package=Tracking/TrkEvent/VxVertex - -public - -# needed by trigger using some classes -apply_pattern dual_use_library files="*.cxx" -#library SiSpacePointFormation *.cxx components/*.cxx -#apply_pattern component_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/InnerDetector/InDetRecAlgs/TRT_SeededTrackFinder/cmt/requirements b/InnerDetector/InDetRecAlgs/TRT_SeededTrackFinder/cmt/requirements deleted file mode 100755 index 4bd609bb29c18884e6274ff090f5ed1eef0621b1..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecAlgs/TRT_SeededTrackFinder/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package TRT_SeededTrackFinder - -author Thomas Koffas <Thomas.Koffas@cern.ch> - -private - -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use CxxUtils CxxUtils-* Control - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions - -library TRT_SeededTrackFinder *.cxx components/*.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetRecAlgs/TRT_StandaloneTrackFinder/cmt/requirements b/InnerDetector/InDetRecAlgs/TRT_StandaloneTrackFinder/cmt/requirements deleted file mode 100644 index 8a3e0c0b46a8a653119932b5ba0128d4f29c5e62..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecAlgs/TRT_StandaloneTrackFinder/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package TRT_StandaloneTrackFinder - -author Thomas Koffas <Thomas.Koffas@cern.ch> - -private - -use TrkParameters TrkParameters-* Tracking/TrkEvent -#TRT segment to track tool -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools - -use CxxUtils CxxUtils-* Control -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use StoreGate StoreGate-* Control - -library TRT_StandaloneTrackFinder *.cxx components/*.cxx -apply_pattern component_library -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/InnerDetector/InDetRecAlgs/TRT_TrackExtensionAlg/cmt/requirements b/InnerDetector/InDetRecAlgs/TRT_TrackExtensionAlg/cmt/requirements deleted file mode 100755 index 22a339d6b32ea4a0faf2464d91b27b3ecdcbba5f..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecAlgs/TRT_TrackExtensionAlg/cmt/requirements +++ /dev/null @@ -1,17 +0,0 @@ -package TRT_TrackExtensionAlg - -author Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - -private - -use TrkTrack TrkTrack-* Tracking/TrkEvent - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools - -library TRT_TrackExtensionAlg *.cxx components/*.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetRecAlgs/TRT_TrackSegmentsFinder/cmt/requirements b/InnerDetector/InDetRecAlgs/TRT_TrackSegmentsFinder/cmt/requirements deleted file mode 100755 index 90ce2153c08cb2a0a2cafc71e01497c60791b8f1..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecAlgs/TRT_TrackSegmentsFinder/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package TRT_TrackSegmentsFinder - -author Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - -private - - -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use CxxUtils CxxUtils-* Control - -public -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TrkCaloClusterROI TrkCaloClusterROI-* Tracking/TrkEvent -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use StoreGate StoreGate-* Control - - -library TRT_TrackSegmentsFinder *.cxx components/*.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetRecEvent/InDetCompetingRIOsOnTrack/cmt/requirements b/InnerDetector/InDetRecEvent/InDetCompetingRIOsOnTrack/cmt/requirements deleted file mode 100755 index 87d853c266eb0080303478fac00edd6b14552a1b..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecEvent/InDetCompetingRIOsOnTrack/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package InDetCompetingRIOsOnTrack - -author Sebastian Fleischmann <sebastian.fleischmann@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent - -apply_pattern installed_library -library InDetCompetingRIOsOnTrack *.cxx - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use GaudiInterface GaudiInterface-* External - diff --git a/InnerDetector/InDetRecEvent/InDetLowBetaInfo/cmt/install.history b/InnerDetector/InDetRecEvent/InDetLowBetaInfo/cmt/install.history deleted file mode 100644 index 8b16bda0c801b9b905b071b6691daa8261294ad8..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecEvent/InDetLowBetaInfo/cmt/install.history +++ /dev/null @@ -1,24 +0,0 @@ -(i__main__ -LogFile -p0 -(dp1 -S'_installed_files' -p2 -(dp3 -S'../../../InnerDetector/InDetRecEvent/InDetLowBetaInfo/i686-slc5-gcc43-opt/libInDetLowBetaInfo.so' -p4 -S'../../../../InstallArea/i686-slc5-gcc43-opt/lib/libInDetLowBetaInfo.so' -p5 -sS'../../../InnerDetector/InDetRecEvent/InDetLowBetaInfo/i686-slc4-gcc34-opt/libInDetLowBetaInfo.so' -p6 -S'../../../../InstallArea/i686-slc4-gcc34-opt/lib/libInDetLowBetaInfo.so' -p7 -sS'../../../InnerDetector/InDetRecEvent/InDetLowBetaInfo/i686-slc5-gcc43-opt/libInDetLowBetaInfoDict.so' -p8 -S'../../../../InstallArea/i686-slc5-gcc43-opt/lib/libInDetLowBetaInfoDict.so' -p9 -sS'../../../InnerDetector/InDetRecEvent/InDetLowBetaInfo/i686-slc4-gcc34-opt/libInDetLowBetaInfoDict.so' -p10 -S'../../../../InstallArea/i686-slc4-gcc34-opt/lib/libInDetLowBetaInfoDict.so' -p11 -ssb. \ No newline at end of file diff --git a/InnerDetector/InDetRecEvent/InDetLowBetaInfo/cmt/requirements b/InnerDetector/InDetRecEvent/InDetLowBetaInfo/cmt/requirements deleted file mode 100644 index 39805e8d52178ef5f832c797561b3246c7cd75fb..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecEvent/InDetLowBetaInfo/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package InDetLowBetaInfo - -author Christopher Marino - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control - -apply_pattern installed_library -library InDetLowBetaInfo *.cxx - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. - -apply_pattern lcgdict dict=InDetLowBetaInfo selectionfile=selection.xml headerfiles="../InDetLowBetaInfo/InDetLowBetaDict.h" - - - diff --git a/InnerDetector/InDetRecEvent/InDetPrepRawData/cmt/requirements b/InnerDetector/InDetRecEvent/InDetPrepRawData/cmt/requirements deleted file mode 100755 index daeddbd1f5184d95e2f36395f55d4d34a89028e3..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecEvent/InDetPrepRawData/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ - -package InDetPrepRawData -author Edward.Moyse@cern.ch - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use SGTools SGTools-* Control -use AthLinks AthLinks-* Control -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use Identifier Identifier-* DetectorDescription -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -public -apply_pattern installed_library -library InDetPrepRawData *.cxx - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -apply_pattern lcgdict dict=InDetPrepRawData selectionfile=selection.xml headerfiles="../InDetPrepRawData/InDetPrepRawDataDict.h" - -macro DOXYGEN_INLINE_INHERITED_MEMB "YES" diff --git a/InnerDetector/InDetRecEvent/InDetRIO_OnTrack/cmt/requirements b/InnerDetector/InDetRecEvent/InDetRIO_OnTrack/cmt/requirements deleted file mode 100755 index 947166f2ba14b76a416fa389cf6ac9c8b30d7960..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecEvent/InDetRIO_OnTrack/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package InDetRIO_OnTrack - -author Edward Moyse < Edward.Moyse@cern.ch > -author Andreas Salzburger < Andreas.Salzburger@cern.ch > - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use Identifier Identifier-* DetectorDescription -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use DataModel DataModel-* Control - -apply_pattern installed_library -library InDetRIO_OnTrack *.cxx - -private -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use AtlasReflex AtlasReflex-* External -no_auto_imports -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -apply_pattern lcgdict dict=InDetRIO_OnTrack selectionfile=selection.xml headerfiles="../InDetRIO_OnTrack/InDetRIO_OnTrackDict.h" diff --git a/InnerDetector/InDetRecEvent/SiSpacePoint/cmt/requirements b/InnerDetector/InDetRecEvent/SiSpacePoint/cmt/requirements deleted file mode 100755 index f3dc05885a6fe7bfb68d54ee8cf9758772fe1c0d..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecEvent/SiSpacePoint/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package SiSpacePoint - -author Martin Siebel <Martin.Siebel@cern.ch> - - -use AtlasPolicy AtlasPolicy-* -use Identifier Identifier-* DetectorDescription -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr - - -private - -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription - -public - - -apply_pattern installed_library -library SiSpacePoint *.cxx -macro DOXYGEN_IMAGE_PATH "../doc/images" diff --git a/InnerDetector/InDetRecEvent/SiSpacePointsSeed/cmt/requirements b/InnerDetector/InDetRecEvent/SiSpacePointsSeed/cmt/requirements deleted file mode 100755 index 0322eb92db684cbd02be18626fe3cd6a606e479f..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecEvent/SiSpacePointsSeed/cmt/requirements +++ /dev/null @@ -1,19 +0,0 @@ -package SiSpacePointsSeed - -author Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - -private -use GaudiInterface GaudiInterface-* External - -public -use AtlasPolicy AtlasPolicy-* -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent - -library SiSpacePointsSeed *.cxx -apply_pattern installed_library - - - - - - diff --git a/InnerDetector/InDetRecTools/InDetAmbiTrackSelectionTool/cmt/requirements b/InnerDetector/InDetRecTools/InDetAmbiTrackSelectionTool/cmt/requirements deleted file mode 100755 index 48e9843432e3e54e6288debcd2045e800e070ef9..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetAmbiTrackSelectionTool/cmt/requirements +++ /dev/null @@ -1,43 +0,0 @@ -package InDetAmbiTrackSelectionTool - -author Markus Elsing, Thijs Cornelissen - -private - -use StoreGate StoreGate-* Control -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use StoreGate StoreGate-* Control -use DataModel DataModel-* Control -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use PixelGeoModel PixelGeoModel-* InnerDetector/InDetDetDescr -use AtlasROOT AtlasROOT-* External -use TrkCaloClusterROI TrkCaloClusterROI-* Tracking/TrkEvent - - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkValInterfaces TrkValInterfaces-* Tracking/TrkValidation -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent - - -apply_pattern component_library -library InDetAmbiTrackSelectionTool *.cxx components/*.cxx - - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/InnerDetector/InDetRecTools/InDetAssociationTools/cmt/requirements b/InnerDetector/InDetRecTools/InDetAssociationTools/cmt/requirements deleted file mode 100755 index 4894bb4cf7653b197d8f11e677ad3cf5bd74e95c..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetAssociationTools/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package InDetAssociationTools - -author Markus Elsing <Markus.Elsing@cern.ch> - -private -#use StoreGate StoreGate-* Control -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use Identifier Identifier-* DetectorDescription -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent - -branches InDetAssociationTools src - -library InDetAssociationTools *.cxx -s=components *.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetRecTools/InDetCaloClusterROIBuilder/cmt/requirements b/InnerDetector/InDetRecTools/InDetCaloClusterROIBuilder/cmt/requirements deleted file mode 100644 index 9c7c6abb09c64a0efd95f3b9d9d54af931499102..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetCaloClusterROIBuilder/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package InDetCaloClusterROIBuilder - -author A. Morley <amorley@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -private -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools - -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkCaloClusterROI TrkCaloClusterROI-* Tracking/TrkEvent -use CaloDetDescr CaloDetDescr-* Calorimeter -use CaloTrackingGeometry CaloTrackingGeometry-* Calorimeter - -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD - -apply_tag ROOTMathLibs - - -library InDetCaloClusterROIBuilder *.cxx components/*.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetRecTools/InDetCompetingRIOsOnTrackTool/cmt/requirements b/InnerDetector/InDetRecTools/InDetCompetingRIOsOnTrackTool/cmt/requirements deleted file mode 100755 index 2bd5dbc61b3fbfb0f1b8179ddac4fed8fd413ae9..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetCompetingRIOsOnTrackTool/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package InDetCompetingRIOsOnTrackTool - -author Sebastian Fleischmann <Sebastian.Fleischmann@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -use TrkParameters TrkParameters-* Tracking/TrkEvent -use InDetCompetingRIOsOnTrack InDetCompetingRIOsOnTrack-* InnerDetector/InDetRecEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event - -library InDetCompetingRIOsOnTrackTool *.cxx components/*.cxx -apply_pattern component_library - -private -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/InnerDetector/InDetRecTools/InDetConversionFinderTools/cmt/requirements b/InnerDetector/InDetRecTools/InDetConversionFinderTools/cmt/requirements deleted file mode 100755 index 576249f6a569dc5a64dd28cdde7a3e69d3712839..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetConversionFinderTools/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package InDetConversionFinderTools -author Tatjana Lenz <Tatjana.Lenz@cern.ch> - -private - -# for the new track class -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -# dependencies on other vertexing packages -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -# Needed for single track conversions -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -# Distance tools -use TrkVertexSeedFinderUtils TrkVertexSeedFinderUtils-* Tracking/TrkVertexFitter -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External -use DataModel DataModel-* Control - -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use VxVertex VxVertex-* Tracking/TrkEvent - - -public - -# general athena dependecies -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use Particle Particle-* Reconstruction -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD - - -apply_pattern dual_use_library files="*.cxx" diff --git a/InnerDetector/InDetRecTools/InDetDNASeparator/cmt/requirements b/InnerDetector/InDetRecTools/InDetDNASeparator/cmt/requirements deleted file mode 100644 index 8e9b6d38ab01e551bac4ba43d35c9ab1dd8cbde6..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetDNASeparator/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package InDetDNASeparator - -author Vato Kartvelishvili <vakhtang.kartvelishvili@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - -use AthenaBaseComps AthenaBaseComps-* Control -use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent - -apply_pattern component_library -library InDetDNASeparator *.cxx components/*.cxx - -private -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use EventPrimitives EventPrimitives-* Event -use GaudiInterface GaudiInterface-* External - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - - diff --git a/InnerDetector/InDetRecTools/InDetMultipleVertexSeedFinder/cmt/requirements b/InnerDetector/InDetRecTools/InDetMultipleVertexSeedFinder/cmt/requirements deleted file mode 100644 index f9e2e21a74c177784a4f84752466df7e079fca12..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetMultipleVertexSeedFinder/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package InDetMultipleVertexSeedFinder - -author Kirill Prokofiev <Kirill.Prokofiev@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools - -private -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use InDetMultipleVertexSeedFinderUtils InDetMultipleVertexSeedFinderUtils-* InnerDetector/InDetRecTools -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use xAODTracking xAODTracking-* Event/xAOD -use EventPrimitives EventPrimitives-* Event - -public - -library InDetMultipleVertexSeedFinder *.cxx components/*.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetRecTools/InDetMultipleVertexSeedFinderUtils/cmt/requirements b/InnerDetector/InDetRecTools/InDetMultipleVertexSeedFinderUtils/cmt/requirements deleted file mode 100644 index ec35cf516bc5775dbad9308957230fc35406ff43..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetMultipleVertexSeedFinderUtils/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package InDetMultipleVertexSeedFinderUtils - -author Kirill Prokofiev <Kirill.Prokofiev@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use xAODTracking xAODTracking-* Event/xAOD - -private - -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use EventPrimitives EventPrimitives-* Event - -public - -apply_pattern dual_use_library files="*.cxx" - diff --git a/InnerDetector/InDetRecTools/InDetPriVxFinderTool/cmt/requirements b/InnerDetector/InDetRecTools/InDetPriVxFinderTool/cmt/requirements deleted file mode 100755 index 432b77f8edee3e635ad0a403b8645e5e576d03ae..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetPriVxFinderTool/cmt/requirements +++ /dev/null @@ -1,53 +0,0 @@ -package InDetPriVxFinderTool -author Andreas Wildauer <andreas.wildauer@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasEigen AtlasEigen-* External -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD - -private -# general athena dependecies -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External -# DataModel is needed to read Tracks -use DataModel DataModel-* Control -# for the new track class -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkVertexFitters TrkVertexFitters-* Tracking/TrkVertexFitter -use TrkTrackLink TrkTrackLink-* Tracking/TrkEvent -use TrkLinks TrkLinks-* Tracking/TrkEvent -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -# dependencies on other vertexing packages -use VxVertex VxVertex-* Tracking/TrkEvent -use VxMultiVertex VxMultiVertex-* Tracking/TrkEvent -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use TrkVxEdmCnv TrkVxEdmCnv-* Tracking/TrkVertexFitter - -use InDetTrackSelectionTool InDetTrackSelectionTool-* InnerDetector/InDetRecTools - -# Add a cmake-specific dependency against the PATCore package. This is necessary since -# packages which create component libraries don't expose their header files or dependencies -# to any clients, whereas this package relies upon the InDetTrackSelectionTool to access -# the PATCore package. I haven't added the direct dependency to the "use" statements -# so thqt checkreq won't generate any warnings. -apply_pattern cmake_add_dependency package=PhysicsAnalysis/AnalysisCommon/PATCore - -library InDetPriVxFinderTool *.cxx components/*.cxx -apply_pattern component_library - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/InnerDetector/InDetRecTools/InDetRecToolInterfaces/cmt/requirements b/InnerDetector/InDetRecTools/InDetRecToolInterfaces/cmt/requirements deleted file mode 100755 index 602c4fbd72907c04d922850fa5e9c0eb6422743a..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetRecToolInterfaces/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package InDetRecToolInterfaces - -author Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent -use Identifier Identifier-* DetectorDescription -use GeoPrimitives GeoPrimitives-* DetectorDescription -use IRegionSelector IRegionSelector-* DetectorDescription -use SiSpacePointsSeed SiSpacePointsSeed-* InnerDetector/InDetRecEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use xAODTracking xAODTracking-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD - -# Declare this package as a metalibrary for cmake in order to allow its clients access to -# libraries and header files from packages this one depends on. Transparent to CMT -apply_pattern cmake_add_command command=metalibrary diff --git a/InnerDetector/InDetRecTools/InDetResidualPullCalculators/cmt/requirements b/InnerDetector/InDetRecTools/InDetResidualPullCalculators/cmt/requirements deleted file mode 100644 index 452128fd30e151ffc1cfdd45b7b70e5eb7be5fba..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetResidualPullCalculators/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package InDetResidualPullCalculators - -author Niels van Eldik - -use AtlasPolicy AtlasPolicy-* - -apply_pattern component_library -library InDetResidualPullCalculators *.cxx components/*.cxx - -private - -use AthenaBaseComps AthenaBaseComps-* Control -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use GaudiInterface GaudiInterface-* External - -private - -#macro DOXYGEN_IMAGE_PATH "../doc/images" -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/InnerDetector/InDetRecTools/InDetSVWithMuonTool/cmt/requirements b/InnerDetector/InDetRecTools/InDetSVWithMuonTool/cmt/requirements deleted file mode 100755 index a7d4ffbd3f5b7546f2353843223af67618198e76..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetSVWithMuonTool/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package InDetSVWithMuonTool - -author Vadim Kostyukhin <Vadim.Kostyukhin@cern.ch> - -private - -use AnalysisUtils AnalysisUtils-* PhysicsAnalysis/AnalysisCommon -use xAODBTagging xAODBTagging-* Event/xAOD - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -use xAODTracking xAODTracking-* Event/xAOD -use TrkVKalVrtFitter TrkVKalVrtFitter-* Tracking/TrkVertexFitter - - - - -library InDetSVWithMuonTool *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_python_modules files="*.py" - diff --git a/InnerDetector/InDetRecTools/InDetSecVxFinderTool/cmt/requirements b/InnerDetector/InDetRecTools/InDetSecVxFinderTool/cmt/requirements deleted file mode 100755 index 752b9a4ffb4a88dd2de2d7c44c6044e1792adeeb..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetSecVxFinderTool/cmt/requirements +++ /dev/null @@ -1,49 +0,0 @@ - -package InDetSecVxFinderTool - -author Giacinto Piacquadio <giacinto.piacquadio@physik.uni-freiburg.de> - -public -use AtlasCLHEP AtlasCLHEP-* External -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkTrackLink TrkTrackLink-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkParameters TrkParameters-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD - -private -use AtlasROOT AtlasROOT-* External -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkJetVxFitter TrkJetVxFitter-* Tracking/TrkVertexFitter -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkVertexSeedFinderTools TrkVertexSeedFinderTools-* Tracking/TrkVertexFitter -use TrkVertexFitters TrkVertexFitters-* Tracking/TrkVertexFitter -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use TrkVertexSeedFinderUtils TrkVertexSeedFinderUtils-* Tracking/TrkVertexFitter -use VxJetVertex VxJetVertex-* Tracking/TrkEvent -use VxSecVertex VxSecVertex-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use EventPrimitives EventPrimitives-* Event -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use TrkLinks TrkLinks-* Tracking/TrkEvent -use TrkVxEdmCnv TrkVxEdmCnv-* Tracking/TrkVertexFitter - - -public -apply_pattern dual_use_library files="*.cxx" - -#apply_pattern declare_joboptions files="*.py" - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - - - diff --git a/InnerDetector/InDetRecTools/InDetTestBLayer/cmt/requirements b/InnerDetector/InDetRecTools/InDetTestBLayer/cmt/requirements deleted file mode 100644 index 18559c5858f00cb997e4a571438cb23e3ff029bc..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetTestBLayer/cmt/requirements +++ /dev/null @@ -1,48 +0,0 @@ -package InDetTestBLayer - -author Lorenzo Feligioni <Lorenzo.Feligioni@cern.ch> - -use GaudiInterface GaudiInterface-* External -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -#use StoreGate StoreGate-* Control -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event - -private -apply_tag ROOTRooFitLibs -apply_tag ROOTMathLibs - -#use AtlasCLHEP AtlasCLHEP-* External -use InDetConditionsSummaryService InDetConditionsSummaryService* InnerDetector/InDetConditions -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use Particle Particle-* Reconstruction -use AtlasDetDescr AtlasDetDescr* DetectorDescription -use IdDictDetDescr IdDictDetDescr* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr - - -end_private - -macro DOXYGEN_IMAGE_PATH "../doc/images" - -#library InDetTestBLayer *.cxx components/*.cxx -public - -use TrkParameters TrkParameters-* Tracking/TrkEvent -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use Identifier Identifier-* DetectorDescription - -apply_pattern dual_use_library files="*.cxx" - -apply_pattern declare_joboptions files="*.py" -#apply_pattern declare_runtime files="-s=../share *.root *.txt" - - diff --git a/InnerDetector/InDetRecTools/InDetTestPixelLayer/cmt/requirements b/InnerDetector/InDetRecTools/InDetTestPixelLayer/cmt/requirements deleted file mode 100644 index 7ec522fbbac74b175654a56962ab4c43673f1a3f..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetTestPixelLayer/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -package InDetTestPixelLayer - -author Lorenzo Feligioni <Lorenzo.Feligioni@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr - -private -apply_tag ROOTRooFitLibs -apply_tag ROOTMathLibs - -use GeoPrimitives GeoPrimitives-* DetectorDescription -use InDetConditionsSummaryService InDetConditionsSummaryService* InnerDetector/InDetConditions -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use AtlasDetDescr AtlasDetDescr* DetectorDescription -use IdDictDetDescr IdDictDetDescr* DetectorDescription -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -end_private - -macro DOXYGEN_IMAGE_PATH "../doc/images" - -public - -use TrkParameters TrkParameters-* Tracking/TrkEvent -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use Identifier Identifier-* DetectorDescription -use GeoPrimitives GeoPrimitives-* DetectorDescription - -apply_pattern dual_use_library files="*.cxx" - -apply_pattern declare_joboptions files="*.py" - - diff --git a/InnerDetector/InDetRecTools/InDetTrackHoleSearch/cmt/requirements b/InnerDetector/InDetRecTools/InDetTrackHoleSearch/cmt/requirements deleted file mode 100644 index 0cf30fb8543db088d3e78e41c0af40c5cbba421b..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetTrackHoleSearch/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package InDetTrackHoleSearch - -author Martin Siebel <Martin.Siebel@CERN.ch> - -private - -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use Identifier Identifier-* DetectorDescription -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetConditionsSummaryService InDetConditionsSummaryService* InnerDetector/InDetConditions -use InDetRecToolInterfaces InDetRecToolInterfaces* InnerDetector/InDetRecTools -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkVolumes TrkVolumes-* Tracking/TrkDetDescr -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent - -apply_pattern component_library -library InDetTrackHoleSearch *.cxx components/*.cxx - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/InnerDetector/InDetRecTools/InDetTrackScoringTools/cmt/requirements b/InnerDetector/InDetRecTools/InDetTrackScoringTools/cmt/requirements deleted file mode 100755 index 3fe1d9ce69952d3a5e3248d4fdc5378c187c38ec..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetTrackScoringTools/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package InDetTrackScoringTools - -author Markus Elsing <Markus.Elsing@cern.ch> - -private - -apply_tag rootMathLibs - -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External -use StoreGate StoreGate-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use MagFieldInterfaces MagFieldInterfaces-* MagneticField -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkCaloClusterROI TrkCaloClusterROI-* Tracking/TrkEvent -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use AthenaKernel AthenaKernel-* Control -use SGTools SGTools-* Control - -branches InDetTrackScoringTools src - -library InDetTrackScoringTools *.cxx -s=components *.cxx -apply_pattern component_library - diff --git a/InnerDetector/InDetRecTools/InDetTrackSelectionTool/cmt/Makefile b/InnerDetector/InDetRecTools/InDetTrackSelectionTool/cmt/Makefile deleted file mode 100644 index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetTrackSelectionTool/cmt/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include $(CMTROOT)/src/Makefile.header - -include $(CMTROOT)/src/constituents.make - diff --git a/InnerDetector/InDetRecTools/InDetTrackSelectionTool/cmt/Makefile.RootCore b/InnerDetector/InDetRecTools/InDetTrackSelectionTool/cmt/Makefile.RootCore deleted file mode 100644 index 0db12afc18693e23da25af978987ba8594708b15..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetTrackSelectionTool/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = InDetTrackSelectionTool -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools PATCore xAODTracking -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/InnerDetector/InDetRecTools/InDetTrackSelectionTool/cmt/requirements b/InnerDetector/InDetRecTools/InDetTrackSelectionTool/cmt/requirements deleted file mode 100644 index 8d6c2ab79fc90aaddad4a637cd18255925765108..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetTrackSelectionTool/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package InDetTrackSelectionTool -## author Michael Clark <michael.ryan.clark@cern.ch> - -private - -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasROOT AtlasROOT-* External -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkTrack" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/VxVertex" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkEventPrimitives" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkRIO_OnTrack" -use_ifndef pplist="XAOD_ANALYSIS" pkg="InnerDetector/InDetRecEvent/InDetRIO_OnTrack" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkTrackSummary" - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AsgTools AsgTools-* Control/AthToolSupport -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -use xAODTracking xAODTracking-* Event/xAOD -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkExtrapolation/TrkExInterfaces" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkTools/TrkToolInterfaces" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkParameters" -#use_ifndef pplist="XAOD_ANALYSIS" pkg="MagneticField/MagFieldInterfaces" - - -# Declare the library: -library InDetTrackSelectionTool *.cxx ../Root/*.cxx components/*.cxx -apply_pattern component_library - -# Install the jobOptions: -apply_pattern declare_joboptions files=*.py - diff --git a/InnerDetector/InDetRecTools/InDetTrackSelectorTool/cmt/requirements b/InnerDetector/InDetRecTools/InDetTrackSelectorTool/cmt/requirements deleted file mode 100644 index 4e44a928acd9aa2bc23587682b854abe3a022ad3..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetTrackSelectorTool/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package InDetTrackSelectorTool - -author Kirill Prokofiev <Kirill.Prokofiev@cern.ch> - -private - -use AthContainers AthContainers-* Control -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use VxVertex VxVertex-* Tracking/TrkEvent -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions -use MagFieldInterfaces MagFieldInterfaces-* MagneticField -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkParameters TrkParameters-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD - -library InDetTrackSelectorTool *.cxx -s=components *.cxx -apply_pattern component_library -macro DOXYGEN_IMAGE_PATH "../doc/images" diff --git a/InnerDetector/InDetRecTools/InDetTrackSummaryHelperTool/cmt/requirements b/InnerDetector/InDetRecTools/InDetTrackSummaryHelperTool/cmt/requirements deleted file mode 100755 index d13f6613e9b921a2c8a46abc0ac6a85f8240cbe5..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetTrackSummaryHelperTool/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package InDetTrackSummaryHelperTool -author Edward Moyse <edward.moyse@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -private -use Identifier Identifier-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -end_private - -public -apply_pattern component_library -library InDetTrackSummaryHelperTool *.cxx components/*.cxx - diff --git a/InnerDetector/InDetRecTools/InDetVKalPriVxFinderTool/cmt/requirements b/InnerDetector/InDetRecTools/InDetVKalPriVxFinderTool/cmt/requirements deleted file mode 100755 index 38e790c0652ff85b8d9a9c448910f65f435922b1..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetVKalPriVxFinderTool/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package InDetVKalPriVxFinderTool -author Vadim Kostyukhin <Vadim.Kostyukhin@cern.ch> - - -private - - -use AtlasROOT AtlasROOT-* External -# -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrackLink TrkTrackLink-* Tracking/TrkEvent - -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use VxVertex VxVertex-* Tracking/TrkEvent - - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -# -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkVKalVrtFitter TrkVKalVrtFitter-* Tracking/TrkVertexFitter -use xAODTracking xAODTracking-* Event/xAOD - -library InDetVKalPriVxFinderTool *.cxx components/*.cxx -apply_pattern component_library - -##apply_pattern dual_use_library files="*.cxx *.F" -##apply_pattern declare_joboptions files="*.txt *.py" -apply_pattern declare_python_modules files="*.py" - -private diff --git a/InnerDetector/InDetRecTools/InDetVKalVxInJetTool/cmt/requirements b/InnerDetector/InDetRecTools/InDetVKalVxInJetTool/cmt/requirements deleted file mode 100755 index 9bbd01b6783597b4fb057f5cb0f787d44bae3de1..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetVKalVxInJetTool/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package InDetVKalVxInJetTool - -author Vadim Kostyukhin <Vadim.Kostyukhin@cern.ch> - -private - -use AtlasROOT AtlasROOT-* External -# -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use AnalysisUtils AnalysisUtils-* PhysicsAnalysis/AnalysisCommon -use VxSecVertex VxSecVertex-* Tracking/TrkEvent -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use TrkParticleCreator TrkParticleCreator-* Tracking/TrkTools -use xAODTracking xAODTracking-* Event/xAOD -use GeoPrimitives GeoPrimitives-* DetectorDescription - -public - -use AtlasPolicy AtlasPolicy-* -use AtlasBoost AtlasBoost-* External -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use Particle Particle-* Reconstruction -use xAODTracking xAODTracking-* Event/xAOD -use TrkVKalVrtFitter TrkVKalVrtFitter-* Tracking/TrkVertexFitter -#use InDetMaterialRejTool InDetMaterialRejTool-* InnerDetector/InDetRecTools - - - - -library InDetVKalVxInJetTool *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_python_modules files="*.py" - diff --git a/InnerDetector/InDetRecTools/InDetZVTOPVxFinder/cmt/requirements b/InnerDetector/InDetRecTools/InDetZVTOPVxFinder/cmt/requirements deleted file mode 100755 index 3c2277331ca874983c71503d287a45d9b3e478d8..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/InDetZVTOPVxFinder/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package InDetZVTOPVxFinder - -author Tatjana Lenz <tatjana.lenz@cern.ch> - -public - -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use Particle Particle-* Reconstruction -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD -private - -apply_pattern component_library -library InDetZVTOPVxFinder *.cxx components/*.cxx - -private -use AtlasCLHEP AtlasCLHEP-* External -use DataModel DataModel-* Control -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use VxSecVertex VxSecVertex-* Tracking/TrkEvent -use EventPrimitives EventPrimitives-* Event -#use TrkVxEdmCnv TrkVxEdmCnv-* Tracking/TrkVertexFitter - -##macro cppdebugflags '$(cppdebugflags_s)' -##macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/InnerDetector/InDetRecTools/PixelToTPIDTool/cmt/requirements b/InnerDetector/InDetRecTools/PixelToTPIDTool/cmt/requirements deleted file mode 100644 index ab1cf76e9231be8676a6634958f639dc569ac961..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/PixelToTPIDTool/cmt/requirements +++ /dev/null @@ -1,59 +0,0 @@ -package PixelToTPIDTool - -author Claudia Gemme <claudia.gemme@ge.infn.it> -author Thijs Cornelissen <thijs.cornelissen@cern.ch> - -# --------------------------------------------------------------------------- -# Package Package version Package location -# --------------------------------------------------------------------------- - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use StoreGate StoreGate-* Control -use AthenaKernel AthenaKernel-* Control - -private -use AtlasCLHEP AtlasCLHEP-* External -use PathResolver PathResolver-* Tools -use EventInfo EventInfo-* Event -use AtlasCORAL AtlasCORAL-* External -use PixelConditionsServices PixelConditionsServices-* InnerDetector/InDetConditions -use RegistrationServices RegistrationServices-* Database - -use Identifier Identifier-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent - -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr - -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use AtlasROOT AtlasROOT-* External - -use Particle Particle-* Reconstruction -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use PixelGeoModel PixelGeoModel-* InnerDetector/InDetDetDescr - -# --------------------------------------------------------------------------- - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS MathCore)" - -public -apply_pattern component_library -apply_pattern declare_runtime files="*.txt" -library PixelToTPIDTool *.cxx components/*.cxx - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/InnerDetector/InDetRecTools/SeedToTrackConversionTool/cmt/requirements b/InnerDetector/InDetRecTools/SeedToTrackConversionTool/cmt/requirements deleted file mode 100644 index 389338d1ea7d139cfb65eba44e73e8d507a6537c..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/SeedToTrackConversionTool/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package SeedToTrackConversionTool -author Weiming Yao <Weiming.Yao@cern.ch> - -private -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use AthenaBaseComps AthenaBaseComps-* Control -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrack TrkTrack-* Tracking/TrkEvent - -library SeedToTrackConversionTool *.cxx components/*.cxx -apply_pattern component_library - diff --git a/InnerDetector/InDetRecTools/SiClusterOnTrackTool/cmt/requirements b/InnerDetector/InDetRecTools/SiClusterOnTrackTool/cmt/requirements deleted file mode 100755 index 8540a42d98c835c49ce3034646c3c64e20fdd483..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/SiClusterOnTrackTool/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package SiClusterOnTrackTool - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use SCT_ModuleDistortions SCT_ModuleDistortions-* InnerDetector/InDetDetDescr -use TrkAmbiguityProcessor TrkAmbiguityProcessor-* Tracking/TrkTools -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -private -use AtlasCORAL AtlasCORAL-* External -use EventPrimitives EventPrimitives-* Event -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use PixelConditionsServices PixelConditionsServices-* InnerDetector/InDetConditions -use PixelConditionsTools PixelConditionsTools-* InnerDetector/InDetConditions -use PixelGeoModel PixelGeoModel-* InnerDetector/InDetDetDescr -use SiClusterizationTool SiClusterizationTool-* InnerDetector/InDetRecTools -use StoreGate StoreGate-* Control -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -end_private - -library SiClusterOnTrackTool *.cxx components/*.cxx -apply_pattern component_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/InnerDetector/InDetRecTools/SiClusterizationTool/cmt/requirements b/InnerDetector/InDetRecTools/SiClusterizationTool/cmt/requirements deleted file mode 100755 index 03f6fdc923d150a6c75eb4a31980faa7f63a7d03..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/SiClusterizationTool/cmt/requirements +++ /dev/null @@ -1,58 +0,0 @@ -# Silicon Trackers Clusterization Framework package -# Classes defining the framework for the Pixel and SCT clustering algorithms - -package SiClusterizationTool -author Tommaso Lari <Tommaso.Lari@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use GaudiInterface GaudiInterface-* External - -use AtlasROOT AtlasROOT-* External - -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions - -use Identifier Identifier-* DetectorDescription -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions - -use TrkParameters TrkParameters-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event - -private -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use AtlasCLHEP AtlasCLHEP-* External - -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -#use SCT_ConditionsServices SCT_ConditionsServices-* InnerDetector/InDetConditions -use PixelConditionsServices PixelConditionsServices-* InnerDetector/InDetConditions -#Add for NnClusterizationFactory -use DetDescrCondTools DetDescrCondTools-* DetectorDescription/DetDescrCond -use TrkNeuralNetworkUtils TrkNeuralNetworkUtils-* Tracking/TrkUtilityPackages -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use PixelGeoModel PixelGeoModel-* InnerDetector/InDetDetDescr -use InDetSimData InDetSimData-* InnerDetector/InDetRawEvent -use AtlasHepMC AtlasHepMC-* External - -public - -# library SiClusterizationTool *.cxx -s=components *.cxx -# apply_pattern component_library -apply_pattern dual_use_library files="*.cxx" - -# apply_pattern declare_runtime files="*.dat" -apply_pattern declare_joboptions files="-s=../share *.py" -# include_path none -apply_pattern declare_runtime files="-s=../share *.root" - -private -# macro cppdebugflags '$(cppdebugflags_s)' -# macro_remove componentshr_linkopts "-Wl,-s" diff --git a/InnerDetector/InDetRecTools/SiCombinatorialTrackFinderTool_xk/cmt/requirements b/InnerDetector/InDetRecTools/SiCombinatorialTrackFinderTool_xk/cmt/requirements deleted file mode 100755 index fd1304dfbe8ed602f4062813f49e2e8bc3575a0f..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/SiCombinatorialTrackFinderTool_xk/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package SiCombinatorialTrackFinderTool_xk - -author Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - -private - -use AtlasBoost AtlasBoost-* External -use EventInfo EventInfo-* Event -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use MagFieldInterfaces * MagneticField -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkPatternParameters TrkPatternParameters-* Tracking/TrkEvent -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr - -library SiCombinatorialTrackFinderTool_xk *.cxx components/*.cxx -apply_pattern component_library - - -#private -#macro_append cppflags " -ftree-vectorize -ffast-math -fassociative-math -mtune=native -march=native" -#end_private diff --git a/InnerDetector/InDetRecTools/SiDetElementsRoadTool_xk/cmt/requirements b/InnerDetector/InDetRecTools/SiDetElementsRoadTool_xk/cmt/requirements deleted file mode 100755 index 8637654538471c3f457144f847d2128ab3e36b7c..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/SiDetElementsRoadTool_xk/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package SiDetElementsRoadTool_xk - -author Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - -private - -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use EventInfo EventInfo-* Event -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use MagFieldInterfaces * MagneticField -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr - -library SiDetElementsRoadTool_xk *.cxx components/*.cxx -apply_pattern component_library - diff --git a/InnerDetector/InDetRecTools/SiSpacePointTool/cmt/requirements b/InnerDetector/InDetRecTools/SiSpacePointTool/cmt/requirements deleted file mode 100755 index d97030d7ee02c09809f51058e0b8051c8d0c6f64..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/SiSpacePointTool/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -# description of package: - -package SiSpacePointTool -author Maria Jose Costa <Maria.Jose.Costa@cern.ch> -author Pat Ward <Patricia.Ward@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription - -private -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent - -use GaudiInterface GaudiInterface-* External -use SiSpacePoint SiSpacePoint-* InnerDetector/InDetRecEvent -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr - -public - -apply_pattern dual_use_library files="*.cxx" - - - - diff --git a/InnerDetector/InDetRecTools/SiSpacePointsSeedTool_xk/cmt/requirements b/InnerDetector/InDetRecTools/SiSpacePointsSeedTool_xk/cmt/requirements deleted file mode 100755 index 03e4abdf3fed9400fd7085081945153301b95728..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/SiSpacePointsSeedTool_xk/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package SiSpacePointsSeedTool_xk - -author Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - -private - -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use MagFieldInterfaces * MagneticField -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use SiSpacePointsSeed SiSpacePointsSeed-* InnerDetector/InDetRecEvent - -library SiSpacePointsSeedTool_xk *.cxx components/*.cxx -apply_pattern component_library - - diff --git a/InnerDetector/InDetRecTools/SiTrackMakerTool_xk/cmt/requirements b/InnerDetector/InDetRecTools/SiTrackMakerTool_xk/cmt/requirements deleted file mode 100755 index a82728d18873f63c6deab8c917afcd850a972b04..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/SiTrackMakerTool_xk/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package SiTrackMakerTool_xk - -author Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - -private - -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use MagFieldInterfaces * MagneticField -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use TrkCaloClusterROI TrkCaloClusterROI-* Tracking/TrkEvent - -library SiTrackMakerTool_xk *.cxx components/*.cxx -apply_pattern component_library - diff --git a/InnerDetector/InDetRecTools/SiZvertexTool_xk/cmt/requirements b/InnerDetector/InDetRecTools/SiZvertexTool_xk/cmt/requirements deleted file mode 100755 index 707b9cc2b9e2281b0419507aa0076ab22e1ac343..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/SiZvertexTool_xk/cmt/requirements +++ /dev/null @@ -1,19 +0,0 @@ -package SiZvertexTool_xk - -author Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - - -private - -use SiSpacePointsSeed SiSpacePointsSeed-* InnerDetector/InDetRecEvent - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools - - -library SiZvertexTool_xk *.cxx components/*.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetRecTools/TRT_DetElementsRoadTool_xk/cmt/requirements b/InnerDetector/InDetRecTools/TRT_DetElementsRoadTool_xk/cmt/requirements deleted file mode 100755 index dc5d863d62b6ddfadc98d2be720fdb329cec7cb9..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/TRT_DetElementsRoadTool_xk/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package TRT_DetElementsRoadTool_xk - -author Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - - -private - -use EventInfo EventInfo-* Event -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use MagFieldInterfaces * MagneticField -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr - -library TRT_DetElementsRoadTool_xk *.cxx components/*.cxx -apply_pattern component_library - - diff --git a/InnerDetector/InDetRecTools/TRT_DriftCircleOnTrackTool/cmt/requirements b/InnerDetector/InDetRecTools/TRT_DriftCircleOnTrackTool/cmt/requirements deleted file mode 100755 index 4af9f01393ff32afbcdbc6389755e726307553d9..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/TRT_DriftCircleOnTrackTool/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package TRT_DriftCircleOnTrackTool - -manager Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - -private - -use TRT_DriftFunctionTool TRT_DriftFunctionTool-* InnerDetector/InDetRecTools -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent - -library TRT_DriftCircleOnTrackTool *.cxx components/*.cxx -apply_pattern component_library - diff --git a/InnerDetector/InDetRecTools/TRT_DriftCircleTool/cmt/requirements b/InnerDetector/InDetRecTools/TRT_DriftCircleTool/cmt/requirements deleted file mode 100755 index 625a4836185a1ff622feebcf4c947d0666e4cbe9..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/TRT_DriftCircleTool/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package TRT_DriftCircleTool - -manager Igor Gavrilenko <Igor.Gavrilenko@cern.ch>, Peter Hansen <phansen@nbi.dk> - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions - -private -use TRT_DriftFunctionTool TRT_DriftFunctionTool-* InnerDetector/InDetRecTools -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions -use CommissionEvent CommissionEvent-* Commission -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event -use xAODEventInfo xAODEventInfo-* Event/xAOD - -public -apply_pattern component_library -library TRT_DriftCircleTool *.cxx components/*.cxx - diff --git a/InnerDetector/InDetRecTools/TRT_DriftFunctionTool/cmt/requirements b/InnerDetector/InDetRecTools/TRT_DriftFunctionTool/cmt/requirements deleted file mode 100755 index a9ca13350629d17c714631a18d34539a579b4ba7..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/TRT_DriftFunctionTool/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package TRT_DriftFunctionTool - -author Peter Hansen <phansen@nbi.dk> - -public -use GaudiInterface GaudiInterface-* External -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr - -private -use GeoModelInterfaces GeoModelInterfaces-* DetectorDescription/GeoModel -use GeoModelUtilities GeoModelUtilities-* DetectorDescription/GeoModel -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use EventInfo EventInfo-* Event -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions -use AtlasCLHEP AtlasCLHEP-* External - -public -apply_pattern component_library -library TRT_DriftFunctionTool *.cxx components/*.cxx - diff --git a/InnerDetector/InDetRecTools/TRT_ElectronPidTools/cmt/requirements b/InnerDetector/InDetRecTools/TRT_ElectronPidTools/cmt/requirements deleted file mode 100644 index 1c2029f4c03367d3a71f54c972bfcad3cfd3c0c3..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/TRT_ElectronPidTools/cmt/requirements +++ /dev/null @@ -1,57 +0,0 @@ -package TRT_ElectronPidTools - -author Alejandro Alonso <Alejandro.Alonso@cern.ch> -author Troels Petersen <Troels.Petersen@cern.ch> - -public - -# --------------------------------------------------------------------------- -# Package Package version Package location -# --------------------------------------------------------------------------- - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use GaudiInterface GaudiInterface-* External -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use TRT_DriftFunctionTool TRT_DriftFunctionTool-* InnerDetector/InDetRecTools - -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -private -use AtlasCORAL AtlasCORAL-* External - -use Identifier Identifier-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use EventInfo EventInfo-* Event - -use TRT_ToT_Tools TRT_ToT_Tools-* InnerDetector/InDetRecTools - - -# Troels: Silly attempt not needed! -# use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions - -# --------------------------------------------------------------------------- - -public - -apply_pattern component_library -library TRT_ElectronPidTools *.cxx components/*.cxx - -#apply_pattern dual_use_library files="*.cxx" -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/InnerDetector/InDetRecTools/TRT_SeededSpacePointFinderTool/cmt/requirements b/InnerDetector/InDetRecTools/TRT_SeededSpacePointFinderTool/cmt/requirements deleted file mode 100755 index 2f5d5de1acc13b8d580045ccf71c95a5eef4fee5..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/TRT_SeededSpacePointFinderTool/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package TRT_SeededSpacePointFinderTool - -author Thomas Koffas <Thomas.Koffas@cern.ch> - -private - - -use AtlasCLHEP AtlasCLHEP-* External -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use RoiDescriptor RoiDescriptor-* DetectorDescription - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent -use SiSpacePointsSeed SiSpacePointsSeed-* InnerDetector/InDetRecEvent -use IRegionSelector IRegionSelector-* DetectorDescription - -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use MagFieldInterfaces MagFieldInterfaces-* MagneticField - -library TRT_SeededSpacePointFinderTool *.cxx components/*.cxx -apply_pattern component_library - diff --git a/InnerDetector/InDetRecTools/TRT_SeededTrackFinderTool/cmt/requirements b/InnerDetector/InDetRecTools/TRT_SeededTrackFinderTool/cmt/requirements deleted file mode 100755 index 54348bd274dcb881f1083fb725047e24544e8a0d..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/TRT_SeededTrackFinderTool/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package TRT_SeededTrackFinderTool - -author Thomas Koffas <Thomas.Koffas@cern.ch> - -private - -use AtlasCLHEP AtlasCLHEP-* External -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use StoreGate StoreGate-* Control -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkCaloClusterROI TrkCaloClusterROI-* Tracking/TrkEvent - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use MagFieldInterfaces MagFieldInterfaces-* MagneticField - -library TRT_SeededTrackFinderTool *.cxx components/*.cxx -apply_pattern component_library - diff --git a/InnerDetector/InDetRecTools/TRT_SegmentToTrackTool/cmt/requirements b/InnerDetector/InDetRecTools/TRT_SegmentToTrackTool/cmt/requirements deleted file mode 100644 index 74927b80b2491b68c3382856d0f11b3dfb8b1b1a..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/TRT_SegmentToTrackTool/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package TRT_SegmentToTrackTool - -author Yang Qin <Yang.Qin@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools - -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -apply_pattern component_library -library TRT_SegmentToTrackTool \ - *.cxx components/*.cxx - - -private - -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent - -#Fitter dependencies -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -use MagFieldInterfaces MagFieldInterfaces-* MagneticField - -#Additional links -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr diff --git a/InnerDetector/InDetRecTools/TRT_ToT_Tools/cmt/requirements b/InnerDetector/InDetRecTools/TRT_ToT_Tools/cmt/requirements deleted file mode 100644 index 8f15e685dcc5bd5360574c651e2a46527d1cdc30..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/TRT_ToT_Tools/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package TRT_ToT_Tools -author Jean-Francois Marchand <jean-francois.marchand@cern.ch> - - -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -#for track refit -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions - -private -use AtlasROOT AtlasROOT-* External -use StoreGate StoreGate-* Control -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use xAODEventInfo xAODEventInfo-* Event/xAOD -use AtlasCORAL AtlasCORAL-* External -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -end_private - -library TRT_ToT_Tools *.cxx -s=components *.cxx -apply_pattern component_library -apply_pattern declare_joboptions files="*.txt *.py" diff --git a/InnerDetector/InDetRecTools/TRT_TrackExtensionTool_DAF/cmt/requirements b/InnerDetector/InDetRecTools/TRT_TrackExtensionTool_DAF/cmt/requirements deleted file mode 100755 index b1a8ea7fdd235d7ffc94e6be2b695babedb6bf88..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/TRT_TrackExtensionTool_DAF/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -package TRT_TrackExtensionTool_DAF - -author Sebastian Fleischmann <Sebastian.Fleischmann@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -use TrkParameters TrkParameters-* Tracking/TrkEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr - -private - -use StoreGate StoreGate-* Control -#use AtlasCLHEP AtlasCLHEP-* External -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -#use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -#use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -#use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use MagFieldInterfaces * MagneticField -#use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use InDetCompetingRIOsOnTrackTool InDetCompetingRIOsOnTrackTool-* InnerDetector/InDetRecTools - -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr - -public - -library TRT_TrackExtensionTool_DAF *.cxx components/*.cxx -apply_pattern component_library -#apply_pattern declare_joboptions files=" *.py" - -private -macro DOXYGEN_IMAGE_PATH "../doc/images" -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/InnerDetector/InDetRecTools/TRT_TrackExtensionTool_xk/cmt/requirements b/InnerDetector/InDetRecTools/TRT_TrackExtensionTool_xk/cmt/requirements deleted file mode 100755 index fc042420604c128536f5aa415e938f5eb7887528..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/TRT_TrackExtensionTool_xk/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package TRT_TrackExtensionTool_xk - -author Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - -private - -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrack TrkTrack-* Tracking/TrkEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use MagFieldInterfaces * MagneticField -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TrkPatternParameters TrkPatternParameters-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr - -library TRT_TrackExtensionTool_xk *.cxx components/*.cxx -apply_pattern component_library - - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/InnerDetector/InDetRecTools/TRT_TrackHoleSearch/cmt/requirements b/InnerDetector/InDetRecTools/TRT_TrackHoleSearch/cmt/requirements deleted file mode 100755 index ab71f1388c562880f9b35803a093344e095241ef..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/TRT_TrackHoleSearch/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -package TRT_TrackHoleSearch - -author Ryan Reece <ryan.reece@cern.ch> - -#-------------------------------------------------------------------- -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrigDecisionInterface TrigDecisionInterface-* Trigger/TrigEvent - -end_public -#-------------------------------------------------------------------- -private - -use EventInfo EventInfo-* Event -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External -use VxVertex VxVertex-* Tracking/TrkEvent -use Identifier Identifier-* DetectorDescription -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use EventPrimitives EventPrimitives-* Event - -end_private -#-------------------------------------------------------------------- - -apply_pattern declare_joboptions files="*.py" -apply_tag ROOTMathLibs - -apply_pattern component_library -library TRT_TrackHoleSearch *.cxx components/*.cxx - diff --git a/InnerDetector/InDetRecTools/TRT_TrackSegmentsTool_xk/cmt/requirements b/InnerDetector/InDetRecTools/TRT_TrackSegmentsTool_xk/cmt/requirements deleted file mode 100755 index 53cbe372ccf6268738fcceef7cbce0f8b57dc3a0..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/TRT_TrackSegmentsTool_xk/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package TRT_TrackSegmentsTool_xk - -author Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools - -private - -use EventInfo EventInfo-* Event -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use AtlasROOT AtlasROOT-* External - -apply_tag ROOTGraphicsLibs - -public - -library TRT_TrackSegmentsTool_xk *.cxx components/*.cxx -apply_pattern component_library - - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/InnerDetector/InDetRecTools/TrackVertexAssociationTool/cmt/Makefile.RootCore b/InnerDetector/InDetRecTools/TrackVertexAssociationTool/cmt/Makefile.RootCore deleted file mode 100644 index ed59cf618ab24852d627cabe178e5f7d0eaec487..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/TrackVertexAssociationTool/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = TrackVertexAssociationTool -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthLinks AthContainers AsgTools xAODRootAccess xAODCore xAODTracking xAODEventInfo -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/InnerDetector/InDetRecTools/TrackVertexAssociationTool/cmt/requirements b/InnerDetector/InDetRecTools/TrackVertexAssociationTool/cmt/requirements deleted file mode 100644 index 6b003a22e221db0e60032a7efa8501e3dfb4d0e5..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetRecTools/TrackVertexAssociationTool/cmt/requirements +++ /dev/null @@ -1,62 +0,0 @@ -## automatically generated CMT requirements file -package TrackVertexAssociationTool - -private -## Algorithm def -use AthenaBaseComps AthenaBaseComps-* Control - -use AtlasROOT AtlasROOT-* External - -## EDM -use xAODEventInfo xAODEventInfo-* Event/xAOD - -end_private - -public -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - -## framework dependencies -use AthLinks AthLinks-* Control -use AthContainers AthContainers-* Control -use AsgTools AsgTools-* Control/AthToolSupport - -use xAODCore xAODCore-* Control - -## tool interfaces - -## Public EDM usage -use xAODTracking xAODTracking-* Event/xAOD - -## ROOT for timing - -## - - -## Calo signal state - -# needed for track momentum errors - -## AOD EDM -- for testing only! - - -branches TrackVertexAssociationTool src src/components doc python share Root - -# DRQ: Create a dual_use library since CMake can't create a dictionary from a component library -## default is to make component library -####library TrackVertexAssociationTool *.cxx ../Root/*.cxx -s=components *.cxx -####apply_pattern component_library -apply_pattern dual_use_library files="*.cxx ../Root/*.cxx" - -apply_pattern declare_joboptions files="../share/*.py" -apply_pattern declare_python_modules files="../python/*.py" - -private -macro DOXYGEN_INPUT "" Doxygen "../src ../Root ../$(package) ../doc ../share ../python ../cmt/fragments" -end_private - -use AtlasReflex AtlasReflex-* External --no-auto-imports -apply_pattern lcgdict dict=TrackVertexAssociationTool selectionfile=selection.xml headerfiles="../TrackVertexAssociationTool/TrackVertexAssociationToolDict.h" diff --git a/InnerDetector/InDetSimEvent/cmt/requirements b/InnerDetector/InDetSimEvent/cmt/requirements deleted file mode 100755 index 95df5e53d9de4c303d0b514b6691b682ae277152..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetSimEvent/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package InDetSimEvent -author Davide Costanzo <DCostanzo@lbl.gov> - -use AtlasPolicy AtlasPolicy-* -use HitManagement HitManagement-* Simulation -use GeneratorObjects GeneratorObjects-* Generators -use AtlasDoxygen AtlasDoxygen-* Tools -use AtlasCLHEP AtlasCLHEP-* External -use CLIDSvc CLIDSvc-* Control -use AthAllocators AthAllocators-* Control - -apply_pattern installed_library -library InDetSimEvent *.cxx - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports -use StoreGate StoreGate-* Control -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. - -apply_pattern lcgdict dict=InDetSimEvent selectionfile=selection.xml headerfiles="../InDetSimEvent/InDetSimEventDict.h" - - - diff --git a/InnerDetector/InDetSimUtils/TRT_PAI_Process/cmt/requirements b/InnerDetector/InDetSimUtils/TRT_PAI_Process/cmt/requirements deleted file mode 100755 index db88018a9c09ff6bc3d7ba18b3d70c089e77195a..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetSimUtils/TRT_PAI_Process/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package TRT_PAI_Process - -author Thomas Kittelmann <kittel@nbi.dk> - - -public -use AtlasPolicy AtlasPolicy-* -use AthenaKernel AthenaKernel-* Control -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -end_public - - -private -#--#use AtlasPolicy AtlasPolicy-* -use AtlasCLHEP AtlasCLHEP-* External -use StoreGate StoreGate-* Control - -public -apply_pattern component_library - -library TRT_PAI_Process *.cxx components/*.cxx - -apply_pattern declare_joboptions files="TRT_PAI_Process.py" - -private - -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr diff --git a/InnerDetector/InDetSimUtils/TRT_TR_Process/cmt/requirements b/InnerDetector/InDetSimUtils/TRT_TR_Process/cmt/requirements deleted file mode 100644 index 92ea80d3f2169157536fb4f6617b92eea1e01a50..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetSimUtils/TRT_TR_Process/cmt/requirements +++ /dev/null @@ -1,49 +0,0 @@ -package TRT_TR_Process - -author Mogens Dam <dam@nbi.dk> -author Jakob Nielsen <langgard@nbi.dk> -author Thomas Kittelmann <kittel@nbi.dk> -author Edoardo Farina <edoardo.maria.farina@cern.ch> -#Physics by Mogens, framework implementation by Jakob & Thomas, framework maintenance by Esben. - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -private -use AtlasBoost AtlasBoost-* External -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External -use AtlasCLHEP_RandomGenerators AtlasCLHEP_RandomGenerators-* Simulation/Tools -use Geant4 Geant4-* External -use GeoMaterial2G4 GeoMaterial2G4-* Simulation/G4Utilities -use GeoModelInterfaces GeoModelInterfaces-* DetectorDescription/GeoModel -use IdDictDetDescr IdDictDetDescr-* DetectorDescription -use SimHelpers SimHelpers-* Simulation/G4Sim -use G4AtlasInterfaces G4AtlasInterfaces-* Simulation/G4Atlas -use AthenaBaseComps AthenaBaseComps-* Control -use StoreGate StoreGate-* Control -use PathResolver PathResolver-* Tools -end_private - - -library TRT_TR_Process ../src/*.cxx -s=components *.cxx - -#previously like this: -apply_pattern component_library - - -# after that it was like this: -#apply_pattern libraryShr library=TRT_TR_Process - - -#apply_pattern linked_library -apply_pattern declare_runtime files="-s=../data *.dtd *.xml" -apply_pattern declare_python_modules files="*.py" - -#======================================================= -private - -#macro TRT_TR_Process_linkopts "-lGeoMaterial2G4" - -end_private diff --git a/InnerDetector/InDetTrigRecAlgs/InDetTrigAmbiguitySolver/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/InDetTrigAmbiguitySolver/cmt/requirements deleted file mode 100755 index 1d64bc5c0794dc945bf908b60a4058aaab620444..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/InDetTrigAmbiguitySolver/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package InDetTrigAmbiguitySolver - -author Patricia Conde Muino <Patricia.Conde.Muino@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer - -#public for TrackCollection typedef -use TrkTrack TrkTrack-* Tracking/TrkEvent - -branches InDetTrigAmbiguitySolver src share -apply_pattern declare_python_modules files="*.py" - -library InDetTrigAmbiguitySolver *.cxx -s=components *.cxx - -private -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -#linkage of TrigStorage -use TrigParticle TrigParticle-* Trigger/TrigEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use AthenaKernel AthenaKernel-* Control -apply_pattern component_library -end_private - - diff --git a/InnerDetector/InDetTrigRecAlgs/InDetTrigConversionFinder/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/InDetTrigConversionFinder/cmt/requirements deleted file mode 100644 index d1252fe3c52d5eeb572bc28e560bf18d7bc47bf5..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/InDetTrigConversionFinder/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package InDetTrigConversionFinder - -author Iwona Grabowska-Bold <Iwona.Grabowska@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -# dependencies on other vertexing packages -use VxVertex VxVertex-* Tracking/TrkEvent - -# Trigger dependencies: -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer - -private -# for the new track class -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use Particle Particle-* Reconstruction -use xAODTracking xAODTracking-* Event/xAOD - -#linkage of TrigStorage -use TrigParticle TrigParticle-* Trigger/TrigEvent - -end_private - - -library InDetTrigConversionFinder *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_python_modules files ="*.py" diff --git a/InnerDetector/InDetTrigRecAlgs/InDetTrigExtensProcessor/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/InDetTrigExtensProcessor/cmt/requirements deleted file mode 100755 index ff3364cad449207abd95fdda7d4413b4d4986e8d..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/InDetTrigExtensProcessor/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package InDetTrigExtensProcessor - -author Patricia Conde Muino <Patricia.Conde.Munio@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer - -#public for TrackCollection typedef -use TrkTrack TrkTrack-* Tracking/TrkEvent - -library InDetTrigExtensProcessor *.cxx components/*.cxx - - -private - -use StoreGate StoreGate-* Control -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -#linkage of TrigStorage -use TrigParticle TrigParticle-* Trigger/TrigEvent - -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" - -end_private diff --git a/InnerDetector/InDetTrigRecAlgs/InDetTrigParticleCreation/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/InDetTrigParticleCreation/cmt/requirements deleted file mode 100755 index 59749ed282dc23f79c3d8d8ccbd5288c9db100b7..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/InDetTrigParticleCreation/cmt/requirements +++ /dev/null @@ -1,42 +0,0 @@ -package InDetTrigParticleCreation - -author Patricia Conde Muino <Patricia.Conde.Muino@cern.ch> -author Jiri Masik <Jiri.Masik@manchester.ac.uk> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer - -#public for TrackCollection typedef -use TrkTrack TrkTrack-* Tracking/TrkEvent - -library InDetTrigParticleCreation *.cxx components/*.cxx - -private -use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use Particle Particle-* Reconstruction -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use xAODTracking xAODTracking-* Event/xAOD - -#residual tool -use AtlasDetDescr AtlasDetDescr* DetectorDescription -use IdDictDetDescr IdDictDetDescr* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use Identifier Identifier-* DetectorDescription - -#linkage of TrigStorage -use TrigParticle TrigParticle-* Trigger/TrigEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use IRegionSelector IRegionSelector-* DetectorDescription - -#vertex -use AthenaKernel AthenaKernel-* Control -use TrkTrackLink TrkTrackLink-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent - -apply_pattern declare_python_modules files="*.py" -apply_pattern component_library -end_private diff --git a/InnerDetector/InDetTrigRecAlgs/InDetTrigPrepRawDataFormat/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/InDetTrigPrepRawDataFormat/cmt/requirements deleted file mode 100755 index e9fbf752b2a8012f3c65939b9a5aff50b52b085d..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/InDetTrigPrepRawDataFormat/cmt/requirements +++ /dev/null @@ -1,42 +0,0 @@ -package InDetTrigPrepRawDataFormat - -author Patricia Conde Muino <Patricia.Conde.Muino> -author Jiri Masik <Jiri.Masik@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use GaudiInterface GaudiInterface-* External -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer -use Identifier Identifier-* DetectorDescription - - -#apply_pattern dual_use_library files=*.cxx -library InDetTrigPrepRawDataFormat "*.cxx components/*.cxx" -apply_pattern component_library - -apply_pattern declare_python_modules files ="*.py" - -include_path none - -private -use InDetTrigToolInterfaces InDetTrigToolInterfaces-* InnerDetector/InDetTrigRecTools -use EventContainers EventContainers-* Event -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use SiClusterizationTool SiClusterizationTool-* InnerDetector/InDetRecTools -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TRT_DriftCircleTool TRT_DriftCircleTool-* InnerDetector/InDetRecTools -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions -use PixelConditionsServices PixelConditionsServices-* InnerDetector/InDetConditions -use SCT_ConditionsServices SCT_ConditionsServices-* InnerDetector/InDetConditions -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions - -use IRegionSelector IRegionSelector-* DetectorDescription -use TrigTimeAlgs TrigTimeAlgs-* Trigger/TrigTools -#use TRT_ConditionsAlgs TRT_ConditionsAlgs-* InnerDetector/InDetConditions -use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent -use StoreGate StoreGate-* Control -use AthenaKernel AthenaKernel-* Control - -use ByteStreamCnvSvcBase ByteStreamCnvSvcBase-* Event diff --git a/InnerDetector/InDetTrigRecAlgs/InDetTrigPriVxFinder/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/InDetTrigPriVxFinder/cmt/requirements deleted file mode 100755 index 862e55ec3a4ce8439b3ef436f33c2112daacffc7..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/InDetTrigPriVxFinder/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package InDetTrigPriVxFinder - -author Patricia Conde Muino <Patricia.Conde.Munio@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -# Trigger dependencies: -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer - -library InDetTrigPriVxFinder *.cxx components/*.cxx - -private -#use AtlasCLHEP AtlasCLHEP-* External -use EventPrimitives EventPrimitives-* Event -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD - -use StoreGate StoreGate-* Control -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -# dependencies on other vertexing packages -# get the actual field config -use MagFieldInterfaces MagFieldInterfaces-* MagneticField -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions - -#linkage of TrigStorage -use TrigParticle TrigParticle-* Trigger/TrigEvent - -#apply_pattern dual_use_library files="*.cxx" -apply_pattern component_library -apply_pattern declare_python_modules files ="*.py" - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -end_private -## diff --git a/InnerDetector/InDetTrigRecAlgs/InDetTrigRawDataProvider/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/InDetTrigRawDataProvider/cmt/requirements deleted file mode 100644 index 687086df4915629fa3fe56b74643ee37f1fe4690..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/InDetTrigRawDataProvider/cmt/requirements +++ /dev/null @@ -1,41 +0,0 @@ -package InDetTrigRawDataProvider -author Jiri Masik - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -# -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use InDetTrigToolInterfaces InDetTrigToolInterfaces-* InnerDetector/InDetTrigRecTools - -library InDetTrigRawDataProvider *.cxx components/*.cxx -apply_pattern component_library - -#apply_pattern dual_use_library files=*.cxx - -private -use AthenaKernel AthenaKernel-* Control -use StoreGate StoreGate-* Control -use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent - -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use PixelCabling PixelCabling-* InnerDetector/InDetDetDescr -use SCT_Cabling SCT_Cabling-* InnerDetector/InDetDetDescr -use TRT_Cabling TRT_Cabling-* InnerDetector/InDetDetDescr -use ByteStreamCnvSvcBase ByteStreamCnvSvcBase-* Event -use IRegionSelector IRegionSelector-* DetectorDescription - -use PixelRawDataByteStreamCnv PixelRawDataByteStreamCnv-* InnerDetector/InDetEventCnv -use SCT_RawDataByteStreamCnv SCT_RawDataByteStreamCnv-* InnerDetector/InDetEventCnv -use TRT_RawDataByteStreamCnv TRT_RawDataByteStreamCnv-* InnerDetector/InDetEventCnv - -# - -end_private - - - - - - diff --git a/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackCollectionMerger/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackCollectionMerger/cmt/requirements deleted file mode 100644 index 8bdf70051a20e1f2e2f070285cfdb867577aa5c7..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackCollectionMerger/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package InDetTrigTrackCollectionMerger - -author Iwona Grabowska-Bold <Iwona.Grabowska@cern.ch> -author Jiri Masik <Jiri.Masik@hep.manchester.ac.uk> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -use TrkTrack TrkTrack-* Tracking/TrkEvent - -# Trigger dependencies: -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer - -private -#linkage of TrigStorage -use TrigParticle TrigParticle-* Trigger/TrigEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -end_private - -library InDetTrigTrackCollectionMerger *.cxx components/*.cxx -apply_pattern component_library - diff --git a/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackPRD_Association/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackPRD_Association/cmt/requirements deleted file mode 100644 index 89a6ceb2ef842ae07c365d2a33e6b013e22296d0..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackPRD_Association/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package InDetTrigTrackPRD_Association - -author Iwona Grabowska-Bold <Iwona.Grabowska@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -# Trigger dependencies: -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer -use TrigTimeAlgs TrigTimeAlgs-* Trigger/TrigTools - -private -use TrkTrack TrkTrack-* Tracking/TrkEvent -#linkage of TrigStorage -use TrigParticle TrigParticle-* Trigger/TrigEvent - -library InDetTrigTrackPRD_Association *.cxx components/*.cxx -apply_pattern component_library - - diff --git a/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackResidualMonitor/cmt/Makefile b/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackResidualMonitor/cmt/Makefile deleted file mode 100644 index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackResidualMonitor/cmt/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include $(CMTROOT)/src/Makefile.header - -include $(CMTROOT)/src/constituents.make - diff --git a/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackResidualMonitor/cmt/install.history b/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackResidualMonitor/cmt/install.history deleted file mode 100644 index a1e10f0cb403fa1dd43f9390dc31cff22ec09380..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackResidualMonitor/cmt/install.history +++ /dev/null @@ -1,27 +0,0 @@ -(i__main__ -LogFile -p0 -(dp1 -S'_installed_files' -p2 -(dp3 -S'../../../InnerDetector/InDetTrigRecAlgs/InDetTrigTrackResidualMonitor/i686-slc5-gcc43-opt/libInDetTrigTrackResidualMonitor.so' -p4 -S'../../../../InstallArea/i686-slc5-gcc43-opt/lib/libInDetTrigTrackResidualMonitor.so' -p5 -sS'../../../../../../../../atlas/offline/external/GAUDI/v20r4p7a/GaudiPolicy/cmt/fragments/__init__.py' -p6 -S'../../../../InstallArea/python/InDetTrigTrackResidualMonitor/__init__.py' -p7 -sS'../../InnerDetector/InDetTrigRecAlgs/InDetTrigTrackResidualMonitor/genConf/InDetTrigTrackResidualMonitor' -p8 -(dp9 -S'../../../InnerDetector/InDetTrigRecAlgs/InDetTrigTrackResidualMonitor/genConf/InDetTrigTrackResidualMonitor/InDetTrigTrackResidualMonitor_confDb.py' -p10 -S'../../../../InstallArea/python/InDetTrigTrackResidualMonitor/InDetTrigTrackResidualMonitor_confDb.py' -p11 -sS'../../../InnerDetector/InDetTrigRecAlgs/InDetTrigTrackResidualMonitor/genConf/InDetTrigTrackResidualMonitor/InDetTrigTrackResidualMonitorConf.py' -p12 -S'../../../../InstallArea/python/InDetTrigTrackResidualMonitor/InDetTrigTrackResidualMonitorConf.py' -p13 -sssb. \ No newline at end of file diff --git a/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackResidualMonitor/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackResidualMonitor/cmt/requirements deleted file mode 100644 index 6871de00d48c0c4f9e5ec8dbe86176fc5bd12e20..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackResidualMonitor/cmt/requirements +++ /dev/null @@ -1,61 +0,0 @@ -package InDetTrigTrackResidualMonitor - -author Vikash Chavda <vchavda@cern.ch> Jiri Masik <Jiri.Masik@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External - -use AthenaBaseComps AthenaBaseComps-* Control -use DataModel DataModel-* Control - -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer - -#public for TrackCollection typedef - -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent - -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent - -use TrkValEvent TrkValEvent-* Tracking/TrkValidation - -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -use Identifier Identifier-* DetectorDescription -use AtlasDetDescr AtlasDetDescr-* DetectorDescription - -use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent - -library InDetTrigTrackResidualMonitor *.cxx components/*.cxx - -#apply_pattern declare_python_modules files="*.py" -apply_pattern declare_python_modules files="*.py" -apply_pattern component_library - -private -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -use MagFieldInterfaces MagFieldInterfaces-* MagneticField - -use IdDictDetDescr IdDictDetDescr* DetectorDescription -use InDetAlignGenTools InDetAlignGenTools-* InnerDetector/InDetAlignTools -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkTrackSummaryTool TrkTrackSummaryTool-* Tracking/TrkTools -use TrkValTools TrkValTools-* Tracking/TrkValidation - - -#linkage of TrigStorage -use TrigParticle TrigParticle-* Trigger/TrigEvent - -end_private diff --git a/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackSlimmer/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackSlimmer/cmt/requirements deleted file mode 100644 index d6126dbc89743f6cd6abc8096c8947b4e8ee09b4..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/InDetTrigTrackSlimmer/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package InDetTrigTrackSlimmer - -author Jiri Masik <Jiri.Masik@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer - -#public for TrackCollection typedef -use TrkTrack TrkTrack-* Tracking/TrkEvent - -library InDetTrigTrackSlimmer *.cxx components/*.cxx - - -#apply_pattern declare_python_modules files="*.py" -apply_pattern component_library - -private -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -#linkage of TrigStorage -use TrigParticle TrigParticle-* Trigger/TrigEvent - -end_private - - - - diff --git a/InnerDetector/InDetTrigRecAlgs/InDetTrigTruthAlgs/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/InDetTrigTruthAlgs/cmt/requirements deleted file mode 100755 index 69c08ecc358769ddd75f288292a26c5d24c34fec..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/InDetTrigTruthAlgs/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package InDetTrigTruthAlgs -author Iwona Grabowska-Bold <Iwona.Grabowska@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use InDetSimData InDetSimData-* InnerDetector/InDetRawEvent -# Trigger dependencies: -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer - -apply_pattern component_library -apply_pattern declare_python_modules files ="*.py" - -library InDetTrigTruthAlgs *.cxx components/*.cxx - -private -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use StoreGate StoreGate-* Control -use Particle Particle-* Reconstruction -use ParticleTruth ParticleTruth-* Reconstruction -use TrkTrack TrkTrack-* Tracking/TrkEvent -use DataModel DataModel-* Control -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetTruthInterfaces InDetTruthInterfaces-* InnerDetector/InDetTruth - -#linkage of TrigStorage -use TrigParticle TrigParticle-* Trigger/TrigEvent - -end_private diff --git a/InnerDetector/InDetTrigRecAlgs/InDetTrigVxSecondary/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/InDetTrigVxSecondary/cmt/requirements deleted file mode 100644 index b3dafe77e2585ec432440e03aec675b5a82dda9f..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/InDetTrigVxSecondary/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package InDetTrigVxSecondary - -author Andrew Lowe <andrew.lowe@cern.ch> - -# ============================================================================================ -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer -use VxSecVertex VxSecVertex-* Tracking/TrkEvent -use TrigTrackJetFinderTool TrigTrackJetFinderTool-* Trigger/TrigTools -use xAODTracking xAODTracking-* Event/xAOD - -# ============================================================================================ -private -use AtlasROOT AtlasROOT-* External -use AthContainers AthContainers-* Control -use GeoPrimitives GeoPrimitives-* DetectorDescription -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use TrigInDetEvent TrigInDetEvent-* Trigger/TrigEvent -use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent -use IRegionSelector IRegionSelector-* DetectorDescription -use xAODBase xAODBase-* Event/xAOD -end_private - -# ============================================================================================ -public - -library InDetTrigVxSecondary *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_python_modules files ="*.py" diff --git a/InnerDetector/InDetTrigRecAlgs/SiTrigSPSeededTrackFinder/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/SiTrigSPSeededTrackFinder/cmt/requirements deleted file mode 100755 index 5e2be827afdbff48895bd413be9dd87f03bdf5fe..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/SiTrigSPSeededTrackFinder/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package SiTrigSPSeededTrackFinder - -author Patricia Conde Muino <Patricia.Conde.Muino@cern.ch> -author Jiri Masik <Jiri.Masik@manchester.ac.uk> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer - -library SiTrigSPSeededTrackFinder *.cxx components/*.cxx -apply_pattern declare_python_modules files="*.py" -apply_pattern component_library - -private -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkTrack TrkTrack-* Tracking/TrkEvent -use IRegionSelector IRegionSelector-* DetectorDescription -use TrigTimeAlgs TrigTimeAlgs-* Trigger/TrigTools -use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent -use TrigInDetEvent TrigInDetEvent-* Trigger/TrigEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription - -#linkage of TrigStorage -use TrigParticle TrigParticle-* Trigger/TrigEvent -use AthenaKernel AthenaKernel-* Control - -end_private - diff --git a/InnerDetector/InDetTrigRecAlgs/SiTrigSpacePointFormation/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/SiTrigSpacePointFormation/cmt/requirements deleted file mode 100755 index 578829532a4cc5206de11c252c4f9ce271cfeb43..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/SiTrigSpacePointFormation/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package SiTrigSpacePointFormation - -author Patricia Conde Munio <Patricia.Conde.Muino> - -public - -use AtlasPolicy AtlasPolicy-* -use Identifier Identifier-* DetectorDescription -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer -use GaudiInterface GaudiInterface-* External - -# Inform cmake that this package has private header files (transparent to CMT) -apply_pattern cmake_add_command command="include_directories(src)" - -library SiTrigSpacePointFormation *.cxx components/*.cxx -apply_pattern component_library - -private -#use AthenaKernel AthenaKernel-* Control -use InDetTrigToolInterfaces InDetTrigToolInterfaces-* InnerDetector/InDetTrigRecTools -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use SiSpacePointTool SiSpacePointTool-* InnerDetector/InDetRecTools -use TrigTimeAlgs TrigTimeAlgs-* Trigger/TrigTools -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent -use SiSpacePointFormation SiSpacePointFormation-* InnerDetector/InDetRecAlgs -use IRegionSelector IRegionSelector-* DetectorDescription -use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use EventPrimitives EventPrimitives-* Event -use AthenaBaseComps AthenaBaseComps-* Control - -#needed for a header in src -macro_append includes " -I../src " - -apply_pattern declare_python_modules files ="*.py" -end_private diff --git a/InnerDetector/InDetTrigRecAlgs/TRT_TrigSeededTrackFinder/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/TRT_TrigSeededTrackFinder/cmt/requirements deleted file mode 100755 index 766971ffc80dca9e870949c49ea2dbf64ba1d833..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/TRT_TrigSeededTrackFinder/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package TRT_TrigSeededTrackFinder - -author Iwona Grabowska-Bold <Iwona.Grabowska@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use TrkSegment TrkSegment-* Tracking/TrkEvent - -# Trigger dependencies: -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer -use TrigTimeAlgs TrigTimeAlgs-* Trigger/TrigTools - -private -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use EventPrimitives EventPrimitives-* Event - -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent - -use IRegionSelector IRegionSelector-* DetectorDescription - -use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent -#linkage of TrigStorage -use TrigParticle TrigParticle-* Trigger/TrigEvent - - -library TRT_TrigSeededTrackFinder *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_python_modules files="*.py" diff --git a/InnerDetector/InDetTrigRecAlgs/TRT_TrigStandaloneTrackFinder/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/TRT_TrigStandaloneTrackFinder/cmt/requirements deleted file mode 100644 index 69434729469fc3e0bf6bbc8e2ac62cefcaff60c2..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/TRT_TrigStandaloneTrackFinder/cmt/requirements +++ /dev/null @@ -1,41 +0,0 @@ -package TRT_TrigStandaloneTrackFinder - -author Iwona Grabowska-Bold <Iwona.Grabowska-Bold@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -# Trigger dependencies: -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer - -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent - -private -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent - -#Additional links -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr - -#Eigen -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription - -#TRT segment to track tool -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools - -library TRT_TrigStandaloneTrackFinder *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_python_modules files="*.py" - -private -#linkage of TrigStorage -use TrigParticle TrigParticle-* Trigger/TrigEvent - -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -end_private diff --git a/InnerDetector/InDetTrigRecAlgs/TRT_TrigTrackExtensionAlg/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/TRT_TrigTrackExtensionAlg/cmt/requirements deleted file mode 100755 index 59fdb91e8467f8f19ba544f71c76a93eddd824ea..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/TRT_TrigTrackExtensionAlg/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -package TRT_TrigTrackExtensionAlg - -author Patricia Conde Muino <Patricia.Conde.Muino@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer - -library TRT_TrigTrackExtensionAlg *.cxx components/*.cxx -apply_pattern component_library - - -private - -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkTrack TrkTrack-* Tracking/TrkEvent - -#linkage of TrigStorage -use TrigParticle TrigParticle-* Trigger/TrigEvent - -apply_pattern declare_python_modules files ="*.py" - -end_private \ No newline at end of file diff --git a/InnerDetector/InDetTrigRecAlgs/TRT_TrigTrackSegmentsFinder/cmt/requirements b/InnerDetector/InDetTrigRecAlgs/TRT_TrigTrackSegmentsFinder/cmt/requirements deleted file mode 100755 index 00b2d592eb16af92b2e223e40ebb04bc2e4ef1bc..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecAlgs/TRT_TrigTrackSegmentsFinder/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -package TRT_TrigTrackSegmentsFinder - -author Iwona Grabowska-Bold <Iwona.Grabowska@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools - -use TrigInterfaces TrigInterfaces-* Trigger/TrigSteer -use TrigTimeAlgs TrigTimeAlgs-* Trigger/TrigTools - -private -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent -#linkage of TrigStorage -use TrigParticle TrigParticle-* Trigger/TrigEvent - -use IRegionSelector IRegionSelector-* DetectorDescription - -library TRT_TrigTrackSegmentsFinder *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_python_modules files="*.py" diff --git a/InnerDetector/InDetTrigRecTools/InDetTrigToolInterfaces/cmt/requirements b/InnerDetector/InDetTrigRecTools/InDetTrigToolInterfaces/cmt/requirements deleted file mode 100644 index 38cecc66123fe5ef4478c8f2445207776f7e580d..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTrigRecTools/InDetTrigToolInterfaces/cmt/requirements +++ /dev/null @@ -1,8 +0,0 @@ -package InDetTrigToolInterfaces - -author Jiri Masik <Jiri.Masik@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use Identifier Identifier-* DetectorDescription diff --git a/InnerDetector/InDetTruth/InDetTruthInterfaces/cmt/requirements b/InnerDetector/InDetTruth/InDetTruthInterfaces/cmt/requirements deleted file mode 100755 index 792b294dc47bf52c21a07ab6663223dca8e3dd0d..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTruth/InDetTruthInterfaces/cmt/requirements +++ /dev/null @@ -1,6 +0,0 @@ -package InDetTruthInterfaces - -author Andrei Gaponenko <AGaponenko@lbl.gov> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External diff --git a/InnerDetector/InDetTruth/InDetTruthTools/cmt/requirements b/InnerDetector/InDetTruth/InDetTruthTools/cmt/requirements deleted file mode 100755 index 44767c0feba72e665fcb6397e3fac0e9c2323a92..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetTruth/InDetTruthTools/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package InDetTruthTools - -author Andrei Gaponenko <AGaponenko@lbl.gov> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use InDetTruthInterfaces InDetTruthInterfaces-* InnerDetector/InDetTruth -use TrkTruthTrackInterfaces TrkTruthTrackInterfaces-* Tracking/TrkTruthTracks -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -private -use GaudiInterface GaudiInterface-* External -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use InDetSimData InDetSimData-* InnerDetector/InDetRawEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use AtlasHepMC AtlasHepMC-* External - - -library InDetTruthTools *.cxx -s=components *.cxx -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" diff --git a/InnerDetector/InDetValidation/InDetAlignmentMonitoringRTT/cmt/requirements b/InnerDetector/InDetValidation/InDetAlignmentMonitoringRTT/cmt/requirements deleted file mode 100644 index 920ee01939d9a6d2330d9ce6f78fd183bf6bc7f5..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetValidation/InDetAlignmentMonitoringRTT/cmt/requirements +++ /dev/null @@ -1,12 +0,0 @@ -package InDetAlignmentMonitoringRTT - -author Tobias Golling <Tobias.Golling@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use TestPolicy TestPolicy-* - -# RTT requirement lines -macro InDetAlignmentMonitoringRTT_TestConfiguration "../test/InDetAlignmentMonitoringRTT_TestConfiguration.xml" -apply_pattern declare_runtime extras="../test/InDetAlignmentMonitoringRTT_TestConfiguration.xml" -apply_pattern declare_joboptions files="*.py" -apply_pattern validate_xml diff --git a/InnerDetector/InDetValidation/InDetExperimentalReco/cmt/requirements b/InnerDetector/InDetValidation/InDetExperimentalReco/cmt/requirements deleted file mode 100644 index a6449860a402e000b055c8528d33c4e1751bbed5..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetValidation/InDetExperimentalReco/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package InDetExperimentalReco - -private - -use AtlasPolicy AtlasPolicy-* -use TestPolicy TestPolicy-* -#use AthenaCommon AthenaCommon-* Control -#use AthenaServices AthenaServices-* Control -use AtlasReconstructionRunTime AtlasReconstructionRunTime-* - -# --- needed for LCG relational database stuff -#use RDBAccessSvc RDBAccessSvc-* Database/AthenaPOOL - -end_private - -apply_pattern validate_xml - -# --- -branches run share -apply_pattern declare_joboptions files="*.py" - -macro InDetExperimentalReco_TestConfiguration "../test/InDetExperimentalReco_TestConfiguration.xml" \ No newline at end of file diff --git a/InnerDetector/InDetValidation/InDetFullChainTests/cmt/requirements b/InnerDetector/InDetValidation/InDetFullChainTests/cmt/requirements deleted file mode 100644 index e484367b652a88e81d5e66aee3fa6b61d416916a..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetValidation/InDetFullChainTests/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package InDetFullChainTests -author Nick Styles <nicholas.styles@cern.ch> - -private - -use AtlasPolicy AtlasPolicy-* -use TestPolicy TestPolicy-* -#use AthenaCommon AthenaCommon-* Control -use AtlasReconstructionRunTime AtlasReconstructionRunTime-* - -# --- needed for LCG relational database stuff -#use RDBAccessSvc RDBAccessSvc-* Database/AthenaPOOL - -# --- -branches run share test -apply_pattern declare_joboptions files="*.py" - -# --- Install run-time files -#apply_pattern install_xmls - -# RTT validation xml file -private -apply_pattern validate_xml -public \ No newline at end of file diff --git a/InnerDetector/InDetValidation/InDetGeometryValidation/cmt/requirements b/InnerDetector/InDetValidation/InDetGeometryValidation/cmt/requirements deleted file mode 100755 index 15cefeb85aa26bff3b3e7c8968199efa687c6403..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetValidation/InDetGeometryValidation/cmt/requirements +++ /dev/null @@ -1,16 +0,0 @@ -package InDetGeometryValidation - -author Chris Hays <hays@physics.ox.ac.uk> - -private - -use AtlasPolicy AtlasPolicy-* -use TestPolicy TestPolicy-* - -branches run share -apply_pattern declare_joboptions files="*.py" - -apply_pattern declare_runtime files="*.py" -apply_pattern install_xmls - -apply_pattern athenarun_test name="InDetGeometryValidation" options="../share/*.py" diff --git a/InnerDetector/InDetValidation/InDetPerformanceMonitoringRTT/cmt/requirements b/InnerDetector/InDetValidation/InDetPerformanceMonitoringRTT/cmt/requirements deleted file mode 100644 index 686ea061aa5ca33b70c0180b82298431a5ab9658..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetValidation/InDetPerformanceMonitoringRTT/cmt/requirements +++ /dev/null @@ -1,12 +0,0 @@ -package InDetPerformanceMonitoringRTT - -author Tobias Golling <Tobias.Golling@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use TestPolicy TestPolicy-* - -# RTT requirement lines -macro InDetPerformanceMonitoringRTT_TestConfiguration "../test/InDetPerformanceMonitoringRTT_TestConfiguration.xml" -apply_pattern declare_runtime extras="../test/InDetPerformanceMonitoringRTT_TestConfiguration.xml" -apply_pattern declare_joboptions files="*.py" -apply_pattern validate_xml diff --git a/InnerDetector/InDetValidation/InDetPerformanceRTT/cmt/requirements b/InnerDetector/InDetValidation/InDetPerformanceRTT/cmt/requirements deleted file mode 100644 index 827275ba37dbf5234401adde44a835421156f339..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetValidation/InDetPerformanceRTT/cmt/requirements +++ /dev/null @@ -1,55 +0,0 @@ -package InDetPerformanceRTT - -author Beate Heinemann <BHEHeinemann@lbl.gov> - -public -use AtlasPolicy AtlasPolicy-* -use TestPolicy TestPolicy-* -use AtlasROOT AtlasROOT-* External -use AthenaMonitoring AthenaMonitoring-* Control -use EventInfo EventInfo-* Event -use GaudiInterface GaudiInterface-* External -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TrkTrack TrkTrack-* Tracking/TrkEvent -use GeneratorObjects GeneratorObjects-* Generators -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -private -apply_tag ROOTMathLibs -use EventPrimitives EventPrimitives-* Event -use StoreGate StoreGate-* Control -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent - -apply_pattern validate_xml - -# Tracking packages for Track histograms -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkTrackSummaryTool TrkTrackSummaryTool-* Tracking/TrkTools -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription - -# For IDStandardPerformance by J.-F. Arguin -use JetEvent JetEvent-* Reconstruction/Jet - -# To fix checkreq -use AtlasHepMC AtlasHepMC-* External -use HepPDT * LCG_Interfaces -use IdDictDetDescr IdDictDetDescr-* DetectorDescription - -end_private - -public -library InDetPerformanceRTT *.cxx components/*.cxx - -apply_pattern declare_joboptions files="*.txt *.py" -apply_pattern component_library - -macro_append cppflags "" - -# RTT requirement lines -macro InDetPerformanceRTT_TestConfiguration "../test/InDetPerformanceRTT_TestConfiguration.xml" -apply_pattern declare_runtime files="*.dat" extras="../test/InDetPerformanceRTT_TestConfiguration.xml ../scripts/make*.C ../scripts/IDPerf*.py ../scripts/IDRTT_*.sh ../ExtraFiles/ALL*.html" diff --git a/InnerDetector/InDetValidation/InDetRecStatistics/cmt/requirements b/InnerDetector/InDetValidation/InDetRecStatistics/cmt/requirements deleted file mode 100755 index a74755a9d633fc0f3b00c1f6590e9967f5a18711..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetValidation/InDetRecStatistics/cmt/requirements +++ /dev/null @@ -1,49 +0,0 @@ -################################################# -package InDetRecStatistics -author Sven Vahsen <sevahsen@lbl.gov> - -########### Public ########### -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -# EDM dependencies -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -# Truth/Generator -use HepPDT v* LCG_Interfaces -use AtlasHepMC AtlasHepMC-* External -use Identifier Identifier-* DetectorDescription -use GeneratorObjects GeneratorObjects-* Generators - -########### Private ########### -private - -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -# Detector Description dependencies -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -# InnerDetector -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -# Detector Description -use IdDictDetDescr IdDictDetDescr-* DetectorDescription -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use TruthHelper TruthHelper-* Generators/GenAnalysisTools -use AtlasCLHEP AtlasCLHEP-* External -# Primary Vertex -use VxVertex VxVertex-* Tracking/TrkEvent - -########### Public ########### -public - -library InDetRecStatistics *.cxx -s=components *.cxx -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -################################################# diff --git a/InnerDetector/InDetValidation/InDetSegmentDriftCircleAssValidation/cmt/requirements b/InnerDetector/InDetValidation/InDetSegmentDriftCircleAssValidation/cmt/requirements deleted file mode 100644 index a895d6414ebca8fc048344c7034c731c8c12fbb9..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetValidation/InDetSegmentDriftCircleAssValidation/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -package InDetSegmentDriftCircleAssValidation - -author Thomas Koffas <Thomas.Koffas@cern.ch> - -private - -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasHepMC AtlasHepMC-* External -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use HepPDT v* LCG_Interfaces - -library InDetSegmentDriftCircleAssValidation *.cxx components/*.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetValidation/InDetTrackClusterAssValidation/cmt/requirements b/InnerDetector/InDetValidation/InDetTrackClusterAssValidation/cmt/requirements deleted file mode 100755 index 05fc4f8af9bcabf7a3013dbbcb9cae2d9300bf84..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetValidation/InDetTrackClusterAssValidation/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -package InDetTrackClusterAssValidation - -author Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - -private - -use GaudiInterface GaudiInterface-* External -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasHepMC AtlasHepMC-* External -use HepPDT v* LCG_Interfaces -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent -use TrkTruthData TrkTruthData-* Tracking/TrkEvent - - -library InDetTrackClusterAssValidation *.cxx components/*.cxx -apply_pattern component_library diff --git a/InnerDetector/InDetValidation/InDetTrackSplitterTool/cmt/requirements b/InnerDetector/InDetValidation/InDetTrackSplitterTool/cmt/requirements deleted file mode 100644 index 79d3e7aafccb15483b89fbbd8e0f8fb2dc357e18..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetValidation/InDetTrackSplitterTool/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -################################################# -package InDetTrackSplitterTool - -author John Alison - -# General - -public -use TrkTrack TrkTrack-* Tracking/TrkEvent -use GaudiInterface GaudiInterface-* External -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control - -private -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -#use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -#use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -public -library InDetTrackSplitterTool *.cxx -s=components *.cxx - -apply_pattern component_library -#library InDetTrackSplitterTool *.cxx components/*.cxx - -#apply_pattern component_library files=*.cxx -#apply_pattern dual_use_library files=*.cxx - - -#apply_pattern declare_joboptions files="MyJobOptions.py" -################################################# diff --git a/InnerDetector/InDetValidation/InDetTrackValidation/cmt/requirements b/InnerDetector/InDetValidation/InDetTrackValidation/cmt/requirements deleted file mode 100755 index 8c3101f25955740c188c7be468732449cb364466..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetValidation/InDetTrackValidation/cmt/requirements +++ /dev/null @@ -1,62 +0,0 @@ -package InDetTrackValidation - -author Andreas Salzburger <Andreas.Salzburger@cern.ch> -author Sebastian Fleischmann <Sebastian.Fleischmann@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetSimEvent InDetSimEvent-* InnerDetector/ -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -#use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkValInterfaces TrkValInterfaces-* Tracking/TrkValidation -use GaudiInterface GaudiInterface-* External -use TrkTrack TrkTrack-* Tracking/TrkEvent - - -library InDetTrackValidation *.cxx components/*.cxx -apply_pattern component_library - -private - -use DataModel DataModel-* Control -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent - -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External - -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use xAODEventInfo xAODEventInfo-* Event/xAOD -use AtlasHepMC AtlasHepMC-* External -use GeneratorObjects GeneratorObjects-* Generators - -use GeoModelInterfaces GeoModelInterfaces-* DetectorDescription/GeoModel -use PixelGeoModel PixelGeoModel-* InnerDetector/InDetDetDescr - -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use PixelConditionsServices PixelConditionsServices-* InnerDetector/InDetConditions -use SCT_ConditionsServices SCT_ConditionsServices-* InnerDetector/InDetConditions -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions -use InDetTrackSplitterTool InDetTrackSplitterTool-* InnerDetector/InDetValidation -use SCT_Cabling SCT_Cabling-* InnerDetector/InDetDetDescr -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions -use TRT_ConditionsData TRT_ConditionsData-* InnerDetector/InDetConditions -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use EventPrimitives EventPrimitives-* Event - -private - -#macro DOXYGEN_IMAGE_PATH "../doc/images" -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/InnerDetector/InDetValidation/InDetVertexSplitter/cmt/install.history b/InnerDetector/InDetValidation/InDetVertexSplitter/cmt/install.history deleted file mode 100644 index b2586c1a7ac3938e2a7176c06d6180af84bfbec9..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetValidation/InDetVertexSplitter/cmt/install.history +++ /dev/null @@ -1,43 +0,0 @@ -(i__main__ -LogFile -p0 -(dp1 -S'_installed_files' -p2 -(dp3 -S'../../InnerDetector/InDetValidation/InDetVertexSplitter/genConf/InDetVertexSplitter' -p4 -(dp5 -S'../../../InnerDetector/InDetValidation/InDetVertexSplitter/genConf/InDetVertexSplitter/InDetVertexSplitter_confDb.py' -p6 -S'../../../../InstallArea/python/InDetVertexSplitter/InDetVertexSplitter_confDb.py' -p7 -sS'../../../InnerDetector/InDetValidation/InDetVertexSplitter/genConf/InDetVertexSplitter/InDetVertexSplitterConf.py' -p8 -S'../../../../InstallArea/python/InDetVertexSplitter/InDetVertexSplitterConf.py' -p9 -ssS'../../../InnerDetector/InDetValidation/InDetVertexSplitter/i686-slc4-gcc34-opt/libInDetVertexSplitter.so' -p10 -S'../../../../InstallArea/i686-slc4-gcc34-opt/lib/libInDetVertexSplitter.so' -p11 -sS'../../../InnerDetector/InDetValidation/InDetVertexSplitter/i686-slc5-gcc43-opt/libInDetVertexSplitter.so' -p12 -S'../../../../InstallArea/i686-slc5-gcc43-opt/lib/libInDetVertexSplitter.so' -p13 -sS'../../../../../../../atlas/offline/external/GAUDI/v20r4p5/GaudiPolicy/cmt/fragments/__init__.py' -p14 -S'../../../../InstallArea/python/InDetVertexSplitter/__init__.py' -p15 -sS'../../../../../../../atlas/offline/external/GAUDI/v21r9p3a/GaudiPolicy/cmt/fragments/__init__.py' -p16 -S'../../../../InstallArea/python/InDetVertexSplitter/__init__.py' -p17 -sS'../../../../../../../atlas/offline/external/GAUDI/v20r4p6a/GaudiPolicy/cmt/fragments/__init__.py' -p18 -S'../../../../InstallArea/python/InDetVertexSplitter/__init__.py' -p19 -sS'../../../../../../../atlas/offline/external/GAUDI/v20r4p6b/GaudiPolicy/cmt/fragments/__init__.py' -p20 -S'../../../../InstallArea/python/InDetVertexSplitter/__init__.py' -p21 -ssb. \ No newline at end of file diff --git a/InnerDetector/InDetValidation/InDetVertexSplitter/cmt/requirements b/InnerDetector/InDetValidation/InDetVertexSplitter/cmt/requirements deleted file mode 100644 index 7410710bd4224513166e8f7e73311c4fbd5dacef..0000000000000000000000000000000000000000 --- a/InnerDetector/InDetValidation/InDetVertexSplitter/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package InDetVertexSplitter - -author Peter Loscutoff <ploscutoff@gmail.com> - - -use AtlasPolicy AtlasPolicy-* - -public -apply_pattern declare_joboptions files=" *.py" -library InDetVertexSplitter *.cxx components/*.cxx -apply_pattern component_library - -private -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use Particle Particle-* Reconstruction - - -#use GeoPrimitives GeoPrimitives-* DetectorDescription -use xAODEventInfo xAODEventInfo-* Event/xAOD -use VxVertex VxVertex-* Tracking/TrkEvent -use GeneratorObjects GeneratorObjects-* Generators -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -apply_tag ROOTMathLibs -end_private - -public -use AtlasROOT AtlasROOT-* External - diff --git a/PackDist/cmt/requirements b/PackDist/cmt/requirements deleted file mode 100755 index fca5c4642e3f8d56d6d60f8ef0ac36d7b5a1651c..0000000000000000000000000000000000000000 --- a/PackDist/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package PackDist - -author Grigori Rybkine <Grigori.Rybkine@cern.ch> -author Christian Arnault <arnault@lal.in2p3.fr> - -# Tools to Package projects based software -# and facilitate its Distribution - -set PACKCFG "../config/pack-nightly-bugfix.cfg" - -set PACKOPTS "${PACKOPTS}" -set_remove PACKOPTS "-w" -set_append PACKOPTS " -w " - -macro PACKREPO "../run" -macro PACKINSTALL "../installation" - -macro urlget "wget" \ - Darwin "curl -L -O" - -private -macro main "$(PACKAGE_ROOT)/scripts/proj-run.sh" -macro version_info "`$(main) -v`" -macro doc_proj-run_sh "pack project(s), external package(s)" -macro doc_pack-relocate_sh "relocate or transform distribution kit" -end_private - -make_fragment pack_run -header=pack_run_header -document pack_run Run -group=run $(main) - -make_fragment pack_install -header=pack_install_header -document pack_install Installation -group=installation -s=. $(PACKREPO) - -make_fragment help2doc -header=help2doc_header -trailer=help2doc_trailer -document help2doc Doc -group=doc $(main) ../share/pack-relocate.sh diff --git a/PhysicsAnalysis/ARAUtils/cmt/requirements b/PhysicsAnalysis/ARAUtils/cmt/requirements deleted file mode 100644 index 662ef0dc44adecf52e9b00e2ba0e501e537c1c66..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/ARAUtils/cmt/requirements +++ /dev/null @@ -1,7 +0,0 @@ -package ARAUtils - -author RD Schaffer <R.D.Schaffer@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -apply_pattern declare_scripts files=" dumpVersionTags.py dumpFileMetaData.py " diff --git a/PhysicsAnalysis/AnalysisCommon/AODSelect/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/AODSelect/cmt/requirements deleted file mode 100644 index ddbb2b8a44e43c5d236b31abe5101afa1d8ca2a9..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/AODSelect/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package AODSelect - -author Karsten Koeneke <karsten.koeneke@cern.ch> - -## For Athena policies: it has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -#use EventKernel EventKernel-* Event - - -private -end_private - -## create a shared library -#library AODSelect *.cxx components/*.cxx - -## install the C++ modules -#apply_pattern component_library - - -## install our python modules -apply_pattern declare_python_modules files="*.py" - -## install our job options files -apply_pattern declare_joboptions files="*.py" - -## Declare script files (makes them available right after asetup) -apply_pattern declare_scripts files="PrintAODSelect.py" diff --git a/PhysicsAnalysis/AnalysisCommon/AnalysisAssociation/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/AnalysisAssociation/cmt/requirements deleted file mode 100755 index f3dd5f8f875a6c5600ead13d0f130e3b39fd7947..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/AnalysisAssociation/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package AnalysisAssociation - -author Sebastien Binet <binet@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use AthenaKernel AthenaKernel-* Control -use GaudiInterface GaudiInterface-* External -use AtlasBoost AtlasBoost-* External - -use EventKernel EventKernel-* Event -use FourMomUtils FourMomUtils-* Event - -use AnalysisUtils AnalysisUtils-* PhysicsAnalysis/AnalysisCommon - -branches AnalysisAssociation src share doc - -library AnalysisAssociation *.cxx - -apply_pattern installed_library -#apply_pattern declare_python_modules files="*.py" - diff --git a/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/cmt/requirements deleted file mode 100644 index c5f1dd037dbe6f37f3497d3c45851fd65e20b173..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/cmt/requirements +++ /dev/null @@ -1,97 +0,0 @@ -package AnalysisExamples - -author ketevi A. Assamagan <ketevi@bnl.gov> - -use AtlasPolicy AtlasPolicy-* - -private -use GaudiInterface GaudiInterface-* External -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External - -use StoreGate StoreGate-* Control -#use DataModel DataModel-* Control -use Navigation Navigation-* Control -use AthenaKernel AthenaKernel-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use SGTools SGTools-* Control - -use xAODTracking xAODTracking-* Event/xAOD - -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools -use AnalysisUtils AnalysisUtils-* PhysicsAnalysis/AnalysisCommon -use AnalysisTools AnalysisTools-* PhysicsAnalysis/AnalysisCommon -#use UserAnalysisUtils UserAnalysisUtils-* PhysicsAnalysis/AnalysisCommon -#use SpecialUtils SpecialUtils-* PhysicsAnalysis/AnalysisCommon - -#use EventKernel EventKernel-* Event -use NavFourMom NavFourMom-* Event -use xAODEventInfo xAODEventInfo-* Event/xAOD - -use GeneratorObjects GeneratorObjects-* Generators -use TruthHelper TruthHelper-* Generators/GenAnalysisTools - -#use CBNT_Utils CBNT_Utils-* Reconstruction -#use MissingETEvent MissingETEvent-* Reconstruction -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use Particle Particle-* Reconstruction -use egammaEvent egammaEvent-* Reconstruction/egamma -#use tauEvent tauEvent-* Reconstruction -#use ITrackToVertex ITrackToVertex-* Reconstruction/RecoTools -#use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -#use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -#use TrkParameters TrkParameters-* Tracking/TrkEvent - -# use BPhysAnalysisObjects BPhysAnalysisObjects-* PhysicsAnalysis/BPhys -# use BPhysAnalysisTools BPhysAnalysisTools-* PhysicsAnalysis/BPhys -use TrkVKalVrtFitter TrkVKalVrtFitter-* Tracking/TrkVertexFitter - -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon -use JetEvent JetEvent-* Reconstruction/Jet -use CompositeParticleEvent CompositeParticleEvent-* PhysicsAnalysis/AnalysisCommon -use CaloEvent CaloEvent-* Calorimeter - -use JetTagEvent JetTagEvent-* PhysicsAnalysis/JetTagging -use JetTagInfo JetTagInfo-* PhysicsAnalysis/JetTagging -use MuonIDEvent MuonIDEvent-* PhysicsAnalysis/MuonID -# for HLT b-tagging -use TrigParticle TrigParticle-* Trigger/TrigEvent -use AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger - -# for McTruth -use AtlasHepMC AtlasHepMC-* External -use McParticleKernel McParticleKernel-* PhysicsAnalysis/TruthParticleID -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID -use ParticleTruth ParticleTruth-* Reconstruction -use HepPDT * LCG_Interfaces - -# For TriggerExample -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use TrigInDetEvent TrigInDetEvent-* Trigger/TrigEvent -use TrigParticle TrigParticle-* Trigger/TrigEvent -use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent - -#use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -use JetEvent JetEvent-* Reconstruction/Jet - -use AtlasAnalysisRunTime AtlasAnalysisRunTime-* - -## To access to minimization tools ------- -apply_tag ROOTMathLibs -#use AtlasROOT AtlasROOT-02-* External - -## --------------------------------------- - -branches run - -library AnalysisExamples *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" - -apply_pattern declare_python_modules files="*.py" - -end_private - diff --git a/PhysicsAnalysis/AnalysisCommon/AnalysisTest/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/AnalysisTest/cmt/requirements deleted file mode 100644 index 39fdb661252b5567b1ae1f758c5987c981ccfb8a..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/AnalysisTest/cmt/requirements +++ /dev/null @@ -1,90 +0,0 @@ -package AnalysisTest - -author Tadashi Maeno <Tadashi.Maeno@cern.ch> -author Sebastien Binet <binet@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use TestTools * AtlasTest - -use StoreGate StoreGate-* Control -use SGTools SGTools-* Control -use AthContainers AthContainers-* Control -use AthenaBaseComps AthenaBaseComps-* Control - -use NavFourMom NavFourMom-* Event - -use Particle Particle-* Reconstruction -use tauEvent tauEvent-* Reconstruction -use egammaEvent egammaEvent-* Reconstruction/egamma -use VxVertex VxVertex-* Tracking/TrkEvent - -use muonEvent muonEvent-* Reconstruction/MuonIdentification - -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID - -private -use AtlasCLHEP * External -use AtlasHepMC * External -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control - -use EventKernel * Event -use FourMom * Event -use GeneratorObjects * Generators -use JetEvent * Reconstruction/Jet - -use AnalysisTriggerEvent * PhysicsAnalysis/AnalysisTrigger -use AnalysisAssociation * PhysicsAnalysis/AnalysisCommon -end_private - -branches AnalysisTest src src/components share test - -library AnalysisTest *.cxx components/*.cxx - -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" - -# this doesn't work and prevents CppUnit tests to link -#macro_remove use_linkopts $(CppUnit_linkopts) - -################## Testing suite part ################## -private - -use TestPolicy TestPolicy-* -use TestTools TestTools-* AtlasTest -use AtlasCppUnit AtlasCppUnit-* External -no_auto_imports - -# -# AnalysisUtils and McParticleUtils tests -# -use AnalysisUtils AnalysisUtils-* PhysicsAnalysis/AnalysisCommon -use McParticleUtils McParticleUtils-* PhysicsAnalysis/TruthParticleID - -apply_pattern CppUnit name=cppUnit_filterRangeTest files="-s=${AnalysisTest_root}/test FilterRangeTest_CppUnit.cxx" - -apply_pattern CppUnit name=cppUnit_decayParserTest files="-s=${AnalysisTest_root}/test DecayParserTest_CppUnit.cxx" - -apply_pattern CppUnit name=cppUnit_momentumFilterTest files="-s=${AnalysisTest_root}/test MomentumFilterTest_CppUnit.cxx" - -apply_pattern CppUnit name=cppUnit_pdgIdFilterTest files="-s=${AnalysisTest_root}/test PdgIdFilterTest_CppUnit.cxx" - -apply_pattern CppUnit name=cppUnit_categoryIdFilterTest files="-s=${AnalysisTest_root}/test CategoryIdFilterTest_CppUnit.cxx" - -apply_pattern CppUnit name=cppUnit_mcVtxFilterTest files="-s=${AnalysisTest_root}/test McVtxFilterTest_CppUnit.cxx" - -apply_pattern CppUnit name=cppUnit_chargeFilterTest files="-s=${AnalysisTest_root}/test ChargeFilterTest_CppUnit.cxx" - -# -# AnalysisAssociation tests -# -use AnalysisAssociation AnalysisAssociation-* PhysicsAnalysis/AnalysisCommon - -apply_pattern CppUnit name=cppUnit_assocFilterTest files="-s=${AnalysisTest_root}/test AssocFilterTest_CppUnit.cxx" - -apply_pattern CppUnit name=cppUnit_iparticleAssocFilterTest files="-s=${AnalysisTest_root}/test IParticleAssocFilterTest_CppUnit.cxx" - - -end_private -######################################################## diff --git a/PhysicsAnalysis/AnalysisCommon/AnalysisTools/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/AnalysisTools/cmt/requirements deleted file mode 100644 index 65a11f9f938da0e66cbbea148a0ec669e8fb0711..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/AnalysisTools/cmt/requirements +++ /dev/null @@ -1,46 +0,0 @@ -package AnalysisTools - -author Tadashi Maeno <Tadashi.Maeno@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -use AtlasPython AtlasPython-* External - - -use NavFourMom NavFourMom-* Event #KC adding this for the time being -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID - -use AthenaBaseComps AthenaBaseComps-* Control -use StoreGate StoreGate-* Control -use AthContainers AthContainers-* Control - -use AnalysisUtils AnalysisUtils-* PhysicsAnalysis/AnalysisCommon - - - -private -use AtlasROOT AtlasROOT-* External -use AtlasCORAL AtlasCORAL-* External -use SGTools SGTools-* Control -use PersistentDataModel PersistentDataModel-* Database -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use EventInfo EventInfo-* Event -use RootCollection RootCollection-* Database/APR -end_private - -# Create a dual_use library rather than a component library because the lcgdict pattern -# within the cmake builds doesn't work with component libraries -apply_pattern named_dual_use_library library=AthAnalysisTools files=*.cxx -####library AthAnalysisTools *.cxx components/*.cxx -####apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -private - -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=AthAnalysisTools selectionfile=selection.xml \ - headerfiles="../AnalysisTools/AnalysisToolsDict.h" diff --git a/PhysicsAnalysis/AnalysisCommon/AnalysisUtils/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/AnalysisUtils/cmt/requirements deleted file mode 100644 index a740fa0d43042676dedf56bc381126a3b7421043..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/AnalysisUtils/cmt/requirements +++ /dev/null @@ -1,41 +0,0 @@ -package AnalysisUtils - -author Tadashi Maeno <Tadashi.Maeno@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use HepPDT v* LCG_Interfaces - -use GaudiInterface GaudiInterface-* External -use AtlasCLHEP AtlasCLHEP-* External -use AtlasBoost AtlasBoost-* External -use AtlasROOT AtlasROOT-* External - -use EventKernel EventKernel-* Event -use NavFourMom NavFourMom-* Event -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID -use ParticleEvent ParticleEvent* PhysicsAnalysis/AnalysisCommon - -use AthenaKernel AthenaKernel-* Control -use DataModel DataModel-* Control -use CxxUtils CxxUtils-* Control -use StoreGate StoreGate-* Control -use AthenaBaseComps AthenaBaseComps-* Control - -use AraTool AraTool-* PhysicsAnalysis - -#library AnalysisUtils *.cxx -s=components *.cxx -#apply_pattern component_library -#apply_pattern declare_python_modules files="*.py" - -apply_pattern dual_use_library files=*.cxx -branches src AnalysisUtils doc test - -private -use Particle Particle-* Reconstruction -use egammaEvent egammaEvent-* Reconstruction/egamma - -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=AnalysisUtils selectionfile=selection.xml headerfiles="../AnalysisUtils/AnalysisUtilsDict.h" - -end_private diff --git a/PhysicsAnalysis/AnalysisCommon/CPAnalysisExamples/cmt/Makefile.RootCore b/PhysicsAnalysis/AnalysisCommon/CPAnalysisExamples/cmt/Makefile.RootCore deleted file mode 100644 index e2f3db977325d5bb18cadd6a68b4cb5d6f53739e..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/CPAnalysisExamples/cmt/Makefile.RootCore +++ /dev/null @@ -1,25 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = CPAnalysisExamples -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -g -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = EventLoop SampleHandler MuonEfficiencyCorrections MuonMomentumCorrections MuonSelectorTools ElectronPhotonSelectorTools ElectronPhotonFourMomentumCorrection TauAnalysisTools ElectronEfficiencyCorrection CalibrationDataInterface AsgTools PATCore xAODMuon xAODEventInfo xAODJet PATInterfaces xAODRootAccess xAODTruth xAODBTagging xAODEgamma xAODMissingET xAODTracking xAODTau xAODPFlow JetCalibTools JetSelectorTools JetResolution JetUncertainties METUtilities xAODBTaggingEfficiency xAODMetaData - -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/AnalysisCommon/CPAnalysisExamples/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/CPAnalysisExamples/cmt/requirements deleted file mode 100644 index 85081a210bb778065432ff34b2919ddc420f0d4e..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/CPAnalysisExamples/cmt/requirements +++ /dev/null @@ -1,112 +0,0 @@ -package CPAnalysisExamples -# $Id$ - -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasROOT AtlasROOT-* External - -use AtlasBoost AtlasBoost-* External -use AsgTools AsgTools-* Control/AthToolSupport -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon - -use xAODMuon xAODMuon-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODBTagging xAODBTagging-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD -use xAODPrimitives xAODPrimitives-* Event/xAOD -use xAODTau xAODTau-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD - -use ElectronEfficiencyCorrection ElectronEfficiencyCorrection-* PhysicsAnalysis/ElectronPhotonID -use ElectronPhotonFourMomentumCorrection ElectronPhotonFourMomentumCorrection-* PhysicsAnalysis/ElectronPhotonID -use JetResolution JetResolution-* Reconstruction/Jet -use JetUncertainties JetUncertainties-* Reconstruction/Jet -use METUtilities METUtilities-* Reconstruction/MET -use JetCalibTools JetCalibTools-* Reconstruction/Jet -use METInterface METInterface-* Reconstruction/MET -use JetInterface JetInterface-* Reconstruction/Jet -use MuonEfficiencyCorrections MuonEfficiencyCorrections-* PhysicsAnalysis/MuonID/MuonIDAnalysis -use MuonMomentumCorrections MuonMomentumCorrections-* PhysicsAnalysis/MuonID/MuonIDAnalysis -use MuonSelectorTools MuonSelectorTools-* PhysicsAnalysis/MuonID -use TauAnalysisTools TauAnalysisTools-* PhysicsAnalysis/TauID -use JetSelectorTools JetSelectorTools-* PhysicsAnalysis/JetMissingEtID -use xAODBTaggingEfficiency xAODBTaggingEfficiency-* PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration - -#General CP Tools -use PileupReweighting PileupReweighting-* PhysicsAnalysis/AnalysisCommon -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use TriggerMatchingTool TriggerMatchingTool-* Trigger/TrigAnalysis -use AssociationUtils AssociationUtils-* PhysicsAnalysis/AnalysisCommon -use AsgAnalysisInterfaces AsgAnalysisInterfaces-* PhysicsAnalysis/Interfaces - -#Electrons -use ElectronPhotonFourMomentumCorrection ElectronPhotonFourMomentumCorrection-* PhysicsAnalysis/ElectronPhotonID -use IsolationCorrections IsolationCorrections-* PhysicsAnalysis/ElectronPhotonID -use IsolationSelection IsolationSelection-* PhysicsAnalysis/AnalysisCommon -use ElectronEfficiencyCorrection ElectronEfficiencyCorrection-* PhysicsAnalysis/ElectronPhotonID - -#Muons -use MuonMomentumCorrections MuonMomentumCorrections-* PhysicsAnalysis/MuonID/MuonIDAnalysis -use MuonSelectorTools MuonSelectorTools-* PhysicsAnalysis/MuonID -use MuonEfficiencyCorrections MuonEfficiencyCorrections-* PhysicsAnalysis/MuonID/MuonIDAnalysis - -#Jets -use JetInterface JetInterface-* Reconstruction/Jet -use JetCalibTools JetCalibTools-* Reconstruction/Jet - -use AthAnalysisBaseComps AthAnalysisBaseComps-* Control - -private - -use GaudiInterface GaudiInterface-* External - -use POOLRootAccess POOLRootAccess-* PhysicsAnalysis - -use xAODMetaData xAODMetaData-* Event/xAOD - -use xAODBase xAODBase-* Event/xAOD - -end_private - -# Declare the library: -library CPAnalysisExamples . ../Root/MuonSelectionToolExample.cxx ../Root/JetCalibrationToolExample.cxx ../Root/MuonEfficiencyToolExample.cxx ../Root/MuonSmearingToolExample.cxx ../Root/xExampleUtils.cxx ../Root/MetadataToolExample.cxx components/*.cxx ../src/*.cxx - -apply_pattern component_library - -# Install the jobOptions: -apply_pattern declare_joboptions files=*.py - -#RTT-related statements -apply_pattern declare_python_modules files="../share/*.py" - -apply_pattern declare_scripts files="../share/*.py" - -apply_pattern declare_runtime extras="../test/CPAnalysisExamples_TestConfiguration.xml ../share/*.py" - -macro CPAnalysisExamples_TestConfiguration "../test/CPAnalysisExamples_TestConfiguration.xml" - -private -use TestTools TestTools-* AtlasTest -apply_pattern UnitTest_run unit_test=ut_ath_EgammaCalibrationAndSmearingTool -#apply_pattern UnitTest_run unit_test=ut_ath_checkTrigger -end_private - -#Reflex Dictionary Generation: -private -use AtlasReflex AtlasReflex-* External -apply_pattern lcgdict dict=CPAnalysisExamples selectionfile=selection.xml headerfiles="../CPAnalysisExamples/CPAnalysisExamplesDict.h" -end_private - -application checkxAODTrigger ../util/checkxAODTrigger.cxx - -application ut_ath_checkTrigger_test ../test/ut_ath_checkTrigger_test.cxx diff --git a/PhysicsAnalysis/AnalysisCommon/CompositeParticleEvent/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/CompositeParticleEvent/cmt/requirements deleted file mode 100755 index f5e892f866c1e975eacecdaabde3811e8bbdc0dd..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/CompositeParticleEvent/cmt/requirements +++ /dev/null @@ -1,11 +0,0 @@ -package CompositeParticleEvent - -author Hong Ma <hma@bnl.gov> -author Ketevi A. Assamagan <ketevi@bnl.gov> -author Kyle Cranmer <kyle.cranmer@cern.ch> -author Sebastien Binet <binet@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon - -branches src doc CompositeParticleEvent diff --git a/PhysicsAnalysis/AnalysisCommon/EventUtils/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/EventUtils/cmt/requirements deleted file mode 100644 index 5cac883e799022413c93da0bf6fed9414f34f069..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/EventUtils/cmt/requirements +++ /dev/null @@ -1,54 +0,0 @@ -## automatically generated CMT requirements file -package EventUtils -author kkoeneke - -public -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -private -use AthAnalysisBaseComps AthAnalysisBaseComps-* Control -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use CxxUtils CxxUtils-* Control -use AthContainersInterfaces AthContainersInterfaces-* Control -use AthenaKernel AthenaKernel-* Control -use AtlasROOT AtlasROOT-* External -use AtlasBoost AtlasBoost-* External -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework -use ExpressionEvaluation ExpressionEvaluation-* PhysicsAnalysis/CommonTools -use GaudiInterface GaudiInterface-* External -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use EventInfo EventInfo-* Event -use xAODBTagging xAODBTagging-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODCutFlow xAODCutFlow-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODPFlow xAODPFlow-* Event/xAOD -use xAODParticleEvent xAODParticleEvent-* Event/xAOD -use xAODTau xAODTau-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use AthenaBaseComps AthenaBaseComps-* Control -end_private - - -branches src src/components python share - -private -## default is to make component library -library EventUtils *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -end_private diff --git a/PhysicsAnalysis/AnalysisCommon/FsrUtils/cmt/Makefile.RootCore b/PhysicsAnalysis/AnalysisCommon/FsrUtils/cmt/Makefile.RootCore deleted file mode 100644 index 3b0c41e14d2b760c31d907a753fbef9e634cebac..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/FsrUtils/cmt/Makefile.RootCore +++ /dev/null @@ -1,56 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = FsrUtils - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = xAODMuon xAODEgamma AsgTools xAODRootAccess PATInterfaces IsolationSelection -# IsolationSelection - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/AnalysisCommon/FsrUtils/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/FsrUtils/cmt/requirements deleted file mode 100644 index f517df13173e720ad7ed82cd7dc33badee2ed017..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/FsrUtils/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package FsrUtils -# $Id: requirements by tcuhadar $ - -author Tulay Cuhadar Donszelmann <tcuhadar@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - -use AsgTools AsgTools-* Control/AthToolSupport - -use xAODMuon xAODMuon-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -use IsolationSelection IsolationSelection-* PhysicsAnalysis/AnalysisCommon - -private - -use xAODCore xAODCore-* Event/xAOD -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External - -end_private - -# Declare the library: -library FsrUtils *.cxx ../Root/*.cxx components/*.cxx -apply_pattern component_library - -# # Change to dual_use_library_or_root_standalone to allow Athena or standalone builds. RDS 2014/08 -# macro FsrUtils_files "*.cxx ../Root/*.cxx" \ -# xaod_standalone_build "../Root/*.cxx" -# apply_pattern dual_use_library_or_root_standalone files=$(FsrUtils_files) - - -# Install the jobOptions: -apply_pattern declare_joboptions files=*.py diff --git a/PhysicsAnalysis/AnalysisCommon/HistogramUtils/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/HistogramUtils/cmt/requirements deleted file mode 100644 index 4c328495d2a9bc97ab2b78579a60a7a0ff4f592d..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/HistogramUtils/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -## automatically generated CMT requirements file -package HistogramUtils -author cburgard - -## for athena policies: this has to be the first use statement -public -use AtlasPolicy AtlasPolicy-* -private -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasROOT AtlasROOT-* External -use ExpressionEvaluation ExpressionEvaluation-* PhysicsAnalysis/CommonTools -use GaudiInterface GaudiInterface-* External -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -use_unless pkg=TrigDecisionTool tag=ManaCore ver=* root=Trigger/TrigAnalysis -#use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -end_private - - - - -branches src src/components doc python share - -private -## default is to make component library -library HistogramUtils *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" -#this pattern will install any *.py files in the python directory. -apply_pattern declare_joboptions files="*.py" - -end_private - - diff --git a/PhysicsAnalysis/AnalysisCommon/IsolationSelection/cmt/Makefile.RootCore b/PhysicsAnalysis/AnalysisCommon/IsolationSelection/cmt/Makefile.RootCore deleted file mode 100644 index f64d7127854bd64be0242deac7f2e7fd74e6d92d..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/IsolationSelection/cmt/Makefile.RootCore +++ /dev/null @@ -1,16 +0,0 @@ -PACKAGE = IsolationSelection -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -g -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = CxxUtils FourMomUtils Asg_Boost AsgTools PATCore PathResolver xAODPrimitives xAODEgamma xAODMuon MuonIdHelpers xAODTracking PATInterfaces InDetTrackSelectionTool xAODEventInfo -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 -include $(ROOTCOREDIR)/Makefile-common \ No newline at end of file diff --git a/PhysicsAnalysis/AnalysisCommon/IsolationSelection/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/IsolationSelection/cmt/requirements deleted file mode 100644 index 4d3c07d1b875b290fe8e232288ee1f59a5020642..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/IsolationSelection/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -################################################### -package IsolationSelection - -author John Morris <john.morris@cern.ch> -author Dongliang Zhang <dongliang.zhang@cern.ch> -author Arthur Lesage <arthur.lesage@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AsgTools AsgTools-* Control/AthToolSupport -use AthContainers AthContainers-* Control -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -use xAODBase xAODBase-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODPrimitives xAODPrimitives-* Event/xAOD -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -use xAODTracking xAODTracking-* Event/xAOD -use InDetTrackSelectionTool InDetTrackSelectionTool-* InnerDetector/InDetRecTools -use FourMomUtils FourMomUtils-* Event - -# use_ifndef pplist="XAOD_ANALYSIS" pkg="Reconstruction/RecoTools/ParticlesInConeTools" -private -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasROOT AtlasROOT-* External -use GaudiInterface GaudiInterface-* External -use PathResolver PathResolver-* Tools -use xAODCore xAODCore-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -end_private - -apply_pattern dual_use_library files= "../Root/*.cxx ../src/*.cxx" -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -################################################## diff --git a/PhysicsAnalysis/AnalysisCommon/PATCore/cmt/Makefile.RootCore b/PhysicsAnalysis/AnalysisCommon/PATCore/cmt/Makefile.RootCore deleted file mode 100644 index 4a07d3f32f8d0b01cb7cd63a05d7743aed595aff..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/PATCore/cmt/Makefile.RootCore +++ /dev/null @@ -1,11 +0,0 @@ -# Author: Karsten Koeneke (karsten.koeneke@cernSPAMNOT.ch) -# PATCore root stand-alone makefile - -PACKAGE = PATCore -PACKAGE_DEP = -PACKAGE_TRYDEP = D3PDReader AthContainers -PACKAGE_CXXFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_CLEAN = PATCore/config.h - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/AnalysisCommon/PATCore/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/PATCore/cmt/requirements deleted file mode 100644 index e53276720fe7d93df69da7ebc80671431871630b..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/PATCore/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package PATCore - -author Karsten Koeneke <karsten.koeneke@cern.ch> - -## For Athena policies: it has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -use AsgTools AsgTools-* Control/AthToolSupport -use AtlasROOT AtlasROOT-* External -use AtlasReflex AtlasReflex-* External -no_auto_imports -use GaudiInterface GaudiInterface-* External -use AthContainers AthContainers-* Control - -## macros -apply_tag ROOTBasicLibs -apply_tag ROOTMathLibs - -## declare the directories CMT should know about -branches python share Root - - -# Create a named installed library -library PATCoreLib "../Root/*.cxx" -apply_pattern named_installed_library library=PATCoreLib - -## install our python modules -apply_pattern declare_python_modules files="*.py" - -## install our job options files -apply_pattern declare_joboptions files="*.py" - -## For reflex dictionary generation -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=PATCore selectionfile=selection.xml headerfiles="..\/PATCore/PATCoreDict.h" diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/cmt/Makefile.RootCore b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/cmt/Makefile.RootCore deleted file mode 100644 index c82095aa7fb5693728eeade171a8ef3a6789c9c8..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/cmt/Makefile.RootCore +++ /dev/null @@ -1,21 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -PACKAGE = PATInterfaces -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools RootCoreUtils Asg_Boost Asg_GoogleTest -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/cmt/requirements deleted file mode 100644 index e6f8171b2e3b6a0105c81ff39ebe563703e758a8..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -package PATInterfaces -# $Id: requirements 744627 2016-05-03 18:51:43Z krasznaa $ -author NLAA - -use AtlasPolicy AtlasPolicy-* -use AsgTools AsgTools-* Control/AthToolSupport -use AtlasROOT AtlasROOT-* External -use AtlasBoost AtlasBoost-* External - -private -use RootCoreUtils RootCoreUtils-* PhysicsAnalysis/D3PDTools -end_private - -library PATInterfaces "../Root/*.cxx" -apply_pattern installed_library - -apply_pattern have_root_headers root_headers="SystematicVariation.h \ - SystematicSet.h \ - SystematicRegistry.h \ - SystematicsUtil.h \ - StreamTestWrapper.h \ - ../Root/LinkDef.h" \ - headers_lib=PATInterfaces diff --git a/PhysicsAnalysis/AnalysisCommon/PMGTools/cmt/Makefile.RootCore b/PhysicsAnalysis/AnalysisCommon/PMGTools/cmt/Makefile.RootCore deleted file mode 100644 index 61a0ea515d1d5316aeb5f8bf2432fa13b15c6ed4..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/PMGTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,56 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = PMGTools - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = $(shell root-config --libs) -lPyROOT -lXMLParser -lEG -#PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = AsgTools xAODRootAccess PATInterfaces xAODJet xAODTruth FourMomUtils xAODEventInfo PathResolver - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 1 - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/AnalysisCommon/PMGTools/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/PMGTools/cmt/requirements deleted file mode 100644 index 7b2602e3b3db79704f99821245fbd2bf72a2d89b..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/PMGTools/cmt/requirements +++ /dev/null @@ -1,45 +0,0 @@ -package PMGTools - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External - -use AsgTools AsgTools-* Control/AthToolSupport - -#library PMGTools *.cxx ../Root/*.cxx components/*.cxx -#apply_pattern component_library -apply_pattern dual_use_library files="*.cxx ../Root/*.cxx" - - - -#Reflex Dictionary Generation: -private -use AtlasReflex AtlasReflex-* External -apply_pattern lcgdict dict=PMGTools selectionfile=selection.xml headerfiles="../PMGTools/PMGToolsDict.h" -end_private -public -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -end_public -# -private -use TestTools TestTools-* AtlasTest -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use FourMomUtils FourMomUtils-* Event -use GaudiInterface GaudiInterface-* External -use PathResolver PathResolver-* Tools -# -use AthAnalysisBaseComps AthAnalysisBaseComps-* Control -use AsgTools AsgTools-* Control/AthToolSupport -use POOLRootAccess POOLRootAccess-* PhysicsAnalysis -use AtlasROOT AtlasROOT-* External -end_private -#test for PMGSherpa22VJetsWeightTool ... compile and execute it with 'make check' -private -use TestTools TestTools-* AtlasTest -apply_pattern UnitTest_run unit_test=ut_PMGSherpa22VJetsWeightTool -apply_pattern UnitTest_run unit_test=ut_PMGSherpaVjetsSysTool -macro_append ut_PMGSherpa22VJetsWeightTool_test_dependencies " PMGTools PMGToolsMergeComponentsList " -end_private -# more detailed expert application -application MyPMGApp -group=test ../test/MyPMGApp.cxx diff --git a/PhysicsAnalysis/AnalysisCommon/ParticleBuilderOptions/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/ParticleBuilderOptions/cmt/requirements deleted file mode 100755 index 6d269ce39b63936ffb25b899dd6500e57f97e937..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/ParticleBuilderOptions/cmt/requirements +++ /dev/null @@ -1,8 +0,0 @@ -package ParticleBuilderOptions - -author Tadashi Maeno <Tadashi.Maeno@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="__init__.py AODFlags.py" diff --git a/PhysicsAnalysis/AnalysisCommon/ParticleEvent/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/ParticleEvent/cmt/requirements deleted file mode 100644 index 6445af2ddb031a865bdd828846323d262272e6ee..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/ParticleEvent/cmt/requirements +++ /dev/null @@ -1,59 +0,0 @@ -package ParticleEvent - -author Kyle Cranmer <Kyle.Cranmer@cern.ch> -author F. Paige <paige@bnl.gov> -author Ketevi A. Assamagan <ketevi@bnl.gov> -author Sebastien Binet <binet@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use AtlasBoost AtlasBoost-* External -use SGTools SGTools-* Control -use Navigation Navigation-* Control -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control - -use EventKernel EventKernel-* Event -use FourMom FourMom-* Event -use NavFourMom NavFourMom-* Event - -use VxVertex VxVertex-* Tracking/TrkEvent -use Particle Particle-* Reconstruction - -private -#use egammaEvent egammaEvent-* Reconstruction/egamma -end_private - -branches ParticleEvent src doc - -library ParticleEvent *.cxx -apply_pattern installed_library - -######################### -# Dictionary generation # -######################### -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -macro navigables_ParticleEvent "" -macro_append navigables_ParticleEvent " DataVector<ParticleBase>" -macro_append navigables_ParticleEvent " NeutrinoContainer" -macro_append navigables_ParticleEvent " CompositeParticleContainer" - - -apply_pattern lcgdict dict=ParticleEvent \ - navigables=$(navigables_ParticleEvent) \ - dataLinks=" TrackParticleAssocs INav4MomToTrackParticleAssocs" \ - selectionfile=selection.xml \ - headerfiles=" ../ParticleEvent/ParticleEventDict.h" - - - -apply_pattern declare_joboptions files="*.py" -#apply_pattern declare_python_modules files="*.py" - -end_private - - - - diff --git a/PhysicsAnalysis/AnalysisCommon/ParticleEventAthenaPool/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/ParticleEventAthenaPool/cmt/requirements deleted file mode 100755 index 3df0ef752a63404531699ea2b57b8d0bb24dea1e..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/ParticleEventAthenaPool/cmt/requirements +++ /dev/null @@ -1,53 +0,0 @@ -package ParticleEventAthenaPool - -author Hong Ma <hma@bnl.gov> -author Ketevi A. Assamagan <ketevi@bnl.gov> -author Tadashi Maeno <Tadashi.Maeno@cern.ch> -author Sebastien Binet <binet@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -use StoreGate StoreGate-* Control - -use AtlasSealCLHEP AtlasSealCLHEP-* Database -no_auto_imports -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon -use ParticleEventTPCnv ParticleEventTPCnv-* PhysicsAnalysis/AnalysisCommon - -branches src ParticleEventAthenaPool doc - -# hide all of this to clients -private - -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -#macro_append ParticleEventAthenaPoolPoolCnvGen_dependencies " ParticleEventAthenaPoolCnvDict " - -# -# Create a dictionary for the persistent representation -# of transient classes -#apply_pattern lcgdict dict=ParticleEventAthenaPoolCnv \ -# selectionfile=selection.xml \ -# headerfiles="../ParticleEventAthenaPool/ParticleEventAthenaPoolCnvDict.h" - -# -# List of containers for which we want to generate an AthenaPool converter -# -macro PEvtAthenaPool_poolcnv "-s=${ParticleEvent_root}/ParticleEvent " -macro_append PEvtAthenaPool_poolcnv " ParticleBaseContainer.h " -macro_append PEvtAthenaPool_poolcnv " NeutrinoContainer.h " -macro_append PEvtAthenaPool_poolcnv " CompositeParticleContainer.h " -macro_append PEvtAthenaPool_poolcnv " ParticleShallowCloneContainer.h " -macro_append PEvtAthenaPool_poolcnv " SelectedParticles.h " -macro_append PEvtAthenaPool_poolcnv " TrackParticleAssocs.h " -macro_append PEvtAthenaPool_poolcnv " INav4MomToTrackParticleAssocs.h " -#macro_append PEvtAthenaPool_poolcnv "-s=${JetTagEvent_root}/JetTagEvent " -#macro_append PEvtAthenaPool_poolcnv " ParticleJetContainer.h " - -apply_pattern poolcnv files=${PEvtAthenaPool_poolcnv} -macro_append ParticleEventAthenaPoolPoolCnv_shlibflags " $(ParticleEventAthenaPool_dict_linkopts)" - -end_private - diff --git a/PhysicsAnalysis/AnalysisCommon/ParticleEventTPCnv/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/ParticleEventTPCnv/cmt/requirements deleted file mode 100644 index 1a7472b7505c9094fba33d63c6655015e62fd12c..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/ParticleEventTPCnv/cmt/requirements +++ /dev/null @@ -1,52 +0,0 @@ -package ParticleEventTPCnv - -author Sebastien Binet <binet@cern.ch> - -## For Athena policies: it has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -use AtlasReflex AtlasReflex-* External -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -use AthLinks AthLinks-* Control -use DataModelAthenaPool DataModelAthenaPool-* Control -use EventCommonTPCnv EventCommonTPCnv-* Event -use GaudiInterface GaudiInterface-* External -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon -use Particle Particle-* Reconstruction - - -private -use CxxUtils CxxUtils-* Control -use AthenaKernel AthenaKernel-* Control -use AthAllocators AthAllocators-* Control -use SGTools SGTools-* Control -use VxVertex VxVertex-* Tracking/TrkEvent -end_private - -branches ParticleEventTPCnv src - -library ParticleEventTPCnv *.cxx -apply_pattern tpcnv_library - -# -# Create a dictionary for the persistent representation -# of transient classes -apply_pattern lcgdict dict=ParticleEventTPCnv selectionfile=selection.xml headerfiles="../ParticleEventTPCnv/ParticleEventTPCnvDict.h" - - -use TestTools TestTools-* AtlasTest -apply_pattern UnitTest_run unit_test=CompositeParticleCnv_p1 -apply_pattern UnitTest_run unit_test=CompositeParticleContainerCnv_p1 -apply_pattern UnitTest_run unit_test=INav4MomToTrackParticleAssocsCnv_p1 -apply_pattern UnitTest_run unit_test=NeutrinoCnv_p1 -apply_pattern UnitTest_run unit_test=NeutrinoCnv_p2 -apply_pattern UnitTest_run unit_test=NeutrinoContainerCnv_p1 -apply_pattern UnitTest_run unit_test=NeutrinoContainerCnv_p2 -apply_pattern UnitTest_run unit_test=ParticleBaseCnv_p1 -apply_pattern UnitTest_run unit_test=ParticleBaseCnv_p2 -apply_pattern UnitTest_run unit_test=ParticleBaseLinksCnv_p1 -apply_pattern UnitTest_run unit_test=ParticleShallowCloneCnv_p1 -apply_pattern UnitTest_run unit_test=ParticleShallowCloneContainerCnv_p1 -apply_pattern UnitTest_run unit_test=SelectedParticlesCnv_p1 -apply_pattern UnitTest_run unit_test=TrackParticleAssocsCnv_p1 diff --git a/PhysicsAnalysis/AnalysisCommon/ParticleJetTools/cmt/Makefile.RootCore b/PhysicsAnalysis/AnalysisCommon/ParticleJetTools/cmt/Makefile.RootCore deleted file mode 100644 index 72443db7340b57bcd895a64f1d6b4ab3916735d9..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/ParticleJetTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = ParticleJetTools -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = xAODJet xAODTruth AsgTools JetRec TruthUtils xAODEgamma MCTruthClassifier -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/AnalysisCommon/ParticleJetTools/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/ParticleJetTools/cmt/requirements deleted file mode 100644 index b09f03fb49d9a16abec1a729a9a345334326cf61..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/ParticleJetTools/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package ParticleJetTools - -author Andreas Wildauer <andreas.wildauer@cern.ch> -manager Chris Pollard <cpollard@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use JetRec JetRec-* Reconstruction/Jet -use JetInterface JetInterface-* Reconstruction/Jet -use EventPrimitives EventPrimitives-* Event -use xAODJet xAODJet-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use AsgTools AsgTools-* Control/AthToolSupport -use AtlasReflex AtlasReflex-* External - -use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis - -private -use AthAnalysisBaseComps AthAnalysisBaseComps-* Control -use AthContainers AthContainers-* Control -use TruthUtils TruthUtils-* Generators -use AtlasROOT AtlasROOT-* External - -end_private - - -#library ParticleJetTools *.cxx components/*.cxx -apply_pattern dual_use_library files="HadronUtils.cxx ../Root/JetQuarkLabel.cxx ../Root/JetConeLabeling.cxx ../Root/ParticleToJetAssociator.cxx ../Root/JetPartonTruthLabel.cxx ../Root/CopyTruthParticles.cxx ../Root/CopyFlavorLabelTruthParticles.cxx ../Root/CopyBosonTopLabelTruthParticles.cxx ../Root/CopyTruthPartons.cxx ../Root/CopyTruthJetParticles.cxx ../Root/JetFlavourInfo.cxx ../Root/ParticleJetDeltaRLabelTool.cxx ../Root/JetParticleAssociation.cxx ../Root/JetParticleCenterOfMassAssociation.cxx ../Root/JetParticleShrinkingConeAssociation.cxx" -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" -apply_pattern lcgdict dict=ParticleJetTools \ - selectionfile=selection.xml \ - headerfiles="../ParticleJetTools/ParticleJetToolsDict.h" diff --git a/PhysicsAnalysis/AnalysisCommon/ReweightUtils/cmt/Makefile.RootCore b/PhysicsAnalysis/AnalysisCommon/ReweightUtils/cmt/Makefile.RootCore deleted file mode 100644 index e3707cbf07cc6d201c19023eb665e8e4a55b4c8b..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/ReweightUtils/cmt/Makefile.RootCore +++ /dev/null @@ -1,11 +0,0 @@ -PACKAGE = ReweightUtils -PACKAGE_PRELOAD = Hist -PACKAGE_CXXFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_DEP = AsgTools PATInterfaces xAODBase xAODEventInfo xAODParticleEvent Asg_Lhapdf PathResolver AsgAnalysisInterfaces -PACKAGE_PEDANTIC = 1 -PACKAGE_REFLEX = 1 -PACKAGE_CLEAN = Root/definitions.h Root/locals.h python/__init__.py - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/AnalysisCommon/ReweightUtils/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/ReweightUtils/cmt/requirements deleted file mode 100644 index e495e6e20b5bbefb9031b58079855d64883ea126..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/ReweightUtils/cmt/requirements +++ /dev/null @@ -1,59 +0,0 @@ -package ReweightUtils - -author Olivier Arnaez (olivier.arnaez@cern.ch) -author Will Buttinger (will@cern.ch) - - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External - -public - -use AsgTools AsgTools-* Control/AthToolSupport -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -use AsgAnalysisInterfaces AsgAnalysisInterfaces-* PhysicsAnalysis/Interfaces -use xAODEventInfo xAODEventInfo-* Event/xAOD -use Lhapdf Lhapdf-* External - -use AsgTools AsgTools-* Control/AthToolSupport -use xAODBase xAODBase-* Event/xAOD - -private -use AthenaBaseComps AthenaBaseComps-* Control -use xAODCutFlow xAODCutFlow-* Event/xAOD -use GaudiInterface GaudiInterface-* External -use xAODParticleEvent xAODParticleEvent-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use PathResolver PathResolver-* Tools - -#this is used in the tests only -use xAODEgamma xAODEgamma-* Event/xAOD - -public -branches python src src/components Root share - -apply_pattern dual_use_library files="*.cxx ../Root/*.cxx src/*.cxx components/*.cxx" - -#this pattern will allow the 'include' function of joboptions to find the *.py files in the share directory -apply_pattern declare_joboptions files="*.py" -#this pattern will install any *.py files in the python directory. -apply_pattern declare_python_modules files="*.py" - -private -use AtlasReflex AtlasReflex-* External -no-auto-imports -apply_pattern lcgdict dict=ReweightUtils selectionfile=selection.xml headerfiles="../ReweightUtils/ReweightUtilsDict.h" -end_private - - - - - -apply_pattern have_root_headers root_headers="APReweightBase.h APReweight.h APReweight2D.h APReweight3D.h APReweightND.h APWeightEntry.h APWeightHist.h APEvtWeight.h APWeightSum.h APWeightSumEnsemble.h ../Root/LinkDef.h" headers_lib=ReweightUtilsLib - - -#test for ParticleScaleFactorTool ... compile and execute it with 'make check' -private -use TestTools TestTools-* AtlasTest -apply_pattern UnitTest_run unit_test=ut_ParticleScaleFactorTool -macro_append ut_ParticleScaleFactorTool_test_dependencies " ReweightUtils ReweightUtilsMergeComponentsList " -end_private diff --git a/PhysicsAnalysis/AnalysisCommon/SpecialUtils/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/SpecialUtils/cmt/requirements deleted file mode 100755 index 0ab94f8360d56ef889b4b65de45e47a89c597b7c..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/SpecialUtils/cmt/requirements +++ /dev/null @@ -1,11 +0,0 @@ -package SpecialUtils - -author Tadashi Maeno <Tadashi.Maeno@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasCLHEP AtlasCLHEP-* External -use tauEvent tauEvent-* Reconstruction -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon -use JetEvent JetEvent-* Reconstruction/Jet -use egammaEvent egammaEvent-* Reconstruction/egamma -use muonEvent muonEvent-* Reconstruction/MuonIdentification diff --git a/PhysicsAnalysis/AnalysisCommon/ThinningUtils/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/ThinningUtils/cmt/requirements deleted file mode 100644 index 81c37e3ed53208a2d6596a79563a3619064fa954..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/ThinningUtils/cmt/requirements +++ /dev/null @@ -1,45 +0,0 @@ -package ThinningUtils - -author Karsten Koeneke <karsten.koeneke@cern.ch> - -## For Athena policies: it has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -private -use AthLinks AthLinks-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -#use CaloEvent CaloEvent-* Calorimeter -use_unless pkg=CaloEvent tag=ManaCore ver=* root=Calorimeter -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework -use EventInfo EventInfo-* Event -use ExpressionEvaluation ExpressionEvaluation-* PhysicsAnalysis/CommonTools -use GaudiInterface GaudiInterface-* External -#use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use_unless pkg=TrigDecisionTool tag=ManaCore ver=* root=Trigger/TrigAnalysis -use xAODBase xAODBase-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODParticleEvent xAODParticleEvent-* Event/xAOD -use xAODTau xAODTau-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -end_private - - -## declare the directories CMT should know about -branches python share src - - -## create a shared library -library ThinningUtils *.cxx components/*.cxx - -## install the C++ modules -apply_pattern component_library - -## install our python modules -apply_pattern declare_python_modules files="*.py" - -## install our job options files -apply_pattern declare_joboptions files="*.py" diff --git a/PhysicsAnalysis/AnalysisCommon/UserAnalysis/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/UserAnalysis/cmt/requirements deleted file mode 100755 index a801d17ca5b883ecd0068286193ec2baa9b14a83..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/UserAnalysis/cmt/requirements +++ /dev/null @@ -1,63 +0,0 @@ -package UserAnalysis - -author Ketevi A. Assamagan <ketevi@bnl.gov> - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control - -branches run - -use GaudiInterface GaudiInterface-* External -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External - -use StoreGate StoreGate-* Control - -use AnalysisTools AnalysisTools-* PhysicsAnalysis/AnalysisCommon -use UserAnalysisUtils UserAnalysisUtils-* PhysicsAnalysis/AnalysisCommon - - -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use TrigCaloEvent TrigCaloEvent-* Trigger/TrigEvent -use TrigInDetEvent TrigInDetEvent-* Trigger/TrigEvent -use TrigParticle TrigParticle-* Trigger/TrigEvent -use TrigMuonEvent TrigMuonEvent-* Trigger/TrigEvent -use TrigCaloEvent TrigCaloEvent-* Trigger/TrigEvent - - -private -use AthenaKernel AthenaKernel-* Control -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID -use egammaEvent egammaEvent-* Reconstruction/egamma -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use tauEvent tauEvent-* Reconstruction -use Particle Particle-* Reconstruction -use VxVertex VxVertex-* Tracking/TrkEvent -use MissingETEvent MissingETEvent-* Reconstruction -use CaloEvent CaloEvent-* Calorimeter -use JetEvent JetEvent-* Reconstruction/Jet - -#use JetTagEvent JetTagEvent-* PhysicsAnalysis/JetTagging -use JetTagInfo JetTagInfo-* PhysicsAnalysis/JetTagging -use NavFourMom NavFourMom-* Event - -use AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger -use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent - -use xAODEventInfo xAODEventInfo-* Event/xAOD - -end_private - -use AtlasAnalysisRunTime AtlasAnalysisRunTime-* - -library UserAnalysis *.cxx components/*.cxx - -apply_tag ROOTBasicLibs -apply_tag ROOTMathLibs -apply_tag ROOTSTLDictLibs -apply_tag ROOTGraphicsLibs -apply_tag ROOTTableLibs - -apply_pattern component_library -#apply_pattern declare_scripts files="addAANT" -apply_pattern declare_joboptions files="*.py *.C *.sh" diff --git a/PhysicsAnalysis/AnalysisCommon/UserAnalysisEvent/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/UserAnalysisEvent/cmt/requirements deleted file mode 100755 index fa837cf8398c8c47b55a3e78d7990c2392f9c1f7..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/UserAnalysisEvent/cmt/requirements +++ /dev/null @@ -1,10 +0,0 @@ -package UserAnalysisEvent - -author Ketevi A. Assamagan <ketevi@bnl.gov> - -use AtlasPolicy AtlasPolicy-* - -use AtlasROOT AtlasROOT-* External - -include_path none - diff --git a/PhysicsAnalysis/AnalysisCommon/UserAnalysisUtils/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/UserAnalysisUtils/cmt/requirements deleted file mode 100644 index 445dc04d8b3fc3a988fc602b61b9e0a65fe49d6d..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisCommon/UserAnalysisUtils/cmt/requirements +++ /dev/null @@ -1,59 +0,0 @@ -package UserAnalysisUtils - -author Ketevi A. Assamagan <Ketevi@bnl.gov> - -use AtlasPolicy AtlasPolicy-* - -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External - -use TrkSegment TrkSegment-* Tracking/TrkEvent -use egammaEvent egammaEvent-* Reconstruction/egamma -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use tauEvent tauEvent-* Reconstruction -use Particle Particle-* Reconstruction -use VxVertex VxVertex-* Tracking/TrkEvent -use MissingETEvent MissingETEvent-* Reconstruction -use CaloEvent CaloEvent-* Calorimeter -use JetEvent JetEvent-* Reconstruction/Jet - -use NavFourMom NavFourMom-* Event - -use AnalysisTools AnalysisTools-* PhysicsAnalysis/AnalysisCommon - - -private -use AtlasCLHEP AtlasCLHEP-* External - -public - -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_joboptions files="*.py" - -apply_tag ROOTBasicLibs -apply_tag ROOTMathLibs -apply_tag ROOTSTLDictLibs -apply_tag ROOTGraphicsLibs -apply_tag ROOTTableLibs - -# old stuff - obsolete. leave for a while -#use AtlasROOT AtlasROOT-* External -#use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -#use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID -#use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -#use AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger -#use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -#use MuonPrepRawData MuonPrepRawData-* MuonSpectrometer/MuonReconstruction/MuonRecEvent - -#use MissingET MissingET-* Reconstruction -#use CBNT_Utils CBNT_Utils-* Reconstruction -#use CaloUtils CaloUtils-* Calorimeter -#use MuonIDEvent MuonIDEvent-* PhysicsAnalysis/MuonID - -#use CLIDSvc CLIDSvc-* Control -#use StoreGate StoreGate-* Control -#use Navigation Navigation-* Control - - - diff --git a/PhysicsAnalysis/AnalysisEventDisplay/AnalysisJiveXML/cmt/requirements b/PhysicsAnalysis/AnalysisEventDisplay/AnalysisJiveXML/cmt/requirements deleted file mode 100755 index b34642b2a96c39e0ddbabfac106bae91524008bd..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisEventDisplay/AnalysisJiveXML/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package AnalysisJiveXML - -use AtlasPolicy AtlasPolicy-* - -use AthenaBaseComps AthenaBaseComps-* Control - -use JiveXML JiveXML-* graphics - -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use tauEvent tauEvent-* Reconstruction -use TrigCaloEvent TrigCaloEvent-* Trigger/TrigEvent -use GaudiInterface GaudiInterface-* External -use egammaEvent egammaEvent-* Reconstruction/egamma - -private - -use AtlasCLHEP AtlasCLHEP-* External - -use DataModel DataModel-* Control - -use CaloEvent CaloEvent-* Calorimeter -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter -use CompositeParticleEvent CompositeParticleEvent-* PhysicsAnalysis/AnalysisCommon -use JetEvent JetEvent-* Reconstruction/Jet -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID -use Particle Particle-* Reconstruction -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -public - -apply_pattern declare_joboptions files="*.py" -apply_pattern component_library -library AnalysisJiveXML *.cxx components/*.cxx - - diff --git a/PhysicsAnalysis/AnalysisEventDisplay/xAODJiveXML/cmt/requirements b/PhysicsAnalysis/AnalysisEventDisplay/xAODJiveXML/cmt/requirements deleted file mode 100755 index 669ad3faa1aaa972d49e6a1b854e0419d21f72b5..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisEventDisplay/xAODJiveXML/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package xAODJiveXML - -use AtlasPolicy AtlasPolicy-* - -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External - -use JiveXML JiveXML-* graphics - -# xAOD package(s): -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODTau xAODTau-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD - -private - -use AtlasCLHEP AtlasCLHEP-* External -use AthenaKernel AthenaKernel-* Control -use xAODTracking xAODTracking-* Event/xAOD -use xAODBTagging xAODBTagging-* Event/xAOD -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter - -public - -apply_pattern declare_joboptions files="*.py" -apply_pattern component_library -library xAODJiveXML *.cxx components/*.cxx - - diff --git a/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerAlgs/cmt/requirements b/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerAlgs/cmt/requirements deleted file mode 100644 index edf863fcbba8068bfedf7c87f96dae9e1ed460d3..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerAlgs/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package AnalysisTriggerAlgs - -author Tadashi.Maeno <Tadashi.Maeno@cern.ch> -author Attila Kraznahorkay Jr. <Attila.Krasznahorkay@cern.ch> -author Alan Watson <Alan.Watson@cern.ch> -author Wolfgang Ehrenfeld <Wolfgang.Ehrenfeld@desy.de> - -private - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasCLHEP AtlasCLHEP-* External -use AthenaKernel AthenaKernel-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use StoreGate StoreGate-* Control -use EventInfo EventInfo-* Event -use xAODTrigger xAODTrigger-* Event/xAOD -use xAODTriggerCnv xAODTriggerCnv-* Event/xAOD -use xAODTrigL1Calo xAODTrigL1Calo-* Event/xAOD - -# LVL1 simulation packages: -use TrigT1Interfaces TrigT1Interfaces-* Trigger/TrigT1 -use TrigT1Result TrigT1Result-* Trigger/TrigT1 -use TrigT1CaloEvent TrigT1CaloEvent-* Trigger/TrigT1 -use TrigT1CaloToolInterfaces TrigT1CaloToolInterfaces-* Trigger/TrigT1 - -# Trigger configuration packages: -use TrigConfInterfaces TrigConfInterfaces-* Trigger/TrigConfiguration -use TrigConfL1Data TrigConfL1Data-* Trigger/TrigConfiguration - -use AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger - -library AnalysisTriggerAlgs *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" diff --git a/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEvent/cmt/requirements b/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEvent/cmt/requirements deleted file mode 100755 index 10ddfb440d195925adda11f312278bc75b39632d..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEvent/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package AnalysisTriggerEvent - -author Ketevi A. Assamagan <ketevi@bnl.gov> -author Tadashi.Maeno <Tadashi.Maeno@cern.ch> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use CLIDSvc CLIDSvc-* Control -use EventKernel EventKernel-* Event -use FourMom FourMom-* Event -use Navigation Navigation-* Control - -library AnalysisTriggerEvent *.cxx - -apply_pattern installed_library - -private - -macro DOXYGEN_QT_AUTOBRIEF "" Doxygen "NO" -macro DOXYGEN_JAVADOC_AUTOBRIEF "" Doxygen "NO" - -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=AnalysisTriggerEvent selectionfile=selection.xml \ - headerfiles="../AnalysisTriggerEvent/AnalysisTriggerEventDict.h" diff --git a/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEventAthenaPool/cmt/requirements b/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEventAthenaPool/cmt/requirements deleted file mode 100755 index 13515b405de44cf0d4a96a642e7aa4e1ffd2d682..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEventAthenaPool/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package AnalysisTriggerEventAthenaPool - -author Ketevi A. Assamagan <ketevi@bnl.gov> -author Tadashi Maeno <Tadashi.Maeno@cern.ch> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - - -private -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger -use AnalysisTriggerEventTPCnv AnalysisTriggerEventTPCnv-* PhysicsAnalysis/AnalysisTrigger -end_private - -apply_pattern poolcnv files="-s=${AnalysisTriggerEvent_root}/AnalysisTriggerEvent \ - CTP_Decision.h \ - LVL1_ROI.h" - diff --git a/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEventTPCnv/cmt/requirements b/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEventTPCnv/cmt/requirements deleted file mode 100644 index 6ad53d0c8cc77431a1b5984aac3dd044f69a2446..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEventTPCnv/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package AnalysisTriggerEventTPCnv - -author Wolfgang Ehrenfeld <wolfgang.ehrenfeld@desy.de> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger - -apply_pattern tpcnv_library -library AnalysisTriggerEventTPCnv *.cxx - -# create dictionary for the persistency classes -private -use AthenaKernel AthenaKernel-* Control -use AtlasReflex AtlasReflex-* External -no_auto_imports -use TrigT1Interfaces TrigT1Interfaces-* Trigger/TrigT1 - -apply_pattern lcgdict dict=AnalysisTriggerEventTPCnv selectionfile=selection.xml \ - headerfiles="../AnalysisTriggerEventTPCnv/AnalysisTriggerEventTPCnvDict.h" - -end_private - - diff --git a/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerTools/cmt/requirements b/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerTools/cmt/requirements deleted file mode 100755 index e1b600ea36612d8f0c6783b38508d6d7bfccfb2c..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerTools/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package AnalysisTriggerTools - -author Ketevi A. Assamagan <ketevi@bnl.gov> -author Stefano Rosati <Stefano.Rosati@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrigDecisionEvent TrigDecisionEvent-* Trigger/TrigEvent -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use TrigSteering TrigSteering-* Trigger/TrigSteer -use TrigT1Interfaces TrigT1Interfaces-* Trigger/TrigT1 -use muonEvent muonEvent-* Reconstruction/MuonIdentification - - -private -use AnalysisTools AnalysisTools-* PhysicsAnalysis/AnalysisCommon -use AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger -use AtlasCLHEP AtlasCLHEP-* External -use FourMom FourMom-* Event -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon -use StoreGate StoreGate-* Control -use TrigConfL1Data TrigConfL1Data-* Trigger/TrigConfiguration -use TrigMuonEvent TrigMuonEvent-* Trigger/TrigEvent -use TrigT1Result TrigT1Result-* Trigger/TrigT1 -end_private - - -apply_pattern dual_use_library files="*.cxx" - -apply_pattern declare_joboptions files="*.py" - -apply_pattern declare_python_modules files="*.py" - diff --git a/PhysicsAnalysis/AraTool/cmt/requirements b/PhysicsAnalysis/AraTool/cmt/requirements deleted file mode 100644 index 866964005cc65664c4e2604861cb15f42774bb5c..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AraTool/cmt/requirements +++ /dev/null @@ -1,19 +0,0 @@ -package AraTool - -author Yushu Yao <yyao@lbl.gov> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -use AthenaBaseComps AthenaBaseComps-* Control - -apply_pattern installed_library -library AraTool *.cxx - -apply_pattern declare_python_modules files="*.py" - -use AtlasReflex AtlasReflex-* External -no_auto_imports - -#apply_pattern lcgdict dict=AraTool \ -# selectionfile="selection.xml" \ -# headerfiles="../AraTool/AraToolDict.h" diff --git a/PhysicsAnalysis/AraToolExample/cmt/requirements b/PhysicsAnalysis/AraToolExample/cmt/requirements deleted file mode 100644 index 7437a56159dc844904b6ede5902add3798b45711..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AraToolExample/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package AraToolExample - -author Yushu Yao <yyao@lbl.gov> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AraTool AraTool-* PhysicsAnalysis - -private -use AthenaBaseComps AthenaBaseComps-* Control - -# Revert to dual_use_library because the lcgdict pattern doesn't work with -# a component library when built with cmake. The pollutes the linkopts for -# clients but is otherwise harmless. -#library AraToolExample *.cxx -s=components *.cxx -#apply_pattern component_library -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_python_modules files="*.py" - -private - -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=AraToolExample selectionfile=selection.xml headerfiles="..\/AraToolExample/AraToolExampleDict.h" - -end_private diff --git a/PhysicsAnalysis/AssociationBuilder/AssociationComps/cmt/requirements b/PhysicsAnalysis/AssociationBuilder/AssociationComps/cmt/requirements deleted file mode 100644 index 46bff8b8afb20a0cde6c7d0ba97fb18c769b68d7..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AssociationBuilder/AssociationComps/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package AssociationComps - -author Ketevi A. Assamagan <ketevi@bnl.gov> -author Sebastien Binet <binet@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* - -private -use AssociationKernel AssociationKernel-* PhysicsAnalysis/AssociationBuilder -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use AtlasBoost AtlasBoost-* External -use CaloEvent CaloEvent-* Calorimeter -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use EventKernel EventKernel-* Event -use FourMomUtils FourMomUtils-* Event -use GaudiInterface GaudiInterface-* External -use JetEvent JetEvent-* Reconstruction/Jet -use NavFourMom NavFourMom-* Event -use Navigation Navigation-* Control -use StoreGate StoreGate-* Control -use TrigCaloEvent TrigCaloEvent-* Trigger/TrigEvent -use TrigMuonEvent TrigMuonEvent-* Trigger/TrigEvent -use TrigObjectMatching TrigObjectMatching-* Trigger/TrigAnalysis -use TrigParticle TrigParticle-* Trigger/TrigEvent -use egammaEvent egammaEvent-* Reconstruction/egamma -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use tauEvent tauEvent-* Reconstruction -end_private - - -# make library private to prevent spurious linkage -private -library AssociationComps *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -end_private diff --git a/PhysicsAnalysis/AssociationBuilder/AssociationKernel/cmt/requirements b/PhysicsAnalysis/AssociationBuilder/AssociationKernel/cmt/requirements deleted file mode 100755 index af3c96717587cd3d26a5367a7b62dd026ac0c157..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AssociationBuilder/AssociationKernel/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package AssociationKernel - -author Sebastien Binet <binet@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use AthenaBaseComps AthenaBaseComps-* Control -use DataModel DataModel-* Control -use EventKernel EventKernel-* Event -use GaudiInterface GaudiInterface-* External -use NavFourMom NavFourMom-* Event - - -branches AssociationKernel src - -library AssociationKernel *.cxx - -apply_pattern installed_library diff --git a/PhysicsAnalysis/AthenaROOTAccess/cmt/requirements b/PhysicsAnalysis/AthenaROOTAccess/cmt/requirements deleted file mode 100755 index b0690688cd68e76caa690d36da53b1271c61b9ce..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/AthenaROOTAccess/cmt/requirements +++ /dev/null @@ -1,64 +0,0 @@ -package AthenaROOTAccess - -author Scott Snyder <snyder@fnal.gov> -author Srini Rajagopalan <srinir@bnl.gov> -author RD Schaffer <R.D.Schaffer@cern.ch> -author Marcin Nowak <Marcin.Nowak@cern.ch> -author Sebastien Binet <binet@cern.ch> -author Paolo Calafiura <pcalafiura@lbl.gov> -author Wim Lavrijsen <WLavrijsen@lbl.gov> - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use SGTools SGTools-* Control -use AthContainersInterfaces AthContainersInterfaces-* Control -use AthContainers AthContainers-* Control -#use AraTool AraTool-* PhysicsAnalysis - -private -#use AtlasPython AtlasPython-* External #-no_auto_imports -use AthAllocators AthAllocators-* Control -use AthLinks AthLinks-* Control -use AthContainers AthContainers-* Control -use AthContainersRoot AthContainersRoot-* Control -use RootUtils RootUtils-* Control -use xAODMuon xAODMuon-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODHIEvent xAODHIEvent-* Event/xAOD -end_private - -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" - -apply_pattern installed_library -library AthenaROOTAccess *.cxx - -macro_append DOXYGEN_INPUT " ../doc" - -private -use PersistentDataModel PersistentDataModel-* Database -use PersistentDataModelTPCnv PersistentDataModelTPCnv-* Database -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -use TestTools TestTools-* AtlasTest -apply_pattern UnitTest_run unit_test=DVCollectionProxy -apply_pattern UnitTest_run unit_test=DataBucketVoid - -macro_append DVCollectionProxy_test_dependencies " AthenaROOTAccessTestDict " -macro_append DataBucketVoid_test_dependencies " AthenaROOTAccessTestDict " - -private -use AtlasReflex AtlasReflex-* External - -apply_pattern lcgdict dict=AthenaROOTAccess selectionfile=selection.xml headerfiles="../AthenaROOTAccess/AthenaROOTAccessDict.h" - -apply_pattern lcgdict dict=AthenaROOTAccessTest selectionfile=test_selection.xml headerfiles="../AthenaROOTAccess/AthenaROOTAccessTestDict.h" - -macro_append AthenaROOTAccess_shlibflags " -lPyROOT" - -# Add the PyROOT dependency for CMake as well: -apply_pattern cmake_add_command command="find_package( ROOT COMPONENTS PyROOT )" - -#macro_append DVCollectionProxy_test_use_linkopts " -ldl -Wl,--no-as-needed -lCling -ldl -Wl,--as-needed " diff --git a/PhysicsAnalysis/BPhys/BPhysTagTools/cmt/requirements b/PhysicsAnalysis/BPhys/BPhysTagTools/cmt/requirements deleted file mode 100755 index 94cff8c193f88e0680d2182c6091a7172c0dc34b..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/BPhys/BPhysTagTools/cmt/requirements +++ /dev/null @@ -1,17 +0,0 @@ -package BPhysTagTools - -author Pavel Reznicek <Pavel.Reznicek@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TagEvent TagEvent-* PhysicsAnalysis/EventTag - -private - - -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_joboptions files="*.py" - diff --git a/PhysicsAnalysis/CommonTools/ExpressionEvaluation/cmt/Makefile.RootCore b/PhysicsAnalysis/CommonTools/ExpressionEvaluation/cmt/Makefile.RootCore deleted file mode 100644 index 0eed91fc16b97288642769d22c72cc5a32da5193..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/CommonTools/ExpressionEvaluation/cmt/Makefile.RootCore +++ /dev/null @@ -1,55 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = ExpressionEvaluation - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = -std=gnu++0x -Wall -pedantic -ftemplate-depth-512 - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = Asg_Boost AthContainers - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 0 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/CommonTools/ExpressionEvaluation/cmt/requirements b/PhysicsAnalysis/CommonTools/ExpressionEvaluation/cmt/requirements deleted file mode 100644 index 751864f0f2821bd5392a45abe9647fc0b9b537bb..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/CommonTools/ExpressionEvaluation/cmt/requirements +++ /dev/null @@ -1,48 +0,0 @@ -package ExpressionEvaluation -author Thomas Gillam <thomas.gillam@cern.ch> - -# Public use statement -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use SGTools SGTools-* Control -use AtlasROOT AtlasROOT-* External -use StoreGate StoreGate-* Control -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use AthContainers AthContainers-* Control - -private - use AtlasBoost AtlasBoost-* External - -# xAOD packages and other dependencies - use xAODBase xAODBase-* Event/xAOD - use xAODEventInfo xAODEventInfo-* Event/xAOD - use xAODJet xAODJet-* Event/xAOD - use xAODEgamma xAODEgamma-* Event/xAOD - use xAODMuon xAODMuon-* Event/xAOD - use xAODTracking xAODTracking-* Event/xAOD - use xAODCaloEvent xAODCaloEvent-* Event/xAOD - use xAODTruth xAODTruth-* Event/xAOD - use xAODTau xAODTau-* Event/xAOD - use xAODMissingET xAODMissingET-* Event/xAOD - use xAODBTagging xAODBTagging-* Event/xAOD - use xAODPFlow xAODPFlow-* Event/xAOD - use xAODParticleEvent xAODParticleEvent-* Event/xAOD - use xAODEventShape xAODEventShape-* Event/xAOD -end_private - -public - -## Seem to need an installed library for linking -# not to fail -#library DerivationFrameworkTools *.cxx -#apply_pattern installed_library - -## declare the directories CMT should know about -#branches python share src -branches src Root - -apply_pattern dual_use_library files="*.cxx ../Root/*.cxx" -#apply_pattern declare_joboptions files=" *.py" -#apply_pattern declare_python_modules files="*.py" - -#macro_append use_cppflags "-ftemplate-depth-512" diff --git a/PhysicsAnalysis/D23PDMakerUtils/D23PDValidation/cmt/requirements b/PhysicsAnalysis/D23PDMakerUtils/D23PDValidation/cmt/requirements deleted file mode 100644 index ff9abeded2dc2be74135bb7a56df47f680fe6000..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D23PDMakerUtils/D23PDValidation/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package D23PDValidation - -author Ilija Vukotic # removed most of it as package was not in any release and started over. Some old code adopted. - -use AtlasPolicy AtlasPolicy-* - -private - -use TestPolicy TestPolicy-* - -apply_pattern validate_xml - -end_private - -apply_pattern declare_runtime_extras extras="../test/D23PDValidation_TestConfiguration.xml" - -macro D23PDValidation_TestConfiguration "../test/D23PDValidation_TestConfiguration.xml" - diff --git a/PhysicsAnalysis/D2PDMaker/cmt/requirements b/PhysicsAnalysis/D2PDMaker/cmt/requirements deleted file mode 100644 index 78b0abcefacde6c1d78032d95e8799d3866681c5..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D2PDMaker/cmt/requirements +++ /dev/null @@ -1,77 +0,0 @@ -package D2PDMaker - -author Karsten Koeneke <karsten.koeneke@desy.de> -## Created based on: -## https://twiki.cern.ch/twiki/bin/view/Atlas/PyAthena - -## For Athena policies: it has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -use AtlasHepMC AtlasHepMC-* External -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External -use GaudiInterface GaudiInterface-* External - -use NavFourMom NavFourMom-* Event -use EventKernel EventKernel-* Event - -use AthenaBaseComps AthenaBaseComps-* Control -use Navigation Navigation-* Control -use SGTools SGTools-* Control -use StoreGate StoreGate-* Control -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use AthenaKernel AthenaKernel-* Control -use CLIDSvc CLIDSvc-* Control - -# Particles -use egammaEvent egammaEvent-* Reconstruction/egamma -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use JetEvent JetEvent-* Reconstruction/Jet -use tauEvent tauEvent-* Reconstruction -use Particle Particle-* Reconstruction -use CaloEvent CaloEvent-* Calorimeter - -# to use TrackParticles -use VxVertex VxVertex-* Tracking/TrkEvent -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon - -use AnalysisUtils AnalysisUtils-* PhysicsAnalysis/AnalysisCommon -use AssociationKernel AssociationKernel-* PhysicsAnalysis/AssociationBuilder - -# For MC Truth -use GeneratorObjects GeneratorObjects-* Generators -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID - -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon - -private -use AtlasBoost AtlasBoost-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use MissingETPerformance MissingETPerformance-* Reconstruction -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TruthHelper TruthHelper-* Generators/GenAnalysisTools -end_private - - - -## declare the directories CMT should know about -branches python share doc src - - -## create a shared library -library D2PDMaker *.cxx components/*.cxx - -## install the C++ modules -apply_pattern component_library - -## install our python modules -apply_pattern declare_python_modules files="*.py" - -## install our job options files -apply_pattern declare_joboptions files="*.py *.xml" - -## Install the files needed at runtime -#apply_pattern declare_runtime files="../xml/*.xml" -#apply_pattern declare_runtime files="*.xml" -apply_pattern declare_runtime extras = "../xml/*.xml" \ No newline at end of file diff --git a/PhysicsAnalysis/D3PDMaker/BackgroundD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/BackgroundD3PDMaker/cmt/requirements deleted file mode 100644 index 0132e4c29204a9a1bebfbb7f8fa4f77b729b8b1b..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/BackgroundD3PDMaker/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package BackgroundD3PDMaker - -use AtlasPolicy AtlasPolicy-* - - -private -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker -use xAODEventInfo xAODEventInfo-* Event/xAOD -use LUCID_RawEvent LUCID_RawEvent-* ForwardDetectors/LUCID -use TagEvent TagEvent-* PhysicsAnalysis/EventTag -use RecBackgroundEvent RecBackgroundEvent-* Reconstruction/RecBackground -use xAODJet xAODJet-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -end_private - -library BackgroundD3PDMaker *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" diff --git a/PhysicsAnalysis/D3PDMaker/CaloD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/CaloD3PDMaker/cmt/requirements deleted file mode 100644 index 6c99182b188adc83cbffc0566e7774213dcc1606..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/CaloD3PDMaker/cmt/requirements +++ /dev/null @@ -1,48 +0,0 @@ -package CaloD3PDMaker - -use AtlasPolicy AtlasPolicy-* - - - -private -use GaudiInterface GaudiInterface-* External -use AtlasCLHEP AtlasCLHEP-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use SGTools SGTools-* Control -use StoreGate StoreGate-* Control -use AthContainers AthContainers-* Control -use Navigation Navigation-* Control -use Identifier Identifier-* DetectorDescription -use CaloConditions CaloConditions-* Calorimeter -use CaloDetDescr CaloDetDescr-* Calorimeter -use CaloDmDetDescr CaloDmDetDescr-* Calorimeter -use CaloIdentifier CaloIdentifier-* Calorimeter -use CaloEvent CaloEvent-* Calorimeter -use CaloInterface CaloInterface-* Calorimeter -use CaloUtils CaloUtils-* Calorimeter -use CaloSimEvent CaloSimEvent-* Calorimeter -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use LArRawEvent LArRawEvent-* LArCalorimeter -use LArRecEvent LArRecEvent-* LArCalorimeter -use LArIdentifier LArIdentifier-* LArCalorimeter -use LArSimEvent LArSimEvent-* LArCalorimeter -use TileEvent TileEvent-* TileCalorimeter -use TileIdentifier TileIdentifier-* TileCalorimeter -use TileConditions TileConditions-* TileCalorimeter -use TileSimEvent TileSimEvent-* TileCalorimeter -use JetEvent JetEvent-* Reconstruction/Jet -use LArCabling LArCabling-* LArCalorimeter -use LArElecCalib LArElecCalib-* LArCalorimeter -use PrimaryDPDMaker PrimaryDPDMaker-* PhysicsAnalysis -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker -use D3PDMakerInterfaces D3PDMakerInterfaces-* PhysicsAnalysis/D3PDMaker - -end_private - - -library CaloD3PDMaker *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" diff --git a/PhysicsAnalysis/D3PDMaker/D3PDMakerConfig/cmt/requirements b/PhysicsAnalysis/D3PDMaker/D3PDMakerConfig/cmt/requirements deleted file mode 100644 index 75adb8e6ac446445ad5d2ab487c3807d87532c20..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/D3PDMakerConfig/cmt/requirements +++ /dev/null @@ -1,12 +0,0 @@ -package D3PDMakerConfig - -use AtlasPolicy AtlasPolicy-* -#use GaudiInterface GaudiInterface-* External - -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_scripts files="../scripts/D3PDSizeSummary.py" - -macro D3PDMakerConfig_TestConfiguration "../test/D3PDMakerConfig_TestConfiguration.xml" -apply_pattern declare_runtime extras= "../test/D3PDMakerConfig_TestConfiguration.xml" - diff --git a/PhysicsAnalysis/D3PDMaker/D3PDMakerCoreComps/cmt/requirements b/PhysicsAnalysis/D3PDMaker/D3PDMakerCoreComps/cmt/requirements deleted file mode 100644 index 9035531485f88a1b7476090bb2f53ba3e2af724c..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/D3PDMakerCoreComps/cmt/requirements +++ /dev/null @@ -1,46 +0,0 @@ -package D3PDMakerCoreComps - -use AtlasPolicy AtlasPolicy-* - - -private -use GaudiInterface GaudiInterface-* External -use AtlasBoost AtlasBoost-* External -use AtlasROOT AtlasROOT-* External -use RootUtils RootUtils-* Control -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control -use SGTools SGTools-* Control -use Navigation Navigation-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon -use D3PDMakerInterfaces D3PDMakerInterfaces-* PhysicsAnalysis/D3PDMaker -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker - -# Temporary, until THistSvc init bug is fixed. -use AtlasROOT AtlasROOT-* External -end_private - - -library D3PDMakerCoreComps *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_python_modules files="*.py" - - -private -use TestPolicy TestPolicy-* -document athenarun_launcher StackedDict_utest -group=check \ - athenarun_exe="python" \ - athenarun_pre="'source ../cmt/setup.sh'" \ - athenarun_opt="../test/StackedDict_t.py" \ - athenarun_out="' >& StackedDict_t.log'" \ - athenarun_post="'../test/post_check.sh StackedDict_t '" - -document athenarun_launcher flagTestLOD_utest -group=check \ - athenarun_exe="python" \ - athenarun_pre="'source ../cmt/setup.sh'" \ - athenarun_opt="../test/flagTestLOD_t.py" \ - athenarun_out="' >& flagTestLOD_t.log'" \ - athenarun_post="'../test/post_check.sh flagTestLOD_t '" diff --git a/PhysicsAnalysis/D3PDMaker/D3PDMakerInterfaces/cmt/requirements b/PhysicsAnalysis/D3PDMaker/D3PDMakerInterfaces/cmt/requirements deleted file mode 100644 index 34bc153c081620228ed7ebdea622a288d0b2eb98..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/D3PDMakerInterfaces/cmt/requirements +++ /dev/null @@ -1,5 +0,0 @@ -package D3PDMakerInterfaces - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - diff --git a/PhysicsAnalysis/D3PDMaker/D3PDMakerRoot/cmt/requirements b/PhysicsAnalysis/D3PDMaker/D3PDMakerRoot/cmt/requirements deleted file mode 100644 index dd431fbfab145afb898e9f282807dcd363a27dd0..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/D3PDMakerRoot/cmt/requirements +++ /dev/null @@ -1,20 +0,0 @@ - -package D3PDMakerRoot - -use AtlasPolicy AtlasPolicy-* - -private -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -use CxxUtils CxxUtils-* Control -use AthenaKernel AthenaKernel-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use D3PDMakerInterfaces D3PDMakerInterfaces-* PhysicsAnalysis/D3PDMaker -end_private - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS RIO Tree)" - -library D3PDMakerRoot *.cxx components/*.cxx -apply_pattern component_library - diff --git a/PhysicsAnalysis/D3PDMaker/D3PDMakerTest/cmt/requirements b/PhysicsAnalysis/D3PDMaker/D3PDMakerTest/cmt/requirements deleted file mode 100644 index 7ae7e57c108161caef95a45c854aa2614f44c664..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/D3PDMakerTest/cmt/requirements +++ /dev/null @@ -1,91 +0,0 @@ -package D3PDMakerTest - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use AthContainers AthContainers-* Control -use AthenaKernel AthenaKernel-* Control -use Navigation Navigation-* Control -use FourMom FourMom-* Event -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon - - -# Change to dual_use library from component library since the lcgdict pattern -# can't link against the latter when using cmake to build the release. This -# pollutes the libraries that any clients link against, but the as-needed linkopt -# removes any impact from that. -apply_pattern dual_use_library files=*.cxx -####library D3PDMakerTest *.cxx components/*.cxx -####apply_pattern component_library - -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="-s=../share *.py" - - -private -use AtlasReflex AtlasReflex-* External -use AtlasCLHEP AtlasCLHEP-* External -use TestPolicy TestPolicy-* -use CxxUtils CxxUtils-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use StoreGate StoreGate-* Control -use NavFourMom NavFourMom-* Event -use EventKernel EventKernel-* Event -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker -use GaudiInterface GaudiInterface-* External -use MuonSimEvent MuonSimEvent-* MuonSpectrometer -use TrackRecord TrackRecord-* Simulation/G4Sim - -apply_pattern lcgdict dict=D3PDMakerTest \ - selectionfile=selection.xml \ - headerfiles="../D3PDMakerTest/D3PDMakerTestDict.h" - - -apply_pattern athenarun_test \ - name="D3PDTest1" \ - options="D3PDMakerTest/D3PDTest1_jo.py" \ - pre_script="../test/pre_check.sh D3PDTest1 " \ - post_script="../../test/post_check.sh D3PDTest1" - -#apply_pattern athenarun_test \ -# name="D3PDTestEgammaAOD" \ -# options="D3PDMakerTest/D3PDTestEgammaAOD_jo.py" \ -# pre_script="../test/pre_check.sh D3PDTestEgammaAOD " \ -# post_script="../../test/post_check.sh D3PDTestEgammaAOD" -##macro_append D3PDTestEgammaAOD_test_dependencies " D3PDTest1_test " - -#apply_pattern athenarun_test \ -# name="D3PDTestPhysicsESD" \ -# options="D3PDMakerTest/D3PDTestPhysicsESD_jo.py" \ -# pre_script="../test/pre_check.sh D3PDTestPhysicsESD " \ -# post_script="../../test/post_check.sh D3PDTestPhysicsESD" -##macro_append D3PDTestPhysicsESD_test_dependencies " D3PDTestEgammaAOD_test " - -#apply_pattern athenarun_test \ -# name="D3PDTestEgammaAOD-17_0" \ -# options="D3PDMakerTest/D3PDTestEgammaAOD-17_0_jo.py" \ -# pre_script="../test/pre_check.sh D3PDTestEgammaAOD-17_0 " \ -# post_script="../../test/post_check.sh D3PDTestEgammaAOD-17_0" -##macro_append D3PDTestEgammaAOD-17_0_test_dependencies " D3PDTestPhysicsESD_test " - -#apply_pattern athenarun_test \ -# name="D3PDTestEgammaAOD-16_6" \ -# options="D3PDMakerTest/D3PDTestEgammaAOD-16_6_jo.py" \ -# pre_script="../test/pre_check.sh D3PDTestEgammaAOD-16_6 " \ -# post_script="../../test/post_check.sh D3PDTestEgammaAOD-16_6" -##macro_append D3PDTestEgammaAOD-16_6_test_dependencies " D3PDTestEgammaAOD-17_0_test " - -#apply_pattern athenarun_test \ -# name="D3PDTestEgammaAOD-16_0" \ -# options="D3PDMakerTest/D3PDTestEgammaAOD-16_0_jo.py" \ -# pre_script="../test/pre_check.sh D3PDTestEgammaAOD-16_0 " \ -# post_script="../../test/post_check.sh D3PDTestEgammaAOD-16_0" -##macro_append D3PDTestEgammaAOD-16_0_test_dependencies " D3PDTestEgammaAOD-16_6_test " - -#apply_pattern athenarun_test \ -# name="D3PDTestEgammaAOD-15" \ -# options="D3PDMakerTest/D3PDTestEgammaAOD-15_jo.py" \ -# pre_script="../test/pre_check.sh D3PDTestEgammaAOD-15 " \ -# post_script="../../test/post_check.sh D3PDTestEgammaAOD-15" -##macro_append D3PDTestEgammaAOD-15_test_dependencies " D3PDTestEgammaAOD-16_0_test " - diff --git a/PhysicsAnalysis/D3PDMaker/D3PDMakerUtils/cmt/requirements b/PhysicsAnalysis/D3PDMaker/D3PDMakerUtils/cmt/requirements deleted file mode 100644 index 8d4ec039e70756e21bc38f7847488df3784d6d18..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/D3PDMakerUtils/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package D3PDMakerUtils - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasBoost AtlasBoost-* External -use AthenaKernel AthenaKernel-* Control -use SGTools SGTools-* Control -use AthLinks AthLinks-* Control -use StoreGate StoreGate-* Control -use AthenaBaseComps AthenaBaseComps-* Control - -use D3PDMakerInterfaces D3PDMakerInterfaces-* PhysicsAnalysis/D3PDMaker - - -private -use AtlasROOT AtlasROOT-* External -use AthContainersInterfaces AthContainersInterfaces-* Control -end_private - -library D3PDMakerUtils *.cxx -apply_pattern installed_library - diff --git a/PhysicsAnalysis/D3PDMaker/EventCommonD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/EventCommonD3PDMaker/cmt/requirements deleted file mode 100644 index 8934845ecf06d547f69a910dded93de487c2cdfe..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/EventCommonD3PDMaker/cmt/requirements +++ /dev/null @@ -1,41 +0,0 @@ -package EventCommonD3PDMaker - -use AtlasPolicy AtlasPolicy-* - - -private -use GaudiInterface GaudiInterface-* External -use AtlasBoost AtlasBoost-* External -use AtlasROOT AtlasROOT-* External -use AtlasCLHEP AtlasCLHEP-* External -use AthenaKernel AthenaKernel-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use Navigation Navigation-* Control -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD -use EventKernel EventKernel-* Event -use FourMomUtils FourMomUtils-* Event -use NavFourMom NavFourMom-* Event -use EventBookkeeperMetaData EventBookkeeperMetaData-* Event -use JetEvent JetEvent-* Reconstruction/Jet -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon -use D3PDMakerInterfaces D3PDMakerInterfaces-* PhysicsAnalysis/D3PDMaker -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker -use SGTools SGTools-* Control -use LumiBlockComps LumiBlockComps-* LumiBlock -use IOVDbDataModel IOVDbDataModel-* Database -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -end_private - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Physics)" - -library EventCommonD3PDMaker *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_python_modules files="*.py" - - -private -macro_append GoodRunsLists_cppflags " `xml2-config --cflags`" -#macro_append EventCommonD3PDMaker_linkopts " -lLumiBlockCoolQuery " diff --git a/PhysicsAnalysis/D3PDMaker/ExoticsD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/ExoticsD3PDMaker/cmt/requirements deleted file mode 100644 index 2267fd27e88162cce8f9dd04cd8d4c75eb3f32e5..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/ExoticsD3PDMaker/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package ExoticsD3PDMaker - -use AtlasPolicy AtlasPolicy-* - -private - -use AnalysisTools AnalysisTools-* PhysicsAnalysis/AnalysisCommon -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use CaloEvent CaloEvent-* Calorimeter -use GaudiInterface GaudiInterface-* External -use Particle Particle-* Reconstruction -use egammaEvent egammaEvent-* Reconstruction/egamma -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use muonEvent muonEvent-* Reconstruction/MuonIdentification - -end_private - -## declare the directories CMT should know about -branches python share doc src - -library ExoticsD3PDMaker *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" - diff --git a/PhysicsAnalysis/D3PDMaker/ForwardDetectorsD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/ForwardDetectorsD3PDMaker/cmt/requirements deleted file mode 100644 index 612436a0d8ab364b401a49d379eff47bb479c795..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/ForwardDetectorsD3PDMaker/cmt/requirements +++ /dev/null @@ -1,46 +0,0 @@ -package ForwardDetectorsD3PDMaker - -author Marco Leite <leite@cern.ch> -author Libor Nozka <libor.nozka@cern.ch> - -private - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -use AthenaKernel AthenaKernel-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use SGTools SGTools-* Control -use StoreGate StoreGate-* Control -use Identifier Identifier-* DetectorDescription -#use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -#ZDC dependencies -use ZdcEvent ZdcEvent-* ForwardDetectors/ZDC -use ZdcIdentifier ZdcIdentifier-* ForwardDetectors/ZDC -use ZdcConditions ZdcConditions-* ForwardDetectors/ZDC - -#ALFA dependencies -use ALFA_SimEv ALFA_SimEv-* ForwardDetectors/ALFA -use ALFA_CLinkEv ALFA_CLinkEv-* ForwardDetectors/ALFA -use ALFA_GloRecEv ALFA_GloRecEv-* ForwardDetectors/ALFA/ALFA_RecEv - -#AFP dependencies -use AFP_SimEv AFP_SimEv-* ForwardDetectors/AFP -use AFP_DigiEv AFP_DigiEv-* ForwardDetectors/AFP -use AFP_LocRecoEv AFP_LocRecoEv-* ForwardDetectors/AFP/AFP_RecoEv - -use D3PDMakerInterfaces D3PDMakerInterfaces-* PhysicsAnalysis/D3PDMaker -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker -use GeneratorObjects GeneratorObjects-* Generators - -library ForwardDetectorsD3PDMaker *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" -#end_private diff --git a/PhysicsAnalysis/D3PDMaker/HiggsD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/HiggsD3PDMaker/cmt/requirements deleted file mode 100644 index 3960df4c1eaeafef0401c8490e3b59707f47cd32..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/HiggsD3PDMaker/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package HiggsD3PDMaker - -author Kirill Prokofiev <Kirill.Prokofiev@cern.ch> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> - -private - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control - -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker - -use HSG2Event HSG2Event-* PhysicsAnalysis/HiggsPhys/HSG2 -use VxVertex VxVertex-* Tracking/TrkEvent -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon - -library HiggsD3PDMaker *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_python_modules files="*.py" diff --git a/PhysicsAnalysis/D3PDMaker/JetD3PDAnalysis/cmt/requirements b/PhysicsAnalysis/D3PDMaker/JetD3PDAnalysis/cmt/requirements deleted file mode 100644 index e0e9d30934727b35576a0ec969c6b17168f11771..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/JetD3PDAnalysis/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package JetD3PDAnalysis - -use AtlasPolicy AtlasPolicy-* - -private -#use GaudiInterface GaudiInterface-* External -#use AthenaKernel AthenaKernel-* Control -#use JetEvent JetEvent-* Reconstruction/Jet -#use JetMomentTools JetMomentTools-* Reconstruction/Jet -#use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker -#use D3PDMakerInterfaces D3PDMakerInterfaces-* PhysicsAnalysis/D3PDMaker -end_private - - -#library JetD3PDAnalysis *.cxx components/*.cxx -#apply_pattern component_library -apply_pattern declare_python_modules files="*.py" - diff --git a/PhysicsAnalysis/D3PDMaker/JetD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/JetD3PDMaker/cmt/requirements deleted file mode 100644 index 491b40f69e43ee678b28c6783aafc95904446d33..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/JetD3PDMaker/cmt/requirements +++ /dev/null @@ -1,46 +0,0 @@ -package JetD3PDMaker - -use AtlasPolicy AtlasPolicy-* -use TrigCaloEvent TrigCaloEvent-* Trigger/TrigEvent - - -private -use GaudiInterface GaudiInterface-* External -use AtlasBoost AtlasBoost-* External -use SGTools SGTools-* Control -use AthenaKernel AthenaKernel-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use Navigation Navigation-* Control -use FourMomUtils FourMomUtils-* Event -use EventKernel EventKernel-* Event -use Particle Particle-* Reconstruction -use CaloEvent CaloEvent-* Calorimeter -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter - -use StoreGate StoreGate-* Control -use Identifier Identifier-* DetectorDescription - -#use CaloConditions CaloConditions-* Calorimeter -#use CaloDetDescr CaloDetDescr-* Calorimeter -use CaloIdentifier CaloIdentifier-* Calorimeter -#use CaloInterface CaloInterface-* Calorimeter -use TileEvent TileEvent-* TileCalorimeter -use TileIdentifier TileIdentifier-* TileCalorimeter -use TileConditions TileConditions-* TileCalorimeter - -use JetEvent JetEvent-* Reconstruction/Jet -#use JetUtils JetUtils-* Reconstruction/Jet -#use JetInterface JetInterface-* Reconstruction/Jet -use VxVertex VxVertex-* Tracking/TrkEvent -use AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger -use JetTagInfo JetTagInfo-* PhysicsAnalysis/JetTagging -use JetTagEvent JetTagEvent-* PhysicsAnalysis/JetTagging -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker -use D3PDMakerInterfaces D3PDMakerInterfaces-* PhysicsAnalysis/D3PDMaker -use TriggerD3PDMaker TriggerD3PDMaker-* PhysicsAnalysis/D3PDMaker -end_private - -library JetD3PDMaker *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" diff --git a/PhysicsAnalysis/D3PDMaker/JetTagD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/JetTagD3PDMaker/cmt/requirements deleted file mode 100644 index 0a57816a7680d29455e3689b21f1401a19edd519..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/JetTagD3PDMaker/cmt/requirements +++ /dev/null @@ -1,58 +0,0 @@ -package JetTagD3PDMaker - -author Georges Aad <aad@cern.ch> - - -use AtlasPolicy AtlasPolicy-* - - -private - -use GaudiInterface GaudiInterface-* External -use AtlasBoost AtlasBoost-* External -use AtlasHepMC AtlasHepMC-* External - -use AthenaKernel AthenaKernel-* Control -use AthContainers AthContainers-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use CLIDSvc CLIDSvc-* Control -#use StoreGate StoreGate-* Control -use SGTools SGTools-* Control - -#use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use GeneratorObjects GeneratorObjects-* Generators -use EventKernel EventKernel-* Event -use EventPrimitives EventPrimitives-* Event -use Particle Particle-* Reconstruction - -use JetEvent JetEvent-* Reconstruction/Jet -use JetTagEvent JetTagEvent-* PhysicsAnalysis/JetTagging -use JetTagInfo JetTagInfo-* PhysicsAnalysis/JetTagging -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use VxJetVertex VxJetVertex-* Tracking/TrkEvent -use VxSecVertex VxSecVertex-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use egammaEvent egammaEvent-* Reconstruction/egamma -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use MuonIDEvent MuonIDEvent-* PhysicsAnalysis/MuonID -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions - -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker - -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID - - -end_private - - -library JetTagD3PDMaker *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" - - - diff --git a/PhysicsAnalysis/D3PDMaker/MinBiasD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/MinBiasD3PDMaker/cmt/requirements deleted file mode 100644 index 6c6da2f597fac82c08fc4696ee1aad7e249ed527..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/MinBiasD3PDMaker/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package MinBiasD3PDMaker - -author Remi Zaidan <Remi.Zaidan@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - -use TrigCaloEvent TrigCaloEvent-* Trigger/TrigEvent -use TrigInDetEvent TrigInDetEvent-* Trigger/TrigEvent - -apply_pattern dual_use_library files="*.cxx" -apply_pattern declare_joboptions files="*.txt *.py" -apply_pattern declare_python_modules files="*.py" - -private - -use GaudiInterface GaudiInterface-* External -use CLIDSvc CLIDSvc-* Control -use AthenaKernel AthenaKernel-* Control -use StoreGate StoreGate-* Control -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrack TrkTrack-* Tracking/TrkEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker diff --git a/PhysicsAnalysis/D3PDMaker/MissingETD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/MissingETD3PDMaker/cmt/requirements deleted file mode 100644 index a75998f46e002b9115aaea9e70248041ecdf2fe5..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/MissingETD3PDMaker/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ - package MissingETD3PDMaker - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External - -use StoreGate StoreGate-* Control -use CaloEvent CaloEvent-* Calorimeter -use EventKernel EventKernel-* Event -use Particle Particle-* Reconstruction -use D3PDMakerInterfaces D3PDMakerInterfaces-* PhysicsAnalysis/D3PDMaker -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker -use MissingETEvent MissingETEvent-* Reconstruction -use MissingETPerformance MissingETPerformance-* Reconstruction -use MissingETGoodness MissingETGoodness-* Reconstruction -use JetEvent JetEvent-* Reconstruction/Jet -use Particle Particle-* Reconstruction - -private -use AthenaKernel AthenaKernel-* Control -use SGTools SGTools-* Control -use FourMomUtils FourMomUtils-* Event -use xAODMissingET xAODMissingET-* Event/xAOD -use egammaEvent egammaEvent-* Reconstruction/egamma -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use tauEvent tauEvent-* Reconstruction - -end_private - - -library MissingETD3PDMaker *.cxx components/*.cxx -apply_pattern component_library -##apply_pattern dual_use_library files=*.cxx -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" diff --git a/PhysicsAnalysis/D3PDMaker/MuonD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/MuonD3PDMaker/cmt/requirements deleted file mode 100644 index fd32d10888b9daf1b1d9a909c7178c908dafbda6..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/MuonD3PDMaker/cmt/requirements +++ /dev/null @@ -1,75 +0,0 @@ -package MuonD3PDMaker - -use AtlasPolicy AtlasPolicy-* - -private -use GaudiInterface GaudiInterface-* External -use AtlasHepMC AtlasHepMC-* External -use AtlasCLHEP AtlasCLHEP-* External -use AtlasBoost AtlasBoost-* External -#use AtlasROOT AtlasROOT-* External -use CxxUtils CxxUtils-* Control -use AthenaKernel AthenaKernel-* Control -use SGTools SGTools-* Control -use AthContainers AthContainers-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use StoreGate StoreGate-* Control -use EventKernel EventKernel-* Event -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use EventInfo EventInfo-* Event -use xAODMuon xAODMuon-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD - -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use FourMomUtils FourMomUtils-* Event -use TrkTruthData TrkTruthData-* Tracking/TrkEvent - -#for trigger information -use TriggerD3PDMaker TriggerD3PDMaker-* PhysicsAnalysis/D3PDMaker -use TrigMuonEvent TrigMuonEvent-* Trigger/TrigEvent -use TrigInDetEvent TrigInDetEvent-* Trigger/TrigEvent -use TrigObjectMatching TrigObjectMatching-* Trigger/TrigAnalysis -use AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger - -#for truth info -use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID -use TrackRecord TrackRecord-* Simulation/G4Sim - -use AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger - -#segment -use TrkSegment TrkSegment-* Tracking/TrkEvent -use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonIdHelpers MuonIdHelpers-* MuonSpectrometer - -# Muon EDM, Id helpers -use MuonRecHelperTools MuonRecHelperTools-* MuonSpectrometer/MuonReconstruction/MuonRecTools -#id to fixedid tool -use MuonCalibITools MuonCalibITools-* MuonSpectrometer/MuonCalib - -use MuonSimEvent MuonSimEvent-* MuonSpectrometer - -use MuonPrepRawData MuonPrepRawData-* MuonSpectrometer/MuonReconstruction/MuonRecEvent - -# Muon Truth Tools -use MuonTruthAlgs MuonTruthAlgs-* MuonSpectrometer -use MuonPattern MuonPattern-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonRecToolInterfaces MuonRecToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonRecTools - -end_private - -library MuonD3PDMaker *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" - - diff --git a/PhysicsAnalysis/D3PDMaker/PhysicsD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/PhysicsD3PDMaker/cmt/requirements deleted file mode 100644 index e0b30252768caebe577bbcace97d6a32fa6b0b48..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/PhysicsD3PDMaker/cmt/requirements +++ /dev/null @@ -1,17 +0,0 @@ -package PhysicsD3PDMaker - -use AtlasPolicy AtlasPolicy-* - -private - -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD - -## default is to make component library -library PhysicsD3PDMaker *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" diff --git a/PhysicsAnalysis/D3PDMaker/QcdD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/QcdD3PDMaker/cmt/requirements deleted file mode 100644 index 0eb00722731eb0387b5627b905cdc4e9aa8d393d..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/QcdD3PDMaker/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package QcdD3PDMaker - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use StoreGate StoreGate-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker - - -private -use AthenaKernel AthenaKernel-* Control -use SGTools SGTools-* Control -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use VxVertex VxVertex-* Tracking/TrkEvent -use muonEvent muonEvent-* Reconstruction/MuonIdentification -end_private - - -apply_pattern dual_use_library files="*.cxx fillers/*.cxx preprocessing/*.cxx" -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" diff --git a/PhysicsAnalysis/D3PDMaker/TileD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/TileD3PDMaker/cmt/requirements deleted file mode 100644 index 7c746b9c32c48db79bf8457703bd7a93da1acad6..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/TileD3PDMaker/cmt/requirements +++ /dev/null @@ -1,91 +0,0 @@ -package TileD3PDMaker -author Marco van Woerden <mvanwoer@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasAnalysisRunTime AtlasAnalysisRunTime-* - -private - -# CONTROL -use AthenaBaseComps AthenaBaseComps-* Control -#use SGTools SGTools-* Control -use StoreGate StoreGate-* Control -use AthContainers AthContainers-* Control - -# DATABASE -use RDBAccessSvc RDBAccessSvc-* Database/AthenaPOOL -use CoraCool CoraCool-* Database -no_auto_imports -use CoolConvUtilities CoolConvUtilities-* Database -no_auto_imports - -# DETECTOR DESCRIPTION -# use GeoPrimitives GeoPrimitives-* DetectorDescription -#use GeoModelKernel GeoModelKernel-* DetectorDescription/GeoModel -use GeoModelInterfaces GeoModelInterfaces-* DetectorDescription/GeoModel -use GeoModelUtilities GeoModelUtilities-* DetectorDescription/GeoModel - -# EXTERNAL -use AtlasHepMC AtlasHepMC-* External -#use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External -use GaudiInterface GaudiInterface-* External - -# EVENT -#use EventKernel EventKernel-* Event -#use FourMomUtils FourMomUtils-* Event -use EventInfo EventInfo-* Event - -use GeneratorObjects GeneratorObjects-* Generators - -# RECONSTRUCTION -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools -#use TrackToCalo TrackToCalo-* Reconstruction/RecoTools -use TrackToVertex TrackToVertex-* Reconstruction/RecoTools -#use ITrackToVertex ITrackToVertex-* Reconstruction/RecoTools - - -# DETECTOR DESCRIPTION -use Identifier Identifier-* DetectorDescription -#use CaloDetDescr CaloDetDescr-* Calorimeter -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter -#use CaloIdentifier CaloIdentifier-* Calorimeter -use CaloEvent CaloEvent-* Calorimeter -#use CaloInterface CaloInterface-* Calorimeter -#use CaloUtils CaloUtils-* Calorimeter -#use CaloTrackingGeometry CaloTrackingGeometry-* Calorimeter - -use TileEvent TileEvent-* TileCalorimeter -use TileIdentifier TileIdentifier-* TileCalorimeter -#use TileConditions TileConditions-* TileCalorimeter -#use TileDetDescr TileDetDescr-* TileCalorimeter - -# TRACKING -#use TrkCaloExtension TrkCaloExtension-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -#use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkParametersIdentificationHelpers TrkParametersIdentificationHelpers-* Tracking/TrkEvent - -# PHYSICS ANALYSIS -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker - -# TRIGGER -use TrigMuonEvent TrigMuonEvent-* Trigger/TrigEvent -use TrigInDetEvent TrigInDetEvent-* Trigger/TrigEvent - -# xAOD tools -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD -use xAODTrigger xAODTrigger-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODPrimitives xAODPrimitives-* Event/xAOD - - -end_private - - -library TileD3PDMaker *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" diff --git a/PhysicsAnalysis/D3PDMaker/TopD3PDMaker/BoostedTopD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/TopD3PDMaker/BoostedTopD3PDMaker/cmt/requirements deleted file mode 100644 index 3fdd385be24838a6bb12a9ce6fe839f98217d464..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/TopD3PDMaker/BoostedTopD3PDMaker/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package BoostedTopD3PDMaker - -public -use AtlasPolicy AtlasPolicy-* -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker -use EventKernel EventKernel-* Event -use GaudiInterface GaudiInterface-* External - -private -use AthenaKernel AthenaKernel-* Control -use egammaEvent egammaEvent-* Reconstruction/egamma -use egammaInterfaces egammaInterfaces-* Reconstruction/egamma -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use IsolationTool IsolationTool-* Reconstruction/RecoTools -use ITrackToVertex ITrackToVertex-* Reconstruction/RecoTools -use Particle Particle-* Reconstruction -use AthenaKernel AthenaKernel-* Control - -library BoostedTopD3PDMaker *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" diff --git a/PhysicsAnalysis/D3PDMaker/TrackD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/TrackD3PDMaker/cmt/requirements deleted file mode 100644 index a0eed16c9f6dc8aea023535603b2f77697d755b8..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/TrackD3PDMaker/cmt/requirements +++ /dev/null @@ -1,86 +0,0 @@ -package TrackD3PDMaker - -public - -use AtlasPolicy AtlasPolicy-* - -library TrackD3PDMaker *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" - -use TrkParameters TrkParameters-* Tracking/TrkEvent - - -private - -use EventPrimitives EventPrimitives-* Event -use xAODBase xAODBase-* Event/xAOD -use xAODPrimitives xAODPrimitives-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -#use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis -use GaudiInterface GaudiInterface-* External - -use AtlasBoost AtlasBoost-* External -use HepPDT * LCG_Interfaces -use AtlasHepMC AtlasHepMC-* External -use GeneratorObjects GeneratorObjects-* Generators - -use CxxUtils CxxUtils-* Control -use AthenaKernel AthenaKernel-* Control -use Particle Particle-* Reconstruction -use DataModel DataModel-* Control -use StoreGate StoreGate-* Control -use SGTools SGTools-* Control -use CLIDSvc CLIDSvc-* Control -use AtlasDetDescr AtlasDetDescr-* DetectorDescription - -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use TrkV0Vertex TrkV0Vertex-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -#use TrkParametersBase TrkParametersBase-* Tracking/TrkEvent -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -#use TrkVertexAnalysisUtils TrkVertexAnalysisUtils-* Tracking/TrkVertexFitter -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools - -use ITrackToVertex ITrackToVertex-* Reconstruction/RecoTools -use InDetTestBLayer InDetTestBLayer-* InnerDetector/InDetRecTools -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker -use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis -use MuonIdHelpers MuonIdHelpers-* MuonSpectrometer -use muonEvent muonEvent-* Reconstruction/MuonIdentification - -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use Identifier Identifier-* DetectorDescription -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions -use TRT_DriftFunctionTool TRT_DriftFunctionTool-* InnerDetector/InDetRecTools -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use ParticleTruth ParticleTruth-* Reconstruction -use TrkVertexFitterValidationUtils TrkVertexFitterValidationUtils-* Tracking/TrkValidation -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter - -# Pixel tools -#use PixelConditionsServices PixelConditionsServices-* InnerDetector/InDetConditions -#use PixelCabling PixelCabling-* InnerDetector/InDetDetDescr - -# SCT tools -use CommissionEvent CommissionEvent-* Commission -use SCT_ConditionsServices SCT_ConditionsServices-* InnerDetector/InDetConditions -use SCT_Cabling SCT_Cabling-* InnerDetector/InDetDetDescr -use InDetRawData InDetRawData-* InnerDetector/InDetRawEvent -use InDetSimEvent InDetSimEvent-* InnerDetector -use GeoAdaptors GeoAdaptors-* DetectorDescription/GeoModel - -use D3PDMakerInterfaces D3PDMakerInterfaces-* PhysicsAnalysis/D3PDMaker -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon diff --git a/PhysicsAnalysis/D3PDMaker/TrigCostD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/TrigCostD3PDMaker/cmt/requirements deleted file mode 100644 index aa5e2229a747d6567d73495147c3c7ff2af546aa..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/TrigCostD3PDMaker/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package TrigCostD3PDMaker - -# Generic Gaudi/Athena packages: -use AtlasPolicy AtlasPolicy-* - -private - -# Generic Gaudi/Athena packages: -use AthenaKernel AthenaKernel-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External - -use StoreGate StoreGate-* Control -use SGTools SGTools-* Control - -# Config interface -use TrigConfInterfaces TrigConfInterfaces-* Trigger/TrigConfiguration -use TrigConfL1Data TrigConfL1Data-* Trigger/TrigConfiguration -use TrigConfHLTData TrigConfHLTData-* Trigger/TrigConfiguration - -# D3PDMaker packages: -use D3PDMakerInterfaces D3PDMakerInterfaces-* PhysicsAnalysis/D3PDMaker - -# EDM packages: -use TrigMonitoringEvent TrigMonitoringEvent-* Trigger/TrigEvent - -end_private - -#library TrigCostD3PDMaker *.cxx components/*.cxx -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" diff --git a/PhysicsAnalysis/D3PDMaker/TriggerD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/TriggerD3PDMaker/cmt/requirements deleted file mode 100644 index 6bb702fef70c6b5c2a91c4b3ffa776bc97443acc..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/TriggerD3PDMaker/cmt/requirements +++ /dev/null @@ -1,45 +0,0 @@ -package TriggerD3PDMaker - -# Generic Gaudi/Athena packages: -use AtlasPolicy AtlasPolicy-* -use AtlasBoost AtlasBoost-* External -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use CxxUtils CxxUtils-* Control -use AthenaBaseComps AthenaBaseComps-* Control - -# EDM packages: -use EventKernel EventKernel-* Event -use FourMomUtils FourMomUtils-* Event -use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent - -# Trigger packages: -use TrigObjectMatching TrigObjectMatching-* Trigger/TrigAnalysis -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis - -# D3PDMaker packages: -use D3PDMakerInterfaces D3PDMakerInterfaces-* PhysicsAnalysis/D3PDMaker -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker - -private -use StoreGate StoreGate-* Control -use SGTools SGTools-* Control -use xAODTrigger xAODTrigger-* Event/xAOD -use TrigT1Interfaces TrigT1Interfaces-* Trigger/TrigT1 -use TrigT1Result TrigT1Result-* Trigger/TrigT1 -use TrigConfInterfaces TrigConfInterfaces-* Trigger/TrigConfiguration -use TrigConfigSvc TrigConfigSvc-* Trigger/TrigConfiguration -use TrigConfL1Data TrigConfL1Data-* Trigger/TrigConfiguration -use TrigConfHLTData TrigConfHLTData-* Trigger/TrigConfiguration -use TrigAnalysisInterfaces TrigAnalysisInterfaces-* Trigger/TrigAnalysis -use TriggerMenuNtuple TriggerMenuNtuple-* Trigger/TrigAnalysis -use TriggerMenuAnalysis TriggerMenuAnalysis-* Trigger/TrigAnalysis -use TrigMonitoringEvent TrigMonitoringEvent-* Trigger/TrigEvent -use AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger -end_private - -#library TriggerD3PDMaker *.cxx components/*.cxx -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" diff --git a/PhysicsAnalysis/D3PDMaker/TruthD3PDAnalysis/cmt/requirements b/PhysicsAnalysis/D3PDMaker/TruthD3PDAnalysis/cmt/requirements deleted file mode 100644 index 72888d04e466130149a222d49836ddb3dffb21ef..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/TruthD3PDAnalysis/cmt/requirements +++ /dev/null @@ -1,43 +0,0 @@ -package TruthD3PDAnalysis - -author Georges Aad <aad@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use McParticleKernel McParticleKernel-* PhysicsAnalysis/TruthParticleID -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker - -private -use AtlasHepMC AtlasHepMC-* External -use AtlasBoost AtlasBoost-* External -use HepPDT * LCG_Interfaces - -use AthenaKernel AthenaKernel-* Control -use StoreGate StoreGate-* Control -use EventKernel EventKernel-* Event - -use GeneratorObjects GeneratorObjects-* Generators -use TruthHelper TruthHelper-* Generators/GenAnalysisTools -use Particle Particle-* Reconstruction -use ParticleTruth ParticleTruth-* Reconstruction -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID - -use xAODJet xAODJet-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use VxVertex VxVertex-* Tracking/TrkEvent - -use ParticleJetTools ParticleJetTools-* PhysicsAnalysis/AnalysisCommon -use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis - -# Needed in 17.2, but not in 17.X. -# Can remove once support for 17.2 is over. -macro_append TruthD3PDAnalysis_use_linkopts " -lMCTruthClassifierLib " - -end_private - -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_python_modules files=*.py diff --git a/PhysicsAnalysis/D3PDMaker/TruthD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/TruthD3PDMaker/cmt/requirements deleted file mode 100644 index 0ae4235663e72f85551f24b138a7ca6ecd13317e..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/TruthD3PDMaker/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package TruthD3PDMaker - -use AtlasPolicy AtlasPolicy-* - -private -use GaudiInterface GaudiInterface-* External -use AtlasBoost AtlasBoost-* External -use AtlasHepMC AtlasHepMC-* External -use AtlasCLHEP AtlasCLHEP-* External -use AthenaKernel AthenaKernel-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use Navigation Navigation-* Control -use SGTools SGTools-* Control -use EventInfo EventInfo-* Event -use xAODTruth xAODTruth-* Event/xAOD -use HforTool HforTool-* Generators - -use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis -use D3PDMakerInterfaces D3PDMakerInterfaces-* PhysicsAnalysis/D3PDMaker -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker -use TruthD3PDAnalysis TruthD3PDAnalysis-* PhysicsAnalysis/D3PDMaker - -use GeneratorObjects GeneratorObjects-* Generators -use McParticleKernel McParticleKernel-* PhysicsAnalysis/TruthParticleID -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID - -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -use JetEvent JetEvent-* Reconstruction/Jet -use HepPDT * LCG_Interfaces - -use TruthUtils TruthUtils-* Generators -end_private - - -library TruthD3PDMaker *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" diff --git a/PhysicsAnalysis/D3PDMaker/egammaD3PDAnalysis/cmt/requirements b/PhysicsAnalysis/D3PDMaker/egammaD3PDAnalysis/cmt/requirements deleted file mode 100644 index 97e6980a3f7b621b55bb2b422d5c8a198f7d471c..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/egammaD3PDAnalysis/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package egammaD3PDAnalysis - -use AtlasPolicy AtlasPolicy-* - - -private -use GaudiInterface GaudiInterface-* External -use CxxUtils CxxUtils-* Control -use AthenaKernel AthenaKernel-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use AthContainers AthContainers-* Control -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter -use CaloEvent CaloEvent-* Calorimeter -use CaloClusterCorrection CaloClusterCorrection-* Calorimeter -use CaloRec CaloRec-* Calorimeter -use CaloInterface CaloInterface-* Calorimeter -use LArCabling LArCabling-* LArCalorimeter -use EventKernel EventKernel-* Event -use EventInfo EventInfo* Event -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkCaloExtension TrkCaloExtension-* Tracking/TrkEvent -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools -use egammaInterfaces egammaInterfaces-* Reconstruction/egamma -use egammaEvent egammaEvent-* Reconstruction/egamma -use D3PDMakerInterfaces D3PDMakerInterfaces-* PhysicsAnalysis/D3PDMaker -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker -use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis -end_private - - -library egammaD3PDAnalysis *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" diff --git a/PhysicsAnalysis/D3PDMaker/egammaD3PDMaker/cmt/requirements b/PhysicsAnalysis/D3PDMaker/egammaD3PDMaker/cmt/requirements deleted file mode 100644 index 06318c8e6173ba5254abf8e37f0d79a40a19fb98..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDMaker/egammaD3PDMaker/cmt/requirements +++ /dev/null @@ -1,46 +0,0 @@ -package egammaD3PDMaker - -use AtlasPolicy AtlasPolicy-* - -private -use GaudiInterface GaudiInterface-* External -use AtlasHepMC AtlasHepMC-* External -use AtlasCLHEP AtlasCLHEP-* External - -use AthenaKernel AthenaKernel-* Control -use SGTools SGTools-* Control -use Navigation Navigation-* Control -use StoreGate StoreGate-* Control -use EventKernel EventKernel-* Event -use FourMomUtils FourMomUtils-* Event -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use CaloIdentifier CaloIdentifier-* Calorimeter -use D3PDMakerInterfaces D3PDMakerInterfaces-* PhysicsAnalysis/D3PDMaker -use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker -use TriggerD3PDMaker TriggerD3PDMaker-* PhysicsAnalysis/D3PDMaker -use egammaEvent egammaEvent-* Reconstruction/egamma -use TrigParticle TrigParticle-* Trigger/TrigEvent -use TrigCaloEvent TrigCaloEvent-* Trigger/TrigEvent -use TrigInDetEvent TrigInDetEvent-* Trigger/TrigEvent -use AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger -use TrigObjectMatching TrigObjectMatching-* Trigger/TrigAnalysis -use TrkParameters TrkParameters-* Tracking/TrkEvent -use SGTools SGTools-* Control -use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use CaloTrackingGeometry CaloTrackingGeometry-* Calorimeter - -end_private - - -library egammaD3PDMaker *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" - diff --git a/PhysicsAnalysis/D3PDTools/EventLoop/cmt/Makefile.RootCore b/PhysicsAnalysis/D3PDTools/EventLoop/cmt/Makefile.RootCore deleted file mode 100644 index b2c90d91f89dee950b5167400cf52c27e417a554..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDTools/EventLoop/cmt/Makefile.RootCore +++ /dev/null @@ -1,18 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -PACKAGE = EventLoop -PACKAGE_PRELOAD = Tree Hist Proof ProofPlayer -PACKAGE_CXXFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_DEP = RootCoreUtils SampleHandler -PACKAGE_TRYDEP = D3PDReader xAODRootAccess AsgTools -PACKAGE_CLEAN = cmt/configured EventLoop/config.h -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_SCRIPTS = scripts/el_wait scripts/el_retrieve - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/D3PDTools/EventLoop/cmt/requirements b/PhysicsAnalysis/D3PDTools/EventLoop/cmt/requirements deleted file mode 100644 index 1b8e88b1ebb69ac8d669f9164382fe58f5d12279..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDTools/EventLoop/cmt/requirements +++ /dev/null @@ -1,2 +0,0 @@ -package EventLoop -author krumnack diff --git a/PhysicsAnalysis/D3PDTools/EventLoopAlgs/cmt/Makefile.RootCore b/PhysicsAnalysis/D3PDTools/EventLoopAlgs/cmt/Makefile.RootCore deleted file mode 100644 index f8272cc58390f37c0714a1baaa87b1776715f653..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDTools/EventLoopAlgs/cmt/Makefile.RootCore +++ /dev/null @@ -1,18 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -PACKAGE = EventLoopAlgs -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_DEP = EventLoop MultiDraw -PACKAGE_TRYDEP = xAODEventInfo -PACKAGE_CLEAN = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/D3PDTools/EventLoopAlgs/cmt/requirements b/PhysicsAnalysis/D3PDTools/EventLoopAlgs/cmt/requirements deleted file mode 100644 index 3ceb9e2daa32efbf5b852f430e5bfb63bea48c39..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDTools/EventLoopAlgs/cmt/requirements +++ /dev/null @@ -1,2 +0,0 @@ -package EventLoopAlgs -author krumnack diff --git a/PhysicsAnalysis/D3PDTools/EventLoopGrid/cmt/Makefile.RootCore b/PhysicsAnalysis/D3PDTools/EventLoopGrid/cmt/Makefile.RootCore deleted file mode 100644 index 2e70b3a90cbdd0e9b2ecfbe1bd4cbb636073ad4e..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDTools/EventLoopGrid/cmt/Makefile.RootCore +++ /dev/null @@ -1,14 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -PACKAGE = EventLoopGrid -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_LDFLAGS = -lpthread -PACKAGE_BINFLAGS = -PACKAGE_DEP = EventLoop SampleHandler RootCoreUtils -PACKAGE_NOOPT = 0 -PACKAGE_PEDANTIC = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/D3PDTools/EventLoopGrid/cmt/requirements b/PhysicsAnalysis/D3PDTools/EventLoopGrid/cmt/requirements deleted file mode 100644 index 29986f33e2664d662953ce3da76aaab2b8edfc82..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDTools/EventLoopGrid/cmt/requirements +++ /dev/null @@ -1,2 +0,0 @@ -package EventLoopGrid -author krumnack diff --git a/PhysicsAnalysis/D3PDTools/MultiDraw/cmt/Makefile.RootCore b/PhysicsAnalysis/D3PDTools/MultiDraw/cmt/Makefile.RootCore deleted file mode 100644 index 32e02c9636b35699721507f1002a58161c461ef2..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDTools/MultiDraw/cmt/Makefile.RootCore +++ /dev/null @@ -1,14 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -PACKAGE = MultiDraw -PACKAGE_PRELOAD = Tree TreePlayer Hist -PACKAGE_CXXFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_DEP = RootCoreUtils SampleHandler EventLoop -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/D3PDTools/MultiDraw/cmt/requirements b/PhysicsAnalysis/D3PDTools/MultiDraw/cmt/requirements deleted file mode 100644 index 6a63833330ee617b92a420e3407770711def8ba5..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDTools/MultiDraw/cmt/requirements +++ /dev/null @@ -1,2 +0,0 @@ -package MultiDraw -author krumnack diff --git a/PhysicsAnalysis/D3PDTools/RootCoreUtils/cmt/Makefile.RootCore b/PhysicsAnalysis/D3PDTools/RootCoreUtils/cmt/Makefile.RootCore deleted file mode 100644 index 65590b411e27be1989c0874639dbac880154f273..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDTools/RootCoreUtils/cmt/Makefile.RootCore +++ /dev/null @@ -1,19 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -PACKAGE = RootCoreUtils -PACKAGE_PRELOAD = Hist Tree boost_regex -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_DEP = Asg_Boost -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = data/download -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/D3PDTools/RootCoreUtils/cmt/requirements b/PhysicsAnalysis/D3PDTools/RootCoreUtils/cmt/requirements deleted file mode 100644 index e07226b915b900f98bddf18ccf19cd3505cc141e..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDTools/RootCoreUtils/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -## automatically generated CMT requirements file -package RootCoreUtils -author cburgard - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use AtlasBoost AtlasBoost-* External - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Physics Hist Tree RIO)" - -## for gaudi tools, services and objects - -## put here your package dependencies... - -## - -branches Root - -# create an installed library, i.e., one where others can inherit from -macro_append RootCoreUtils_shlibflags " $(Boost_linkopts_regex) " -library RootCoreUtils ../Root/*.cxx -apply_pattern installed_library - -private -use AtlasROOT AtlasROOT-* External -end_private diff --git a/PhysicsAnalysis/D3PDTools/SampleHandler/cmt/Makefile.RootCore b/PhysicsAnalysis/D3PDTools/SampleHandler/cmt/Makefile.RootCore deleted file mode 100644 index 04c7aeaffc8f1fc90623aec4d8291a3554c814b1..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDTools/SampleHandler/cmt/Makefile.RootCore +++ /dev/null @@ -1,8 +0,0 @@ -PACKAGE = SampleHandler -PACKAGE_PRELOAD = Tree Proof PyROOT -PACKAGE_CXXFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_DEP = RootCoreUtils Asg_GoogleTest AsgTools -PACKAGE_PEDANTIC = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/D3PDTools/SampleHandler/cmt/requirements b/PhysicsAnalysis/D3PDTools/SampleHandler/cmt/requirements deleted file mode 100644 index 969197a1b5be31429dcbe9d1b6f4d2d4d58492dd..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/D3PDTools/SampleHandler/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -## automatically generated CMT requirements file -package SampleHandler -author cburgard - -## for athena policies: this has to be the first use statement -public -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use AtlasPyROOT AtlasPyROOT-* External -use RootCoreUtils RootCoreUtils-* PhysicsAnalysis/D3PDTools -use AsgTools AsgTools-* Control/AthToolSupport -end_public - -private -use AtlasBoost AtlasBoost-* External -#use AtlasReflex AtlasReflex-* External -end_private - -## for gaudi tools, services and objects - -## put here your package dependencies... - -## - -branches Root src - -apply_tag ROOTBasicLibs -macro_append SampleHandler_shlibflags " -lPyROOT -lProof -lProofPlayer $(Boost_linkopts_regex) " - -# create an installed library, i.e., one where others can inherit from -library SampleHandler ../Root/*.cxx -apply_pattern installed_library - - -private -macro_append extra_root_cint_includes "-I${RootCoreUtils_root}" -apply_pattern have_root_headers root_headers="DiskList.h DiskListEOS.h DiskListLocal.h DiskListSRM.h DiskListXRD.h DiskOutput.h DiskOutputLocal.h DiskOutputXRD.h DiskWriter.h DiskWriterLocal.h DiskWriterXRD.h Global.h Meta.h MetaData.h MetaNames.h MetaDataQuery.h MetaDataSample.h MetaFields.h MetaObject.h MetaVector.h Sample.h SampleComposite.h SampleGrid.h SampleHandler.h SampleHist.h SampleLocal.h SampleMeta.h SamplePtr.h ScanDir.h TagList.h ToolsDiscovery.h ToolsDuplicates.h ToolsJoin.h ToolsMeta.h ToolsSplit.h fetch.h ../Root/LinkDef.h" headers_lib=SampleHandler - -use TestTools TestTools-* AtlasTest - -# unit tests -apply_pattern UnitTest_run unit_test=ut_meta_convert - -end_private diff --git a/PhysicsAnalysis/DPDUtils/cmt/requirements b/PhysicsAnalysis/DPDUtils/cmt/requirements deleted file mode 100644 index 930cff172eb945aa2d3fe4e42bad516deee54ea3..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/DPDUtils/cmt/requirements +++ /dev/null @@ -1,51 +0,0 @@ -package DPDUtils - -author Sven Menke <menke@mppmu.mpg.de> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -use CaloEvent CaloEvent-* Calorimeter -use egammaEvent egammaEvent-* Reconstruction/egamma -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use Particle Particle-* Reconstruction -use NavFourMom NavFourMom-* Event -use AthenaKernel AthenaKernel-* Control -use JetEvent JetEvent-* Reconstruction/Jet -use TagEvent TagEvent-* PhysicsAnalysis/EventTag -use StoreGate StoreGate-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis - -use UserAnalysisUtils UserAnalysisUtils-* PhysicsAnalysis/AnalysisCommon - -## PyAthena dependency: just python runtime (so no_auto_imports) -use AthenaPython AthenaPython-* Control -no_auto_imports -use AthenaBaseComps AthenaBaseComps-* Control - -private -use AtlasCLHEP AtlasCLHEP-* External -use DBDataModel DBDataModel-* Database/AthenaPOOL -use EventBookkeeperMetaData EventBookkeeperMetaData-* Event -use tauEvent tauEvent-* Reconstruction - - -public -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -branches src DPDUtils python - -public -library DPDUtils *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=DPDUtils selectionfile=selection.xml headerfiles="../DPDUtils/DPDUtilsDict.h" -end_private diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkCalo/cmt/requirements b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkCalo/cmt/requirements deleted file mode 100644 index 3093eb4d60611ab3653b1a8b16c7982d59fca1b6..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkCalo/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package DerivationFrameworkCalo -author James Catmore <james.catmore@cern.ch> - -################################################################# -# public use statements -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use CaloEvent CaloEvent-* Calorimeter -use CaloIdentifier CaloIdentifier-* Calorimeter - -private -use GaudiInterface GaudiInterface-* External -use ExpressionEvaluation ExpressionEvaluation-* PhysicsAnalysis/CommonTools -use CaloUtils CaloUtils-* Calorimeter -use CaloEvent CaloEvent-* Calorimeter -use xAODTau xAODTau-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use CaloClusterCorrection CaloClusterCorrection-* Calorimeter -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter -use LArCabling LArCabling-* LArCalorimeter -use FourMomUtils FourMomUtils-* Event -use AtlasROOT AtlasROOT-* External -################################################################ -# -public - -## declare the directories CMT should know about -branches python share src - -apply_pattern dual_use_library files= " *.cxx " -apply_pattern declare_joboptions files=" *.py" -apply_pattern declare_python_modules files="*.py" -apply_tag ROOTMathLibs diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkCore/cmt/requirements b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkCore/cmt/requirements deleted file mode 100644 index 1ed526788d4f025e2371d6b3dec7cb7bd2d124de..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkCore/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package DerivationFrameworkCore -author James Catmore <James.Catmore@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework - -private -use AthenaKernel AthenaKernel-* Control -use DataModel DataModel-* Control -use SGTools SGTools-* Control -use StoreGate StoreGate-* Control - -public - -## declare the directories CMT should know about -branches python share src - -apply_pattern dual_use_library files= " *.cxx " -apply_pattern declare_joboptions files=" *.py" -apply_pattern declare_python_modules files="*.py" diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkEGamma/cmt/requirements b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkEGamma/cmt/requirements deleted file mode 100644 index d70395f08607e65f74b68d925cff2a8cd017fa40..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkEGamma/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package DerivationFrameworkEGamma -author James Catmore <james.catmore@cern.ch> - -################################################################# -# public use statements -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -use AsgTools AsgTools-* Control/AthToolSupport -use ElectronPhotonShowerShapeFudgeTool ElectronPhotonShowerShapeFudgeTool-* PhysicsAnalysis/ElectronPhotonID -use ElectronPhotonSelectorTools ElectronPhotonSelectorTools-* PhysicsAnalysis/ElectronPhotonID - -private -use xAODBase xAODBase-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD -use GaudiInterface GaudiInterface-* External -use ExpressionEvaluation ExpressionEvaluation-* PhysicsAnalysis/CommonTools -use AtlasROOT AtlasROOT-* External -use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis -################################################################ -# -public - -## declare the directories CMT should know about -branches python share src - -apply_pattern dual_use_library files= " *.cxx " -apply_pattern declare_joboptions files=" *.py" -apply_pattern declare_python_modules files="*.py" -apply_tag ROOTMathLibs diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkExamples/cmt/requirements b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkExamples/cmt/requirements deleted file mode 100644 index 8efcb70df864ddaa910c45b2e7070f71759291bf..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkExamples/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package DerivationFrameworkExamples -author James Catmore <james.catmore@cern.ch> - -################################################################# -# public use statements -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework -use xAODMuon xAODMuon-* Event/xAOD -use GaudiInterface GaudiInterface-* External -private -use xAODTracking xAODTracking-* Event/xAOD -use AthenaKernel AthenaKernel-* Control - - -################################################################# -# -public - -## declare the directories CMT should know about -branches python share src - -apply_pattern dual_use_library files= " *.cxx " -apply_pattern declare_joboptions files=" *.py" -apply_pattern declare_python_modules files="*.py" - diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkExotics/cmt/requirements b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkExotics/cmt/requirements deleted file mode 100644 index 6801f046a6cd3756570218fbaab40e9a0cc50858..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkExotics/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package DerivationFrameworkExotics -author James Catmore <james.catmore@cern.ch> - -################################################################# -# public use statements -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control - -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use JetCalibTools JetCalibTools-* Reconstruction/Jet -use xAODJet xAODJet-* Event/xAOD - -private -use AtlasCLHEP AtlasCLHEP-* External -use GaudiInterface GaudiInterface-* External -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD - -private - -################################################################# -# -public - -## declare the directories CMT should know about -branches python share - -apply_pattern dual_use_library files= " *.cxx " -apply_pattern declare_joboptions files=" *.py" -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_calib files="../share/*.root" - diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/cmt/requirements b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/cmt/requirements deleted file mode 100644 index ede0b3ebbedff4ff29d52681b51958d1bc67b4c8..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package DerivationFrameworkHiggs -author James Catmore <james.catmore@cern.ch> - -################################################################# -# public use statements -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD - -private -use AtlasCLHEP AtlasCLHEP-* External -use GaudiInterface GaudiInterface-* External -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD - -################################################################# -# -public - -## declare the directories CMT should know about -branches python share src - -apply_pattern dual_use_library files= " *.cxx " -apply_pattern declare_joboptions files=" *.py" -apply_pattern declare_python_modules files="*.py" diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInDet/cmt/requirements b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInDet/cmt/requirements deleted file mode 100644 index 4364e6f0c2e617aa1d38a2508591391d4e39666c..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInDet/cmt/requirements +++ /dev/null @@ -1,70 +0,0 @@ -package DerivationFrameworkInDet -author James Catmore <james.catmore@cern.ch> - -################################################################# -# public use statements -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use CLIDSvc CLIDSvc-* Control -use StoreGate StoreGate-* Control -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework -use xAODBase xAODBase-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use AthLinks AthLinks-* Control -use SCT_ConditionsServices SCT_ConditionsServices-* InnerDetector/InDetConditions -use SCT_Cabling SCT_Cabling-* InnerDetector/InDetDetDescr -use xAODEventInfo xAODEventInfo-* Event/xAOD -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External -use IRegionSelector IRegionSelector-* DetectorDescription -use Identifier Identifier-* DetectorDescription -use RoiDescriptor RoiDescriptor-* DetectorDescription -use VxVertex VxVertex-* Tracking/TrkEvent -use AthenaKernel AthenaKernel-* Control -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TrkTrack TrkTrack-* Tracking/TrkEvent - - -private -use GaudiInterface GaudiInterface-* External -use xAODMuon xAODMuon-* Event/xAOD -use xAODTau xAODTau-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use ExpressionEvaluation ExpressionEvaluation-* PhysicsAnalysis/CommonTools -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter - -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TRT_ConditionsServices TRT_ConditionsServices-* InnerDetector/InDetConditions - -use CommissionEvent CommissionEvent-* Commission - -use InDetPhysValMonitoring InDetPhysValMonitoring-* InnerDetector/InDetValidation -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation - -use LArRecEvent LArRecEvent-* LArCalorimeter -use FourMomUtils FourMomUtils-* Event - -end_private - -################################################################ -# -public - -## declare the directories CMT should know about -branches python share src src/components - -apply_pattern dual_use_library files= " *.cxx " -apply_pattern declare_joboptions files=" *.py" -apply_pattern declare_python_modules files="*.py" - diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInterfaces/cmt/requirements b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInterfaces/cmt/requirements deleted file mode 100644 index 8ca221b5a2d68744a2b16dd292cb0567a469c0a9..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInterfaces/cmt/requirements +++ /dev/null @@ -1,11 +0,0 @@ -package DerivationFrameworkInterfaces -author <James.Catmore@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=DerivationFrameworkInterfaces selectionfile=selection.xml headerfiles="../DerivationFrameworkInterfaces/DerivationFrameworkInterfacesDict.h" -end_private \ No newline at end of file diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkJetEtMiss/cmt/requirements b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkJetEtMiss/cmt/requirements deleted file mode 100644 index 41f93874d0e78b875e7c4aa493ccc0a8cb3429b6..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkJetEtMiss/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package DerivationFrameworkJetEtMiss -author James Catmore <james.catmore@cern.ch> - -################################################################# -# public use statements -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External - -private - -use AthenaBaseComps AthenaBaseComps-* Control -use PathResolver PathResolver-* Tools - -use xAODTrigger xAODTrigger-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODPFlow xAODPFlow-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use AthenaKernel AthenaKernel-* Control -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use PFlowUtils PFlowUtils-* Reconstruction/PFlow - -use JetInterface JetInterface-* Reconstruction/Jet -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework -use xAODBTaggingEfficiency xAODBTaggingEfficiency-* PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration - -################################################################# -# -public - -## declare the directories CMT should know about -branches python share src - -apply_pattern dual_use_library files= " *.cxx " -apply_pattern declare_joboptions files=" *.py" -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_runtime files="*.root" diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/cmt/requirements b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/cmt/requirements deleted file mode 100644 index 22baf8bf540ae490dc05d2597488bb8de146142e..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package DerivationFrameworkL1Calo -author James Catmore <james.catmore@cern.ch> -author John Morris <john.morris@cern.ch> -author Ben Allen <benjamin.william.allen@cern.ch> - -################################################################# -# public use statements -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework - - -private -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -use xAODTrigL1Calo xAODTrigL1Calo-* Event/xAOD -################################################################ -# -public - -## declare the directories CMT should know about -branches python share src - -apply_pattern dual_use_library files= " *.cxx " -apply_pattern declare_joboptions files=" *.py" -apply_pattern declare_python_modules files="*.py" -apply_tag ROOTMathLibs - - diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth/cmt/requirements b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth/cmt/requirements deleted file mode 100644 index 71f9f00cfa8057629c349035653c5875be16329d..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -package DerivationFrameworkMCTruth -author James Catmore <james.catmore@cern.ch> - -################################################################# -# public use statements -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework -use xAODTruth xAODTruth-* Event/xAOD -use HepPDT * LCG_Interfaces -# added by Frank Paige -use AtlasHepMC AtlasHepMC-* External -use AtlasFastJet AtlasFastJet-* External -use xAODEventInfo xAODEventInfo-* Event/xAOD - -private -use GeneratorObjects GeneratorObjects-* Generators -use AthenaKernel AthenaKernel-* Control -#use EventKernel EventKernel-* Event -use ExpressionEvaluation ExpressionEvaluation-* PhysicsAnalysis/CommonTools -use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis - -# added by Frank Paige -#use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID -#use McParticleKernel McParticleKernel-* PhysicsAnalysis/TruthParticleID -#use McParticleUtils McParticleUtils-* PhysicsAnalysis/TruthParticleID -#use TruthHelper TruthHelper-* Generators/GenAnalysisTools -use AtlasROOT AtlasROOT-* External -use xAODJet xAODJet-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD -use EventInfo EventInfo-* Event - -################################################################# -# -public - -## declare the directories CMT should know about -branches python share src DerivationFrameworkMCTruth - -apply_pattern dual_use_library files= " *.cxx " -apply_pattern declare_joboptions files=" *.py" -apply_pattern declare_python_modules files="*.py" - diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkMuons/cmt/requirements b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkMuons/cmt/requirements deleted file mode 100644 index 0e5f0b297a934b05625027f36e9fc48f13b9e1e3..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkMuons/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package DerivationFrameworkMuons -author James Catmore <james.catmore@cern.ch> - -################################################################# -# public use statements -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use CaloEvent CaloEvent-* Calorimeter -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework -use ExpressionEvaluation ExpressionEvaluation-* PhysicsAnalysis/CommonTools -use GaudiInterface GaudiInterface-* External -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use TrigMuonMatching TrigMuonMatching-* Trigger/TrigAnalysis -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -private -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External -#use MuonRecToolInterfaces MuonRecToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use MuonTPTools MuonTPTools-* PhysicsAnalysis/MuonID/MuonPerformanceAnalysis -#use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation/TrkExInterfaces -use AthenaBaseComps AthenaBaseComps-* Control -end_private -################################################################ -# -public - -## declare the directories CMT should know about -branches python share src - -apply_pattern dual_use_library files= " *.cxx " -apply_pattern declare_joboptions files=" *.py" -apply_pattern declare_python_modules files="*.py" - diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkSM/cmt/requirements b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkSM/cmt/requirements deleted file mode 100644 index b03c42ed6b832c386056b265982f81a266a7e9e6..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkSM/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package DerivationFrameworkSM -author James Catmore <james.catmore@cern.ch> - -################################################################# -# public use statements -use AtlasPolicy AtlasPolicy-* -#use AthenaBaseComps AthenaBaseComps-* Control -#use GaudiInterface GaudiInterface-* External -private - - -################################################################# -# -public - -## declare the directories CMT should know about -branches python share - -#apply_pattern dual_use_library files= " *.cxx " -apply_pattern declare_joboptions files=" *.py" -apply_pattern declare_python_modules files="*.py" - diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkSUSY/cmt/requirements b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkSUSY/cmt/requirements deleted file mode 100644 index 00d9f1ee7e229897b1f05a0c09d8c17b0aad473c..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkSUSY/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -package DerivationFrameworkSUSY -author James Catmore <james.catmore@cern.ch> - -################################################################# -# public use statements -use AtlasPolicy AtlasPolicy-* -#use AthenaBaseComps AthenaBaseComps-* Control -#use GaudiInterface GaudiInterface-* External - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework -use xAODTruth xAODTruth-* Event/xAOD - -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools - -use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis - -private -use GaudiInterface GaudiInterface-* External -use ExpressionEvaluation ExpressionEvaluation-* PhysicsAnalysis/CommonTools -use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis -use xAODEventInfo xAODEventInfo-* Event/xAOD - -use xAODTracking xAODTracking-* Event/xAOD -use xAODAssociations xAODAssociations-* Event/xAOD - -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External - -use xAODJet xAODJet-* Event/xAOD - -################################################################# -# -public - -## declare the directories CMT should know about -branches python share - -apply_pattern dual_use_library files= " *.cxx " -apply_pattern declare_joboptions files=" *.py" -apply_pattern declare_python_modules files="*.py" - diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkTau/cmt/requirements b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkTau/cmt/requirements deleted file mode 100644 index 32e073f8f01c336242c188eb17ad00459385cceb..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkTau/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package DerivationFrameworkTau -author James Catmore <james.catmore@cern.ch> - -################################################################# -# public use statements -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework -use GaudiInterface GaudiInterface-* External -use xAODTracking xAODTracking-* Event/xAOD - -private -use xAODTau xAODTau-* Event/xAOD -use JpsiUpsilonTools JpsiUpsilonTools-* PhysicsAnalysis -use TauAnalysisTools TauAnalysisTools-* PhysicsAnalysis/TauID - -################################################################# -# -public - -## declare the directories CMT should know about -branches python share src DerivationFrameworkTau - -apply_pattern dual_use_library files= " *.cxx " -apply_pattern declare_joboptions files=" *.py" -apply_pattern declare_python_modules files="*.py" - diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkTools/cmt/requirements b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkTools/cmt/requirements deleted file mode 100644 index 5b2a4082c5f9d258371b34120be30c9f86b7b47b..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkTools/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package DerivationFrameworkTools -author Thomas Gillam <thomas.gillam@cern.ch> - -# Public use statement -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework -use GaudiInterface GaudiInterface-* External -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -use xAODBase xAODBase-* Event/xAOD - -private - use ExpressionEvaluation ExpressionEvaluation-* PhysicsAnalysis/CommonTools - use AtlasROOT AtlasROOT-* External - use AthenaKernel AthenaKernel-* Control -end_private - -public - -## Seem to need an installed library for linking -# not to fail -#library DerivationFrameworkTools *.cxx -#apply_pattern installed_library - -## declare the directories CMT should know about -#branches python share src -branches src - -apply_pattern dual_use_library files= " *.cxx " -#apply_pattern declare_joboptions files=" *.py" -#apply_pattern declare_python_modules files="*.py" diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/cmt/Makefile.RootCore b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/cmt/Makefile.RootCore deleted file mode 100644 index f0313ffdfa888fb18d6c33ca65c5dc73e5db245f..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/cmt/Makefile.RootCore +++ /dev/null @@ -1,9 +0,0 @@ - -PACKAGE = ElectronEfficiencyCorrection -PACKAGE_PRELOAD = Tree TreePlayer XMLParser XMLIO -PACKAGE_CXXFLAGS = -I/usr/include/libxml2 -PACKAGE_BINFLAGS = -lxml2 -PACKAGE_DEP = ElectronPhotonSelectorTools AsgAnalysisInterfaces AsgTools Asg_Boost xAODEgamma xAODEventInfo PATCore PATInterfaces PathResolver CxxUtils xAODMetaData -PACKAGE_PEDANTIC = 1 -PACKAGE_REFLEX = 1 -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/cmt/requirements b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/cmt/requirements deleted file mode 100644 index dee22d6c4815d89ba06126c10ea83630fa3e3174..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/cmt/requirements +++ /dev/null @@ -1,61 +0,0 @@ -## automatically generated CMT requirements file -package ElectronEfficiencyCorrection -author kkoeneke - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use AtlasPyROOT AtlasPyROOT-* External -use AtlasROOT AtlasROOT-* External -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -use AsgTools AsgTools-* Control/AthToolSupport -use AthContainers AthContainers-* Control -use xAODEgamma xAODEgamma-* Event/xAOD -use AtlasBoost AtlasBoost-* External - -## put here your package dependencies... -private -use AsgAnalysisInterfaces AsgAnalysisInterfaces-* PhysicsAnalysis/Interfaces -use AthAnalysisBaseComps AthAnalysisBaseComps-* Control -use AsgTools AsgTools-* Control/AthToolSupport -use GaudiInterface GaudiInterface-* External -use xAODEventInfo xAODEventInfo-* Event/xAOD -use CxxUtils CxxUtils-* Control -use PathResolver PathResolver-* Tools -use AthenaBaseComps AthenaBaseComps-* Control -use xAODCore xAODCore-* Event/xAOD -#next two are needed to get checkreq to shhh about the util stuff... this is annoying, but that's life! (will@cern) -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODMetaData xAODMetaData-* Event/xAOD -use ElectronPhotonSelectorTools ElectronPhotonSelectorTools-* PhysicsAnalysis/ElectronPhotonID -end_private -## - -## macros -apply_tag ROOTBasicLibs -apply_tag ROOTMathLibs - - -## declare the directories CMT should know about -branches ElectronEfficiencyCorrection python src Root share data - -# Create a dual-use library -#apply_pattern dual_use_library files="../Root/*.cxx" -#apply_pattern dual_use_library files="*.cxx ../scr/*.cxx ../Root/*.cxx components/*.cxx" -apply_pattern dual_use_library files="*.cxx ../scr/*.cxx ../Root/*.cxx" - -## install our python modules -apply_pattern declare_python_modules files="*.py" - -## install our job options files -apply_pattern declare_joboptions files="*.py" - -## install the ROOT files (in the data/ directory) -apply_pattern declare_calib files="../data/*.root ../data/*.txt" - -## For reflex dictionary generation -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=ElectronEfficiencyCorrection selectionfile=selection.xml headerfiles="..\/ElectronEfficiencyCorrection/ElectronEfficiencyCorrectionDict.h" diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/cmt/Makefile.RootCore b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/cmt/Makefile.RootCore deleted file mode 100644 index c2e439cc5528d12aa84885e84439310cc1010011..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/cmt/Makefile.RootCore +++ /dev/null @@ -1,10 +0,0 @@ -PACKAGE = ElectronPhotonFourMomentumCorrection -PACKAGE_PRELOAD = Hist Physics -PACKAGE_CXXFLAGS = -Wno-shadow -Wall -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_DEP = AsgTools PATCore egammaLayerRecalibTool egammaMVACalib PATInterfaces xAODEventInfo xAODEgamma PathResolver xAODRootAccess CxxUtils xAODMetaData -PACKAGE_PEDANTIC = 1 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/cmt/requirements b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/cmt/requirements deleted file mode 100644 index 79b17e423b12edf07b1bae8112338535304142b9..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/cmt/requirements +++ /dev/null @@ -1,61 +0,0 @@ -### automatically generated CMT requirements file -package ElectronPhotonFourMomentumCorrection -author kkoeneke - - -public -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -use AsgTools AsgTools-* Control/AthToolSupport -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD - -private -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use PathResolver PathResolver-* Tools -use egammaLayerRecalibTool egammaLayerRecalibTool-* Reconstruction/egamma -use egammaMVACalib egammaMVACalib-* Reconstruction/egamma -use xAODTracking xAODTracking-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD -use CxxUtils CxxUtils-* Control -use AtlasBoost AtlasBoost-* External -use xAODMetaData xAODMetaData-* Event/xAOD -use AthAnalysisBaseComps AthAnalysisBaseComps-* Control -use xAODTruth xAODTruth-* Event/xAOD - - -end_private - -branches ElectronPhotonFourMomentumCorrection src src/components Root doc python share - -# Create a dual-use library -apply_pattern dual_use_library files="*.cxx ../Root/*.cxx" - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -## install the xml files (in the data/ directory) -apply_pattern declare_xmls extras="-s=../data *.root" - -# https://twiki.cern.ch/twiki/bin/view/AtlasComputing/PathResolver#What_if_I_really_have_to_keep_a -apply_pattern declare_calib files="../data/*.root" -private - -## For reflex dictionary generation -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=ElectronPhotonFourMomentumCorrection selectionfile=selection.xml headerfiles="..\/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrectionDict.h" - -use TestPolicy TestPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -#runtime tests: -apply_pattern athenarun_test \ - name="EgammaCalibrationAndSmearing_test" \ - options="ElectronPhotonFourMomentumCorrection/CalibrationExample2_jobOptions.py" \ - pre_script="../cmt/setup.sh" \ - post_script="${TESTTOOLSROOT}/share/post.sh EgammaCalibrationAndSmearing_test" diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/cmt/Makefile.RootCore b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/cmt/Makefile.RootCore deleted file mode 100644 index b0531f3f6e178a729edd777d421150ff0c37730c..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,11 +0,0 @@ -PACKAGE = ElectronPhotonSelectorTools -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_DEP = AsgTools xAODEgamma PATCore PathResolver xAODCaloEvent xAODTracking xAODHIEvent FourMomUtils MVAUtils -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_PEDANTIC = 1 -PACKAGE_REFLEX = 1 -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/cmt/requirements b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/cmt/requirements deleted file mode 100644 index 1a894d147def8c8c808d147653d9eead4917f6aa..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/cmt/requirements +++ /dev/null @@ -1,55 +0,0 @@ -package ElectronPhotonSelectorTools - -author Tulay Cuhadar Donszelmann <tcuhadar@cern.ch> -author Jovan Mitrevski <jovan.mitrevski@cern.ch> - -## For Athena policies: it has to be the first use statement - -use AtlasPolicy AtlasPolicy-* -use AtlasPyROOT AtlasPyROOT-* External -use AtlasROOT AtlasROOT-* External -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon - -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use MVAUtils MVAUtils-* Reconstruction -use AsgTools AsgTools-* Control/AthToolSupport -use xAODTracking xAODTracking-* Event/xAOD - -private -use CxxUtils CxxUtils-* Control -use xAODCore xAODCore-* Event/xAOD -use GaudiInterface GaudiInterface-* External -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use PathResolver PathResolver-* Tools -use FourMomUtils FourMomUtils-* Event -use xAODHIEvent xAODHIEvent-* Event/xAOD -use CxxUtils CxxUtils-* Control - -# in AtlasEvent, even if in PhysicsAnalysis directory -end_private - -## macros -apply_tag ROOTBasicLibs -apply_tag ROOTMathLibs - -## declare the directories CMT should know about -branches ElectronPhotonSelectorTools python src Root share data - -# Create a dual-use library -apply_pattern dual_use_library files="*.cxx ../Root/*.cxx" - -## install our python modules -apply_pattern declare_python_modules files="*.py" - -## install our job options files -apply_pattern declare_joboptions files="*.py" - -## install the ROOT files (in the data/ directory) -apply_pattern declare_calib files="../data/*.root ../data/*.conf" - -## For reflex dictionary generation -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=ElectronPhotonSelectorTools selectionfile=selectionCore.xml headerfiles="..\/ElectronPhotonSelectorTools/ElectronPhotonSelectorToolsCoreDict.h" -apply_pattern lcgdict dict=ElectronPhotonSelectorToolsPython selectionfile=selectionPython.xml headerfiles="..\/ElectronPhotonSelectorTools/ElectronPhotonSelectorToolsPythonDict.h" diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonShowerShapeFudgeTool/cmt/Makefile.RootCore b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonShowerShapeFudgeTool/cmt/Makefile.RootCore deleted file mode 100644 index ecf87257cc7250afa0952aefba4524828ff800ae..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonShowerShapeFudgeTool/cmt/Makefile.RootCore +++ /dev/null @@ -1,11 +0,0 @@ -PACKAGE = ElectronPhotonShowerShapeFudgeTool -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_DEP = AsgTools xAODEgamma PATInterfaces PathResolver -PACKAGE_PEDANTIC = 1 -PACKAGE_REFLEX = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonShowerShapeFudgeTool/cmt/requirements b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonShowerShapeFudgeTool/cmt/requirements deleted file mode 100644 index 773bbf19f146725b151eab6446716c43f8c9d6ab..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonShowerShapeFudgeTool/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package ElectronPhotonShowerShapeFudgeTool - -## For Athena policies: it has to be the first use statement - -use AtlasPolicy AtlasPolicy-* -use AtlasPyROOT AtlasPyROOT-* External -use AtlasROOT AtlasROOT-* External - -use xAODEgamma xAODEgamma-* Event/xAOD -use AsgTools AsgTools-* Control/AthToolSupport -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon - -private -use GaudiInterface GaudiInterface-* External -use PathResolver PathResolver-* Tools -# in AtlasEvent, even if in PhysicsAnalysis directory -end_private - -## macros -apply_tag ROOTBasicLibs -apply_tag ROOTMathLibs - -#macro_append ROOT_linkopts " -lPyROOT" - -## declare the directories CMT should know about -branches ElectronPhotonShowerShapeFudgeTool src Root - -# Create a dual-use library -apply_pattern dual_use_library files="*.cxx ../Root/*.cxx" - -## install our python modules -apply_pattern declare_python_modules files="*.py" - -## install our job options files -apply_pattern declare_joboptions files="*.py" - -## For reflex dictionary generation -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=ElectronPhotonShowerShapeFudgeTool selectionfile=selection.xml \ - headerfiles="..\/ElectronPhotonShowerShapeFudgeTool/ElectronPhotonShowerShapeFudgeToolDict.h" diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonTagTools/cmt/requirements b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonTagTools/cmt/requirements deleted file mode 100755 index c1e5bb596bbc3c2f8062c56100a509c0bb5d3364..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonTagTools/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package ElectronPhotonTagTools - -author Ketevi A. Assamagan <ketevi@bnl.gov> - -use AtlasPolicy AtlasPolicy-* - -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use GaudiInterface GaudiInterface-* External -use StoreGate StoreGate-* Control -use AthenaBaseComps AthenaBaseComps-* Control - -use EventInfo EventInfo-* Event -use TagEvent TagEvent-* PhysicsAnalysis/EventTag -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD -use ElectronPhotonSelectorTools ElectronPhotonSelectorTools-* PhysicsAnalysis/ElectronPhotonID -use ElectronPhotonShowerShapeFudgeTool ElectronPhotonShowerShapeFudgeTool-* PhysicsAnalysis/ElectronPhotonID -use ElectronPhotonFourMomentumCorrection ElectronPhotonFourMomentumCorrection-* PhysicsAnalysis/ElectronPhotonID -use IsolationSelection IsolationSelection-* PhysicsAnalysis/AnalysisCommon -use IsolationCorrections IsolationCorrections-* PhysicsAnalysis/ElectronPhotonID/ -use xAODEventInfo xAODEventInfo-* Event/xAOD - -private -use AnalysisUtils AnalysisUtils-* PhysicsAnalysis/AnalysisCommon -use xAODTracking xAODTracking-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODParticleEvent xAODParticleEvent-* Event/xAOD -use AthContainers AthContainers-* Control - -end_private - -private -apply_tag ROOTGraphicsLibs -apply_tag ROOTMathLibs - -apply_pattern dual_use_library files=*.cxx -apply_pattern declare_joboptions files="*.py" diff --git a/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/cmt/Makefile.RootCore b/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/cmt/Makefile.RootCore deleted file mode 100644 index 5063db30beb55994278c14c31ba77bc0842bfb98..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/cmt/Makefile.RootCore +++ /dev/null @@ -1,16 +0,0 @@ -PACKAGE = IsolationCorrections -PACKAGE_PRELOAD = Hist Physics -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = PATInterfaces AsgTools PathResolver xAODEgamma xAODEventInfo xAODPrimitives xAODEventShape EventShapeInterface xAODJet JetRec JetCalibTools xAODRootAccess xAODMetaData -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/cmt/requirements b/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/cmt/requirements deleted file mode 100644 index 144ae1e26cd3e9f30a6a3aa6db161b172b9ba2d4..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -## automatically generated CMT requirements file -package IsolationCorrections -author smazza - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -use AsgTools AsgTools-* Control/AthToolSupport -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODPrimitives xAODPrimitives-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD - -private -use PathResolver PathResolver-* Tools -use GaudiInterface GaudiInterface-* External -use AthAnalysisBaseComps AthAnalysisBaseComps-* Control -use xAODMetaData xAODMetaData-* Event/xAOD -use AtlasBoost AtlasBoost-* External -end_private - -branches IsolationCorrections src src/components Root python share - - -apply_pattern dual_use_library files="*.cxx ../Root/*.cxx" - -## install the ROOT files (in the data/ directory) -apply_pattern declare_calib files="../data/*.root" - - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -# For reflex dictionary generation -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=IsolationCorrections selectionfile=selection.xml headerfiles="..\/IsolationCorrections/IsolationCorrectionsDict.h" diff --git a/PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/cmt/Makefile.RootCore b/PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/cmt/Makefile.RootCore deleted file mode 100644 index 0885885b4853b7304ea8e3a16e91021b12607295..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/cmt/Makefile.RootCore +++ /dev/null @@ -1,12 +0,0 @@ -# Author: Michael Pitt -# PhotonEfficiencyCorrection RootCore stand-alone makefile - -PACKAGE = PhotonEfficiencyCorrection -PACKAGE_PRELOAD = Tree TreePlayer XMLParser XMLIO -PACKAGE_CXXFLAGS = -I/usr/include/libxml2 -g -PACKAGE_BINFLAGS = -lxml2 -#PACKAGE_LDFLAGS = -lxml2 -L$(ROOTSYS)/lib/root -L$(ROOTSYS)/lib -lXMLIO -lXMLParser -lz -PACKAGE_DEP = AsgTools Asg_Boost xAODEgamma xAODEventInfo PATCore PATInterfaces PathResolver ElectronEfficiencyCorrection -PACKAGE_PEDANTIC = 1 -PACKAGE_REFLEX = 1 -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/cmt/requirements b/PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/cmt/requirements deleted file mode 100644 index bc3a5197d38799c3e9cb00094f4a751878efdf8b..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/cmt/requirements +++ /dev/null @@ -1,46 +0,0 @@ -## automatically generated CMT requirements file -package PhotonEfficiencyCorrection -author kkoeneke - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use AtlasPyROOT AtlasPyROOT-* External -use AtlasROOT AtlasROOT-* External -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -use AsgTools AsgTools-* Control/AthToolSupport -use xAODEgamma xAODEgamma-* Event/xAOD -use AtlasBoost AtlasBoost-* External -use ElectronEfficiencyCorrection ElectronEfficiencyCorrection-* PhysicsAnalysis/ElectronPhotonID - -## put here your package dependencies... -private -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use xAODEventInfo xAODEventInfo-* Event/xAOD -use PathResolver PathResolver-* Tools -use xAODCore xAODCore-* Event/xAOD -end_private -## - -## declare the directories CMT should know about -#branches PhotonEfficiencyCorrection python share src src/components Root data - -# Create a dual-use library (this is instead of library) -apply_pattern dual_use_library files="*.cxx ../scr/*.cxx ../Root/*.cxx" - -## install our python modules -apply_pattern declare_python_modules files="*.py" - -## install our root files -#apply_pattern declare_calib files="../data/*.root" -apply_pattern declare_calib files="-s=../data *.*" - -## install our job options files -apply_pattern declare_joboptions files="*.py" - -## For reflex dictionary generation -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=PhotonEfficiencyCorrection selectionfile=selection.xml headerfiles="..\/PhotonEfficiencyCorrection/PhotonEfficiencyCorrectionDict.h" diff --git a/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/cmt/Makefile.RootCore b/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/cmt/Makefile.RootCore deleted file mode 100644 index 5fae836f72b996080ebdac449ddcfeb885eeb30b..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = PhotonVertexSelection -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = xAODEgamma xAODTracking AsgTools PathResolver IsolationCorrections PathResolver -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/cmt/requirements b/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/cmt/requirements deleted file mode 100644 index 1e7412f0c916a91cdad45f4c3e650694906d3bfd..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package PhotonVertexSelection -# $Id$ - -author Christopher Meyer <chris.meyer@cern.ch> - - -public - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External - -use AsgTools AsgTools-* Control/AthToolSupport - -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD - -private - -use GaudiInterface GaudiInterface-* External -use PathResolver PathResolver-* Tools -use AthContainers AthContainers-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use IsolationCorrections IsolationCorrections-* PhysicsAnalysis/ElectronPhotonID - -end_private - -# Declare the library: -# library PhotonVertexSelection ../Root/*.cxx components/*.cxx - -# Create a dual-use library -apply_pattern dual_use_library files="*.cxx ../Root/*.cxx" - -apply_tag ROOTTMVALibs - -## For reflex dictionary generation -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=PhotonVertexSelection selectionfile=selection.xml headerfiles="..\/PhotonVertexSelection/PhotonVertexSelectionDict.h" - diff --git a/PhysicsAnalysis/EventTag/EventSelection/cmt/requirements b/PhysicsAnalysis/EventTag/EventSelection/cmt/requirements deleted file mode 100755 index cf7ac37533f8af6516161d40036ff84a73b70e53..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/EventTag/EventSelection/cmt/requirements +++ /dev/null @@ -1,7 +0,0 @@ -package EventSelection - -author Tadashi Maeno <Tadashi.Maeno@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -apply_pattern declare_joboptions files="*.py" diff --git a/PhysicsAnalysis/EventTag/EventTagAlgs/cmt/requirements b/PhysicsAnalysis/EventTag/EventTagAlgs/cmt/requirements deleted file mode 100755 index 8801a95d4747949ab842cc9234e7cce5d3ac10c5..0000000000000000000000000000000000000000 --- 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" diff --git a/PhysicsAnalysis/EventTag/EventTagAthenaPOOL/cmt/requirements b/PhysicsAnalysis/EventTag/EventTagAthenaPOOL/cmt/requirements deleted file mode 100755 index c5887f4ad50f956d2c2068e4c2943a264fc94c43..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/EventTag/EventTagAthenaPOOL/cmt/requirements +++ /dev/null @@ -1,16 +0,0 @@ -package EventTagAthenaPOOL - -author Marcin.Nowak@cern.ch - -## For Athena policies: it has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -private -use TagEvent TagEvent-* PhysicsAnalysis/EventTag -use EventTagTPCnv EventTagTPCnv-* PhysicsAnalysis/EventTag - -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -apply_pattern poolcnv files="-s=${TagEvent_root}/TagEvent RawInfoSummaryForTag.h " - diff --git a/PhysicsAnalysis/EventTag/EventTagRawAlgs/cmt/requirements b/PhysicsAnalysis/EventTag/EventTagRawAlgs/cmt/requirements deleted file mode 100755 index 41e81de23d655d12e70a70b9efd245df5d8f123c..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/EventTag/EventTagRawAlgs/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package EventTagRawAlgs - -author Jamie Boyd <Jamie.Boyd@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaKernel AthenaKernel-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkSegment TrkSegment-* Tracking/TrkEvent -use MagFieldInterfaces MagFieldInterfaces-* MagneticField - - -private -use StoreGate StoreGate-* Control -use AtlasCLHEP AtlasCLHEP-* External -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use CaloEvent CaloEvent-* Calorimeter -use CommissionEvent CommissionEvent-* Commission -use InDetBCM_RawData InDetBCM_RawData-* InnerDetector/InDetRawEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use LArRecEvent LArRecEvent-* LArCalorimeter -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TagEvent TagEvent-* PhysicsAnalysis/EventTag -use TileEvent TileEvent-* TileCalorimeter -use TileIdentifier TileIdentifier-* TileCalorimeter -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent - - -library EventTagRawAlgs *.cxx -s=components *.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" - -# use the following lines to compile this package with debug symbols -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/PhysicsAnalysis/EventTag/EventTagTPCnv/cmt/requirements b/PhysicsAnalysis/EventTag/EventTagTPCnv/cmt/requirements deleted file mode 100755 index 201c4fd7a752bcb834aa81ecd9ea34a5abea3548..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/EventTag/EventTagTPCnv/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package EventTagTPCnv - -author Marcin.Nowak@cern.ch - -use AtlasPolicy AtlasPolicy-* - -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -use TagEvent TagEvent-* PhysicsAnalysis/EventTag - - -library EventTagTPCnv *.cxx -apply_pattern tpcnv_library - -# -# Create a dictionary for the persistent representation -# of transient classes -# -private -use AthenaKernel AthenaKernel-* Control -use AtlasReflex AtlasReflex-* External - -apply_pattern lcgdict dict=EventTagTPCnv selectionfile=selection.xml \ - headerfiles="../EventTagTPCnv/EventTagTPCnvDict.h" - -end_private diff --git a/PhysicsAnalysis/EventTag/EventTagUtils/cmt/requirements b/PhysicsAnalysis/EventTag/EventTagUtils/cmt/requirements deleted file mode 100755 index 1710e8070a23b71693c25d3b7a761aae398d1c22..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/EventTag/EventTagUtils/cmt/requirements +++ /dev/null @@ -1,50 +0,0 @@ - -package EventTagUtils - -author Ketevi A. Assamagan <ketevi@bnl.gov> - -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -#use AtlasCOOL AtlasCOOL-* External - -use StoreGate StoreGate-* Control -use AthenaBaseComps AthenaBaseComps-* Control - -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -use xAODEventInfo xAODEventInfo-* Event/xAOD -use TagEvent TagEvent-* PhysicsAnalysis/EventTag - -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis - -private -use EventInfo EventInfo-* Event - -use DBDataModel DBDataModel-* Database/AthenaPOOL -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External - -use RecEvent RecEvent-* Reconstruction - -use xAODTracking xAODTracking-* Event/xAOD - -use xAODCaloEvent xAODCaloEvent-* Event/xAOD - -use TrigConfInterfaces TrigConfInterfaces-* Trigger/TrigConfiguration - -use LumiBlockComps LumiBlockComps-* LumiBlock -end_private - -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_joboptions files="*.py" - - -apply_pattern declare_python_modules files="*.py" -#apply_pattern declare_python_modules files="__init__.py EventTagUtilsConfig.py" - -private -#macro_append GoodRunsLists_cppflags " `xml2-config --cflags`" -#macro_append GoodRunsLists_use_linkopts " -L$(ROOTSYS)/lib -lXMLIO -lXMLParser -lxml2" slc4-gcc34 " /usr/lib/libxml2.so.2" diff --git a/PhysicsAnalysis/EventTag/TagEvent/cmt/requirements b/PhysicsAnalysis/EventTag/TagEvent/cmt/requirements deleted file mode 100755 index 0cfda1190a2d3139ac2458f32b71db0a701e1394..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/EventTag/TagEvent/cmt/requirements +++ /dev/null @@ -1,20 +0,0 @@ -package TagEvent - -author Ketevi A. Assamagan <ketevi@bnl.gov> - -use AtlasPolicy AtlasPolicy-* - -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use CLIDSvc CLIDSvc-* Control - -branches TagEvent src doc - -library TagEvent *.cxx - -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=TagEvent selectionfile=selection.xml \ - headerfiles="../TagEvent/TagEventDict.h" diff --git a/PhysicsAnalysis/ExoticPhys/ExoticPhysTagTools/cmt/requirements b/PhysicsAnalysis/ExoticPhys/ExoticPhysTagTools/cmt/requirements deleted file mode 100755 index 67d09bff0bc822c4bae280ddfc9369b14d70c7c3..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/ExoticPhys/ExoticPhysTagTools/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package ExoticPhysTagTools - -author Ketevi A. Assamagan <ketevi@bnl.gov> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use TagEvent TagEvent-* PhysicsAnalysis/EventTag - - -private -use AtlasCLHEP AtlasCLHEP-* External -public - - - -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_joboptions files="*.py" - - - - diff --git a/PhysicsAnalysis/HadronicRecoilData/cmt/requirements b/PhysicsAnalysis/HadronicRecoilData/cmt/requirements deleted file mode 100644 index fb804874450bbb2e5b45c3b34823e733f0a99acd..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HadronicRecoilData/cmt/requirements +++ /dev/null @@ -1,19 +0,0 @@ -package HadronicRecoilData - -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control - -use AtlasROOT AtlasROOT-* External - -use CaloEvent CaloEvent-* Calorimeter -use Particle Particle-* Reconstruction - -use egammaEvent egammaEvent-* Reconstruction/egamma -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID - -library HadronicRecoilData *.cxx components/*.cxx -apply_pattern installed_library - - diff --git a/PhysicsAnalysis/HeavyIonPhys/HIEventUtils/cmt/Makefile b/PhysicsAnalysis/HeavyIonPhys/HIEventUtils/cmt/Makefile deleted file mode 100644 index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HeavyIonPhys/HIEventUtils/cmt/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include $(CMTROOT)/src/Makefile.header - -include $(CMTROOT)/src/constituents.make - diff --git a/PhysicsAnalysis/HeavyIonPhys/HIEventUtils/cmt/Makefile.RootCore b/PhysicsAnalysis/HeavyIonPhys/HIEventUtils/cmt/Makefile.RootCore deleted file mode 100644 index f8284e7539d2cd25d3caebf8c7d41e8e1a889431..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HeavyIonPhys/HIEventUtils/cmt/Makefile.RootCore +++ /dev/null @@ -1,60 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = HIEventUtils - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = AthContainers AthLinks xAODCore xAODBase xAODForward xAODRootAccess AsgTools xAODHIEvent xAODEventFormat CaloGeoHelpers - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - -# the list of all unit tests that should be called in recursive testing, -# i.e. in unit tests that call other unit tests -# for that unit tests need to pass on all machines, and run very fast -PACKAGE_RECURSIVE_UT = - - -include $(ROOTCOREDIR)/Makefile-common - diff --git a/PhysicsAnalysis/HeavyIonPhys/HIEventUtils/cmt/requirements b/PhysicsAnalysis/HeavyIonPhys/HIEventUtils/cmt/requirements deleted file mode 100644 index 39e7229d159d76b17675c8e31d591d5aade40c1c..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HeavyIonPhys/HIEventUtils/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package HIEventUtils - -author Aaron Angerami <angerami@cern.ch> - -private -use CxxUtils CxxUtils-* Control - -public -use AsgTools AsgTools-* Control/AthToolSupport -use GaudiInterface GaudiInterface-* External -use AtlasPolicy AtlasPolicy-* -use xAODHIEvent xAODHIEvent-* Event/xAOD -use xAODForward xAODForward-* Event/xAOD -use AtlasROOT AtlasROOT-* External -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter - -#library HIEventUtils *.cxx ../Root/*.cxx -#apply_pattern installed_library -apply_pattern dual_use_library files="../Root/*.cxx *.cxx" -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - diff --git a/PhysicsAnalysis/HeavyIonPhys/HIEventUtils/cmt/version.cmt b/PhysicsAnalysis/HeavyIonPhys/HIEventUtils/cmt/version.cmt deleted file mode 100644 index 9fbc56abe78005271b6d3fe235fdc2d155ef4a0e..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HeavyIonPhys/HIEventUtils/cmt/version.cmt +++ /dev/null @@ -1 +0,0 @@ -HIEventUtils-r707877 diff --git a/PhysicsAnalysis/HeavyIonPhys/HIInDetValidation/cmt/requirements b/PhysicsAnalysis/HeavyIonPhys/HIInDetValidation/cmt/requirements deleted file mode 100644 index 17eb9c8aa6e14863d826729e9da6a1bf3d86e7a7..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HeavyIonPhys/HIInDetValidation/cmt/requirements +++ /dev/null @@ -1,15 +0,0 @@ -package HIInDetValidation - -use AtlasPolicy AtlasPolicy-* - - -private -use TestPolicy TestPolicy-* -apply_pattern validate_xml -public - -apply_pattern declare_runtime extras="../test/HIInDetValidation_TestConfiguration.xml ../share/HIInDetValidation*.py ../macros/HIInDetValidation_Eff*.C ../macros/HIInDetValidation_Fakes*.C ../macros/HIInDetValidation_CoolDozer.py ../share/ARTT_Plots.html ../macros/png_file.png ../macros/HIInDetValidation_Loose_Vs_Tight.C ../macros/HIInDetValidation_Vertexing.C ../share/HIInDetTrkD3PD_jobOptions.py" - -macro HIInDetValidation_TestConfiguration "../test/HIInDetValidation_TestConfiguration.xml" - -apply_pattern declare_joboptions files="*.py" diff --git a/PhysicsAnalysis/HeavyIonPhys/HeavyIonPhysTagTools/cmt/requirements b/PhysicsAnalysis/HeavyIonPhys/HeavyIonPhysTagTools/cmt/requirements deleted file mode 100755 index a36ae753a7e7e08362eedc79ebc648a79333f504..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HeavyIonPhys/HeavyIonPhysTagTools/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package HeavyIonPhysTagTools - -author Ketevi A. Assamagan <ketevi@bnl.gov> - -use AtlasPolicy AtlasPolicy-* -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use GaudiInterface GaudiInterface-* External - - -use AthenaBaseComps AthenaBaseComps-* Control - -use TagEvent TagEvent-* PhysicsAnalysis/EventTag -private -use AtlasCLHEP AtlasCLHEP-* External -public - - - -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_joboptions files="*.py" - - - diff --git a/PhysicsAnalysis/HiggsPhys/HSG1/HSG1AnalysisCommon/cmt/requirements b/PhysicsAnalysis/HiggsPhys/HSG1/HSG1AnalysisCommon/cmt/requirements deleted file mode 100644 index 9ee942d8f39aac2fa7cbe88203b377fe0986f8ec..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HiggsPhys/HSG1/HSG1AnalysisCommon/cmt/requirements +++ /dev/null @@ -1,9 +0,0 @@ -package HSG1AnalysisCommon - -author Ketevi A. Assamagan <ketevi@bn.gov> - -use AtlasPolicy AtlasPolicy-* - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - diff --git a/PhysicsAnalysis/HiggsPhys/HSG1/HSG1DPDUtils/cmt/requirements b/PhysicsAnalysis/HiggsPhys/HSG1/HSG1DPDUtils/cmt/requirements deleted file mode 100755 index 6136db7a403228b22027ea6ad0df6f324ce2b605..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HiggsPhys/HSG1/HSG1DPDUtils/cmt/requirements +++ /dev/null @@ -1,11 +0,0 @@ -package HSG1DPDUtils - -author Jamie Saxon <jsaxon@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use PyJobTransformsCore PyJobTransformsCore-* Tools - -public - -apply_pattern declare_jobtransforms trfs='*_trf.py' jo='*.py' -apply_pattern declare_python_modules files="*.py" diff --git a/PhysicsAnalysis/HiggsPhys/HSG2/HSG2DPDUtils/cmt/requirements b/PhysicsAnalysis/HiggsPhys/HSG2/HSG2DPDUtils/cmt/requirements deleted file mode 100755 index e314f899e55adcb0cd994cd67ff0f30568db4dd9..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HiggsPhys/HSG2/HSG2DPDUtils/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package HSG2DPDUtils - -author Andrea Di Simone <Andrea.Di.Simone@cern.ch> -author Stefano Rosati <Stefano.Rosati@cern.ch> - -use AtlasPolicy AtlasPolicy-* -# use GaudiInterface GaudiInterface-* External -# use StoreGate StoreGate-* Control -# use AthenaBaseComps AthenaBaseComps-* Control - -use PyJobTransformsCore PyJobTransformsCore-* Tools - - -# The following dependencies satisfy the compile (build) time environment -# use AthenaKernel AthenaKernel-* Control -# use CLIDSvc CLIDSvc-* Control - -#D3PD Maker -# use D3PDMakerUtils D3PDMakerUtils-* PhysicsAnalysis/D3PDMaker - -# needed for e bremm fix -#use egammaBremRec egammaBremRec-* Reconstruction/egamma - -public - -#library HSG2DPDUtils *.cxx components/*.cxx -#apply_pattern installed_library -#apply_pattern dual_use_library files="*.cxx components/*.cxx" - -apply_pattern declare_jobtransforms trfs='*_trf.py' jo='*.py' -apply_pattern declare_python_modules files="*.py" diff --git a/PhysicsAnalysis/HiggsPhys/HSG2/HSG2Event/cmt/requirements b/PhysicsAnalysis/HiggsPhys/HSG2/HSG2Event/cmt/requirements deleted file mode 100644 index 27ef3494ee34c6bac695fa28f126386cbbd4855d..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HiggsPhys/HSG2/HSG2Event/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package HSG2Event - -author Kirill Prokofiev <Kirill.Prokofiev@cern.ch> -author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> -manager Kirill Prokofiev <Kirill.Prokofiev@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use VxVertex VxVertex-* Tracking/TrkEvent -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon - -use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control -use SGTools SGTools-* Control - -library HSG2Event *.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=HSG2Event selectionfile=selection.xml \ - headerfiles="../HSG2Event/HSG2EventDict.h" diff --git a/PhysicsAnalysis/HiggsPhys/HSG5/HSG5DPDUtils/cmt/requirements b/PhysicsAnalysis/HiggsPhys/HSG5/HSG5DPDUtils/cmt/requirements deleted file mode 100644 index aaa305204a313a6d995a50fb9098fb5c8120dd64..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HiggsPhys/HSG5/HSG5DPDUtils/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package HSG5DPDUtils - -use AtlasPolicy AtlasPolicy-* -use AthenaPython AthenaPython-* Control -no_auto_imports -use AthenaBaseComps AthenaBaseComps-* Control - -#use AthenaCommon AthenaCommon-* Control -#use AtlasCLHEP AtlasCLHEP-* External -#use AtlasROOT AtlasROOT-* External - -#use DataModel DataModel-* Control -#use NavFourMom NavFourMom-* Event -#use StoreGate StoreGate-* Control -#use Navigation Navigation-* Control -#use FourMom FourMom-* Event -#use VxVertex VxVertex-* Tracking/TrkEvent -#use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -#use PrimaryDPDMaker PrimaryDPDMaker-* PhysicsAnalysis -#use egammaEvent egammaEvent-* Reconstruction/egamma - -#use JetSubStructure JetSubStructure-* PhysicsAnalysis/JetPhys -#use JetSubstructureD3PDMaker JetSubstructureD3PDMaker-* PhysicsAnalysis/D3PDMaker - -private -use GaudiInterface GaudiInterface-* External -use AtlasReflex AtlasReflex-* External -no_auto_imports - -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use JetEvent JetEvent-* Reconstruction/Jet -use NavFourMom NavFourMom-* Event - -end_private - -public -library HSG5DPDUtils *.cxx -s=components *.cxx -apply_pattern component_library - -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" - diff --git a/PhysicsAnalysis/HiggsPhys/HSG5/HSG5DPDUtils/cmt/version.cmt b/PhysicsAnalysis/HiggsPhys/HSG5/HSG5DPDUtils/cmt/version.cmt deleted file mode 100644 index 2d66070ab9e7bc2b85d9da149d3d1a58e166a65c..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HiggsPhys/HSG5/HSG5DPDUtils/cmt/version.cmt +++ /dev/null @@ -1 +0,0 @@ -HSG5DPDUtils-00-08-11 diff --git a/PhysicsAnalysis/HiggsPhys/HiggsPhysTagTools/cmt/requirements b/PhysicsAnalysis/HiggsPhys/HiggsPhysTagTools/cmt/requirements deleted file mode 100755 index 46b7d638a35d42f6fa4dc81124930f23aa121626..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HiggsPhys/HiggsPhysTagTools/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package HiggsPhysTagTools - -author Ketevi A. Assamagan <ketevi@bnl.gov> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use TagEvent TagEvent-* PhysicsAnalysis/EventTag - - -private -use AtlasCLHEP AtlasCLHEP-* External -public - - -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_joboptions files="*.py" - - - - diff --git a/PhysicsAnalysis/HiggsPhys/InvisibleHiggs/InvisibleHiggsVBF/cmt/requirements b/PhysicsAnalysis/HiggsPhys/InvisibleHiggs/InvisibleHiggsVBF/cmt/requirements deleted file mode 100755 index b1a0abb032a14fba0eb8c26c64b12ce4873daa77..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HiggsPhys/InvisibleHiggs/InvisibleHiggsVBF/cmt/requirements +++ /dev/null @@ -1,3 +0,0 @@ -package InvisibleHiggsVBF - -author Gerald Oakham <oakham@physics.carleton.ca> diff --git a/PhysicsAnalysis/HiggsPhys/InvisibleHiggs/InvisibleHiggsZH/cmt/requirements b/PhysicsAnalysis/HiggsPhys/InvisibleHiggs/InvisibleHiggsZH/cmt/requirements deleted file mode 100755 index 8c1fd800dd5e0b23b9d42199c26ee914660adbbd..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HiggsPhys/InvisibleHiggs/InvisibleHiggsZH/cmt/requirements +++ /dev/null @@ -1,4 +0,0 @@ -package InvisibleHiggsZH - -author Pauline Gagnon <Pauline.Gagnon@cern.ch> - diff --git a/PhysicsAnalysis/HiggsPhys/Run2/HZZ/Tools/ZMassConstraint/cmt/Makefile.RootCore b/PhysicsAnalysis/HiggsPhys/Run2/HZZ/Tools/ZMassConstraint/cmt/Makefile.RootCore deleted file mode 100644 index e49e415575d65ab170c5daa7c0e9313ba8589b61..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HiggsPhys/Run2/HZZ/Tools/ZMassConstraint/cmt/Makefile.RootCore +++ /dev/null @@ -1,21 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -PACKAGE = ZMassConstraint -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -Wall -DXAOD_STANDALONE -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = xAODMuon AthContainers AthLinks MuonIdHelpers xAODBase xAODCore xAODCaloEvent xAODTracking xAODPrimitives AsgTools ElectronPhotonFourMomentumCorrection MuonMomentumCorrections PATCore PATInterfaces xAODEventFormat xAODRootAccess FsrUtils xAODEgamma -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/HiggsPhys/Run2/HZZ/Tools/ZMassConstraint/cmt/requirements b/PhysicsAnalysis/HiggsPhys/Run2/HZZ/Tools/ZMassConstraint/cmt/requirements deleted file mode 100644 index 9b68bf3d4f6f286f1808cd5043dfe783feacba1c..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/HiggsPhys/Run2/HZZ/Tools/ZMassConstraint/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -################################################# -package ZMassConstraint - -author RD Schaffer <R.D.Schaffer@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -#use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -#use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -use AsgTools AsgTools-* Control/AthToolSupport -use xAODMuon xAODMuon-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -#use xAODCaloEvent xAODCaloEvent-* Event/xAOD -#use xAODPrimitives xAODPrimitives-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD -use EventPrimitives EventPrimitives-* Event - -private -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use MuonMomentumCorrections MuonMomentumCorrections-* PhysicsAnalysis/MuonID/MuonIDAnalysis -use ElectronPhotonFourMomentumCorrection ElectronPhotonFourMomentumCorrection-* PhysicsAnalysis/ElectronPhotonID -#apply_tag ROOTMathLibs -end_private - -apply_pattern installed_library -library ZMassConstraint ../Root/*.cxx *.cxx components/*.cxx -apply_pattern component_library - -# Install the jobOptions: -apply_pattern declare_joboptions files=*.py - -private -use AtlasReflex AtlasReflex-* External -no_auto_import -apply_pattern lcgdict dict=ZMassConstraint selectionfile=selection.xml headerfiles="../ZMassConstraint/ZMassConstraintDict.h" - -# end_private -################################################# diff --git a/PhysicsAnalysis/Interfaces/AsgAnalysisInterfaces/cmt/Makefile.RootCore b/PhysicsAnalysis/Interfaces/AsgAnalysisInterfaces/cmt/Makefile.RootCore deleted file mode 100644 index 2aa2283a49c118c30aea9ad0ec69cb56c3e639aa..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/Interfaces/AsgAnalysisInterfaces/cmt/Makefile.RootCore +++ /dev/null @@ -1,10 +0,0 @@ -PACKAGE = AsgAnalysisInterfaces -PACKAGE_CXXFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_PRELOAD = Hist -PACKAGE_DEP = AsgTools PATInterfaces xAODEventInfo -PACKAGE_REFLEX = 1 -PACKAGE_PEDANTIC = 1 -PACKAGE_NOCC = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/Interfaces/AsgAnalysisInterfaces/cmt/requirements b/PhysicsAnalysis/Interfaces/AsgAnalysisInterfaces/cmt/requirements deleted file mode 100644 index 8c81617010f96ff07d633196f722511d55dc3cc2..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/Interfaces/AsgAnalysisInterfaces/cmt/requirements +++ /dev/null @@ -1,19 +0,0 @@ -package AsgAnalysisInterfaces - -author NLAA - -use AtlasPolicy AtlasPolicy-* - - -use AtlasROOT AtlasROOT-* External - - -use AsgTools AsgTools-* Control/AthToolSupport -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -use xAODEventInfo xAODEventInfo-* Event/xAOD - -branches AsgAnalysisInterfaces - -use AtlasReflex AtlasReflex-* External -apply_pattern lcgdict dict=AsgAnalysisInterfaces selectionfile=selection.xml headerfiles="../AsgAnalysisInterfaces/AsgAnalysisInterfacesDict.h" - diff --git a/PhysicsAnalysis/JetMissingEtID/JetMissingEtTagTools/cmt/requirements b/PhysicsAnalysis/JetMissingEtID/JetMissingEtTagTools/cmt/requirements deleted file mode 100755 index 5f2cd3879c078c4338101a5b06151633b4dd975f..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetMissingEtID/JetMissingEtTagTools/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package JetMissingEtTagTools - -author Ketevi A. Assamagan <ketevi@bnl.gov> - -private -use CxxUtils CxxUtils-* Control -use AtlasCLHEP AtlasCLHEP-* External - -use JetUtils JetUtils-* Reconstruction/Jet -use AnalysisUtils AnalysisUtils-* PhysicsAnalysis/AnalysisCommon -use xAODCore xAODCore-* Event/xAOD -use xAODParticleEvent xAODParticleEvent-* Event/xAOD -use JetSelectorTools JetSelectorTools-* PhysicsAnalysis/JetMissingEtID -use JetCalibTools JetCalibTools-* Reconstruction/Jet -use JetInterface JetInterface-* Reconstruction/Jet -use AthContainers AthContainers-* Control -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODTau xAODTau-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD -use METInterface METInterface-* Reconstruction/MET - -public -use xAODJet xAODJet-* Event/xAOD -use AtlasPolicy AtlasPolicy-* -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TagEvent TagEvent-* PhysicsAnalysis/EventTag -use xAODBTaggingEfficiency xAODBTaggingEfficiency-* PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration - - -apply_pattern dual_use_library files="*.cxx" -#library JetMissingEtTagTools JetMissingEtTagTool.cxx -s=components *.cxx -#apply_pattern component_library - -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" - - diff --git a/PhysicsAnalysis/JetMissingEtID/JetSelectorTools/cmt/Makefile.RootCore b/PhysicsAnalysis/JetMissingEtID/JetSelectorTools/cmt/Makefile.RootCore deleted file mode 100644 index 319cd7d47ced51fe4b60a519262c40327db4e2e8..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetMissingEtID/JetSelectorTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,11 +0,0 @@ -# Author: Karsten Koeneke (karsten.koeneke@cernSPAMNOT.ch) -# JetSelectorTools root stand-alone makefile - -PACKAGE = JetSelectorTools -PACKAGE_CXXFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_DEP = AsgTools PATCore xAODJet JetInterface xAODRootAccess -PACKAGE_REFLEX = 1 -PACKAGE_PEDANTIC = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/JetMissingEtID/JetSelectorTools/cmt/requirements b/PhysicsAnalysis/JetMissingEtID/JetSelectorTools/cmt/requirements deleted file mode 100644 index 50eee2e3a9ba5a6286231c165f2d6c055ca42faf..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetMissingEtID/JetSelectorTools/cmt/requirements +++ /dev/null @@ -1,41 +0,0 @@ -package JetSelectorTools - -author Karsten Koeneke <karsten.koeneke@cern.ch> - -## For Athena policies: it has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -use AtlasPyROOT AtlasPyROOT-* External -use AtlasROOT AtlasROOT-* External -use AsgTools AsgTools-* Control/AthToolSupport -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -use xAODJet xAODJet-* Event/xAOD -use JetInterface JetInterface-* Reconstruction/Jet - -private -use GaudiInterface GaudiInterface-* External -end_private - -## declare the directories CMT should know about -branches JetSelectorTools python share src Root - -# Create a named installed library -library JetSelectorToolsLib *.cxx ../Root/*.cxx -apply_pattern named_installed_library library=JetSelectorToolsLib - -## create a component library -library JetSelectorTools *.cxx components/*.cxx -macro_append JetSelectorTools_dependencies " JetSelectorToolsLib" -apply_pattern component_library - -## install our python modules -apply_pattern declare_python_modules files="*.py" - -## install our job options files -apply_pattern declare_joboptions files="*.py" - -# Generate dictionaries -private -use AtlasReflex AtlasReflex-* External -no-auto-imports -apply_pattern lcgdict dict=JetSelectorTools selectionfile=selection.xml headerfiles="../JetSelectorTools/JetSelectorToolsDict.h" - diff --git a/PhysicsAnalysis/JetMissingEtID/MissingEtDQA/cmt/requirements b/PhysicsAnalysis/JetMissingEtID/MissingEtDQA/cmt/requirements deleted file mode 100644 index 35461301c0f72e3c3c5a9a9064196fbd46703671..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetMissingEtID/MissingEtDQA/cmt/requirements +++ /dev/null @@ -1,55 +0,0 @@ -## automatically generated CMT requirements file -package MissingEtDQA -author dbuesche - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - -## put here your package dependencies... - -#use AsgTools AsgTools-* Control/AthToolSupport - -private -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaMonitoring AthenaMonitoring-* Control -use AtlasROOT AtlasROOT-* External -#use StoreGate StoreGate-* Control -use xAODJet xAODJet-* Event/xAOD -#use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODTau xAODTau-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use METInterface METInterface-* Reconstruction/MET -use ElectronPhotonSelectorTools ElectronPhotonSelectorTools-* PhysicsAnalysis/ElectronPhotonID -use MuonSelectorTools MuonSelectorTools-* PhysicsAnalysis/MuonID -use TauAnalysisTools TauAnalysisTools-* PhysicsAnalysis/TauID -use JetInterface JetInterface-* Reconstruction/Jet -use AsgTools AsgTools-* Control/AthToolSupport -end_private - -## - -branches src src/components doc python share - -private -## default is to make component library -library MissingEtDQA *.cxx components/*.cxx - -#macro_append cppflags ' -std=c++11 ' -#macro_append use_linkopts ' -std=c++11 ' - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -end_private - - diff --git a/PhysicsAnalysis/JetPhys/SemileptonicCorr/cmt/Makefile.RootCore b/PhysicsAnalysis/JetPhys/SemileptonicCorr/cmt/Makefile.RootCore deleted file mode 100644 index afdfae35d6d10399008cbe4b1949e7b3250bfde2..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetPhys/SemileptonicCorr/cmt/Makefile.RootCore +++ /dev/null @@ -1,7 +0,0 @@ -PACKAGE = SemileptonicCorr -PACKAGE_CXXFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_DEP = -PACKAGE_PEDANTIC = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/JetPhys/SemileptonicCorr/cmt/requirements b/PhysicsAnalysis/JetPhys/SemileptonicCorr/cmt/requirements deleted file mode 100644 index 7dc402936fbd207e7e7a688824f83454ef899dda..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetPhys/SemileptonicCorr/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package SemileptonicCorr - -author David Lopez Mateos <David.Lopez@CERN.CH> - -public - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use AtlasReflex AtlasReflex-* External - -apply_tag ROOTBasicLibs -apply_tag ROOTMathLibs -#apply_tag ROOTGraphicsLibs - -## declare the directories CMT should know about -#branches src Root - -library SemileptonicCorr "../Root/*.cxx ../src/*.cxx" -apply_pattern installed_library - -#apply_pattern named_installed_library library=SemileptonicCorrLib - -#macro SemileptonicCorrLib_dependencies "semileptoniccorr_root_dictionary" -## this calls rootcint -#action semileptoniccorr_root_dictionary "( make -f Makefile.Standalone semileptoniccorrcint )" - -#apply_pattern generate_rootmap library=SemileptonicCorrLib -#apply_pattern declare_python_modules files="*.py" - -apply_pattern declare_runtime files="*.root ../inputs/*.root" - diff --git a/PhysicsAnalysis/JetTagging/JetTagAlgs/BTagging/cmt/requirements b/PhysicsAnalysis/JetTagging/JetTagAlgs/BTagging/cmt/requirements deleted file mode 100755 index 79e8c942db2014e5bd7fa180dddbe6ce102d1a24..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetTagging/JetTagAlgs/BTagging/cmt/requirements +++ /dev/null @@ -1,50 +0,0 @@ -package BTagging - -author Andreas Wildauer <andreas.wildauer@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use xAODJet xAODJet-* Event/xAOD -use xAODBTagging xAODBTagging-* Event/xAOD -use JetInterface JetInterface-* Reconstruction/Jet -use AsgTools AsgTools-* Control/AthToolSupport -use xAODTracking xAODTracking-* Event/xAOD -use MagFieldInterfaces MagFieldInterfaces-* MagneticField - -private - -#use AtlasCLHEP AtlasCLHEP-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription - -use xAODBase xAODBase-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use Particle Particle-* Reconstruction -use xAODMuon xAODMuon-* Event/xAOD - -use JetTagEvent JetTagEvent-* PhysicsAnalysis/JetTagging -use JetTagInfo JetTagInfo-* PhysicsAnalysis/JetTagging -use JetTagTools JetTagTools-* PhysicsAnalysis/JetTagging -use ParticleJetTools ParticleJetTools-* PhysicsAnalysis/AnalysisCommon - -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use VxSecVertex VxSecVertex-* Tracking/TrkEvent -use VxJetVertex VxJetVertex-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkLinks TrkLinks-* Tracking/TrkEvent -#macro_append cppflags " -w" - -public - -# Set the path to use images in doxygen -macro DOXYGEN_IMAGE_PATH "../doc/images" - -#apply_pattern dual_use_library files="*.cxx" -apply_pattern dual_use_library files="BTagTool.cxx BTagTrackAssociation.cxx BTagSecVertexing.cxx JetBTaggerTool.cxx BTagLabeling.cxx StandAloneJetBTaggerAlg.cxx BTagJetPtScaling.cxx" -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -use VxVertex VxVertex-* Tracking/TrkEvent diff --git a/PhysicsAnalysis/JetTagging/JetTagCalibUtils/JetFitterCalibUtils/cmt/requirements b/PhysicsAnalysis/JetTagging/JetTagCalibUtils/JetFitterCalibUtils/cmt/requirements deleted file mode 100644 index 10fd1d8bdc7f662658b62d118447e3746ac9b0e6..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetTagging/JetTagCalibUtils/JetFitterCalibUtils/cmt/requirements +++ /dev/null @@ -1,4 +0,0 @@ -package JetFitterCalibUtils -author Giacinto Piacquadio - - diff --git a/PhysicsAnalysis/JetTagging/JetTagCalibration/cmt/requirements b/PhysicsAnalysis/JetTagging/JetTagCalibration/cmt/requirements deleted file mode 100755 index 92ca7ba6ccbcb51326569c9b192cc9c1a13e35f9..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetTagging/JetTagCalibration/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -package JetTagCalibration - -author Laurent Vacavant <vacavant@in2p3.fr> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -use StoreGate StoreGate-* Control -use AtlasROOT AtlasROOT-* External - -private -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use DetDescrCondTools DetDescrCondTools-* DetectorDescription/DetDescrCond -end_private - -# Set the path to use images in doxygen -macro DOXYGEN_IMAGE_PATH "../doc/images" - -apply_pattern dual_use_library files="*.cxx" -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_runtime files="-s=../share *.root *.db *.xml" - diff --git a/PhysicsAnalysis/JetTagging/JetTagEvent/cmt/requirements b/PhysicsAnalysis/JetTagging/JetTagEvent/cmt/requirements deleted file mode 100755 index 6192cbcd686acc8d23616fb7e314724a2c54abfd..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetTagging/JetTagEvent/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package JetTagEvent - -author Andreas Wildauer <andreas.wildauer@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon -#use ElectronPhotonIDEvent ElectronPhotonIDEvent-00-* PhysicsAnalysis/ElectronPhotonID -#use MuonIDEvent MuonIDEvent-00-* PhysicsAnalysis/MuonID -#use VxVertex VxVertex-* Tracking/TrkEvent -use Navigation Navigation-* Control -#use FourMom FourMom-* Event -#use DataModel DataModel-* Control -use JetEvent JetEvent-* Reconstruction/Jet -#use CLIDSvc CLIDSvc-* Control -#use JetTagInfo JetTagInfo-* PhysicsAnalysis/JetTagging -#use AtlasBoost AtlasBoost-* External -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter -use Particle Particle-* Reconstruction - -library JetTagEvent *.cxx - -apply_pattern installed_library - -# Persistency: -private -use AtlasReflex AtlasReflex-* External -no_auto_imports -use VxSecVertex VxSecVertex-* Tracking/TrkEvent -use NavFourMom NavFourMom-* Event -use EventKernel EventKernel-* Event - -macro navigables_JetTagEvent "" - -apply_pattern lcgdict dict=JetTagEvent \ -selectionfile=selection.xml \ -navigables=$(navigables_JetTagEvent) \ -headerfiles="../JetTagEvent/JetTagEventDict.h" - -end_private diff --git a/PhysicsAnalysis/JetTagging/JetTagInfo/cmt/requirements b/PhysicsAnalysis/JetTagging/JetTagInfo/cmt/requirements deleted file mode 100644 index dd15082f7d0e6c81919c0c688a6af9d91e05c9a9..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetTagging/JetTagInfo/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package JetTagInfo - -author Andreas Wildauer <andreas.wildauer@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use VxVertex VxVertex-* Tracking/TrkEvent -use JetEvent JetEvent-* Reconstruction/Jet -use Particle Particle-* Reconstruction -use egammaEvent egammaEvent-* Reconstruction/egamma -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use EventPrimitives EventPrimitives-* Event - -# added because checkreq complains -use DataModel DataModel-* Control - -private -use GaudiInterface GaudiInterface-* External -use AtlasBoost AtlasBoost-* External -end_private - - -library JetTagInfo *.cxx - -apply_pattern installed_library - -# Persistency: -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=JetTagInfo \ -selectionfile=selection.xml \ -headerfiles="../JetTagInfo/JetTagInfoDict.h" diff --git a/PhysicsAnalysis/JetTagging/JetTagInfoAthenaPool/cmt/requirements b/PhysicsAnalysis/JetTagging/JetTagInfoAthenaPool/cmt/requirements deleted file mode 100755 index 197084ab791b254c8c0983ca1e0ead7fdea849f8..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetTagging/JetTagInfoAthenaPool/cmt/requirements +++ /dev/null @@ -1,16 +0,0 @@ -package JetTagInfoAthenaPool - -author Gordon Watts <gwatts@phys.washingtone.edu> -author Laurent Vacavant <vacavant@in2p3.fr> - -use AtlasPolicy AtlasPolicy-* -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -private -use JetTagInfoTPCnv JetTagInfoTPCnv-* PhysicsAnalysis/JetTagging -end_private - -apply_pattern poolcnv \ - files="-s=${JetTagInfoAthenaPool_root}/JetTagInfoAthenaPool \ - JetTagInfo.h " - diff --git a/PhysicsAnalysis/JetTagging/JetTagInfoTPCnv/cmt/requirements b/PhysicsAnalysis/JetTagging/JetTagInfoTPCnv/cmt/requirements deleted file mode 100755 index 8b078d65905360007db97963d3ef8c7412060c58..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetTagging/JetTagInfoTPCnv/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package JetTagInfoTPCnv - -author Laurent Vacavant - -use AtlasPolicy AtlasPolicy-* - -use AtlasReflex AtlasReflex-* External - -use GaudiInterface GaudiInterface-* External -use EventPrimitives EventPrimitives-* Event -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use DataModelAthenaPool DataModelAthenaPool-* Control - -use TrkEventTPCnv TrkEventTPCnv-* Tracking/TrkEventCnv - -use JetTagInfo * PhysicsAnalysis/JetTagging -use JetEventTPCnv * Reconstruction/Jet -use JetTagEvent * PhysicsAnalysis/JetTagging -use egammaEvent * Reconstruction/egamma -use MuonIDEvent MuonIDEvent-* PhysicsAnalysis/MuonID -use AthenaPoolUtilities * Database/AthenaPOOL -use JetEvent * Reconstruction/Jet -use VxVertex * Tracking/TrkEvent -use Particle * Reconstruction - -private -use CxxUtils CxxUtils-* Control -end_private - - -library JetTagInfoTPCnv *.cxx -apply_pattern installed_library - -apply_pattern lcgdict dict=JetTagInfoTPCnv selectionfile=selection.xml headerfiles="../JetTagInfoTPCnv/JetTagInfoTPCnvDict.h" -# ARA dict still needed for ext converters. -apply_pattern lcgdict dict=ARA_JetTagInfoTPCnv selectionfile=ARA_selection.xml headerfiles="../JetTagInfoTPCnv/JetTagInfoTPCnvDict.h" - diff --git a/PhysicsAnalysis/JetTagging/JetTagMonitoring/cmt/requirements b/PhysicsAnalysis/JetTagging/JetTagMonitoring/cmt/requirements deleted file mode 100755 index 63890d69681ecf0c7f8e027db57336a6221e9159..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetTagging/JetTagMonitoring/cmt/requirements +++ /dev/null @@ -1,55 +0,0 @@ -package JetTagMonitoring - -author Andrea Coccaro <Andrea.Coccaro@ge.infn.it> - - -# ============================================================================================ -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaMonitoring AthenaMonitoring-* Control - - -# ============================================================================================ -private - -use AtlasROOT AtlasROOT-* External -use JetTagTools JetTagTools-* PhysicsAnalysis/JetTagging -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODBTagging xAODBTagging-* Event/xAOD - -# Disable trigger for now since it produces an error in q-test q221 -# use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use GaudiInterface GaudiInterface-* External - -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use VxSecVertex VxSecVertex-* Tracking/TrkEvent - -use LArRecEvent LArRecEvent-* LArCalorimeter - -use LWHists LWHists-* Tools - -# ============================================================================================ -public - -use xAODJet xAODJet-* Event/xAOD -use ITrackToVertex ITrackToVertex-* Reconstruction/RecoTools -use InDetConditionsSummaryService InDetConditionsSummaryService* InnerDetector/InDetConditions - - -library JetTagMonitoring *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - - - - - - - - diff --git a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/CalibrationDataInterface/cmt/Makefile.RootCore b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/CalibrationDataInterface/cmt/Makefile.RootCore deleted file mode 100644 index 01929072ae8f37cf875c7c7416775c8794c62e5c..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/CalibrationDataInterface/cmt/Makefile.RootCore +++ /dev/null @@ -1,8 +0,0 @@ -PACKAGE = CalibrationDataInterface -PACKAGE_CXXFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_PRELOAD = Matrix Hist RIO - -PACKAGE_PEDANTIC = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/CalibrationDataInterface/cmt/requirements b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/CalibrationDataInterface/cmt/requirements deleted file mode 100644 index cd0d6ffa654b143290fb2698e43a7b96fe34c7c6..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/CalibrationDataInterface/cmt/requirements +++ /dev/null @@ -1,41 +0,0 @@ -package CalibrationDataInterface - -author Frank Filthaut <F.Filthaut@science.ru.nl> - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External - -use JetTagCalibration JetTagCalibration-* PhysicsAnalysis/JetTagging -#use JetTagInfo JetTagInfo-* PhysicsAnalysis/JetTagging -#use JetEvent JetEvent-* Reconstruction/Jet - -use AtlasROOT AtlasROOT-* External - -#library CalibrationDataInterfaceLib "../Root/*.cxx ../src/*.cxx" -library CalibrationDataInterfaceLib "../Root/*.cxx" -apply_pattern named_installed_library library=CalibrationDataInterfaceLib - -apply_pattern declare_joboptions files="*.py" -#apply_pattern dual_usage_library files="*.cxx" - - -#library CalibrationDataInterface *.cxx components/*.cxx -#macro_append CalibrationDataInterface_dependencies " CalibrationDataInterfaceLib" -#apply_pattern component_library - - -# this is to get CINT dictionaries generated -apply_pattern have_root_headers root_headers="CalibrationDataContainer.h CalibrationDataVariables.h CalibrationDataInterfaceBase.h CalibrationDataInterfaceROOT.h CalibrationDataEigenVariations.h CalibrationDataBackend.h CalibrationDataUtilities.h ../Root/LinkDef.h" headers_lib=CalibrationDataInterfaceLib -# apply_pattern have_root_headers root_headers="CalibrationDataContainer.h CalibrationDataVariables.h ../Root/LinkDef.h" headers_lib=CalibrationDataInterfaceLib - -private - -apply_tag ROOTMathLibs - -# the following lines are used to retain debugging symbols for this package -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/cmt/Makefile.RootCore b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/cmt/Makefile.RootCore deleted file mode 100644 index 3a263eecfb39abb3dc0dafdaaa421b70f39b37ed..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/cmt/Makefile.RootCore +++ /dev/null @@ -1,17 +0,0 @@ -PACKAGE = xAODBTaggingEfficiency -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools PATCore xAODJet xAODBTagging CalibrationDataInterface PATInterfaces PathResolver xAODRootAccess -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/cmt/requirements b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/cmt/requirements deleted file mode 100644 index c29984b9bcd408c08d260cf4eada3d25fa056e62..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package xAODBTaggingEfficiency -# $Id: requirements 742367 2016-04-23 09:53:26Z krasznaa $ - -use AtlasPolicy AtlasPolicy-* - -use AsgTools AsgTools-* Control/AthToolSupport -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -use xAODJet xAODJet-* Event/xAOD -use CalibrationDataInterface CalibrationDataInterface-* PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration -use xAODBTagging xAODBTagging-* Event/xAOD -use AtlasReflex AtlasReflex-* External -no-auto-imports -use AtlasROOT AtlasROOT-* External - -private - -use PathResolver PathResolver* Tools -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -end_private - -# Build the library: -library xAODBTaggingEfficiency *.cxx ../Root/*.cxx components/*.cxx -apply_pattern component_library - -# Install files from the package: -apply_pattern declare_joboptions files=../share/*.py -apply_pattern declare_runtime files="-s=../share *.root *.xml *.env" - -# Build the dictionary: -apply_pattern lcgdict dict=xAODBTaggingEfficiency selectionfile=selection.xml headerfiles="../xAODBTaggingEfficiency/xAODBTaggingEfficiencyDict.h" diff --git a/PhysicsAnalysis/JetTagging/JetTagTools/cmt/requirements b/PhysicsAnalysis/JetTagging/JetTagTools/cmt/requirements deleted file mode 100644 index 85aee4633f45fac6eced0e6450c72daaf0c5ed7a..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetTagging/JetTagTools/cmt/requirements +++ /dev/null @@ -1,129 +0,0 @@ -package JetTagTools - -author Andreas Wildauer <andreas.wildauer@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -use AtlasCLHEP AtlasCLHEP-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkParameters TrkParameters-* Tracking/TrkEvent - -use xAODJet xAODJet-* Event/xAOD -use xAODBTagging xAODBTagging-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use MVAUtils MVAUtils-* Reconstruction/ -use egammaMVACalib egammaMVACalib-* Reconstruction/egamma - -use InDetSVWithMuonTool InDetSVWithMuonTool-* InnerDetector/InDetRecTools - -# for ExKtbbTagTool -use JetRec JetRec-* Reconstruction/Jet -use AsgTools AsgTools-* Control/AthToolSupport -use JetSubStructureMomentTools JetSubStructureMomentTools-* Reconstruction/Jet -use JetSubStructureUtils JetSubStructureUtils-* Reconstruction/Jet - -use AtlasEigen AtlasEigen-* External - - -private -apply_tag ROOTRooFitLibs -apply_tag ROOTMathLibs -apply_tag ROOTTMVALibs -end_private -use AtlasROOT AtlasROOT-* External - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS TMVA)" - -use SGTools SGTools-* Control -use JetTagInfo JetTagInfo-* PhysicsAnalysis/JetTagging -use TrkParameters TrkParameters-* Tracking/TrkEvent -private -use AtlasBoost AtlasBoost-* External -use AthenaKernel AthenaKernel-* Control -use Particle Particle-* Reconstruction -use TrkTrack TrkTrack-* Tracking/TrkEvent - -use xAODMuon xAODMuon-* Event/xAOD - -use TrkNeuralNetworkUtils TrkNeuralNetworkUtils-* Tracking/TrkUtilityPackages - -use Navigation Navigation-* Control -#use FourMom FourMom-* Event - -#use ParticleTruth ParticleTruth-* Reconstruction -#use egammaEvent egammaEvent-* Reconstruction/egamma -#use muonEvent muonEvent-* Reconstruction/MuonIdentification -#use JetEvent JetEvent-* Reconstruction/Jet -#use MuonIDEvent MuonIDEvent-* PhysicsAnalysis/MuonID -use VxVertex VxVertex-* Tracking/TrkEvent - -use InDetTrackSelectionTool InDetTrackSelectionTool-* InnerDetector/InDetRecTools -use TrackVertexAssociationTool TrackVertexAssociationTool-* InnerDetector/InDetRecTools - -#use JetTagEvent JetTagEvent-* PhysicsAnalysis/JetTagging -use JetTagCalibration JetTagCalibration-* PhysicsAnalysis/JetTagging -use MuonSelectorTools MuonSelectorTools-* PhysicsAnalysis/MuonID -use MuonMomentumCorrections MuonMomentumCorrections-* PhysicsAnalysis/MuonID/MuonIDAnalysis - -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -#use TrkVertexFitterUtils TrkVertexFitterUtils-* Tracking/TrkVertexFitter - -#use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -#use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkTrackLink TrkTrackLink-* Tracking/TrkEvent -use TrkLinks TrkLinks-* Tracking/TrkEvent -#use EventPrimitives EventPrimitives-* Event - -# truth label information -use ParticleJetTools ParticleJetTools-* PhysicsAnalysis/AnalysisCommon - -# for new extrapolation -use ITrackToVertex ITrackToVertex-* Reconstruction/RecoTools - -# LV 2005/0204: additional uses for TrackSelector (will move away): -#use StoreGate StoreGate-* Control -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent - -# additional for general secondary vertex finder framework -use VxSecVertex VxSecVertex-* Tracking/TrkEvent -#use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools - -# additional for JetFitter (GP, March 2007) -use VxJetVertex VxJetVertex-* Tracking/TrkEvent - - -# for Shared hit mapper (old mode): -#use InDetIdentifier * InnerDetector/InDetDetDescr -#use TrkRIO_OnTrack * Tracking/TrkEvent - -# for SoftEl calibration -#use AtlasHepMC AtlasHepMC-* External -#use GeneratorObjects GeneratorObjects-* Generators - -# for ExKtbbTagTool -use JetEDM JetEDM-* Reconstruction/Jet - -end_private - -# Set the path to use images in doxygen -macro DOXYGEN_IMAGE_PATH "../doc/images" - -#library JetTagTools *.cxx components/*.cxx -#library JetTagTools DummyTag.cxx components/*.cxx -#apply_pattern dual_use_library files="*.cxx" -apply_pattern dual_use_library files="DummyTag.cxx TrackSelector.cxx HistoHelperRoot.cxx NewLikelihoodTool.cxx BasicTrackGradeFactory.cxx DetailedTrackGradeFactory.cxx GradedTrack.cxx IPTag.cxx JetTagUtils.cxx SVForIPTool.cxx SVTag.cxx JetFitterTag.cxx JetFitterNtupleWriter.cxx JetFitterNNTool.cxx MV1Tag.cxx MyTag.cxx MV2Tag.cxx JetFitterVariablesFactory.cxx MSVVariablesFactory.cxx MultiSVTag.cxx JetVertexCharge.cxx SoftMuonTag.cxx ExKtbbTag.cxx ExKtbbTagTool.cxx MultivariateTagManager.cxx DL1Tag.cxx LightweightNeuralNetwork.cxx TagNtupleDumper.cxx parse_json.cxx Stack.cxx RNNIPTag.cxx" -#apply_pattern declare_joboptions files="*.py" -apply_pattern declare_runtime files="-s=../share *.root *.txt" - -private -#macro_append rootBasicLibs " -lTMVA " -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -#Remove warning -#macro_append cppflags " -w" - diff --git a/PhysicsAnalysis/JetTagging/JetTagValidation/JetTagDQA/cmt/requirements b/PhysicsAnalysis/JetTagging/JetTagValidation/JetTagDQA/cmt/requirements deleted file mode 100644 index 2a7658d8e8101c7ad14d3c2d7b1de920d55b57c0..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetTagging/JetTagValidation/JetTagDQA/cmt/requirements +++ /dev/null @@ -1,52 +0,0 @@ -#requirements -## automatically generated CMT requirements file -package JetTagDQA -author eschopf - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - -## put here your package dependencies... - -#use AsgTools AsgTools-* Control/AthToolSupport - -private -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaMonitoring AthenaMonitoring-* Control -use AtlasROOT AtlasROOT-* External -use AtlasCLHEP AtlasCLHEP-* External -#use StoreGate StoreGate-* Control -use xAODBase xAODBase-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use ParticleJetTools ParticleJetTools-* PhysicsAnalysis/AnalysisCommon -#use xAODCaloEvent xAODCaloEvent-* Event/xAOD -#use xAODEgamma xAODEgamma-* Event/xAOD -#use xAODMuon xAODMuon-* Event/xAOD -#use xAODTau xAODTau-* Event/xAOD -#use xAODMissingET xAODMissingET-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODBTagging xAODBTagging-* Event/xAOD -use TrkValHistUtils TrkValHistUtils-* Tracking/TrkValidation -end_private - -## - -branches src src/components doc python share - -private -## default is to make component library -library JetTagDQA *.cxx components/*.cxx - -#macro_append cppflags ' -std=c++11 ' -#macro_append use_linkopts ' -std=c++11 ' - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -end_private - - diff --git a/PhysicsAnalysis/JetTagging/JetTaggingTagTools/cmt/requirements b/PhysicsAnalysis/JetTagging/JetTaggingTagTools/cmt/requirements deleted file mode 100755 index a225dec69155ff3a6ff4e9c8fda7c365015850a1..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JetTagging/JetTaggingTagTools/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -package JetTaggingTagTools - -author Ketevi A. Assamagan <ketevi@bnl.gov> - -use AtlasPolicy AtlasPolicy-* -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use GaudiInterface GaudiInterface-* External -use StoreGate StoreGate-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use TagEvent TagEvent-* PhysicsAnalysis/EventTag - - -private -use AtlasCLHEP AtlasCLHEP-* External -use JetEvent JetEvent-* Reconstruction/Jet -end_private - -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_joboptions files="*.py" - - - diff --git a/PhysicsAnalysis/JpsiUpsilonTools/cmt/requirements b/PhysicsAnalysis/JpsiUpsilonTools/cmt/requirements deleted file mode 100644 index 285d184c35a2731a74c2f0dcf2bea2268955946c..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/JpsiUpsilonTools/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package JpsiUpsilonTools - -author James Catmore <James.Catmore@cern.ch> - -use DataModel DataModel-* Control -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkVKalVrtFitter TrkVKalVrtFitter-* Tracking/TrkVertexFitter -use InDetConversionFinderTools InDetConversionFinderTools-* InnerDetector/InDetRecTools -use HepPDT * LCG_Interfaces -use xAODMuon xAODMuon-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD - -private -use AtlasCLHEP AtlasCLHEP-* External -use TrkVertexAnalysisUtils TrkVertexAnalysisUtils-* Tracking/TrkVertexFitter -use AtlasROOT AtlasROOT-* External -use TrkV0Fitter TrkV0Fitter-* Tracking/TrkVertexFitter -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use TrkVertexFitterUtils TrkVertexFitterUtils-* Tracking/TrkVertexFitter -use EventPrimitives EventPrimitives-* Event -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkParametersBase TrkParametersBase-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use xAODBPhys xAODBPhys-* Event/xAOD - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -public -apply_pattern dual_use_library files=*.cxx -apply_pattern declare_joboptions files=" *.py" diff --git a/PhysicsAnalysis/MCTruthClassifier/cmt/Makefile.RootCore b/PhysicsAnalysis/MCTruthClassifier/cmt/Makefile.RootCore deleted file mode 100644 index 0d05c20b819f403302ecdedeb656ec81f0681399..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MCTruthClassifier/cmt/Makefile.RootCore +++ /dev/null @@ -1,11 +0,0 @@ -PACKAGE = MCTruthClassifier -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_DEP = AsgTools xAODTruth xAODEgamma xAODMuon xAODJet xAODTracking xAODCaloEvent -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_PEDANTIC = 1 -PACKAGE_REFLEX = 1 -include $(ROOTCOREDIR)/Makefile-common \ No newline at end of file diff --git a/PhysicsAnalysis/MCTruthClassifier/cmt/requirements b/PhysicsAnalysis/MCTruthClassifier/cmt/requirements deleted file mode 100644 index e2e6762d9ff9a9a61a4bc7c891afd13ea11a6a96..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MCTruthClassifier/cmt/requirements +++ /dev/null @@ -1,54 +0,0 @@ -package MCTruthClassifier - -author Oleg Fedin <Oleg.Fedin@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AsgTools AsgTools-* Control/AthToolSupport -use GaudiInterface GaudiInterface-* External - -use xAODTruth xAODTruth-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD - -use_ifndef pplist="XAOD_ANALYSIS" pkg="Reconstruction/RecoTools/ParticlesInConeTools" - -private -use_ifndef pplist="XAOD_ANALYSIS" pkg="Generators/GeneratorObjects" -use_ifndef pplist="XAOD_ANALYSIS" pkg="External/AtlasHepMC" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Reconstruction/RecoTools/RecoToolInterfaces" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkEventPrimitives" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkParametersIdentificationHelpers" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Control/AthenaKernel" -apply_pattern declare_python_modules files="*.py" - -# pattern dual_use_library must be declared public -# so that clients can link against its public library - -public -apply_pattern dual_use_library files="*.cxx ../Root/*.cxx" -end_public - -# The following use is to get the lcgdict pattern. -# This is "hidden" behind "private" and "no_auto_imports" to keep -# clients of EventInfo from seeing excess dependencies -private - -use AtlasReflex AtlasReflex-* External -no_auto_imports -use AtlasROOT AtlasROOT-* External - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See EventInfoDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. - -# Must temporarily omit emission of methods - fails -apply_pattern lcgdict dict=MCTruthClassifier selectionfile=selection.xml headerfiles="../MCTruthClassifier/MCTruthClassifierDict.h" - - -#remove use_linkopts -macro MCTruthClassifierEnumsDict_shlibflags "$(componentshr_linkopts) $(Reflex_linkopts) $(egammaInterfaces_extra_shlibflags)" diff --git a/PhysicsAnalysis/MonteCarloReact/MonteCarloReactUtils/cmt/requirements b/PhysicsAnalysis/MonteCarloReact/MonteCarloReactUtils/cmt/requirements deleted file mode 100644 index 829e9c4b35511ed75845c3c07691cf34c992be86..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MonteCarloReact/MonteCarloReactUtils/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -############################################# -package MonteCarloReactUtils - -author Marc Hohlfeld <marc.hohlfeld@cern.ch> - - -use AtlasPolicy AtlasPolicy-* - -use AtlasROOT AtlasROOT-* External - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Hist)" - -library MonteCarloReactUtils *.cxx - - -apply_pattern installed_library -#################################################### diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/cmt/Makefile.RootCore b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/cmt/Makefile.RootCore deleted file mode 100644 index 61aed6753b2f733341ed9b6ec7e3bc35ed81e5bf..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = MuonEfficiencyCorrections -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools PATCore xAODMuon xAODEventInfo PATInterfaces PathResolver xAODTrigger AsgAnalysisInterfaces PileupReweighting -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/cmt/requirements b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/cmt/requirements deleted file mode 100644 index b7d96cf0ed908d4469f486cb0652aaf93a6bd7dc..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/cmt/requirements +++ /dev/null @@ -1,43 +0,0 @@ -package MuonEfficiencyCorrections - -author Max Goblirsch <goblirsc@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - -use AsgTools AsgTools-* Control/AthToolSupport -use AtlasROOT AtlasROOT-* External -use AtlasBoost AtlasBoost-* External -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -use xAODMuon xAODMuon-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD - -private - -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AthContainers AthContainers-* Control -use PathResolver PathResolver-* Tools -use xAODTrigger xAODTrigger-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use PileupReweighting PileupReweighting-* PhysicsAnalysis/AnalysisCommon -use AsgAnalysisInterfaces AsgAnalysisInterfaces-* PhysicsAnalysis/Interfaces - -end_private - -# Create a dual_use library instead of a component library because the lcgdict pattern -# only works with the former when building with cmake. This pollutes the list of -# libraries to be linked against for client packages, but is otherwise harmless. -# Declare the library: -#library MuonEfficiencyCorrections *.cxx ../Root/*.cxx components/*.cxx -#apply_pattern component_library -apply_pattern dual_use_library files="*.cxx ../Root/*.cxx" - -# Install the jobOptions: -apply_pattern declare_joboptions files=../share/*.py - -# PyROOT Reflex dictionaries -private -use AtlasReflex AtlasReflex-* External -no-auto-imports -apply_pattern lcgdict dict=MuonEfficiencyCorrections selectionfile=selection.xml headerfiles="../MuonEfficiencyCorrections/MuonEfficiencyCorrectionsDict.h" diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/cmt/Makefile.RootCore b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/cmt/Makefile.RootCore deleted file mode 100644 index 70ea90803232277ee18ef5d678720a495ad75f0d..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = MuonMomentumCorrections -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools PATCore xAODMuon xAODEventInfo PATInterfaces PathResolver MuonSelectorTools -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/cmt/requirements b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/cmt/requirements deleted file mode 100644 index f1fbbf2f9301f8b79c836d89fba3b7cbd64f2155..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package MuonMomentumCorrections - -author Giacomo Artoni <Giacomo.Artoni@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use AtlasBoost AtlasBoost-* External -use AtlasReflex AtlasReflex-* External -no-auto-imports -use AsgTools AsgTools-* Control/AthToolSupport -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -use xAODMuon xAODMuon-* Event/xAOD - -private - -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use PathResolver PathResolver-* Tools -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use MuonSelectorTools MuonSelectorTools-* PhysicsAnalysis/MuonID -end_private - -# Declare the library (this is dual_use since the lcgdict pattern doesn't work with a pure component -# library when cmake is used for the build) -apply_pattern dual_use_library files="*.cxx ../Root/*.cxx" - -apply_pattern lcgdict dict=MuonMomentumCorrections selectionfile=selection.xml headerfiles="../MuonMomentumCorrections/MuonMomentumCorrectionsDict.h" - -# Install the jobOptions: -apply_pattern declare_joboptions files=*.py -apply_pattern declare_runtime files="../share/*.dat" diff --git a/PhysicsAnalysis/MuonID/MuonIDEvent/cmt/requirements b/PhysicsAnalysis/MuonID/MuonIDEvent/cmt/requirements deleted file mode 100755 index 35878ab62b98047bb84f4ea157338b6e1d9a4b1e..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MuonID/MuonIDEvent/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package MuonIDEvent - -author Ketevi A. Assamagan <Ketevi@bnl.gov> -author Kyle Cranmer <cranmer@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use Navigation Navigation-* Control -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon -use JetEvent JetEvent-* Reconstruction/Jet -use muonEvent muonEvent-* Reconstruction/MuonIdentification - -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter - -branches MuonIDEvent src doc - -library MuonIDEvent *.cxx - -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=MuonIDEvent selectionfile=selection.xml \ - headerfiles=" ../MuonIDEvent/MuonIDEventDict.h" -end_private - - diff --git a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonCalibrationFit/cmt/requirements b/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonCalibrationFit/cmt/requirements deleted file mode 100644 index b84f0e4024b239549d48c2e5bdc432425f005ac8..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonCalibrationFit/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package MuonCalibrationFit - -author Giacomo Artoni <Giacomo.Artoni@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use AtlasTBB AtlasTBB-* External -use AtlasBoost AtlasBoost-* External -use AthenaBaseComps AthenaBaseComps-* Control - -private - -apply_tag ROOTMathLibs -apply_tag ROOTRooFitLibs -apply_tag ROOTGraphicsLibs - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS MathCore RIO Matrix Physics RooFit RooFitCore)" - -use GaudiInterface GaudiInterface-* External - -end_private - -library MuonCalibrationFit *.cxx -s=components *.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files=*.py diff --git a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonPerformanceAlgs/cmt/requirements b/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonPerformanceAlgs/cmt/requirements deleted file mode 100644 index a355496664a60bb426812c4d977b7a5443981aa9..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonPerformanceAlgs/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package MuonPerformanceAlgs - -author Massimiliano Bellomo - -use AtlasPolicy AtlasPolicy-* - -private -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AthAnalysisBaseComps AthAnalysisBaseComps-* Control -use xAODMuon xAODMuon-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODPrimitives xAODPrimitives-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use MuonPerformanceHistUtils MuonPerformanceHistUtils-* PhysicsAnalysis/MuonID/MuonPerformanceAnalysis -use MuonResonanceTools MuonResonanceTools-* PhysicsAnalysis/MuonID/MuonPerformanceAnalysis -use MuonTPTools MuonTPTools-* PhysicsAnalysis/MuonID/MuonPerformanceAnalysis -use AtlasROOT AtlasROOT-* External -use xAODCore xAODCore-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD - -use EventBookkeeperMetaData EventBookkeeperMetaData-* Event -use xAODCutFlow xAODCutFlow-* Event/xAOD -use xAODMetaData xAODMetaData-* Event/xAOD - -use AsgTools AsgTools-* Control/AthToolSupport -use EventInfo EventInfo-* Event - -use_ifndef pplist="XAOD_ANALYSIS" pkg="Reconstruction/RecoTools/RecoToolInterfaces" -use_ifndef pplist="XAOD_ANALYSIS" pkg="PhysicsAnalysis/DerivationFramework/DerivationFrameworkInterfaces" - -public -library MuonPerformanceAlgs *.cxx -s=components *.cxx -apply_pattern component_library -apply_pattern declare_joboptions files="../share/*.py" -apply_pattern declare_python_modules files="*.py" diff --git a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonPerformanceHistUtils/cmt/Makefile.RootCore b/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonPerformanceHistUtils/cmt/Makefile.RootCore deleted file mode 100644 index fb0fde5435ef1ea6978d5c6b83ef5a2e717a7b23..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonPerformanceHistUtils/cmt/Makefile.RootCore +++ /dev/null @@ -1,55 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = MuonPerformanceHistUtils - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = xAODMuon xAODTracking xAODTruth TrkValHistUtils xAODTrigger xAODTrigMuon MuonHistUtils MuonEfficiencyCorrections xAODMissingET - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 0 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonPerformanceHistUtils/cmt/requirements b/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonPerformanceHistUtils/cmt/requirements deleted file mode 100644 index 74d32d4cfec20b75cbfb8de969f247105cf0cb0f..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonPerformanceHistUtils/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package MuonPerformanceHistUtils - -author Massimiliano Bellomo - -public -use AtlasPolicy AtlasPolicy-* -#use AthenaMonitoring AthenaMonitoring-* Control -use GaudiInterface GaudiInterface-* External -use AsgTools AsgTools-* Control/AthToolSupport -use xAODBase xAODBase-* Event/xAOD -use TrkValHistUtils TrkValHistUtils-* Tracking/TrkValidation -use MuonHistUtils MuonHistUtils-* MuonSpectrometer/MuonValidation/MuonHistogramming -use MuonEfficiencyCorrections MuonEfficiencyCorrections-* PhysicsAnalysis/MuonID/MuonIDAnalysis -use xAODMuon xAODMuon-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use AtlasROOT AtlasROOT-* External -use xAODMissingET xAODMissingET-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD - - -private -use AthenaBaseComps AthenaBaseComps-* Control -use xAODEventInfo xAODEventInfo-* Event/xAOD - - -public -library MuonPerformanceHistUtils ../Root/*.cxx -apply_pattern installed_library - - - - diff --git a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonPtCalibNtupleMaker/cmt/requirements b/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonPtCalibNtupleMaker/cmt/requirements deleted file mode 100644 index c9b759581e5665c4b447933d93967fb330df0f07..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonPtCalibNtupleMaker/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package MuonPtCalibNtupleMaker - -author Giacomo Artoni <Giacomo.Artoni@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use AthenaBaseComps AthenaBaseComps-* Control -use xAODMuon xAODMuon-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use MuonSelectorTools MuonSelectorTools-* PhysicsAnalysis/MuonID -use AsgAnalysisInterfaces AsgAnalysisInterfaces-* PhysicsAnalysis/Interfaces -use GoodRunsLists GoodRunsLists-* DataQuality -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use TrigMuonMatching TrigMuonMatching-* Trigger/TrigAnalysis -use AtlasCLHEP AtlasCLHEP-* External -use xAODTruth xAODTruth-* Event/xAOD - -private -use GaudiInterface GaudiInterface-* External -end_private - -public -library MuonPtCalibNtupleMaker *.cxx -s=components *.cxx -apply_pattern component_library -apply_pattern declare_joboptions files="../share/*.py" -apply_pattern declare_python_modules files="*.py" diff --git a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/cmt/Makefile.RootCore b/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/cmt/Makefile.RootCore deleted file mode 100644 index 03cb4c2dde97ed12a67b920eb231bd672ebad3d4..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,27 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = MuonResonanceTools -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -DASGTOOL_STANDALONE -DASGTOOL_NOTEVENT -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools xAODMuon xAODPrimitives MuonPerformanceHistUtils MuonSelectorTools TrigConfL1Data TrigSteeringEvent TrigDecisionInterface TrigMuonMatching MuonMomentumCorrections -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -#PACKAGE_SRCFILES = $(wildcard ../src/*.cxx) $(wildcard ../src/standalone/*.cxx) -PACKAGE_PRGDIR = ../utils - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/cmt/requirements b/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/cmt/requirements deleted file mode 100644 index 9c646c2508854220a613c85d312194ce5a24e5cd..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package MuonResonanceTools - -author Andrea Di Simone -author Fabio Cardillo -author Claudia Ciocca - -public -use AtlasPolicy AtlasPolicy-* -use AsgTools AsgTools-* Control/AthToolSupport -use EventPrimitives EventPrimitives-* Event -use xAODMuon xAODMuon-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -#use GoodRunsLists GoodRunsLists-* DataQuality -use MuonSelectorTools MuonSelectorTools-* PhysicsAnalysis/MuonID -use MuonPerformanceHistUtils MuonPerformanceHistUtils-* PhysicsAnalysis/MuonID/MuonPerformanceAnalysis -use MuonEfficiencyCorrections MuonEfficiencyCorrections-* PhysicsAnalysis/MuonID/MuonIDAnalysis -use MuonMomentumCorrections MuonMomentumCorrections-* PhysicsAnalysis/MuonID/MuonIDAnalysis -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use TrigMuonMatching TrigMuonMatching-* Trigger/TrigAnalysis - -private -#use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use xAODEventInfo xAODEventInfo-* Event/xAOD -end_private - -public -#library MuonResonanceTools *.cxx ../Root/*.cxx -s=components *.cxx -#apply_pattern component_library -apply_pattern dual_use_library files="*.cxx ../Root/*.cxx" -apply_pattern declare_joboptions files="../share/*.py" diff --git a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonTPTools/cmt/Makefile.RootCore b/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonTPTools/cmt/Makefile.RootCore deleted file mode 100644 index e03bf3ccedf801aa069d724dee91636f8f26ffc1..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonTPTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,27 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = MuonTPTools -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -DASGTOOL_STANDALONE -DASGTOOL_NOTEVENT -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools xAODBase xAODMuon xAODTruth MuonPerformanceHistUtils MuonEfficiencyCorrections MuonSelectorTools TrigMuonMatching TrigDecisionTool ElectronIsolationSelection TrigConfL1Data TrigDecisionInterface TrigConfxAOD GoodRunsLists -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -#PACKAGE_SRCFILES = $(wildcard ../src/*.cxx) $(wildcard ../src/standalone/*.cxx) -PACKAGE_PRGDIR = ../utils - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonTPTools/cmt/requirements b/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonTPTools/cmt/requirements deleted file mode 100644 index b51372dd7ea1036120e4f4903395333d62bc266e..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonTPTools/cmt/requirements +++ /dev/null @@ -1,46 +0,0 @@ -package MuonTPTools - -author Massimiliano Bellomo -author Maximiliano Sioli - -public -use AtlasPolicy AtlasPolicy-* -use AsgTools AsgTools-* Control/AthToolSupport -use MuonPerformanceHistUtils MuonPerformanceHistUtils-* PhysicsAnalysis/MuonID/MuonPerformanceAnalysis -use MuonEfficiencyCorrections MuonEfficiencyCorrections-* PhysicsAnalysis/MuonID/MuonIDAnalysis -use MuonSelectorTools MuonSelectorTools-* PhysicsAnalysis/MuonID -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use TrigMuonMatching TrigMuonMatching-* Trigger/TrigAnalysis -use AtlasROOT AtlasROOT-* External -use AsgAnalysisInterfaces AsgAnalysisInterfaces-* PhysicsAnalysis/Interfaces -use FsrUtils FsrUtils-* PhysicsAnalysis/AnalysisCommon -use IsolationSelection IsolationSelection-* PhysicsAnalysis/AnalysisCommon -use JetSelectorTools JetSelectorTools-* PhysicsAnalysis/JetMissingEtID -use xAODMuon xAODMuon-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODPrimitives xAODPrimitives-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODBPhys xAODBPhys-* Event/xAOD -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkParameters" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Reconstruction/MuonIdentification/ICaloTrkMuIdTools" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Reconstruction/RecoTools/RecoToolInterfaces" - -private -use GaudiInterface GaudiInterface-* External -use xAODEventShape xAODEventShape-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODHIEvent xAODHIEvent-* Event/xAOD -use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis -use AthContainers AthContainers-* Control -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkDetDescr/TrkSurfaces" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkExtrapolation/TrkExInterfaces" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Reconstruction/MuonIdentification/muonEvent" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Calorimeter/CaloEvent" -end_private - -public -library MuonTPTools *.cxx ../Root/*.cxx -s=components *.cxx -apply_pattern component_library diff --git a/PhysicsAnalysis/MuonID/MuonTagTools/cmt/requirements b/PhysicsAnalysis/MuonID/MuonTagTools/cmt/requirements deleted file mode 100644 index be577063e7e136dbc08a383ebdce6f6472b33cb8..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/MuonID/MuonTagTools/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package MuonTagTools - -author Ketevi A. Assamagan <ketevi@bnl.gov> - -use AtlasPolicy AtlasPolicy-* -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TagEvent TagEvent-* PhysicsAnalysis/EventTag -use xAODMuon xAODMuon-* Event/xAOD -use MuonMomentumCorrections MuonMomentumCorrections-* PhysicsAnalysis/MuonID/MuonIDAnalysis/ -use MuonSelectorTools MuonSelectorTools-* PhysicsAnalysis/MuonID -use xAODEventInfo xAODEventInfo-* Event/xAOD -use IsolationSelection IsolationSelection-* PhysicsAnalysis/AnalysisCommon - -private -use xAODTracking xAODTracking-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODParticleEvent xAODParticleEvent-* Event/xAOD -use AnalysisUtils AnalysisUtils-* PhysicsAnalysis/AnalysisCommon -use AthContainers AthContainers-* Control -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_joboptions files="*.py" - - - diff --git a/PhysicsAnalysis/NTUPtoNTUP/JetN2N/cmt/requirements b/PhysicsAnalysis/NTUPtoNTUP/JetN2N/cmt/requirements deleted file mode 100644 index f4e4b6602485429fd8dac458b53993139c596f85..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/NTUPtoNTUP/JetN2N/cmt/requirements +++ /dev/null @@ -1,13 +0,0 @@ -package JetN2N - -use AtlasPolicy AtlasPolicy-* - - -private - -branches doc python share - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -end_private diff --git a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/cmt/requirements b/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/cmt/requirements deleted file mode 100644 index 0fa4d86494bd43b28db0fd8ab7d3e2011d7ffdf6..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/cmt/requirements +++ /dev/null @@ -1,13 +0,0 @@ -package NTUPtoNTUPCore - -use AtlasPolicy AtlasPolicy-* -use PyJobTransformsCore PyJobTransformsCore-* Tools - -private - -branches python share - -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_jobtransforms trfs='*_trf.py' jo='*.py' - -end_private diff --git a/PhysicsAnalysis/PATJobTransforms/cmt/requirements b/PhysicsAnalysis/PATJobTransforms/cmt/requirements deleted file mode 100644 index 99e14cae8cdb7bc13cc342a1998bb29d1f215cde..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/PATJobTransforms/cmt/requirements +++ /dev/null @@ -1,9 +0,0 @@ -package PATJobTransforms - -use AtlasPolicy AtlasPolicy-* -use PyJobTransforms PyJobTransforms-* Tools -use PyJobTransformsCore PyJobTransformsCore-* Tools -use RecJobTransforms RecJobTransforms-* Reconstruction - -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_job_transforms tfs='*.py' jo='*.py' diff --git a/PhysicsAnalysis/POOLRootAccess/cmt/requirements b/PhysicsAnalysis/POOLRootAccess/cmt/requirements deleted file mode 100644 index cae16a3eb1e2ed6822da565457a7f7a8887eed23..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/POOLRootAccess/cmt/requirements +++ /dev/null @@ -1,58 +0,0 @@ -## automatically generated CMT requirements file -package POOLRootAccess -author will - - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External -use StoreGate StoreGate-* Control -use AthenaKernel AthenaKernel-* Control - -use StoreGateBindings StoreGateBindings-* Control -use SGTools SGTools-* Control - -private -use AtlasROOT AtlasROOT-* External - -use AthAnalysisBaseComps AthAnalysisBaseComps-* Control - -end_private - -## - -branches src doc python share - -## default is to make component library. See: https://twiki.cern.ch/twiki/bin/view/Main/LearningAthena#Libraries_in_CMT for alternatives -library POOLRootAccess *.cxx -apply_pattern installed_library - -apply_pattern declare_joboptions files="*.py *.opts" -apply_pattern declare_python_modules files="*.py" - -private -use AtlasReflex AtlasReflex-* External -apply_pattern lcgdict dict=POOLRootAccess selectionfile=selection.xml headerfiles="../POOLRootAccess/POOLRootAccessDict.h" -end_private - - -private -use xAODRootAccess xAODRootAccess-* Control -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD - -#here we compile the individual test applications - -application ut_basicRead_test ../test/ut_basicRead_test.cxx -macro_append ut_basicRead_test_dependencies " POOLRootAccess " - -application ut_basicxAODRead_test ../test/ut_basicxAODRead_test.cxx -macro_append ut_basicxAODRead_test_dependencies " POOLRootAccess " - -application ut_basicAlg_test ../test/ut_basicAlg_test.cxx -macro_append ut_basicAlg_test_dependencies " POOLRootAccess " - -end_private - diff --git a/PhysicsAnalysis/PanTauAnalysis/cmt/requirements b/PhysicsAnalysis/PanTauAnalysis/cmt/requirements deleted file mode 100755 index 24ce53caa6d0f99f9a692ef3f4dbf8f4399813e5..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/PanTauAnalysis/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package PanTauAnalysis - -author Robindra Prabhu <prabhu@physik.uni-bonn.de> - - -############## -public - -branches run - -use AtlasPolicy AtlasPolicy-* -# use AtlasAnalysisRunTime AtlasAnalysisRunTime-* - - -############# -public - -apply_tag ROOTBasicLibs -apply_tag ROOTMathLibs -apply_tag ROOTSTLDictLibs -apply_tag ROOTGraphicsLibs -apply_tag ROOTTableLibs - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - - diff --git a/PhysicsAnalysis/PhysicsElementLinks/cmt/requirements b/PhysicsAnalysis/PhysicsElementLinks/cmt/requirements deleted file mode 100644 index d89e318f67765ea57ee76b59a2fd0188b2bfbd20..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/PhysicsElementLinks/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package PhysicsElementLinks - -author Serban Protopopescu <serban@bnl.gov> - -use AtlasPolicy AtlasPolicy-* - -branches run - -# The following dependencies satisfy the compile (build) time environment - - -use AtlasDoxygen AtlasDoxygen-* Tools - -use SGTools SGTools-* Control -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID -use tauEvent tauEvent-* Reconstruction -use muonEvent muonEvent-* Reconstruction/MuonIdentification/ -use JetEvent JetEvent-* Reconstruction/Jet -use egammaEvent egammaEvent-* Reconstruction/egamma -use Particle Particle-* Reconstruction - -### dict generation - -library PhysicsElementLinks *.cxx -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=PhysicsElementLinks \ - selectionfile=selection.xml \ - headerfiles="../PhysicsElementLinks/PhysicsElementLinksDict.h" - - - diff --git a/PhysicsAnalysis/PhysicsElementLinksAthenaPool/cmt/requirements b/PhysicsAnalysis/PhysicsElementLinksAthenaPool/cmt/requirements deleted file mode 100755 index db4464b5e6cab20fb7c7fb1336e7946862700ae3..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/PhysicsElementLinksAthenaPool/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package PhysicsElementLinksAthenaPool -author Serban Protopopescu <serban@bnl.gov> -author Sebastien Binet <binet@cern.ch> - - -public -use AtlasPolicy AtlasPolicy-* -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -private -use ParticleEventAthenaPool ParticleEventAthenaPool-* PhysicsAnalysis/AnalysisCommon -use PhysicsElementLinks PhysicsElementLinks-* PhysicsAnalysis -end_private - - -# -# List of containers for which we want to generate an AthenaPool converter -# -macro PEvtAthenaPool_poolcnv "-s=${PhysicsElementLinks_root}/PhysicsElementLinks " -macro_append PEvtAthenaPool_poolcnv " JetLinks.h " -macro_append PEvtAthenaPool_poolcnv " TauJetLinks.h " -macro_append PEvtAthenaPool_poolcnv " MuonLinks.h " -macro_append PEvtAthenaPool_poolcnv " ElectronLinks.h " -macro_append PEvtAthenaPool_poolcnv " PhotonLinks.h " -macro_append PEvtAthenaPool_poolcnv " TruthParticleLinks.h " -macro_append PEvtAthenaPool_poolcnv " TrackLinks.h " - -apply_pattern poolcnv files=${PEvtAthenaPool_poolcnv} - - - - diff --git a/PhysicsAnalysis/PhysicsElementLinksTPCnv/cmt/requirements b/PhysicsAnalysis/PhysicsElementLinksTPCnv/cmt/requirements deleted file mode 100755 index aa8e0cca088a7581ea3e181471a2d6a9446776ba..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/PhysicsElementLinksTPCnv/cmt/requirements +++ /dev/null @@ -1,19 +0,0 @@ -package PhysicsElementLinksTPCnv - -author Serban Protopopescu <serban@bnl.gov> - -## For Athena policies: it has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -use ParticleEventTPCnv ParticleEventTPCnv-* PhysicsAnalysis/AnalysisCommon -use tauEvent tauEvent-* Reconstruction -use muonEvent muonEvent-* Reconstruction/MuonIdentification/ -use JetEvent JetEvent-* Reconstruction/Jet -use egammaEvent egammaEvent-* Reconstruction/egamma -use Particle Particle-* Reconstruction -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID - -branches PhysicsElementLinksTPCnv src -library PhysicsElementLinksTPCnv *.cxx -apply_pattern installed_library - diff --git a/PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/cmt/requirements b/PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/cmt/requirements deleted file mode 100644 index 9ef023d0fa806f11184ac4b7c1020fdb1f6ff552..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/cmt/requirements +++ /dev/null @@ -1,52 +0,0 @@ -## automatically generated CMT requirements file -package PhysValMonitoring -author gwilliam - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - -## put here your package dependencies... - -#use AsgTools AsgTools-* Control/AthToolSupport - -private -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaMonitoring AthenaMonitoring-* Control -use AtlasROOT AtlasROOT-* External -#use StoreGate StoreGate-* Control -use AtlasCLHEP AtlasCLHEP-* External -use TrkValHistUtils TrkValHistUtils-* Tracking/TrkValidation -use xAODBase xAODBase-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODTau xAODTau-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODBTagging xAODBTagging-* Event/xAOD -use RecEvent RecEvent-* Reconstruction - -end_private - -## - -branches src src/components doc python share - -private -## default is to make component library -library PhysValMonitoring *.cxx components/*.cxx - -#macro_append cppflags ' -std=c++11 ' -#macro_append use_linkopts ' -std=c++11 ' - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -end_private - - diff --git a/PhysicsAnalysis/PrimaryDPDMaker/cmt/requirements b/PhysicsAnalysis/PrimaryDPDMaker/cmt/requirements deleted file mode 100644 index 336f5201d83c082f7f328b00ea950574eb101c56..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/PrimaryDPDMaker/cmt/requirements +++ /dev/null @@ -1,118 +0,0 @@ -package PrimaryDPDMaker - -author Karsten Koeneke <karsten.koeneke@desy.de> -## Created based on: -## https://twiki.cern.ch/twiki/bin/view/Atlas/PyAthena - -## For Athena policies: it has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -use AtlasCLHEP AtlasCLHEP-* External -use DataModel DataModel-* Control -use StoreGate StoreGate-* Control - -# Needed for the prescaler -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control - -# Needed for the migration to AthAlgorithm -use AthenaBaseComps AthenaBaseComps-* Control - -# Needed for ThinCells -use Identifier Identifier-* DetectorDescription -use CaloEvent CaloEvent-* Calorimeter -use Particle Particle-* Reconstruction - -# Needed for thinning PrepRawData -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr - -#Needed for MuonFilterAlg -use EventKernel EventKernel-* Event -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -#use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - - -#Needed for TrackParticle slimming -use TrkTrack TrkTrack-* Tracking/TrkEvent - -#Needed for RegSelSvc -use IRegionSelector IRegionSelector-* DetectorDescription - -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework - -private -use NavFourMom NavFourMom-* Event -use AtlasROOT AtlasROOT-* External -use xAODEventInfo xAODEventInfo-* Event/xAOD -use SGTools SGTools-* Control - -use RoiDescriptor RoiDescriptor-* DetectorDescription -use FourMomUtils FourMomUtils-* Event -#use NavFourMom NavFourMom-* Event -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use JetEvent JetEvent-* Reconstruction/Jet -use AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger -use FourMom FourMom-* Event -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use LArRecEvent LArRecEvent-* LArCalorimeter -use TileEvent TileEvent-* TileCalorimeter -use TileIdentifier TileIdentifier-* TileCalorimeter -#use TrackParticleSlimming TrackParticleSlimming-* Reconstruction -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use egammaEvent egammaEvent-* Reconstruction/egamma -use tauEvent tauEvent-* Reconstruction - -use xAODMuon xAODMuon-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD - - -end_private - - - - -private -use TestPolicy TestPolicy-* -apply_pattern validate_xml -end_private - -## declare the directories CMT should know about -branches python share doc src - - -## create a shared library -#library PrimaryDPDMaker *.cxx components/*.cxx - -## install the C++ modules -#apply_pattern component_library -apply_pattern dual_use_library files=*.cxx - -## install our python modules -apply_pattern declare_python_modules files="*.py" - -## install our job options files -apply_pattern declare_joboptions files="*.py" - - -macro PrimaryDPDMaker_TestConfiguration "../test/PrimaryDPDMaker_TestConfiguration.xml" -apply_pattern declare_runtime extras="../test/PrimaryDPDMaker_TestConfiguration.xml ../share/*.C" - -## bindings ######## -private -use AtlasReflex AtlasReflex-* External - -#use IsolationTool IsolationTool-* Reconstruction/RecoTools - -apply_pattern lcgdict dict=PrimaryDPDMaker \ - selectionfile=selection.xml \ - headerfiles=" -s=$(PrimaryDPDMaker_root)/PrimaryDPDMaker PrimaryDPDMakerDict.h" - - -end_private diff --git a/PhysicsAnalysis/PyAnalysis/PyAnalysisCore/cmt/requirements b/PhysicsAnalysis/PyAnalysis/PyAnalysisCore/cmt/requirements deleted file mode 100755 index af5a75a3c49cb62b8f59b6dbe3cc3fe1576c3d1f..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/PyAnalysis/PyAnalysisCore/cmt/requirements +++ /dev/null @@ -1,19 +0,0 @@ -package PyAnalysisCore - -author Tadashi Maeno <Tadashi.Maeno@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use StoreGate StoreGate-* Control -use PersistentDataModel PersistentDataModel-* Database - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -private - -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=PyAnalysisCore selectionfile=selection.xml \ - headerfiles="../PyAnalysisCore/PyAnalysisCoreDict.h" \ No newline at end of file diff --git a/PhysicsAnalysis/PyAnalysis/PyAnalysisExamples/cmt/requirements b/PhysicsAnalysis/PyAnalysis/PyAnalysisExamples/cmt/requirements deleted file mode 100755 index 52af4b0daa4f35cc6499d87befd14fc151acda6d..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/PyAnalysis/PyAnalysisExamples/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package PyAnalysisExamples - -author Tadashi.Maeno <Tadashi.Maeno@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasPython AtlasPython-* External -use AthenaKernel AthenaKernel-* Control -use CLIDSvc CLIDSvc-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use egammaEvent egammaEvent-* Reconstruction/egamma - -private -use AtlasCLHEP AtlasCLHEP-* External -use PyKernel PyKernel-* Control -use StoreGate StoreGate-* Control -end_private - -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_joboptions files="*.py" - -private - -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=PyAnalysisExamples selectionfile=selection.xml \ - headerfiles="../PyAnalysisExamples/PyAnalysisExamplesDict.h" diff --git a/PhysicsAnalysis/PyAnalysis/PyAnalysisUtils/cmt/Makefile.RootCore b/PhysicsAnalysis/PyAnalysis/PyAnalysisUtils/cmt/Makefile.RootCore deleted file mode 100644 index 1e86f1c5aa5c49f740f619a6771012d0e2f8666a..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/PyAnalysis/PyAnalysisUtils/cmt/Makefile.RootCore +++ /dev/null @@ -1,5 +0,0 @@ -PACKAGE = PyAnalysisUtils -PACKAGE_PEDANTIC = 1 -PACKAGE_NOCC = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/PyAnalysis/PyAnalysisUtils/cmt/requirements b/PhysicsAnalysis/PyAnalysis/PyAnalysisUtils/cmt/requirements deleted file mode 100755 index 6350ebec6ddf2212903f5958623e99ba70041a09..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/PyAnalysis/PyAnalysisUtils/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package PyAnalysisUtils -author scott snyder <snyder@bnl.gov> - -use AtlasPolicy AtlasPolicy-* - -apply_pattern declare_python_modules files="*.py" - - - -private -use TestPolicy TestPolicy-* -document athenarun_launcher root_pickle_utest -group=check \ - athenarun_exe="python" \ - athenarun_pre="'source ../cmt/setup.sh'" \ - athenarun_opt="../test/root_pickle_t.py" \ - athenarun_out="' >& root_pickle_t.log'" \ - athenarun_post="'../test/post_check.sh root_pickle_t '" - -document athenarun_launcher pydraw_utest -group=check \ - athenarun_exe="python" \ - athenarun_pre="'source ../cmt/setup.sh'" \ - athenarun_opt="../test/pydraw_t.py" \ - athenarun_out="' >& pydraw_t.log'" \ - athenarun_post="'../test/post_check.sh pydraw_t '" diff --git a/PhysicsAnalysis/PyAnalysis/PyParticleTools/cmt/requirements b/PhysicsAnalysis/PyAnalysis/PyParticleTools/cmt/requirements deleted file mode 100755 index 6b2c3e5dad8c88a4b59f200b3225b9fc0eaf8c15..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/PyAnalysis/PyParticleTools/cmt/requirements +++ /dev/null @@ -1,7 +0,0 @@ -package PyParticleTools - -author Tadashi.Maeno <Tadashi.Maeno@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -apply_pattern declare_python_modules files="*.py" diff --git a/PhysicsAnalysis/PyAnalysis/PyTriggerTools/cmt/requirements b/PhysicsAnalysis/PyAnalysis/PyTriggerTools/cmt/requirements deleted file mode 100755 index 6dcbdc9cadaf51f9aec1891a00360f33f5819189..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/PyAnalysis/PyTriggerTools/cmt/requirements +++ /dev/null @@ -1,7 +0,0 @@ -package PyTriggerTools - -author Tadashi.Maeno <Tadashi.Maeno@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -apply_pattern declare_python_modules files="*.py" diff --git a/PhysicsAnalysis/RingerSelectorTools/cmt/Makefile.RootCore b/PhysicsAnalysis/RingerSelectorTools/cmt/Makefile.RootCore deleted file mode 100644 index 7a2fe1e03a15b388041d8d7518912935c5e4df86..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/RingerSelectorTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,29 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# Don't make inline comments, they are not supported. - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = RingerSelectorTools -PACKAGE_PRELOAD = -# This will be set automatically, do not add anything in this field. If it is -# needed, change precompile.RootCore line that writes this place: -PACKAGE_CXXFLAGS = -DASGTOOL_STANDALONE -DPACKAGE_VERSION=\"RingerSelectorTools-00-00-14\" -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = PATCore AsgTools xAODBase xAODCore xAODEgamma xAODCaloRings xAODPrimitives PathResolver xAODCaloEvent ElectronPhotonSelectorTools xAODTracking -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common - diff --git a/PhysicsAnalysis/RingerSelectorTools/cmt/requirements b/PhysicsAnalysis/RingerSelectorTools/cmt/requirements deleted file mode 100644 index c3a2a1e23efe9a20bd8f0cb97007efc441761c50..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/RingerSelectorTools/cmt/requirements +++ /dev/null @@ -1,106 +0,0 @@ -package RingerSelectorTools - -author Werner S. Freund <wsfreund@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaKernel AthenaKernel-* Control -use AtlasROOT AtlasROOT-* External - -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -use AsgTools AsgTools-* Control/AthToolSupport -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODCaloRings xAODCaloRings-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use_unless tag=ROOT_GE_6_00 \ - pkg=AtlasBoost ver=AtlasBoost-* root=External -use_unless tag=ROOT_GE_6_00 \ - pkg=CxxUtils ver=CxxUtils-* root=Control - -use ElectronPhotonSelectorTools ElectronPhotonSelectorTools-* PhysicsAnalysis/ElectronPhotonID - -private - -use GaudiInterface GaudiInterface-* External -use PathResolver PathResolver-* Tools -use AthContainers AthContainers-* Control - -use xAODBase xAODBase-* Event/xAOD -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -end_private - -# Adds Core,Cint,Tree,pthread,MathCore,Hist Root libs -apply_tag ROOTBasicLibs - -branches RingerSelectorTools python src Root share data - -# Create a dual-use library (we exclude file that may be created by RootCore to -# keep source files with multi-folder architeture) -apply_pattern dual_use_library \ - files="*.cxx ../Root/*.cxx ../Root/procedures/*.cxx ../Root/tools/*.cxx -x=../Root/MoreFilesForYou-RootCore-*" - -# install our python modules -apply_pattern declare_python_modules files="*.py" - -# install the ROOT files (in the data/ directory) -apply_pattern declare_calib files="../data/*.root ../data/test" - -# For reflex dictionary generation -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=RingerSelectorTools \ - selectionfile=selection.xml \ - headerfiles="..\/RingerSelectorTools/RingerSelectorToolsDict.h" - -# Add binary ringerSel_readTest using testRead.cxx -#application ringerSel_testRead ../util/testRead.cxx -#macro_append ringerSel_testRead_dependencies RingerSelectorToolsLib - -# Add binary ringerSel_writeTest using writeRead.cxx -#application ringerSel_testWrite ../util/testWrite.cxx -#macro_append ringerSel_testWrite_dependencies RingerSelectorToolsLib - - -###################### Code Graveyard ########################## - -#use AtlasPyROOT AtlasPyROOT-* External -#use xAODCaloEvent xAODCaloEvent-* Event/xAOD -#use xAODEventInfo xAODEventInfo-* Event/xAOD - -# Adds MathMore,Minuit,Minuit2,Matrix,Physics,HistPainter,Rint -#apply_tag ROOTMathLibs -# For more ROOT options, take a look here http://acode-browser.usatlas.bnl.gov/lxr/source/atlas/External/AtlasROOT/cmt/requirements - -#macro use_AtlasBoost "AtlasBoost AtlasBoost-* External" \ -# ROOT_GE_6_00 "" -#use $(use_AtlasBoost) -#macro use_CxxUtils "CxxUtils CxxUtils-* External" \ -# ROOT_GE_6_00 "" -#use $(use_CxxUtils) - -#macro_append ringerSel_testReadlinkopts "-lRingerSelectorToolsLib -lAtlasSTLAddReflexDict -lGaudiAlg " - -#private -## Python bindings: -#macro_append Boost_linkopts " $(Boost_linkopts_python) " -#macro_append pyringerselectortools_util_pp_cppflags " -Wno-unused " -#end_private - - -# This could be added by asg tool requirements, so that we don't need to do it ourselves. -#private -# Uncomment these to run on debug mode for this package only: -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" -#macro_remove AtlasCxxPolicy_pp_cppflags "-DNDEBUG" -#macro_remove AtlasCxxPolicy_pp_cppflags "-O2" -#macro_append AtlasCxxPolicy_pp_cppflags " -g " -#end_private - -#pattern declare_python_package \ -# apply_pattern generic_declare_for_link kind=python_package \ -# files='-s=../python <pyth_package>/*.py' prefix=python/<pyth_package> name=<name> ; \ -# private ; \ -# macro_append <package>_python_init_dependencies " install_<name>python_package " ; \ -# end_private -# -#declare_python_package pyth_package="RingerSelectorTools" - diff --git a/PhysicsAnalysis/SUSYPhys/LongLivedParticleDPDMaker/cmt/requirements b/PhysicsAnalysis/SUSYPhys/LongLivedParticleDPDMaker/cmt/requirements deleted file mode 100644 index bc4bf4dacac26fa31cabdd7be7525e30106d66e7..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/SUSYPhys/LongLivedParticleDPDMaker/cmt/requirements +++ /dev/null @@ -1,59 +0,0 @@ -package LongLivedParticleDPDMaker - -author Nick Barlow <nbarlow@mail.cern.ch> Christian Ohm <ohm@physto.se> - -public - -## AthenaPolicy has to be the first use statement -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasROOT AtlasROOT-* External -use AtlasAnalysisRunTime AtlasAnalysisRunTime-* -##use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use DerivationFrameworkInterfaces DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use TrigObjectMatching TrigObjectMatching-* Trigger/TrigAnalysis -use MuonSelectorTools MuonSelectorTools-* PhysicsAnalysis/MuonID -use xAODMuon xAODMuon-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD - -private -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD - - -use EventBookkeeperMetaData EventBookkeeperMetaData-* Event -use EventInfo EventInfo-* Event -use FourMomUtils FourMomUtils-* Event - -##use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -##use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr - -##use TRT_DriftFunctionTool TRT_DriftFunctionTool-* InnerDetector/InDetRecTools -##use Identifier Identifier-* DetectorDescription - -##use ITrackToVertex ITrackToVertex-* Reconstruction/RecoTools -##use EventPrimitives EventPrimitives-* Event - - -## declare the directories CMT should know about -branches python share doc src - -### create a shared library -library LongLivedParticleDPDMaker *.cxx components/*.cxx - -## install the C++ modules -apply_pattern component_library - -## install our python modules -apply_pattern declare_python_modules files="*.py" - -## install our job options files -apply_pattern declare_joboptions files="*.py" diff --git a/PhysicsAnalysis/SUSYPhys/SUSYPhysTagTools/cmt/requirements b/PhysicsAnalysis/SUSYPhys/SUSYPhysTagTools/cmt/requirements deleted file mode 100755 index e3c15b1df7e74f02c49f73a731959bf40baa03c1..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/SUSYPhys/SUSYPhysTagTools/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package SUSYPhysTagTools - -author Ketevi A. Assamagan <ketevi@bnl.gov> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use TagEvent TagEvent-* PhysicsAnalysis/EventTag - -private -use AtlasCLHEP AtlasCLHEP-* External -use JetEvent JetEvent-* Reconstruction/Jet -public - -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_joboptions files="*.py" - - - - diff --git a/PhysicsAnalysis/SUSYPhys/SUSYTools/cmt/Makefile.RootCore b/PhysicsAnalysis/SUSYPhys/SUSYTools/cmt/Makefile.RootCore deleted file mode 100644 index a103f26c06fd72c14a7120f984093078b81070d5..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/SUSYPhys/SUSYTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,11 +0,0 @@ -PACKAGE = SUSYTools -PACKAGE_PRELOAD = EG -# uncomment for profiling -#PACKAGE_CXXFLAGS = -I/afs/cern.ch/atlas/offline/external/google_perftools/2.1/x86_64-slc6-gcc47-opt/include/ -#PACKAGE_LIBFLAGS = -L/afs/cern.ch/atlas/offline/external/libunwind/1.1/x86_64-slc6-gcc48-opt/lib/ -L/afs/cern.ch/atlas/offline/external/google_perftools/2.1/x86_64-slc6-gcc47-opt/lib -lunwind -lprofiler -PACKAGE_LDFLAGS = $(shell root-config --libs) -lPyROOT -lXMLParser -lEG -PACKAGE_DEP = PATCore xAODCutFlow CalibrationDataInterface GoodRunsLists PileupReweighting ReweightUtils TauCorrUncert xAODBase xAODEventInfo xAODEgamma xAODMuon xAODJet xAODTau xAODMissingET AsgTools PATInterfaces JetCalibTools JetResolution JetSelectorTools JetUncertainties ElectronPhotonFourMomentumCorrection ElectronEfficiencyCorrection MuonMomentumCorrections MuonEfficiencyCorrections MuonSelectorTools xAODBTaggingEfficiency TauAnalysisTools METUtilities METInterface ElectronPhotonShowerShapeFudgeTool PhotonEfficiencyCorrection TrigConfxAOD TrigDecisionTool IsolationSelection FourMomUtils JetMomentTools AssociationUtils IsolationCorrections JetJvtEfficiency TriggerMatchingTool JetSubStructureUtils MCTruthClassifier PMGTools xAODTrigMissingET AsgAnalysisInterfaces ElectronPhotonSelectorTools -PACKAGE_PEDANTIC = 1 -PACKAGE_REFLEX = 1 -include $(ROOTCOREDIR)/Makefile-common - diff --git a/PhysicsAnalysis/SUSYPhys/SUSYTools/cmt/requirements b/PhysicsAnalysis/SUSYPhys/SUSYTools/cmt/requirements deleted file mode 100644 index fb06df1c3aa82304bae24124e89e3285cbe29a3b..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/SUSYPhys/SUSYTools/cmt/requirements +++ /dev/null @@ -1,99 +0,0 @@ -package SUSYTools - -use AtlasPolicy AtlasPolicy-* -use AtlasPython AtlasPython-* External -no_auto_imports -use AtlasROOT AtlasROOT-* External - -use GaudiInterface GaudiInterface-* External - -use xAODCore xAODCore-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD - -use JetSubStructureUtils JetSubStructureUtils-* Reconstruction/Jet -use JetJvtEfficiency JetJvtEfficiency-* Reconstruction/Jet - -use AsgTools AsgTools-* Control/AthToolSupport -use xAODJet xAODJet-* Event/xAOD -use xAODTau xAODTau-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use AssociationUtils AssociationUtils-* PhysicsAnalysis/AnalysisCommon -use AtlasReflex AtlasReflex-* External -no-auto-imports -use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis -use PMGTools PMGTools-* PhysicsAnalysis/AnalysisCommon - -private - -use POOLRootAccess POOLRootAccess-* PhysicsAnalysis -use xAODRootAccess xAODRootAccess-* Control - -use AsgAnalysisInterfaces AsgAnalysisInterfaces-* PhysicsAnalysis/Interfaces -use AtlasBoost AtlasBoost-* External -use JetInterface JetInterface-* Reconstruction/Jet -use JetCPInterfaces JetCPInterfaces-* Reconstruction/Jet -use JetCalibTools JetCalibTools-* Reconstruction/Jet -use JetMomentTools JetMomentTools-* Reconstruction/Jet -use JetResolution JetResolution-* Reconstruction/Jet -use JetSelectorTools JetSelectorTools-* PhysicsAnalysis/JetMissingEtID -use JetUncertainties JetUncertainties-* Reconstruction/Jet -use ElectronPhotonSelectorTools ElectronPhotonSelectorTools-* PhysicsAnalysis/ElectronPhotonID -use ElectronEfficiencyCorrection ElectronEfficiencyCorrection-* PhysicsAnalysis/ElectronPhotonID -use ElectronPhotonFourMomentumCorrection ElectronPhotonFourMomentumCorrection-* PhysicsAnalysis/ElectronPhotonID -use ElectronPhotonShowerShapeFudgeTool ElectronPhotonShowerShapeFudgeTool-* PhysicsAnalysis/ElectronPhotonID -use PhotonEfficiencyCorrection PhotonEfficiencyCorrection-* PhysicsAnalysis/ElectronPhotonID -use MuonMomentumCorrections MuonMomentumCorrections-* PhysicsAnalysis/MuonID/MuonIDAnalysis -use MuonEfficiencyCorrections MuonEfficiencyCorrections-* PhysicsAnalysis/MuonID/MuonIDAnalysis -use MuonSelectorTools MuonSelectorTools-* PhysicsAnalysis/MuonID -use TauAnalysisTools TauAnalysisTools-* PhysicsAnalysis/TauID -use xAODBTaggingEfficiency xAODBTaggingEfficiency-* PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration -use IsolationSelection IsolationSelection-* PhysicsAnalysis/AnalysisCommon -use IsolationCorrections IsolationCorrections-* PhysicsAnalysis/ElectronPhotonID -use PileupReweighting PileupReweighting-* PhysicsAnalysis/AnalysisCommon -use METInterface METInterface-* Reconstruction/MET -use TrigConfInterfaces TrigConfInterfaces-* Trigger/TrigConfiguration -use TrigConfxAOD TrigConfxAOD-* Trigger/TrigConfiguration -use TriggerMatchingTool TriggerMatchingTool-* Trigger/TrigAnalysis -use AthenaBaseComps AthenaBaseComps-* Control -use AthAnalysisBaseComps AthAnalysisBaseComps-* Control -use AthContainers AthContainers-* Control -use xAODBase xAODBase-* Event/xAOD -use EventPrimitives EventPrimitives-* Event -use xAODPrimitives xAODPrimitives-* Event/xAOD -use FourMomUtils FourMomUtils-* Event -use PathResolver PathResolver-* Tools -use xAODTrigMissingET xAODTrigMissingET-* Event/xAOD - -# added to smother checkreq.py after component_library => dual_use_library migration -use GoodRunsLists GoodRunsLists-* DataQuality -use METUtilities METUtilities-* Reconstruction/MET -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODCutFlow xAODCutFlow-* Event/xAOD - -# Additions for ApplySUSYTools -use AthenaKernel AthenaKernel-* Control -use xAODBTagging xAODBTagging-* Event/xAOD -use Asg_Test Asg_Test-* AsgExternal -# End additions for ApplySUSYTools - -end_private - -macro_append pp_cppflags "" ASGSeries24 " -DROOTCORE_RELEASE_SERIES=24 " -macro_append pp_cppflags "" ASGSeries25 " -DROOTCORE_RELEASE_SERIES=25 " - -#library SUSYTools ../Root/SUSYObjDef_xAOD.cxx ../Root/SUSYToolsInit.cxx ../Root/Muons.cxx ../Root/Electrons.cxx ../Root/Truth.cxx ../Root/Trigger.cxx ../Root/Taus.cxx ../Root/Photons.cxx ../Root/MET.cxx ../Root/Jets.cxx ../src/SUSYToolsAlg.cxx ../src/ApplySUSYTools.cxx -s=components *.cxx -apply_pattern dual_use_library files="*.cxx ../Root/*.cxx" - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_calib files="-s=../data *.*" - -apply_pattern lcgdict dict=SUSYTools selectionfile=selection.xml headerfiles="../SUSYTools/SUSYToolsDict.h" - -application SUSYToolsTester ../util/SUSYToolsTester.cxx -macro_append SUSYToolsTester_dependencies SUSYTools - diff --git a/PhysicsAnalysis/StandardModelPhys/StandardModelPhysTagTools/cmt/requirements b/PhysicsAnalysis/StandardModelPhys/StandardModelPhysTagTools/cmt/requirements deleted file mode 100755 index 7950cfd9d612076a92cbbbc901b7af68c4c4cdfd..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/StandardModelPhys/StandardModelPhysTagTools/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package StandardModelPhysTagTools - -author Ketevi A. Assamagan <ketevi@bnl.gov> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use TagEvent TagEvent-* PhysicsAnalysis/EventTag - - -private -use AtlasCLHEP AtlasCLHEP-* External -use JetEvent JetEvent-* Reconstruction/Jet -public - - -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_joboptions files="*.py" - - - - diff --git a/PhysicsAnalysis/StandardModelPhys/Validation/ZeeValidation/cmt/requirements b/PhysicsAnalysis/StandardModelPhys/Validation/ZeeValidation/cmt/requirements deleted file mode 100644 index 65823e114badcae91634b65abce16ce83d006dc7..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/StandardModelPhys/Validation/ZeeValidation/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -package ZeeValidation -author nkondras - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* -branches run - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - -## put here your package dependencies... - -#use AsgTools AsgTools-* Control/AthToolSupport - -#use AnalysisTools AnalysisTools-* PhysicsAnalysis/AnalysisCommon -use AtlasCLHEP AtlasCLHEP-* External -use AthenaMonitoring AthenaMonitoring-* Control -use AtlasROOT AtlasROOT-* External - -use xAODBase xAODBase-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -#use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -#use StoreGate StoreGate-* Control -use TrkValHistUtils TrkValHistUtils-* Tracking/TrkValidation - - -private -use AthenaBaseComps AthenaBaseComps-* Control -use xAODPrimitives xAODPrimitives-* Event/xAOD -end_private - - -## default is to make component library -library ZeeValidation *.cxx components/*.cxx - -#macro_append cppflags ' -std=c++11 ' -#macro_append use_linkopts ' -std=c++11 ' - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" diff --git a/PhysicsAnalysis/StandardModelPhys/WZBenchmarks/WZSkims/cmt/requirements b/PhysicsAnalysis/StandardModelPhys/WZBenchmarks/WZSkims/cmt/requirements deleted file mode 100644 index 1c73de203a407afa989d02f231f9f82f9327196b..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/StandardModelPhys/WZBenchmarks/WZSkims/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package WZSkims - -author Homero Martinez <homero@cern.ch> -author Bernardo Resende <bernardo.resende@cea.fr> - - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control - - -use GaudiInterface GaudiInterface-* External - -use StoreGate StoreGate-* Control -use AthenaKernel AthenaKernel-* Control - -use MissingETEvent MissingETEvent-* Reconstruction -use Particle Particle-* Reconstruction -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use egammaEvent egammaEvent-* Reconstruction/egamma -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use JetEvent JetEvent-* Reconstruction/Jet - -private - -use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent - -end_private - -use AtlasAnalysisRunTime AtlasAnalysisRunTime-* - - - - -library WZSkims *.cxx -s=components *.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py *.C *.sh" - - diff --git a/PhysicsAnalysis/TauID/DiTauMassTools/cmt/Makefile.RootCore b/PhysicsAnalysis/TauID/DiTauMassTools/cmt/Makefile.RootCore deleted file mode 100644 index 16aa40739cc5d562abcc520ce01885eade27baf5..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TauID/DiTauMassTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,11 +0,0 @@ -PACKAGE = DiTauMassTools -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = # tbc -g to have line numbers -O0 to disable optimisation -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_DEP = AsgTools PATInterfaces xAODEgamma xAODEventInfo xAODTau xAODMissingET xAODPrimitives xAODMuon -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_PEDANTIC = 1 -PACKAGE_REFLEX = 1 -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TauID/DiTauMassTools/cmt/requirements b/PhysicsAnalysis/TauID/DiTauMassTools/cmt/requirements deleted file mode 100644 index 5fbaebf7ae9848e8f4897d89187f1a8dc766e5e4..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TauID/DiTauMassTools/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package DiTauMassTools -author Quentin Buat <quentin.buat@no.spam.cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - -use AtlasROOT AtlasROOT-* External -use AsgTools AsgTools-* Control/AthToolSupport -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon - -use xAODMissingET xAODMissingET-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD - -private -use xAODTau xAODTau-* Event/xAOD -use GaudiInterface GaudiInterface-* External -end_private - -## macros -apply_tag ROOTBasicLibs -apply_tag ROOTMathLibs - -## declare the directories CMT should know about -branches DiTauMassTools Root src - -## create a component library -library DiTauMassTools *.cxx ../Root/*.cxx components/*.cxx -apply_pattern component_library - -# Generate dictionaries -private -use AtlasReflex AtlasReflex-* External -no-auto-imports -apply_pattern lcgdict dict=DiTauMassTools selectionfile=selection.xml headerfiles="../DiTauMassTools/DiTauMassToolsDict.h" -end_private - - - - diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/cmt/Makefile.RootCore b/PhysicsAnalysis/TauID/TauAnalysisTools/cmt/Makefile.RootCore deleted file mode 100644 index 0adc4d745b947f41b53f46fb51fe0283393bcf65..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TauID/TauAnalysisTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = TauAnalysisTools -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools PATCore xAODTau xAODEventInfo xAODTruth xAODJet PATInterfaces PathResolver xAODEgamma ElectronPhotonSelectorTools MCTruthClassifier PileupReweighting tauRecTools xAODMetaData -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/cmt/requirements b/PhysicsAnalysis/TauID/TauAnalysisTools/cmt/requirements deleted file mode 100644 index 207afcc9f6c5aa6f8e3bc5fe053c362b0bfe7783..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TauID/TauAnalysisTools/cmt/requirements +++ /dev/null @@ -1,60 +0,0 @@ -package TauAnalysisTools -author NLAA - -public - - -use AtlasPolicy AtlasPolicy-* - -use AsgTools AsgTools-* Control/AthToolSupport -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon - -use xAODTau xAODTau-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use AtlasROOT AtlasROOT-* External -use TruthUtils TruthUtils-* Generators -use ElectronPhotonSelectorTools ElectronPhotonSelectorTools-* PhysicsAnalysis/ElectronPhotonID -use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis -# use PileupReweighting PileupReweighting-* PhysicsAnalysis/AnalysisCommon -use tauRecTools tauRecTools-* Reconstruction -use AsgAnalysisInterfaces AsgAnalysisInterfaces-* PhysicsAnalysis/Interfaces - -private - -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODMetaData xAODMetaData-* Event/xAOD -use PathResolver PathResolver-* Tools -use AthLinks AthLinks-* Control -use AthAnalysisBaseComps AthAnalysisBaseComps-* Control -use POOLRootAccess POOLRootAccess-* PhysicsAnalysis -use PileupReweighting PileupReweighting-* PhysicsAnalysis/AnalysisCommon - -end_private - - -# Declare the library: -apply_pattern dual_use_library files="*.cxx *.c ../Root/*.cxx" - -# Install the jobOptions: -apply_pattern declare_joboptions files=*.py - -# Install -apply_pattern declare_runtime files="*.root ../share/EfficiencyCorrections/*.root ../share/Smearing/*.root" - -# # generate dictionaries for PyROOT -# apply_pattern lcgdict dict=TauAnalysisTools selectionfile=selection.xml headerfiles="../TauAnalysisTools/TauAnalysisToolsDict.h" - -#test application -private -application ut_TauAnalysisTools_test ../test/ut_TauAnalysisTools_test.cxx -#ensure main library is built before the test application, and all components are created so factory exists -macro_append ut_TauAnalysisTools_test_dependencies " TauAnalysisToolsMergeComponentsList " -end_private diff --git a/PhysicsAnalysis/TauID/TauCorrUncert/cmt/Makefile.RootCore b/PhysicsAnalysis/TauID/TauCorrUncert/cmt/Makefile.RootCore deleted file mode 100644 index 178e868f042fc981c78d19d324e908227697be8e..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TauID/TauCorrUncert/cmt/Makefile.RootCore +++ /dev/null @@ -1,17 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -PACKAGE = TauCorrUncert -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = `root-config --libs` -PACKAGE_BINFLAGS = -PACKAGE_DEP = -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TauID/TauCorrUncert/cmt/requirements b/PhysicsAnalysis/TauID/TauCorrUncert/cmt/requirements deleted file mode 100644 index aad701cc9e6c314ddbb90b40241453d55436e5d8..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TauID/TauCorrUncert/cmt/requirements +++ /dev/null @@ -1,10 +0,0 @@ -package TauCorrUncert -author NLAA - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External - -library TauCorrUncert ../Root/*.cxx -apply_pattern installed_library - -apply_pattern have_root_headers root_headers="TauSF.h BDTSF.h TESUncertainty.h CommonSF.h ../Root/LinkDef.h" headers_lib=TauCorrUncert \ No newline at end of file diff --git a/PhysicsAnalysis/TauID/TauDQA/cmt/requirements b/PhysicsAnalysis/TauID/TauDQA/cmt/requirements deleted file mode 100644 index 6ecaf2e4e3c82ca2fb77c441eec7c64835cd5d30..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TauID/TauDQA/cmt/requirements +++ /dev/null @@ -1,66 +0,0 @@ -## automatically generated CMT requirements file -package TauDQA -author xella - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - -## put here your package dependencies... - -private -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaMonitoring AthenaMonitoring-* Control -use AtlasROOT AtlasROOT-* External -#use StoreGate StoreGate-* Control -use xAODJet xAODJet-* Event/xAOD -#use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -#use xAODMuon xAODMuon-* Event/xAOD -use xAODTau xAODTau-* Event/xAOD -#use xAODMissingET xAODMissingET-* Event/xAOD -#use xAODTracking xAODTracking-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use TauHistUtils TauHistUtils-* PhysicsAnalysis/TauID -#use TauTools TauTools-* PhysicsAnalysis/TauID -use TrkValHistUtils TrkValHistUtils-* Tracking/TrkValidation - -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID -#use tauEvent tauEvent-* Reconstruction -#use JetEvent JetEvent-* Reconstruction/Jet -#use CaloEvent CaloEvent-* Calorimeter -#use egammaEvent egammaEvent-* Reconstruction/egamma -#use muonEvent muonEvent-* Reconstruction/MuonIdentification -#use ParticleTruth ParticleTruth-* Reconstruction -use HepPDT v* LCG_Interfaces -#use PathResolver PathResolver-* Tools -#use AtlasPolicy AtlasPolicy-* -use AtlasHepMC AtlasHepMC-* External -#use AtlasROOT AtlasROOT-* External -#use xAODTruth xAODTruth-* Event/xAOD -#use xAODTau xAODTau-* Event/xAOD - - - -end_private - -## - -branches src src/components doc python share - -private -## default is to make component library -library TauDQA *.cxx components/*.cxx - -#macro_append cppflags ' -std=c++11 ' -#macro_append use_linkopts ' -std=c++11 ' - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -end_private - - diff --git a/PhysicsAnalysis/TauID/TauDiscriminant/cmt/Makefile.RootCore b/PhysicsAnalysis/TauID/TauDiscriminant/cmt/Makefile.RootCore deleted file mode 100644 index a74b52268bf6ec5e8b30dc8017a1ccad67012d3d..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TauID/TauDiscriminant/cmt/Makefile.RootCore +++ /dev/null @@ -1,53 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = TauDiscriminant - -# the libraries to link with this one: -PACKAGE_PRELOAD = Tree Hist Matrix - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = -std=c++11 - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = AthLinks xAODCore AthContainersInterfaces xAODRootAccess AsgTools xAODRootAccessInterfaces CxxUtils AthContainers xAODEventFormat xAODBTagging xAODBase EventPrimitives xAODTau PathResolver GeoPrimitives xAODCaloEvent xAODPFlow xAODJet CaloGeoHelpers xAODTracking FourMomUtils PATInterfaces tauRecTools ElectronPhotonSelectorTools xAODEgamma - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TauID/TauDiscriminant/cmt/requirements b/PhysicsAnalysis/TauID/TauDiscriminant/cmt/requirements deleted file mode 100644 index e4c9a0bb9cb99242532abab45b892e99b4fa3758..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TauID/TauDiscriminant/cmt/requirements +++ /dev/null @@ -1,52 +0,0 @@ -package TauDiscriminant -author Marcin Wolter, Noel Dawe - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use xAODTau xAODTau-* Event/xAOD -use PathResolver PathResolver-* Tools -use AtlasROOT AtlasROOT-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AsgTools AsgTools-* Control/AthToolSupport -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -use tauRecTools tauRecTools-* Reconstruction -use xAODEgamma xAODEgamma-* Event/xAOD - -apply_tag ROOTBasicLibs -apply_tag ROOTMathLibs - -# not needed -# macro_append TauDiscriminant_shlibflags "-L$(ROOTSYS)/lib -lCore -lCint -lHist -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript -lMatrix -lPhysics -lm -ldl -lpthread -rdynamic" - -# suggested by RootCore -#library TauDiscriminantLib "../Root/*.cxx" -#apply_pattern named_installed_library library=TauDiscriminantLib - -apply_pattern dual_use_library files="../Root/*.cxx ../src/*.cxx" - -apply_pattern declare_joboptions files="../share/*.py" - -apply_pattern declare_runtime files="../share/*.root ../share/*.dat ../share/*.txt ../share/*.bin" - -apply_pattern declare_python_modules files="../python/*.py" - -# debug -# private -# macro cppdebugflags '$(cppdebugflags_s)' -# macro_remove componentshr_linkopts "-Wl,-s" - -private -use xAODEventInfo xAODEventInfo-* Event/xAOD -use AtlasReflex AtlasReflex-* External -no_auto_imports -use xAODTracking xAODTracking-* Event/xAOD -use StoreGate StoreGate-* Control -use CxxUtils CxxUtils-* Control -use ElectronPhotonSelectorTools ElectronPhotonSelectorTools-* PhysicsAnalysis/ElectronPhotonID - -apply_pattern lcgdict dict=TauDiscriminant selectionfile=selection.xml headerfiles="../TauDiscriminant/TauDiscriminantDict.h" -apply_pattern declare_calib files="../share/*" - -use AtlasPyROOT AtlasPyROOT-* External -# should be package name itself -# macro_append TauDiscriminant_linkopts " -lPyROOT" -end_private diff --git a/PhysicsAnalysis/TauID/TauHistUtils/cmt/requirements b/PhysicsAnalysis/TauID/TauHistUtils/cmt/requirements deleted file mode 100755 index 4a97507b2654bb7abe342e09dcd1361bd8373bf1..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TauID/TauHistUtils/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -## automatically generated CMT requirements file -package TauHistUtils -author Felix Socher <felix.socher@cern.ch> - -## for athena policies: this has to be the first use statement -public -use AtlasPolicy AtlasPolicy-* - -## put here your package dependencies... -use AtlasROOT AtlasROOT-* External -use xAODBase xAODBase-* Event/xAOD -use xAODTau xAODTau-* Event/xAOD -use xAODPFlow xAODPFlow-* Event/xAOD -#use xAODTruth xAODTruth-* Event/xAOD -#use TrkValHistUtils TrkValHistUtils-* Tracking/TrkValidation - -private -#use xAODTracking xAODTracking-* Event/xAOD - - -## -public -library TauHistUtils ../src/*.cxx -apply_pattern installed_library - diff --git a/PhysicsAnalysis/TauID/TauTagTools/cmt/requirements b/PhysicsAnalysis/TauID/TauTagTools/cmt/requirements deleted file mode 100755 index f6536ab68f68f46284fc175f1744a7b7dd3b72d9..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TauID/TauTagTools/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package TauTagTools - -author Ketevi A. Assamagan <ketevi@bnl.gov> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use TagEvent TagEvent-* PhysicsAnalysis/EventTag - - -private -use AtlasCLHEP AtlasCLHEP-* External -use AnalysisUtils AnalysisUtils-* PhysicsAnalysis/AnalysisCommon -use StoreGate StoreGate-* Control -use xAODTau xAODTau-* Event/xAOD -use TauAnalysisTools TauAnalysisTools-* PhysicsAnalysis/TauID - -public - -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_joboptions files="*.py" - - - - - diff --git a/PhysicsAnalysis/TauID/TauTrackEvent/cmt/requirements b/PhysicsAnalysis/TauID/TauTrackEvent/cmt/requirements deleted file mode 100644 index 479c3c4d8bd87abbc2f2379518693df8e38ad1c4..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TauID/TauTrackEvent/cmt/requirements +++ /dev/null @@ -1,20 +0,0 @@ -package TauTrackEvent - -author Sebastian Fleischmann <sebastian.fleischmann@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID - -apply_pattern installed_library -library TauTrackEvent *.cxx - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -private -#use AtlasReflex AtlasReflex-00-* External -no_auto_imports - -#apply_pattern lcgdict dict=TauTrackEvent selectionfile=selection.xml headerfiles="../TauTrackEvent/TauTrackEventDict.h" - diff --git a/PhysicsAnalysis/TileID/TileTripReader/cmt/Makefile.RootCore b/PhysicsAnalysis/TileID/TileTripReader/cmt/Makefile.RootCore deleted file mode 100644 index 9ac3c6aee51750e03181b060ba8f59d9ca0c32bd..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TileID/TileTripReader/cmt/Makefile.RootCore +++ /dev/null @@ -1,8 +0,0 @@ -PACKAGE = TileTripReader -PACKAGE_PRELOAD = Hist MathCore -PACKAGE_CXXFLAGS = -DROOTCORE -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_DEP = - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TileID/TileTripReader/cmt/requirements b/PhysicsAnalysis/TileID/TileTripReader/cmt/requirements deleted file mode 100644 index 897bfdc1651188d588fee151b5a45f640ad142a1..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TileID/TileTripReader/cmt/requirements +++ /dev/null @@ -1,51 +0,0 @@ -package TileTripReader - -author Stephen Cole <Stephen.Cole@CERN.CH> - -public - -use AtlasPolicy AtlasPolicy-* -use AtlasPyROOT AtlasPyROOT-* External -use AthenaBaseComps AthenaBaseComps-* Control -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -#use UserDataUtils UserDataUtils-* PhysicsAnalysis/AnalysisCommon - -private -use PathResolver PathResolver-* Tools -use AtlasROOT AtlasROOT-* External -use GaudiInterface GaudiInterface-* External -use EventKernel EventKernel-* Event -use xAODEventInfo xAODEventInfo-* Event/xAOD -use AthenaKernel AthenaKernel-* Control -end_private - -## macros -apply_tag ROOTMathLibs -apply_tag ROOTGraphicsLibs - -#macro_append ROOT_linkopts " -lPyROOT" -macro_append TileTripReader_linkopts " -L$(ROOT_home)/lib -lPyROOT" - -## declare the directories CMT should know about -branches TileTripReader share src Root data - - - - -# Create a named installed library -library TileTripReaderLib "../Root/*.cxx" -apply_pattern named_installed_library library=TileTripReaderLib -apply_pattern declare_xmls extras="-s=../data *.root" - - -## create a component library -library TileTripReader *.cxx components/*.cxx -macro_append TileTripReader_dependencies "TileTripReaderLib" -apply_pattern component_library - - -apply_pattern declare_joboptions files="*.py" - -#use AtlasReflex AtlasReflex-* External -no_auto_imports -#apply_pattern lcgdict dict=TileTripReader headerfiles="..\/TileTripReader/TileTriprReaderDict.h" - diff --git a/PhysicsAnalysis/TopPhys/KLFitter/KLFitterExtras/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/KLFitter/KLFitterExtras/cmt/Makefile.RootCore deleted file mode 100644 index 6631815647dea4ac5a7e2f1c0b0ccf6ead65dcff..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/KLFitter/KLFitterExtras/cmt/Makefile.RootCore +++ /dev/null @@ -1,22 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = KLFitterExtras -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = KLFitter -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/KLFitter/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/KLFitter/cmt/Makefile.RootCore deleted file mode 100644 index c036970fb1d3fd1a763c1fca80db2f0755ac4335..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/KLFitter/cmt/Makefile.RootCore +++ /dev/null @@ -1,22 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = KLFitter -PACKAGE_PRELOAD = BAT -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = Asg_BAT -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/KLFitter/cmt/requirements b/PhysicsAnalysis/TopPhys/KLFitter/cmt/requirements deleted file mode 100644 index 925871178c582f2605605673ea561bcea39cc697..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/KLFitter/cmt/requirements +++ /dev/null @@ -1,98 +0,0 @@ -package KLFitter - -## authors of KLFitter -author K. Kroeninger <Kevin.Alexander.Kroeninger@cern.ch> -author J. Erdmann <johannes.erdmann@cern.ch> -author O. Nackenhorst <olaf.nackenhorst@cern.ch> - -## author of cmt-based compilation -author V. Kaushik <venkat.kaushik@cern.ch> - -############################################################## - -private -apply_tag ROOTBasicLibs -apply_tag ROOTMathLibs -apply_tag ROOTSTLDictLibs -apply_tag ROOTGraphicsLibs -apply_tag ROOTTableLibs -end_private - -public -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use BAT BAT-* External - - -############################################################### -# library: libKLFitter -############################################################### - - -# Rules to use KLFitter library -macro KLFitter_dir "$(KLFITTERROOT)/library" -macro KLFitter_include_dir "$(KLFitter_dir)/include" - -include_path none -include_dirs "$(KLFitter_include_dir)" - - -library KLFitter "$(KLFitter_dir)/src/*.cxx" -macro_append KLFitter_dependencies " SymLink_KLinc " - -action SymLink_KLinc "./SymLinkHeaders $(KLFITTERROOT)/library/include KLFitter" -apply_pattern install_non_standard_includes name=KLFitter - -## copy action depends on install_*_includes -## files need to be linked before installing them -macro_prepend install_KLFitter_includes_dependencies " SymLink_KLinc " - - -macro KLFitter_shlibflags "$($(ROOTSYS)/bin/root-config --libs)" -macro_append KLFitter_shlibflags " -lBAT" -macro_append KLFitter_shlibflags " -L$(ROOTSYS)/lib -lTreePlayer -lMinuit -lMinuit2 -lPhysics" - - -############################################################### -# library: libKLFitterExtras -############################################################## - - -macro KLFitterExtras_dir "$(KLFITTERROOT)/extras" -macro KLFitterExtras_include_dir "$(KLFitterExtras_dir)/include" - -include_path none -include_dirs "$(KLFitterExtras_include_dir)" - -library KLFitterExtras "$(KLFitterExtras_dir)/src/*.cxx" -macro_append KLFitterExtras_dependencies " SymLink_KLExtrasInc " - -action SymLink_KLExtrasInc "./SymLinkHeaders $(KLFITTERROOT)/extras/include KLFitterExtras" -apply_pattern install_non_standard_includes name=KLFitterExtras - -macro_prepend install_KLFitterExtras_includes_dependencies " SymLink_KLExtrasInc " - -## remove virtual function hidden by another warning -macro_remove cppflags "-Woverloaded-virtual" - -macro KLFitterExtras_shlibflags $(KLFitter_shlibflags) - -############################################################### -# application: runKLFitter.exe -############################################################### - -application runKLFitter -no_prototypes "../examples/top_ljets/runKLFitter.cxx" - - -macro runKLFitterlinkopts "$($(ROOTSYS)/bin/root-config --libs) \ - -lm $(KLFitter_shlibflags) \ - -lKLFitter -lKLFitterExtras " - - - -############################################################### -# runtime extras -############################################################### -apply_pattern declare_runtime extras="../transferfunctions* ../examples/top_ljets/config.conf" - - diff --git a/PhysicsAnalysis/TopPhys/QuickAna/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/QuickAna/cmt/Makefile.RootCore deleted file mode 100644 index 10770cd755703c0bf61330298af07fbf995e8d4d..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/QuickAna/cmt/Makefile.RootCore +++ /dev/null @@ -1,55 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = QuickAna - -# the libraries to link with this one: -PACKAGE_PRELOAD = boost_program_options - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = EventLoop RootCoreUtils AsgTools PATInterfaces xAODRootAccess xAODCore xAODEventInfo xAODJet xAODMuon xAODEgamma xAODTracking MuonMomentumCorrections MuonEfficiencyCorrections MuonSelectorTools ElectronPhotonFourMomentumCorrection ElectronPhotonSelectorTools ElectronEfficiencyCorrection PhotonEfficiencyCorrection TauAnalysisTools METUtilities JetCalibTools JetUncertainties JetResolution JetSelectorTools JetJvtEfficiency JetMomentTools xAODBTaggingEfficiency AssociationUtils TrigDecisionTool TrigConfxAOD xAODTrigEgamma PileupReweighting IsolationCorrections TriggerMatchingTool - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = ElectronPhotonShowerShapeFudgeTool IsolationSelection ElectronIsolationSelection - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = scripts/quickana_hammercloud scripts/quickana_hammercloud_ganga scripts/quickana_testfile - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/QuickAna/cmt/requirements b/PhysicsAnalysis/TopPhys/QuickAna/cmt/requirements deleted file mode 100644 index 9d2949a52f5ce0523d1ecd118cd07d1372288e3c..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/QuickAna/cmt/requirements +++ /dev/null @@ -1,112 +0,0 @@ -## automatically generated CMT requirements file -package QuickAna -author krumnack - -# Public dependencies: note AtlasPolicy must be first -public -use AtlasPolicy AtlasPolicy-* -use AsgTools AsgTools-* Control/AthToolSupport -#use EventLoop EventLoop-* -use AthContainers AthContainers-* Control -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon - -use RootCoreUtils RootCoreUtils-* PhysicsAnalysis/D3PDTools -use IsolationSelection IsolationSelection-* PhysicsAnalysis/AnalysisCommon -#use Asg_Test Asg_Test-* AsgExternal -use AssociationUtils AssociationUtils-* PhysicsAnalysis/AnalysisCommon - -use AthContainers AthContainers-* Control -use IsolationSelection IsolationSelection-* PhysicsAnalysis/AnalysisCommon -#use ElectronIsolationSelection ElectronIsolationSelection-* PhysicsAnalysis/ElectronPhotonID -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -use RootCoreUtils RootCoreUtils-* PhysicsAnalysis/D3PDTools -#use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODTau xAODTau-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -#use xAODPrimitives xAODPrimitives-* Event/xAOD -#use xAODTracking xAODTracking-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD - - -# Private dependencies -private -use AthenaBaseComps AthenaBaseComps-* Control -use JetMomentTools JetMomentTools-* Reconstruction/Jet -use xAODTracking xAODTracking-* Event/xAOD -use AtlasBoost AtlasBoost-* External -use GaudiInterface GaudiInterface-* External -#use AthLinks AthLinks-* Control -use AtlasROOT AtlasROOT-* External -use JetCalibTools JetCalibTools-* Reconstruction/Jet -use JetUncertainties JetUncertainties-* Reconstruction/Jet -use JetResolution JetResolution-* Reconstruction/Jet -use JetSelectorTools JetSelectorTools-* PhysicsAnalysis/JetMissingEtID -use JetJvtEfficiency JetJvtEfficiency-* Reconstruction/Jet -use METUtilities METUtilities-* Reconstruction/MET -use MuonEfficiencyCorrections MuonEfficiencyCorrections-* PhysicsAnalysis/MuonID/MuonIDAnalysis -use MuonMomentumCorrections MuonMomentumCorrections-* PhysicsAnalysis/MuonID/MuonIDAnalysis -use MuonSelectorTools MuonSelectorTools-* PhysicsAnalysis/MuonID -use xAODBTaggingEfficiency xAODBTaggingEfficiency-* PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration - -use ElectronEfficiencyCorrection ElectronEfficiencyCorrection-* PhysicsAnalysis/ElectronPhotonID -use ElectronPhotonFourMomentumCorrection ElectronPhotonFourMomentumCorrection-* PhysicsAnalysis/ElectronPhotonID -use ElectronPhotonShowerShapeFudgeTool ElectronPhotonShowerShapeFudgeTool-* PhysicsAnalysis/ElectronPhotonID -use ElectronPhotonSelectorTools ElectronPhotonSelectorTools-* PhysicsAnalysis/ElectronPhotonID - -use AthAnalysisBaseComps AthAnalysisBaseComps-* Control -use CxxUtils CxxUtils-* Control - -use xAODBTaggingEfficiency xAODBTaggingEfficiency-* PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration - -use TrigConfxAOD TrigConfxAOD-* Trigger/TrigConfiguration -use xAODBase xAODBase-* Event/xAOD -#use xAODTrigEgamma xAODTrigEgamma-* Event/xAOD - -use StoreGate StoreGate-* Control -use TauAnalysisTools TauAnalysisTools-* PhysicsAnalysis/TauID -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use PileupReweighting PileupReweighting-* PhysicsAnalysis/AnalysisCommon -use PathResolver PathResolver-* Tools -use PhotonEfficiencyCorrection PhotonEfficiencyCorrection-* PhysicsAnalysis/ElectronPhotonID -use IsolationCorrections IsolationCorrections-* PhysicsAnalysis/ElectronPhotonID -use METInterface METInterface-* Reconstruction/MET -use TriggerMatchingTool TriggerMatchingTool-* Trigger/TrigAnalysis -use EventPrimitives EventPrimitives-* Event - -# To get the ASGSeries defined -use Asg_Test Asg_Test-* AsgExternal -end_private - -macro_append pp_cppflags "" ASGSeries21 " -DROOTCORE_RELEASE_SERIES=21 " -macro_append pp_cppflags "" ASGSeries23 " -DROOTCORE_RELEASE_SERIES=23 " -macro_append pp_cppflags "" ASGSeries24 " -DROOTCORE_RELEASE_SERIES=24 " -macro_append pp_cppflags "" ASGSeries25 " -DROOTCORE_RELEASE_SERIES=25 " - -branches Root src - -apply_tag ROOTBasicLibs -macro_append QuickAna_shlibflags " -lPyROOT -lProof -lProofPlayer " - -# Create an installed library, i.e., one where others can inherit from -# Actually, I think we'll need a component lib or dual-use - -#apply_pattern dual_use_library files=“../src/*.cxx ../Root/*.cxx†-#library QuickAna ../Root/*.cxx ../src/AthExample.cxx ../src/components/*.cxx -library QuickAna ../Root/*.cxx ../src/AthExample.cxx ../src/components/*.cxx -apply_pattern component_library -#apply_pattern installed_library - -macro QuickAna_TestConfiguration "../test/QuickAna_TestConfiguration.xml" -apply_pattern declare_runtime extras="../test/QuickAna_TestConfiguration.xml" -apply_pattern declare_calib files="../share/*.conf" - -apply_pattern declare_joboptions files=*.py diff --git a/PhysicsAnalysis/TopPhys/TopPhysUtils/TopDataPreparation/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/TopPhysUtils/TopDataPreparation/cmt/Makefile.RootCore deleted file mode 100644 index cbb4e3f81d035e41d7fb84cabc6524895415513d..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/TopPhysUtils/TopDataPreparation/cmt/Makefile.RootCore +++ /dev/null @@ -1,14 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -PACKAGE = TopDataPreparation -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_DEP = -PACKAGE_NOOPT = 0 -PACKAGE_PEDANTIC = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/TopPhysValMonitoring/cmt/requirements b/PhysicsAnalysis/TopPhys/TopPhysValMonitoring/cmt/requirements deleted file mode 100644 index c460412494cd3fc8975347e36a91454ffc563e77..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/TopPhysValMonitoring/cmt/requirements +++ /dev/null @@ -1,47 +0,0 @@ -package TopPhysValMonitoring -author mann - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - -## put here your package dependencies... - -#use AsgTools AsgTools-* Control/AthToolSupport - -use AthenaMonitoring AthenaMonitoring-* Control -use AtlasROOT AtlasROOT-* External - -use xAODJet xAODJet-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODTau xAODTau-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD - -private -use AthenaBaseComps AthenaBaseComps-* Control -#use StoreGate StoreGate-* Control -#use xAODTracking xAODTracking-* Event/xAOD -end_private - -## - -branches src src/components doc python share - -private -## default is to make component library -library TopPhysValMonitoring *.cxx components/*.cxx - -#macro_append cppflags ' -std=c++11 ' -#macro_append use_linkopts ' -std=c++11 ' - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -end_private - - diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopAnalysis/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/xAOD/TopAnalysis/cmt/Makefile.RootCore deleted file mode 100644 index 0dca43bf55fb1e984f61675d01bd24aa308b4f66..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/xAOD/TopAnalysis/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = TopAnalysis -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -g -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = xAODCore xAODRootAccess xAODEgamma xAODMuon xAODJet xAODMissingET xAODCutFlow AsgTools AthContainers PATInterfaces TopCPTools TopEventSelectionTools TopConfiguration TopCorrections TopEvent TopParticleLevel TopPartons TopObjectSelectionTools TopSystematicObjectMaker TopFakes TopDataPreparation TopHLUpgrade -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopCPTools/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/xAOD/TopCPTools/cmt/Makefile.RootCore deleted file mode 100644 index 003402bab383a9d9bd704952436befa982e09a60..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/xAOD/TopCPTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,26 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = TopCPTools -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -g -std=c++14 -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = - -PACKAGE_DEP = xAODRootAccess AsgTools AthContainers PATCore PATInterfaces TrigConfInterfaces TrigConfxAOD TrigDecisionTool TriggerMatchingTool TrigTauMatching GoodRunsLists ElectronPhotonFourMomentumCorrection ElectronPhotonSelectorTools ElectronEfficiencyCorrection ElectronPhotonShowerShapeFudgeTool PhotonEfficiencyCorrection MuonMomentumCorrections MuonSelectorTools MuonEfficiencyCorrections TauAnalysisTools CalibrationDataInterface xAODBTaggingEfficiency JetCalibTools JetCPInterfaces JetUncertainties JetInterface JetMomentTools JetSelectorTools JetResolution METInterface METUtilities IsolationSelection IsolationCorrections PathResolver TopConfiguration TopEvent PileupReweighting AssociationUtils JetJvtEfficiency PMGTools InDetTrackSystematicsTools - -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopConfiguration/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/xAOD/TopConfiguration/cmt/Makefile.RootCore deleted file mode 100644 index 64b7be31ac308244128f0372bd21f8c071acafc5..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/xAOD/TopConfiguration/cmt/Makefile.RootCore +++ /dev/null @@ -1,55 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = TopConfiguration - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = -lboost_iostreams - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = Asg_Boost PATInterfaces - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopCorrections/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/xAOD/TopCorrections/cmt/Makefile.RootCore deleted file mode 100644 index 449672666f26c213f5d5855d050c7b63d38f5fd5..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/xAOD/TopCorrections/cmt/Makefile.RootCore +++ /dev/null @@ -1,55 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = TopCorrections - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = -g -std=c++14 - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = Asg_Lhapdf xAODEgamma xAODMuon TopEvent PileupReweighting ElectronEfficiencyCorrection MuonEfficiencyCorrections xAODBTaggingEfficiency TauAnalysisTools JetJvtEfficiency PhotonEfficiencyCorrection PMGTools - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimisation (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopEvent/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/xAOD/TopEvent/cmt/Makefile.RootCore deleted file mode 100644 index 85a53859199a0cd15e08f5b357d72ba55b3e66f1..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/xAOD/TopEvent/cmt/Makefile.RootCore +++ /dev/null @@ -1,55 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = TopEvent - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = CxxUtils xAODCore AthContainers AthLinks AsgTools xAODEventInfo xAODTruth xAODEgamma xAODMuon xAODJet xAODTau xAODMissingET xAODTracking TopConfiguration TopPartons - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopEventReconstructionTools/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/xAOD/TopEventReconstructionTools/cmt/Makefile.RootCore deleted file mode 100644 index 5913d21068d8a6aa974f8430a5ac3ec5ef0d1193..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/xAOD/TopEventReconstructionTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,55 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = TopEventReconstructionTools - -# the libraries to link with this one: -PACKAGE_PRELOAD = Minuit - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = -g - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = xAODCore AthContainers AsgTools TopEvent TopEventSelectionTools TopAnalysis - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = KLFitter Asg_Oxbridgekinetics - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopEventSelectionTools/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/xAOD/TopEventSelectionTools/cmt/Makefile.RootCore deleted file mode 100644 index 2755da80c2b3506646cb4810a38aaa7e779b32e4..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/xAOD/TopEventSelectionTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,55 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = TopEventSelectionTools - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = -g - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = EventLoop AsgTools JetInterface TopEvent TopCorrections TopParticleLevel MuonSelectorTools - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimisation (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopExamples/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/xAOD/TopExamples/cmt/Makefile.RootCore deleted file mode 100644 index 6cce5e52120f08ff34bf963ecda693b31408d022..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/xAOD/TopExamples/cmt/Makefile.RootCore +++ /dev/null @@ -1,55 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = TopExamples - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = -g - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = AsgTools xAODCore xAODRootAccess TopCPTools TopCorrections TopAnalysis TopEvent TopEventSelectionTools TopEventReconstructionTools TopDataPreparation TopConfiguration PathResolver - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimisation (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopFakes/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/xAOD/TopFakes/cmt/Makefile.RootCore deleted file mode 100644 index f8d26606d7eb4219b937f1bf9abd5d85523b1294..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/xAOD/TopFakes/cmt/Makefile.RootCore +++ /dev/null @@ -1,55 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = TopFakes - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = TopEvent TopConfiguration - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopHLUpgrade/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/xAOD/TopHLUpgrade/cmt/Makefile.RootCore deleted file mode 100644 index 85a53e6660af14bff77a0f9a2dc68e6e35da6702..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/xAOD/TopHLUpgrade/cmt/Makefile.RootCore +++ /dev/null @@ -1,60 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = TopHLUpgrade - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = UpgradePerformanceFunctions TopConfiguration TopEvent xAODTruth xAODJet xAODMissingET TopParticleLevel - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - -# the list of all unit tests that should be called in recursive testing, -# i.e. in unit tests that call other unit tests -# for that unit tests need to pass on all machines, and run very fast -PACKAGE_RECURSIVE_UT = - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopJetSubstructure/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/xAOD/TopJetSubstructure/cmt/Makefile.RootCore deleted file mode 100644 index 665426197fd5ac0aa1cc8f81c9cbdd57c0d4454f..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/xAOD/TopJetSubstructure/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = TopJetSubstructure -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -g -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -lNsubjettiness -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = xAODPrimitives xAODBase GeoPrimitives xAODCaloEvent xAODJet xAODBTagging EventPrimitives xAODTracking CaloGeoHelpers xAODEgamma Asg_FastJet -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopObjectSelectionTools/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/xAOD/TopObjectSelectionTools/cmt/Makefile.RootCore deleted file mode 100644 index 3d7c98f9184407886d93360d8a3c47446460a458..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/xAOD/TopObjectSelectionTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,55 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = TopObjectSelectionTools - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = -g - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = xAODBase xAODPrimitives xAODEventInfo xAODEgamma xAODMuon xAODTau xAODTracking ElectronPhotonSelectorTools MuonSelectorTools TopEvent TopSystematicObjectMaker AssociationUtils TrigConfInterfaces TrigDecisionTool TriggerMatchingTool TrigTauMatching GoodRunsLists JetJvtEfficiency xAODBTaggingEfficiency BoostedJetTaggers JetSubStructureMomentTools JetSubStructureUtils JetReclustering - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopParticleLevel/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/xAOD/TopParticleLevel/cmt/Makefile.RootCore deleted file mode 100644 index 0e209c860a377b21f760bee8e7baf0cb56381c89..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/xAOD/TopParticleLevel/cmt/Makefile.RootCore +++ /dev/null @@ -1,55 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = TopParticleLevel - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = -g - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = xAODTruth xAODJet xAODMissingET xAODCore xAODRootAccess TopEvent TopConfiguration MCTruthClassifier - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopPartons/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/xAOD/TopPartons/cmt/Makefile.RootCore deleted file mode 100644 index 6dedb09a834c26600e59632531bcf2533c55d29b..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/xAOD/TopPartons/cmt/Makefile.RootCore +++ /dev/null @@ -1,17 +0,0 @@ -PACKAGE = TopPartons -PACKAGE_PRELOAD = TMVA -PACKAGE_CXXFLAGS = -g -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = xAODCore AthContainers AthLinks AsgTools xAODTruth TopConfiguration -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopSystematicObjectMaker/cmt/Makefile.RootCore b/PhysicsAnalysis/TopPhys/xAOD/TopSystematicObjectMaker/cmt/Makefile.RootCore deleted file mode 100644 index 21fce744671bb4231d6ff0f242cdfd16664a87d6..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TopPhys/xAOD/TopSystematicObjectMaker/cmt/Makefile.RootCore +++ /dev/null @@ -1,17 +0,0 @@ -PACKAGE = TopSystematicObjectMaker -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -g -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = xAODCore xAODRootAccess xAODEventInfo PATInterfaces AsgTools xAODEgamma xAODMuon xAODJet ElectronPhotonFourMomentumCorrection ElectronPhotonSelectorTools ElectronPhotonShowerShapeFudgeTool MuonMomentumCorrections TauAnalysisTools JetCalibTools JetCPInterfaces JetResolution JetInterface METInterface METUtilities IsolationSelection IsolationCorrections TopConfiguration TopEvent TopJetSubstructure xAODTracking InDetTrackSystematicsTools -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/PhysicsAnalysis/TruthParticleID/McParticleAlgs/cmt/requirements b/PhysicsAnalysis/TruthParticleID/McParticleAlgs/cmt/requirements deleted file mode 100755 index ff94b7c78d77842b7ed66415694965ffdb5b23d4..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TruthParticleID/McParticleAlgs/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package McParticleAlgs - -author Ketevi A. Assamagan <ketevi@bnl.gov> -author Sebastien Binet <binet@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External - - -private - -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasCLHEP AtlasCLHEP-* External -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID -use McParticleUtils McParticleUtils-* PhysicsAnalysis/TruthParticleID -use McParticleKernel McParticleKernel-* PhysicsAnalysis/TruthParticleID -use NavFourMom NavFourMom-* Event -use StoreGate StoreGate-* Control - -end_private - -branches src src/components doc share share/test python - -library McParticleAlgs *.cxx components/*.cxx - -apply_pattern component_library - -apply_pattern declare_joboptions \ - files="*.py -s=$(McParticleAlgs_root)/share/test *.py" - -apply_pattern declare_python_modules files="*.py" diff --git a/PhysicsAnalysis/TruthParticleID/McParticleEvent/cmt/requirements b/PhysicsAnalysis/TruthParticleID/McParticleEvent/cmt/requirements deleted file mode 100644 index 7438ba185dbb3e681a1e407363e00dfc7b8cccbc..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TruthParticleID/McParticleEvent/cmt/requirements +++ /dev/null @@ -1,64 +0,0 @@ -package McParticleEvent - -author Sebastien Binet <binet@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use AtlasBoost AtlasBoost-* External -use AtlasCLHEP AtlasCLHEP-* External - -use CLIDSvc CLIDSvc-* Control -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use Navigation Navigation-* Control - -use EventKernel EventKernel-* Event -use NavFourMom NavFourMom-* Event - -use GeneratorObjects GeneratorObjects-* Generators -use AtlasHepMC AtlasHepMC-* External - -use VxVertex VxVertex-* Tracking/TrkEvent - -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon - -branches McParticleEvent src doc share test python - -library McParticleEvent *.cxx - - -apply_pattern installed_library -apply_pattern declare_python_modules files="*.py" - -######################### -# Dictionary generation # -######################### -private -use GaudiInterface GaudiInterface-* External -use AtlasReflex AtlasReflex-* External -no_auto_imports - -macro navigables_McParticleEvent "" -macro_append navigables_McParticleEvent "TruthParticleContainer " - -macro elemLinks_McParticleEvent "" -macro_append elemLinks_McParticleEvent "McEventCollection " -macro_append elemLinks_McParticleEvent "TruthEtIsolationsContainer " - -apply_pattern lcgdict dict=McParticleEvent selectionfile=selection.xml \ - navigables=$(navigables_McParticleEvent) \ - elementLinks=$(elemLinks_McParticleEvent) \ - headerfiles=" ../McParticleEvent/McParticleEventDict.h" -end_private - - -################ -## Unit tests ## -################ - -private - -use TestTools TestTools-* AtlasTest -apply_pattern install_runtime -apply_pattern UnitTest_run unit_test=TruthParticle - -end_private diff --git a/PhysicsAnalysis/TruthParticleID/McParticleEventAthenaPool/cmt/requirements b/PhysicsAnalysis/TruthParticleID/McParticleEventAthenaPool/cmt/requirements deleted file mode 100755 index 9d69acc3581b68a91d093cfda5bfe9b437f80644..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TruthParticleID/McParticleEventAthenaPool/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package McParticleEventAthenaPool - -author Sebastien Binet <binet@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -private -use StoreGate StoreGate-* Control -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID -use McParticleKernel McParticleKernel-* PhysicsAnalysis/TruthParticleID -use McParticleEventTPCnv McParticleEventTPCnv-* PhysicsAnalysis/TruthParticleID -end_private - -branches src share - -# -# List of containers for which we want to generate an AthenaPool converter -# -macro McPEvtAthenaPool_poolcnv "" -macro_append McPEvtAthenaPool_poolcnv "-s=${McParticleEvent_root}/McParticleEvent " -macro_append McPEvtAthenaPool_poolcnv "TruthParticleContainer.h " -macro_append McPEvtAthenaPool_poolcnv "TruthEtIsolationsContainer.h " - -apply_pattern poolcnv files=${McPEvtAthenaPool_poolcnv} - -#apply_pattern declare_joboptions files="*.py" - diff --git a/PhysicsAnalysis/TruthParticleID/McParticleEventTPCnv/cmt/requirements b/PhysicsAnalysis/TruthParticleID/McParticleEventTPCnv/cmt/requirements deleted file mode 100644 index d987eb26dc7edbf23f7a0b58771b7c38bc565141..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TruthParticleID/McParticleEventTPCnv/cmt/requirements +++ /dev/null @@ -1,46 +0,0 @@ -package McParticleEventTPCnv -author Sebastien Binet <binet@cern.ch> - -## For Athena policies: it has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External -use AtlasBoost AtlasBoost-* External -use AtlasROOT AtlasROOT-* External -use AtlasReflex AtlasReflex-* External - -use DataModelAthenaPool DataModelAthenaPool-* Control - -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID - -private -use AtlasHepMC AtlasHepMC-* External -use StoreGate StoreGate-* Control -use AthenaKernel AthenaKernel-* Control -use McParticleKernel McParticleKernel-* PhysicsAnalysis/TruthParticleID -use GeneratorObjects GeneratorObjects-* Generators -end_private - -branches McParticleEventTPCnv src - -private -apply_tag ROOTEGLibs -end_private - -# Specify the required ROOT components to cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS EG)" - -# Specify explicit dependency against CLHEP for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(CLHEP)" - -library McParticleEventTPCnv *.cxx - -apply_pattern tpcnv_library - -apply_pattern lcgdict dict=McParticleEventTPCnv selectionfile=selection.xml headerfiles="-s=${McParticleEventTPCnv_root}/McParticleEventTPCnv McParticleEventTPCnvDict.h" -apply_pattern lcgdict dict=OLD_McParticleEventTPCnv selectionfile=OLD_selection.xml headerfiles="-s=${McParticleEventTPCnv_root}/McParticleEventTPCnv McParticleEventTPCnvDict.h" - -macro_append McParticleEventTPCnvDict_dependencies " McParticleEventTPCnv" - diff --git a/PhysicsAnalysis/TruthParticleID/McParticleKernel/cmt/requirements b/PhysicsAnalysis/TruthParticleID/McParticleKernel/cmt/requirements deleted file mode 100755 index d6583b9cf77c6e008f08d99925e7b8684a0d2eab..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TruthParticleID/McParticleKernel/cmt/requirements +++ /dev/null @@ -1,12 +0,0 @@ -package McParticleKernel - -author Sebastien Binet <binet@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -branches McParticleKernel src - -library McParticleKernel *.cxx - -apply_pattern installed_library diff --git a/PhysicsAnalysis/TruthParticleID/McParticleTests/cmt/requirements b/PhysicsAnalysis/TruthParticleID/McParticleTests/cmt/requirements deleted file mode 100755 index 7a1d4abcf09fb3eaf3f074e9537c1f0dbff75d5f..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TruthParticleID/McParticleTests/cmt/requirements +++ /dev/null @@ -1,43 +0,0 @@ -package McParticleTests -author Sebastien Binet <binet@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -private -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -use AtlasCLHEP AtlasCLHEP-* External -use AtlasHepMC AtlasHepMC-* External - -use StoreGate StoreGate-* Control -use AthenaPython AthenaPython-* Control -no_auto_imports -use AthenaBaseComps AthenaBaseComps-* Control - -use EventKernel EventKernel-* Event -use NavFourMom NavFourMom-* Event -use GeneratorObjects * Generators - -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID -use McParticleKernel McParticleKernel-* PhysicsAnalysis/TruthParticleID -use McParticleUtils McParticleUtils-* PhysicsAnalysis/TruthParticleID -use McParticleAlgs McParticleAlgs-* PhysicsAnalysis/TruthParticleID -no_auto_imports - -use TestPolicy TestPolicy-* -use AtlasOfflineRunTime AtlasOfflineRunTime-* - -apply_pattern validate_xml -end_private - -public - -branches doc python share test run McParticleTests src src/components - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_runtime extras="-s=$(McParticleTests_root)/test *.ref" - -private -library McParticleTests *.cxx components/*.cxx -apply_pattern component_library - -end_private diff --git a/PhysicsAnalysis/TruthParticleID/McParticleTools/cmt/requirements b/PhysicsAnalysis/TruthParticleID/McParticleTools/cmt/requirements deleted file mode 100755 index bb2b384e578c0d4bacebdb23af4ebcd1d9564895..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TruthParticleID/McParticleTools/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package McParticleTools - -author Sebastien Binet <binet@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -private -use HepPDT v* LCG_Interfaces - -use GaudiInterface GaudiInterface-* External -use AtlasCLHEP AtlasCLHEP-* External -use AtlasBoost AtlasBoost-* External -use AtlasROOT AtlasROOT-* External -use AtlasHepMC AtlasHepMC-* External - -use SGTools SGTools-* Control -use StoreGate StoreGate-* Control -use AthContainers AthContainers-* Control -use AthenaBaseComps AthenaBaseComps-* Control - -use EventKernel EventKernel-* Event - -use GeneratorObjects GeneratorObjects-* Generators -use TruthHelper TruthHelper-* Generators/GenAnalysisTools - -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID -use McParticleUtils McParticleUtils-* PhysicsAnalysis/TruthParticleID -use McParticleKernel McParticleKernel-* PhysicsAnalysis/TruthParticleID - -branches src src/components python - -# needed to be able to use the HepMC_IO library -#macro_append McParticleTools_linkopts " $(HepMC_IO_base_linkopts) " - -library McParticleTools *.cxx components/*.cxx - -apply_pattern component_library -end_private diff --git a/PhysicsAnalysis/TruthParticleID/McParticleUtils/cmt/requirements b/PhysicsAnalysis/TruthParticleID/McParticleUtils/cmt/requirements deleted file mode 100755 index 946c89ef81f6fbaf5ff63336c4cdf70e0a12f71b..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/TruthParticleID/McParticleUtils/cmt/requirements +++ /dev/null @@ -1,43 +0,0 @@ -package McParticleUtils - -author Sebastien Binet <binet@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External -use AtlasHepMC AtlasHepMC-* External - -use EventKernel EventKernel-* Event - -use DataModel DataModel-* Control -use AthenaKernel AthenaKernel-* Control -use DataModel DataModel-* Control - -use AnalysisUtils AnalysisUtils-* PhysicsAnalysis/AnalysisCommon - -## private uses -private -use AtlasBoost AtlasBoost-* External -use AtlasPython AtlasPython-* External -use AtlasCLHEP AtlasCLHEP-* External -use HepPDT v* LCG_Interfaces -end_private - -branches src McParticleUtils doc test run share - -library McParticleUtils *.cxx - -apply_pattern installed_library - -######################################################### -# Unit tests: CppUnit tests for McParticleUtils classes # -######################################################### -private -use TestPolicy TestPolicy-* -no_auto_imports -use TestTools TestTools-* AtlasTest -no_auto_imports -use StoreGate StoreGate-* Control -use AtlasCppUnit AtlasCppUnit-* External -no_auto_imports -apply_pattern CppUnit name=cppUnit_mcVtxFilterTest files="-s=${McParticleUtils_root}/test McVtxFilterTest_CppUnit.cxx" - -apply_pattern declare_python_modules files="*.py" -end_private diff --git a/PhysicsAnalysis/UpgradePhys/SmearingFunctions/UpgradePerformanceFunctions/cmt/Makefile.RootCore b/PhysicsAnalysis/UpgradePhys/SmearingFunctions/UpgradePerformanceFunctions/cmt/Makefile.RootCore deleted file mode 100644 index 6b2261d2e929d6a42190e6d18a594c851e8e24c0..0000000000000000000000000000000000000000 --- a/PhysicsAnalysis/UpgradePhys/SmearingFunctions/UpgradePerformanceFunctions/cmt/Makefile.RootCore +++ /dev/null @@ -1,60 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = UpgradePerformanceFunctions - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = PathResolver - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - -# the list of all unit tests that should be called in recursive testing, -# i.e. in unit tests that call other unit tests -# for that unit tests need to pass on all machines, and run very fast -PACKAGE_RECURSIVE_UT = - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/AODFix/cmt/requirements b/Reconstruction/AODFix/cmt/requirements deleted file mode 100644 index 63b66ae37b9cd59ea98736405a75ebd932030f45..0000000000000000000000000000000000000000 --- a/Reconstruction/AODFix/cmt/requirements +++ /dev/null @@ -1,10 +0,0 @@ -package AODFix - -author Rolf Seuster <seuster AT cern.ch> -author Jovan Mitrevski <Jovan.Mitrevski AT cern.ch> - -use AtlasPolicy AtlasPolicy-* - -apply_pattern declare_joboptions files="*.py" - -apply_pattern declare_python_modules files="*.py" diff --git a/Reconstruction/DiTauRec/cmt/requirements b/Reconstruction/DiTauRec/cmt/requirements deleted file mode 100644 index ec748a6dcd13b41dfd32ae56e46ad88efa0a1213..0000000000000000000000000000000000000000 --- a/Reconstruction/DiTauRec/cmt/requirements +++ /dev/null @@ -1,47 +0,0 @@ -## automatically generated CMT requirements file -package DiTauRec -author David Kirchmeier david.kirchmeier@mailbox.tu-dresden.de - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External -private -end_private - -## put here your package dependencies... -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use JetEDM JetEDM-* Reconstruction/Jet -use MuonSelectorTools MuonSelectorTools-* PhysicsAnalysis/MuonID -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODTau xAODTau-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -private -use AtlasFastJet AtlasFastJet-* External -use CaloEvent CaloEvent-* Calorimeter -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools -use TrkParametersIdentificationHelpers TrkParametersIdentificationHelpers-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD -use tauRecTools tauRecTools-* Reconstruction -end_private - -branches src src/components doc python share - -private -## default is to make component library -library DiTauRec *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -end_private - - diff --git a/Reconstruction/EventShapes/EventShapeAthenaPool/cmt/requirements b/Reconstruction/EventShapes/EventShapeAthenaPool/cmt/requirements deleted file mode 100755 index 8145de4beb114bf05e0a08816ce3b6a89807f533..0000000000000000000000000000000000000000 --- a/Reconstruction/EventShapes/EventShapeAthenaPool/cmt/requirements +++ /dev/null @@ -1,19 +0,0 @@ -package EventShapeAthenaPool - -author Rolf Seuster <seuster@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - - -private -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use EventShapeEvent EventShapeEvent-* Reconstruction/EventShapes -use EventShapeTPCnv EventShapeTPCnv-* Reconstruction/EventShapes -end_private - -branches EventShapeAthenaPool src - -apply_pattern poolcnv typesWithNamespace=$(eventShapeAthenaPool_poolCnvTypes) \ - files="-s=${EventShapeEvent_root}/EventShapeEvent EventShapeStore.h" diff --git a/Reconstruction/EventShapes/EventShapeEvent/cmt/requirements b/Reconstruction/EventShapes/EventShapeEvent/cmt/requirements deleted file mode 100755 index 9f4886501f87c4d0bf678309de648596d8645a9b..0000000000000000000000000000000000000000 --- a/Reconstruction/EventShapes/EventShapeEvent/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package EventShapeEvent - -author Rolf Seuster <Rolf.Seuster@cern.ch> -author Peter Loch <loch@physics.arizona.edu> -author Toshi Sumida <Toshi.Sumida@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use CLIDSvc CLIDSvc-* Control - -use NavFourMom NavFourMom-* Event - -use EventKernel EventKernel-* Event - -use DataModel DataModel-* Control -use AtlasFastJet AtlasFastJet-* External - -library EventShapeEvent *.cxx - -apply_pattern installed_library - -private -# use EventShapeInterface EventShapeInterface-* Reconstruction/EventShapes - -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=EventShapes selectionfile=selection.xml \ - headerfiles="../EventShapeEvent/EventShapeEventDict.h" - diff --git a/Reconstruction/EventShapes/EventShapeInterface/cmt/Makefile.RootCore b/Reconstruction/EventShapes/EventShapeInterface/cmt/Makefile.RootCore deleted file mode 100644 index 97036ccd4c162c3dc164f011d7b43e164a8bccea..0000000000000000000000000000000000000000 --- a/Reconstruction/EventShapes/EventShapeInterface/cmt/Makefile.RootCore +++ /dev/null @@ -1,22 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = EventShapeInterface -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -DXAOD_STANDALONE -DASGTOOL_STANDALONE -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools xAODJet xAODEventShape -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/EventShapes/EventShapeInterface/cmt/requirements b/Reconstruction/EventShapes/EventShapeInterface/cmt/requirements deleted file mode 100755 index 90a61c120ffbb782d785b1f54d1a956cc83524d8..0000000000000000000000000000000000000000 --- a/Reconstruction/EventShapes/EventShapeInterface/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package EventShapeInterface - -author Peter Loch <loch@physics.arizona.edu> - -use AtlasPolicy AtlasPolicy-* - -#use CLIDSvc CLIDSvc-00-* Control - -#use StoreGate StoreGate-* Control - - -use AsgTools AsgTools-* Control/AthToolSupport - -use xAODBase xAODBase-* Event/xAOD -use xAODEventShape xAODEventShape-* Event/xAOD - -# Declare to cmake that this package acts as a metalibrary which makes the header files and libraries -# from packages it depends upon be accessible to its clients. This is transparent to CMT. -apply_pattern cmake_add_command command=metalibrary - -# -#private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=EventShapeInterface selectionfile=selection.xml \ - headerfiles="../EventShapeInterface/EventShapeInterfaceDict.h" - diff --git a/Reconstruction/EventShapes/EventShapeTPCnv/cmt/install.history b/Reconstruction/EventShapes/EventShapeTPCnv/cmt/install.history deleted file mode 100644 index d86bc37a5edd195aeb21432f85f5a9ac67a5a323..0000000000000000000000000000000000000000 --- a/Reconstruction/EventShapes/EventShapeTPCnv/cmt/install.history +++ /dev/null @@ -1,20 +0,0 @@ -(i__main__ -LogFile -p0 -(dp1 -S'_installed_files' -p2 -(dp3 -S'../../../Reconstruction/EventShapes/EventShapeTPCnv/i686-slc4-gcc34-opt/libEventShapeTPCnv.so' -p4 -S'../../../../InstallArea/i686-slc4-gcc34-opt/lib/libEventShapeTPCnv.so' -p5 -sS'../../../Reconstruction/EventShapes/EventShapeTPCnv/i686-slc4-gcc34-opt/libEventShapeTPCnvDict.so' -p6 -S'../../../../InstallArea/i686-slc4-gcc34-opt/lib/libEventShapeTPCnvDict.so' -p7 -sS'../../../Reconstruction/EventShapes/EventShapeTPCnv/i686-slc4-gcc34-opt/libJetEventTPCnv.so' -p8 -S'../../../../InstallArea/i686-slc4-gcc34-opt/lib/libJetEventTPCnv.so' -p9 -ssb. \ No newline at end of file diff --git a/Reconstruction/EventShapes/EventShapeTPCnv/cmt/requirements b/Reconstruction/EventShapes/EventShapeTPCnv/cmt/requirements deleted file mode 100755 index 011c07d9b2da73ffc9e3641a8a11b89e754bee57..0000000000000000000000000000000000000000 --- a/Reconstruction/EventShapes/EventShapeTPCnv/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package EventShapeTPCnv - -author Rolf Seuster <seuster@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -use EventShapeEvent EventShapeEvent-* Reconstruction/EventShapes - -branches EventShapeTPCnv src - -library EventShapeTPCnv *.cxx -apply_pattern installed_library - -# -# Create a dictionary for the persistent representation -# of transient classes -private -use AtlasReflex AtlasReflex-* External -use DataModelAthenaPool DataModelAthenaPool-* Control -apply_pattern lcgdict dict=EventShapeTPCnv \ - selectionfile=selection.xml \ - headerfiles="../EventShapeTPCnv/EventShapeTPCnvDict.h" -end_private - diff --git a/Reconstruction/EventShapes/EventShapeTools/cmt/Makefile.RootCore b/Reconstruction/EventShapes/EventShapeTools/cmt/Makefile.RootCore deleted file mode 100644 index 9d875a62848acec91c3aa459b3ff91bad82e19ef..0000000000000000000000000000000000000000 --- a/Reconstruction/EventShapes/EventShapeTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,22 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = EventShapeTools -PACKAGE_PRELOAD = Tree Physics Core MathCore -PACKAGE_CXXFLAGS = -DXAOD_STANDALONE -DASGTOOL_STANDALONE -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools PATCore PATInterfaces xAODJet JetInterface xAODEventShape Asg_FastJet EventShapeInterface -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/EventShapes/EventShapeTools/cmt/requirements b/Reconstruction/EventShapes/EventShapeTools/cmt/requirements deleted file mode 100755 index 669153fa6a9fe6204c4623be94cf14c814e19a70..0000000000000000000000000000000000000000 --- a/Reconstruction/EventShapes/EventShapeTools/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package EventShapeTools - -use AtlasPolicy AtlasPolicy-* -use AtlasFastJet AtlasFastJet-* External - -use GaudiInterface GaudiInterface-* External -use AsgTools AsgTools-* Control/AthToolSupport -use EventShapeInterface EventShapeInterface-* Reconstruction/EventShapes -use JetInterface JetInterface-* Reconstruction/Jet - -private -use xAODEventShape xAODEventShape-* Event/xAOD -use AtlasReflex AtlasReflex-* External -use AthenaBaseComps AthenaBaseComps-* Control -end_private - -apply_pattern dual_use_library files="../Root/*.cxx *.cxx" - -apply_pattern declare_joboptions files="*.txt *.py" - -apply_pattern declare_python_modules files="*.py" - -# -# Create a dictionary for the persistent representation -# of transient classes -private -apply_pattern lcgdict dict=EventShapeTools selectionfile=selection.xml headerfiles="../EventShapeTools/EventShapeToolsDict.h" diff --git a/Reconstruction/HeavyIonRec/HIGlobal/cmt/requirements b/Reconstruction/HeavyIonRec/HIGlobal/cmt/requirements deleted file mode 100755 index e4d438f51698e3c7954f6898218c7aa5db379817..0000000000000000000000000000000000000000 --- a/Reconstruction/HeavyIonRec/HIGlobal/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package HIGlobal - - -private -use GaudiInterface GaudiInterface-* External -use Navigation Navigation-* Control - -public -#use AthContainers AthContainers-* Control -use CaloEvent CaloEvent-* Calorimeter -use NavFourMom NavFourMom-* Event -use AtlasROOT AtlasROOT-* External -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use xAODHIEvent xAODHIEvent-* Event/xAOD -use AsgTools AsgTools-* Control/AthToolSupport -use HIEventUtils HIEventUtils-* PhysicsAnalysis/HeavyIonPhys - -library HIGlobal *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" diff --git a/Reconstruction/HeavyIonRec/HIJetRec/cmt/Makefile.RootCore b/Reconstruction/HeavyIonRec/HIJetRec/cmt/Makefile.RootCore deleted file mode 100644 index 58fddd31d7e06b10e523865c3a6f0c9b1c258e2d..0000000000000000000000000000000000000000 --- a/Reconstruction/HeavyIonRec/HIJetRec/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = HIJetRec -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = xAODCaloEvent xAODJet JetInterface JetRec xAODHIEvent CxxUtils AsgTools HIEventUtils PathResolver -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/HeavyIonRec/HIJetRec/cmt/requirements b/Reconstruction/HeavyIonRec/HIJetRec/cmt/requirements deleted file mode 100644 index 22af09935d36e56d234150dae3fc9c9e3e9c68ce..0000000000000000000000000000000000000000 --- a/Reconstruction/HeavyIonRec/HIJetRec/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package HIJetRec - - -use AtlasPolicy AtlasPolicy-* - -private -use CxxUtils CxxUtils-* Control -use xAODCore xAODCore-* Event/xAOD -use PathResolver PathResolver-* Tools -use_ifndef pplist="XAOD_ANALYSIS" pkg="Control/Navigation" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Event/NavFourMom" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Control/AthenaBaseComps" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Calorimeter/CaloEvent" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Calorimeter/CaloRec" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Calorimeter/CaloUtils" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Calorimeter/CaloInterface" - -public -use HIEventUtils HIEventUtils-* PhysicsAnalysis/HeavyIonPhys -use FourMomUtils FourMomUtils-* Event -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -use AsgTools AsgTools-* Control/AthToolSupport -use JetRec JetRec-* Reconstruction/Jet -use xAODBase xAODBase-* Event/xAOD -use xAODHIEvent xAODHIEvent-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use JetInterface JetInterface-* Reconstruction/Jet - -macro HIJetRec_conditional_compile "*.cxx components/*.cxx ../Root/*.cxx" AthAnalysisBase "components/*.cxx ../Root/*.cxx" -library HIJetRec $(HIJetRec_conditional_compile) -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_calib files="../data/cluster.geo.root" diff --git a/Reconstruction/HeavyIonRec/HIMonitoring/cmt/requirements b/Reconstruction/HeavyIonRec/HIMonitoring/cmt/requirements deleted file mode 100644 index 405da886c31476c7d9d68e6f092d11515227f889..0000000000000000000000000000000000000000 --- a/Reconstruction/HeavyIonRec/HIMonitoring/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package HIMonitoring -author Dominik Derendarz <dominik.karol.derendarz@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -use AthenaMonitoring AthenaMonitoring-* Control -use xAODHIEvent xAODHIEvent-* Event/xAOD -use xAODTrigMinBias xAODTrigMinBias-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODForward xAODForward-* Event/xAOD -use ZdcAnalysis ZdcAnalysis-* ForwardDetectors/ZDC - -use ElectronPhotonSelectorTools ElectronPhotonSelectorTools-* PhysicsAnalysis/ElectronPhotonID - -private -apply_tag ROOTGraphicsLibs -use LWHists LWHists-* Tools - -# Specify required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS MathCore)" - -#Get this lib in debug mode: -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" -#macro_remove AtlasCxxPolicy_pp_cppflags "-DNDEBUG" -#For testing that we don't have any alignment problems: -#macro_append AtlasCxxPolicy_pp_cppflags "-Wpadded" -macro_append cppflags "-std=c++0x" -macro_append cpplinkflags "-std=c++0x" -end_private - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -apply_pattern dual_use_library files=*.cxx - -macro_append cppflags "" \ diff --git a/Reconstruction/HeavyIonRec/HIRecAthenaPool/cmt/requirements b/Reconstruction/HeavyIonRec/HIRecAthenaPool/cmt/requirements deleted file mode 100755 index f6d0ffa5793fe9bd57e4b568e2fc5d00716062a1..0000000000000000000000000000000000000000 --- a/Reconstruction/HeavyIonRec/HIRecAthenaPool/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package HIRecAthenaPool - -author Peter Steinberg <peter.steinberg@bnl.gov> - -use AtlasPolicy AtlasPolicy-* - -#use GaudiInterface GaudiInterface-* External - -#use StoreGate StoreGate-* Control - -use AtlasSealCLHEP AtlasSealCLHEP-* Database -no_auto_imports -#use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -#use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -#use Particle Particle-* Reconstruction -#use HIGlobal HIGlobal-* Reconstruction/HeavyIonRec -#use HIJetRec HIJetRec-* Reconstruction/HeavyIonRec -#use HIRecTPCnv HIRecTPCnv-* Reconstruction/HeavyIonRec - -branches HIRecAthenaPool src - -#apply_pattern poolcnv \ -# files="-s=${HIGlobal_root}/HIGlobal EtaPhiBins.h HIFlowData.h HIEtData.h HICentralityData.h HIPixelTrackletsCollection.h HITRTInfo.h -s=${HIJetRec_root}/HIJetRec HICaloBackground.h" - -macro_append HIRecAthenaPoolPoolCnv_shlibflags " $(HIRecAthenaPool_dict_linkopts)" diff --git a/Reconstruction/HeavyIonRec/HIRecExample/cmt/requirements b/Reconstruction/HeavyIonRec/HIRecExample/cmt/requirements deleted file mode 100755 index 92f60f23b84ce3bf45a5a5181e1e29fb38dcf73f..0000000000000000000000000000000000000000 --- a/Reconstruction/HeavyIonRec/HIRecExample/cmt/requirements +++ /dev/null @@ -1,20 +0,0 @@ -package HIRecExample -######################################################################### -# package that configures all of the Heavy Ion reconstruction algorithms -######################################################################### - -author Andrzej Olszewski <Andrzej.Olszewski@ifj.edu.pl> - -private - -use AtlasReconstructionRunTime AtlasReconstructionRunTime-* -no_auto_imports -use AtlasPolicy AtlasPolicy-* - -branches run share - -apply_pattern declare_joboptions files="*.py" - -apply_pattern declare_python_modules files="*.py" - -# Install files -apply_pattern install_xmls diff --git a/Reconstruction/HeavyIonRec/HIRecTPCnv/cmt/requirements b/Reconstruction/HeavyIonRec/HIRecTPCnv/cmt/requirements deleted file mode 100755 index c2224a43849ab226501ccbe797fddb6558a7b1f3..0000000000000000000000000000000000000000 --- a/Reconstruction/HeavyIonRec/HIRecTPCnv/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package HIRecTPCnv - -author Peter Steinberg <peter.steinberg@bnl.gov> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -use HIGlobal HIGlobal-* Reconstruction/HeavyIonRec -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetEventTPCnv InDetEventTPCnv-* InnerDetector/InDetEventCnv -use TrkEventTPCnv TrkEventTPCnv-* Tracking/TrkEventCnv - -use AtlasROOT AtlasROOT-* External - -branches HIRecTPCnv src - diff --git a/Reconstruction/Jet/JetAnalysisTools/JetAnalysisEDM/cmt/Makefile.RootCore b/Reconstruction/Jet/JetAnalysisTools/JetAnalysisEDM/cmt/Makefile.RootCore deleted file mode 100644 index 1558f18d2b72c6cf81246148684a7fd40cfe7cc6..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetAnalysisTools/JetAnalysisEDM/cmt/Makefile.RootCore +++ /dev/null @@ -1,14 +0,0 @@ -# $Id: Helpers.py 472095 2011-12-02 10:27:01Z krasznaa $ - -PACKAGE = JetAnalysisEDM -PACKAGE_PRELOAD = Tree TreePlayer -# Add the option -DACTIVATE_BRANCHES if your analysis framework -# disables all branches by default. -# Remove the COLLECT_D3PD_READING_STATISTICS option to gain a bit -# of performance... -PACKAGE_CXXFLAGS = -g # -std=c++11 -PACKAGE_LDFLAGS = -g # -std=c++11 -PACKAGE_DEP = -PACKAGE_LIBFLAGS = -PACKAGE_BINFLAGS = -lGenVector -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/Jet/JetAnalysisTools/JetAnalysisEDM/cmt/requirements b/Reconstruction/Jet/JetAnalysisTools/JetAnalysisEDM/cmt/requirements deleted file mode 100644 index 5fd12ea95ca9486aaa71f26cd82693a1dd537ac4..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetAnalysisTools/JetAnalysisEDM/cmt/requirements +++ /dev/null @@ -1,12 +0,0 @@ -package JetAnalysisEDM - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -public -use JetEvent JetEvent-* Reconstruction/Jet -use CaloEvent CaloEvent-* Calorimeter - -#library JetAnalysisEDM ../src/*cxx -#apply_pattern installed_library - -#apply_pattern have_root_headers root_headers="*.h " headers_lib=JetAnalysisEDM diff --git a/Reconstruction/Jet/JetAnalysisTools/JetTileCorrection/cmt/Makefile.RootCore b/Reconstruction/Jet/JetAnalysisTools/JetTileCorrection/cmt/Makefile.RootCore deleted file mode 100644 index ee9a10528ab29a999096d55465e007c38d752841..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetAnalysisTools/JetTileCorrection/cmt/Makefile.RootCore +++ /dev/null @@ -1,16 +0,0 @@ -PACKAGE = JetTileCorrection -PACKAGE_PRELOAD = Tree Physics Core MathCore -PACKAGE_CXXFLAGS = -g -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools JetCPInterfaces PathResolver JetInterface PATCore PATInterfaces xAODJet xAODEventInfo -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/Jet/JetAnalysisTools/JetTileCorrection/cmt/requirements b/Reconstruction/Jet/JetAnalysisTools/JetTileCorrection/cmt/requirements deleted file mode 100644 index 790b4ddee88873f8d6f9a472a7a102b6db560f88..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetAnalysisTools/JetTileCorrection/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -## automatically generated CMT requirements file -package JetTileCorrection -author tripiana - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use AtlasBoost AtlasBoost-* External - -use AsgTools AsgTools-* Control/AthToolSupport -use JetCPInterfaces JetCPInterfaces-* Reconstruction/Jet - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - -use xAODJet xAODJet-* Event/xAOD - -private - -use AthAnalysisBaseComps AthAnalysisBaseComps-* Control -use xAODEventInfo xAODEventInfo-* Event/xAOD -use PathResolver PathResolver-* Tools -use xAODCore xAODCore-* Event/xAOD -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon - -end_private - - -branches src src/components doc python share - -## default is to make component library. See: https://twiki.cern.ch/twiki/bin/view/Main/LearningAthena#Libraries_in_CMT for alternatives - - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_calib files="-s=../data *.*" - -library JetTileCorrection ../Root/JetTileCorrectionTool.cxx *.cxx components/*.cxx -apply_pattern component_library diff --git a/Reconstruction/Jet/JetCPInterfaces/cmt/Makefile.RootCore b/Reconstruction/Jet/JetCPInterfaces/cmt/Makefile.RootCore deleted file mode 100644 index 968ecec9c96f36ca8f9b6686a832d843b17dedd2..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetCPInterfaces/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = JetCPInterfaces -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = JetInterface PATInterfaces xAODJet -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 1 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/Jet/JetCPInterfaces/cmt/requirements b/Reconstruction/Jet/JetCPInterfaces/cmt/requirements deleted file mode 100644 index bd7a508365d967c38fb9e7070df6f98f8d71bc56..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetCPInterfaces/cmt/requirements +++ /dev/null @@ -1,11 +0,0 @@ -package JetCPInterfaces - -author S Schramm <steven.schramm at cern ch> - -public -use AtlasPolicy AtlasPolicy-* - -use JetInterface JetInterface-* Reconstruction/Jet -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon - -use xAODJet xAODJet-* Event/xAOD diff --git a/Reconstruction/Jet/JetCalibTools/cmt/Makefile.RootCore b/Reconstruction/Jet/JetCalibTools/cmt/Makefile.RootCore deleted file mode 100644 index da9c599817c1898faa707d9639bbf4293412d9a6..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetCalibTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,23 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = JetCalibTools -PACKAGE_PRELOAD = Tree Physics Core MathCore -PACKAGE_CXXFLAGS = -DXAOD_STANDALONE -DASGTOOL_STANDALONE -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools PathResolver JetInterface PATCore PATInterfaces xAODJet xAODTracking xAODEventInfo xAODMuon xAODEventShape -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/Jet/JetCalibTools/cmt/requirements b/Reconstruction/Jet/JetCalibTools/cmt/requirements deleted file mode 100644 index 80bb8c7bfced8eff730e65354064c241f80147f8..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetCalibTools/cmt/requirements +++ /dev/null @@ -1,42 +0,0 @@ -package JetCalibTools - -author Pierre-Antoine Delsart <delsart@no.spam.in2p3.fr> - -public -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use AtlasPyROOT AtlasPyROOT-* External -use AsgTools AsgTools-* Control/AthToolSupport -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -use xAODJet xAODJet-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODEventShape xAODEventShape-* Event/xAOD -use JetInterface JetInterface-* Reconstruction/Jet - -private -use GaudiInterface GaudiInterface-* External -use xAODMuon xAODMuon-* Event/xAOD -use PathResolver PathResolver-* Tools -use xAODRootAccess xAODRootAccess-* Control -end_private - -#library JetCalibTools *.cxx ../Root/*.cxx -s=components *.cxx -#apply_pattern component_library - -apply_pattern dual_use_library files="*.cxx ../Root/*.cxx" - -apply_pattern declare_calib files="-s=../share *" - -private -apply_pattern generic_declare_for_link files="../data/CalibrationConfigs/*.config" kind=calib prefix=share/JetCalibTools/CalibrationConfigs name=CalibrationConfigs -apply_pattern generic_declare_for_link files="../data/CalibrationFactors/*.config ../data/CalibrationFactors/*.root" kind=calib prefix=share/JetCalibTools/CalibrationFactors name=CalibrationFactors -apply_pattern generic_declare_for_link files="../data/InsituCalibration/*.root" kind=calib prefix=share/JetCalibTools/InsituCalibration name=InsituCalibration - -use_if tag=AthAnalysisBase pkg=POOLRootAccess ver=POOLRootAccess-* root=PhysicsAnalysis -use_if tag=AthAnalysisBase pkg=StoreGate ver=StoreGate-* root=Control -use_if tag=AthAnalysisBase pkg=xAODCore ver=xAODCore-* root=Event/xAOD - -application JetCalibTools_Example ../util/JetCalibTools_Example.cxx -macro_append JetCalibTools_Example_dependencies " JetCalibToolsLib " -end_private \ No newline at end of file diff --git a/Reconstruction/Jet/JetEDM/cmt/Makefile.RootCore b/Reconstruction/Jet/JetEDM/cmt/Makefile.RootCore deleted file mode 100644 index b3681f2dad292d2795a0d3888c0d5595b158cdaf..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetEDM/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = JetEDM -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = xAODJet xAODMuon xAODBase xAODTracking AsgTools Asg_FastJet -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/Jet/JetEDM/cmt/requirements b/Reconstruction/Jet/JetEDM/cmt/requirements deleted file mode 100644 index 0e1377ee451193f49f31b76cd56df1a983fbc783..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetEDM/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package JetEDM - -author Pierre-Antoine Delsart <delsart in2p3 .fr> -author David Adams <dladams at bnl.gov> - -private -use AtlasFastJet AtlasFastJet-* External -use xAODMuon xAODMuon-* Event/xAOD - -public -use AtlasPolicy AtlasPolicy-* -use AsgTools AsgTools-* Control/AthToolSupport -use xAODJet xAODJet-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD - -use AsgTools AsgTools-* Control/AthToolSupport - -library JetEDM ../Root/*.cxx -apply_pattern installed_library - - -# dictionary when needed ? -# private -# -# use AtlasReflex AtlasReflex-* External -# -# apply_pattern lcgdict dict=xAODJet selectionfile=selection.xml \ -# headerfiles="../xAODJet/xAODJetDict.h" \ -# extralibfiles=dict/*.cxx diff --git a/Reconstruction/Jet/JetEvent/cmt/requirements b/Reconstruction/Jet/JetEvent/cmt/requirements deleted file mode 100755 index 3fd4682931b756e91604b1f9bcd91073b4318ae2..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetEvent/cmt/requirements +++ /dev/null @@ -1,51 +0,0 @@ -package JetEvent - -author Ambreesh Gupta <Ambreesh.Gupta@cern.ch> -author Peter Loch <loch@physics.arizona.edu> - -public - -use SGTools SGTools-* Control -use CLIDSvc CLIDSvc-* Control -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use Navigation Navigation-* Control -use StoreGate StoreGate-* Control - -use FourMom FourMom-* Event - -use NavFourMom NavFourMom-* Event - -use AtlasBoost AtlasBoost-* External -use AtlasCLHEP AtlasCLHEP-* External - -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon - -library JetEvent *.cxx -apply_pattern installed_library - - -use AtlasPolicy AtlasPolicy-* - -use EventKernel EventKernel-* Event - -use GaudiInterface GaudiInterface-* External - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -apply_pattern lcgdict dict=JetEvent selectionfile=selection.xml \ - headerfiles="../JetEvent/JetEventDict.h" \ - navigables="JetCollection" - - -## for debugging : -## private -## macro cppdebugflags '$(cppdebugflags_s)' -## macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Reconstruction/Jet/JetEventAthenaPool/cmt/requirements b/Reconstruction/Jet/JetEventAthenaPool/cmt/requirements deleted file mode 100755 index b08f90784e7a8fe19618fc1de1659b0b0bcef0ba..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetEventAthenaPool/cmt/requirements +++ /dev/null @@ -1,50 +0,0 @@ -package JetEventAthenaPool - -author Rolf Seuster <seuster@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External - -use AtlasSealCLHEP AtlasSealCLHEP-* Database -no_auto_imports - -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - - -private -use JetEvent JetEvent-* Reconstruction/Jet -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use JetEventTPCnv JetEventTPCnv-* Reconstruction/Jet - -# Need this available in order to run the test. -use JetTagInfoAthenaPool JetTagInfoAthenaPool-* PhysicsAnalysis/JetTagging -no_auto_imports - -public - -branches JetEventAthenaPool src - -apply_pattern poolcnv typesWithNamespace=$(jetEventAthenaPool_poolCnvTypes) \ - files="-s=${JetEvent_root}/JetEvent JetMomentMap.h \ - -s=${JetEvent_root}/JetEvent JetSamplingCollection.h JetCollection.h \ - -s=${JetEvent_root}/JetEvent JetKeyDescriptor.h" - -apply_pattern declare_joboptions files="-s=../share *.py" - - -apply_pattern athenarun_test \ - name="JetTPCnv_15.9.0.5" \ - options="JetEventAthenaPool/JetTPCnv_15.9.0.5_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh JetTPCnv_15.9.0.5" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh JetTPCnv_15.9.0.5" - -apply_pattern athenarun_test \ - name="JetTPCnv_17.0.0" \ - options="JetEventAthenaPool/JetTPCnv_17.0.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh JetTPCnv_17.0.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh JetTPCnv_17.0.0" - -apply_pattern athenarun_test \ - name="JetTPCnv_17.2.8" \ - options="JetEventAthenaPool/JetTPCnv_17.2.8_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh JetTPCnv_17.2.8" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh JetTPCnv_17.2.8" diff --git a/Reconstruction/Jet/JetEventTPCnv/cmt/requirements b/Reconstruction/Jet/JetEventTPCnv/cmt/requirements deleted file mode 100755 index 78320a5a0c68e26a525a9fc8f5006e1b1b366245..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetEventTPCnv/cmt/requirements +++ /dev/null @@ -1,51 +0,0 @@ -package JetEventTPCnv - -author Rolf Seuster <seuster@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasBoost AtlasBoost-* External - -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use DataModelAthenaPool DataModelAthenaPool-* Control -#use CLIDSvc CLIDSvc-* Control - - -use EventCommonTPCnv EventCommonTPCnv-* Event - -use JetEvent JetEvent-* Reconstruction/Jet - - -#use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon -use ParticleEventTPCnv ParticleEventTPCnv-* PhysicsAnalysis/AnalysisCommon - -private -use AthenaKernel AthenaKernel-* Control -use AtlasReflex AtlasReflex-* External -use AthAllocators AthAllocators-* Control -use egammaEvent egammaEvent-* Reconstruction/egamma -use MuonIDEvent MuonIDEvent-* PhysicsAnalysis/MuonID -#use JetTagEvent JetTagEvent-* PhysicsAnalysis/JetTagging -use VxVertex VxVertex-* Tracking/TrkEvent - -public - -branches JetEventTPCnv src - -#library JetEventTPCnv -x=JetMomentMap_p1 -x=JetMomentMapCnv_p1 *.cxx -library JetEventTPCnv *.cxx -apply_pattern tpcnv_library - -# private -# macro cppdebugflags '$(cppdebugflags_s)' -# macro_remove componentshr_linkopts "-Wl,-s" - - -# -# Create a dictionary for the persistent representation -# of transient classes -private -apply_pattern lcgdict dict=JetEventTPCnv selectionfile=selection.xml headerfiles="../JetEventTPCnv/JetEventTPCnvDict.h" -apply_pattern lcgdict dict=OLD_JetEventTPCnv selectionfile=OLD_selection.xml headerfiles="../JetEventTPCnv/JetEventTPCnvDict.h" -end_private - diff --git a/Reconstruction/Jet/JetInterface/cmt/Makefile.RootCore b/Reconstruction/Jet/JetInterface/cmt/Makefile.RootCore deleted file mode 100644 index 51e2d5f25c80d95e3119ce797bd13879a359de37..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetInterface/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = JetInterface -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools xAODJet xAODEventInfo -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/Jet/JetInterface/cmt/requirements b/Reconstruction/Jet/JetInterface/cmt/requirements deleted file mode 100644 index e36e7fc02a412541691f793359c593f44c131502..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetInterface/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -package JetInterface - -author P.A Delsart <delsart at in2p3 fr> -author D. Adams <dladams at bnl.gov> - -public -use AtlasPolicy AtlasPolicy-* -use AsgTools AsgTools-* Control/AthToolSupport - -use xAODJet xAODJet-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD - -library JetInterface ../Root/*.cxx -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External -apply_pattern lcgdict dict=JetInterface \ - selectionfile=selection.xml \ - headerfiles="../JetInterface/JetInterfaceDict.h" -end_private diff --git a/Reconstruction/Jet/JetJvtEfficiency/cmt/Makefile.RootCore b/Reconstruction/Jet/JetJvtEfficiency/cmt/Makefile.RootCore deleted file mode 100644 index bf7b8574ba75dbf1e6b3e66c4859bc3f98281eeb..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetJvtEfficiency/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = JetJvtEfficiency -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools PATCore xAODJet xAODEventInfo PATInterfaces PathResolver -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/Jet/JetJvtEfficiency/cmt/requirements b/Reconstruction/Jet/JetJvtEfficiency/cmt/requirements deleted file mode 100644 index 0ad318ff27d4f4026a2ff50dd53840c4096e2e22..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetJvtEfficiency/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package JetJvtEfficiency - -public - -use AtlasPolicy AtlasPolicy-* - -use AsgTools AsgTools-* Control/AthToolSupport -use AtlasROOT AtlasROOT-* External -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon - -use xAODJet xAODJet-* Event/xAOD - -apply_pattern declare_calib files="../share/*.root" - -private - -use GaudiInterface GaudiInterface-* External -use PathResolver PathResolver-* Tools - -apply_pattern dual_use_library files="../src/*.cxx ../Root/*.cxx" - -#end_private - -use AtlasReflex AtlasReflex-* External -no-auto-imports -apply_pattern lcgdict dict=JetJvtEfficiency selectionfile=selection.xml headerfiles="../JetJvtEfficiency/JetJvtEfficiencyDict.h" - diff --git a/Reconstruction/Jet/JetMomentTools/cmt/Makefile.RootCore b/Reconstruction/Jet/JetMomentTools/cmt/Makefile.RootCore deleted file mode 100644 index bbc26b44a90160a50db489d0d11516b2a42fa441..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetMomentTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = JetMomentTools -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = PathResolver xAODJet xAODPFlow JetEDM JetInterface JetRec JetUtils xAODMissingET PFlowUtils -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/Jet/JetMomentTools/cmt/requirements b/Reconstruction/Jet/JetMomentTools/cmt/requirements deleted file mode 100644 index 7eb165122ca31e68148756ffbbb9aeb980fdec81..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetMomentTools/cmt/requirements +++ /dev/null @@ -1,50 +0,0 @@ -package JetMomentTools - -author P-A Delsart <delsart at in2p3 fr> - -private -use xAODPFlow xAODPFlow-* Event/xAOD -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter -use PathResolver PathResolver-* Tools -use xAODEventInfo xAODEventInfo-* Event/xAOD - -use_unless tag=AthAnalysisBase pkg=CaloDetDescr ver="*" root=Calorimeter -use_unless tag=AthAnalysisBase pkg=CaloEvent ver="*" root=Calorimeter -use_unless tag=AthAnalysisBase pkg=AthenaKernel ver="*" root=Control - -public -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use AtlasBoost AtlasBoost-* External -use GaudiInterface GaudiInterface-* External -use AsgTools AsgTools-* Control/AthToolSupport -use AtlasReflex AtlasReflex-* External - -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD - -use_ifndef pplist="XAOD_ANALYSIS" pkg="Calorimeter/CaloIdentifier" -#use CaloIdentifier CaloIdentifier-* Calorimeter - -use JetEDM JetEDM-* Reconstruction/Jet -use JetRec JetRec-* Reconstruction/Jet -use JetUtils JetUtils-* Reconstruction/Jet -use_ifndef pplist="XAOD_ANALYSIS" pkg="Reconstruction/Jet/JetRecCalo" -#use JetRecCalo JetRecCalo-* Reconstruction/Jet -use JetInterface JetInterface-* Reconstruction/Jet - -use PFlowUtils PFlowUtils-* Reconstruction/PFlow - -library JetMomentTools *.cxx ../Root/*.cxx -s=components *.cxx -apply_pattern component_library - -apply_pattern declare_runtime files="*.root" -apply_pattern declare_calib files="../share/*.root" -apply_pattern declare_python_modules files="*.py" - -#apply_pattern lcgdict dict=JetMomentTools \ -# selectionfile=../Root/selection.xml \ -# headerfiles="../Root/JetMomentToolsDict.h" - diff --git a/Reconstruction/Jet/JetMonitoring/cmt/requirements b/Reconstruction/Jet/JetMonitoring/cmt/requirements deleted file mode 100755 index 5a92a9540701f85f19dc838a4b487122d41e777b..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetMonitoring/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package JetMonitoring - -author Peter Loch <loch@physics.arizona.edu> -author Ambreesh Gupta <Ambreesh.Gupta@cern.ch> - -private - -#use EventKernel EventKernel-* Event -#use EventInfo EventInfo-* Event -use AthContainers AthContainers-* Control -use AthenaMonitoring AthenaMonitoring-* Control -use JetUtils JetUtils-* Reconstruction/Jet -use xAODEventInfo xAODEventInfo-* Event/xAOD - -public -use xAODJet xAODJet-* Event/xAOD -use AsgTools AsgTools-* Control/AthToolSupport -use JetInterface JetInterface-* Reconstruction/Jet -use xAODHIEvent xAODHIEvent-* Event/xAOD - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External - - -#apply_pattern dual_use_library files=*.cxx - -library JetMonitoring *.cxx ../Root/*.cxx -s=components *.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="*.txt *.py" -apply_pattern declare_python_modules files="*.py" diff --git a/Reconstruction/Jet/JetRec/cmt/Makefile.RootCore b/Reconstruction/Jet/JetRec/cmt/Makefile.RootCore deleted file mode 100644 index de696d28738d4a04cf4e19a5268a9d06268a1ec6..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetRec/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = JetRec -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -lVariableR -lRecursiveTools -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = Asg_FastJet xAODCaloEvent xAODJet xAODMuon xAODEventInfo JetEDM JetInterface EventShapeInterface -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/Jet/JetRec/cmt/requirements b/Reconstruction/Jet/JetRec/cmt/requirements deleted file mode 100644 index 11c11bb5ae676e3eac94f25445627d399aa1370b..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetRec/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package JetRec - -author David Adams <dladams at bnl.gov> - -private - -use AthenaBaseComps AthenaBaseComps-* Control -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -use AtlasReflex AtlasReflex-* External -use AthLinks AthLinks-* Control -use AsgTools AsgTools-* Control/AthToolSupport -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use JetEDM JetEDM-* Reconstruction/Jet -use JetInterface JetInterface-* Reconstruction/Jet -use AtlasFastJet AtlasFastJet-* External -use AtlasFastJetContrib AtlasFastJetContrib-* External -use EventShapeInterface EventShapeInterface-* Reconstruction/EventShapes - -# Specify the required FastJet components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(FastJet COMPONENTS fastjetplugins fastjettools siscone siscone_spherical)" - -apply_pattern dual_use_library files="../Root/*.cxx *.cxx" -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="JetRec_jobOptions.py myjets.py" -apply_pattern lcgdict dict=JetRec \ - selectionfile=selection.xml \ - headerfiles="../JetRec/JetRecDict.h" diff --git a/Reconstruction/Jet/JetRecCalo/cmt/requirements b/Reconstruction/Jet/JetRecCalo/cmt/requirements deleted file mode 100644 index 36fb14663ee99f5e5b3fa8aed132930663b74559..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetRecCalo/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package JetRecCalo - -private - -#use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use AthenaKernel AthenaKernel-* Control -use LArRecConditions LArRecConditions-* LArCalorimeter - - -use CaloEvent CaloEvent-* Calorimeter -use CaloDetDescr CaloDetDescr-* Calorimeter - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -#use AthContainers AthContainers-* Control - -use CxxUtils CxxUtils-* Control - -use TileConditions TileConditions-* TileCalorimeter -use CaloIdentifier CaloIdentifier-* Calorimeter - -use JetInterface JetInterface-* Reconstruction/Jet -use JetUtils JetUtils-* Reconstruction/Jet -#use JetRec JetRec-* Reconstruction/Jet -use AsgTools AsgTools-* Control/AthToolSupport - - - - -library JetRecCalo *.cxx ../Root/*.cxx -s=components *.cxx -apply_pattern component_library - - -apply_pattern declare_python_modules files="*.py" - -#apply_pattern declare_joboptions files="*.txt *.py" - -#apply_pattern declare_runtime files="*.txt *.root" diff --git a/Reconstruction/Jet/JetRecConfig/cmt/requirements b/Reconstruction/Jet/JetRecConfig/cmt/requirements deleted file mode 100644 index ef08a2e5541b14c0ea65d3144c92958c06a91ec4..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetRecConfig/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -## automatically generated CMT requirements file -package JetRecConfig -author elmsheus - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - -## put here your package dependencies... - -## -branches src src/components doc python share - -## default is to make component library. See: https://twiki.cern.ch/twiki/bin/view/Main/LearningAthena#Libraries_in_CMT for alternatives -#library JetRecConfig *.cxx components/*.cxx -#apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="JetRec_jobOptions.py" - diff --git a/Reconstruction/Jet/JetRecTools/cmt/Makefile.RootCore b/Reconstruction/Jet/JetRecTools/cmt/Makefile.RootCore deleted file mode 100644 index 641b3bfcf4bc15dc734cfc76ccbb84b1de58d399..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetRecTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,25 +0,0 @@ -# this file is -*- C++ -*- -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = JetRecTools -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -lConstituentSubtractor -lSoftKiller -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = xAODEventInfo xAODTruth JetRec PFlowUtils Asg_FastJet InDetTrackSelectionTool TrackVertexAssociationTool xAODCaloEvent xAODEgamma -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/Jet/JetRecTools/cmt/requirements b/Reconstruction/Jet/JetRecTools/cmt/requirements deleted file mode 100755 index a4797c4a703310821e283570416074a150aee3e7..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetRecTools/cmt/requirements +++ /dev/null @@ -1,71 +0,0 @@ -package JetRecTools - - -private - -#use xAODCaloEvent xAODCaloEvent-* Event/xAOD -#use AthenaKernel AthenaKernel-* Control -#use LArRecConditions LArRecConditions-* LArCalorimeter - - -#use CaloEvent CaloEvent-* Calorimeter -#use CaloDetDescr CaloDetDescr-* Calorimeter - -use AtlasFastJet AtlasFastJet-* External -use AtlasFastJetContrib AtlasFastJetContrib-* External -macro AtlasFastJetContrib_linkopts "-L$(AtlasFastJetContrib_lib) -lSoftKiller -lConstituentSubtractor" - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthContainers AthContainers-* Control - -#use CxxUtils CxxUtils-* Control - -#use TileConditions TileConditions-* TileCalorimeter -#use CaloIdentifier CaloIdentifier-* Calorimeter - -use InDetTrackSelectionTool InDetTrackSelectionTool-* InnerDetector/InDetRecTools -use TrackVertexAssociationTool TrackVertexAssociationTool-* InnerDetector/InDetRecTools - -#use xAODJet xAODJet-* Event/xAOD -use JetEDM JetEDM-* Reconstruction/Jet -use JetInterface JetInterface-* Reconstruction/Jet -#use JetUtils JetUtils-* Reconstruction/Jet -use JetRec JetRec-* Reconstruction/Jet -use xAODCore xAODCore-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use AsgTools AsgTools-* Control/AthToolSupport -use PFlowUtils PFlowUtils-* Reconstruction/PFlow - -private -# Add explicit dependency against xAODPFlow to avoid indirect dependency from PFlowUtils -# which creates a component library and cmake (correctly) does not propagate such dependencies -use xAODTruth xAODTruth-* Event/xAOD -use xAODPFlow xAODPFlow-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -end_private - - -#use xAODTracking xAODTracking-* Event/xAOD -#use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -# Add explicit dependency against xAODPFlow to avoid indirect dependency from PFlowUtils -# which creates a component library and cmake (correctly) does not propagate such dependencies. -# This is transparent to CMT and checkreq. -apply_pattern cmake_add_dependency package=Event/xAOD/xAODPFlow - -library JetRecTools *.cxx ../Root/*.cxx -s=components *.cxx -apply_pattern component_library - - -apply_pattern declare_python_modules files="*.py" - -#apply_pattern declare_joboptions files="*.txt *.py" - -#apply_pattern declare_runtime files="*.txt *.root" - diff --git a/Reconstruction/Jet/JetReclustering/cmt/Makefile.RootCore b/Reconstruction/Jet/JetReclustering/cmt/Makefile.RootCore deleted file mode 100644 index b43ccd6f3913e31b99f2f6c1935777777f841d05..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetReclustering/cmt/Makefile.RootCore +++ /dev/null @@ -1,22 +0,0 @@ -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -PACKAGE = JetReclustering -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = EventLoop xAODRootAccess xAODEventInfo xAODJet JetRec JetInterface JetSubStructureMomentTools AsgTools -PACKAGE_TRYDEP = -PACKAGE_SCRIPTS = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/Jet/JetReclustering/cmt/requirements b/Reconstruction/Jet/JetReclustering/cmt/requirements deleted file mode 100644 index 21aae74081d08c1f8c4c191a662c2fc1bf3561d2..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetReclustering/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -## automatically generated CMT requirements file -package JetReclustering -author Giordon Stark - -## for athena policies: this has to be the first use statement -public -use AtlasPolicy AtlasPolicy-* -use AsgTools AsgTools-* Control/AthToolSupport -use AtlasROOT AtlasROOT-* External -use JetRec JetRec-* Reconstruction/Jet -use JetInterface JetInterface-* Reconstruction/Jet - -private -use xAODRootAccess xAODRootAccess-* Control -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External -## for the unit test -use xAODJet xAODJet-* Event/xAOD - -use POOLRootAccess POOLRootAccess-* PhysicsAnalysis - -end_private - -branches src src/components doc python share - -## default is to make component library. See: https://twiki.cern.ch/twiki/bin/view/Main/LearningAthena#Libraries_in_CMT for alternatives -library JetReclustering *.cxx components/*.cxx ../Root/*.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -#Reflex Dictionary Generation: -private -use AtlasReflex AtlasReflex-* External -apply_pattern lcgdict dict=JetReclustering selectionfile=selection.xml headerfiles="../JetReclustering/JetReclusteringDict.h" -end_private -#test for JetReclusteringTool ... compile and execute it with 'make check' -private -use TestTools TestTools-* AtlasTest -use AthenaBaseComps AthenaBaseComps-* Control -apply_pattern UnitTest_run unit_test=ut_JetReclusteringTool -macro_append ut_JetReclusteringTool_test_dependencies " JetReclustering JetReclusteringMergeComponentsList " -end_private diff --git a/Reconstruction/Jet/JetResolution/cmt/Makefile.RootCore b/Reconstruction/Jet/JetResolution/cmt/Makefile.RootCore deleted file mode 100644 index 0c277d33294c628783964a62e5cd5b07ed92f6b5..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetResolution/cmt/Makefile.RootCore +++ /dev/null @@ -1,9 +0,0 @@ -PACKAGE = JetResolution -PACKAGE_CXXFLAGS = -DJETRES_STANDALONE -PACKAGE_LDFLAGS = -PACKAGE_DEP = AsgTools PATInterfaces xAODJet xAODEventInfo PathResolver -PACKAGE_PRELOAD = Hist Tree Physics TreePlayer -PACKAGE_REFLEX = 1 -PACKAGE_PEDANTIC = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/Jet/JetResolution/cmt/requirements b/Reconstruction/Jet/JetResolution/cmt/requirements deleted file mode 100644 index f99a116bbb57f979173667a53e02964036a00778..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetResolution/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -package JetResolution -# $Id: requirements 766594 2016-08-04 23:13:11Z will $ - - -public - -use AtlasPolicy AtlasPolicy-* - -use AtlasROOT AtlasROOT-* External -use AsgTools AsgTools-* Control/AthToolSupport -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon - -use xAODJet xAODJet-* Event/xAOD - -private - -use PathResolver PathResolver-* Tools -use GaudiInterface GaudiInterface-* External -use xAODEventInfo xAODEventInfo-* Event/xAOD -use AthenaBaseComps AthenaBaseComps-* Control -use AthAnalysisBaseComps AthAnalysisBaseComps-* Control -use AtlasReflex AtlasReflex-* External -no-auto-imports - -end_private - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Hist)" - -apply_tag ROOTMathLibs - -# Declare the library (this is dual_use since the lcgdict patern doesn't work with a pure component -# library when cmake is used for the build) -apply_pattern dual_use_library files="*.cxx ../Root/*.cxx" - -# Install the root file -apply_pattern declare_calib files="../share/*.root" -# Install the jobOptions -apply_pattern declare_joboptions files=../share/*.py - -# Reflex dictionary -private -apply_pattern lcgdict dict=JetResolution selectionfile=selection.xml headerfiles="../JetResolution/JetResolutionDict.h" -end_private - diff --git a/Reconstruction/Jet/JetSimTools/cmt/requirements b/Reconstruction/Jet/JetSimTools/cmt/requirements deleted file mode 100755 index ed4ab583338b8c5cca722066528ab019c27f6b3b..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetSimTools/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package JetSimTools - -author P-A Delsart <delsart at in2p3 fr> - -private -use JetUtils JetUtils-* Reconstruction/Jet - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AsgTools AsgTools-* Control/AthToolSupport -#use xAODJet xAODJet-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -#use xAODEventInfo xAODEventInfo-* Event/xAOD -#use TruthHelper TruthHelper-* Generators/GenAnalysisTools - - -# use JetEDM JetEDM-* Reconstruction/Jet -use JetRec JetRec-* Reconstruction/Jet -# use JetInterface JetInterface-* Reconstruction/Jet - -library JetSimTools *.cxx ../Root/*.cxx -s=components *.cxx -apply_pattern component_library - - - - -# use GeneratorObjects GeneratorObjects-* Generators - -apply_pattern declare_joboptions files="*.txt *.py" -apply_pattern declare_python_modules files="*.py" diff --git a/Reconstruction/Jet/JetSubStructureMomentTools/cmt/Makefile.RootCore b/Reconstruction/Jet/JetSubStructureMomentTools/cmt/Makefile.RootCore deleted file mode 100644 index b2ab1a9f099e79a51e55d306a644eec9619cd7c9..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetSubStructureMomentTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = JetSubStructureMomentTools -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -lNsubjettiness -lEnergyCorrelator -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = JetInterface JetRec JetSubStructureUtils Asg_FastJet JetEDM -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/Jet/JetSubStructureMomentTools/cmt/requirements b/Reconstruction/Jet/JetSubStructureMomentTools/cmt/requirements deleted file mode 100644 index 0aa2a450175129740c49fe18706e27f10495b058..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetSubStructureMomentTools/cmt/requirements +++ /dev/null @@ -1,50 +0,0 @@ -package JetSubStructureMomentTools -# $Id: requirements 768718 2016-08-19 08:25:34Z elmsheus $ - -author Miles Wu - -public -use AtlasPolicy AtlasPolicy-* -use AsgTools AsgTools-* Control/AthToolSupport -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use JetInterface JetInterface-* Reconstruction/Jet -use JetRec JetRec-* Reconstruction/Jet -use AtlasROOT AtlasROOT-* External -use AtlasReflex AtlasReflex-* External - -private -use GaudiInterface GaudiInterface-* External -use AtlasFastJet AtlasFastJet-* External -use JetEDM JetEDM-* Reconstruction/Jet -use JetSubStructureUtils JetSubStructureUtils-* Reconstruction/Jet -use xAODMuon xAODMuon-* Event/xAOD -end_private - -apply_pattern dual_use_library files="../Root/NSubjettinessTool.cxx \ -../Root/NSubjettinessRatiosTool.cxx \ -../src/Validator.cxx \ -../Root/JetSubStructureMomentToolsBase.cxx ../Root/KTSplittingScaleTool.cxx ../Root/DipolarityTool.cxx \ -../Root/AngularityTool.cxx ../Root/KtDeltaRTool.cxx \ -../Root/KtMassDropTool.cxx \ -../Root/PlanarFlowTool.cxx \ -../Root/CenterOfMassShapesTool.cxx \ -../Root/EnergyCorrelatorTool.cxx \ -../Root/EnergyCorrelatorRatiosTool.cxx \ -../Root/JetPullTool.cxx \ -../Root/JetChargeTool.cxx \ -../Root/VolatilityTool.cxx \ -../Root/ShowerDeconstructionTool.cxx \ -../Root/SubjetMakerTool.cxx \ -../Root/SubjetFinderTool.cxx \ -../Root/SubjetRecorderTool.cxx \ -../Root/BosonTagTool.cxx \ -../Root/QwTool.cxx \ -../Root/BoostedXbbTagTool.cxx" - -apply_pattern declare_python_modules files="*.py" - -apply_pattern lcgdict dict=JetSubStructureMomentToolsDict \ - selectionfile=selection.xml \ - headerfiles="../JetSubStructureMomentTools/JetSubStructureMomentToolsDict.h" - diff --git a/Reconstruction/Jet/JetSubStructureUtils/cmt/Makefile.RootCore b/Reconstruction/Jet/JetSubStructureUtils/cmt/Makefile.RootCore deleted file mode 100644 index 9b4b6efaf6f527c3e9983459d19c4b9f5c3b2eb3..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetSubStructureUtils/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = JetSubStructureUtils -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = Asg_FastJet JetEDM xAODJet MuonSelectorTools xAODMuon -PACKAGE_TRYDEP = AtlasShowerDeconstructionRootCore -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/Jet/JetSubStructureUtils/cmt/requirements b/Reconstruction/Jet/JetSubStructureUtils/cmt/requirements deleted file mode 100644 index e395f1720a2fcd242c777ef38c74abcbe6acf67d..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetSubStructureUtils/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package JetSubStructureUtils - -author Miles Wu - -public -use AtlasPolicy AtlasPolicy-* -use xAODJet xAODJet-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use JetEDM JetEDM-* Reconstruction/Jet -use AtlasFastJet AtlasFastJet-* External -use AtlasFastJetContrib AtlasFastJetContrib-* External -use AtlasShowerDeconstruction AtlasShowerDeconstruction-* External -use MuonSelectorTools MuonSelectorTools-* PhysicsAnalysis/MuonID - -private -use AtlasROOT AtlasROOT-* External -use PathResolver PathResolver-* Tools -end_private - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Matrix RooFit)" - -library JetSubStructureUtils ../Root/*.cxx -apply_pattern installed_library -# Specify the pattern for JetSubStructureUtils/data/*.config files to be accessed via JetSubStructureUtils/data/someFile.config -apply_pattern declare_calib files="-s=../data *.*" diff --git a/Reconstruction/Jet/JetUncertainties/cmt/Makefile.RootCore b/Reconstruction/Jet/JetUncertainties/cmt/Makefile.RootCore deleted file mode 100644 index 99e1d4d87bbf84af0bef1d65e9a9cc60ce5805f0..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetUncertainties/cmt/Makefile.RootCore +++ /dev/null @@ -1,25 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = JetUncertainties -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools PATInterfaces PathResolver xAODCore xAODJet xAODEventInfo xAODTracking JetCPInterfaces xAODRootAccess -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 -PACKAGE_PRELOAD = Hist - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/Jet/JetUncertainties/cmt/requirements b/Reconstruction/Jet/JetUncertainties/cmt/requirements deleted file mode 100644 index c941c01120e7e515f3cf22a65b3c28825a06e14e..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetUncertainties/cmt/requirements +++ /dev/null @@ -1,65 +0,0 @@ -package JetUncertainties - -author Steven Schramm < steven.schramm AT cern.ch > - -public - -use AtlasPolicy AtlasPolicy-* - -use AtlasROOT AtlasROOT-* External - -use AsgTools AsgTools-* Control/AthToolSupport -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon - -use xAODJet xAODJet-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD - -use JetCPInterfaces JetCPInterfaces-* Reconstruction/Jet - - - -private - -use GaudiInterface GaudiInterface-* External - -use xAODCore xAODCore-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD - -use PathResolver PathResolver-* Tools - -end_private - - - -# Declare the library (this is dual_use since the lcgdict patern doesn't work with a pure component -# library when cmake is used for the build) -apply_pattern dual_use_library files="../Root/*.cxx" - -# Install the jobOptions -apply_pattern declare_joboptions files=*.py - - -# Prepare PathResolver -apply_pattern generic_declare_for_link files="../share/JES_2011/Final/*.config ../share/JES_2011/Final/*.root" kind=calib prefix=share/JetUncertainties/JES_2011/Final name=JES_2011_Final -apply_pattern generic_declare_for_link files="../share/JES_2012/Moriond2013/*.config ../share/JES_2012/Moriond2013/*.root" kind=calib prefix=share/JetUncertainties/JES_2012/Moriond2013 name=JES_2012_Moriond2013 -apply_pattern generic_declare_for_link files="../share/JES_2012/Final/*.config ../share/JES_2012/Final/*.root" kind=calib prefix=share/JetUncertainties/JES_2012/Final name=JES_2012_Final -apply_pattern generic_declare_for_link files="../share/JES_2015/Prerec/*.config ../share/JES_2015/Prerec/*.root" kind=calib prefix=share/JetUncertainties/JES_2015/Prerec name=JES_2015_Prerec -apply_pattern generic_declare_for_link files="../share/JES_2015/Moriond2016/*.config ../share/JES_2015/Moriond2016/*.root" kind=calib prefix=share/JetUncertainties/JES_2015/Moriond2016 name=JES_2015_Moriond2016 -apply_pattern generic_declare_for_link files="../share/JES_2015/ICHEP2016/*.config ../share/JES_2015/ICHEP2016/*.root" kind=calib prefix=share/JetUncertainties/JES_2015/ICHEP2016 name=JES_2015_ICHEP2016 -apply_pattern generic_declare_for_link files="../share/JES_2016/Moriond2017/*.config ../share/JES_2016/Moriond2017/*.root" kind=calib prefix=share/JetUncertainties/JES_2016/Moriond2017 name=JES_2016_Moriond2017 - -apply_pattern generic_declare_for_link files="../share/UJ_2012/*.config ../share/UJ_2012/*.root" kind=calib prefix=share/JetUncertainties/UJ_2012 name=UJ_2012 -apply_pattern generic_declare_for_link files="../share/UJ_2015/Prerec/*.config ../share/UJ_2015/Prerec/*.root" kind=calib prefix=share/JetUncertainties/UJ_2015/Prerec name=UJ_2015_Prerec -apply_pattern generic_declare_for_link files="../share/UJ_2015/Moriond2016/*.config ../share/UJ_2015/Moriond2016/*.root" kind=calib prefix=share/JetUncertainties/UJ_2015/Moriond2016 name=UJ_2015_Moriond2016 -apply_pattern generic_declare_for_link files="../share/UJ_2015/ICHEP2016/*.config ../share/UJ_2015/ICHEP2016/*.root" kind=calib prefix=share/JetUncertainties/UJ_2015/ICHEP2016 name=UJ_2015_ICHEP2016 -apply_pattern generic_declare_for_link files="../share/UJ_2016/Moriond2017/*.config ../share/UJ_2016/Moriond2017/*.root" kind=calib prefix=share/JetUncertainties/UJ_2016/Moriond2017 name=UJ_2016_Moriond2017 - -apply_pattern generic_declare_for_link files="../share/analysisInputs/*.root" kind=calib prefix=share/JetUncertainties/analysisInputs name=analysisInputs - - -# Reflex dictionary -private -use AtlasReflex AtlasReflex-* External -no-auto-imports -apply_pattern lcgdict dict=JetUncertainties selectionfile=selection.xml headerfiles="../JetUncertainties/JetUncertaintiesDict.h" -end_private - diff --git a/Reconstruction/Jet/JetUtils/cmt/Makefile.RootCore b/Reconstruction/Jet/JetUtils/cmt/Makefile.RootCore deleted file mode 100644 index f4f0f3d0bbd5705fa4aeb6b7d64acf60030421c6..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetUtils/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = JetUtils -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = xAODJet xAODPFlow xAODCaloEvent xAODRootAccess -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/Jet/JetUtils/cmt/requirements b/Reconstruction/Jet/JetUtils/cmt/requirements deleted file mode 100644 index c346064bb716a59da7b141dbd7cc7157c7368104..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetUtils/cmt/requirements +++ /dev/null @@ -1,58 +0,0 @@ -package JetUtils - -author Peter Loch <loch@physics.arizona.edu> -author P-A Delsart <delsart at in2p3 fr> - -private - - -use AtlasROOT AtlasROOT-* External -use SGTools SGTools-* Control -use AthLinks AthLinks-* Control - -# use CaloDetDescr CaloDetDescr-* Calorimeter -# use CaloInterface CaloInterface-* Calorimeter -# - -#use PathResolver PathResolver-* Tools - - -use_ifndef pplist="XAOD_ANALYSIS" pkg="TileCalorimeter/TileEvent" -#use TileEvent TileEvent-* TileCalorimeter -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter -use xAODPFlow xAODPFlow-* Event/xAOD - -public - -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD - -use AtlasPolicy AtlasPolicy-* - -use xAODJet xAODJet-* Event/xAOD -use_ifndef pplist="XAOD_ANALYSIS" pkg="Calorimeter/CaloEvent" -#use CaloEvent CaloEvent-* Calorimeter - -#use GaudiInterface GaudiInterface-* External - -# use CaloIdentifier CaloIdentifier-* Calorimeter - -#use JetInterface JetInterface-* Reconstruction/Jet - - -use AtlasReflex AtlasReflex-* External -no_auto_imports - - -library JetUtils *.cxx ../Root/*.cxx -s=components *.cxx -#apply_pattern component_library -apply_pattern installed_library - -#apply_pattern lcgdict dict=JetUtils \ -# selectionfile="selection.xml" headerfiles="../JetUtils/JetUtilsDict.h" - -use TestTools TestTools-* AtlasTest -apply_pattern UnitTest_run unit_test=JetUtils_CaloQual extrapatterns="no dictionary for class" - - -private -apply_tag ROOTGenVectorLibs diff --git a/Reconstruction/Jet/JetValidation/cmt/Makefile.RootCore b/Reconstruction/Jet/JetValidation/cmt/Makefile.RootCore deleted file mode 100644 index 39464fb85c4d6f80d1c306aa64dd5d9564c0da58..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetValidation/cmt/Makefile.RootCore +++ /dev/null @@ -1,22 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = JetValidation -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = xAODJet xAODRootAccess -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/Jet/JetValidation/cmt/requirements b/Reconstruction/Jet/JetValidation/cmt/requirements deleted file mode 100755 index 919e53d879ac4a3caf342053af7f734bca0f4037..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/JetValidation/cmt/requirements +++ /dev/null @@ -1,45 +0,0 @@ -package JetValidation - -use AtlasPolicy AtlasPolicy-* - -branches run - -######################### - -private - -use GaudiInterface GaudiInterface-* External - -use AtlasROOT AtlasROOT-* External - -use TestPolicy TestPolicy-* -apply_pattern validate_xml - -######################### - -public - -use AtlasROOT AtlasROOT-* External - - -######################### - -library JetValidation *.cxx components/*.cxx - -apply_pattern component_library - -#use AtlasReflex AtlasReflex-* External -#apply_pattern lcgdict dict=JetValidation \ -# selectionfile="selection.xml" headerfiles="../JetValidation/JetValidationDict.h" - - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_scripts files="../scripts/jetMakeRefSamples.py" - -# for RTT configuration -macro JetValidation_TestConfiguration "../test/JetValidation_TestConfiguration.xml" -apply_pattern declare_runtime extras="../test/JetValidation_TestConfiguration.xml ../share/*.root" - - - diff --git a/Reconstruction/Jet/KtJet/cmt/requirements b/Reconstruction/Jet/KtJet/cmt/requirements deleted file mode 100755 index a6590ffa4eb3efec609f75c3fdc9b5b640163fba..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/KtJet/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package KtJet - -author Jon Couchman <jpc@hep.ucl.ac.uk> - -############################# -use AtlasPolicy AtlasPolicy-* -use AtlasCLHEP AtlasCLHEP-* External - -ignore_pattern package_tag - -# If this package is to be linked against, installed_library is required -apply_pattern installed_library - -library KtJet \ - KtDistance.cxx \ - KtEvent.cxx \ - KtJetTable.cxx \ - KtLorentzVector.cxx \ - KtRecom.cxx \ - KtUtil.cxx - - diff --git a/Reconstruction/Jet/OjfJet/cmt/requirements b/Reconstruction/Jet/OjfJet/cmt/requirements deleted file mode 100755 index 2c3aed064f43bedb6918848f5ef90d8b8cf57e2f..0000000000000000000000000000000000000000 --- a/Reconstruction/Jet/OjfJet/cmt/requirements +++ /dev/null @@ -1,17 +0,0 @@ -package OjfJet - -author Rolf Seuster <seuster@cern.ch> -author Damir Lelas <lelas@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasCLHEP AtlasCLHEP-* External - -use AthenaKernel AthenaKernel-* Control - -ignore_pattern package_tag - -apply_pattern installed_library - -library OjfJet *.cxx - -macro_append Pythia_i_shlibflags "$(HepMC_IO_linkopts)" diff --git a/Reconstruction/MET/METInterface/cmt/Makefile.RootCore b/Reconstruction/MET/METInterface/cmt/Makefile.RootCore deleted file mode 100644 index 47e2e015affade1ad5a4d07bba0fb573f6e72812..0000000000000000000000000000000000000000 --- a/Reconstruction/MET/METInterface/cmt/Makefile.RootCore +++ /dev/null @@ -1,25 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = METInterface -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools xAODBase xAODCore xAODMissingET - -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 1 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/MET/METInterface/cmt/requirements b/Reconstruction/MET/METInterface/cmt/requirements deleted file mode 100644 index 80cd71fd2069686f835033084c45bc606cac2017..0000000000000000000000000000000000000000 --- a/Reconstruction/MET/METInterface/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -## automatically generated CMT requirements file -package METInterface -author TJ Khoo - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## framework dependencies -use AsgTools AsgTools-* Control/AthToolSupport -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon - -## EDM -use xAODBase xAODBase-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -## - -branches METInterface doc - -# Declare this package as a cmake metalibrary so that the libraries and header files from -# packages it depends on are available to its clients. Transparent to CMT -apply_pattern cmake_add_command command=metalibrary - -use AtlasReflex AtlasReflex-* External -apply_pattern lcgdict dict=METInterface selectionfile=selection.xml headerfiles="../METInterface/METInterfaceDict.h" diff --git a/Reconstruction/MET/METRecoInterface/cmt/Makefile.RootCore b/Reconstruction/MET/METRecoInterface/cmt/Makefile.RootCore deleted file mode 100644 index 0dc76705bcc84865ce777852d823123f71e94d1e..0000000000000000000000000000000000000000 --- a/Reconstruction/MET/METRecoInterface/cmt/Makefile.RootCore +++ /dev/null @@ -1,25 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = METRecoInterface -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools xAODBase xAODCore xAODMissingET - -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 1 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/MET/METRecoInterface/cmt/requirements b/Reconstruction/MET/METRecoInterface/cmt/requirements deleted file mode 100644 index 5592c979587714c556e4213839bb43b328975c4a..0000000000000000000000000000000000000000 --- a/Reconstruction/MET/METRecoInterface/cmt/requirements +++ /dev/null @@ -1,19 +0,0 @@ -## automatically generated CMT requirements file -package METRecoInterface -author P Loch, S Resconi, TJ Khoo - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## framework dependencies -use AsgTools AsgTools-* Control/AthToolSupport -## EDM -use xAODMissingET xAODMissingET-* Event/xAOD -## - -branches METRecoInterface doc - -# Do we need to generate a dictionary? If so, provide METRecoInterface/selection.xml and uncomment these -use AtlasReflex AtlasReflex-* External -apply_pattern lcgdict dict=METRecoInterface selectionfile=selection.xml headerfiles="../METRecoInterface/METRecoInterfaceDict.h" - diff --git a/Reconstruction/MET/METReconstruction/cmt/Makefile.RootCore b/Reconstruction/MET/METReconstruction/cmt/Makefile.RootCore deleted file mode 100644 index cb1211270259468458786869199cffe497a9a0e7..0000000000000000000000000000000000000000 --- a/Reconstruction/MET/METReconstruction/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = METReconstruction -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools xAODBase xAODCaloEvent xAODTracking xAODMissingET xAODEgamma xAODTruth xAODJet xAODMuon xAODTau xAODPFlow PFlowUtils METRecoInterface TrackVertexAssociationTool PATCore InDetTrackSelectionTool FourMomUtils RecoToolInterfaces -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/MET/METReconstruction/cmt/requirements b/Reconstruction/MET/METReconstruction/cmt/requirements deleted file mode 100644 index 30c4ff807f8ad6947edf3dc48418924ad175c2a0..0000000000000000000000000000000000000000 --- a/Reconstruction/MET/METReconstruction/cmt/requirements +++ /dev/null @@ -1,82 +0,0 @@ -## automatically generated CMT requirements file -package METReconstruction -author P Loch, S Resconi, TJ Khoo, AS Mete - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - -## framework dependencies -#use AthLinks AthLinks-* Control -use AsgTools AsgTools-* Control/AthToolSupport - -## tool interfaces -use METRecoInterface METRecoInterface-* Reconstruction/MET - -## Public EDM usage -use xAODMissingET xAODMissingET-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODPFlow xAODPFlow-* Event/xAOD - -use CaloInterface CaloInterface-* Calorimeter - -## ROOT for timing -use AtlasROOT AtlasROOT-* External - -private -## Algorithm def -use AthenaBaseComps AthenaBaseComps-* Control -use CaloClusterMatching CaloClusterMatching-* Reconstruction/RecoTools - -## EDM -use AthContainers AthContainers-* Control -use xAODTau xAODTau-* Event/xAOD -#use xAODEventInfo xAODEventInfo-* Event/xAOD -use CaloEvent CaloEvent-* Calorimeter -use TruthUtils TruthUtils-* Generators -use FourMomUtils FourMomUtils-* Event - -## Tools -use PFlowUtils PFlowUtils-* Reconstruction/PFlow -use InDetTrackSelectionTool InDetTrackSelectionTool-* InnerDetector/InDetRecTools -use TrackVertexAssociationTool TrackVertexAssociationTool-* InnerDetector/InDetRecTools -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools - -## - -# needed for track momentum errors -use EventPrimitives EventPrimitives-* Event - -end_private - -include_dirs $(METReconstruction_root)/src - -branches METReconstruction src src/components doc python share Root - -# Apply the cmake-specific command to access the private headers -#apply_pattern cmake_add_command command="include_directories(src)" - -# DRQ: Change to a dual_use library since the lcgdict pattern doesn't work with component libraries -# when building with cmake, which (correctly) can't link against such a library. This slightly -# pollutes the linkages for clients, but is negated by the as-needed linkopt and is otherwise transparent. -## default is to make component library -library METReconstruction *.cxx ../Root/*.cxx -s=components *.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="../share/*.py" -apply_pattern declare_python_modules files="../python/*.py" - -private -macro DOXYGEN_INPUT "" Doxygen "../src ../Root ../$(package) ../doc ../share ../python ../cmt/fragments" -end_private - -use AtlasReflex AtlasReflex-* External -no-auto-imports -apply_pattern lcgdict dict=METReconstruction selectionfile=selection-athena.xml headerfiles="../METReconstruction/METReconstructionAthDict.h" - diff --git a/Reconstruction/MET/METUtilities/cmt/Makefile.RootCore b/Reconstruction/MET/METUtilities/cmt/Makefile.RootCore deleted file mode 100644 index b74ee281e3652be01dc5b1c27e93e36c3b954151..0000000000000000000000000000000000000000 --- a/Reconstruction/MET/METUtilities/cmt/Makefile.RootCore +++ /dev/null @@ -1,25 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = METUtilities -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -lboost_unit_test_framework -PACKAGE_LIBFLAGS = -PACKAGE_DEP = Asg_Boost AsgTools xAODBase xAODTracking xAODMissingET xAODEgamma xAODTruth xAODJet xAODMuon xAODTau xAODPFlow METInterface xAODEventInfo PATInterfaces PathResolver InDetTrackSelectionTool JetCalibTools JetInterface xAODEventShape FourMomUtils xAODCore - -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/MET/METUtilities/cmt/requirements b/Reconstruction/MET/METUtilities/cmt/requirements deleted file mode 100644 index e1cfa91947771cb9ace4c7783e9e78d4c59165fe..0000000000000000000000000000000000000000 --- a/Reconstruction/MET/METUtilities/cmt/requirements +++ /dev/null @@ -1,82 +0,0 @@ -## automatically generated CMT requirements file -package METUtilities -author Teng Jian Khoo - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - -## framework dependencies -use AsgTools AsgTools-* Control/AthToolSupport -use AtlasROOT AtlasROOT-* External -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon - -## put here your package dependencies... -use METInterface METInterface-* Reconstruction/MET -use xAODJet xAODJet-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODMissingET xAODMissingET-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODTau xAODTau-* Event/xAOD - -use InDetTrackSelectionTool InDetTrackSelectionTool-* InnerDetector/InDetRecTools - -private -use xAODCore xAODCore-* Event/xAOD - -use PathResolver PathResolver-* Tools - -use ElectronPhotonSelectorTools ElectronPhotonSelectorTools-* PhysicsAnalysis/ElectronPhotonID -use MuonSelectorTools MuonSelectorTools-* PhysicsAnalysis/MuonID -use TauAnalysisTools TauAnalysisTools-* PhysicsAnalysis/TauID - -use FourMomUtils FourMomUtils-* Event - -# needed for track momentum errors -use EventPrimitives EventPrimitives-* Event - -## Algorithm def -use AthenaBaseComps AthenaBaseComps-* Control - -## - -public -branches src src/components doc python share METUtilities Root - -#library METUtilitiesLib ../Root/METHelper.cxx -#apply_pattern named_installed_library library=METUtilitiesLib - -#todo probably remove when we get files in PathResolver space -apply_pattern declare_calib files="../data/*.config ../data/*.root" - -# needs to be public for linking -#library METUtilities ../src/*.cxx ../Root/*.cxx -s=components *.cxx -#apply_pattern component_library -apply_pattern dual_use_library files="../src/*.cxx ../Root/*.cxx" - -private - -use AtlasReflex AtlasReflex-* External -no-auto-imports -apply_pattern lcgdict dict=METUtilities selectionfile=selection.xml headerfiles="../METUtilities/METUtilitiesDict.h" - -# Compile examples but only fully in the analysis releases -use_if tag=AthAnalysisBase pkg=JetCalibTools ver=JetCalibTools-* root=Reconstruction/Jet -use_if tag=AthAnalysisBase pkg=xAODBase ver=xAODBase-* root=Event/xAOD -use_if tag=AthAnalysisBase pkg=POOLRootAccess ver=POOLRootAccess-* root=PhysicsAnalysis -use_if tag=AthAnalysisBase pkg=StoreGate ver=StoreGate-* root=Control - -application example_METMaker_METSystematicsTool ../util/example_METMaker_METSystematicsTool.cxx -application example_METMaker_advanced ../util/example_METMaker_advanced.cxx -application example_METMaker_rebuildTrackMET ../util/example_rebuildTrackMET.cxx - -macro_append example_METMaker_METSystematicsTool_dependencies " METUtilitiesLib " -macro_append example_METMaker_advanced_dependencies " METUtilitiesLib " -macro_append example_METMaker_rebuildTrackMET_dependencies " METUtilitiesLib " - -end_private - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" diff --git a/Reconstruction/MVAUtils/cmt/Makefile.RootCore b/Reconstruction/MVAUtils/cmt/Makefile.RootCore deleted file mode 100644 index 103ae0bdf78c26ddeec230d3564a0420c2fc6912..0000000000000000000000000000000000000000 --- a/Reconstruction/MVAUtils/cmt/Makefile.RootCore +++ /dev/null @@ -1,14 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -PACKAGE = MVAUtils -PACKAGE_PRELOAD = Hist TMVA -PACKAGE_CXXFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_DEP = -PACKAGE_NOOPT = 0 -PACKAGE_PEDANTIC = 1 -PACKAGE_REFLEX = 1 -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/MVAUtils/cmt/requirements b/Reconstruction/MVAUtils/cmt/requirements deleted file mode 100644 index f81ae79b32439320c6ec2edb6c86add001cba5c5..0000000000000000000000000000000000000000 --- a/Reconstruction/MVAUtils/cmt/requirements +++ /dev/null @@ -1,19 +0,0 @@ -package MVAUtils - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External - -# Add cmake compatibility (doesn't do anything on CMT side of things) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Tree TreePlayer TMVA XMLIO)" - -library MVAUtils ../Root/*.cxx -apply_pattern installed_library - -macro_append rootBasicLibs " -lXMLIO -lTMVA -lTreePlayer " - -## Don't build dictionary unless actually needed -#private -#use AtlasReflex AtlasReflex-* External -#apply_pattern lcgdict dict=MVAUtils selectionfile=selection.xml \ -# headerfiles="../MVAUtils/MVAUtilsDict.h" -#end_private diff --git a/Reconstruction/MissingETEvent/cmt/requirements b/Reconstruction/MissingETEvent/cmt/requirements deleted file mode 100644 index 6ac20acaf330cb4812f3cb01956b5b2198083255..0000000000000000000000000000000000000000 --- a/Reconstruction/MissingETEvent/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package MissingETEvent - -author S. Rajagopalan <srinir@bnl.gov> - -use AtlasPolicy AtlasPolicy-* -use DataModel DataModel-* Control -use CaloEvent CaloEvent-* Calorimeter -use CLIDSvc CLIDSvc-* Control -use AtlasHepMC AtlasHepMC-* External -use EventKernel EventKernel-* Event -use GaudiInterface GaudiInterface-* External -use AtlasBoost AtlasBoost-* External -use NavFourMom NavFourMom-* Event -use Navigation Navigation-* Control -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter - -library MissingETEvent *.cxx - -apply_pattern installed_library - -# The following use is to get the lcgdict pattern, resply. -# They are "hidden" behind "private" and "no_auto_imports" to keep -# clients from seeing excess dependencies -private -use AtlasReflex AtlasReflex-* External -no_auto_imports -use AtlasCLHEP AtlasCLHEP-* External -use CxxUtils CxxUtils-* Control -use TruthHelper TruthHelper-* Generators/GenAnalysisTools - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -apply_pattern lcgdict dict=MissingETEvent selectionfile=selection.xml headerfiles="../MissingETEvent/MissingETEventDict.h" - - - - diff --git a/Reconstruction/MissingETGoodness/cmt/requirements b/Reconstruction/MissingETGoodness/cmt/requirements deleted file mode 100644 index 989b97d0fe08ce24dc136712acc08c443b573b74..0000000000000000000000000000000000000000 --- a/Reconstruction/MissingETGoodness/cmt/requirements +++ /dev/null @@ -1,68 +0,0 @@ -####To be removed once ROOT 5.32.00 gets patched -#private -#macro_remove cppflags "-pedantic" -#end_private - -package MissingETGoodness - -author Max Baak <mbaak@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use StoreGate StoreGate-* Control -use CxxUtils CxxUtils-* Control -use JetEvent JetEvent-* Reconstruction/Jet -use JetUtils JetUtils-* Reconstruction/Jet -use Particle Particle-* Reconstruction -use MissingETEvent MissingETEvent-* Reconstruction -use CaloEvent CaloEvent-* Calorimeter -#use CaloInterface CaloInterface-* Calorimeter -#use CaloConditions CaloConditions-* Calorimeter -use muonEvent muonEvent-* Reconstruction/MuonIdentification -#use MuTagEvent MuTagEvent-* Reconstruction/MuonIdentification -#use MuTagToolsInterfaces MuTagToolsInterfaces-* Reconstruction/MuonIdentification -###use MuonTimingInfoToolsInterfaces MuonTimingInfoToolsInterfaces-* Reconstruction/MuonIdentification - - - -private -use AtlasCLHEP AtlasCLHEP-* External -use AthenaKernel AthenaKernel-* Control -use EventBookkeeperMetaData EventBookkeeperMetaData-* Event -use xAODEventInfo xAODEventInfo-* Event/xAOD -use FourMomUtils FourMomUtils-* Event -use GoodRunsLists GoodRunsLists-* DataQuality -use PrimaryDPDMaker PrimaryDPDMaker-* PhysicsAnalysis -use LArRecEvent LArRecEvent-* LArCalorimeter -use TileEvent TileEvent-* TileCalorimeter -end_private - - -## macros -apply_tag ROOTBasicLibs - -### build libraries -#apply_pattern dual_use_library files="../Root/*.cxx ../src/*.cxx ../src/components/*.cxx" -#macro MissingETGoodnessLib_dependencies "metgoodness_root_dictionary" - -## Create a named installed library -library MissingETGoodnessLib "../Root/*.cxx" -apply_pattern named_installed_library library=MissingETGoodnessLib -apply_pattern have_root_headers root_headers="TRunRange.h Goodies.h TEasyFormula.h TSelection.h TSelectionSetArchive.h TSelectionSet.h EtmissGoodnessQuality.h NtupleGoodiesFiller.h EtmissGoodnessManager.h EtmissGoodness_Loose_20091117.h EtmissGoodness_Medium_20091117.h EtmissGoodness_Tight_20091117.h EtmissGoodness_Loose_20091217.h EtmissGoodness_Loose_20100115.h EtmissGoodness_Loose_20100217.h EtmissGoodness_Loose_20091117.h EtmissGoodness_Loose_20100408.h EtmissGoodness_Loose_20100415.h EtmissGoodness.h EtmissGoodnessConfig.h ../Root/LinkDef.h" headers_lib="MissingETGoodnessLib" - -## Create a component library -library MissingETGoodness *.cxx components/*.cxx -macro_append MissingETGoodness_dependencies " MissingETGoodnessLib" -apply_pattern component_library - -## scripts, jobOptions and python modules -apply_pattern declare_scripts files="../scripts/make*" -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Reconstruction/MissingETMonitoring/cmt/requirements b/Reconstruction/MissingETMonitoring/cmt/requirements deleted file mode 100755 index d1fbfbe572166a8962814369db763ca76975855a..0000000000000000000000000000000000000000 --- a/Reconstruction/MissingETMonitoring/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -package MissingETMonitoring - -author M. Consonni <Michele.Consonni@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaMonitoring AthenaMonitoring-* Control -use AtlasROOT AtlasROOT-* External -use JetInterface JetInterface-* Reconstruction/Jet -private -use xAODEventInfo xAODEventInfo-* Event/xAOD -use AtlasCLHEP AtlasCLHEP-* External -use GaudiInterface GaudiInterface-* External -use xAODMissingET xAODMissingET-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD - -public -library MissingETMonitoring *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" diff --git a/Reconstruction/MissingETPerformance/cmt/requirements b/Reconstruction/MissingETPerformance/cmt/requirements deleted file mode 100755 index 2e514844f8b5b33d61c636e2c5bcfd9a3c364c1d..0000000000000000000000000000000000000000 --- a/Reconstruction/MissingETPerformance/cmt/requirements +++ /dev/null @@ -1,89 +0,0 @@ -package MissingETPerformance - -use AtlasPolicy AtlasPolicy-* - -branches run - -use GeneratorObjects GeneratorObjects-* Generators - - -use GaudiInterface GaudiInterface-* External - -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External - -use McParticleEvent McParticleEvent-* PhysicsAnalysis/TruthParticleID -#use TrkSegment TrkSegment-* Tracking/TrkEvent - -use AnalysisTools AnalysisTools-* PhysicsAnalysis/AnalysisCommon -use AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger -use TrigInDetEvent TrigInDetEvent-* Trigger/TrigEvent -use TrigCaloEvent TrigCaloEvent-* Trigger/TrigEvent -use TrigMissingEtEvent TrigMissingEtEvent-* Trigger/TrigEvent -use TrigMuonEvent TrigMuonEvent-* Trigger/TrigEvent - -use egammaEvent egammaEvent-* Reconstruction/egamma -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use Particle Particle-* Reconstruction -#use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use MissingETEvent MissingETEvent-* Reconstruction -use CaloEvent CaloEvent-* Calorimeter -use JetEvent JetEvent-* Reconstruction/Jet -use CaloInterface CaloInterface-* Calorimeter - -use CaloConditions CaloConditions-* Calorimeter -use LArRecConditions LArRecConditions-* LArCalorimeter - -#use CBNT_Utils CBNT_Utils-* Reconstruction -use AthenaBaseComps AthenaBaseComps-* Control - -use StoreGate StoreGate-* Control - -#for trigger decision tool -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis - -#for etmissgoodness goodies map -use MissingETGoodness MissingETGoodness-* Reconstruction -#for collision filtering -#use GoodRunsLists GoodRunsLists-* DataQuality -#use PrimaryDPDMaker PrimaryDPDMaker-* PhysicsAnalysis - -#use EventBookkeeperMetaData EventBookkeeperMetaData-00-* Event -use JetUtils JetUtils-* Reconstruction/Jet -use SGTools SGTools-* Control - -#private uses -private -use AtlasBoost AtlasBoost-* External -use AtlasHepMC AtlasHepMC-* External -use AthenaKernel AthenaKernel-* Control -use xAODEventInfo xAODEventInfo-* Event/xAOD -use FourMom FourMom-* Event -use FourMomUtils FourMomUtils-* Event -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter -#use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon -use TrigConfL1Data TrigConfL1Data-* Trigger/TrigConfiguration -use TruthHelper TruthHelper-* Generators/GenAnalysisTools -#use CxxUtils CxxUtils-* Control -use VxVertex VxVertex-* Tracking/TrkEvent -use tauEvent tauEvent-* Reconstruction - -public - -# Specify the required ROOT componetns for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Graf Gpad)" - -## MB: Create a component library, dual-use not allowed. -#library MissingETPerformance "../src/*.cxx ../components/*.cxx" -#apply_pattern component_library -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_joboptions files="*.py *.C *.sh" - -apply_pattern declare_python_modules files="*.py" - -apply_tag ROOTBasicLibs -apply_tag ROOTMathLibs -apply_tag ROOTSTLDictLibs -apply_tag ROOTGraphicsLibs -apply_tag ROOTTableLibs diff --git a/Reconstruction/MuonIdentification/CaloTrkMuIdTools/cmt/requirements b/Reconstruction/MuonIdentification/CaloTrkMuIdTools/cmt/requirements deleted file mode 100755 index f683648bb757df8a2e202a0e6cf5086037095021..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/CaloTrkMuIdTools/cmt/requirements +++ /dev/null @@ -1,49 +0,0 @@ -package CaloTrkMuIdTools - -author Gustavo Ordonez Sanz <Gustavo.Ordonez.Sanz@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use StoreGate StoreGate-* Control - -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use ICaloTrkMuIdTools ICaloTrkMuIdTools-* Reconstruction/MuonIdentification -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools - -use CaloInterface CaloInterface-* Calorimeter -use CaloTrackingGeometry CaloTrackingGeometry-* Calorimeter -use CaloEvent CaloEvent-* Calorimeter -use xAODTracking xAODTracking-* Event/xAOD - -private -use AthenaKernel AthenaKernel-* Control -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter -use AtlasCLHEP AtlasCLHEP-* External -use CaloUtils CaloUtils-* Calorimeter -use PathResolver PathResolver-* Tools -use AtlasROOT AtlasROOT-* External - -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use ParticleCaloExtension ParticleCaloExtension-* Reconstruction/RecoEvent -use TrkCaloExtension TrkCaloExtension-* Tracking/TrkEvent - -use CaloIdentifier CaloIdentifier-* Calorimeter -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use CaloDetDescr CaloDetDescr-* Calorimeter -use TileDetDescr TileDetDescr-* TileCalorimeter - -public - -apply_pattern component_library -library CaloTrkMuIdTools *.cxx components/*.cxx - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_runtime files="CaloMuonLikelihood.PDF.A0.root CaloMuonLikelihood.PDF.A1.root CaloMuonLikelihood.PDF.A2.root CaloMuonLikelihood.PDF.B0.root CaloMuonLikelihood.PDF.B1.root CaloMuonLikelihood.PDF.B2.root CaloMuonLikelihood.PDF.C0.root CaloMuonLikelihood.PDF.C1.root CaloMuonLikelihood.PDF.C2.root CaloTag.CutConfig.root" - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Reconstruction/MuonIdentification/CombinedMuonRefit/cmt/requirements b/Reconstruction/MuonIdentification/CombinedMuonRefit/cmt/requirements deleted file mode 100644 index 1ddb0bbc1879a07b1b5e14741631d784f1e45450..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/CombinedMuonRefit/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package CombinedMuonRefit - -manager Thijs Cornelissen <Thijs.Cornelissen@cern.ch> -author Thijs Cornelissen <Thijs.Cornelissen@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - - -use TrkTrack TrkTrack-* Tracking/TrkEvent - -private -use AthenaBaseComps AthenaBaseComps-* Control - -use TrkParameters TrkParameters-* Tracking/TrkEvent - -use MuonRecHelperTools MuonRecHelperTools-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use MuonRecToolInterfaces MuonRecToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation - -public -library CombinedMuonRefit *.cxx components/*.cxx -apply_pattern component_library -#apply_pattern declare_joboptions files="*.py" - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Reconstruction/MuonIdentification/ICaloTrkMuIdTools/cmt/requirements b/Reconstruction/MuonIdentification/ICaloTrkMuIdTools/cmt/requirements deleted file mode 100755 index 15a875e0ca6a113746ada81099bf57ca7d71bab2..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/ICaloTrkMuIdTools/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package ICaloTrkMuIdTools - -author Gustavo Ordonez Sanz <Gustavo.Ordonez.Sanz@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -use CaloIdentifier CaloIdentifier-* Calorimeter -use CaloDetDescr CaloDetDescr-* Calorimeter -use CaloEvent CaloEvent-* Calorimeter -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use muonEvent muonEvent-* Reconstruction/MuonIdentification - -# Declare this package as a metalibrary for cmake in order to ensure that its clients have -# access to the libraries and header files from packages that this one depends on. -apply_pattern cmake_add_command command=metalibrary diff --git a/Reconstruction/MuonIdentification/MuGirl/cmt/requirements b/Reconstruction/MuonIdentification/MuGirl/cmt/requirements deleted file mode 100644 index b8616d148e4c94284fd74764fd7f8ffffbad4e1c..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuGirl/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package MuGirl - -author Shlomit Tarem <Shlomit.Tarem@cern.ch> -author Zvi Tarem <Zvi.Tarem@cern.ch> -author Natalia Panikashvili <Natalia.Panikashvili@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -private -use AthenaBaseComps AthenaBaseComps-* Control -use xAODCaloEvent xAODCaloEvent-* Event/xAOD - -use ICaloTrkMuIdTools ICaloTrkMuIdTools-* Reconstruction/MuonIdentification -use MuGirlInterfaces MuGirlInterfaces-* Reconstruction/MuonIdentification -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools - -use MuonIdHelpers MuonIdHelpers-* MuonSpectrometer -use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonHoughPatternTools MuonHoughPatternTools-* MuonSpectrometer/MuonReconstruction/MuonPatternFinders/MuonPatternFinderTools -use MuonLayerHough MuonLayerHough-* MuonSpectrometer/MuonReconstruction/MuonRecUtils -use MuonCombinedEvent MuonCombinedEvent-* Reconstruction/MuonIdentification - -use TrkCaloExtension TrkCaloExtension-* Tracking/TrkEvent -use MagFieldInterfaces MagFieldInterfaces-* MagneticField - - -public - -library MuGirl *.cxx -s=components *.cxx - -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" - diff --git a/Reconstruction/MuonIdentification/MuGirlCandidate/cmt/requirements b/Reconstruction/MuonIdentification/MuGirlCandidate/cmt/requirements deleted file mode 100644 index b13ba9269309e8a82da753b3d544a80db1bdd88a..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuGirlCandidate/cmt/requirements +++ /dev/null @@ -1,53 +0,0 @@ -package MuGirlCandidate - -author Zvi Tarem <zvi@caliper.com> -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use Identifier Identifier-* DetectorDescription -use MuGirlInterfaces MuGirlInterfaces-* Reconstruction/MuonIdentification -use MuonPrepRawData MuonPrepRawData-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonRIO_OnTrack MuonRIO_OnTrack-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonLayerHough MuonLayerHough-* MuonSpectrometer/MuonReconstruction/MuonRecUtils -use IRegionSelector IRegionSelector-* DetectorDescription -use StoreGate StoreGate-* Control -use TrigMuonEvent TrigMuonEvent-* Trigger/TrigEvent -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription -private -use RoiDescriptor RoiDescriptor-* DetectorDescription -use AtlasCLHEP AtlasCLHEP-* External -use EventPrimitives EventPrimitives-* Event -use xAODTracking xAODTracking-* Event/xAOD -use CscClusterization CscClusterization-* MuonSpectrometer/MuonReconstruction/MuonDataPrep -use MuidInterfaces MuidInterfaces-* Reconstruction/MuonIdentification -use MuonCnvToolInterfaces MuonCnvToolInterfaces-* MuonSpectrometer/MuonCnv -use MuonIdHelpers MuonIdHelpers-* MuonSpectrometer -use MuonReadoutGeometry MuonReadoutGeometry-* MuonSpectrometer/MuonDetDescr -use MuonRecHelperTools MuonRecHelperTools-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use MuonRecToolInterfaces MuonRecToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use MuonHoughPatternTools MuonHoughPatternTools-* MuonSpectrometer/MuonReconstruction/MuonPatternFinders/MuonPatternFinderTools -use MuonSegmentMakerToolInterfaces MuonSegmentMakerToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools -use Particle Particle-* Reconstruction -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkRoad TrkRoad-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkTrack TrkTrack-* Tracking/TrkEvent -use muonEvent muonEvent-* Reconstruction/MuonIdentification -public - -apply_pattern declare_python_modules files="*.py" -apply_pattern component_library -library MuGirlCandidate *.cxx components/*.cxx - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Reconstruction/MuonIdentification/MuGirlGlobalFit/cmt/requirements b/Reconstruction/MuonIdentification/MuGirlGlobalFit/cmt/requirements deleted file mode 100644 index 2df9f1f8bae7d0bcc855cf2600d526436bee256b..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuGirlGlobalFit/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package MuGirlGlobalFit - -author Silvia Behar Harpaz <silbehar@tx.technion.ac.il> - -use AtlasPolicy AtlasPolicy-* - -#++#checkreq has inserted the following use statements: -private -use AtlasCLHEP AtlasCLHEP-* External -use DataModel DataModel-* Control -use MuonCompetingRIOsOnTrack MuonCompetingRIOsOnTrack-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonRIO_OnTrack MuonRIO_OnTrack-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonRecToolInterfaces MuonRecToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -#use Particle Particle-* Reconstruction -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkTrack TrkTrack-* Tracking/TrkEvent -use iPatTrackParameters iPatTrackParameters-* Reconstruction/iPat -end_private -#--#use are those use statements commented out by checkreq. - -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use MuGirlInterfaces MuGirlInterfaces-* Reconstruction/MuonIdentification -use MuidInterfaces MuidInterfaces-* Reconstruction/MuonIdentification -use MuonIdHelpers MuonIdHelpers-* MuonSpectrometer/ -use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter - -apply_pattern component_library -library MuGirlGlobalFit *.cxx components/*.cxx - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Reconstruction/MuonIdentification/MuGirlInterfaces/cmt/requirements b/Reconstruction/MuonIdentification/MuGirlInterfaces/cmt/requirements deleted file mode 100644 index 101a89a4a53d8cea2fc98b367ddb961b662fdb0d..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuGirlInterfaces/cmt/requirements +++ /dev/null @@ -1,16 +0,0 @@ -package MuGirlInterfaces - -manager Zvi Tarem <zvi@caliper.com> - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use xAODTracking xAODTracking-* Event/xAOD -use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonLayerHough MuonLayerHough-* MuonSpectrometer/MuonReconstruction/MuonRecUtils -use MuonCombinedEvent MuonCombinedEvent-* Reconstruction/MuonIdentification - -# Declare this package as a cmake metalibrary in order to make libraries and header files from -# packages it depends upon accessible to its clients (transparent to CMT) -apply_pattern cmake_add_command command=metalibrary diff --git a/Reconstruction/MuonIdentification/MuGirlParticleCreatorTool/cmt/requirements b/Reconstruction/MuonIdentification/MuGirlParticleCreatorTool/cmt/requirements deleted file mode 100644 index f7619c1ed0dfee318f5e9d93ca050b038cecd49f..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuGirlParticleCreatorTool/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package MuGirlParticleCreatorTool - -author Sofia Vallecorsa <sofia.vallecorsa@cern.ch> - -public -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -#use IsolationTool IsolationTool-* Reconstruction/RecoTools -use MuGirlInterfaces MuGirlInterfaces-* Reconstruction/MuonIdentification -use MuidInterfaces MuidInterfaces-* Reconstruction/MuonIdentification -private -use xAODEventInfo xAODEventInfo-* Event/xAOD -use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use TrigMuonEvent TrigMuonEvent-* Trigger/TrigEvent -use xAODTracking xAODTracking-* Event/xAOD - -public - -apply_pattern component_library -library MuGirlParticleCreatorTool *.cxx components/*.cxx - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Reconstruction/MuonIdentification/MuGirlPerformance/cmt/requirements b/Reconstruction/MuonIdentification/MuGirlPerformance/cmt/requirements deleted file mode 100644 index 78663904a0782e6b9e7fb5cd28a67641857c6763..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuGirlPerformance/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package MuGirlPerformance - -author Silvia Behar <Silvia.Behar.Harpaz@cern.ch> -author Shlomit Tarem <Shlomit.Tarem@cern.ch> -author Zvi Tarem <Zvi.Tarem@cern.ch> -author Natalia Panikashvili <Natalia.Panikashvili@cern.ch> - -private -use TestPolicy TestPolicy-* -apply_pattern validate_xml -public -use AtlasPolicy * -#use AtlasROOT * External - - -#macro MuGirlPerformance_TestConfiguration "../test/MuGirlPerformance_TestConfiguration.xml" -#apply_pattern declare_runtime extras="../test/MuGirlPerformance_TestConfiguration.xml ../share/*.C ../share/*.h" -apply_pattern declare_joboptions files="*.py" diff --git a/Reconstruction/MuonIdentification/MuGirlPerformanceInterfaces/cmt/requirements b/Reconstruction/MuonIdentification/MuGirlPerformanceInterfaces/cmt/requirements deleted file mode 100755 index 5ec569bf6048f1e8e5741e57f4fa0b6bc64e4b7c..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuGirlPerformanceInterfaces/cmt/requirements +++ /dev/null @@ -1,8 +0,0 @@ -package MuGirlPerformanceInterfaces - -manager Zvi Tarem <Zvi.Tarem@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -apply_pattern declare_joboptions files="*.py" diff --git a/Reconstruction/MuonIdentification/MuGirlSelection/cmt/requirements b/Reconstruction/MuonIdentification/MuGirlSelection/cmt/requirements deleted file mode 100644 index 986a3e17658b6474c0494c7559effe209b89af5f..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuGirlSelection/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package MuGirlSelection - -author Sofia Vallecorsa <sofia.vallecorsa@cern.ch> - -private -use Particle Particle-* Reconstruction - -public -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use MuGirlInterfaces MuGirlInterfaces-* Reconstruction/MuonIdentification -use TrigMuonEvent * Trigger/TrigEvent - -apply_pattern component_library -library MuGirlSelection *.cxx components/*.cxx - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Reconstruction/MuonIdentification/MuGirlStau/cmt/requirements b/Reconstruction/MuonIdentification/MuGirlStau/cmt/requirements deleted file mode 100644 index 6cf6fd79d261861e6270c011a4fed07764fe6e4d..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuGirlStau/cmt/requirements +++ /dev/null @@ -1,79 +0,0 @@ -package MuGirlStau - -author shikma bressler <sshikma@tx.technion.ac.il> - -apply_tag ROOTBasicLibs -apply_tag ROOTMathLibs -apply_tag ROOTSTLDictLibs -apply_tag ROOTGraphicsLibs -apply_tag ROOTTableLibs - -public -use AtlasBoost AtlasBoost-* External -use AtlasPolicy AtlasPolicy-* -use AtlasCLHEP AtlasCLHEP-* External -use AthenaKernel AthenaKernel-* Control -use AtlasROOT AtlasROOT-* External -use CLIDSvc CLIDSvc-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use CaloEvent CaloEvent-* Calorimeter -use DataModel DataModel-* Control -use GaudiInterface GaudiInterface-* External -use MuGirlInterfaces MuGirlInterfaces-* Reconstruction/MuonIdentification -use MuonRecToolInterfaces MuonRecToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use MuonRIO_OnTrack MuonRIO_OnTrack-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use SGTools SGTools-* Control -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use EventInfo EventInfo-* Event - - -private -use CxxUtils CxxUtils-* Control -use StoreGate StoreGate-* Control -use AtlasCLHEP_RandomGenerators AtlasCLHEP_RandomGenerators-* Simulation/Tools -use EventInfoMgt EventInfoMgt-* Event -use Identifier Identifier-* DetectorDescription -use MdtCalibData MdtCalibData-* MuonSpectrometer/MuonCalib/MdtCalib -use MdtCalibSvc MdtCalibSvc-* MuonSpectrometer/MuonCalib/MdtCalib -use PathResolver PathResolver-* Tools -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools -use ParticleCaloExtension ParticleCaloExtension-* Reconstruction/RecoEvent -use xAODTracking xAODTracking-* Event/xAOD - -end_private - -# Specify the required ROOT components for cmake (transparent for CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Physics)" - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_runtime files="calo_calibration.data mdt_calibration.data rpc_calibration.data" -#apply_pattern component_library -#apply_pattern installed_library -#library MuGirlStau *.cxx components/*.cxx - -apply_pattern dual_use_library files="*.cxx components/*.cxx" - - - -### dict generation ### -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=iMuGirlStau \ - selectionfile=selection.xml \ - headerfiles="../MuGirlStau/MuGirlStauDict.h" \ - dataLinks="MuGirlNS::StauContainer" \ - elementLinks="StauCollection" - - -end_private - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Reconstruction/MuonIdentification/MuidCaloEnergyTools/cmt/requirements b/Reconstruction/MuonIdentification/MuidCaloEnergyTools/cmt/requirements deleted file mode 100755 index e498d34c360a14a34acf7d168c2aeba89cfe9f5c..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuidCaloEnergyTools/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package MuidCaloEnergyTools - -author Kostas Nikolopoulos <Konstantinos.Nikolopoulos@cern.ch> - -private -use AtlasCLHEP AtlasCLHEP-* External -use AthenaKernel AthenaKernel-* Control -use CaloEvent CaloEvent-* Calorimeter -use CaloIdentifier CaloIdentifier-* Calorimeter -use CaloInterface CaloInterface-* Calorimeter -use CaloUtils CaloUtils-* Calorimeter -use MuidEvent MuidEvent-* Reconstruction/MuonIdentification -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use muonEvent muonEvent-* Reconstruction/MuonIdentification - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use MuidInterfaces MuidInterfaces-* Reconstruction/MuonIdentification - -library MuidCaloEnergyTools MuidCaloEnergyTool.cxx \ - MuidCaloEnergyMeas.cxx \ - MuidCaloEnergyParam.cxx \ - components/*.cxx - -apply_pattern component_library - -private - diff --git a/Reconstruction/MuonIdentification/MuidCaloIsolationTools/cmt/requirements b/Reconstruction/MuonIdentification/MuidCaloIsolationTools/cmt/requirements deleted file mode 100755 index 5f3c809b67431bbbf78da50b3a297801bc1388c5..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuidCaloIsolationTools/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -package MuidCaloIsolationTools - -author Kostas Nikolopoulos <Konstantinos.Nikolopoulos@cern.ch> -author Alan Poppleton <Alan.Poppleton@cern.ch> - -private -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use MuidInterfaces MuidInterfaces-* Reconstruction/MuonIdentification -use TrkTrack TrkTrack-* Tracking/TrkEvent - -library MuidCaloIsolationTools MuidTrackIsolation.cxx \ - components/*.cxx - -apply_pattern component_library - diff --git a/Reconstruction/MuonIdentification/MuidCaloScatteringTools/cmt/requirements b/Reconstruction/MuonIdentification/MuidCaloScatteringTools/cmt/requirements deleted file mode 100755 index e9a89ae64c184577cf2d09adab70643d33ab0583..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuidCaloScatteringTools/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package MuidCaloScatteringTools - -author Alan Poppleton <Alan.Poppleton@cern.ch> -author Kostas Nikolopoulos <Konstantinos.Nikolopoulos@cern.ch> - -private -use GeoPrimitives GeoPrimitives-* DetectorDescription -use MuidEvent MuidEvent-* Reconstruction/MuonIdentification -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use muonEvent muonEvent-* Reconstruction/MuonIdentification - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use MagFieldInterfaces MagFieldInterfaces-* MagneticField -use MuidInterfaces MuidInterfaces-* Reconstruction/MuonIdentification -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -library MuidCaloScatteringTools MuidCaloMaterialParam.cxx \ - MuidCaloTrackStateOnSurface.cxx \ - MuidMaterialEffectsOnTrackProvider.cxx \ - components/*.cxx - -apply_pattern component_library - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Reconstruction/MuonIdentification/MuidCombinedTools/cmt/requirements b/Reconstruction/MuonIdentification/MuidCombinedTools/cmt/requirements deleted file mode 100644 index 2013ca5efb27e393d21bd16707764e04d832f270..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuidCombinedTools/cmt/requirements +++ /dev/null @@ -1,42 +0,0 @@ -package MuidCombinedTools - -author Michela Biglietti <michela.biglietti@na.infn.it> -author Gabriella Cataldi <Gabriella.Cataldi@le.infn.it> -author Alan Poppleton <Alan.Poppleton@cern.ch> -author Daniela Rebuzzi <daniela@mppmu.mpg.de> - -private -use AtlasCLHEP AtlasCLHEP-* External -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use MuidEvent MuidEvent-* Reconstruction/MuonIdentification -use MuonCombinedToolInterfaces MuonCombinedToolInterfaces-* Reconstruction/MuonIdentification -use MuonRIO_OnTrack MuonRIO_OnTrack-* \ - MuonSpectrometer/MuonReconstruction/MuonRecEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkiPatFitterUtils TrkiPatFitterUtils-* Tracking/TrkFitter -use iPatTrackParameters iPatTrackParameters-* Reconstruction/iPat -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use VxVertex VxVertex-* Tracking/TrkEvent - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use MuidInterfaces MuidInterfaces-* Reconstruction/MuonIdentification -use MagFieldInterfaces * MagneticField -use TrkParameters TrkParameters-* Tracking/TrkEvent - -library MuidCombinedTools MuidBackTracker.cxx \ - MuidMatchMaker.cxx \ - MuidVertexCombiner.cxx \ - components/*.cxx - -apply_pattern component_library diff --git a/Reconstruction/MuonIdentification/MuidEvent/cmt/requirements b/Reconstruction/MuonIdentification/MuidEvent/cmt/requirements deleted file mode 100644 index 5d786db180b2e71ce5576a1d8f557df255a538cc..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuidEvent/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package MuidEvent - -author Alan Poppleton <Alan.Poppleton@cern.ch> -author Giorgos Stavropoulos <George.Stavropoulos@cern.ch> -author Dimitrios Fassouliotis <Dimitrios.Fassouliotis@cern.ch> -author Michela Biglietti <michela.biglietti@na.infn.it> -author Natalia Panikashvili <Natalia.Panikashvili@cern.ch> -author Kostas Nikolopoulos <Konstantinos.Nikolopoulos@cern.ch> -author Gabriella Cataldi <Gabriella.Cataldi@le.infn.it> - -public -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control -use TrkParameters TrkParameters-* Tracking/TrkEvent - -private -use AtlasCLHEP AtlasCLHEP-* External -use Particle Particle-* Reconstruction -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkTrack TrkTrack-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent - -public -library MuidEvent "CaloLayer.cxx \ - CaloMeas.cxx \ - IndetMatchCandidate.cxx \ - MuidTrack.cxx \ - MuonMatch.cxx" - -apply_pattern installed_library - - - diff --git a/Reconstruction/MuonIdentification/MuidInterfaces/cmt/requirements b/Reconstruction/MuonIdentification/MuidInterfaces/cmt/requirements deleted file mode 100755 index a25a55120ad77eb1ebcc633dd5a99bf753b13cf9..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuidInterfaces/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package MuidInterfaces - -manager Alan Poppleton <Alan.Poppleton@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use MuidEvent MuidEvent-* Reconstruction/MuonIdentification -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent - -# Declare this package as a cmake metalibrary in order to make libraries and header files from -# packages it depends upon accessible to its clients (transparent to CMT) -apply_pattern cmake_add_command command=metalibrary - -# apply_pattern declare_non_standard_include name=doc - -private -# macro DOXYGEN_IMAGE_PATH "../doc/images" diff --git a/Reconstruction/MuonIdentification/MuidTrackBuilder/cmt/requirements b/Reconstruction/MuonIdentification/MuidTrackBuilder/cmt/requirements deleted file mode 100755 index 1ce27a1e50e476e6aa591544e5c1723bd9203f60..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuidTrackBuilder/cmt/requirements +++ /dev/null @@ -1,58 +0,0 @@ -package MuidTrackBuilder - -author Alan Poppleton <Alan.Poppleton@cern.ch> - -private -use AtlasCLHEP AtlasCLHEP-* External -use AthenaKernel AthenaKernel-* Control -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use MuonCombinedToolInterfaces MuonCombinedToolInterfaces-* Reconstruction/MuonIdentification -use MuonCompetingRIOsOnTrack MuonCompetingRIOsOnTrack-* \ - MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonReadoutGeometry MuonReadoutGeometry-* MuonSpectrometer/MuonDetDescr -use MuonRecHelperTools MuonRecHelperTools-* \ - MuonSpectrometer/MuonReconstruction/MuonRecTools -use MuonRecToolInterfaces MuonRecToolInterfaces-* \ - MuonSpectrometer/MuonReconstruction/MuonRecTools -use MuonRIO_OnTrack MuonRIO_OnTrack-* \ - MuonSpectrometer/MuonReconstruction/MuonRecEvent -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkiPatFitterUtils TrkiPatFitterUtils-* Tracking/TrkFitter -use VxVertex VxVertex-* Tracking/TrkEvent -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use MuonIdHelpers MuonIdHelpers-* MuonSpectrometer -use MagFieldInterfaces MagFieldInterfaces-* MagneticField -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -public -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use MuidInterfaces MuidInterfaces-* Reconstruction/MuonIdentification -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent - -library MuidTrackBuilder CombinedMuonTrackBuilder.cxx \ - MuidMuonRecovery.cxx \ - MuonMatchQuality.cxx \ - MuonTrackQuery.cxx \ - OutwardsCombinedMuonTrackBuilder.cxx \ - components/*.cxx - -apply_pattern component_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Reconstruction/MuonIdentification/MuonCollectionBuilding/MuonCombinedEventStoreAlgs/cmt/requirements b/Reconstruction/MuonIdentification/MuonCollectionBuilding/MuonCombinedEventStoreAlgs/cmt/requirements deleted file mode 100644 index 4892fa6b5291b051789749de1a7b14328c2d95f1..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuonCollectionBuilding/MuonCombinedEventStoreAlgs/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package MuonCombinedEventStoreAlgs - -manager MCP group - -public -use AtlasPolicy AtlasPolicy-* - -private -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use CaloEvent CaloEvent-* Calorimeter -use CaloUtils CaloUtils-* Calorimeter -use muonEvent muonEvent-* Reconstruction/MuonIdentification -#use MuonCombinedEvent MuonCombinedEvent-* Reconstruction/MuonIdentification -use MuonRecHelperTools MuonRecHelperTools-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use MuonRecToolInterfaces MuonRecToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use AthenaKernel AthenaKernel-* Control -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -public -library MuonCombinedEventStoreAlgs *.cxx components/*.cxx -apply_pattern component_library - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Reconstruction/MuonIdentification/MuonCombinedAlgs/cmt/requirements b/Reconstruction/MuonIdentification/MuonCombinedAlgs/cmt/requirements deleted file mode 100644 index 7f4bf7bc70750d6e2b86451dfdf5566d6fa684ea..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuonCombinedAlgs/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package MuonCombinedAlgs - -author Niels van Eldik - -private - -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use xAODTracking xAODTracking-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use MuonCombinedEvent MuonCombinedEvent-* Reconstruction/MuonIdentification -use MuonCombinedToolInterfaces MuonCombinedToolInterfaces-* Reconstruction/MuonIdentification -end_private - -public - -use AtlasPolicy AtlasPolicy-* -apply_pattern component_library -library MuonCombinedAlgs *.cxx components/*.cxx - -apply_pattern declare_python_modules files="*.py" - -apply_pattern declare_joboptions files="*.py " - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - - diff --git a/Reconstruction/MuonIdentification/MuonCombinedBaseTools/cmt/requirements b/Reconstruction/MuonIdentification/MuonCombinedBaseTools/cmt/requirements deleted file mode 100644 index dc2b0c3505c459601df9ab853a8150b98f9f1967..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuonCombinedBaseTools/cmt/requirements +++ /dev/null @@ -1,75 +0,0 @@ -package MuonCombinedBaseTools - -author Massimiliano Bellomo -author Niels van Eldik -author Nicolo de Groot -author Lydia Brenner -author Peter Kluit -author Sandro Di Mattia - -public -use AtlasPolicy AtlasPolicy-* - -private -use AthLinks AthLinks-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasROOT AtlasROOT-* External -use AtlasCLHEP AtlasCLHEP-* External -use AtlasHepMC AtlasHepMC-* External -use EventPrimitives EventPrimitives-* Event -use GaudiInterface GaudiInterface-* External -use ICaloTrkMuIdTools ICaloTrkMuIdTools-* Reconstruction/MuonIdentification -use MuGirlInterfaces MuGirlInterfaces-* Reconstruction/MuonIdentification -use MuidInterfaces MuidInterfaces-* Reconstruction/MuonIdentification -use MuonCombinedEvent MuonCombinedEvent-* Reconstruction/MuonIdentification -use MuonCombinedToolInterfaces MuonCombinedToolInterfaces-* Reconstruction/MuonIdentification -use MuidEvent MuidEvent-* Reconstruction/MuonIdentification -use MuonIdHelpers MuonIdHelpers-* MuonSpectrometer -use MuonReadoutGeometry MuonReadoutGeometry-* MuonSpectrometer/MuonDetDescr -use MuonRIO_OnTrack MuonRIO_OnTrack-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonCompetingRIOsOnTrack MuonCompetingRIOsOnTrack-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonRecHelperTools MuonRecHelperTools-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use MuonRecToolInterfaces MuonRecToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonSegmentMakerToolInterfaces MuonSegmentMakerToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools -use MuonSegmentMakerUtils MuonSegmentMakerUtils-* MuonSpectrometer/MuonReconstruction/MuonSegmentMakers -use MuonSegmentTaggerToolInterfaces MuonSegmentTaggerToolInterfaces-* Reconstruction/MuonIdentification/MuonSegmentTaggers -use MuonSelectorTools MuonSelectorTools-* PhysicsAnalysis/MuonID -use ParticleTruth ParticleTruth-* Reconstruction -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools -use TrkParametersIdentificationHelpers TrkParametersIdentificationHelpers-* Tracking/TrkEvent -use TrkCaloExtension TrkCaloExtension-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use xAODMuon xAODMuon-* Event/xAOD -use xAODMuonCnv xAODMuonCnv-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD - -use FourMomUtils FourMomUtils-* Event -use TrackToCalo TrackToCalo-* Reconstruction/RecoTools -use CaloEvent CaloEvent-* Calorimeter -use CaloInterface CaloInterface-* Calorimeter -use Identifier Identifier-* DetectorDescription -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use MagFieldInterfaces MagFieldInterfaces-* MagneticField -end_private - -public - -apply_pattern component_library -library MuonCombinedBaseTools *.cxx components/*.cxx - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Reconstruction/MuonIdentification/MuonCombinedEvaluationTools/cmt/requirements b/Reconstruction/MuonIdentification/MuonCombinedEvaluationTools/cmt/requirements deleted file mode 100644 index 9ad8585f47164fd85e214e214802a7e6d2177044..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuonCombinedEvaluationTools/cmt/requirements +++ /dev/null @@ -1,41 +0,0 @@ -package MuonCombinedEvaluationTools - -author Rikard.Sandstroem@cern.ch, Wolfgang.Liebig@cern.ch <Rikard.Sandstroem@cern.ch, Wolfgang.Liebig@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - -# apply_pattern declare_python_modules files="*.py" -apply_pattern component_library -library MuonCombinedEvaluationTools *.cxx components/*.cxx - -private -use AthLinks AthLinks-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use xAODTracking xAODTracking-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD - -use MuonCombinedToolInterfaces MuonCombinedToolInterfaces-* Reconstruction/MuonIdentification -use MuonRecHelperTools MuonRecHelperTools-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter - -use MuonCalibEventBase MuonCalibEventBase-* MuonSpectrometer/MuonCalib -use MuonPrepRawData MuonPrepRawData-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonRIO_OnTrack MuonRIO_OnTrack-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonCalibITools MuonCalibITools-* MuonSpectrometer/MuonCalib -use MuonIdHelpers MuonIdHelpers-* MuonSpectrometer -use xAODEventInfo xAODEventInfo-* Event/xAOD - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Reconstruction/MuonIdentification/MuonCombinedEvent/cmt/requirements b/Reconstruction/MuonIdentification/MuonCombinedEvent/cmt/requirements deleted file mode 100644 index 02f04113b8823c6501f1d5ac83e774e4949e8093..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuonCombinedEvent/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package MuonCombinedEvent - -author Carlo Schiavi <carlo.schiavi@ge.infn.it> -author Andrea Coccaro <andrea.coccaro@ge.infn.it> - -use AtlasPolicy AtlasPolicy-* -use Identifier Identifier-* DetectorDescription -use xAODMuon xAODMuon-* Event/xAOD -use DataModel DataModel-* Control -use CLIDSvc CLIDSvc-* Control -use AthLinks AthLinks-* Control -use xAODTracking xAODTracking-* Event/xAOD -use TrkParameters TrkParameters-* Tracking/TrkEvent -use MuidEvent MuidEvent-* Reconstruction/MuonIdentification -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription - - -private - -use TrkTrack TrkTrack-* Tracking/TrkEvent -use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent - -public - -library MuonCombinedEvent *.cxx -apply_pattern installed_library - -private - -use GaudiInterface GaudiInterface-* External - diff --git a/Reconstruction/MuonIdentification/MuonCombinedRecExample/cmt/requirements b/Reconstruction/MuonIdentification/MuonCombinedRecExample/cmt/requirements deleted file mode 100644 index 1c47e1209c6b23010b4021906bddc60573275f29..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuonCombinedRecExample/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package MuonCombinedRecExample - -author Martin Woudstra <martin.woudstra@cern.ch> -author Niels van Eldik <niels.van.eldik@cern.ch> - -# put here the uses of the packages which need to be reached by cmt broadcast -# Packages to be reached by cmt broadcast should be used either directly -# -# (the package should appear when typing cmt show uses) - - -use AtlasPolicy AtlasPolicy-* - -use TestPolicy TestPolicy-* - -#put jobOption in InstallArea -apply_pattern declare_joboptions files="*.py " - -apply_pattern declare_python_modules files="*.py" - - - - - diff --git a/Reconstruction/MuonIdentification/MuonCombinedTestTools/cmt/requirements b/Reconstruction/MuonIdentification/MuonCombinedTestTools/cmt/requirements deleted file mode 100644 index 750fe4c7c361b4deb034ac24e01a7d12ce57984f..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuonCombinedTestTools/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package MuonCombinedTestTools - -author Carlo Schiavi <carlo.schiavi@ge.infn.it> -author Andrea Coccaro <andrea.coccaro@ge.infn.it> - -use AtlasPolicy AtlasPolicy-* -private -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -use MuonCombinedToolInterfaces MuonCombinedToolInterfaces-* Reconstruction/MuonIdentification -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent - -#use TrkTruthData TrkTruthData-* Tracking/TrkEvent -#use HepMC HepMC-* Simulation -public - -library MuonCombinedTestTools *.cxx components/*.cxx -apply_pattern component_library -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Reconstruction/MuonIdentification/MuonCombinedTimingTools/cmt/requirements b/Reconstruction/MuonIdentification/MuonCombinedTimingTools/cmt/requirements deleted file mode 100644 index 2972cea5e7e66764a31d2ea9ea2bd6712acf878a..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuonCombinedTimingTools/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package MuonCombinedTimingTools - -author Wolfgang Liebig - -private - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use MuonCombinedToolInterfaces MuonCombinedToolInterfaces-* Reconstruction/MuonIdentification -use TrkSpaceTimePoint TrkSpaceTimePoint-* Tracking/TrkEvent -use AtlasROOT AtlasROOT-* External -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TrkSpaceTimePoint TrkSpaceTimePoint-* Tracking/TrkEvent -use xAODMuon xAODMuon-* Event/xAOD - -public -apply_pattern component_library -library MuonCombinedTimingTools *.cxx components/*.cxx -apply_pattern declare_python_modules files="*.py" - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Reconstruction/MuonIdentification/MuonCombinedToolInterfaces/cmt/requirements b/Reconstruction/MuonIdentification/MuonCombinedToolInterfaces/cmt/requirements deleted file mode 100644 index f4168a31b88106c3858db8acf2f52c435fcfaa37..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuonCombinedToolInterfaces/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package MuonCombinedToolInterfaces - -author Carlo Schiavi <carlo.schiavi@ge.infn.it> -author Andrea Coccaro <andrea.coccaro@ge.infn.it> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use MuonCombinedEvent MuonCombinedEvent-* Reconstruction/MuonIdentification -use MuidEvent MuidEvent-* Reconstruction/MuonIdentification -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use CaloEvent CaloEvent-* Calorimeter -use MuonLayerEvent MuonLayerEvent-* MuonSpectrometer/MuonReconstruction/MuonRecEvent - -# Declare this package as a cmake metalibrary in order to allow its clients to access the -# libraries and header files from packages that this one depends on. Transparent to CMT. -apply_pattern cmake_add_command command=metalibrary - diff --git a/Reconstruction/MuonIdentification/MuonCombinedTrackFindingTools/cmt/requirements b/Reconstruction/MuonIdentification/MuonCombinedTrackFindingTools/cmt/requirements deleted file mode 100644 index bb8b4fac15e6f61c3ef62509ae224ac05049f7e7..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuonCombinedTrackFindingTools/cmt/requirements +++ /dev/null @@ -1,51 +0,0 @@ -package MuonCombinedTrackFindingTools - -author Niels van Eldik - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -private -use AthenaBaseComps AthenaBaseComps-* Control - -use EventPrimitives EventPrimitives-* Event - -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use MuonIdHelpers MuonIdHelpers-* MuonSpectrometer - -use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonRIO_OnTrack MuonRIO_OnTrack-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonCompetingRIOsOnTrack MuonCompetingRIOsOnTrack-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonLayerEvent MuonLayerEvent-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonClusterization MuonClusterization-* MuonSpectrometer/MuonReconstruction/MuonDataPrep -use MuonCombinedEvent MuonCombinedEvent-* Reconstruction/MuonIdentification -use xAODTruth xAODTruth-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD - -use MuonRecToolInterfaces MuonRecToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use MuonRecHelperTools MuonRecHelperTools-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use MuonCombinedToolInterfaces MuonCombinedToolInterfaces-* Reconstruction/MuonIdentification -use MuidInterfaces MuidInterfaces-* Reconstruction/MuonIdentification -use MuonSegmentMakerToolInterfaces MuonSegmentMakerToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools -use MuonSegmentTaggerToolInterfaces MuonSegmentTaggerToolInterfaces-* Reconstruction/MuonIdentification/MuonSegmentTaggers -use MuonHoughPatternTools MuonHoughPatternTools-* MuonSpectrometer/MuonReconstruction/MuonPatternFinders/MuonPatternFinderTools -use MuonLayerHough MuonLayerHough-* MuonSpectrometer/MuonReconstruction/MuonRecUtils -use MuonDetDescrUtils MuonDetDescrUtils-* MuonSpectrometer/MuonDetDescr -use MuonSegmentMakerToolInterfaces MuonSegmentMakerToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use MuGirlStau MuGirlStau-* Reconstruction/MuonIdentification - -use MdtCalibData MdtCalibData-* MuonSpectrometer/MuonCalib/MdtCalib -use MdtCalibSvc MdtCalibSvc-* MuonSpectrometer/MuonCalib/MdtCalib -use TrkDriftCircleMath TrkDriftCircleMath-* Tracking/TrkUtilityPackages -public - -apply_pattern component_library -library MuonCombinedTrackFindingTools *.cxx components/*.cxx - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Reconstruction/MuonIdentification/MuonCombinedValidation/MuonCombValidationInterfaces/cmt/requirements b/Reconstruction/MuonIdentification/MuonCombinedValidation/MuonCombValidationInterfaces/cmt/requirements deleted file mode 100644 index c0ca01c2ba2b6450a0847b2671c2241a479fce85..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuonCombinedValidation/MuonCombValidationInterfaces/cmt/requirements +++ /dev/null @@ -1,14 +0,0 @@ -package MuonCombValidationInterfaces - - -author Niels van Eldik - -public -use GaudiInterface GaudiInterface-* External -use AtlasPolicy AtlasPolicy-* - -use TrkParameters TrkParameters-* Tracking/TrkEvent -use MuonSegmentMakerToolInterfaces MuonSegmentMakerToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools -use MuonSegmentTaggerToolInterfaces MuonSegmentTaggerToolInterfaces-* Reconstruction/MuonIdentification/MuonSegmentTaggers - - diff --git a/Reconstruction/MuonIdentification/MuonCombinedValidation/MuonCombinedRecRTT/cmt/requirements b/Reconstruction/MuonIdentification/MuonCombinedValidation/MuonCombinedRecRTT/cmt/requirements deleted file mode 100644 index 18543d8856d89faaf2cad3889c4b8e525299e499..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuonCombinedValidation/MuonCombinedRecRTT/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package MuonCombinedRecRTT - -author Biagio Di Micco <Biagio.Di.Micco@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External - -apply_pattern declare_joboptions files="*.py" -#apply_pattern declare_runtime extras="../test/MuonCombinedRecRTT_TestConfiguration.xml ../share/*.C ../share/*.h ../share/*.py ../scripts/*.py ../ExtraFiles/*.html " - -apply_pattern declare_python_modules files="*.py" - -#macro MuonCombinedRecRTT_TestConfiguration "../test/MuonCombinedRecRTT_TestConfiguration.xml" - -private - -#add validation of RTT xml file -use TestPolicy TestPolicy-* -apply_pattern validate_xml - -end_private diff --git a/Reconstruction/MuonIdentification/MuonCombinedValidation/MuonRecConfigTests/cmt/requirements b/Reconstruction/MuonIdentification/MuonCombinedValidation/MuonRecConfigTests/cmt/requirements deleted file mode 100644 index bcaf3ba6370943cd605fa12b9600f8fa64536bd0..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuonCombinedValidation/MuonRecConfigTests/cmt/requirements +++ /dev/null @@ -1,19 +0,0 @@ -################################################# -package MuonRecConfigTests -author Rikard Sandstr\"om <rikard.sandstrom@cern.ch> - -private - -use TestPolicy TestPolicy-* -apply_pattern validate_xml - -public - -use AtlasPolicy AtlasPolicy-* - -apply_pattern declare_joboptions files="*.py" -#apply_pattern declare_runtime extras="../test/MuonRecConfigTests_TestConfiguration.xml ../share/*.C ../share/*.h ../share/*.py ../scripts/*.py" - -#macro MuonRecConfigTests_TestConfiguration "../test/MuonRecConfigTests_TestConfiguration.xml" -################################################# - diff --git a/Reconstruction/MuonIdentification/MuonSegmentTaggers/MuonSegmentTaggerToolInterfaces/cmt/requirements b/Reconstruction/MuonIdentification/MuonSegmentTaggers/MuonSegmentTaggerToolInterfaces/cmt/requirements deleted file mode 100755 index f2488e72ddea507f5126c3e8dfe8efe5c1b3a82d..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuonSegmentTaggers/MuonSegmentTaggerToolInterfaces/cmt/requirements +++ /dev/null @@ -1,15 +0,0 @@ -package MuonSegmentTaggerToolInterfaces - -author Zdenko van Kesteren <Zdenko.van.Kesteren@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use MuonCombinedEvent MuonCombinedEvent-* Reconstruction/MuonIdentification -use MuonSegmentMakerToolInterfaces MuonSegmentMakerToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Reconstruction/MuonIdentification/MuonSegmentTaggers/MuonSegmentTaggerTools/cmt/requirements b/Reconstruction/MuonIdentification/MuonSegmentTaggers/MuonSegmentTaggerTools/cmt/requirements deleted file mode 100644 index 54f0fe5080178c12f0c58eda58bdcfb3101ed363..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuonSegmentTaggers/MuonSegmentTaggerTools/cmt/requirements +++ /dev/null @@ -1,50 +0,0 @@ -package MuonSegmentTaggerTools - -author Zdenko van Kesteren <Zdenko.van.Kesteren@cern.ch> -author Bernardo Resende <Bernardo.Resende@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External - -private -use AthenaBaseComps AthenaBaseComps-* Control -use MuonSegmentTaggerToolInterfaces MuonSegmentTaggerToolInterfaces-* Reconstruction/MuonIdentification/MuonSegmentTaggers - -use TrkParameters TrkParameters-* Tracking/TrkEvent - -use TrkSegment TrkSegment-* Tracking/TrkEvent -use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent - -use MuonSegmentMakerToolInterfaces MuonSegmentMakerToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools - -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use MuonCombinedEvent MuonCombinedEvent-* Reconstruction/MuonIdentification - -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use StoreGate StoreGate-* Control -use Identifier Identifier-* DetectorDescription -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use MuonIdHelpers MuonIdHelpers-* MuonSpectrometer -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use MuonReadoutGeometry MuonReadoutGeometry-* MuonSpectrometer/MuonDetDescr -use MuonSegmentMakerUtils MuonSegmentMakerUtils-* MuonSpectrometer/MuonReconstruction/MuonSegmentMakers -use MuonSegmentMakerToolInterfaces MuonSegmentMakerToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools -use MuonRIO_OnTrack MuonRIO_OnTrack-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonRecHelperTools MuonRecHelperTools-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use MuonIdHelpers MuonIdHelpers-* MuonSpectrometer -use EventPrimitives EventPrimitives-* Event - -public -apply_pattern dual_use_library files=*.cxx -apply_pattern declare_joboptions files="*.txt *.py" - - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Reconstruction/MuonIdentification/MuonSpShowerBuilderAlgs/cmt/requirements b/Reconstruction/MuonIdentification/MuonSpShowerBuilderAlgs/cmt/requirements deleted file mode 100644 index bf62f852e0e3535c2c89abee26efe9cb49c696cc..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/MuonSpShowerBuilderAlgs/cmt/requirements +++ /dev/null @@ -1,20 +0,0 @@ -package MuonSpShowerBuilderAlgs - -use AtlasPolicy * -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -apply_pattern dual_use_library files="*.cxx" - -apply_pattern declare_joboptions files="*.txt *.py" - -private - -use JetEvent JetEvent-* Reconstruction/Jet -use MuonPrepRawData MuonPrepRawData-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use muonEvent muonEvent-* Reconstruction/MuonIdentification/ -use MuonIdHelpers MuonIdHelpers-* MuonSpectrometer -use MuonReadoutGeometry MuonReadoutGeometry-* MuonSpectrometer/MuonDetDescr -use xAODMuon xAODMuon-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD diff --git a/Reconstruction/MuonIdentification/muonEvent/cmt/requirements b/Reconstruction/MuonIdentification/muonEvent/cmt/requirements deleted file mode 100644 index 267934e727c171d8d79e9a41bb2c6fc793a7e2a9..0000000000000000000000000000000000000000 --- a/Reconstruction/MuonIdentification/muonEvent/cmt/requirements +++ /dev/null @@ -1,49 +0,0 @@ -package muonEvent - -author Ketevi A. Assamagan <ketevi@bnl.gov> - -public - -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use SGTools SGTools-* Control - -use AtlasCLHEP AtlasCLHEP-* External - -use FourMom FourMom-* Event -use NavFourMom NavFourMom-* Event - -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon - -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent - - -use CaloEvent CaloEvent-* Calorimeter -use CaloIdentifier CaloIdentifier-* Calorimeter - -use Particle Particle-* Reconstruction - -library muonEvent *.cxx - -apply_pattern installed_library - -private - -use GaudiInterface GaudiInterface-* External -use VxVertex VxVertex-* Tracking/TrkEvent -use AtlasReflex AtlasReflex-* External -no_auto_imports -use Navigation Navigation-* Control - -macro navigables_MuonEvent "" -macro_append navigables_MuonEvent "Analysis::MuonContainer " - -apply_pattern lcgdict dict=muonEvent \ -selectionfile=selection.xml \ -navigables=$(navigables_MuonEvent) \ -elementLinks="MuonCaloEnergyContainer" \ -headerfiles=" ../muonEvent/muonEventDict.h" - - diff --git a/Reconstruction/PFlow/PFlowUtils/cmt/Makefile.RootCore b/Reconstruction/PFlow/PFlowUtils/cmt/Makefile.RootCore deleted file mode 100644 index 639f88d4b3e4e38f555f9e4c4a41373699e3697b..0000000000000000000000000000000000000000 --- a/Reconstruction/PFlow/PFlowUtils/cmt/Makefile.RootCore +++ /dev/null @@ -1,24 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = PFlowUtils -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools xAODPFlow -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 0 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/PFlow/PFlowUtils/cmt/requirements b/Reconstruction/PFlow/PFlowUtils/cmt/requirements deleted file mode 100644 index 48489c76634baff82bd1a39cf088ce87e7c63761..0000000000000000000000000000000000000000 --- a/Reconstruction/PFlow/PFlowUtils/cmt/requirements +++ /dev/null @@ -1,19 +0,0 @@ -package PFlowUtils - -author Mark Hodgkinson <m.hodgkinson at sheffield.ac.uk> - -use AtlasPolicy AtlasPolicy-* - -use AthenaBaseComps AthenaBaseComps-* Control/ -use AsgTools AsgTools-* Control/AthToolSupport -use xAODPFlow xAODPFlow-* Event/xAOD - -private -use GaudiInterface GaudiInterface-* External -use xAODJet xAODJet-* Event/xAOD -end_private - -library PFlowUtils *.cxx ../Root/*.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_python_modules files="*.py" diff --git a/Reconstruction/PFlow/PFlowValidation/PFODQA/cmt/requirements b/Reconstruction/PFlow/PFlowValidation/PFODQA/cmt/requirements deleted file mode 100644 index 84e5faee90cbe2e423f42a92d33b9f2073d74623..0000000000000000000000000000000000000000 --- a/Reconstruction/PFlow/PFlowValidation/PFODQA/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package PFODQA - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -use AtlasROOT AtlasROOT-* External - -private - -use AthenaMonitoring AthenaMonitoring-* Control -use xAODPFlow xAODPFlow-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use TrkValHistUtils TrkValHistUtils-* Tracking/TrkValidation -use PFOHistUtils PFOHistUtils-* Reconstruction/PFlow/PFlowValidation -use PFlowUtils PFlowUtils-* Reconstruction/PFlow - -library PFODQA *.cxx components/*.cxx -apply_pattern component_library diff --git a/Reconstruction/PFlow/PFlowValidation/PFOHistUtils/cmt/requirements b/Reconstruction/PFlow/PFlowValidation/PFOHistUtils/cmt/requirements deleted file mode 100644 index 4bccddd08e8d60cdc5f8e03472a3214f4fe53e06..0000000000000000000000000000000000000000 --- a/Reconstruction/PFlow/PFlowValidation/PFOHistUtils/cmt/requirements +++ /dev/null @@ -1,12 +0,0 @@ -package PFOHistUtils - -author Mark Hodgkinson <m.hodgkinson at sheffield.ac.uk> - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use xAODPFlow xAODPFlow-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use TrkValHistUtils TrkValHistUtils-* Tracking/TrkValidation - -library PFOHistUtils ../src/*.cxx -apply_pattern installed_library diff --git a/Reconstruction/PanTau/PanTauAlgs/cmt/Makefile b/Reconstruction/PanTau/PanTauAlgs/cmt/Makefile deleted file mode 100644 index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000 --- a/Reconstruction/PanTau/PanTauAlgs/cmt/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include $(CMTROOT)/src/Makefile.header - -include $(CMTROOT)/src/constituents.make - diff --git a/Reconstruction/PanTau/PanTauAlgs/cmt/Makefile.RootCore b/Reconstruction/PanTau/PanTauAlgs/cmt/Makefile.RootCore deleted file mode 100644 index a5fc5058b46c40c1e8c54a0358f12749df60ce0b..0000000000000000000000000000000000000000 --- a/Reconstruction/PanTau/PanTauAlgs/cmt/Makefile.RootCore +++ /dev/null @@ -1,54 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = PanTauAlgs - -# the libraries to link with this one: -PACKAGE_PRELOAD = MathCore MathMore Tree Hist Matrix TMVA - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = -std=c++11 - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -#PACKAGE_DEP = AthLinks xAODCore AthContainersInterfaces xAODRootAccess AsgTools xAODRootAccessInterfaces CxxUtils AthContainers xAODEventFormat xAODBTagging xAODBase EventPrimitives xAODTau PathResolver GeoPrimitives xAODCaloEvent xAODPFlow xAODJet CaloGeoHelpers xAODTracking FourMomUtils PATInterfaces tauRecTools -PACKAGE_DEP = AthLinks xAODCore AthContainersInterfaces xAODRootAccess AsgTools xAODRootAccessInterfaces CxxUtils AthContainers xAODEventFormat xAODBase EventPrimitives xAODTau PathResolver GeoPrimitives xAODCaloEvent xAODPFlow xAODJet xAODParticleEvent CaloGeoHelpers xAODTracking FourMomUtils PATInterfaces tauRecTools - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/PanTau/PanTauAlgs/cmt/requirements b/Reconstruction/PanTau/PanTauAlgs/cmt/requirements deleted file mode 100644 index 4ffae778110a81552aeb282e145f05058c175d52..0000000000000000000000000000000000000000 --- a/Reconstruction/PanTau/PanTauAlgs/cmt/requirements +++ /dev/null @@ -1,59 +0,0 @@ -package PanTauAlgs - -author Peter Wienemann <peter.wienemann@cern.ch> -author Sebastian Fleischmann <Sebastian.Fleischmann@cern.ch> -author Robindra Prabhu <robindra.prabhakar.prabhu@cern.ch> - - - -public - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -#use NavFourMom NavFourMom-* Event -use xAODBase xAODBase-* Event/xAOD -use xAODTau xAODTau-* Event/xAOD -use xAODPFlow xAODPFlow-* Event/xAOD -use tauRecTools tauRecTools-* Reconstruction -use AsgTools AsgTools-* Control/AthToolSupport -use MVAUtils MVAUtils-* Reconstruction - -use AtlasReflex AtlasReflex-* External -no_auto_imports -use CxxUtils CxxUtils-* Control - - -private - -use GaudiInterface GaudiInterface-* External -use PathResolver PathResolver-* Tools -use xAODTracking xAODTracking-* Event/xAOD -use xAODParticleEvent xAODParticleEvent-* Event/xAOD - -# use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -#use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -# use VxVertex VxVertex-* Tracking/TrkEvent - - -public - -# Specify required ROOT components to cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS MathCore MathMore Matrix)" - -# dual use changes: -apply_pattern dual_use_library files="../Root/*.cxx ../src/*.cxx" -#apply_pattern component_library - -apply_pattern declare_runtime files="../data/*.root ../data/weights/*.txt ../data/weights/*.xml" - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - - -#library PanTauAlgs Root/*.cxx components/*.cxx - -#apply_pattern installed_library - -private -apply_tag ROOTBasicLibs -apply_tag ROOTMathLibs - diff --git a/Reconstruction/PanTau/PanTauEvent/cmt/requirements b/Reconstruction/PanTau/PanTauEvent/cmt/requirements deleted file mode 100644 index 0a6006b66983e576bb37a0636e46e39d65bb2b73..0000000000000000000000000000000000000000 --- a/Reconstruction/PanTau/PanTauEvent/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package PanTauEvent - -author Sebastian Fleischmann <sebastian.fleischmann@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use tauEvent tauEvent-* Reconstruction -use CLIDSvc CLIDSvc-* Control -use FourMom FourMom-* Event -use AtlasReflex AtlasReflex-* External -no_auto_imports -use GaudiInterface GaudiInterface-* External -use xAODTau xAODTau-* Event/xAOD -use xAODPFlow xAODPFlow-* Event/xAOD - -private -use Particle Particle-* Reconstruction -use JetEvent JetEvent-* Reconstruction/Jet -use GaudiInterface GaudiInterface-* External - -use AtlasCLHEP AtlasCLHEP-* External - - -public -apply_pattern lcgdict dict=PanTauEvent selectionfile=selection.xml headerfiles="../PanTauEvent/PanTauEventDict.h" -library PanTauEvent *.cxx -apply_pattern installed_library - - - - - diff --git a/Reconstruction/PanTau/PanTauExample/cmt/requirements b/Reconstruction/PanTau/PanTauExample/cmt/requirements deleted file mode 100644 index 12997d143d76f9d8317f8fc6b91491c382bfc8b6..0000000000000000000000000000000000000000 --- a/Reconstruction/PanTau/PanTauExample/cmt/requirements +++ /dev/null @@ -1,16 +0,0 @@ -package PanTauExample - -author Peter Wienemann <peter.wienemann@cern.ch> -author Sebastian Fleischmann <Sebastian.Fleischmann@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - - -private - -apply_pattern declare_joboptions files="*.py" - -use AtlasReconstructionRunTime AtlasReconstructionRunTime-* -branches run diff --git a/Reconstruction/PanTau/PanTauInterfaces/cmt/requirements b/Reconstruction/PanTau/PanTauInterfaces/cmt/requirements deleted file mode 100644 index 0f98cae8e60d9460a2402e8ef20aace517a3985b..0000000000000000000000000000000000000000 --- a/Reconstruction/PanTau/PanTauInterfaces/cmt/requirements +++ /dev/null @@ -1,11 +0,0 @@ -package PanTauInterfaces - -author Sebastian Fleischmann <Sebastian.Fleischmann@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use PanTauEvent PanTauEvent-* Reconstruction/PanTau -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -use NavFourMom NavFourMom-* Event -use xAODTau xAODTau-* Event/xAOD -use xAODPFlow xAODPFlow-* Event/xAOD diff --git a/Reconstruction/PanTau/PanTauUtils/cmt/requirements b/Reconstruction/PanTau/PanTauUtils/cmt/requirements deleted file mode 100644 index dca083e84d9e76455084bd8a9e53996447ca2d7a..0000000000000000000000000000000000000000 --- a/Reconstruction/PanTau/PanTauUtils/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package PanTauUtils - -author Sebastian Fleischmann <sebastian.fleischmann@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use PanTauEvent PanTauEvent-* Reconstruction/PanTau - -private -use GaudiInterface GaudiInterface-* External -use tauEvent tauEvent-* Reconstruction -use TauTrackEvent TauTrackEvent-* PhysicsAnalysis/TauID - -public -apply_pattern installed_library -library PanTauUtils *.cxx - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - - diff --git a/Reconstruction/Particle/cmt/requirements b/Reconstruction/Particle/cmt/requirements deleted file mode 100755 index 892325d9bb1d0b00db2c0d47999c416ba2e53c51..0000000000000000000000000000000000000000 --- a/Reconstruction/Particle/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -# Particle Package - -package Particle -author Fredrik Akesson <Fredrik.Akesson@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use FourMom FourMom-* Event -use GaudiInterface GaudiInterface-* External -use SGTools SGTools-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent - -use EventKernel EventKernel-* Event -use Navigation Navigation-* Control -use DataModel DataModel-* Control - -library Particle *.cxx -apply_pattern installed_library - -# Persistancy -private - -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=Particle selectionfile=selection.xml navigables="Rec::TrackParticleContainer" headerfiles="../Particle/ParticleDict.h" - -# Uncomment for debug make -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -macro DOXYGEN_INLINE_INHERITED_MEMB "YES" diff --git a/Reconstruction/ParticleTruth/cmt/requirements b/Reconstruction/ParticleTruth/cmt/requirements deleted file mode 100755 index d72a5f96e231fd732b2b7e9a2770a16882774fba..0000000000000000000000000000000000000000 --- a/Reconstruction/ParticleTruth/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package ParticleTruth -author Andreas Wildauer - -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use Particle Particle-* Reconstruction -use AthLinks AthLinks-* Control -use GeneratorObjects GeneratorObjects-* Generators - -library ParticleTruth *.cxx -apply_pattern installed_library - -# Persistancy - -private - -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=ParticleTruth selectionfile=selection.xml \ -headerfiles="../ParticleTruth/ParticleTruthDict.h" \ -dataLinks="TrackParticleTruthCollection" - -# Uncomment for debug make -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -macro DOXYGEN_INLINE_INHERITED_MEMB "YES" diff --git a/Reconstruction/RecAlgs/cmt/requirements b/Reconstruction/RecAlgs/cmt/requirements deleted file mode 100755 index 7373b9c6f0190dae0dec3c43a1a0a10bddc5ceb1..0000000000000000000000000000000000000000 --- a/Reconstruction/RecAlgs/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package RecAlgs - -author Rolf Seuster <seuster AT cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* - -private -use StoreGate StoreGate-* Control -use RecEvent RecEvent-* Reconstruction -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -use xAODEventInfo xAODEventInfo-* Event/xAOD -use CxxUtils CxxUtils-* Control -end_private - -#apply_pattern declare_joboptions files="*.py" -#apply_pattern declare_python_modules files="*.py" - -private -library RecAlgs *.cxx components/*.cxx -apply_pattern component_library - -end_private - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" -#end_private diff --git a/Reconstruction/RecAthenaPool/cmt/requirements b/Reconstruction/RecAthenaPool/cmt/requirements deleted file mode 100755 index 5537940d82d5e16e58002bf387a118106221ee04..0000000000000000000000000000000000000000 --- a/Reconstruction/RecAthenaPool/cmt/requirements +++ /dev/null @@ -1,76 +0,0 @@ -package RecAthenaPool - -author David Rousseau <rousseau@lal.in2p3.fr> -author Sebastien Binet <binet@cern.ch> - -private - -use CLIDSvc CLIDSvc-* Control -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use GaudiInterface GaudiInterface-* External -use MissingETEvent MissingETEvent-* Reconstruction -use RecTPCnv RecTPCnv-* Reconstruction -use StoreGate StoreGate-* Control -use muonEvent muonEvent-* Reconstruction/MuonIdentification - -public - -use AtlasPolicy AtlasPolicy-* -use AtlasSealCLHEP AtlasSealCLHEP-* Database -no_auto_imports -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - - -branches RecAthenaPool src - -macro recAthenaPool_poolCnvTypes "" -macro_append recAthenaPool_poolCnvTypes "MuonCaloEnergyContainer " -macro_append recAthenaPool_poolCnvTypes "Rec::MuonSpShowerContainer " -macro_append recAthenaPool_poolCnvTypes "Analysis::MuonContainer " -macro_append recAthenaPool_poolCnvTypes "TPCnv::MuonCaloEnergies " - -apply_pattern poolcnv typesWithNamespace=$(recAthenaPool_poolCnvTypes) \ - files="-s=${MissingETEvent_root}/MissingETEvent MissingEtCalo.h MissingEtTruth.h MissingET.h MissingETComposition.h \ - -s=${muonEvent_root}/muonEvent MuonSpShowerContainer.h MuonCaloEnergyContainer.h MuonContainer.h \ - -s=${RecAthenaPool_root}/src MuonCaloEnergies.h " - -macro_append RecAthenaPoolPoolCnv_shlibflags " $(RecAthenaPool_dict_linkopts)" - -#macro recAthenaPool_poolIoHdlrTypes "" -## no ElementLink to Rec::MuonSpShowerContainer (yet?) -##macro_append recAthenaPool_poolIoHdlrTypes "Rec::MuonSpShowerContainer " -#macro_append recAthenaPool_poolIoHdlrTypes "Analysis::MuonContainer " - -#apply_pattern pooliohandler \ -# typesWithNamespace=$(recAthenaPool_poolIoHdlrTypes) \ -# handlerFiles="-s=${muonEvent_root}/muonEvent MuonCaloEnergyContainer.h MuonContainer.h" - - -private -use TestTools TestTools-* AtlasTest -no_auto_imports - -apply_pattern declare_joboptions files="-s=../share *.py" - -apply_pattern athenarun_test \ - name="RecTPCnv_15.0.0" \ - options="RecAthenaPool/RecTPCnv_15.0.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh RecTPCnv_15.0.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh RecTPCnv_15.0.0" - -apply_pattern athenarun_test \ - name="RecTPCnv_15.6.1" \ - options="RecAthenaPool/RecTPCnv_15.6.1_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh RecTPCnv_15.6.1" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh RecTPCnv_15.6.1" - -apply_pattern athenarun_test \ - name="RecTPCnv_17.0.6" \ - options="RecAthenaPool/RecTPCnv_17.0.6_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh RecTPCnv_17.0.6" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh RecTPCnv_17.0.6" - -apply_pattern athenarun_test \ - name="RecTPCnv_18.0.0" \ - options="RecAthenaPool/RecTPCnv_18.0.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh RecTPCnv_18.0.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh RecTPCnv_18.0.0" - diff --git a/Reconstruction/RecBackground/RecBackgroundAlgs/cmt/requirements b/Reconstruction/RecBackground/RecBackgroundAlgs/cmt/requirements deleted file mode 100755 index 27b7afc886c03caecefcac6bdf2e76e385a0ae37..0000000000000000000000000000000000000000 --- a/Reconstruction/RecBackground/RecBackgroundAlgs/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package RecBackgroundAlgs - -author Jamie Boyd <Jamie.Boyd@cern.ch> - - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkSegment TrkSegment-* Tracking/TrkEvent -use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use MuonRecHelperTools MuonRecHelperTools-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use MuonIdHelpers MuonIdHelpers-* MuonSpectrometer -use MuonCalibITools MuonCalibITools-* MuonSpectrometer/MuonCalib -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use AthLinks AthLinks-* Control -use RecBackgroundEvent RecBackgroundEvent-* Reconstruction/RecBackground -use AtlasROOT AtlasROOT-* External -use xAODEventInfo xAODEventInfo-* Event/xAOD - -private -use AthenaKernel AthenaKernel-* Control -use StoreGate StoreGate-* Control -use TagEvent TagEvent-* PhysicsAnalysis/EventTag -use TileEvent TileEvent-* TileCalorimeter -use LArRecEvent LArRecEvent-* LArCalorimeter -use LUCID_RawEvent LUCID_RawEvent-* ForwardDetectors/LUCID -use BCM_CollisionTime BCM_CollisionTime-* InnerDetector/InDetRecEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription -use MuonPrepRawData MuonPrepRawData-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter - -library RecBackgroundAlgs *.cxx -s=components *.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" diff --git a/Reconstruction/RecBackground/RecBackgroundEvent/cmt/requirements b/Reconstruction/RecBackground/RecBackgroundEvent/cmt/requirements deleted file mode 100755 index f6a2c1e54a5d1ee8454e66b4a9c8ba64a2eb04d7..0000000000000000000000000000000000000000 --- a/Reconstruction/RecBackground/RecBackgroundEvent/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package RecBackgroundEvent - -author David Salek <David.Salek@cern.ch> - - -use AtlasPolicy AtlasPolicy-* -use TrkSegment TrkSegment-* Tracking/TrkEvent -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -use AthLinks AthLinks-* Control -use CLIDSvc CLIDSvc-* Control -#library RecBackgroundEvent *.cxx -s=components *.cxx -#apply_pattern component_library -library RecBackgroundEvent *.cxx -apply_pattern installed_library - -apply_pattern declare_joboptions files="*.py" - diff --git a/Reconstruction/RecEvent/cmt/requirements b/Reconstruction/RecEvent/cmt/requirements deleted file mode 100755 index a491e7c431d3c5b9770a39d47376ef1efd801928..0000000000000000000000000000000000000000 --- a/Reconstruction/RecEvent/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package RecEvent - -author Rolf Seuster <seuster AT cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use SGTools SGTools-* Control - -library RecEvent *.cxx -apply_pattern installed_library - - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=RecEvent selectionfile=selection.xml \ - headerfiles="../RecEvent/RecEventDict.h" diff --git a/Reconstruction/RecEventAthenaPool/cmt/requirements b/Reconstruction/RecEventAthenaPool/cmt/requirements deleted file mode 100755 index 70d976cfb864ba5b03efbb3ca5d305b7459d741a..0000000000000000000000000000000000000000 --- a/Reconstruction/RecEventAthenaPool/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package RecEventAthenaPool - -author Rolf Seuster <seuster@cern.ch> - -private - -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use GaudiInterface GaudiInterface-* External -use RecEventTPCnv RecEventTPCnv-* Reconstruction -use RecEvent RecEvent-* Reconstruction -#use CLIDSvc CLIDSvc-* Control - -public - -use AtlasPolicy AtlasPolicy-* -use AtlasSealCLHEP AtlasSealCLHEP-* Database -no_auto_imports -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - - -branches RecEventAthenaPool src - -macro recEventAthenaPool_poolCnvTypes "" -macro_append recEventAthenaPool_poolCnvTypes "RecoTimingObj " - -apply_pattern poolcnv typesWithNamespace=$(recEventAthenaPool_poolCnvTypes) \ - files="-s=${RecEvent_root}/RecEvent RecoTimingObj.h " - -macro_append RecEventAthenaPoolPoolCnv_shlibflags " $(RecEventAthenaPool_dict_linkopts)" diff --git a/Reconstruction/RecEventTPCnv/cmt/requirements b/Reconstruction/RecEventTPCnv/cmt/requirements deleted file mode 100644 index 7ac31cbe3145efc87f651d727f9056c0486f1475..0000000000000000000000000000000000000000 --- a/Reconstruction/RecEventTPCnv/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package RecEventTPCnv - -author Rolf Seuster <seuster@cern.ch> - -use AtlasPolicy AtlasPolicy-* -#use CLIDSvc CLIDSvc-* Control - -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -use RecEvent RecEvent-* Reconstruction - -private -use AtlasReflex AtlasReflex-* External -use AthenaKernel AthenaKernel-* Control -end_private - -branches RecEventTPCnv src - -library RecEventTPCnv *.cxx -apply_pattern tpcnv_library - -# -# Create a dictionary for the persistent representation -# of transient classes -private -apply_pattern lcgdict dict=RecEventTPCnv selectionfile=selection.xml headerfiles="../RecEventTPCnv/RecEventTPCnvDict.h" -end_private - diff --git a/Reconstruction/RecExample/RecExAlgs/cmt/requirements b/Reconstruction/RecExample/RecExAlgs/cmt/requirements deleted file mode 100755 index 73de2331a3f1c4749479a84efd2a7b9040e21f4f..0000000000000000000000000000000000000000 --- a/Reconstruction/RecExample/RecExAlgs/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package RecExAlgs - -author David Rousseau <rousseau@lal.in2p3.fr> - -public - -use AtlasPolicy AtlasPolicy-* -use SGTools SGTools-* Control -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -private -use StoreGate StoreGate-* Control -end_private - - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - - -private -library RecExAlgs *.cxx components/*.cxx -apply_pattern component_library - -end_private - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" -end_private - diff --git a/Reconstruction/RecExample/RecExAnaTest/cmt/requirements b/Reconstruction/RecExample/RecExAnaTest/cmt/requirements deleted file mode 100755 index bd3641e047b6cd4c2eba5b434d70e94702f1e4f2..0000000000000000000000000000000000000000 --- a/Reconstruction/RecExample/RecExAnaTest/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package RecExAnaTest - -author David Rousseau <david.rousseau@cern.ch> - -branches run - - - - -use AtlasPolicy AtlasPolicy-* - -use AtlasAnalysisRunTime AtlasAnalysisRunTime-* - -private - -use TestPolicy TestPolicy-* - -apply_pattern validate_xml - -end_private - -#put jobOption in InstallArea -apply_pattern declare_joboptions files="*.py " - - -macro RecExAnaTest_TestConfiguration "../test/RecExAnaTest_TestConfiguration.xml" - -apply_pattern declare_runtime extras="../test/RecExAnaTest_TestConfiguration.xml run_memleak_reat.sh" - - - - - - - diff --git a/Reconstruction/RecExample/RecExCommission/cmt/requirements b/Reconstruction/RecExample/RecExCommission/cmt/requirements deleted file mode 100755 index 72747795e64922d8486c3bd66a72714d1c5776e5..0000000000000000000000000000000000000000 --- a/Reconstruction/RecExample/RecExCommission/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package RecExCommission - -author Rob McPherson <Robert.McPherson@cern.ch> -author Walter Lampl -author Jamie Boyd - -branches run -use AtlasPolicy AtlasPolicy-01-* -# use AthenaCommon AthenaCommon-* Control -# use AthenaRunTime AthenaRunTime-* Control -use AtlasReconstructionRunTime AtlasReconstructionRunTime-* - -use TestPolicy TestPolicy-* - -# #for root tuple -# use RootHistCnv v* -# use AtlasROOT AtlasROOT-* External -# -# use RDBAccessSvc RDBAccessSvc-* Database/AthenaPOOL - -#--------------------------------------------------------------------- -# use ByteStreamCnvSvc ByteStreamCnvSvc-* Event -# use AthenaMonitoring AthenaMonitoring-* Control - -#--------------------------------------------------------------------- -# The following commands aid in the establishment of the run-time environment -# and should not be modified. - -# apply_pattern install_runtime method=-symlink -# apply_pattern install_xmls - -apply_pattern declare_joboptions files="*.txt *.py" -apply_pattern declare_python_modules files="*.py" -apply_pattern get_files data="PDGTABLE.MeV" -apply_pattern declare_scripts files="RecExCommissionData_links.sh RecExCommission_links.sh RecExCommissionData_links.csh" diff --git a/Reconstruction/RecExample/RecExCommon/cmt/requirements b/Reconstruction/RecExample/RecExCommon/cmt/requirements deleted file mode 100755 index eba23bb47d9449245cffbb46fb91212b588ade0a..0000000000000000000000000000000000000000 --- a/Reconstruction/RecExample/RecExCommon/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -package RecExCommon - -author David Rousseau <david.rousseau@cern.ch> - -branches run - -# put here the uses of the packages which need to be reached by cmt broadcast -# Packages to be reached by cmt broadcast should be used either directly -# -# (the package should appear when typing cmt show uses) - - - -use AtlasPolicy AtlasPolicy-01-* - -# For unproblematic usage also in AthAnalysisBase releases -use_unless pkg=AtlasReconstructionRunTime tag=ManaCore ver=* -#use AtlasReconstructionRunTime AtlasReconstructionRunTime-* - -private - -use TestPolicy TestPolicy-* - -# for the argparse module -use AtlasPyFwdBwdPorts AtlasPyFwdBwdPorts-* External -no_auto_imports -end_private - -#put jobOption in InstallArea -apply_pattern declare_joboptions files="*.py " - -# macro RecExRecoTest_TestConfiguration "../test/RecExRecoTest_TestConfiguration.xml" - - - -#scripts -apply_pattern declare_scripts files="RecExCommon_links_zc.sh RecExCommon_links_cern_zc.sh RecExCommon_links.sh RecExCommon_links.csh RecExCommon_runTimeFiles_zc.sh RecExCommon_dump.C ../Testing/manyrecotests.sh recexcommon-links.py qtest_run1.sh qtest_run2.sh" - -apply_pattern declare_python_modules files="*.py" - -# runtime files -apply_pattern declare_runtime files="../data/*.ascii.gz" - - -apply_pattern athenarun_test name="RecExCommonTesting" pre_script="../Testing/script_pre_check.sh" options="RecExCommon/rdotoesdnotrigger.py" post_script="../Testing/script_post_check.sh" diff --git a/Reconstruction/RecExample/RecExCond/cmt/requirements b/Reconstruction/RecExample/RecExCond/cmt/requirements deleted file mode 100755 index 9b89032d8377395e8ed69e73248bc8f556573317..0000000000000000000000000000000000000000 --- a/Reconstruction/RecExample/RecExCond/cmt/requirements +++ /dev/null @@ -1,13 +0,0 @@ -package RecExCond - -author David Rousseau <david.rousseau@cern.ch> - -use AtlasPolicy AtlasPolicy-* - - -#put jobOption in InstallArea - -apply_pattern declare_joboptions files="*.py " - - -apply_pattern declare_python_modules files="*.py" diff --git a/Reconstruction/RecExample/RecExConfig/cmt/requirements b/Reconstruction/RecExample/RecExConfig/cmt/requirements deleted file mode 100755 index 9213ea3a2ad6863434fdd621a31269dd9bdff7d2..0000000000000000000000000000000000000000 --- a/Reconstruction/RecExample/RecExConfig/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package RecExConfig - -author David Rousseau <david.rousseau@cern.ch> - -branches run - -# put here the uses of the packages which need to be reached by cmt broadcast -# Packages to be reached by cmt broadcast should be used either directly -# -# (the package should appear when typing cmt show uses) - - - -use AtlasPolicy AtlasPolicy-* - -#use AtlasAnalysisRunTime AtlasAnalysisRunTime-* - - -#put jobOption in InstallArea -apply_pattern declare_joboptions files="*.py tests/*.py" - -#scripts -apply_pattern declare_scripts files="RecExConfig_links.sh" - -apply_pattern declare_python_modules files="*.py tests/*.py" - - - - - diff --git a/Reconstruction/RecExample/RecExOnline/cmt/requirements b/Reconstruction/RecExample/RecExOnline/cmt/requirements deleted file mode 100644 index 9b9cbe631cd62a2e4ce77105a1f97c3005f47f1a..0000000000000000000000000000000000000000 --- a/Reconstruction/RecExample/RecExOnline/cmt/requirements +++ /dev/null @@ -1,10 +0,0 @@ -package RecExOnline - -author Max Baak <max.baak@cern.ch> -author Sebastian Boeser <sboeser@hep.ucl.ac.uk> - -use AtlasPolicy AtlasPolicy-* - -apply_pattern declare_scripts files="../scripts/*.sh" -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" diff --git a/Reconstruction/RecExample/RecExPers/cmt/requirements b/Reconstruction/RecExample/RecExPers/cmt/requirements deleted file mode 100755 index 1141f438ea2be914b27fb41c71f292c81245db88..0000000000000000000000000000000000000000 --- a/Reconstruction/RecExample/RecExPers/cmt/requirements +++ /dev/null @@ -1,11 +0,0 @@ -package RecExPers - -author Davide Costanzo <davide.costanzo@cern.ch> - -private - -use AtlasPolicy AtlasPolicy-* - -# --- -branches run share -apply_pattern declare_joboptions files="*.py" diff --git a/Reconstruction/RecExample/RecExRecoTest/cmt/requirements b/Reconstruction/RecExample/RecExRecoTest/cmt/requirements deleted file mode 100755 index 2e764756af871a126ba8e54febd80b32778f146d..0000000000000000000000000000000000000000 --- a/Reconstruction/RecExample/RecExRecoTest/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package RecExRecoTest - -author David Rousseau <rousseau@lal.in2p3.fr> -author Rolf Seuster <seuster AT cern.ch> - -branches run - -# put here the uses of the packages which need to be reached by cmt broadcast -# Packages to be reached by cmt broadcast should be used either directly -# -# (the package should appear when typing cmt show uses) - -use AtlasPolicy AtlasPolicy-* - -use AtlasReconstructionRunTime AtlasReconstructionRunTime-* - -private - -use TestPolicy TestPolicy-* -apply_pattern validate_xml - -end_private - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -macro RecExRecoTest_TestConfiguration "../test/RecExRecoTest_TestConfiguration.xml" - -apply_pattern declare_runtime extras="../test/RecExRecoTest_TestConfiguration.xml ../python/PostProcessRecoRTTTests.py ../python/PostProcessIgprofWeb.py slurpRecoRTTTests.pl dumpPoolFileInchunks.sh diffPoolFilesRERT.sh run_memleak_rert.sh" diff --git a/Reconstruction/RecExample/RecExTB/cmt/requirements b/Reconstruction/RecExample/RecExTB/cmt/requirements deleted file mode 100755 index 136e6d692dfabf18de188e4b0871330f0caf885e..0000000000000000000000000000000000000000 --- a/Reconstruction/RecExample/RecExTB/cmt/requirements +++ /dev/null @@ -1,52 +0,0 @@ -package RecExTB - -author David Rousseau <david.rousseau@cern.ch> - -branches run - -use AtlasPolicy AtlasPolicy-* - -use TestPolicy TestPolicy-* - -#for root tuple -#use RootHistCnv v* -use AtlasROOT AtlasROOT-* External - -#use RDBAccessSvc RDBAccessSvc-* Database/AthenaPOOL - -#----------------------------------------------------- -#for LAr -#----------------------------------------------------- -#use ByteStreamCnvSvc ByteStreamCnvSvc-* Event -#use TBCnv TBCnv-* TestBeam - -#for rebuilding -#use LArROD LArROD-* LArCalorimeter -#use CaloRec CaloRec-* Calorimeter -#use CaloTBRec CaloTBRec-* Calorimeter/CaloTestBeam -#use LArTBRec LArTBRec-* LArCalorimeter/LArTestBeam - -#--------------------------------------------------------------------- -# The following commands aid in the establishment of the run-time environment -# and should not be modified. - - -# Install run-time files -#apply_pattern install_runtime method=-symlink - -#install xml files -apply_pattern install_xmls - -apply_pattern declare_joboptions files="*.py" - -apply_pattern declare_runtime files="*.txt *.xml" - - -#automatic testing upon gmake check -#apply_pattern athenarun_test name="RecExTBTesting" pre_script="../Testing/script_pre_check.sh" options="RecExTB_Combined_2004_jobOptions.py" post_script="../Testing/script_post_check.sh" - -#apply_pattern declare_joboptions files="*.txt *.py" - - - - diff --git a/Reconstruction/RecExample/RecExTrigTest/cmt/requirements b/Reconstruction/RecExample/RecExTrigTest/cmt/requirements deleted file mode 100755 index fd2781ebbeae25cd7b1bb9295d303cfdcbe8a02a..0000000000000000000000000000000000000000 --- a/Reconstruction/RecExample/RecExTrigTest/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package RecExTrigTest - -author Rolf Seuster <seuster AT cern.ch> - -branches run - -use AtlasPolicy AtlasPolicy-* - -use AtlasTriggerRunTime AtlasTriggerRunTime-* - -private - -use TestPolicy TestPolicy-* -apply_pattern validate_xml - -end_private - -apply_pattern declare_joboptions files="*.py" - -macro RecExTrigTest_TestConfiguration "../test/RecExTrigTest_TestConfiguration.xml" - -apply_pattern declare_runtime extras="../test/RecExTrigTest_TestConfiguration.xml run_memleak_rett.sh" - - - diff --git a/Reconstruction/RecExample/RecJobTransformTests/cmt/requirements b/Reconstruction/RecExample/RecJobTransformTests/cmt/requirements deleted file mode 100644 index 5965768efac7deecc117baba7b1295ea5b84bc68..0000000000000000000000000000000000000000 --- a/Reconstruction/RecExample/RecJobTransformTests/cmt/requirements +++ /dev/null @@ -1,16 +0,0 @@ -package RecJobTransformTests - -use AtlasPolicy AtlasPolicy-* - -private - -use TestPolicy TestPolicy-* - -apply_pattern validate_xml - -end_private - -apply_pattern declare_runtime_extras extras="../test/RecJobTransformTests_TestConfiguration.xml compressRTTLogFiles_rjtt.sh run_memleak_rjtt.sh" - -macro RecJobTransformTests_TestConfiguration "../test/RecJobTransformTests_TestConfiguration.xml" - diff --git a/Reconstruction/RecExample/RecPerfTests/cmt/requirements b/Reconstruction/RecExample/RecPerfTests/cmt/requirements deleted file mode 100644 index 3c387109bd429b87ade70f8062c5a5da5667e6a1..0000000000000000000000000000000000000000 --- a/Reconstruction/RecExample/RecPerfTests/cmt/requirements +++ /dev/null @@ -1,11 +0,0 @@ -package RecPerfTests - -use AtlasPolicy AtlasPolicy-* -use TestPolicy TestPolicy-* - -private -apply_pattern validate_xml -public - -apply_pattern declare_runtime_extras extras="../test/RecPerfTests_TestConfiguration.xml" -macro RecPerfTests_TestConfiguration "../test/RecPerfTests_TestConfiguration.xml" diff --git a/Reconstruction/RecJiveXML/cmt/requirements b/Reconstruction/RecJiveXML/cmt/requirements deleted file mode 100755 index 6039cea2c5e6b74ad664ae05bc32c043eef42241..0000000000000000000000000000000000000000 --- a/Reconstruction/RecJiveXML/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package RecJiveXML - -public - -use AtlasPolicy AtlasPolicy-* - -use AthenaBaseComps AthenaBaseComps-* Control - -use JiveXML JiveXML-* graphics - -use TrkParameters TrkParameters-* Tracking/TrkEvent - -private - -use AtlasCLHEP AtlasCLHEP-* External -use GaudiInterface GaudiInterface-* External -use MissingETEvent MissingETEvent-* Reconstruction -use CaloEvent CaloEvent-* Calorimeter -use Navigation Navigation-* Control -use JetEvent JetEvent-* Reconstruction/Jet -use JetTagEvent JetTagEvent-* PhysicsAnalysis/JetTagging -use TrkTrack TrkTrack-* Tracking/TrkEvent - -public - -apply_pattern declare_joboptions files="*.py" -apply_pattern component_library -library RecJiveXML *.cxx components/*.cxx diff --git a/Reconstruction/RecJobTransforms/cmt/requirements b/Reconstruction/RecJobTransforms/cmt/requirements deleted file mode 100755 index 7f85abdee4517483a6b2095e5f314b278d8fa8ff..0000000000000000000000000000000000000000 --- a/Reconstruction/RecJobTransforms/cmt/requirements +++ /dev/null @@ -1,9 +0,0 @@ -package RecJobTransforms - -use AtlasPolicy AtlasPolicy-* -use AtlasPython AtlasPython-* External -use PyJobTransformsCore PyJobTransformsCore-* Tools -use PyJobTransforms PyJobTransforms-* Tools - -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_job_transforms tfs='*.py' jo='*.py' diff --git a/Reconstruction/RecTPCnv/cmt/requirements b/Reconstruction/RecTPCnv/cmt/requirements deleted file mode 100644 index 3e92014d0715418905cb47cf2fd32e2c0bccf08d..0000000000000000000000000000000000000000 --- a/Reconstruction/RecTPCnv/cmt/requirements +++ /dev/null @@ -1,51 +0,0 @@ -package RecTPCnv - -author David Rousseau <rousseau@lal.in2p3.fr> -author Sebastien Binet <binet@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External -use StoreGate StoreGate-* Control - -# use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use DataModelAthenaPool DataModelAthenaPool-* Control -use EventCommonTPCnv EventCommonTPCnv-* Event - -# use egammaEventTPCnv egammaEventTPCnv-* Reconstruction/egamma -use muonEvent muonEvent-* Reconstruction/MuonIdentification -# use tauEvent tauEvent-* Reconstruction -# use PanTauEvent PanTauEvent-* Reconstruction/PanTau -use MissingETEvent MissingETEvent-* Reconstruction - -use ParticleEventTPCnv ParticleEventTPCnv-* PhysicsAnalysis/AnalysisCommon -use TrkEventTPCnv TrkEventTPCnv-* Tracking/TrkEventCnv -# use AtlasCLHEP AtlasCLHEP-* External -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent - -private -use AtlasReflex AtlasReflex-* External -use AthenaKernel AthenaKernel-* Control -use AthAllocators AthAllocators-* Control -use CxxUtils CxxUtils-* Control -use RootConversions RootConversions-* Database/AthenaPOOL -end_private - -branches RecTPCnv src - -library RecTPCnv *.cxx -apply_pattern tpcnv_library - -# -# Create a dictionary for the persistent representation -# of transient classes -private -apply_pattern lcgdict dict=RecTPCnv selectionfile=selection.xml headerfiles="../RecTPCnv/RecTPCnvDict.h" -apply_pattern lcgdict dict=OLD_RecTPCnv selectionfile=OLD_selection.xml headerfiles="../RecTPCnv/RecTPCnvDict.h" -end_private - -private -use TestTools TestTools-* AtlasTest -apply_pattern UnitTest_run unit_test=CaloEnergyCnv_p2 -apply_pattern UnitTest_run unit_test=MuonCaloEnergyContainerCnv_p1 diff --git a/Reconstruction/RecoAlgs/CaloRingerAlgs/cmt/requirements b/Reconstruction/RecoAlgs/CaloRingerAlgs/cmt/requirements deleted file mode 100644 index c1d527028edc079717123723ed3ee62964ad73d1..0000000000000000000000000000000000000000 --- a/Reconstruction/RecoAlgs/CaloRingerAlgs/cmt/requirements +++ /dev/null @@ -1,43 +0,0 @@ -package CaloRingerAlgs - -author Werner S. Freund <wsfreund@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External - -private -use AthenaBaseComps AthenaBaseComps-* Control -use AthContainers AthContainers-* Control -use AthenaKernel AthenaKernel-* Control -use StoreGate StoreGate-* Control -use SGTools SGTools-* Control - -use xAODBase xAODBase-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD - -use CaloEvent CaloEvent-* Calorimeter - -use CaloRingerTools CaloRingerTools-* Reconstruction/RecoTools -use xAODCaloRings xAODCaloRings-* Event/xAOD - - -end_private - -branches src src/components python share - -library CaloRingerAlgs *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -macro CaloRingerAlgs_TestConfiguration "../test/CaloRingerAlgs_TestConfiguration.xml" -apply_pattern declare_runtime extras= "../test/CaloRingerAlgs_TestConfiguration.xml ../share/RingerTests_Builders.txt ../share/NeuralNetTests_Ref.txt" - -# for unit tests and automatic ATN xml validation -private -use TestPolicy TestPolicy-* -apply_pattern validate_xml -end_private - diff --git a/Reconstruction/RecoAlgs/IsolationAlgs/cmt/requirements b/Reconstruction/RecoAlgs/IsolationAlgs/cmt/requirements deleted file mode 100644 index c1a1d5e445d2d0486d14cb646a0e01519f429afc..0000000000000000000000000000000000000000 --- a/Reconstruction/RecoAlgs/IsolationAlgs/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -## automatically generated CMT requirements file -package IsolationAlgs - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - -private -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasBoost AtlasBoost-* External -use AthContainers AthContainers-* Control -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODPrimitives xAODPrimitives-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use CaloEvent CaloEvent-* Calorimeter -use IsolationCorrections IsolationCorrections-* PhysicsAnalysis/ElectronPhotonID - -## - -branches src src/components doc python share - -private -## default is to make component library -library IsolationAlgs *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -end_private - - diff --git a/Reconstruction/RecoAlgs/TrackParticleAssociationAlgs/cmt/requirements b/Reconstruction/RecoAlgs/TrackParticleAssociationAlgs/cmt/requirements deleted file mode 100644 index d5b8ff925d8390498c0a5d3880cfac7f2c521820..0000000000000000000000000000000000000000 --- a/Reconstruction/RecoAlgs/TrackParticleAssociationAlgs/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package TrackParticleAssociationAlgs - -author Niels van Eldik - -private - -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use xAODTracking xAODTracking-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODAssociations xAODAssociations-* Event/xAOD -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrackToCalo TrackToCalo-* Reconstruction/RecoTools -use CaloUtils CaloUtils-* Calorimeter - -end_private - -public - -use AtlasPolicy AtlasPolicy-* - -apply_pattern component_library -library TrackParticleAssociationAlgs *.cxx components/*.cxx - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - - - diff --git a/Reconstruction/RecoEvent/ParticleCaloExtension/cmt/requirements b/Reconstruction/RecoEvent/ParticleCaloExtension/cmt/requirements deleted file mode 100644 index 38de78a4c6d030bca23dedf778b3f00fee21963e..0000000000000000000000000000000000000000 --- a/Reconstruction/RecoEvent/ParticleCaloExtension/cmt/requirements +++ /dev/null @@ -1,14 +0,0 @@ -package ParticleCaloExtension - -author Niels van Eldik - -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use xAODCore xAODCore-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use CaloEvent CaloEvent-* Calorimeter - -apply_pattern installed_library -library ParticleCaloExtension *.cxx - - diff --git a/Reconstruction/RecoTools/CaloClusterMatching/cmt/requirements b/Reconstruction/RecoTools/CaloClusterMatching/cmt/requirements deleted file mode 100644 index 4e39f6cf34459f254572880fb3bfeed55b689562..0000000000000000000000000000000000000000 --- a/Reconstruction/RecoTools/CaloClusterMatching/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -## automatically generated CMT requirements file -package CaloClusterMatching -author khoo - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - -## put here your package dependencies... -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use AsgTools AsgTools-* Control/AthToolSupport - -## -private -use xAODCore xAODCore-* Event/xAOD -use AthenaBaseComps AthenaBaseComps-* Control -use CxxUtils CxxUtils-* Control - -end_private - - -branches src src/components doc python share CaloClusterMatching - -## default is to make component library. See: https://twiki.cern.ch/twiki/bin/view/Main/LearningAthena#Libraries_in_CMT for alternatives -library CaloClusterMatching *.cxx ../Root/*.cxx -s=components *.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" diff --git a/Reconstruction/RecoTools/CaloClusterMatching/requirements b/Reconstruction/RecoTools/CaloClusterMatching/requirements deleted file mode 100644 index 810dc39b4eec391ae23ce4b96c1869f8041c31f7..0000000000000000000000000000000000000000 --- a/Reconstruction/RecoTools/CaloClusterMatching/requirements +++ /dev/null @@ -1,33 +0,0 @@ -## automatically generated CMT requirements file -package CaloClusterMatching -author khoo - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - -## put here your package dependencies... -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use AsgTools AsgTools-* Control/AthToolSupport - -## -private -use xAODCore xAODCore-* Event/xAOD -use AthenaBaseComps AthenaBaseComps-* Control - -end_private - - -branches src src/components doc python share Root CaloClusterMatching - -## default is to make component library. See: https://twiki.cern.ch/twiki/bin/view/Main/LearningAthena#Libraries_in_CMT for alternatives -library CaloClusterMatching *.cxx ../Root/*.cxx -s=components *.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - - - diff --git a/Reconstruction/RecoTools/CaloRingerTools/cmt/requirements b/Reconstruction/RecoTools/CaloRingerTools/cmt/requirements deleted file mode 100644 index 471970c0a60184cf5e73c05033b3dc89577337bb..0000000000000000000000000000000000000000 --- a/Reconstruction/RecoTools/CaloRingerTools/cmt/requirements +++ /dev/null @@ -1,42 +0,0 @@ -package CaloRingerTools - -author Werner S. Freund <wsfreund@cern.ch> - -# Core packages: -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthLinks AthLinks-* Control -#use AtlasBoost AtlasBoost-* External -#use AtlasReflex AtlasReflex-* External - -# EDM packages: -use xAODCaloRings xAODCaloRings-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD - -private -use AthenaBaseComps AthenaBaseComps-* Control -use CxxUtils CxxUtils-* Control -use AthenaKernel AthenaKernel-* Control - -# Calorimeter packages: -use CaloUtils CaloUtils-* Calorimeter -use CaloEvent CaloEvent-* Calorimeter -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter - -# EDM packages: -use xAODEgamma xAODEgamma-* Event/xAOD - -use RingerSelectorTools RingerSelectorTools-* PhysicsAnalysis -use PATCore PATCore-* PhysicsAnalysis/AnalysisCommon -end_private - -public - -branches CaloRingerTools src python doc - -library CaloRingerTools *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_python_modules files="*.py" - diff --git a/Reconstruction/RecoTools/IEnergyDepositionTool/cmt/requirements b/Reconstruction/RecoTools/IEnergyDepositionTool/cmt/requirements deleted file mode 100755 index 6cdfc8519a90abf4c78d8f50aa8ab9249545fa5d..0000000000000000000000000000000000000000 --- a/Reconstruction/RecoTools/IEnergyDepositionTool/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package IEnergyDepositionTool - -author David Lopez Mateos <David.Lopez@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent - -use CaloIdentifier CaloIdentifier-* Calorimeter - -apply_pattern declare_joboptions files="*.py" - -private -macro DOXYGEN_IMAGE_PATH "../doc/images" - diff --git a/Reconstruction/RecoTools/ITrackToVertex/cmt/requirements b/Reconstruction/RecoTools/ITrackToVertex/cmt/requirements deleted file mode 100755 index ea55949541e8a2f4477d323a6caadd26577c0978..0000000000000000000000000000000000000000 --- a/Reconstruction/RecoTools/ITrackToVertex/cmt/requirements +++ /dev/null @@ -1,15 +0,0 @@ -package ITrackToVertex - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasReflex AtlasReflex-* External -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr -use xAODTracking xAODTracking-* Event/xAOD - -# Declare this package as a metalibrary for cmake so that it's clients have -# access to the libraries and headers of packages that it depends on -apply_pattern cmake_add_command command=metalibrary - -apply_pattern lcgdict dict=ITrackToVertex selectionfile=selection.xml headerfiles="../ITrackToVertex/ITrackToVertex.h" diff --git a/Reconstruction/RecoTools/IsolationTool/cmt/Makefile.RootCore b/Reconstruction/RecoTools/IsolationTool/cmt/Makefile.RootCore deleted file mode 100644 index 87e721e247d2a552331272dadac34588ab9a9930..0000000000000000000000000000000000000000 --- a/Reconstruction/RecoTools/IsolationTool/cmt/Makefile.RootCore +++ /dev/null @@ -1,53 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = IsolationTool - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = xAODPrimitives xAODBase xAODEventShape AsgTools InDetTrackSelectionTool EventPrimitives CaloGeoHelpers GeoPrimitives xAODCaloEvent MuonIdHelpers xAODMuon PATCore xAODTracking xAODBTagging xAODJet xAODEgamma RecoToolInterfaces xAODEventInfo IsolationCorrections - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/RecoTools/IsolationTool/cmt/requirements b/Reconstruction/RecoTools/IsolationTool/cmt/requirements deleted file mode 100644 index a3c5f0c9a5ab431f2933b5d15d02ea4cede858ba..0000000000000000000000000000000000000000 --- a/Reconstruction/RecoTools/IsolationTool/cmt/requirements +++ /dev/null @@ -1,55 +0,0 @@ -################################################# -package IsolationTool - -author Sandrine Laplace -author Dongliang Zhang -author Jean-Baptiste De Regie -author Niels van Eldik - -public -use AtlasPolicy AtlasPolicy-* -use AsgTools AsgTools-* Control/AthToolSupport -#use CaloRec CaloRec-* Calorimeter -use_ifndef pplist="XAOD_ANALYSIS" pkg="Calorimeter/CaloRec" -use GaudiInterface GaudiInterface-* External -use IsolationCorrections IsolationCorrections-* PhysicsAnalysis/ElectronPhotonID -use InDetTrackSelectionTool InDetTrackSelectionTool-* InnerDetector/InDetRecTools -#use ParticlesInConeTools ParticlesInConeTools-* Reconstruction/RecoTools -use_ifndef pplist="XAOD_ANALYSIS" pkg="Reconstruction/RecoTools/ParticlesInConeTools" -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools -#use TrkParametersIdentificationHelpers TrkParametersIdentificationHelpers-* Tracking/TrkEvent -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkParametersIdentificationHelpers" -use xAODBase xAODBase-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODEventShape xAODEventShape-* Event/xAOD -use xAODPFlow xAODPFlow-* Event/xAOD -use xAODPrimitives xAODPrimitives-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD - -private -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasBoost AtlasBoost-* External -use AtlasROOT AtlasROOT-* External -#use CaloEvent CaloEvent-* Calorimeter -use_ifndef pplist="XAOD_ANALYSIS" pkg="Calorimeter/CaloEvent" -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter -#use CaloUtils CaloUtils-* Calorimeter -use_ifndef pplist="XAOD_ANALYSIS" pkg="Calorimeter/CaloUtils" -#use TrackToCalo TrackToCalo-* Reconstruction/RecoTools -use_ifndef pplist="XAOD_ANALYSIS" pkg="Reconstruction/RecoTools/TrackToCalo" -#use TrkCaloExtension TrkCaloExtension-* Tracking/TrkEvent -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkCaloExtension" -#use TrkParameters TrkParameters-* Tracking/TrkEvent -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkParameters" -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODJet xAODJet-* Event/xAOD -#use xAODRootAccess xAODRootAccess-* -use AthenaBaseComps AthenaBaseComps-* Control -end_private - -# apply_pattern dual_use_library files= "../Root/*.cxx ../src/*.cxx ../src/components/*.cxx" -apply_pattern dual_use_library files= "../Root/*.cxx ../src/*.cxx" -################################################# diff --git a/Reconstruction/RecoTools/ParticlesInConeTools/cmt/requirements b/Reconstruction/RecoTools/ParticlesInConeTools/cmt/requirements deleted file mode 100644 index cbb79f1dc7c1259a93ae8b259c305321696e9abe..0000000000000000000000000000000000000000 --- a/Reconstruction/RecoTools/ParticlesInConeTools/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package ParticlesInConeTools - -author Niels van Eldik - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use SGTools SGTools-* Control -use xAODTracking xAODTracking-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODPFlow xAODPFlow-* Event/xAOD -use AthLinks AthLinks-* Control - -private -use AthenaBaseComps AthenaBaseComps-* Control -use AthContainers AthContainers-* Control -use StoreGate StoreGate-* Control -use PFlowUtils PFlowUtils-* Reconstruction/PFlow -use AsgTools AsgTools-* Control/AthToolSupport - -public -apply_pattern component_library -library ParticlesInConeTools *.cxx components/*.cxx - diff --git a/Reconstruction/RecoTools/RecoToolInterfaces/cmt/Makefile.RootCore b/Reconstruction/RecoTools/RecoToolInterfaces/cmt/Makefile.RootCore deleted file mode 100644 index 9d9f3e414c39889b535681b344fbda8e08aadbd5..0000000000000000000000000000000000000000 --- a/Reconstruction/RecoTools/RecoToolInterfaces/cmt/Makefile.RootCore +++ /dev/null @@ -1,15 +0,0 @@ -PACKAGE = RecoToolInterfaces -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -DXAOD_STANDALONE -DASGTOOL_STANDALONE -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools xAODTracking xAODPrimitives xAODCaloEvent -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/RecoTools/RecoToolInterfaces/cmt/requirements b/Reconstruction/RecoTools/RecoToolInterfaces/cmt/requirements deleted file mode 100755 index 72cc17f3677d9594932cc255e007c4d392c88c9a..0000000000000000000000000000000000000000 --- a/Reconstruction/RecoTools/RecoToolInterfaces/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package RecoToolInterfaces - -author Sebastian.Fleischmann <Sebastian.Fleischmann@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AsgTools AsgTools-* Control/AthToolSupport -use GaudiInterface GaudiInterface-* External -use ParticleCaloExtension ParticleCaloExtension-* Reconstruction/RecoEvent -use TrkCaloExtension TrkCaloExtension-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -# use_ifndef pplist="XAOD_ANALYSIS" pkg="Reconstruction/RecoEvent/ParticleCaloExtension" -# use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkCaloExtension" -# use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkTrack" -use xAODBase xAODBase-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODPrimitives xAODPrimitives-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD - -# Declare this package as a cmake metalibrary so that the libraries and header files from -# package it depends on are available to its clients. Transparent to CMT -apply_pattern cmake_add_command command=metalibrary diff --git a/Reconstruction/RecoTools/TrackToCalo/cmt/requirements b/Reconstruction/RecoTools/TrackToCalo/cmt/requirements deleted file mode 100755 index 6f8ee9314b72a87b311da55be4149cce7c02f434..0000000000000000000000000000000000000000 --- a/Reconstruction/RecoTools/TrackToCalo/cmt/requirements +++ /dev/null @@ -1,46 +0,0 @@ -package TrackToCalo - -author Niels van Eldik -author Yat Long Chan -author Marco van Woerden - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools -use TrkCaloExtension TrkCaloExtension-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkParametersIdentificationHelpers TrkParametersIdentificationHelpers-* Tracking/TrkEvent -use CaloEvent CaloEvent-* Calorimeter -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use CaloUtils CaloUtils-* Calorimeter -use ParticleCaloExtension ParticleCaloExtension-* Reconstruction/RecoEvent - -private -use AthenaBaseComps AthenaBaseComps-* Control -use xAODTracking xAODTracking-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use CaloUtils CaloUtils-* Calorimeter -use CaloInterface CaloInterface-* Calorimeter -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use ParticlesInConeTools ParticlesInConeTools-* Reconstruction/RecoTools -use FourMomUtils FourMomUtils-* Event -use CaloIdentifier CaloIdentifier-* Calorimeter -use CaloDetDescr CaloDetDescr-* Calorimeter -public - -apply_pattern dual_use_library files=*.cxx - -#library TrackToCalo *.cxx components/*.cxx -#apply_pattern component_library - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Reconstruction/RecoTools/TrackToVertex/cmt/requirements b/Reconstruction/RecoTools/TrackToVertex/cmt/requirements deleted file mode 100755 index ceae5746ed54c566519ca5cd35e93d3e9fb721d0..0000000000000000000000000000000000000000 --- a/Reconstruction/RecoTools/TrackToVertex/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package TrackToVertex - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> -author Andreas Salzburger <Andreas.Salzburger@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use ITrackToVertex ITrackToVertex-* Reconstruction/RecoTools -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event -#use xAODTracking xAODTracking-* Event/xAOD - -private -use StoreGate StoreGate-* Control -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use Particle Particle-* Reconstruction -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions - -public -library TrackToVertex *.cxx components/*.cxx -apply_pattern component_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" -macro DOXYGEN_IMAGE_PATH "../doc/images" diff --git a/Reconstruction/TRT_Rec/cmt/requirements b/Reconstruction/TRT_Rec/cmt/requirements deleted file mode 100755 index e84a8dbf10266cc70ef0f56f0fc898b0f9eac161..0000000000000000000000000000000000000000 --- a/Reconstruction/TRT_Rec/cmt/requirements +++ /dev/null @@ -1,46 +0,0 @@ -package TRT_Rec - -author James Loken <James.Loken@cern.ch> -author Alan Poppleton <Alan.Poppleton@cern.ch> - -private -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use RoiDescriptor RoiDescriptor-* DetectorDescription -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use iPatTrack iPatTrack-* Reconstruction/iPat -use iPatTrackParameters iPatTrackParameters-* Reconstruction/iPat - -public -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use Identifier Identifier-* DetectorDescription -use IRegionSelector IRegionSelector-* DetectorDescription -use iPatInterfaces iPatInterfaces-* Reconstruction/iPat - -branches TRT_Rec share src - -library TRT_Rec TRT_Recon.cxx \ - TRT_DataSelector.cxx \ - TRT_Histogrammer.cxx \ - TRT_Fit.cxx \ - TRT_Prediction.cxx \ - TRT_Predictor.cxx \ - TRT_RoadData.cxx \ - components/*.cxx - -apply_pattern component_library - - diff --git a/Reconstruction/TrackParticleAthenaPool/cmt/requirements b/Reconstruction/TrackParticleAthenaPool/cmt/requirements deleted file mode 100644 index db64a9c1851c11a3708c9d17b924a485176c9f3e..0000000000000000000000000000000000000000 --- a/Reconstruction/TrackParticleAthenaPool/cmt/requirements +++ /dev/null @@ -1,54 +0,0 @@ -package TrackParticleAthenaPool - -author Andreas Wildauer <andreas.wildauer@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -private -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use GaudiInterface GaudiInterface-* External -use Particle Particle-* Reconstruction -use StoreGate StoreGate-* Control -use TrackParticleTPCnv TrackParticleTPCnv-* Reconstruction -end_private - -branches TrackParticleAthenaPool src - -#macro TrackParticleAthenaPool_poolCnvTypes "" -#macro_append TrackParticleAthenaPool_poolCnvTypes "Rec::TrackParticleContainer " - -apply_pattern poolcnv typesWithNamespace="Rec::TrackParticleContainer" \ - files="-s=${Particle_root}/Particle TrackParticleContainer.h" -macro_append TrackParticleAthenaPoolPoolCnv_dependencies " install_includes" - -# ME for David Quarrie - FIX for bug somewhere in ATLAS repository crashing this package -#private -#macro_append AtlasCxxPolicy_pp_cppflags " -DNDEBUG " - - -private -use TestTools TestTools-* AtlasTest -no_auto_imports - -apply_pattern declare_joboptions files="-s=../share *.py" - - -apply_pattern athenarun_test \ - name="TrackParticleTPCnv_16.6.3" \ - options="TrackParticleAthenaPool/TrackParticleTPCnv_16.6.3_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrackParticleTPCnv_16.6.3" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrackParticleTPCnv_16.6.3" - - -apply_pattern athenarun_test \ - name="TrackParticleTPCnv_17.2.8" \ - options="TrackParticleAthenaPool/TrackParticleTPCnv_17.2.8_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrackParticleTPCnv_17.2.8" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrackParticleTPCnv_17.2.8" - - -apply_pattern athenarun_test \ - name="TrackParticleTPCnv_18.0.0" \ - options="TrackParticleAthenaPool/TrackParticleTPCnv_18.0.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrackParticleTPCnv_18.0.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrackParticleTPCnv_18.0.0" diff --git a/Reconstruction/TrackParticleSlimming/cmt/requirements b/Reconstruction/TrackParticleSlimming/cmt/requirements deleted file mode 100644 index 5a48939883f62259bd3aab1f3027ec92e2f59861..0000000000000000000000000000000000000000 --- a/Reconstruction/TrackParticleSlimming/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -# TrackParticleSlimming Package - -package TrackParticleSlimming -author Balint Radics <Balint.Radics@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaKernel AthenaKernel-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParametersBase TrkParametersBase-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use Particle Particle-* Reconstruction - - -library TrackParticleSlimming *.cxx -apply_pattern installed_library - -# Persistancy -private - -# Uncomment for debug make -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Reconstruction/TrackParticleTPCnv/cmt/requirements b/Reconstruction/TrackParticleTPCnv/cmt/requirements deleted file mode 100755 index feb8be924e3d2e7d1f834412f12c54eaa30159d1..0000000000000000000000000000000000000000 --- a/Reconstruction/TrackParticleTPCnv/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -package TrackParticleTPCnv - -author Andreas Wildauer <Andreas.Wildauer@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use DataModel DataModel-* Control -use DataModelAthenaPool DataModelAthenaPool-* Control -use Particle Particle-* Reconstruction -use TrkEventTPCnv TrkEventTPCnv-* Tracking/TrkEventCnv -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -private -use AthenaKernel AthenaKernel-* Control -use CxxUtils CxxUtils-* Control -use AtlasReflex AtlasReflex-* External -no_auto_imports -use GeoPrimitives GeoPrimitives-* DetectorDescription - -end_private - - -apply_pattern tpcnv_library -library TrackParticleTPCnv \ - *.cxx \ - Particle/*.cxx - -# The following use is to get the lcgdict pattern. -# This is "hidden" behind "private" and "no_auto_imports" to keep -# clients of EventInfo from seeing excess dependencies -private -use AthenaKernel AthenaKernel-* Control -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See EventInfoDict -apply_pattern lcgdict dict=TrackParticleTPCnv selectionfile=selection.xml headerfiles="../TrackParticleTPCnv/TrackParticleTPCnvDict.h" - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Reconstruction/TrackParticleTruthAthenaPool/cmt/requirements b/Reconstruction/TrackParticleTruthAthenaPool/cmt/requirements deleted file mode 100755 index d6d885e4872c386f14bb67be7f888cc0adfff217..0000000000000000000000000000000000000000 --- a/Reconstruction/TrackParticleTruthAthenaPool/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package TrackParticleTruthAthenaPool - -author Andreas Wildauer <andreas.wildauer@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - - - -private -use StoreGate StoreGate-* Control -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use ParticleTruth ParticleTruth-* Reconstruction -use TrackParticleTruthTPCnv TrackParticleTruthTPCnv-* Reconstruction -end_private - -apply_pattern poolcnv files="\ --s=$(ParticleTruth_root)/ParticleTruth TrackParticleTruthCollection.h \ --s=$(ParticleTruth_root)/ParticleTruth TrackParticleTruthCollectionContainer.h \ -" - -apply_pattern declare_joboptions files="*.py" - - -private -use TestTools TestTools-* AtlasTest -no_auto_imports - - -apply_pattern athenarun_test \ - name="TrackParticleTruthTPCnv_18.0.0" \ - options="TrackParticleTruthAthenaPool/TrackParticleTruthTPCnv_18.0.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrackParticleTruthTPCnv_18.0.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrackParticleTruthTPCnv_18.0.0" - diff --git a/Reconstruction/TrackParticleTruthTPCnv/cmt/requirements b/Reconstruction/TrackParticleTruthTPCnv/cmt/requirements deleted file mode 100644 index 1e29de682c318ef9742444a77e7e0d99bdfe2c88..0000000000000000000000000000000000000000 --- a/Reconstruction/TrackParticleTruthTPCnv/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package TrackParticleTruthTPCnv - -author Andreas Wildauer <andreas.wildauer@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use Particle Particle-* Reconstruction -use ParticleTruth ParticleTruth-* Reconstruction -use GeneratorObjectsTPCnv GeneratorObjectsTPCnv-* Generators -use AthLinks AthLinks-* Control -use AthContainers AthContainers-* Control -use DataModelAthenaPool DataModelAthenaPool-* Control -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -apply_pattern tpcnv_library -library TrackParticleTruthTPCnv *.cxx - -private -use AthenaKernel AthenaKernel-* Control -use SGTools SGTools-* Control -use StoreGate StoreGate-* Control - -# The following use is to get the lcgdict pattern. -# This is "hidden" behind "private" and "no_auto_imports" to keep -# clients of EventInfo from seeing excess dependencies -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See EventInfoDict -apply_pattern lcgdict dict=TrackParticleTruthTPCnv selectionfile=selection.xml headerfiles="../TrackParticleTruthTPCnv/TrackParticleTruthTPCnvDict.h" - - -private -use TestTools TestTools-* AtlasTest -apply_pattern UnitTest_run unit_test=TrackParticleTruthCollectionCnv_p1 diff --git a/Reconstruction/VKalVrt/VrtSecInclusive/cmt/requirements b/Reconstruction/VKalVrt/VrtSecInclusive/cmt/requirements deleted file mode 100755 index 9a0d613b118c44ea6d9196354e1e2accf2c1cadc..0000000000000000000000000000000000000000 --- a/Reconstruction/VKalVrt/VrtSecInclusive/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -package VrtSecInclusive - -author Vadim Kostyukhin <Vadim.Kostyukhin@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use StoreGate StoreGate-* Control -use AtlasROOT AtlasROOT-* External -use AtlasBlas AtlasBlas-* External -use AtlasLapack AtlasLapack-* External -use AthenaBaseComps AthenaBaseComps-* Control - - -# -use TrkVKalVrtFitter TrkVKalVrtFitter-* Tracking/TrkVertexFitter -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -use ITrackToVertex ITrackToVertex-* Reconstruction/RecoTools -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD - -# for McTruth -use GeneratorObjects GeneratorObjects-* Generators -#use HepMC HepMC-* Simulation - -private - -#use TruthHelper TruthHelper-* Generators/GenAnalysisTools -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent - -use xAODEventInfo xAODEventInfo-* Event/xAOD - - - -apply_pattern dual_use_library files="*.cxx" -apply_pattern declare_joboptions files="*.txt *.py" -apply_pattern declare_python_modules files="*.py" - -end_private diff --git a/Reconstruction/eflowAthenaPool/cmt/requirements b/Reconstruction/eflowAthenaPool/cmt/requirements deleted file mode 100644 index 40e2d6dad34c7a0c38fe517798310a74bc069563..0000000000000000000000000000000000000000 --- a/Reconstruction/eflowAthenaPool/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package eflowAthenaPool - -use AtlasPolicy AtlasPolicy-* -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -private -use eflowEventTPCnv eflowEventTPCnv-* Reconstruction -use eflowEvent eflowEvent-* Reconstruction -public - -apply_pattern poolcnv \ - files="-s=${eflowEvent_root}/eflowEvent eflowObjectContainer.h " - - - -private -#use AthenaKernel AthenaKernel-* Control -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AtlasSealCLHEP AtlasSealCLHEP-* Database - - -private -use TestTools TestTools-* AtlasTest -no_auto_imports - -apply_pattern declare_joboptions files="-s=../share *.py" - -apply_pattern athenarun_test \ - name="eflowEventTPCnv_17.5.0" \ - options="eflowAthenaPool/eflowEventTPCnv_17.5.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh eflowEventTPCnv_17.5.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh eflowEventTPCnv_17.5.0" - -apply_pattern athenarun_test \ - name="eflowEventTPCnv_18.0.0" \ - options="eflowAthenaPool/eflowEventTPCnv_18.0.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh eflowEventTPCnv_18.0.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh eflowEventTPCnv_18.0.0" diff --git a/Reconstruction/eflowEvent/cmt/requirements b/Reconstruction/eflowEvent/cmt/requirements deleted file mode 100755 index bfcf0ee313c776dbe7c55e8c495964f70a1155e3..0000000000000000000000000000000000000000 --- a/Reconstruction/eflowEvent/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package eflowEvent - -author D.R. Tovey <d.r.tovey@sheffield.ac.uk> - -use AtlasROOT AtlasROOT-* External -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasBoost AtlasBoost-* External -use AtlasReflex AtlasReflex-* External - -use CLIDSvc CLIDSvc-* Control -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use FourMom FourMom-* Event - -use VxVertex VxVertex-* Tracking/TrkEvent - -use Navigation Navigation-* Control - -use EventKernel EventKernel-* Event -use FourMom FourMom-* Event -use NavFourMom NavFourMom-* Event - -use CaloEvent CaloEvent-* Calorimeter -use xAODCaloEvent xAODCaloEvent-* Event/xAOD - -use Particle Particle-* Reconstruction - -use muonEvent muonEvent-* Reconstruction/MuonIdentification - -use xAODTracking xAODTracking-* Event/xAOD -use xAODPFlow xAODPFlow-* Event/xAOD - -apply_pattern lcgdict dict=eflowEvent selectionfile=selection.xml navigables="eflowObjectContainer" headerfiles="../eflowEvent/eflowEventDict.h" - -library eflowEvent *.cxx - -apply_pattern installed_library diff --git a/Reconstruction/eflowEventTPCnv/cmt/requirements b/Reconstruction/eflowEventTPCnv/cmt/requirements deleted file mode 100644 index b7cf3eb7fdc191c3918a64d2a4cb1585a8672e40..0000000000000000000000000000000000000000 --- a/Reconstruction/eflowEventTPCnv/cmt/requirements +++ /dev/null @@ -1,54 +0,0 @@ -package eflowEventTPCnv - -use AtlasPolicy AtlasPolicy-* - -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -private -use AtlasReflex AtlasReflex-* External -use AtlasCLHEP AtlasCLHEP-* External -use CxxUtils CxxUtils-* Control -use AthenaKernel AthenaKernel-* Control -use SGTools SGTools-* Control -use AthLinks AthLinks-* Control -use Navigation Navigation-* Control -public - -use DataModelAthenaPool DataModelAthenaPool-* Control - -use Particle Particle-* Reconstruction - -use CaloEvent CaloEvent-* Calorimeter - -use VxVertex VxVertex-* Tracking/TrkEvent - -use muonEvent muonEvent-* Reconstruction/MuonIdentification - -use eflowEvent eflowEvent-* Reconstruction - -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - -library eflowEventTPCnv *.cxx -apply_pattern tpcnv_library - -private - -apply_pattern lcgdict dict=eflowEventTPCnv \ - selectionfile=selection.xml \ - headerfiles="../eflowEventTPCnv/eflowEventTPCnvDict.h" -end_private - - -private -use TestTools TestTools-* AtlasTest - -apply_pattern UnitTest_run unit_test=eflowObjectCnv_p1 -apply_pattern UnitTest_run unit_test=eflowObjectCnv_p2 -apply_pattern UnitTest_run unit_test=eflowObjectCnv_p3 -apply_pattern UnitTest_run unit_test=eflowObjectCnv_p4 -apply_pattern UnitTest_run unit_test=eflowObjectCnv_p5 -apply_pattern UnitTest_run unit_test=eflowObjectContainerCnv_p1 -apply_pattern UnitTest_run unit_test=eflowObjectContainerCnv_p2 -apply_pattern UnitTest_run unit_test=eflowObjectContainerCnv_p3 -apply_pattern UnitTest_run unit_test=eflowObjectContainerCnv_p4 -apply_pattern UnitTest_run unit_test=eflowObjectContainerCnv_p5 diff --git a/Reconstruction/eflowRec/cmt/requirements b/Reconstruction/eflowRec/cmt/requirements deleted file mode 100755 index 2e758eee47158fa32109fed43668676f830819ec..0000000000000000000000000000000000000000 --- a/Reconstruction/eflowRec/cmt/requirements +++ /dev/null @@ -1,64 +0,0 @@ -package eflowRec - -author D.R. Tovey <d.r.tovey@sheffield.ac.uk> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -use CxxUtils CxxUtils-* Control - -use AthLinks AthLinks-* Control -use AthContainers AthContainers-* Control - -use CaloIdentifier CaloIdentifier-* Calorimeter -use CaloRec CaloRec-* Calorimeter -use CaloEvent CaloEvent-* Calorimeter - -use Particle Particle-* Reconstruction - -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools - -use CaloEvent CaloEvent-* Calorimeter -use CLIDSvc CLIDSvc-* Control - -use GeoPrimitives GeoPrimitives-* DetectorDescription - -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODMuon xAODMuon-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODPFlow xAODPFlow-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use TrkParameters TrkParameters-* Tracking/TrkEvent - -use InDetTrackSelectionTool InDetTrackSelectionTool-* InnerDetector/InDetRecTools -use TrackVertexAssociationTool TrackVertexAssociationTool-* InnerDetector/InDetRecTools - -use AtlasROOT AtlasROOT-* External - -private - -use PathResolver PathResolver-* Tools - -use TrkCaloExtension TrkCaloExtension-* Tracking/TrkEvent -use TrkParametersIdentificationHelpers TrkParametersIdentificationHelpers-* Tracking/TrkEvent - -use CaloDetDescr CaloDetDescr-* Calorimeter -use CaloUtils CaloUtils-* Calorimeter - -use FourMomUtils FourMomUtils-* Event - -use StoreGate StoreGate-* Control - -public - -apply_pattern declare_runtime files=" ../share/rmsvsdr.dat" - -apply_pattern component_library library=eflowRec - -library eflowRec *.cxx components/*.cxx -apply_pattern declare_joboptions files="*.txt *.py" -apply_pattern declare_python_modules files="*.py" - - - diff --git a/Reconstruction/egamma/EgammaPhysValMonitoring/cmt/requirements b/Reconstruction/egamma/EgammaPhysValMonitoring/cmt/requirements deleted file mode 100644 index 2695740c76a1cc0795f8dfd43eed2408c3c01dc9..0000000000000000000000000000000000000000 --- a/Reconstruction/egamma/EgammaPhysValMonitoring/cmt/requirements +++ /dev/null @@ -1,42 +0,0 @@ -## automatically generated CMT requirements file -package EgammaPhysValMonitoring -author fthomas - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## for gaudi tools, services and objects -use GaudiInterface GaudiInterface-* External - -## put here your package dependencies... - -#use AsgTools AsgTools-* Control/AthToolSupport - -private -use AtlasCLHEP AtlasCLHEP-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaMonitoring AthenaMonitoring-* Control -use AtlasROOT AtlasROOT-* External -use xAODTruth xAODTruth-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODPrimitives xAODPrimitives-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD -use TrkValHistUtils TrkValHistUtils-* Tracking/TrkValidation -use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis -end_private - - -## - -branches src src/components doc - -private -## default is to make component library -library EgammaPhysValMonitoring *.cxx components/*.cxx - -#macro_append cppflags ' -std=c++11 ' -#macro_append use_linkopts ' -std=c++11 ' - -apply_pattern component_library -end_private - diff --git a/Reconstruction/egamma/egammaAthenaPool/cmt/requirements b/Reconstruction/egamma/egammaAthenaPool/cmt/requirements deleted file mode 100755 index 02c18c98388b091755501680ed59d50aa89de54c..0000000000000000000000000000000000000000 --- a/Reconstruction/egamma/egammaAthenaPool/cmt/requirements +++ /dev/null @@ -1,64 +0,0 @@ -package egammaAthenaPool - -author David Rousseau <rousseau@lal.in2p3.fr> -author Sebastien Binet <binet@cern.ch> - -private - -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use GaudiInterface GaudiInterface-* External -use egammaEventTPCnv egammaEventTPCnv-* Reconstruction/egamma -use egammaEvent egammaEvent-* Reconstruction/egamma -use AthenaBaseComps AthenaBaseComps-* Control - -public - -use AtlasPolicy AtlasPolicy-* -use AtlasSealCLHEP AtlasSealCLHEP-* Database -no_auto_imports -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - - -branches egammaAthenaPool src - -macro egammaAthenaPool_poolCnvTypes "" - -apply_pattern poolcnv typesWithNamespace=$(egammaAthenaPool_poolCnvTypes) \ - files="-s=${egammaEvent_root}/egammaEvent egammaContainer.h ElectronContainer.h PhotonContainer.h egDetailContainer.h EMShowerMinimalContainer.h CaloRingsContainer.h" - -#macro_append RecAthenaPoolPoolCnv_shlibflags " $(RecAthenaPool_dict_linkopts)" - -macro egammaAthenaPool_poolIoHdlrTypes "" - -#apply_pattern pooliohandler \ -# typesWithNamespace=$(egammaAthenaPool_poolIoHdlrTypes) \ -# handlerFiles="-s=${egammaEvent_root}/egammaEvent egammaContainer.h ElectronContainer.h PhotonContainer.h egDetailContainer.h EMShowerMinimalContainer.h CaloRingsContainer.h" - - -apply_pattern declare_joboptions files="-s=../share *.py" - -apply_pattern athenarun_test \ - name="egammaEventTPCnv_15.1.0" \ - options="egammaAthenaPool/egammaEventTPCnv_15.1.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh egammaEventTPCnv_15.1.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh egammaEventTPCnv_15.1.0" - - -apply_pattern athenarun_test \ - name="egammaEventTPCnv_15.6.9" \ - options="egammaAthenaPool/egammaEventTPCnv_15.6.9_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh egammaEventTPCnv_15.6.9" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh egammaEventTPCnv_15.6.9" - - -apply_pattern athenarun_test \ - name="egammaEventTPCnv_16.6.7.1" \ - options="egammaAthenaPool/egammaEventTPCnv_16.6.7.1_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh egammaEventTPCnv_16.6.7.1" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh egammaEventTPCnv_16.6.7.1" - - -apply_pattern athenarun_test \ - name="egammaEventTPCnv_18.0.0" \ - options="egammaAthenaPool/egammaEventTPCnv_18.0.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh egammaEventTPCnv_18.0.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh egammaEventTPCnv_18.0.0" diff --git a/Reconstruction/egamma/egammaConditions/cmt/requirements b/Reconstruction/egamma/egammaConditions/cmt/requirements deleted file mode 100644 index ca19dabbdc7b02b3a391d3da6b611da7298613d4..0000000000000000000000000000000000000000 --- a/Reconstruction/egamma/egammaConditions/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package egammaConditions - -author Jovan Mitrevski <Jovan.Mitrevski@cern.ch> - -use GaudiInterface GaudiInterface-* External -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External - -library egammaConditions *.cxx -apply_pattern installed_library - - -private -use AtlasCLHEP AtlasCLHEP-* External -use AtlasReflex AtlasReflex-* External -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -#apply_pattern lcgdict dict=egammaConditions selectionfile=selection.xml -#navigables="egammaContainer ElectronContainer PhotonContainer EMShowerMinimalContainer" \ -#elementLinks="egDetailContainer" \ -#headerfiles="../egammaEvent/egammaEventDict.h" - -apply_pattern lcgdict dict=egammaConditions selectionfile=selection.xml \ -headerfiles="../egammaConditions/egammaConditionsDict.h" diff --git a/Reconstruction/egamma/egammaEvent/cmt/Makefile.RootCore b/Reconstruction/egamma/egammaEvent/cmt/Makefile.RootCore deleted file mode 100644 index 52cf354fd1f40276466af157cbb43b4dfcd6932b..0000000000000000000000000000000000000000 --- a/Reconstruction/egamma/egammaEvent/cmt/Makefile.RootCore +++ /dev/null @@ -1,8 +0,0 @@ -PACKAGE = egammaEvent -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_DEP = - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/egamma/egammaEvent/cmt/requirements b/Reconstruction/egamma/egammaEvent/cmt/requirements deleted file mode 100644 index 9a3b4cee44078a5d2d42e746b87ff5bb7ea84051..0000000000000000000000000000000000000000 --- a/Reconstruction/egamma/egammaEvent/cmt/requirements +++ /dev/null @@ -1,71 +0,0 @@ -package egammaEvent - -author H. Ma <hma@bnl.gov> -author A. Poppleton <Alan.Poppleton@cern.ch> -author S. Rajagopalan <srinir@bnl.gov> -author M. Wielers <Monika.Wielers.cern.ch> -author A. Khodinov <khodinov@bnl.gov> - -use AtlasPolicy AtlasPolicy-* -use AtlasBoost AtlasBoost-* External -use NavFourMom NavFourMom-* Event -use SGTools SGTools-* Control -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use CaloEvent CaloEvent-* Calorimeter -use CaloIdentifier CaloIdentifier-* Calorimeter -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter -use VxVertex VxVertex-* Tracking/TrkEvent -use EventKernel EventKernel-* Event -use FourMom FourMom-* Event -use Navigation Navigation-* Control -use CLIDSvc CLIDSvc-* Control -use Particle Particle-* Reconstruction -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon -use JetEvent JetEvent-* Reconstruction/Jet -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkParametersBase TrkParametersBase-* Tracking/TrkEvent - - - -library egammaEvent *.cxx - -apply_pattern installed_library - -private -use AtlasROOT AtlasROOT-* External -use AtlasCLHEP AtlasCLHEP-* External -use AtlasReflex AtlasReflex-* External -use GaudiInterface GaudiInterface-* External -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParametersBase TrkParametersBase-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent - -use egammaConditions egammaConditions-* Reconstruction/egamma - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -apply_pattern lcgdict dict=egammaEvent \ -selectionfile=selection.xml \ -navigables="egammaContainer ElectronContainer PhotonContainer EMShowerMinimalContainer" \ -elementLinks="egDetailContainer CaloRingsContainer" \ -headerfiles="../egammaEvent/egammaEventDict.h" - -macro_append egammaEventDict_shlibflags -lCore - -# Split the enums off into a separate dictionary, -# so that we can get them from python without having to load all the EDM -# classes. -apply_pattern lcgdict dict=egammaEnums \ -selectionfile=selectionEnums.xml \ -headerfiles="../egammaEvent/egammaEnumsDict.h" - -# remove use_linkopts -macro egammaEnumsDict_shlibflags "$(componentshr_linkopts) $(Reflex_linkopts) $(egammaEvent_extra_shlibflags)" diff --git a/Reconstruction/egamma/egammaEventTPCnv/cmt/requirements b/Reconstruction/egamma/egammaEventTPCnv/cmt/requirements deleted file mode 100755 index 3b884e81f64682ef50a2fcd0b3e65ee488000293..0000000000000000000000000000000000000000 --- a/Reconstruction/egamma/egammaEventTPCnv/cmt/requirements +++ /dev/null @@ -1,41 +0,0 @@ -package egammaEventTPCnv - -author David Rousseau <rousseau@lal.in2p3.fr> -author Sebastien Binet <binet@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -# use StoreGate StoreGate-* Control - -# use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -# use DataModel DataModel-* Control -use DataModelAthenaPool DataModelAthenaPool-* Control -use EventCommonTPCnv EventCommonTPCnv-* Event - -use egammaEvent egammaEvent-* Reconstruction/egamma -use ParticleEventTPCnv ParticleEventTPCnv-* PhysicsAnalysis/AnalysisCommon -# use RootConversions RootConversions-* Database/AthenaPOOL -# use TrkEventTPCnv TrkEventTPCnv-* Tracking/TrkEventCnv - - -private -use AtlasReflex AtlasReflex-* External -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -end_private - - -branches egammaEventTPCnv src - -library egammaEventTPCnv *.cxx -apply_pattern tpcnv_library - -# -# Create a dictionary for the persistent representation -# of transient classes -private -apply_pattern lcgdict dict=egammaEventTPCnv selectionfile=selection.xml headerfiles="../egammaEventTPCnv/egammaEventTPCnvDict.h" -apply_pattern lcgdict dict=OLD_egammaEventTPCnv selectionfile=OLD_selection.xml headerfiles="../egammaEventTPCnv/egammaEventTPCnvDict.h" -end_private - diff --git a/Reconstruction/egamma/egammaInterfaces/cmt/requirements b/Reconstruction/egamma/egammaInterfaces/cmt/requirements deleted file mode 100644 index 26d72a7e87749ec5573d1156cded06e3b56b10fa..0000000000000000000000000000000000000000 --- a/Reconstruction/egamma/egammaInterfaces/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -package egammaInterfaces - -author Frederic Derue -author Christos Anastopoulos - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD - - -# The following use is to get the lcgdict pattern. -# This is "hidden" behind "private" and "no_auto_imports" to keep -# clients of EventInfo from seeing excess dependencies private - -use AtlasReflex AtlasReflex-* External -no_auto_imports - - - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See EventInfoDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. - -# Must temporarily omit emission of methods - fails -apply_pattern lcgdict dict=egammaInterfaces selectionfile=selection.xml headerfiles="../egammaInterfaces/egammaInterfacesDict.h" - - -# Split the enums off into a separate dictionary, -# so that we can get them from python without having to load all the EDM -# classes. - -#apply_pattern lcgdict dict=egammaInterfacesEnums \ -#selectionfile=selectionEnums.xml \ -#headerfiles="../egammaInterfaces/egammaEnumsDict.h" - -# remove use_linkopts -#macro egammaInterfacesEnumsDict_shlibflags "$(componentshr_linkopts) $(Reflex_linkopts) $(egammaInterfaces_extra_shlibflags)" diff --git a/Reconstruction/egamma/egammaLayerRecalibTool/cmt/Makefile.RootCore b/Reconstruction/egamma/egammaLayerRecalibTool/cmt/Makefile.RootCore deleted file mode 100644 index 27562e4cf1f664f8c0eb538673334637eecffd51..0000000000000000000000000000000000000000 --- a/Reconstruction/egamma/egammaLayerRecalibTool/cmt/Makefile.RootCore +++ /dev/null @@ -1,21 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - -PACKAGE = egammaLayerRecalibTool -PACKAGE_PRELOAD = Hist -PACKAGE_CXXFLAGS = -Wno-shadow -Wall -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AsgTools xAODEventInfo xAODEgamma PathResolver PATInterfaces -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_PEDANTIC = 1 -PACKAGE_REFLEX = 1 - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/egamma/egammaLayerRecalibTool/cmt/requirements b/Reconstruction/egamma/egammaLayerRecalibTool/cmt/requirements deleted file mode 100644 index 4e58316f297fd35eef457885fd7e6e47b0e3f2da..0000000000000000000000000000000000000000 --- a/Reconstruction/egamma/egammaLayerRecalibTool/cmt/requirements +++ /dev/null @@ -1,41 +0,0 @@ -################################################# -package egammaLayerRecalibTool - -author Ruggero Turra <ruggero.turra@cern.ch> -author Bruno Lenzi <Bruno.Lenzi@cern.ch> - - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External - -############################################################ -# For the interface for the athena tool -use PATInterfaces PATInterfaces-* PhysicsAnalysis/AnalysisCommon -use AsgTools AsgTools-* Control/AthToolSupport -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODEventInfo xAODEventInfo-* Event/xAOD - - -# Add cmake compatibility (doesn't do anything on CMT side of things) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Tree TreePlayer TMVA XMLIO)" - -private -use PathResolver PathResolver-* Tools -end_private -# end of it -############################################################ - - -# Specify required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Hist)" - -apply_pattern installed_library - library egammaLayerRecalibTool "../Root/*.cxx ../src/*.cxx" - -private -use PathResolver PathResolver-* Tools -# macro_append rootBasicLibs " -lPyROOT " - -end_private -################################################# diff --git a/Reconstruction/egamma/egammaMVACalib/cmt/Makefile.RootCore b/Reconstruction/egamma/egammaMVACalib/cmt/Makefile.RootCore deleted file mode 100644 index 21f7731a37836503853f502572ffea9cbdc912fa..0000000000000000000000000000000000000000 --- a/Reconstruction/egamma/egammaMVACalib/cmt/Makefile.RootCore +++ /dev/null @@ -1,14 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -PACKAGE = egammaMVACalib -PACKAGE_PRELOAD = Hist TMVA -PACKAGE_CXXFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_DEP = AsgTools xAODEgamma xAODCaloEvent xAODEventInfo xAODRootAccess EventLoop PathResolver CxxUtils MVAUtils egammaRecEvent -PACKAGE_NOOPT = 0 -PACKAGE_PEDANTIC = 1 -PACKAGE_REFLEX = 1 -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/egamma/egammaMVACalib/cmt/requirements b/Reconstruction/egamma/egammaMVACalib/cmt/requirements deleted file mode 100644 index b4e0cd5ab59400c2d6e2ad9fea6bbe922be75614..0000000000000000000000000000000000000000 --- a/Reconstruction/egamma/egammaMVACalib/cmt/requirements +++ /dev/null @@ -1,48 +0,0 @@ -################################################# -package egammaMVACalib - -author Christos Anastopoulos -author Ruggero Turra <ruggero.turra@cern.ch> -author Bruno Lenzi <Bruno.Lenzi@cern.ch> -author Javier Salazar <jsalazar@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use GaudiInterface GaudiInterface-* External - -############################################################ -# For the interface for the athena tool - -use AsgTools AsgTools-* Control/AthToolSupport -use xAODEgamma xAODEgamma-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD - -# Add cmake compatibility (doesn't do anything on CMT side of things) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Tree TreePlayer TMVA XMLIO)" - -private -use CxxUtils CxxUtils-* Control -use PathResolver PathResolver-* Tools -use AtlasReflex AtlasReflex-* External -use MVAUtils MVAUtils-* Reconstruction -end_private -# end of it -############################################################ - -apply_pattern dual_use_library files="../Root/*.cxx" -apply_pattern declare_joboptions files=*.py -apply_pattern declare_python_modules files="../python/*.py" - -## install the ROOT files (in the data/ directory) -apply_pattern declare_calib files="../share/*.root " - -private -apply_pattern lcgdict dict=egammaMVACalib selectionfile=selection.xml \ - headerfiles="../egammaMVACalib/egammaMVACalibDict.h" - -macro_append rootBasicLibs " -lXMLIO -lTMVA -lTreePlayer " - -end_private -################################################# - diff --git a/Reconstruction/egamma/egammaPerformance/cmt/requirements b/Reconstruction/egamma/egammaPerformance/cmt/requirements deleted file mode 100644 index 1120bed75180309962c41d4ba181f3d8926df567..0000000000000000000000000000000000000000 --- a/Reconstruction/egamma/egammaPerformance/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package egammaPerformance - -author Claire Adam-Bourdarios <claire.bourdarios@cern.ch> -author Kamal Benslama <kamal.benslama@uregina.ca> - -use AtlasPolicy AtlasPolicy-* - -private -apply_tag ROOTMathLibs -apply_tag ROOTGraphicsLibs - -use TestPolicy TestPolicy-* - -apply_pattern validate_xml -end_private - -use AthenaMonitoring AthenaMonitoring-* Control -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -use xAODEgamma xAODEgamma-* Event/xAOD - -use xAODEventInfo xAODEventInfo-* Event/xAOD -use StoreGate StoreGate-* Control - -use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent -use TrigParticle TrigParticle-* Trigger/TrigEvent -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use CoraCool CoraCool-* Database -no_auto_imports - -#use MissingETEvent MissingETEvent-* Reconstruction - -apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_python_modules files="*.py" - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_runtime files="-s=../share *.root *.dat" extras="../share/egammaPerformance_hist.C ../share/egammaPerformance_ID_hist.C ../share/egammaPerformanceHistsToPostScript.C ../share/egammaPerformanceRunMacros.C" - - diff --git a/Reconstruction/egamma/egammaRecEvent/cmt/Makefile.RootCore b/Reconstruction/egamma/egammaRecEvent/cmt/Makefile.RootCore deleted file mode 100644 index e4fe362aa53f01cabbb1cf3709b1ad79317b720c..0000000000000000000000000000000000000000 --- a/Reconstruction/egamma/egammaRecEvent/cmt/Makefile.RootCore +++ /dev/null @@ -1,16 +0,0 @@ -PACKAGE = egammaRecEvent -PACKAGE_PRELOAD = -PACKAGE_CXXFLAGS = -PACKAGE_OBJFLAGS = -PACKAGE_LDFLAGS = -PACKAGE_BINFLAGS = -PACKAGE_LIBFLAGS = -PACKAGE_DEP = AthContainers AthLinks xAODTracking xAODCaloEvent CxxUtils -PACKAGE_TRYDEP = -PACKAGE_CLEAN = -PACKAGE_NOGRID = -PACKAGE_PEDANTIC = 1 -PACKAGE_NOOPT = 0 -PACKAGE_NOCC = 0 -PACKAGE_REFLEX = 1 -include $(ROOTCOREDIR)/Makefile-common \ No newline at end of file diff --git a/Reconstruction/egamma/egammaRecEvent/cmt/requirements b/Reconstruction/egamma/egammaRecEvent/cmt/requirements deleted file mode 100644 index 99b144400de91c1d97eb52da461516647473ffe9..0000000000000000000000000000000000000000 --- a/Reconstruction/egamma/egammaRecEvent/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package egammaRecEvent - -author Christos Anastopoulos <Christos.Anastopoulos@cern.ch> - -public - -# Central package(s): -use AtlasPolicy AtlasPolicy-* -use SGTools SGTools-* Control -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control - -# EDM package(s): -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD - - -library egammaRecEvent ../Root/*.cxx - -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External -apply_pattern lcgdict dict=egammaRecEvent selectionfile=selection.xml headerfiles="../egammaRecEvent/egammaRecEventDict.h" diff --git a/Reconstruction/egamma/egammaUtils/cmt/requirements b/Reconstruction/egamma/egammaUtils/cmt/requirements deleted file mode 100644 index 47bc696ac3344fd3f7ffb054ab703bea3f937798..0000000000000000000000000000000000000000 --- a/Reconstruction/egamma/egammaUtils/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package egammaUtils - -use AtlasPolicy AtlasPolicy-* - -use AtlasROOT AtlasROOT-* External -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use EventPrimitives EventPrimitives-* Event - -private - -use AthenaBaseComps AthenaBaseComps-* Control -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use AtlasEigen AtlasEigen-* External -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use FourMomUtils FourMomUtils-* Event -use AnalysisUtils AnalysisUtils-* PhysicsAnalysis/AnalysisCommon - -apply_tag ROOTMathLibs - -end_private - -library egammaUtils ../Root/*.cxx -apply_pattern installed_library - diff --git a/Reconstruction/egamma/egammaValidation/cmt/requirements b/Reconstruction/egamma/egammaValidation/cmt/requirements deleted file mode 100644 index 5c6594f2f8a7d4ee2a9ac4334d02c6edf2cc68d3..0000000000000000000000000000000000000000 --- a/Reconstruction/egamma/egammaValidation/cmt/requirements +++ /dev/null @@ -1,47 +0,0 @@ -package egammaValidation - -author Marthe Teinturier <Marthe.Teinturier@cern.ch> -author Frederic Derue <derue@lpnhe.in2p3.fr> - -use AtlasPolicy AtlasPolicy-* -#use AtlasReconstructionRunTime AtlasReconstructionRunTime-* - -#private -#apply_tag ROOTMathLibs -#apply_tag ROOTGraphicsLibs -#end_private - -#use AthenaMonitoring AthenaMonitoring-* Control -#use CaloEvent CaloEvent-* Calorimeter -#use GaudiInterface GaudiInterface-* External -#use StoreGate StoreGate-* Control -#use AtlasROOT AtlasROOT-* External -#use EventInfo EventInfo-* Event - -#use Particle Particle-* Reconstruction -#use CaloDetDescr CaloDetDescr-* Calorimeter - -#use egammaEvent egammaEvent-* Reconstruction/egamma -#use egammaInterfaces egammaInterfaces-* Reconstruction/egamma - -##apply_pattern dual_use_library files=*.cxx - -apply_pattern declare_python_modules files="*.py" - -apply_pattern declare_joboptions files="*.py" - -apply_pattern declare_scripts files="egammaRTTInit.py" - - -# apply_pattern declare_runtime files="-s=../share *.root *.dat" extras="../test/egammaValidation_TestConfiguration.xml ../share/egammaValidation_hist.C ../share/egammaValidation_ID_hist.C ../share/egammaValidationHistsToPostScript.C ../share/egammaValidationRunMacros.C" - -#macro egammaValidation_TestConfiguration "../test/egammaValidation_TestConfiguration.xml" -#apply_pattern declare_runtime extras="../test/egammaValidation_TestConfiguration.xml" - -private - -#add validation of RTT xml file -use TestPolicy TestPolicy-* -apply_pattern validate_xml - -end_private diff --git a/Reconstruction/iPat/iPatGeometry/cmt/requirements b/Reconstruction/iPat/iPatGeometry/cmt/requirements deleted file mode 100755 index f9d2b4400e63793c1d0fdbf7b11d9f60c29f4793..0000000000000000000000000000000000000000 --- a/Reconstruction/iPat/iPatGeometry/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package iPatGeometry -########################################################### -## geometry description AlgTools (specific to iPatRec) -########################################################### - -author Alan Poppleton <Alan.Poppleton@cern.ch> -author Giorgos Stavropoulos <George.Stavropoulos@cern.ch> - -private -use EventPrimitives EventPrimitives-* Event -use GaudiInterface GaudiInterface-* External - -public -use AtlasPolicy AtlasPolicy-* -use GeoPrimitives GeoPrimitives-* DetectorDescription -use Identifier Identifier-* DetectorDescription -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -library iPatGeometry DetectorIntersect.cxx \ - MaterialAllocator.cxx \ - PixelTrapezoid.cxx \ - SiliconDetector.cxx \ - SiliconDetectorBuilder.cxx \ - SiliconLayer.cxx \ - SiliconRectangle.cxx \ - SiliconRing.cxx \ - SiliconTrapezoid.cxx - -apply_pattern installed_library - -private - diff --git a/Reconstruction/iPat/iPatGeometryTools/cmt/requirements b/Reconstruction/iPat/iPatGeometryTools/cmt/requirements deleted file mode 100755 index fe810496cdf53ddf0b27852dbc9f95cc969cfe55..0000000000000000000000000000000000000000 --- a/Reconstruction/iPat/iPatGeometryTools/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package iPatGeometryTools -########################################################### -## geometry description AlgTools (specific to iPatRec) -########################################################### - -author Alan Poppleton <Alan.Poppleton@cern.ch> - -private -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use Identifier Identifier-* DetectorDescription -use iPatGeometry iPatGeometry-* Reconstruction/iPat -use iPatInterfaces iPatInterfaces-* Reconstruction/iPat - -library iPatGeometryTools DetectorSelection.cxx \ - LayerAllocator.cxx \ - LayerNumberAllocator.cxx \ - SiDetectorLocator.cxx \ - components/*.cxx - -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" - -private - - diff --git a/Reconstruction/iPat/iPatInterfaces/cmt/requirements b/Reconstruction/iPat/iPatInterfaces/cmt/requirements deleted file mode 100755 index fcb989bf6e5ad60f09574cb4e36ab8f3d23811ec..0000000000000000000000000000000000000000 --- a/Reconstruction/iPat/iPatInterfaces/cmt/requirements +++ /dev/null @@ -1,20 +0,0 @@ -package iPatInterfaces - -manager Alan Poppleton <Alan.Poppleton@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaKernel AthenaKernel-* Control -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use iPatTrack iPatTrack-* Reconstruction/iPat - -# Declare this package as a metalibrary for cmake in order to allow its clients access to -# include files and libraries from packages that this one depends on (transparent to CMT) -apply_pattern cmake_add_command command=metalibrary - -# apply_pattern declare_non_standard_include name=doc - -private -# macro DOXYGEN_IMAGE_PATH "../doc/images" diff --git a/Reconstruction/iPat/iPatQuality/cmt/requirements b/Reconstruction/iPat/iPatQuality/cmt/requirements deleted file mode 100755 index 61b2d9c050c759875da9228af1c7f1eb1662add7..0000000000000000000000000000000000000000 --- a/Reconstruction/iPat/iPatQuality/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package iPatQuality -########################################################### -## track quality control package -########################################################### - -author Alan Poppleton <Alan.Poppleton@cern.ch> - -private -use GaudiInterface GaudiInterface-* External - -public -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasPolicy AtlasPolicy-* -use iPatInterfaces iPatInterfaces-* Reconstruction/iPat -use iPatTrack iPatTrack-* Reconstruction/iPat - -library iPatQuality TrackQuality.cxx \ - components/*.cxx - -apply_pattern component_library - -private - - - diff --git a/Reconstruction/iPat/iPatRecEvent/cmt/requirements b/Reconstruction/iPat/iPatRecEvent/cmt/requirements deleted file mode 100755 index 8bdfb4aca1bac91dff9cb82ae476a4901610f50a..0000000000000000000000000000000000000000 --- a/Reconstruction/iPat/iPatRecEvent/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package iPatRecEvent -############################################################################# -## iPatRec athena data classes (declared to StoreGate) -############################################################################# - -author Nectarios Benekos <Nectarios.Benekos@cern.ch> -author Roger Clifft <Roger.Clifft@cern.ch> -author Alan Poppleton <Alan.Poppleton@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control -use iPatTrack iPatTrack-* Reconstruction/iPat - -library iPatRecEvent iPatTrackContainer.cxx - -branches iPatRecEvent src - -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -apply_pattern lcgdict dict=iPatTrackContainer selectionfile=selection.xml headerfiles="../iPatRecEvent/iPatTrackContainerDict.h" - - - diff --git a/Reconstruction/iPat/iPatRecExample/cmt/private_requirements b/Reconstruction/iPat/iPatRecExample/cmt/private_requirements deleted file mode 100755 index 33875747506cdf131de9a904655001eb12d4c84b..0000000000000000000000000000000000000000 --- a/Reconstruction/iPat/iPatRecExample/cmt/private_requirements +++ /dev/null @@ -1,33 +0,0 @@ -package iPatRecExample -############################################################################# -## example to run iPatRec in athena framework - including the (mainly -## inner detector) packages which provide data through the TDS/TES -############################################################################# - -author Alan Poppleton <Alan.Poppleton@cern.ch> -author Nectarios Benekos <Nectarios.Benekos@cern.ch> - -private - -use AtlasReconstructionRunTime AtlasReconstructionRunTime-* -no_auto_imports -use AtlasPolicy AtlasPolicy-* - -# get iPatRec dependencies (so that checked out packages will be seen by cmt broadcast) -use TRT_Rec TRT_Rec-* Reconstruction -use iPatGeometryTools iPatGeometryTools-* Reconstruction/iPat -use iPatQuality iPatQuality-* Reconstruction/iPat -use iPatRecAlgs iPatRecAlgs-* Reconstruction/iPat -use iPatTrackFinder iPatTrackFinder-* Reconstruction/iPat -use iPatTrackFitter iPatTrackFitter-* Reconstruction/iPat -use iPatTrackFollower iPatTrackFollower-* Reconstruction/iPat -use iPatTruthTrajectory iPatTruthTrajectory-* Reconstruction/iPat -use TrkiPatFitter TrkiPatFitter-* Tracking/TrkFitter -use TrkiPatFitterUtils TrkiPatFitterUtils-* Tracking/TrkFitter - -branches run share - -apply_pattern declare_joboptions files="*.py" - -# script to link magnetic field, example jobOptions etc -apply_pattern declare_scripts files="iPatSetup.sh" - diff --git a/Reconstruction/iPat/iPatRecExample/cmt/requirements b/Reconstruction/iPat/iPatRecExample/cmt/requirements deleted file mode 100755 index 33875747506cdf131de9a904655001eb12d4c84b..0000000000000000000000000000000000000000 --- a/Reconstruction/iPat/iPatRecExample/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package iPatRecExample -############################################################################# -## example to run iPatRec in athena framework - including the (mainly -## inner detector) packages which provide data through the TDS/TES -############################################################################# - -author Alan Poppleton <Alan.Poppleton@cern.ch> -author Nectarios Benekos <Nectarios.Benekos@cern.ch> - -private - -use AtlasReconstructionRunTime AtlasReconstructionRunTime-* -no_auto_imports -use AtlasPolicy AtlasPolicy-* - -# get iPatRec dependencies (so that checked out packages will be seen by cmt broadcast) -use TRT_Rec TRT_Rec-* Reconstruction -use iPatGeometryTools iPatGeometryTools-* Reconstruction/iPat -use iPatQuality iPatQuality-* Reconstruction/iPat -use iPatRecAlgs iPatRecAlgs-* Reconstruction/iPat -use iPatTrackFinder iPatTrackFinder-* Reconstruction/iPat -use iPatTrackFitter iPatTrackFitter-* Reconstruction/iPat -use iPatTrackFollower iPatTrackFollower-* Reconstruction/iPat -use iPatTruthTrajectory iPatTruthTrajectory-* Reconstruction/iPat -use TrkiPatFitter TrkiPatFitter-* Tracking/TrkFitter -use TrkiPatFitterUtils TrkiPatFitterUtils-* Tracking/TrkFitter - -branches run share - -apply_pattern declare_joboptions files="*.py" - -# script to link magnetic field, example jobOptions etc -apply_pattern declare_scripts files="iPatSetup.sh" - diff --git a/Reconstruction/iPat/iPatTrack/cmt/requirements b/Reconstruction/iPat/iPatTrack/cmt/requirements deleted file mode 100755 index 30d2049d147352dcd094f0f6cb18db54a21f1f3e..0000000000000000000000000000000000000000 --- a/Reconstruction/iPat/iPatTrack/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package iPatTrack - -########################################################### -## define track base classes -########################################################### - -author Alan Poppleton <Alan.Poppleton@cern.ch> -author Roger Clifft <Roger.Clifft@cern.ch> - -private -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkTrack TrkTrack-* Tracking/TrkEvent - -public -use AtlasPolicy AtlasPolicy-* -use EventPrimitives EventPrimitives-* Event -use Identifier Identifier-* DetectorDescription -use TrkParameters TrkParameters-* Tracking/TrkEvent -use iPatTrackParameters iPatTrackParameters-* Reconstruction/iPat - -library iPatTrack HitOnTrack.cxx \ - HitQuality.cxx \ - HitStatistics.cxx \ - HitStatus.cxx \ - Track.cxx \ - TrackEnvelope.cxx \ - TrackStatus.cxx \ - TruthAssociation.cxx - -apply_pattern installed_library - -private - - diff --git a/Reconstruction/iPat/iPatTrackFinder/cmt/requirements b/Reconstruction/iPat/iPatTrackFinder/cmt/requirements deleted file mode 100755 index d6b600f9c6ab6604782aa3ffa28ed61062cd747c..0000000000000000000000000000000000000000 --- a/Reconstruction/iPat/iPatTrackFinder/cmt/requirements +++ /dev/null @@ -1,48 +0,0 @@ -package iPatTrackFinder - -############################################################## -## track pattern recognition starting from SpacePointContainer -############################################################## - -author Alan Poppleton <Alan.Poppleton@cern.ch> - -private -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use MagFieldInterfaces MagFieldInterfaces-* MagneticField -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use iPatGeometry iPatGeometry-* Reconstruction/iPat -use iPatTrackParameters iPatTrackParameters-* Reconstruction/iPat -use iPatUtility iPatUtility-* Reconstruction/iPat - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use EventPrimitives EventPrimitives-* Event -use GaudiInterface GaudiInterface-* External -use Identifier Identifier-* DetectorDescription -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use iPatInterfaces iPatInterfaces-* Reconstruction/iPat -use iPatTrack iPatTrack-* Reconstruction/iPat - -library iPatTrackFinder AssignedHits.cxx \ - CandidateBuilder.cxx \ - CombinationMaker.cxx \ - FinderTolerances.cxx \ - Point.cxx \ - PointGroup.cxx \ - PointManager.cxx \ - PrimaryCandidate.cxx \ - SecondaryCandidate.cxx \ - TrackFinder.cxx \ - TrackManager.cxx \ - components/*.cxx - -apply_pattern component_library - -private - - - diff --git a/Reconstruction/iPat/iPatTrackFitter/cmt/requirements b/Reconstruction/iPat/iPatTrackFitter/cmt/requirements deleted file mode 100755 index d248d9020eef0b18dc991578977eaa4437b269e1..0000000000000000000000000000000000000000 --- a/Reconstruction/iPat/iPatTrackFitter/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package iPatTrackFitter - -########################################################### -## track fitting in InnerDetector and/or MuonSpectrometer -########################################################### - -author Alan Poppleton <Alan.Poppleton@cern.ch> - -private -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkVolumes TrkVolumes-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkiPatFitterUtils TrkiPatFitterUtils-* Tracking/TrkFitter -use VxVertex VxVertex-* Tracking/TrkEvent - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use iPatInterfaces iPatInterfaces-* Reconstruction/iPat - -library iPatTrackFitter TrackFitter.cxx \ - components/*.cxx - -apply_pattern component_library - -private - - diff --git a/Reconstruction/iPat/iPatTrackFollower/cmt/requirements b/Reconstruction/iPat/iPatTrackFollower/cmt/requirements deleted file mode 100755 index 6065a931b362b10325daa8fc8185c7fe7e69946d..0000000000000000000000000000000000000000 --- a/Reconstruction/iPat/iPatTrackFollower/cmt/requirements +++ /dev/null @@ -1,51 +0,0 @@ -package iPatTrackFollower - -######################################################################## -## follow tracks through inner detector (i.e. associate material & hits) -## TrackFollower AlgTool and related classes -######################################################################## - -author Alan Poppleton <Alan.Poppleton@cern.ch> -author Roger Clifft <Roger.Clifft@cern.ch> - -private -use GeoPrimitives GeoPrimitives-* DetectorDescription -use InDetConditionsSummaryService InDetConditionsSummaryService* InnerDetector/InDetConditions -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use InDetReadoutGeometry InDetReadoutGeometry-* InnerDetector/InDetDetDescr -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use StoreGate StoreGate-* Control -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use iPatGeometry iPatGeometry-* Reconstruction/iPat -use iPatInterfaces iPatInterfaces-* Reconstruction/iPat -use iPatTrack iPatTrack-* Reconstruction/iPat - -library iPatTrackFollower LayerAssociation.cxx \ - LayerPrediction.cxx \ - LayerPredictor.cxx \ - SiClusterProperties.cxx \ - SiliconClusterMap.cxx \ - SiliconLayerAssociator.cxx \ - TrackBuilder.cxx \ - TrackFollower.cxx \ - components/*.cxx - -apply_pattern component_library - - - - - - - diff --git a/Reconstruction/iPat/iPatTrackParameters/cmt/requirements b/Reconstruction/iPat/iPatTrackParameters/cmt/requirements deleted file mode 100755 index 80e1f35c777bb33d932124247a26071cd0505400..0000000000000000000000000000000000000000 --- a/Reconstruction/iPat/iPatTrackParameters/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package iPatTrackParameters - -########################################################### -## define track parameter base classes -########################################################### - -author Alan Poppleton <Alan.Poppleton@cern.ch> -author Roger Clifft <Roger.Clifft@cern.ch> - -private -use AthenaKernel AthenaKernel-* Control - -public -use AtlasPolicy AtlasPolicy-* -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription - -library iPatTrackParameters PerigeeParameters.cxx \ - ScattererParameters.cxx - -apply_pattern installed_library - -private - diff --git a/Reconstruction/iPat/iPatTruthTrajectory/cmt/requirements b/Reconstruction/iPat/iPatTruthTrajectory/cmt/requirements deleted file mode 100755 index 0914e71759a1f772d13a84eece0719287d4f20bf..0000000000000000000000000000000000000000 --- a/Reconstruction/iPat/iPatTruthTrajectory/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package iPatTruthTrajectory -########################################################### -## propagate ideal track parameters from truth -########################################################### - -author Alan Poppleton <Alan.Poppleton@cern.ch> - -private -use GeneratorObjects GeneratorObjects-* Generators -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TruthTools TruthTools-* Generators/GenAnalysisTools - -public -use AtlasHepMC AtlasHepMC-* External -use HepPDT v* LCG_Interfaces -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use iPatInterfaces iPatInterfaces-* Reconstruction/iPat -use iPatTrackParameters iPatTrackParameters-* Reconstruction/iPat - -library iPatTruthTrajectory TruthParameters.cxx \ - components/*.cxx - -apply_pattern component_library - -private - - diff --git a/Reconstruction/iPat/iPatUtility/cmt/requirements b/Reconstruction/iPat/iPatUtility/cmt/requirements deleted file mode 100755 index 3be0614917ce6628bff6a9eebbf7111082d06473..0000000000000000000000000000000000000000 --- a/Reconstruction/iPat/iPatUtility/cmt/requirements +++ /dev/null @@ -1,17 +0,0 @@ -package iPatUtility -########################################################### -## iPatRec utilities: data classes used by tool interfaces -########################################################### - -author Alan Poppleton <Alan.Poppleton@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GeoPrimitives GeoPrimitives-* DetectorDescription - -library iPatUtility VertexRegion.cxx - -apply_pattern installed_library - -private - - diff --git a/Reconstruction/tauEvent/cmt/requirements b/Reconstruction/tauEvent/cmt/requirements deleted file mode 100644 index 75ea2d3ca5df8466acdc18aa404ddb18828627c3..0000000000000000000000000000000000000000 --- a/Reconstruction/tauEvent/cmt/requirements +++ /dev/null @@ -1,47 +0,0 @@ -package tauEvent - -author Noel Dawe <Noel%DOT%Dawe%AT%cern%DOT%ch> -author Thomas Burgess <tburgess-at-cern-ch> -author Lukasz Janyst <ljanyst@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use EventKernel EventKernel-* Event -use FourMom FourMom-* Event -use Particle Particle-* Reconstruction -use CaloEvent CaloEvent-* Calorimeter -use CaloIdentifier CaloIdentifier-* Calorimeter -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon -use AtlasCLHEP AtlasCLHEP-* External -use SGTools SGTools-* Control -use AthLinks AthLinks-* Control -use Navigation Navigation-* Control -use FourMom FourMom-* Event -use NavFourMom NavFourMom-* Event -use VxVertex VxVertex-* Tracking/TrkEvent -use JetEvent JetEvent-* Reconstruction/Jet - -library tauEvent *.cxx - -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports -use AtlasROOT AtlasROOT-* External - -apply_pattern lcgdict dict=tauEvent \ - selectionfile=selection.xml \ - headerfiles="../tauEvent/tauEventDict.h" \ - elementLinks="Analysis::TauJetContainer Analysis::TauDetailsContainer" - -macro_append tauEventDict_shlibflags - -# Split the enums off into a separate dictionary, -# so that we can get them from python without having to load all the EDM -# classes. -apply_pattern lcgdict dict=tauEnums \ - selectionfile=selectionEnums.xml \ - headerfiles="../tauEvent/tauEnumsDict.h" - -# remove use_linkopts -macro tauEnumsDict_shlibflags "$(componentshr_linkopts) $(Reflex_linkopts) $(tauEvent_extra_shlibflags)" diff --git a/Reconstruction/tauEventAthenaPool/cmt/requirements b/Reconstruction/tauEventAthenaPool/cmt/requirements deleted file mode 100644 index a005ea4763c527497d501a5c44a35f43e09c9870..0000000000000000000000000000000000000000 --- a/Reconstruction/tauEventAthenaPool/cmt/requirements +++ /dev/null @@ -1,64 +0,0 @@ -package tauEventAthenaPool - -author David Rousseau <rousseau@lal.in2p3.fr> -author Sebastien Binet <binet@cern.ch> -author Blake Burghgrave <blake.burghgrave@cern.ch> - -private - -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use GaudiInterface GaudiInterface-* External -use tauEventTPCnv tauEventTPCnv-* Reconstruction -use tauEvent tauEvent-* Reconstruction - -public - -use AtlasPolicy AtlasPolicy-* -use AtlasSealCLHEP AtlasSealCLHEP-* Database -no_auto_imports -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - - -branches tauEventAthenaPool src - -macro tauEventAthenaPool_poolCnvTypes "" -macro_append tauEventAthenaPool_poolCnvTypes "Analysis::TauJetContainer " -macro_append tauEventAthenaPool_poolCnvTypes "Analysis::TauDetailsContainer " - -apply_pattern poolcnv typesWithNamespace=$(tauEventAthenaPool_poolCnvTypes) \ - files="-s=${tauEvent_root}/tauEvent TauJetContainer.h \ - -s=${tauEvent_root}/tauEvent TauDetailsContainer.h" - -macro_append tauEventAthenaPoolPoolCnv_shlibflags " $(tauEventAthenaPool_dict_linkopts)" - -macro tauEventAthenaPool_poolIoHdlrTypes "" -macro_append tauEventAthenaPool_poolIoHdlrTypes "Analysis::TauJetContainer " -macro_append tauEventAthenaPool_poolIoHdlrTypes "Analysis::TauDetailsContainer " - -apply_pattern declare_joboptions files="-s=../share *.py" - -apply_pattern athenarun_test \ - name="tauEventTPCnv_15.0.0" \ - options="tauEventAthenaPool/tauEventTPCnv_15.0.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh tauEventTPCnv_15.0.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh tauEventTPCnv_15.0.0" - - -apply_pattern athenarun_test \ - name="tauEventTPCnv_15.6.9" \ - options="tauEventAthenaPool/tauEventTPCnv_15.6.9_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh tauEventTPCnv_15.6.9" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh tauEventTPCnv_15.6.9" - - -apply_pattern athenarun_test \ - name="tauEventTPCnv_17.2.9.1" \ - options="tauEventAthenaPool/tauEventTPCnv_17.2.9.1_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh tauEventTPCnv_17.2.9.1" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh tauEventTPCnv_17.2.9.1" - - -apply_pattern athenarun_test \ - name="tauEventTPCnv_18.0.0" \ - options="tauEventAthenaPool/tauEventTPCnv_18.0.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh tauEventTPCnv_18.0.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh tauEventTPCnv_18.0.0" diff --git a/Reconstruction/tauEventTPCnv/cmt/requirements b/Reconstruction/tauEventTPCnv/cmt/requirements deleted file mode 100644 index 61eb0f6b590ff9c8f57858ce773aceed34dae193..0000000000000000000000000000000000000000 --- a/Reconstruction/tauEventTPCnv/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package tauEventTPCnv - -author Blake Burghgrave <blake.burghgrave AT cern.ch> - -use AtlasCLHEP AtlasCLHEP-* External -use AtlasPolicy AtlasPolicy-* -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use DataModelAthenaPool DataModelAthenaPool-* Control -use EventCommonTPCnv EventCommonTPCnv-* Event -use PanTauEvent PanTauEvent-* Reconstruction/PanTau -use ParticleEventTPCnv ParticleEventTPCnv-* PhysicsAnalysis/AnalysisCommon -use RootConversions RootConversions-* Database/AthenaPOOL -use tauEvent tauEvent-* Reconstruction -use TrkEventTPCnv TrkEventTPCnv-* Tracking/TrkEventCnv - -private -use AthenaKernel AthenaKernel-* Control -use AtlasReflex AtlasReflex-* External -end_private - -library tauEventTPCnv *.cxx -apply_pattern tpcnv_library - -# Create a dictionary for the persistent representation -# of transient classes -private -apply_pattern lcgdict dict=tauEventTPCnv \ - selectionfile=selection.xml \ - headerfiles="../tauEventTPCnv/tauEventTPCnvDict.h" -end_private diff --git a/Reconstruction/tauMonitoring/cmt/requirements b/Reconstruction/tauMonitoring/cmt/requirements deleted file mode 100644 index d42f00204b23c25009ef957bb303f2a949d3c01b..0000000000000000000000000000000000000000 --- a/Reconstruction/tauMonitoring/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package tauMonitoring - -author S. Demers <Sarah.Marie.Demers@cern.ch> -author C. Cuenca Almenar <Cristobal.Cuenca@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaMonitoring AthenaMonitoring-* Control -use AtlasROOT AtlasROOT-* External -use GaudiInterface GaudiInterface-* External -#use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis -use xAODTau xAODTau-* Event/xAOD - -private -use xAODEventInfo xAODEventInfo-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use TrigDecisionTool TrigDecisionTool-* Trigger/TrigAnalysis - -public -library tauMonitoring *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" diff --git a/Reconstruction/tauRec/cmt/requirements b/Reconstruction/tauRec/cmt/requirements deleted file mode 100755 index eb9ed027f21fb0d552c5a400e241669ed3a7a3bd..0000000000000000000000000000000000000000 --- a/Reconstruction/tauRec/cmt/requirements +++ /dev/null @@ -1,51 +0,0 @@ -package tauRec - -author S. Rajagopalan <srinir@bnl.gov> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use AtlasROOT AtlasROOT-* External -use GaudiInterface GaudiInterface-* External -#use JetMomentTools JetMomentTools-* Reconstruction/Jet -use ParticleEvent ParticleEvent-* PhysicsAnalysis/AnalysisCommon -use tauRecTools tauRecTools-* Reconstruction - -private -#use CaloEvent CaloEvent-* Calorimeter -#use CaloInterface CaloInterface-* Calorimeter -#use CaloUtils CaloUtils-* Calorimeter -use tauEvent tauEvent-* Reconstruction -#use CaloGeoHelpers CaloGeoHelpers-* Calorimeter -#use AnalysisUtils AnalysisUtils-* PhysicsAnalysis/AnalysisCommon -#use AtlasCLHEP AtlasCLHEP-* External -#use AtlasDetDescr AtlasDetDescr-* DetectorDescription -#use CaloIdentifier CaloIdentifier-* Calorimeter -#use FourMom FourMom-* Event -#use FourMomUtils FourMomUtils-* Event -#use JetEvent JetEvent-* Reconstruction/Jet -#use xAODTau xAODTau-* Event/xAOD -#use xAODPFlow xAODPFlow-* Event/xAOD -#use xAODJet xAODJet-* Event/xAOD -#use xAODTracking xAODTracking-* Event/xAOD -end_private - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS TMVA)" - - -public - -#macro_append tauRec_shlibflags "-L$(ROOTSYS)/lib -lCore -lCint -lHist -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript -lMatrix -lPhysics -lm -ldl -lpthread -rdynamic" -#macro_append ROOT_linkopts " -lTMVA" - -apply_pattern dual_use_library files="*.cxx *.c" - -apply_pattern declare_joboptions files="*.txt *.py" - -apply_pattern declare_runtime files="*.root *.dat *.xml" - -apply_pattern declare_python_modules files="*.py" - -apply_tag ROOTTMVALibs diff --git a/Reconstruction/tauRecTools/cmt/Makefile.RootCore b/Reconstruction/tauRecTools/cmt/Makefile.RootCore deleted file mode 100644 index e9cd75606e366499c78d53ffbcecd3e30b852198..0000000000000000000000000000000000000000 --- a/Reconstruction/tauRecTools/cmt/Makefile.RootCore +++ /dev/null @@ -1,60 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = tauRecTools - -# the libraries to link with this one: -PACKAGE_PRELOAD = TMVA - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = AsgTools xAODTau PathResolver xAODEventInfo FourMomUtils xAODTracking xAODPrimitives ElectronPhotonSelectorTools PATCore PATInterfaces xAODEgamma Asg_FastJet MVAUtils - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 1 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - -# the list of all unit tests that should be called in recursive testing, -# i.e. in unit tests that call other unit tests -# for that unit tests need to pass on all machines, and run very fast -PACKAGE_RECURSIVE_UT = - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Reconstruction/tauRecTools/cmt/requirements b/Reconstruction/tauRecTools/cmt/requirements deleted file mode 100644 index 67d3eee71c913b1b978eb18ee53e76b2a6bb35b3..0000000000000000000000000000000000000000 --- a/Reconstruction/tauRecTools/cmt/requirements +++ /dev/null @@ -1,66 +0,0 @@ -package tauRecTools - -author S. Rajagopalan <srinir@bnl.gov> -author J. Griffiths <griffith@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AsgTools AsgTools-* Control/AthToolSupport -use xAODTau xAODTau-* Event/xAOD -use xAODEgamma xAODEgamma-* Event/xAOD -use AtlasBoost AtlasBoost-* External -use AtlasROOT AtlasROOT-* External -use xAODTracking xAODTracking-* Event/xAOD -use AthLinks AthLinks-* Control -use_ifndef pplist="XAOD_ANALYSIS" pkg="Calorimeter/CaloUtils" -use CxxUtils CxxUtils-* Control -use xAODEventInfo xAODEventInfo-* Event/xAOD -use MVAUtils MVAUtils-* Reconstruction -#use xAODTruth xAODTruth-* Event/xAOD -use xAODCaloEvent xAODCaloEvent-* Event/xAOD -use xAODPFlow xAODPFlow-* Event/xAOD - -private -use xAODJet xAODJet-* Event/xAOD -use_ifndef pplist="XAOD_ANALYSIS" pkg="Control/AthContainers" -use PathResolver PathResolver-* Tools -use GaudiInterface GaudiInterface-* External -use FourMomUtils FourMomUtils-* Event -use_ifndef pplist="XAOD_ANALYSIS" pkg="Reconstruction/RecoTools/ITrackToVertex" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Calorimeter/CaloInterface" -use_ifndef pplist="XAOD_ANALYSIS" pkg="InnerDetector/InDetRecTools/InDetRecToolInterfaces" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Reconstruction/Jet/JetEDM" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Event/NavFourMom" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Reconstruction/Particle" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Reconstruction/RecoTools/RecoToolInterfaces" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkLinks" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkParametersIdentificationHelpers" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkTools/TrkToolInterfaces" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkTrackSummary" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkVertexFitter/TrkVertexFitterInterfaces" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkVertexFitter/TrkVertexFitters" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkVertexFitter/TrkVxEdmCnv" -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/VxVertex" -use_ifndef pplist="XAOD_ANALYSIS" pkg="InnerDetector/InDetRecTools/InDetTrackSelectionTool" -use AtlasFastJet AtlasFastJet-* External - - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS)" - - -public - -#macro_append tauRec_shlibflags "-L$(ROOTSYS)/lib -lCore -lCint -lHist -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript -lMatrix -lPhysics -lm -ldl -lpthread -rdynamic" - -apply_pattern dual_use_library files="*.cxx *.c ../Root/*.cxx" - -apply_pattern declare_joboptions files="*.txt *.py" - -apply_pattern declare_runtime files="*.root *.dat *.xml" - -apply_pattern declare_python_modules files="*.py" - -apply_pattern declare_calib files="../share/00-00-00/* ../share/*" - -apply_tag ROOTTMVALibs diff --git a/ReleaseTests/cmt/requirements b/ReleaseTests/cmt/requirements deleted file mode 100644 index f5d2900b613e30cf6fc9e8f25da74ce789189928..0000000000000000000000000000000000000000 --- a/ReleaseTests/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package ReleaseTests - -author Rolf Seuster - -branches bin - -private - -use TestPolicy TestPolicy-* - -apply_pattern validate_xml - -end_private - -macro ReleaseTests_TestConfiguration "../test/ReleaseTests_TestConfiguration.xml" - -apply_pattern declare_runtime extras="../test/ReleaseTests_TestConfiguration.xml" - diff --git a/TestPolicy/cmt/requirements b/TestPolicy/cmt/requirements deleted file mode 100755 index e06382019d05e1e1e6b0a4d4472cb180b238e608..0000000000000000000000000000000000000000 --- a/TestPolicy/cmt/requirements +++ /dev/null @@ -1,92 +0,0 @@ -package TestPolicy - -author Alexander Undrus <undrus@bnl.gov> -author Jean-Francois Laporte <laport@hep.saclay.cea.fr> - -use AtlasPolicy AtlasPolicy-01-* - -#-------------------------------------------- -# -# This pattern is for unit test "make CppUnit" -# -# usage: -# apply_pattern CppUnit name=<test name> files=<list of .cxx files> -# -# Apply this pattern multiple times with different names for -# different tests. The list of .cxx files may contain some of the -# same ones for different tests. -# -# To compile and run the tests: -# gmake CppUnit -# -#-------------------------------------------- - -pattern CppUnit \ - private ; \ - use AtlasCppUnit AtlasCppUnit-* External -no_auto_imports ; \ - use StoreGate StoreGate-* Control -no_auto_imports ; \ - document CppUnitLauncher <name>CppUnitTest -group=CppUnit \ - cppunitrun_exe="'<name>CppUnit.exe'" \ - cppunitrun_opt="<options>" \ - cppunitrun_out="' > <name>.log 2>&1'" \ - cppunitrun_log="' <name>.log'" ; \ - application <name>CppUnit <files> -suffix=_<name> -import=CppUnit -import=TestPolicy -import=TestTools <imports> -group=CppUnit ; \ - macro_append <name>CppUnitTest_dependencies " <name>CppUnit " ; \ - end_private - - -make_fragment CppUnitLauncher -header=CppUnitLauncher_header - - -#-------------------------------------------- -# -# This pattern is for unit test "make ctest" -# -#-------------------------------------------- - -pattern -global ctest \ -document ctest myctest -group=ctest -make_fragment ctest -header=ctest_header - -#-------------------------------------------- -# -# This pattern is a prototype unit test for "make check" -# -#-------------------------------------------- - -make_fragment athenarun_launcher_header -make_fragment athenarun_launcher -header=athenarun_launcher_header - -pattern athenarun_test \ - document athenarun_launcher <name>_test -group=check \ - athenarun_exe="'athena.py'" \ - athenarun_opt="<options>" \ - athenarun_pre="'logfile=<name>.log; . <pre_script>'" \ - athenarun_out="' > <name>.log 2>&1'" \ - athenarun_post="'sh <post_script>'" - -#-------------------------------------------- -# -# Pattern athenacreate_descr is similar to athenarun; -# It can be used for running athena jobs that are intended -# for purposes other than testing, e.g. creation some -# data files that are supposed to be part of a release. -# The corresponding make target is "descr". AU 03/11/04. -# -#-------------------------------------------- - -make_fragment athenacreate_launcher -header=athenacreate_launcher_header - -pattern athenacreate_descr \ - document athenacreate_launcher <name>_test -group=descr \ - athenacreate_exe="'athena.py'" \ - athenacreate_opt="<options>" \ - athenacreate_pre="'logfile=<name>.log; . <pre_script>'" \ - athenacreate_out="' > <name>.log 2>&1'" \ - athenacreate_post="'sh <post_script>'" - -pattern validate_xml \ - private ; \ - action <package>_validateXML "python ${TestPolicy_root}/python/validateXML.py $(<package>_root)/test/<package>_TestConfiguration.xml" ; \ - macro_append all_dependencies " <package>_validateXML" AtlasHLT_scripts "" ; \ - end_private diff --git a/Tools/AtlasDoxygen/cmt/requirements b/Tools/AtlasDoxygen/cmt/requirements deleted file mode 100755 index 4cc7d0eac0c5dd6603c206b9c6e7b57558255016..0000000000000000000000000000000000000000 --- a/Tools/AtlasDoxygen/cmt/requirements +++ /dev/null @@ -1,94 +0,0 @@ -package AtlasDoxygen - -#------------------------------------------------------ -# All settings defined by this package should be selectively valued -# only when the Doxygen tag is active -# -# This tag is activated only when gmake doxygen is run. And this is actually -# triggered by the special target_xxx tag associated with the constituent. -# The tag associated with the constistuent is named target_doxygen<package> just -# because the constituent has this name. -# This specific tag is therefore associated with the generic Doxygen tag so as -# to have a generic format in this requirements -# -# Also the script Doxygen.sh actually used to drive doxygen makes use of the generic tag -# to perform additional queries. -# -#------------------------------------------------------ - -use LCG_Settings * -use LCG_Configuration * - -path_remove DOTFONTPATH "" Linux&Doxygen "AtlasDoxygen" -path_prepend DOTFONTPATH "" Linux&Doxygen "$(AtlasDoxygen_root)/fonts/ttf" - -# Must be specified for default tag, similar to AtlasDoxygen_export_paths, for kit building -macro AtlasDoxygen_native_version "$(doxygen_config_version)" -path_remove PATH "" Doxygen "/doxygen/" -path_prepend PATH "" Doxygen "$(LCG_external)/doxygen/$(AtlasDoxygen_native_version)/$(LCG_system)/bin" - -macro graphviz_native_version "" Doxygen "$(graphviz_config_version)" -path_remove PATH "" Doxygen "/graphviz/" -path_prepend PATH "" Doxygen "$(LCG_external)/graphviz/$(graphviz_native_version)/$(LCG_system)/bin" - -include_path none - -# -# The DOXYGEN_HTML_MAPPING macro receives a space-separated list of address mappings each of the form: -# <file-base>@<URL-base> -# -# At generation time, all absolute paths used in outputs will be filtered and converted to URLs -# (Relative paths don't need to be translated) -# This mechanism is generally useful when TAG-based mechanisms are active. -# - -macro_append DOXYGEN_HTML_MAPPING "" \ - Doxygen&local "$(LOCAL_BUILD_AREA)/atlas/software/builds/@http://cern.ch/atlas-computing/links/buildDirectory" \ - Doxygen&nightly "$(NICOS_LOCAL_BUILD_AREA)/atnight/localbuilds/nightlies/projects/@http://cern.ch/atlas-computing/links/buildDirectory/nightlies/dev" \ - Doxygen&nightlyBUG "$(NICOS_LOCAL_BUILD_AREA)/atnight/localbuilds/nightlies/projects/@http://cern.ch/atlas-computing/links/buildDirectory/nightlies/bugfix" \ - Doxygen&nightlyAFS "/afs/cern.ch/atlas/software/builds/nightlies/dev/@http://cern.ch/atlas-computing/links/buildDirectory/nightlies/dev" \ - Doxygen "/afs/cern.ch/atlas/software/builds/@http://cern.ch/atlas-computing/links/buildDirectory" - -# -# The DOXYGEN_STRIP_FROM_PATH macro receives the partial pathname to strip from the file paths shown in -# each package's files.html. - -macro_append DOXYGEN_STRIP_FROM_PATH "" \ - Doxygen&local "/afs/cern.ch/atlas/software/builds/" \ - Doxygen&nightly "/afs/cern.ch/atlas/software/builds/nightlies/dev/" - -# -# The DOXYGEN_COMMON_OUTPUT_DIRECTORY macro describes a common output directory. If it's not defined, -# Then the common convention is used: -# -# with_installarea: -# <cmtpath>/InstallArea/doc/<package>/html -# without_installarea: -# <package_root>/doc/html -# DOXYGEN_OUTPUT should be set in the shell if you want another location - -macro DOXYGEN_COMMON_OUTPUT_DIRECTORY "" Doxygen ${DOXYGEN_OUTPUT} - -# -# The following macros are directly expanded into the Doxyfile -# -macro DOXYGEN_INPUT "" Doxygen "../src ../Root ../$(package) ../doc ../share ../python ../cmt/fragments" -macro DOXYGEN_FILE_PATTERNS "" Doxygen "*.cxx *.h *.py *.mk *.icc" -macro DOXYGEN_EXCLUDE "" Doxygen "" -macro DOXYGEN_EXCLUDE_PATTERNS "" Doxygen "" -macro DOXYGEN_EXAMPLE_PATH "" Doxygen "../doc ../cmt ../share" -macro DOXYGEN_EXAMPLE_PATTERNS "" Doxygen "*.cxx *.html requirements *.py" -macro DOXYGEN_SORT_MEMBER_DOCS "" Doxygen "NO" -macro DOXYGEN_INLINE_INHERITED_MEMB "" Doxygen "YES" -macro DOXYGEN_IMAGE_PATH "" -macro DOXYGEN_UML_LOOK "" Doxygen "YES" -macro DOXYGEN_QT_AUTOBRIEF "" Doxygen "YES" -macro DOXYGEN_JAVADOC_AUTOBRIEF "" Doxygen "YES" - - - -# Now you can use cmt doxygen -tag=<tag1,tag2,...> -action doxygen "python ${AtlasDoxygen_root}/cmt/doxygen.py $(cmt_args)" - - -macro AtlasDoxygen_export_paths "$(LCG_external)/doxygen/$(doxygen_config_version)/$(LCG_system)/bin" diff --git a/Tracking/TrkAlgorithms/TrkAmbiguitySolver/cmt/requirements b/Tracking/TrkAlgorithms/TrkAmbiguitySolver/cmt/requirements deleted file mode 100755 index 9e85a9ec494d13e17469bf0dc22c346dc8e932d9..0000000000000000000000000000000000000000 --- a/Tracking/TrkAlgorithms/TrkAmbiguitySolver/cmt/requirements +++ /dev/null @@ -1,19 +0,0 @@ -package TrkAmbiguitySolver -author Edward Moyse <edward.moyse@cern.ch> - -private -use StoreGate StoreGate-* Control -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AthContainers AthContainers-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent - -branches TrkAmbiguitySolver src - -library TrkAmbiguitySolver *.cxx -s=components *.cxx -apply_pattern component_library - diff --git a/Tracking/TrkAlgorithms/TrkCollectionAliasAlg/cmt/requirements b/Tracking/TrkAlgorithms/TrkCollectionAliasAlg/cmt/requirements deleted file mode 100755 index 4136f4dc4680fa559041008b6c12bf18888259bd..0000000000000000000000000000000000000000 --- a/Tracking/TrkAlgorithms/TrkCollectionAliasAlg/cmt/requirements +++ /dev/null @@ -1,15 +0,0 @@ -package TrkCollectionAliasAlg -author Martin Siebel <Martin.Siebel@CERN.ch> - -private -use TrkTrack TrkTrack-* Tracking/TrkEvent - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -apply_pattern component_library -library TrkCollectionAliasAlg *.cxx components/*.cxx - - diff --git a/Tracking/TrkAlgorithms/TrkTrackCollectionMerger/cmt/requirements b/Tracking/TrkAlgorithms/TrkTrackCollectionMerger/cmt/requirements deleted file mode 100644 index e5399e3527fb7842d50594faf557a56fc33424af..0000000000000000000000000000000000000000 --- a/Tracking/TrkAlgorithms/TrkTrackCollectionMerger/cmt/requirements +++ /dev/null @@ -1,18 +0,0 @@ -package TrkTrackCollectionMerger - -author Thomas Koffas <Thomas.Koffas@cern.ch> - -private - -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -library TrkTrackCollectionMerger *.cxx components/*.cxx -apply_pattern component_library diff --git a/Tracking/TrkAlgorithms/TrkTrackSlimmer/cmt/requirements b/Tracking/TrkAlgorithms/TrkTrackSlimmer/cmt/requirements deleted file mode 100755 index 2645f6b13187dfcb6417b9d71cf25e3dbd4c382c..0000000000000000000000000000000000000000 --- a/Tracking/TrkAlgorithms/TrkTrackSlimmer/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package TrkTrackSlimmer - -author Edward Moyse <Edward.Moyse@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent - -private -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - - -library TrkTrackSlimmer *.cxx components/*.cxx -apply_pattern component_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkAlgorithms/TrkTruthAlgs/cmt/requirements b/Tracking/TrkAlgorithms/TrkTruthAlgs/cmt/requirements deleted file mode 100755 index 1961e3985fb2d319de9215a534dc5a9c976b2dd1..0000000000000000000000000000000000000000 --- a/Tracking/TrkAlgorithms/TrkTruthAlgs/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package TrkTruthAlgs - -author Kelly Braun <kelliopia@aol.com> -author Steven Goldfarb <Steven.Goldfarb@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkTruthData TrkTruthData-* Tracking/TrkEvent - -apply_pattern component_library - -library TrkTruthAlgs *.cxx components/*.cxx - -private - -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use GeneratorObjects GeneratorObjects-* Generators -use xAODTracking xAODTracking-* Event/xAOD -#use xAODTruth xAODTruth-* Event/xAOD -use xAODCore xAODCore-* Event/xAOD -use MCTruthClassifier MCTruthClassifier-* PhysicsAnalysis diff --git a/Tracking/TrkAlignment/TrkAlgebraUtils/cmt/requirements b/Tracking/TrkAlignment/TrkAlgebraUtils/cmt/requirements deleted file mode 100644 index c9abc1d7b0d019f6251d0186cd179f86763a49eb..0000000000000000000000000000000000000000 --- a/Tracking/TrkAlignment/TrkAlgebraUtils/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -package TrkAlgebraUtils - -author Sergio Gonzalez-Sevilla <segonzal@ific.uv.es> - -public -use AtlasPolicy AtlasPolicy-* - -private -use AtlasFortranPolicy AtlasFortranPolicy-* -use AtlasLapack AtlasLapack-* External -use GaudiInterface GaudiInterface-* External -use TestPolicy TestPolicy-* -use AtlasROOT AtlasROOT-* External - - - - -public - -macro_append ROOT_linkopts " -lMatrix" - -library TrkAlgebraUtils *.cxx -s=../***REMOVED*** *.f -apply_pattern installed_library diff --git a/Tracking/TrkAlignment/TrkAlignEvent/cmt/requirements b/Tracking/TrkAlignment/TrkAlignEvent/cmt/requirements deleted file mode 100644 index f4d28c07e362f6bd7ec5d86c8ba86682a78b448e..0000000000000000000000000000000000000000 --- a/Tracking/TrkAlignment/TrkAlignEvent/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package TrkAlignEvent -author Robert Harrington - -public -use AtlasPolicy AtlasPolicy-* -use AtlasBoost AtlasBoost-* External -use GaudiInterface GaudiInterface-* External -use DataModel DataModel-* Control -use AthenaBaseComps AthenaBaseComps-* Control - -use Identifier Identifier-* DetectorDescription -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD - -private -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr - -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -public -library TrkAlignEvent *.cxx -s=components *.cxx -apply_pattern installed_library - diff --git a/Tracking/TrkAlignment/TrkAlignGenAlgs/cmt/requirements b/Tracking/TrkAlignment/TrkAlignGenAlgs/cmt/requirements deleted file mode 100644 index 41ea224ffa20b7344cd07b9f4c0eb70349494baf..0000000000000000000000000000000000000000 --- a/Tracking/TrkAlignment/TrkAlignGenAlgs/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package TrkAlignGenAlgs - -author Robert Harrington <roberth@bu.edu> - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkAlignInterfaces TrkAlignInterfaces-* Tracking/TrkAlignment - -private -use AtlasROOT AtlasROOT-* External -use StoreGate StoreGate-* Control -use xAODEventInfo xAODEventInfo-* Event/xAOD -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkAlignEvent TrkAlignEvent-* Tracking/TrkAlignment - -#use InDetAlignToolInterfaces InDetAlignToolInterfaces-* InnerDetector/InDetAlignTools - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS RIO)" - -public -library TrkAlignGenAlgs *.cxx components/*.cxx - -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" diff --git a/Tracking/TrkAlignment/TrkAlignGenTools/cmt/requirements b/Tracking/TrkAlignment/TrkAlignGenTools/cmt/requirements deleted file mode 100644 index eddf98c4cbdfb01d90384f08dac51e95e6cef4a7..0000000000000000000000000000000000000000 --- a/Tracking/TrkAlignment/TrkAlignGenTools/cmt/requirements +++ /dev/null @@ -1,84 +0,0 @@ - -package TrkAlignGenTools - -author Robert Harrington <roberth@bu.edu> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External -use DataModel DataModel-* Control -use GaudiInterface GaudiInterface-* External -use TrkAlignEvent TrkAlignEvent-* Tracking/TrkAlignment -use TrkAlignInterfaces TrkAlignInterfaces-* Tracking/TrkAlignment -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter -use muonEvent muonEvent-* Reconstruction/MuonIdentification -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription -use InDetAlignGenTools InDetAlignGenTools-* InnerDetector/InDetAlignTools -use xAODTracking xAODTracking-* Event/xAOD -use InDetTrackSelectionTool InDetTrackSelectionTool-* InnerDetector/InDetRecTools - -private -use StoreGate StoreGate-* Control -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use xAODEventInfo xAODEventInfo-* Event/xAOD -use StoreGate StoreGate-* Control -use TrkAlgebraUtils TrkAlgebraUtils-* Tracking/TrkAlignment -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkVertexOnTrack TrkVertexOnTrack-* Tracking/TrkEvent -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent - -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions - - - -use Particle Particle-* Reconstruction -use StoreGate StoreGate-* Control -use MuonRecToolInterfaces MuonRecToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use MuonSegment MuonSegment-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use AtlasBoost AtlasBoost-* External - -apply_tag ROOTGraphicsLibs - -# Specify required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Graf Gpad)" - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -private -# macro_append ROOT_linkopts " -lMinuit -lMatrix" -apply_tag ROOTMathLibs -apply_tag ROOTMinuitLibs - -public -#library TrkAlignGenTools *.cxx -s=components *.cxx -#apply_pattern component_library -apply_pattern dual_use_library files="*.cxx" - -apply_pattern declare_python_modules files="*.py" - - -################################################# -# debug -# private -##macro cppdebugflags '$(cppdebugflags_s)' -##macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkAlignment/TrkAlignInterfaces/cmt/requirements b/Tracking/TrkAlignment/TrkAlignInterfaces/cmt/requirements deleted file mode 100644 index b5bd266642e3671a91142c481da8469d3355d113..0000000000000000000000000000000000000000 --- a/Tracking/TrkAlignment/TrkAlignInterfaces/cmt/requirements +++ /dev/null @@ -1,12 +0,0 @@ -package TrkAlignInterfaces -author Robert Harrington - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use DataModel DataModel-* Control - -use TrkAlignEvent TrkAlignEvent-* Tracking/TrkAlignment -use TrkTrack TrkTrack-* Tracking/TrkEvent - -private diff --git a/Tracking/TrkAlignment/TrkGlobalChi2AlignTools/cmt/requirements b/Tracking/TrkAlignment/TrkGlobalChi2AlignTools/cmt/requirements deleted file mode 100644 index 9618b737cbf98e6f063b2527f3dde84fdeb46058..0000000000000000000000000000000000000000 --- a/Tracking/TrkAlignment/TrkGlobalChi2AlignTools/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package TrkGlobalChi2AlignTools - -author Robert Harrington <roberth@bu.edu> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkAlignInterfaces TrkAlignInterfaces-* Tracking/TrkAlignment - -private -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External -use xAODEventInfo xAODEventInfo-* Event/xAOD -use StoreGate StoreGate-* Control -use TrkAlignEvent TrkAlignEvent-* Tracking/TrkAlignment -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -public -apply_tag rootMathLibs - -library TrkGlobalChi2AlignTools *.cxx -s=components *.cxx -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" diff --git a/Tracking/TrkDetDescr/TrkAlignableSurfaces/cmt/requirements b/Tracking/TrkDetDescr/TrkAlignableSurfaces/cmt/requirements deleted file mode 100755 index d82b67daaf6a248dad2e01784dcc21b97f8fd1cd..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkAlignableSurfaces/cmt/requirements +++ /dev/null @@ -1,19 +0,0 @@ -package TrkAlignableSurfaces - -author <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use Identifier Identifier-* DetectorDescription -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -library TrkAlignableSurfaces *.cxx -apply_pattern installed_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -macro DOXYGEN_IMAGE_PATH "../doc/images" -macro DOXYGEN_INLINE_INHERITED_MEMB "YES" - diff --git a/Tracking/TrkDetDescr/TrkDetDescrAlgs/cmt/requirements b/Tracking/TrkDetDescr/TrkDetDescrAlgs/cmt/requirements deleted file mode 100755 index 7803fada3e1cc10c39df5a10e251780ac87792f9..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkDetDescrAlgs/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package TrkDetDescrAlgs - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> - -################################################################# -# public use statements -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasROOT AtlasROOT-* External -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr - - -################################################################# -# private use statements -private -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -use TrkVolumes TrkVolumes-* Tracking/TrkDetDescr -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation - -public -library TrkDetDescrAlgs *.cxx components/*.cxx -apply_pattern component_library - -# uncomment this line if you do want to build the memory monitoring lines -apply_tag use_trkdetdescr_memmon - -macro_append TrkDetDescrMemMonMacro "-DTRKDETDESCR_MEMUSAGE" - -macro_append use_pp_cppflags "" \ - use_trkdetdescr_memmon $(TrkDetDescrMemMonMacro) - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkDetDescr/TrkDetDescrAthenaPool/cmt/requirements b/Tracking/TrkDetDescr/TrkDetDescrAthenaPool/cmt/requirements deleted file mode 100644 index 63ec9da29c8eaae6b70ec915656c32b7767cfa81..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkDetDescrAthenaPool/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package TrkDetDescrAthenaPool - -####################################### -# this package defines the POOL converters for the data classes in -# TrkDetDescr -####################################### - -author Andreas Salzburger <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -private - -use TrkDetDescrTPCnv TrkDetDescrTPCnv-* Tracking/TrkDetDescr -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use GaudiInterface GaudiInterface-* External -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -#use AthenaPoolCnvSvc AthenaPoolCnvSvc-00-* Database/AthenaPOOL - -apply_pattern poolcnv files="-s=${TrkGeometry_root}/TrkGeometry MaterialStepCollection.h LayerMaterialMap.h ElementTable.h" - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkDetDescr/TrkDetDescrExample/cmt/requirements b/Tracking/TrkDetDescr/TrkDetDescrExample/cmt/requirements deleted file mode 100755 index 57cc3eec8e8882da17b0359a81533de558206ab7..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkDetDescrExample/cmt/requirements +++ /dev/null @@ -1,13 +0,0 @@ -package TrkDetDescrExample - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasAnalysisRunTime AtlasAnalysisRunTime-* - -branches run share - -apply_pattern declare_python_modules files="*.py" -apply_pattern declare_joboptions files="*.py" - - diff --git a/Tracking/TrkDetDescr/TrkDetDescrGeoModelCnv/cmt/requirements b/Tracking/TrkDetDescr/TrkDetDescrGeoModelCnv/cmt/requirements deleted file mode 100755 index 55043907d1242498f2f5f22642de963354ff2897..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkDetDescrGeoModelCnv/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package TrkDetDescrGeoModelCnv - -author Andreas Salzburger <Andreas.Salzburger@cern.ch> -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use GeoPrimitives GeoPrimitives-* DetectorDescription - -private -use AtlasCLHEP AtlasCLHEP-* External -use TrkVolumes TrkVolumes-* Tracking/TrkDetDescr -use GeoModelKernel GeoModelKernel-* DetectorDescription/GeoModel - -public -library TrkDetDescrGeoModelCnv *.cxx -apply_pattern installed_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -macro DOXYGEN_IMAGE_PATH "../doc/images" -macro DOXYGEN_INLINE_INHERITED_MEMB "YES" diff --git a/Tracking/TrkDetDescr/TrkDetDescrInterfaces/cmt/requirements b/Tracking/TrkDetDescr/TrkDetDescrInterfaces/cmt/requirements deleted file mode 100755 index 755151ff21140d6553f12bde62b6aa3ba97246f7..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkDetDescrInterfaces/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package TrkDetDescrInterfaces - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use AthenaKernel AthenaKernel-* Control -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription - -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkVolumes TrkVolumes-* Tracking/TrkDetDescr -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent - -private -macro DOXYGEN_IMAGE_PATH "../doc/images" - -# Declare to cmake that this package acts as a metalibrary to ensure that its clients have access -# to libraries and header files from packages that it depends on. Transparent to CMT. -apply_pattern cmake_add_command command=metalibrary diff --git a/Tracking/TrkDetDescr/TrkDetDescrSvc/cmt/requirements b/Tracking/TrkDetDescr/TrkDetDescrSvc/cmt/requirements deleted file mode 100755 index bb4b4baed1d41fde8f7f6426f2d17cd2fc9fcab8..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkDetDescrSvc/cmt/requirements +++ /dev/null @@ -1,41 +0,0 @@ -package TrkDetDescrSvc - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> - -################################################################# -# public use statements -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasROOT AtlasROOT-* External -use AthenaKernel AthenaKernel-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr - -################################################################# -# private use statements -private -use StoreGate StoreGate-* Control -use GeoModelInterfaces GeoModelInterfaces-* DetectorDescription/GeoModel -use EventInfo EventInfo-* Event -use TrkVolumes TrkVolumes-* Tracking/TrkDetDescr - -public -apply_pattern declare_python_modules files="*.py" -apply_pattern dual_use_library files=*.cxx -#macro_append cppflags " -Wno-format " - -private -#uncomment this line if you do want to build the memory monitoring lines -#apply_tag use_trkdetdescr_memmon - -macro_append TrkDetDescrMemMonMacro "-DTRKDETDESCR_MEMUSAGE" - -macro_append use_pp_cppflags "" \ - use_trkdetdescr_memmon $(TrkDetDescrMemMonMacro) - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkDetDescr/TrkDetDescrTPCnv/cmt/requirements b/Tracking/TrkDetDescr/TrkDetDescrTPCnv/cmt/requirements deleted file mode 100644 index 3d41a52e1de335c8ad4a6053f5b7e164eba97c92..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkDetDescrTPCnv/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -package TrkDetDescrTPCnv - -author Andreas Salzburger <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr - -private -use GaudiInterface GaudiInterface-* External -use CxxUtils CxxUtils-* Control -end_private - -#apply_pattern tpcnv_library -library TrkDetDescrTPCnv *.cxx TrkDetDescrUtils/*.cxx TrkGeometry/*.cxx -apply_pattern installed_library - -# The following use is to get the lcgdict pattern. -# This is "hidden" behind "private" and "no_auto_imports" to keep -# clients of EventInfo from seeing excess dependencies -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=TrkDetDescrTPCnv selectionfile=selection.xml headerfiles="../TrkDetDescrTPCnv/TrkDetDescrTPCnvDict.h" - -use TestTools TestTools-* AtlasTest -apply_pattern UnitTest_run unit_test=BinnedLayerMaterialCnv_p1 -apply_pattern UnitTest_run unit_test=BinUtilityCnv_p1 -apply_pattern UnitTest_run unit_test=CompressedLayerMaterialCnv_p1 -apply_pattern UnitTest_run unit_test=CompoundLayerMaterialCnv_p1 -apply_pattern UnitTest_run unit_test=ElementTableCnv_p1 -apply_pattern UnitTest_run unit_test=HomogeneousLayerMaterialCnv_p1 -apply_pattern UnitTest_run unit_test=LayerMaterialMapCnv_p1 -apply_pattern UnitTest_run unit_test=MaterialCnv_p1 -apply_pattern UnitTest_run unit_test=MaterialPropertiesCnv_p1 -apply_pattern UnitTest_run unit_test=MaterialStepCnv_p1 -apply_pattern UnitTest_run unit_test=MaterialStepCollectionCnv_p1 - -private -# macro cppdebugflags '$(cppdebugflags_s)' -# macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkDetDescr/TrkDetDescrTestTools/cmt/requirements b/Tracking/TrkDetDescr/TrkDetDescrTestTools/cmt/requirements deleted file mode 100755 index 7d17b5a368cfce5ebd4d48d687197df4ef8fcc25..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkDetDescrTestTools/cmt/requirements +++ /dev/null @@ -1,42 +0,0 @@ -package TrkDetDescrTestTools - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> -author Andreas Salzburger <Andreas.Salzburger@cern.ch> - -################################################################# -# public use statements -use AtlasPolicy AtlasPolicy-* -use AtlasROOT AtlasROOT-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr - - -################################################################# -# private use statements -private -use EventPrimitives EventPrimitives-* Event -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkVolumes TrkVolumes-* Tracking/TrkDetDescr -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr -use TrkValidationUtils TrkValidationUtils-* Tracking/TrkUtilityPackages - -public -library TrkDetDescrTestTools *.cxx components/*.cxx -apply_pattern component_library - -private -# uncomment this line if you do want to build the memory monitoring lines -# apply_tag use_trkdetdescr_memmon - -macro_append TrkDetDescrMemMonMacro "-DTRKDETDESCR_MEMUSAGE" - -macro_append use_pp_cppflags "" \ - use_trkdetdescr_memmon $(TrkDetDescrMemMonMacro) - -macro cppdebugflags '$(cppdebugflags_s)' -macro_remove componentshr_linkopts "-Wl,-s" -macro DOXYGEN_IMAGE_PATH "../doc/images" diff --git a/Tracking/TrkDetDescr/TrkDetDescrTools/cmt/requirements b/Tracking/TrkDetDescr/TrkDetDescrTools/cmt/requirements deleted file mode 100755 index cdcd31e3cb426c85476871bc422fb83ef6ad81ae..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkDetDescrTools/cmt/requirements +++ /dev/null @@ -1,43 +0,0 @@ -package TrkDetDescrTools - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> -author Andreas Salzburger <Andreas.Salzburger@cern.ch> - -################################################################# -# public use statements -use AtlasPolicy AtlasPolicy-* -#use AthenaKernel AthenaKernel-* Control -#use AtlasXercesC AtlasXercesC-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -use TrkVolumes TrkVolumes-* Tracking/TrkDetDescr -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr - -################################################################# -# private use statements -private -use EventPrimitives EventPrimitives-* Event -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use SubDetectorEnvelopes SubDetectorEnvelopes-* AtlasGeometryCommon - - -public -library TrkDetDescrTools *.cxx components/*.cxx -apply_pattern installed_library -apply_pattern component_library - -private -# uncomment this line if you do want to build the memory monitoring lines -# apply_tag use_trkdetdescr_memmon - -macro_append TrkDetDescrMemMonMacro "-DTRKDETDESCR_MEMUSAGE" - -macro_append use_pp_cppflags "" \ - use_trkdetdescr_memmon $(TrkDetDescrMemMonMacro) - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" -macro DOXYGEN_IMAGE_PATH "../doc/images" diff --git a/Tracking/TrkDetDescr/TrkDetDescrUnitTests/cmt/requirements b/Tracking/TrkDetDescr/TrkDetDescrUnitTests/cmt/requirements deleted file mode 100644 index bd462585711a8e45c7215d0fce7b891ae941e6b3..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkDetDescrUnitTests/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package TrkDetDescrUnitTests - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> -author Andreas Salzburger <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr - -private -use AtlasROOT AtlasROOT-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkVolumes TrkVolumes-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr -use TrkValidationUtils TrkValidationUtils-* Tracking/TrkUtilityPackages -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent - -library TrkDetDescrUnitTests *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" - - -# comment this line out if you do want to build in CLHEP mode -apply_tag use_new_tracking_edm - -macro_append TrkAmgBasedGeometry " -DTRKAMGBASEDGEOMETRY " - -macro_append use_pp_cppflags "" \ - use_new_tracking_edm $(TrkAmgBasedGeometry) - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkDetDescr/TrkDetDescrUtils/cmt/requirements b/Tracking/TrkDetDescr/TrkDetDescrUtils/cmt/requirements deleted file mode 100755 index eee523d3bfde7e9470c9292346d96583d9a37f51..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkDetDescrUtils/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package TrkDetDescrUtils - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> -author Andreas Salzburger <Andreas.Salzburger@cern.ch> - -################################################################# -# public use statements -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -################################################################# -# private use statements -private -#use AtlasReflex AtlasReflex-* External - -public -library TrkDetDescrUtils *.cxx -apply_pattern installed_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -macro DOXYGEN_IMAGE_PATH "../doc/images" -macro DOXYGEN_INLINE_INHERITED_MEMB "YES" - -#apply_pattern lcgdict dict=TrkDetDescrUtils selectionfile=selection.xml headerfiles="../TrkDetDescrUtils/TrkDetDescrUtilsDict.h" diff --git a/Tracking/TrkDetDescr/TrkDetElementBase/cmt/requirements b/Tracking/TrkDetDescr/TrkDetElementBase/cmt/requirements deleted file mode 100755 index abd7a8668c17dc151f54675522376119c644185c..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkDetElementBase/cmt/requirements +++ /dev/null @@ -1,14 +0,0 @@ -package TrkDetElementBase - -author <Edward.Moyse@cern.ch> -author <Grant.Gorfine@cern.ch> -author <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use Identifier Identifier-* DetectorDescription -use GeoPrimitives GeoPrimitives-* DetectorDescription -use GeoModelKernel GeoModelKernel-* DetectorDescription/GeoModel -use EventPrimitives EventPrimitives-* Event - -library TrkDetElementBase *.cxx -apply_pattern installed_library diff --git a/Tracking/TrkDetDescr/TrkDistortedSurfaces/cmt/requirements b/Tracking/TrkDetDescr/TrkDistortedSurfaces/cmt/requirements deleted file mode 100755 index 2e3908985470e2931f5be4649bbfa22d878cd521..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkDistortedSurfaces/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package TrkDistortedSurfaces - -author <Andreas.Salzburger@cern.ch> - -# public dependencies -use AtlasPolicy AtlasPolicy-* -use GeoPrimitives GeoPrimitives-* DetectorDescription -use GaudiInterface GaudiInterface-* External -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -#private dependencies -private -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -public -library TrkDistortedSurfaces *.cxx -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=TrkDistortedSurfaces selectionfile=selection.xml headerfiles="../TrkDistortedSurfaces/TrkDistortedSurfacesDict.h" - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -macro DOXYGEN_IMAGE_PATH "../doc/images" -macro DOXYGEN_INLINE_INHERITED_MEMB "YES" - diff --git a/Tracking/TrkDetDescr/TrkGeometry/cmt/requirements b/Tracking/TrkDetDescr/TrkGeometry/cmt/requirements deleted file mode 100755 index 985db039ea5a95c66b9c658ec54d3c2c6e267c10..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkGeometry/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package TrkGeometry - -author <Andreas.Salzburger@cern.ch> - -################################################################# -# public use statements -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent - -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr -use TrkGeometrySurfaces TrkGeometrySurfaces-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkVolumes TrkVolumes-* Tracking/TrkDetDescr - -################################################################# -# private use statements -private -use AtlasReflex AtlasReflex-* External -no_auto_imports -use EventPrimitives EventPrimitives-* Event - -public -library TrkGeometry *.cxx -apply_pattern installed_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -macro DOXYGEN_IMAGE_PATH "../doc/images" -macro DOXYGEN_INLINE_INHERITED_MEMB "YES" -apply_pattern lcgdict dict=TrkGeometry selectionfile=selection.xml headerfiles="../TrkGeometry/TrkGeometryDict.h" diff --git a/Tracking/TrkDetDescr/TrkGeometrySurfaces/cmt/requirements b/Tracking/TrkDetDescr/TrkGeometrySurfaces/cmt/requirements deleted file mode 100755 index 330f69924a31f4eb6fa39d7eb932983c0f59d127..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkGeometrySurfaces/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package TrkGeometrySurfaces - -author <Andreas.Salzburger@cern.ch> - -# public dependencies -use AtlasPolicy AtlasPolicy-* -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkParametersBase TrkParametersBase-* Tracking/TrkEvent -use EventPrimitives EventPrimitives-* Event - -# private dependencies -private -use GaudiInterface GaudiInterface-* External - -public -library TrkGeometrySurfaces *.cxx -apply_pattern installed_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -macro DOXYGEN_IMAGE_PATH "../doc/images" -macro DOXYGEN_INLINE_INHERITED_MEMB "YES" -#apply_pattern lcgdict dict=TrkGeometrySurfaces selectionfile=selection.xml headerfiles="../TrkGeometrySurfaces/TrkGeometrySurfacesDict.h" - diff --git a/Tracking/TrkDetDescr/TrkSurfaces/cmt/requirements b/Tracking/TrkDetDescr/TrkSurfaces/cmt/requirements deleted file mode 100644 index 577cb98a4d86ae122aef4aee249004fb5c9da5c1..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkSurfaces/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -package TrkSurfaces - -author <Andreas.Salzburger@cern.ch> - -# public dependencies -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthContainers AthContainers-* Control -use SGTools SGTools-* Control -use Identifier Identifier-* DetectorDescription -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr -use TrkParametersBase TrkParametersBase-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event - -private -use CxxUtils CxxUtils-* Control - -public - -library TrkSurfaces *.cxx -apply_pattern installed_library - -# uncomment this line if you do want to build in float precision -# apply_tag use_trkdetdescr_floatprecision - -macro_append TrkDetDescrFloatPrecision " -DTRKDETDESCR_USEFLOATPRECISON " - -macro_append use_pp_cppflags "" \ - use_trkdetdescr_floatprecision $(TrkDetDescrFloatPrecision) - -private - - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -macro DOXYGEN_IMAGE_PATH "../doc/images" -macro DOXYGEN_INLINE_INHERITED_MEMB "YES" -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=TrkSurfaces selectionfile=selection.xml headerfiles="../TrkSurfaces/TrkSurfacesDict.h" diff --git a/Tracking/TrkDetDescr/TrkVolumes/cmt/requirements b/Tracking/TrkDetDescr/TrkVolumes/cmt/requirements deleted file mode 100755 index 67719b75a2d53ff28e187c6b8173da5d92e852f4..0000000000000000000000000000000000000000 --- a/Tracking/TrkDetDescr/TrkVolumes/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package TrkVolumes - -author <Andreas.Salzburger@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use GaudiInterface GaudiInterface-* External -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkGeometrySurfaces TrkGeometrySurfaces-* Tracking/TrkDetDescr -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use GeoPrimitives GeoPrimitives-* DetectorDescription - -library TrkVolumes *.cxx -apply_pattern installed_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -macro DOXYGEN_IMAGE_PATH "../doc/images" -macro DOXYGEN_INLINE_INHERITED_MEMB "YES" -#use AtlasSEAL AtlasSEAL-* External -no_auto_imports -#apply_pattern lcgdict dict=TrkSurfaces selectionfile=selection.xml headerfiles="../TrkVolumes/TrkVolumesDict.h" diff --git a/Tracking/TrkEvent/TrkCaloClusterROI/cmt/requirements b/Tracking/TrkEvent/TrkCaloClusterROI/cmt/requirements deleted file mode 100755 index 4507bde37c70afd40b78e62da199780fe5b6cbcf..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkCaloClusterROI/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package TrkCaloClusterROI -author Anthony Morley <a.morley@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription - -library TrkCaloClusterROI *.cxx -apply_pattern installed_library - - -private -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use AtlasReflex AtlasReflex-* External -no_auto_imports - - -#apply_pattern lcgdict dict=TrkCaloClusterROI selectionfile=selection.xml headerfiles="../TrkCaloClusterROI/CaloClusterROI.h" diff --git a/Tracking/TrkEvent/TrkCaloCluster_OnTrack/cmt/requirements b/Tracking/TrkEvent/TrkCaloCluster_OnTrack/cmt/requirements deleted file mode 100755 index 0ff8cf814f110ace4a797d3c1d55815dadc733d5..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkCaloCluster_OnTrack/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package TrkCaloCluster_OnTrack -author Anthony Morley <a.morley@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -#use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -#use CLIDSvc CLIDSvc-* Control -#use DataModel DataModel-* Control - -library TrkCaloCluster_OnTrack *.cxx -apply_pattern installed_library - - -private -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -#use AtlasReflex AtlasReflex-* External -use GaudiInterface GaudiInterface-* External - - -#apply_pattern lcgdict dict=TrkCaloCluster_OnTrack selectionfile=selection.xml headerfiles="../TrkCaloCluster_OnTrack/TrkCaloCluster_OnTrackDict.h" diff --git a/Tracking/TrkEvent/TrkCaloCluster_OnTrack/cmt/version.cmt b/Tracking/TrkEvent/TrkCaloCluster_OnTrack/cmt/version.cmt deleted file mode 100755 index 92e2e14805f322e0e4c4984ce5ba97be105bb169..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkCaloCluster_OnTrack/cmt/version.cmt +++ /dev/null @@ -1 +0,0 @@ -TrkCaloCluster_OnTrack-r775164 diff --git a/Tracking/TrkEvent/TrkCaloExtension/cmt/requirements b/Tracking/TrkEvent/TrkCaloExtension/cmt/requirements deleted file mode 100644 index 29f961f233360c8c6288813a491750e138411177..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkCaloExtension/cmt/requirements +++ /dev/null @@ -1,16 +0,0 @@ -package TrkCaloExtension - -author Niels van Eldik - -use AtlasPolicy AtlasPolicy-* - -use TrkParameters TrkParameters-* Tracking/TrkEvent -use AthContainers AthContainers-* Control -use xAODCore xAODCore-* Event/xAOD -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkParametersIdentificationHelpers TrkParametersIdentificationHelpers-* Tracking/TrkEvent - -apply_pattern installed_library -library TrkCaloExtension *.cxx - - diff --git a/Tracking/TrkEvent/TrkCompetingRIOsOnTrack/cmt/requirements b/Tracking/TrkEvent/TrkCompetingRIOsOnTrack/cmt/requirements deleted file mode 100755 index 5b4362e947133a0c5bca4baddbc0482ef4943240..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkCompetingRIOsOnTrack/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package TrkCompetingRIOsOnTrack - -author Sebastian Fleischmann <sebastian.fleischmann@cern.ch> - -use AtlasPolicy AtlasPolicy-* -#use AtlasCLHEP AtlasCLHEP-* External - -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription - -apply_pattern installed_library -library TrkCompetingRIOsOnTrack *.cxx - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use AtlasBoost AtlasBoost-* External -#use AtlasCLHEP AtlasCLHEP-* External - - -apply_pattern lcgdict dict=TrkCompetingRIOsOnTrack selectionfile=selection.xml headerfiles="../TrkCompetingRIOsOnTrack/TrkCompetingRIOsOnTrackDict.h" diff --git a/Tracking/TrkEvent/TrkEventPrimitives/cmt/requirements b/Tracking/TrkEvent/TrkEventPrimitives/cmt/requirements deleted file mode 100755 index ef8db6104a206a1402ffa166631882154b317c53..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkEventPrimitives/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package TrkEventPrimitives - -manager Andreas Salzburger < Andreas.Salzburger@cern.ch > - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription - -apply_pattern installed_library -library TrkEventPrimitives *.cxx - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. - -apply_pattern lcgdict dict=TrkEventPrimitives selectionfile=selection.xml headerfiles="../TrkEventPrimitives/TrkEventPrimitivesDict.h" diff --git a/Tracking/TrkEvent/TrkEventUtils/cmt/requirements b/Tracking/TrkEvent/TrkEventUtils/cmt/requirements deleted file mode 100755 index d48ac5313f3e3dff1cb82009e004e000fec50e28..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkEventUtils/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package TrkEventUtils - -manager Andreas Salzburger < Andreas.Salzburger@cern.ch > -manager Edward Moyse < edward.moyse@cern.ch > - -public -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkTrack TrkTrack-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event -private -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent -use TrkVertexOnTrack TrkVertexOnTrack-* Tracking/TrkEvent - - -public -apply_pattern installed_library -library TrkEventUtils *.cxx - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkEvent/TrkLinks/cmt/Makefile b/Tracking/TrkEvent/TrkLinks/cmt/Makefile deleted file mode 100644 index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkLinks/cmt/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include $(CMTROOT)/src/Makefile.header - -include $(CMTROOT)/src/constituents.make - diff --git a/Tracking/TrkEvent/TrkLinks/cmt/requirements b/Tracking/TrkEvent/TrkLinks/cmt/requirements deleted file mode 100644 index c78b0a51bd6238444b715cca773cf2af46573f88..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkLinks/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package TrkLinks - -author Kirill Prokofiev <Kirill.Prokofiev@cern.ch> -manager Kirill Prokofiev <Kirill.Prokofev@cern.ch> - -use AtlasPolicy AtlasPolicy-* -#use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control - -use xAODTracking xAODTracking-* Event/xAOD -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use TrkTrackLink TrkTrackLink-* Tracking/TrkEvent - -library TrkLinks *.cxx -apply_pattern installed_library - -#private -use AtlasReflex AtlasReflex-* External -no_auto_imports -#use GaudiInterface GaudiInterface-* External - - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -#apply_pattern lcgdict dict=TrkLinks - -#selectionfile=selection.xml headerfiles="../TrkLinks/TrkLinksDict.h" - -# Doxygen switches -macro DOXYGEN_UML_LOOK "YES" diff --git a/Tracking/TrkEvent/TrkLinks/cmt/version.cmt b/Tracking/TrkEvent/TrkLinks/cmt/version.cmt deleted file mode 100644 index c5aa2ee9f288b9f3f2ed4d7be5a01ed3978345fc..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkLinks/cmt/version.cmt +++ /dev/null @@ -1 +0,0 @@ -TrkLinks-r582147 diff --git a/Tracking/TrkEvent/TrkMaterialOnTrack/cmt/requirements b/Tracking/TrkEvent/TrkMaterialOnTrack/cmt/requirements deleted file mode 100755 index 442ce7125851fc21cceefc4d5f73fb740e57ee6a..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkMaterialOnTrack/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package TrkMaterialOnTrack - -author Wolfgang Liebig <http://consult.cern.ch/xwho/people/54608> - -use AtlasPolicy AtlasPolicy-* -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -apply_pattern installed_library -library TrkMaterialOnTrack *.cxx - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports -use GaudiInterface GaudiInterface-* External -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -apply_pattern lcgdict dict=TrkMaterialOnTrack selectionfile=selection.xml headerfiles="../TrkMaterialOnTrack/TrkMaterialOnTrackDict.h" diff --git a/Tracking/TrkEvent/TrkMeasurementBase/cmt/requirements b/Tracking/TrkEvent/TrkMeasurementBase/cmt/requirements deleted file mode 100755 index 6e2374257c7e408671fd5d97a0a7b888e9fe56eb..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkMeasurementBase/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package TrkMeasurementBase - -author <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -private -use AthContainers AthContainers-* Control - -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -apply_pattern lcgdict dict=TrkMeasurementBase selectionfile=selection.xml headerfiles="../TrkMeasurementBase/TrkMeasurementBaseDict.h" - -# To make the package behave correctly with CMake: -apply_pattern cmake_add_command command=metalibrary diff --git a/Tracking/TrkEvent/TrkMultiComponentStateOnSurface/cmt/requirements b/Tracking/TrkEvent/TrkMultiComponentStateOnSurface/cmt/requirements deleted file mode 100755 index d50522b423e24f37584453afdd1699ddf517e21e..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkMultiComponentStateOnSurface/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package TrkMultiComponentStateOnSurface - -author Anthony Morley <a.morley@physics.unimelb.edu.au> - -use AtlasPolicy AtlasPolicy-* - -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -library TrkMultiComponentStateOnSurface *.cxx - -apply_pattern installed_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use GaudiInterface GaudiInterface-* External - - - -#use AtlasReflex AtlasReflex-* External -no_auto_imports -#apply_pattern lcgdict dict=TrkMultiComponentStateOnSurface selectionfile=selection.xml headerfiles="../TrkMultiComponentStateOnSurface/TrkMultiComponentStateOnSurfaceDict.h" diff --git a/Tracking/TrkEvent/TrkNeutralParameters/cmt/requirements b/Tracking/TrkEvent/TrkNeutralParameters/cmt/requirements deleted file mode 100755 index 8258dee4cedd4da065a652f049121cddcfc719ff..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkNeutralParameters/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package TrkNeutralParameters - -manager Andreas Salzburger < Andreas.Salzburger@cern.ch > - -# public dependencies -use AtlasPolicy AtlasPolicy-* -# use CLIDSvc CLIDSvc-* Control -# use DataModel DataModel-* Control -use TrkParametersBase TrkParametersBase-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -# private dependencies -private -# use GaudiInterface GaudiInterface-* External - -# For cmake, declare this package as having a metalibrary, which causes all the headers and -# libraries it depends upon to be available to clients of this package. -apply_pattern cmake_add_command command=metalibrary - -public -# library TrkParameters *.cxx -# apply_pattern installed_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -macro DOXYGEN_IMAGE_PATH "../doc/images" -macro DOXYGEN_INLINE_INHERITED_MEMB "YES" -#use AtlasReflex AtlasReflex-* External -no_auto_imports -#apply_pattern lcgdict dict=TrkParameters selectionfile=selection.xml headerfiles="../TrkParameters/TrkParametersDict.h" - - - diff --git a/Tracking/TrkEvent/TrkParameters/cmt/requirements b/Tracking/TrkEvent/TrkParameters/cmt/requirements deleted file mode 100755 index 29852f5e1bfd04b13d327696e4501aeff8c46e64..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkParameters/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package TrkParameters - -manager Edward Moyse <Edward.Moyse@cern.ch> -manager Andreas Salzburger < Andreas.Salzburger@cern.ch > - -# public dependencies -use AtlasPolicy AtlasPolicy-* -# use CLIDSvc CLIDSvc-* Control -# use DataModel DataModel-* Control -use TrkParametersBase TrkParametersBase-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -# private dependencies -private -# use GaudiInterface GaudiInterface-* External - -public -library TrkParameters *.cxx -apply_pattern installed_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -macro DOXYGEN_IMAGE_PATH "../doc/images" -macro DOXYGEN_INLINE_INHERITED_MEMB "YES" -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=TrkParameters selectionfile=selection.xml headerfiles="../TrkParameters/TrkParametersDict.h" - - - diff --git a/Tracking/TrkEvent/TrkParametersBase/cmt/requirements b/Tracking/TrkEvent/TrkParametersBase/cmt/requirements deleted file mode 100644 index c6e923d4a0f3bec026880f08366818cfb935069a..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkParametersBase/cmt/requirements +++ /dev/null @@ -1,15 +0,0 @@ -package TrkParametersBase - -manager Andreas Salzburger < Andreas.Salzburger@cern.ch > - -# public use statements -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - -private - -macro DOXYGEN_IMAGE_PATH "../doc/images" -macro DOXYGEN_INLINE_INHERITED_MEMB "YES" diff --git a/Tracking/TrkEvent/TrkParametersIdentificationHelpers/cmt/requirements b/Tracking/TrkEvent/TrkParametersIdentificationHelpers/cmt/requirements deleted file mode 100644 index 318ec1d83f50f75388a83ff3d07dd20023714a45..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkParametersIdentificationHelpers/cmt/requirements +++ /dev/null @@ -1,23 +0,0 @@ -package TrkParametersIdentificationHelpers - -author Niels van Eldik - -public - -use AtlasPolicy AtlasPolicy-* -use CaloGeoHelpers CaloGeoHelpers-* Calorimeter -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use TrkParameters TrkParameters-* Tracking/TrkEvent - -library TrkParametersIdentificationHelpers ../src/*.cxx - -apply_pattern installed_library - -macro_append TestTrkParametersIdentificationHelpers_dependencies " TrkParametersIdentificationHelpers " -application TestTrkParametersIdentificationHelpers ../exe/TestTrkParametersIdentificationHelpers.cxx - -private - - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkEvent/TrkParticleBase/cmt/requirements b/Tracking/TrkEvent/TrkParticleBase/cmt/requirements deleted file mode 100755 index ad352ec312c5bab95a300f5100a7a550847909e7..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkParticleBase/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package TrkParticleBase - -manager Andreas Wildauer <andreas.wildauer@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use DataModel DataModel-* Control -use TrkTrackLink TrkTrackLink-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent - -private -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use GaudiInterface GaudiInterface-* External - -public -library TrkParticleBase *.cxx -apply_pattern installed_library - -macro trkparticlebase_elclasses "DataVector<Trk::TrackParticleBase>" - -# Persistancy -private -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=TrkParticleBase selectionfile=selection.xml \ - headerfiles="../TrkParticleBase/TrkParticleBaseDict.h" \ - elementLinks="$(trkparticlebase_elclasses)" - diff --git a/Tracking/TrkEvent/TrkPatternParameters/cmt/requirements b/Tracking/TrkEvent/TrkPatternParameters/cmt/requirements deleted file mode 100755 index 90f489610171863fedc3d036d3adafaf8ae71a18..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkPatternParameters/cmt/requirements +++ /dev/null @@ -1,20 +0,0 @@ -package TrkPatternParameters - -manager Igor Gavrilenko <Igor.Gavrilenko@cern.ch> -author Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - -private - -use AtlasBoost AtlasBoost-* External -use GaudiInterface GaudiInterface-* External -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -public - -use AtlasPolicy AtlasPolicy-* -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParametersBase TrkParametersBase-* Tracking/TrkEvent - -library TrkPatternParameters *.cxx -apply_pattern installed_library - diff --git a/Tracking/TrkEvent/TrkPrepRawData/cmt/requirements b/Tracking/TrkEvent/TrkPrepRawData/cmt/requirements deleted file mode 100755 index 2f171d6c9d44256194249399436d2b4979591ffe..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkPrepRawData/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package TrkPrepRawData - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> -author Andreas Salzburger <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use EventContainers EventContainers-* Event -use Identifier Identifier-* DetectorDescription -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event - -apply_pattern installed_library -library TrkPrepRawData *.cxx - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports -use GaudiInterface GaudiInterface-* External - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -# apply_pattern lcgdict dict=TrkPrepRawData selectionfile=selection.xml headerfiles="../TrkPrepRawData/TrkPrepRawDataDict.h" - diff --git a/Tracking/TrkEvent/TrkPseudoMeasurementOnTrack/cmt/requirements b/Tracking/TrkEvent/TrkPseudoMeasurementOnTrack/cmt/requirements deleted file mode 100755 index 47558cc5a4ca065b0873a1d509791a99296e8dcb..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkPseudoMeasurementOnTrack/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package TrkPseudoMeasurementOnTrack - -author Wolfgang Liebig <http://consult.cern.ch/xwho/people/54608> - -use AtlasPolicy AtlasPolicy-* -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -#use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -apply_pattern installed_library -library TrkPseudoMeasurementOnTrack *.cxx - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports -use GaudiInterface GaudiInterface-* External - - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -apply_pattern lcgdict dict=TrkPseudoMeasurementOnTrack selectionfile=selection.xml headerfiles="../TrkPseudoMeasurementOnTrack/TrkPseudoMeasurementOnTrackDict.h" diff --git a/Tracking/TrkEvent/TrkRIO_OnTrack/cmt/requirements b/Tracking/TrkEvent/TrkRIO_OnTrack/cmt/requirements deleted file mode 100755 index c58926743b37db78617b1d4d33d6cb439639cb57..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkRIO_OnTrack/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package TrkRIO_OnTrack - -author Edward Moyse < Edward.Moyse@cern.ch > - -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription -use Identifier Identifier-* DetectorDescription -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent - -apply_pattern installed_library -library TrkRIO_OnTrack *.cxx - -private -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use GaudiInterface GaudiInterface-* External - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -# apply_pattern lcgdict dict=TrkRIO_OnTrack selectionfile=selection.xml headerfiles="../TrkRIO_OnTrack/TrkRIO_OnTrackDict.h" diff --git a/Tracking/TrkEvent/TrkRoad/cmt/requirements b/Tracking/TrkEvent/TrkRoad/cmt/requirements deleted file mode 100755 index f615116a47f56f78abe39ebbbcf9e7ee5223e2b0..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkRoad/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package TrkRoad - -author Shlomit Tarem <Shlomit.Tarem@cern.ch> -author Zvi Tarem <Zvi.Tarem@cern.ch> -author Natalia Panikashvili <Natalia.Panikashvili@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control -#use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription - -apply_pattern installed_library -library TrkRoad *.cxx - -private - -use GaudiInterface GaudiInterface-* External - -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -# apply_pattern lcgdict dict=TrkRoad selectionfile=selection.xml headerfiles="../TrkRoad/TrkRoadDict.h" - - diff --git a/Tracking/TrkEvent/TrkSegment/cmt/requirements b/Tracking/TrkEvent/TrkSegment/cmt/requirements deleted file mode 100755 index 2aa518fa8c7d630b2b354505f1b6fa7e86368dd8..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkSegment/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package TrkSegment - -author Andreas Salzburger <Andreas.Salzburger@cern.ch> - - -public -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control -use Identifier Identifier-* DetectorDescription -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -private -use AthLinks AthLinks-* Control -use AtlasReflex AtlasReflex-* External -no_auto_imports -use GaudiInterface GaudiInterface-* External -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -end_private - - -apply_pattern installed_library -library TrkSegment *.cxx - -private - -# The following lines generate the dictionary -apply_pattern lcgdict dict=TrkSegment selectionfile=selection.xml \ - headerfiles="../TrkSegment/TrkSegmentDict.h" - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -end_private diff --git a/Tracking/TrkEvent/TrkSpacePoint/cmt/requirements b/Tracking/TrkEvent/TrkSpacePoint/cmt/requirements deleted file mode 100755 index fcf9cba52a77e9333c4232c92af153eb15efe780..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkSpacePoint/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package TrkSpacePoint - -author Martin Siebel <Martin.Siebel@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use EventContainers EventContainers-* Event -use DataModel DataModel-* Control -use Identifier Identifier-* DetectorDescription -use CLIDSvc CLIDSvc-* Control -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent - -apply_pattern installed_library -library TrkSpacePoint *.cxx - -private -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent - diff --git a/Tracking/TrkEvent/TrkSpaceTimePoint/cmt/requirements b/Tracking/TrkEvent/TrkSpaceTimePoint/cmt/requirements deleted file mode 100644 index c600aab4fa7ff09ae7674a0fb52d825df100a444..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkSpaceTimePoint/cmt/requirements +++ /dev/null @@ -1,16 +0,0 @@ -package TrkSpaceTimePoint - -manager Christian Ohm -manager Dominique Fortin - -use AtlasPolicy AtlasPolicy-* -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription - -apply_pattern installed_library -library TrkSpaceTimePoint *.cxx - -private - -use GaudiInterface GaudiInterface-* External diff --git a/Tracking/TrkEvent/TrkTrack/cmt/requirements b/Tracking/TrkEvent/TrkTrack/cmt/requirements deleted file mode 100755 index c8f0604b7ea85df19033b5fa568ca35be8fd1e39..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkTrack/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package TrkTrack - -author Edward Moyse <Edward.Moyse@cern.ch> -manager Edward Moyse <Edward.Moyse@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control -use Identifier Identifier-* DetectorDescription -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkTrackLink TrkTrackLink-* Tracking/TrkEvent - -library TrkTrack *.cxx -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports -use GaudiInterface GaudiInterface-* External -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -apply_pattern lcgdict dict=TrkTrack selectionfile=selection.xml headerfiles="../TrkTrack/TrkTrackDict.h" \ -elementLinks="TrackCollection" - -# Doxygen switches -macro DOXYGEN_UML_LOOK "YES" diff --git a/Tracking/TrkEvent/TrkTrackLink/cmt/requirements b/Tracking/TrkEvent/TrkTrackLink/cmt/requirements deleted file mode 100644 index 96d86111e2796fabbee0d94c8bdb5a00e69e5865..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkTrackLink/cmt/requirements +++ /dev/null @@ -1,13 +0,0 @@ -package TrkTrackLink - -author Kirill Prokofiev <Kirill.Prokofiev@cern.ch> -manager Kirill Prokofiev <Kirill.Prokofiev@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent - -private -use AtlasReflex AtlasReflex-* External -no_auto_import -apply_pattern lcgdict dict=TrkTrackLink selectionfile=selection.xml \ - headerfiles="../TrkTrackLink/TrkTrackLinkDict.h" diff --git a/Tracking/TrkEvent/TrkTrackSummary/cmt/requirements b/Tracking/TrkEvent/TrkTrackSummary/cmt/requirements deleted file mode 100755 index bdfe59b3debeb1054ab9040efde4c9823233a159..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkTrackSummary/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package TrkTrackSummary - -author Edward Moyse <Edward.Moyse@cern.ch> -manager Edward Moyse <Edward.Moyse@cern.ch> - -private -use GaudiInterface GaudiInterface-* External - -public -use AtlasPolicy AtlasPolicy-* -use Identifier Identifier-* DetectorDescription -library TrkTrackSummary *.cxx -apply_pattern installed_library - -private -use AtlasReflex AtlasReflex-* External - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -apply_pattern lcgdict dict=TrkTrackSummary selectionfile=selection.xml headerfiles="../TrkTrackSummary/SummaryDict.h" diff --git a/Tracking/TrkEvent/TrkTruthData/cmt/requirements b/Tracking/TrkEvent/TrkTruthData/cmt/requirements deleted file mode 100755 index 355b0ae48a258099a4e23fd2e4cd16a5ad245da4..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkTruthData/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package TrkTruthData - -author Maria Jose Costa <Maria.Jose.Costa@cern.ch> -author Andrei Gaponenko - -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use AthLinks AthLinks-* Control -use AthContainers AthContainers-* Control -use GeneratorObjects GeneratorObjects-* Generators -use Identifier Identifier-* DetectorDescription -use TrkTrack TrkTrack-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription -private - -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. - -# Declare this package as a cmake metalibrary so that clients have access to the libraries and headerfiles -# of packages that this one depends on/ -apply_pattern cmake_add_command command=metalibrary - -apply_pattern lcgdict dict=TrkTruthData selectionfile=selection.xml headerfiles="../src/TrkTruthDataDict.h" diff --git a/Tracking/TrkEvent/TrkV0Vertex/cmt/requirements b/Tracking/TrkEvent/TrkV0Vertex/cmt/requirements deleted file mode 100755 index 285d19bb77a876ed2cc96b199ba67dba5e26da7a..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkV0Vertex/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package TrkV0Vertex - -author Evelina Bouhova-Thacker <e.bouhova@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AtlasReflex AtlasReflex-* External -no_auto_imports -use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control -use EventKernel EventKernel-* Event -use VxVertex VxVertex-* Tracking/TrkEvent -private -end_private - -library TrkV0Vertex *.cxx -apply_pattern installed_library - -# persistency -apply_pattern lcgdict dict=TrkV0Vertex selectionfile=selection.xml headerfiles="../TrkV0Vertex/V0VertexDict.h" \ -elementLinks="V0Container" headerfiles="../TrkV0Vertex/V0VertexDict.h" - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkEvent/TrkVertexOnTrack/cmt/requirements b/Tracking/TrkEvent/TrkVertexOnTrack/cmt/requirements deleted file mode 100755 index c9acef546a92239dba06f267b471aa45c1931e21..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkVertexOnTrack/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package TrkVertexOnTrack - -author Roland Haertel <haertel -at- mppmu.mpg.de> -author Manuel Kayl <Manuel.Kayl -at- cern.ch> -author Andreas Salzburger < Andreas.Salzburger -at- cern.ch > - -use AtlasPolicy AtlasPolicy-* -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use GaudiInterface GaudiInterface-* External -use TrkParameters TrkParameters-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event - -apply_pattern installed_library -library TrkVertexOnTrack *.cxx - -private -#use AtlasReflex AtlasReflex-* External -no_auto_imports -use VxVertex VxVertex-* Tracking/TrkEvent - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See MissingETDict -# A selection file must be created by hand. This file lists the -# classes to be added to the dictionary, and which fields are -# transient. It should be put in ../<package> dir and is conventionally called -# selection.xml. -#apply_pattern lcgdict dict=TrkVertexOnTrack selectionfile=selection.xml headerfiles="../TrkVertexOnTrack/TrkVertexOnTrackDict.h" diff --git a/Tracking/TrkEvent/TrkViews/cmt/requirements b/Tracking/TrkEvent/TrkViews/cmt/requirements deleted file mode 100644 index 11107d2c429b020a4c8853c5a8c9891ec9ce9a3c..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkViews/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package TrkViews -author John Baines <john.baines@stfc.ac.uk> - -use AtlasPolicy AtlasPolicy-* -use AthContainers AthContainers-* Control -use xAODCore xAODCore-* Event/xAOD - -private -use AtlasROOT AtlasROOT-* External -use AthContainers AthContainers-* Control -end_private - -use TrkTrack TrkTrack-* Tracking/TrkEvent - - -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -apply_pattern lcgdict dict=TrkViews \ - selectionfile=selection.xml \ - headerfiles="../TrkViews/TrkViewsDict.h" diff --git a/Tracking/TrkEvent/TrkViewsCnv/cmt/requirements b/Tracking/TrkEvent/TrkViewsCnv/cmt/requirements deleted file mode 100644 index 7f8da7898177ee85a88a93f6f1dea45287eccc78..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/TrkViewsCnv/cmt/requirements +++ /dev/null @@ -1,16 +0,0 @@ -package TrkViewsCnv - -author John Baines <John.Baines@stfc.ac.uk> - -use AtlasPolicy AtlasPolicy-* -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - -private -# use statements for data packages -use TrkViews TrkViews-* Tracking/TrkEvent -end_private - -apply_pattern poolcnv \ - files="-s=${TrkViews_root}/TrkViews \ - TrackViewVector.h" - diff --git a/Tracking/TrkEvent/VxJetVertex/cmt/requirements b/Tracking/TrkEvent/VxJetVertex/cmt/requirements deleted file mode 100644 index 9420010a15d48a87b3fdc055c54d1787d25a77aa..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/VxJetVertex/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package VxJetVertex - -author Giacinto Piacquadio <giacinto.piacquadio@physik.uni-freiburg.de> -author Christian Weiser <christian.weiser@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use GaudiInterface GaudiInterface-* External -# new -use TrkTrack TrkTrack-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -#use Particle Particle-* Reconstruction -use TrkTrackLink TrkTrackLink-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use EventPrimitives EventPrimitives-* Event -use xAODTracking xAODTracking-* Event/xAOD - -library VxJetVertex *.cxx -apply_pattern installed_library - - -private -# persistency -use AthLinks AthLinks-* Control -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=VxJetVertex selectionfile=selection.xml headerfiles="../VxJetVertex/VxJetVertexDict.h" - -#elementLinks="MVFVxContainer" -#headerfiles="../VxMultiVertex/VxMultiVertexDict.h" -#macro DOXYGEN_IMAGE_PATH "../doc/images" -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkEvent/VxMultiVertex/cmt/requirements b/Tracking/TrkEvent/VxMultiVertex/cmt/requirements deleted file mode 100755 index cdda74f27057fa2a1beb2386ec13395a44b7f483..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/VxMultiVertex/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package VxMultiVertex - -author Giacinto Piacquadio <giacinto.piacquadio@physik.uni-freiburg.de> -author Kirill Prokofiev <Kirill.Prokofiev@cern.ch> -author Andreas Wildauer <Andreas.Wildauer@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent - -use xAODTracking xAODTracking-* Event/xAOD -use GeoPrimitives GeoPrimitives-* DetectorDescription - -private - - -public - -library VxMultiVertex *.cxx -apply_pattern installed_library - -private - -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=VxMultiVertex selectionfile=selection.xml headerfiles="../VxMultiVertex/VxMultiVertexDict.h" \ -elementLinks="MVFVxContainer" headerfiles="../VxMultiVertex/VxMultiVertexDict.h" - -# -#macro DOXYGEN_IMAGE_PATH "../doc/images" -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" -# diff --git a/Tracking/TrkEvent/VxSecVertex/cmt/requirements b/Tracking/TrkEvent/VxSecVertex/cmt/requirements deleted file mode 100755 index 25c7a2747e86d6ea8e469e6a1d4f1988fc91cfde..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/VxSecVertex/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package VxSecVertex - -author Giacinto Piacquadio <giacinto.piacquadio@physik.uni-freiburg.de> -author Christian Weiser -author Vadim Kostyukhin -author Kirill Prokofiev -author Andreas Wildauer - - -use AtlasPolicy AtlasPolicy-* -use DataModel DataModel-* Control - -use CLIDSvc CLIDSvc-* Control -#use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD -use xAODBase xAODBase-* Event/xAOD - -private - -use VxVertex VxVertex-* Tracking/TrkEvent -use VxJetVertex VxJetVertex-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent - -public - -library VxSecVertex *.cxx -apply_pattern installed_library - -private -# persistency -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=VxSecVertex selectionfile=selection.xml headerfiles="../VxSecVertex/VxSecVertexDict.h" - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkEvent/VxVertex/cmt/requirements b/Tracking/TrkEvent/VxVertex/cmt/requirements deleted file mode 100755 index 5d84ce81ccb12018f8227690e74f576bcc2eaf55..0000000000000000000000000000000000000000 --- a/Tracking/TrkEvent/VxVertex/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package VxVertex - -author Andreas Wildauer <Andreas.Wildauer@cern.ch> -manager Andreas Wildauer <Andreas.Wildauer@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use CLIDSvc CLIDSvc-* Control -use DataModel DataModel-* Control -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use TrkTrackLink TrkTrackLink-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event - -private -use TrkParameters TrkParameters-* Tracking/TrkEvent -use GaudiInterface GaudiInterface-* External - -public -library VxVertex *.cxx -apply_pattern installed_library - -private -# persistency - -use AtlasReflex AtlasReflex-* External -no_auto_imports -apply_pattern lcgdict dict=VxVertex selectionfile=selection.xml headerfiles="../VxVertex/VxVertexDict.h" \ -elementLinks="VxContainer" headerfiles="../VxVertex/VxVertexDict.h" - -macro DOXYGEN_IMAGE_PATH "../doc/images" - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkEventCnv/TrkEventAthenaPool/cmt/requirements b/Tracking/TrkEventCnv/TrkEventAthenaPool/cmt/requirements deleted file mode 100755 index aadb2e90709579a05b22c59ab96c568512a53994..0000000000000000000000000000000000000000 --- a/Tracking/TrkEventCnv/TrkEventAthenaPool/cmt/requirements +++ /dev/null @@ -1,87 +0,0 @@ -package TrkEventAthenaPool - -author Andreas Wildauer <Andreas.Wildauer@cern.ch> -author Edward Moyse <edward.moyse@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -private -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use GaudiInterface GaudiInterface-* External -use StoreGate StoreGate-* Control -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkEventCnvTools TrkEventCnvTools-* Tracking/TrkEventCnv -use TrkEventTPCnv TrkEventTPCnv-* Tracking/TrkEventCnv -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkV0Vertex TrkV0Vertex-* Tracking/TrkEvent -use VxMultiVertex VxMultiVertex-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -end_private - -public - -apply_pattern poolcnv typesWithNamespace="Trk::SegmentCollection Trk::TrackParticleBaseCollection" \ - files="-s=$(TrkSpacePoint_root)/TrkSpacePoint SpacePointCollection.h \ - -s=$(TrkSpacePoint_root)/TrkSpacePoint SpacePointContainer.h \ - -s=$(TrkTrack_root)/TrkTrack TrackCollection.h \ - -s=${VxMultiVertex_root}/VxMultiVertex MVFVxContainer.h \ - -s=${VxVertex_root}/VxVertex VxContainer.h \ - -s=${TrkV0Vertex_root}/TrkV0Vertex V0Container.h \ - -s=${TrkSegment_root}/TrkSegment SegmentCollection.h" - -# ME for David Quarrie - FIX for bug somewhere in ATLAS repository crashing this package -private -macro_append AtlasCxxPolicy_pp_cppflags " -DNDEBUG " - - -private -use TestTools TestTools-* AtlasTest -no_auto_imports - -apply_pattern declare_joboptions files="-s=../share *.py" - -apply_pattern athenarun_test \ - name="TrkEventTPCnv_14.5.0" \ - options="TrkEventAthenaPool/TrkEventTPCnv_14.5.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrkEventTPCnv_14.5.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrkEventTPCnv_14.5.0" - -apply_pattern athenarun_test \ - name="TrkEventTPCnv_15.6.7" \ - options="TrkEventAthenaPool/TrkEventTPCnv_15.6.7_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrkEventTPCnv_15.6.7" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrkEventTPCnv_15.6.7" - -apply_pattern athenarun_test \ - name="TrkEventTPCnv_16.6.2.1" \ - options="TrkEventAthenaPool/TrkEventTPCnv_16.6.2.1_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrkEventTPCnv_16.6.2.1" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrkEventTPCnv_16.6.2.1" - -apply_pattern athenarun_test \ - name="TrkEventTPCnv_17.2.8" \ - options="TrkEventAthenaPool/TrkEventTPCnv_17.2.8_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrkEventTPCnv_17.2.8" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrkEventTPCnv_17.2.8" - -apply_pattern athenarun_test \ - name="TrkEventTPCnv_18.0.0" \ - options="TrkEventAthenaPool/TrkEventTPCnv_18.0.0_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrkEventTPCnv_18.0.0" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrkEventTPCnv_18.0.0" - -apply_pattern athenarun_test \ - name="TrkEventTPCnv_20.1.7.2" \ - options="TrkEventAthenaPool/TrkEventTPCnv_20.1.7.2_test.py" \ - pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrkEventTPCnv_20.1.7.2" \ - post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrkEventTPCnv_20.1.7.2" diff --git a/Tracking/TrkEventCnv/TrkEventCnvTools/cmt/requirements b/Tracking/TrkEventCnv/TrkEventCnvTools/cmt/requirements deleted file mode 100755 index b3b5cae6839d13cb207c8234f21d449198a99350..0000000000000000000000000000000000000000 --- a/Tracking/TrkEventCnv/TrkEventCnvTools/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package TrkEventCnvTools - -author Edward Moyse <edward.moyse@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use DataModel DataModel-* Control -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use Identifier Identifier-* DetectorDescription -use StoreGate StoreGate-* Control -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkParametersBase TrkParametersBase-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr - -private -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent - -public -apply_pattern declare_python_modules files=*.py -library TrkEventCnvTools *.cxx components/*.cxx -apply_pattern component_library diff --git a/Tracking/TrkEventCnv/TrkEventTPCnv/cmt/requirements b/Tracking/TrkEventCnv/TrkEventTPCnv/cmt/requirements deleted file mode 100644 index 17f79cf007363c2ffaf491f5cb720eda0683e9a3..0000000000000000000000000000000000000000 --- a/Tracking/TrkEventCnv/TrkEventTPCnv/cmt/requirements +++ /dev/null @@ -1,129 +0,0 @@ -package TrkEventTPCnv - -author Andreas Wildauer <Andreas.Wildauer@cern.ch> -author Edward Moyse <edward.moyse@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use AtlasCLHEP AtlasCLHEP-* External -use AthContainers AthContainers-* Control -use AthLinks AthLinks-* Control -use DataModelAthenaPool DataModelAthenaPool-* Control -use EventPrimitives EventPrimitives-* Event -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use Identifier Identifier-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use StoreGate StoreGate-* Control -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use TrkEventCnvTools TrkEventCnvTools-* Tracking/TrkEventCnv -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkDistortedSurfaces TrkDistortedSurfaces-* Tracking/TrkDetDescr -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkParametersBase TrkParametersBase-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkV0Vertex TrkV0Vertex-* Tracking/TrkEvent -use TrkVertexOnTrack TrkVertexOnTrack-* Tracking/TrkEvent -use VxMultiVertex VxMultiVertex-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -private -use AthenaKernel AthenaKernel-* Control -use CxxUtils CxxUtils-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasReflex AtlasReflex-* External -no_auto_imports -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr -use TrkTrackLink TrkTrackLink-* Tracking/TrkEvent -end_private - -apply_pattern tpcnv_library -library TrkEventTPCnv \ - *.cxx \ - TrkEventPrimitives/*.cxx \ - TrkMaterialOnTrack/*.cxx \ - TrkParameters/*.cxx \ - TrkNeutralParameters/*.cxx \ - TrkPseudoMeasurementOnTrack/*.cxx \ - TrkVertexOnTrack/*.cxx \ - TrkSurfaces/*.cxx \ - TrkSegment/*.cxx \ - TrkTrack/*.cxx \ - TrkRIO_OnTrack/*.cxx \ - TrkPrepRawData/*.cxx \ - TrkTrackSummary/*.cxx \ - VxVertex/*.cxx \ - VxMultiVertex/*.cxx \ - TrkV0Vertex/*.cxx \ - TrkParticleBase/*.cxx \ - TrkCompetingRIOsOnTrack/*.cxx \ - TrkDetElementSurface/*.cxx" - -# uncomment this line if you do want to use floats -apply_tag use_float_pers_version - -# uncomment one of these lines if you do not want to use -# floats in the according class -macro_append TrkEventTPCnvFloatMacro " -DUseFloatsIn_TrackParameters " -macro_append TrkEventTPCnvFloatMacro " -DUseFloatsIn_HepPoint3D " -macro_append TrkEventTPCnvFloatMacro " -DUseFloatsIn_HepSymMatrix " -macro_append TrkEventTPCnvFloatMacro " -DUseFloatsIn_LocalDirection " -macro_append TrkEventTPCnvFloatMacro " -DUseFloatsIn_LocalParameters " -macro_append TrkEventTPCnvFloatMacro " -DUseFloatsIn_LocalPosition " -macro_append TrkEventTPCnvFloatMacro " -DUseFloatsIn_CylinderBounds " -macro_append TrkEventTPCnvFloatMacro " -DUseFloatsIn_DiamondBounds " -macro_append TrkEventTPCnvFloatMacro " -DUseFloatsIn_DiscBounds " -macro_append TrkEventTPCnvFloatMacro " -DUseFloatsIn_RectangleBounds " -macro_append TrkEventTPCnvFloatMacro " -DUseFloatsIn_Surface " -macro_append TrkEventTPCnvFloatMacro " -DUseFloatsIn_TrapezoidBounds " -macro_append TrkEventTPCnvFloatMacro " -DUseFloatsIn_CompetingRIOsOnTrack " - -macro_append use_pp_cppflags "" \ - use_float_pers_version $(TrkEventTPCnvFloatMacro) - -apply_pattern cmake_add_definitions defines=$(TrkEventTPCnvFloatMacro) - -# The following use is to get the lcgdict pattern. -# This is "hidden" behind "private" and "no_auto_imports" to keep -# clients of EventInfo from seeing excess dependencies -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See EventInfoDict - -apply_pattern lcgdict dict=TrkEventTPCnv selectionfile=selection.xml headerfiles="../TrkEventTPCnv/TrkEventTPCnvDict.h" -#apply_pattern lcgdict dict=ARA_TrkEventTPCnv selectionfile=ARA_selection.xml headerfiles="../TrkEventTPCnv/TrkEventTPCnvDict.h" -apply_pattern lcgdict dict=OLD_TrkEventTPCnv selectionfile=OLD_selection.xml headerfiles="../TrkEventTPCnv/TrkEventTPCnvDict.h" - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - - -use TestTools TestTools-* AtlasTest -apply_pattern UnitTest_run unit_test=FitQualityCnv_p1 -apply_pattern UnitTest_run unit_test=LocalDirectionCnv_p1 -apply_pattern UnitTest_run unit_test=LocalPositionCnv_p1 -apply_pattern UnitTest_run unit_test=LocalParametersCnv_p1 -apply_pattern UnitTest_run unit_test=ErrorMatrixCnv_p1 -apply_pattern UnitTest_run unit_test=TrackParametersCnv_p2 -apply_pattern UnitTest_run unit_test=SurfaceCnv_p2 -apply_pattern UnitTest_run unit_test=PseudoMeasurementOnTrackCnv_p2 -apply_pattern UnitTest_run unit_test=CompetingRIOsOnTrackCnv_p1 -apply_pattern UnitTest_run unit_test=TrackStateOnSurfaceCnv_p3 -apply_pattern UnitTest_run unit_test=EnergyLossCnv_p1 -apply_pattern UnitTest_run unit_test=MaterialEffectsBaseCnv_p2 -apply_pattern UnitTest_run unit_test=MaterialEffectsOnTrackCnv_p2 -apply_pattern UnitTest_run unit_test=TrackCnv_p4 -apply_pattern UnitTest_run unit_test=SegmentCnv_p1 diff --git a/Tracking/TrkEventCnv/TrkJiveXML/cmt/requirements b/Tracking/TrkEventCnv/TrkJiveXML/cmt/requirements deleted file mode 100644 index bd164a297e70bff446c6fd08653ea3e34b84e8f4..0000000000000000000000000000000000000000 --- a/Tracking/TrkEventCnv/TrkJiveXML/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package TrkJiveXML - -use AtlasPolicy AtlasPolicy-* - -public -use JiveXML JiveXML-* graphics -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkParameters TrkParameters-* Tracking/TrkEvent - -private - -use DataModel DataModel-* Control -use StoreGate StoreGate-* Control - -use AtlasDetDescr AtlasDetDescr-* DetectorDescription - -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TrkTrackLink TrkTrackLink-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent - -use Particle Particle-* Reconstruction - -public - -library TrkJiveXML *.cxx components/*.cxx -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" - diff --git a/Tracking/TrkEventCnv/TrkTruthAthenaPool/cmt/requirements b/Tracking/TrkEventCnv/TrkTruthAthenaPool/cmt/requirements deleted file mode 100755 index 7d63fdc55691bc76cc0ab963296de61cb50810e7..0000000000000000000000000000000000000000 --- a/Tracking/TrkEventCnv/TrkTruthAthenaPool/cmt/requirements +++ /dev/null @@ -1,24 +0,0 @@ -package TrkTruthAthenaPool - -author Andrei Gaponenko <agaponenko@lbl.gov> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -private - use StoreGate StoreGate-* Control - use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL - use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL - - use TrkTruthData TrkTruthData-* Tracking/TrkEvent - - use TrkTruthTPCnv TrkTruthTPCnv-* Tracking/TrkEventCnv - - -apply_pattern poolcnv files="\ - -s=$(TrkTruthData_root)/TrkTruthData PRD_MultiTruthCollection.h \ - -s=$(TrkTruthData_root)/TrkTruthData TrackTruthCollection.h \ - -s=$(TrkTruthData_root)/TrkTruthData DetailedTrackTruthCollection.h \ -" - -##macro_append TrkTruthAthenaPoolPoolCnv_shlibflags "$(TrkTruthAthenaPool_dict_linkopts)" diff --git a/Tracking/TrkEventCnv/TrkTruthTPCnv/cmt/requirements b/Tracking/TrkEventCnv/TrkTruthTPCnv/cmt/requirements deleted file mode 100755 index bc549b47abe2d07d1df62f56d31f7bb44cbf2573..0000000000000000000000000000000000000000 --- a/Tracking/TrkEventCnv/TrkTruthTPCnv/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package TrkTruthTPCnv - -author Andrei Gaponenko <agaponenko@lbl.gov> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaPoolCnvSvc AthenaPoolCnvSvc-* Database/AthenaPOOL -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use GeneratorObjectsTPCnv GeneratorObjectsTPCnv-* Generators -use AthLinks AthLinks-* Control -use AthContainers AthContainers-* Control -use DataModelAthenaPool DataModelAthenaPool-* Control -use StoreGate StoreGate-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent -use CLIDSvc CLIDSvc-* Control -use GeneratorObjects GeneratorObjects-* Generators - -private -use AthenaKernel AthenaKernel-* Control -use AtlasReflex AtlasReflex-* External -no_auto_imports -use CxxUtils CxxUtils-* Control -end_private - -apply_pattern tpcnv_library -library TrkTruthTPCnv *.cxx - -# The following use is to get the lcgdict pattern. -# This is "hidden" behind "private" and "no_auto_imports" to keep -# clients of EventInfo from seeing excess dependencies -private -use AtlasReflex AtlasReflex-* External -no_auto_imports - -# Pattern to build the dict lib. User should create a single header -# file: <package>Dict.h which includes all other .h files. See EventInfoDict -apply_pattern lcgdict dict=TrkTruthTPCnv selectionfile=selection.xml headerfiles="../src/TrkTruthTPCnvDict.h" diff --git a/Tracking/TrkExtrapolation/TrkExAlgs/cmt/requirements b/Tracking/TrkExtrapolation/TrkExAlgs/cmt/requirements deleted file mode 100755 index edd2927bf72d96ab4f20a883bc3f5d4f9c76fc59..0000000000000000000000000000000000000000 --- a/Tracking/TrkExtrapolation/TrkExAlgs/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package TrkExAlgs - -author Andreas Salzburger <Andreas.Salzburger@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use DataModel DataModel-* Control -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use MagFieldInterfaces MagFieldInterfaces-* MagneticField -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription - -private -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use StoreGate StoreGate-* Control -use AtlasROOT AtlasROOT-* External -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkVolumes TrkVolumes-* Tracking/TrkDetDescr -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation - - -apply_pattern component_library - -public -library TrkExAlgs *.cxx components/*.cxx - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkExtrapolation/TrkExEngine/cmt/requirements b/Tracking/TrkExtrapolation/TrkExEngine/cmt/requirements deleted file mode 100644 index 986ad64bf50e95481b373d7a234dd928004d83a6..0000000000000000000000000000000000000000 --- a/Tracking/TrkExtrapolation/TrkExEngine/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package TrkExEngine - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> -author Andreas Salzburger <Andreas.Salzburger@cern.ch> - -################################################################# -# public use statements -use AtlasPolicy AtlasPolicy-* -use GeoPrimitives GeoPrimitives-* DetectorDescription -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkVolumes TrkVolumes-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr - - -################################################################# -# private use statements -private -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr - -public -library TrkExEngine *.cxx components/*.cxx -apply_pattern declare_python_modules files="*.py" -apply_pattern component_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" -macro DOXYGEN_IMAGE_PATH "../doc/images" diff --git a/Tracking/TrkExtrapolation/TrkExExample/cmt/requirements b/Tracking/TrkExtrapolation/TrkExExample/cmt/requirements deleted file mode 100755 index 7002b6729306663752274d9ce867cd6a582761c3..0000000000000000000000000000000000000000 --- a/Tracking/TrkExtrapolation/TrkExExample/cmt/requirements +++ /dev/null @@ -1,13 +0,0 @@ -package TrkExExample - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use AtlasReconstructionRunTime AtlasReconstructionRunTime-* - -branches run share - -apply_pattern declare_joboptions files="*.py" - - diff --git a/Tracking/TrkExtrapolation/TrkExInterfaces/cmt/requirements b/Tracking/TrkExtrapolation/TrkExInterfaces/cmt/requirements deleted file mode 100755 index bf0b97d9a0597b665ee5f3de99be25772862073c..0000000000000000000000000000000000000000 --- a/Tracking/TrkExtrapolation/TrkExInterfaces/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package TrkExInterfaces - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External - -use GeoPrimitives GeoPrimitives-* DetectorDescription - -use xAODTracking xAODTracking-* Event/xAOD - -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkParametersBase TrkParametersBase-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkVolumes TrkVolumes-* Tracking/TrkDetDescr -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr - -# Declare this package as a metalibrary for cmake so that its clients have -# access to the libraries and header files of packages that this one depends on -apply_pattern cmake_add_command command=metalibrary - -private -macro DOXYGEN_IMAGE_PATH "../doc/images" -#use AtlasReflex AtlasReflex-* External -no_auto_imports -#apply_pattern lcgdict dict=TrkExInterfaces selectionfile=selection.xml headerfiles="../TrkExInterfaces/TrkExInterfacesDict.h" -end_private diff --git a/Tracking/TrkExtrapolation/TrkExRungeKuttaIntersector/cmt/requirements b/Tracking/TrkExtrapolation/TrkExRungeKuttaIntersector/cmt/requirements deleted file mode 100755 index 51e382695e753643a273b86edd402ddc274c95c0..0000000000000000000000000000000000000000 --- a/Tracking/TrkExtrapolation/TrkExRungeKuttaIntersector/cmt/requirements +++ /dev/null @@ -1,27 +0,0 @@ -package TrkExRungeKuttaIntersector - -author Alan Poppleton <Alan.Poppleton@cern.ch> - -private -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use EventPrimitives EventPrimitives-* Event -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use MagFieldInterfaces MagFieldInterfaces-* MagneticField -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation - -library TrkExRungeKuttaIntersector IntersectorWrapper.cxx \ - RungeKuttaIntersector.cxx \ - components/*.cxx - -apply_pattern component_library - -private diff --git a/Tracking/TrkExtrapolation/TrkExRungeKuttaPropagator/cmt/requirements b/Tracking/TrkExtrapolation/TrkExRungeKuttaPropagator/cmt/requirements deleted file mode 100755 index 7719e0da1877d4c7dd7960c85926c3de2591873c..0000000000000000000000000000000000000000 --- a/Tracking/TrkExtrapolation/TrkExRungeKuttaPropagator/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package TrkExRungeKuttaPropagator - -author Igor Gavrilenko <Igor.Gavrilenko@cern.ch> -manager Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - -private - -use TrkPatternParameters TrkPatternParameters-* Tracking/TrkEvent -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr - -public - -use GaudiInterface GaudiInterface-* External -use AtlasPolicy AtlasPolicy-* -use MagFieldInterfaces * MagneticField -use AthenaBaseComps AthenaBaseComps-* Control -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent - -library TrkExRungeKuttaPropagator *.cxx components/*.cxx -apply_pattern component_library - diff --git a/Tracking/TrkExtrapolation/TrkExSTEP_Propagator/cmt/requirements b/Tracking/TrkExtrapolation/TrkExSTEP_Propagator/cmt/requirements deleted file mode 100755 index bd665d9c08034d2131b5b99d82e6041ea61d1ed9..0000000000000000000000000000000000000000 --- a/Tracking/TrkExtrapolation/TrkExSTEP_Propagator/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package TrkExSTEP_Propagator - -author Esben Lund <esben.lund@fys.uio.no> -manager Esben Lund <esben.lund@fys.uio.no> - -private -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use AtlasCLHEP AtlasCLHEP-* External -use GaudiInterface GaudiInterface-* External -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr - -public -use AthenaKernel AthenaKernel-* Control -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasPolicy AtlasPolicy-* -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -#use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -#use TrkMagFieldInterfaces TrkMagFieldInterfaces-* Tracking/TrkMagneticField -use MagFieldInterfaces * MagneticField -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent - -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event - -library TrkExSTEP_Propagator *.cxx components/*.cxx -apply_pattern component_library - diff --git a/Tracking/TrkExtrapolation/TrkExSolenoidalIntersector/cmt/requirements b/Tracking/TrkExtrapolation/TrkExSolenoidalIntersector/cmt/requirements deleted file mode 100755 index 0b1443eb39085804e25a6465954865a123ae8a8e..0000000000000000000000000000000000000000 --- a/Tracking/TrkExtrapolation/TrkExSolenoidalIntersector/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package TrkExSolenoidalIntersector - -author Alan Poppleton <Alan.Poppleton@cern.ch> - -private -use EventPrimitives EventPrimitives-* Event -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use MagFieldInterfaces MagFieldInterfaces-* MagneticField -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation - -library TrkExSolenoidalIntersector SolenoidalIntersector.cxx \ - SolenoidParametrization.cxx \ - components/*.cxx - -apply_pattern component_library - -private diff --git a/Tracking/TrkExtrapolation/TrkExStraightLineIntersector/cmt/requirements b/Tracking/TrkExtrapolation/TrkExStraightLineIntersector/cmt/requirements deleted file mode 100755 index 78dd8583cb7c2b251429ff6488582321d3ecca59..0000000000000000000000000000000000000000 --- a/Tracking/TrkExtrapolation/TrkExStraightLineIntersector/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package TrkExStraightLineIntersector - -author Alan Poppleton <Alan.Poppleton@cern.ch> - -private -use AtlasCLHEP AtlasCLHEP-* External -use GaudiInterface GaudiInterface-* External -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation - -library TrkExStraightLineIntersector StraightLineIntersector.cxx \ - components/*.cxx - -apply_pattern component_library - -private diff --git a/Tracking/TrkExtrapolation/TrkExTools/cmt/requirements b/Tracking/TrkExtrapolation/TrkExTools/cmt/requirements deleted file mode 100755 index 2a2642aa23859702c5a8a5d0984ed1186a5d4710..0000000000000000000000000000000000000000 --- a/Tracking/TrkExtrapolation/TrkExTools/cmt/requirements +++ /dev/null @@ -1,47 +0,0 @@ -package TrkExTools - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> -author Andreas Salzburger <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -#use TrkParametersBase TrkParametersBase-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkVolumes TrkVolumes-* Tracking/TrkDetDescr -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr - -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event - -use xAODTracking xAODTracking-* Event/xAOD - -private -use AtlasROOT AtlasROOT-* External -use CxxUtils CxxUtils-* Control -use AthContainers AthContainers-* Control -use StoreGate StoreGate-* Control - -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -#use TrkGeometrySurfaces TrkGeometrySurfaces-* Tracking/TrkDetDescr -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr - -library TrkExTools *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" -macro DOXYGEN_IMAGE_PATH "../doc/images" diff --git a/Tracking/TrkExtrapolation/TrkExUnitTests/cmt/requirements b/Tracking/TrkExtrapolation/TrkExUnitTests/cmt/requirements deleted file mode 100644 index 13f99a661147bdb9e22efb1cdea0e69ff0c215df..0000000000000000000000000000000000000000 --- a/Tracking/TrkExtrapolation/TrkExUnitTests/cmt/requirements +++ /dev/null @@ -1,30 +0,0 @@ -package TrkExUnitTests - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> -author Andreas Salzburger <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use AtlasROOT AtlasROOT-* External - -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkValInterfaces TrkValInterfaces-* Tracking/TrkValidation -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation - -private -library TrkExUnitTests *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" - -# comment this line out if you do want to build in CLHEP mode -apply_tag use_new_tracking_edm - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkExtrapolation/TrkExUtils/cmt/requirements b/Tracking/TrkExtrapolation/TrkExUtils/cmt/requirements deleted file mode 100755 index b35659377cd114b82747541f8853771698450be7..0000000000000000000000000000000000000000 --- a/Tracking/TrkExtrapolation/TrkExUtils/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package TrkExUtils - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> -author Andreas Salzburger <Andreas.Salzburger@cern.ch> - -################## public dependencies ############################## -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr -################## private dependencies ############################## -private -use TrkPatternParameters TrkPatternParameters-* Tracking/TrkEvent - -public -library TrkExUtils *.cxx -apply_pattern installed_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -macro DOXYGEN_IMAGE_PATH "../doc/images" -macro DOXYGEN_INLINE_INHERITED_MEMB "YES" diff --git a/Tracking/TrkFitter/TrkDeterministicAnnealingFilter/cmt/requirements b/Tracking/TrkFitter/TrkDeterministicAnnealingFilter/cmt/requirements deleted file mode 100755 index 17af4b1a1672473299bfbafd1970eff88333ef6c..0000000000000000000000000000000000000000 --- a/Tracking/TrkFitter/TrkDeterministicAnnealingFilter/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package TrkDeterministicAnnealingFilter - -author Sebastian Fleischmann <Sebastian.Fleischmann@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External - -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent - -private - -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkValInterfaces TrkValInterfaces-* Tracking/TrkValidation -use AtlasDetDescr AtlasDetDescr-* DetectorDescription - -public -library TrkDeterministicAnnealingFilter *.cxx components/*.cxx -apply_pattern component_library - - - -private -macro DOXYGEN_IMAGE_PATH "../doc/images" -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkFitter/TrkDistributedKalmanFilter/cmt/requirements b/Tracking/TrkFitter/TrkDistributedKalmanFilter/cmt/requirements deleted file mode 100755 index 7024bd886090fa50dc17d3dbb042ee74ad5a0a4c..0000000000000000000000000000000000000000 --- a/Tracking/TrkFitter/TrkDistributedKalmanFilter/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -package TrkDistributedKalmanFilter - -author Dmitry Emeliyanov <D.Emeliyanov@rl.ac.uk> - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use MagFieldInterfaces MagFieldInterfaces-* MagneticField - -apply_pattern dual_use_library files="*.cxx" -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - - -private - -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use StoreGate StoreGate-* Control -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation diff --git a/Tracking/TrkFitter/TrkDynamicNoiseAdjustor/cmt/requirements b/Tracking/TrkFitter/TrkDynamicNoiseAdjustor/cmt/requirements deleted file mode 100755 index 740aed780afd4a86300241004ae861edb813c8a6..0000000000000000000000000000000000000000 --- a/Tracking/TrkFitter/TrkDynamicNoiseAdjustor/cmt/requirements +++ /dev/null @@ -1,39 +0,0 @@ -package TrkDynamicNoiseAdjustor - -author Vato Kartvelishvili <Vakhtang.Kartvelishvili@cern.ch> - -# --- athena libraries -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control - -# --- tracking interface -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter - -library TrkDynamicNoiseAdjustor *.cxx components/*.cxx -apply_pattern component_library - -private -use GaudiInterface GaudiInterface-* External -# --- EDM libraries -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use EventPrimitives EventPrimitives-* Event - -# --- EDM tools -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent - -private -# --- activate for debugging -# macro cppdebugflags '$(cppdebugflags_s)' -# macro_remove componentshr_linkopts "-Wl,-s" - -#macro DOXYGEN_IMAGE_PATH "../doc/images" -#macro DOXYGEN_INLINE_INHERITED_MEMB "YES" - diff --git a/Tracking/TrkFitter/TrkFitterInterfaces/cmt/requirements b/Tracking/TrkFitter/TrkFitterInterfaces/cmt/requirements deleted file mode 100755 index 77d59b6f27f57d73ee478f4dbfe7ef85882a4839..0000000000000000000000000000000000000000 --- a/Tracking/TrkFitter/TrkFitterInterfaces/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package TrkFitterInterfaces - -manager Wolfgang Liebig <Wolfgang.Liebig at cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External -use DataModel DataModel-* Control - -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter -use EventPrimitives EventPrimitives-* Event - -# Declare this package as a metalibrary for cmake so that its clients have -# access to the libraries and header files of packages that this one depends on -apply_pattern cmake_add_command command=metalibrary - -private - -macro DOXYGEN_IMAGE_PATH "../doc/images" diff --git a/Tracking/TrkFitter/TrkFitterUtils/cmt/requirements b/Tracking/TrkFitter/TrkFitterUtils/cmt/requirements deleted file mode 100755 index 6ff441706a2982dd66fa8c6241c8fee0570583ee..0000000000000000000000000000000000000000 --- a/Tracking/TrkFitter/TrkFitterUtils/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package TrkFitterUtils - -manager Wolfgang Liebig <http://consult.cern.ch/xwho/people/54608> -author Wolfgang Liebig <http://consult.cern.ch/xwho/people/54608> - -public -use AtlasPolicy AtlasPolicy-* -use DataModel * Control -use GaudiInterface GaudiInterface-* External -use AtlasCLHEP AtlasCLHEP-* External - -use Identifier Identifier-* DetectorDescription -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -library TrkFitterUtils *.cxx -apply_pattern installed_library - -private -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TrkVertexOnTrack TrkVertexOnTrack-* Tracking/TrkEvent -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools diff --git a/Tracking/TrkFitter/TrkGaussianSumFilter/cmt/requirements b/Tracking/TrkFitter/TrkGaussianSumFilter/cmt/requirements deleted file mode 100755 index 664786e911f169bb2654441a8730a1dd457b929b..0000000000000000000000000000000000000000 --- a/Tracking/TrkFitter/TrkGaussianSumFilter/cmt/requirements +++ /dev/null @@ -1,78 +0,0 @@ -package TrkGaussianSumFilter - -author Anthony Morley <Anthony.Morley@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -# Gaudi dependencies -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasROOT AtlasROOT-* External - -use DataModel DataModel-* Control - -# EDM dependencies -use TrkMultiComponentStateOnSurface TrkMultiComponentStateOnSurface-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -#use EventPrimitives EventPrimitives-* Event -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent - - - -# Extrapolator dependencies -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation - -# Detector Description dependencies -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use EventPrimitives EventPrimitives-* Event - - - -# Fitter dependencies -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter - - -apply_pattern declare_runtime_extras extras = ../Data/*.par - -library TrkGaussianSumFilter *.cxx components/*.cxx -apply_pattern component_library - -private -use CxxUtils CxxUtils-* Control -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkCaloCluster_OnTrack TrkCaloCluster_OnTrack-* Tracking/TrkEvent - -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr -use TrkVolumes TrkVolumes-* Tracking/TrkDetDescr - -use AtlasBoost AtlasBoost-* External - -# Athena Control dependenencies -use AtlasReconstructionRunTime AtlasReconstructionRunTime-* -no_auto_imports - -# Event Info declarations -use xAODEventInfo xAODEventInfo-* Event/xAOD - -# General Tool dependencies -use PathResolver PathResolver-* Tools - -#uncomment for debug mode -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -macro_append TrkGaussianSumFilter_cppflags " -O3 " - - -end_private diff --git a/Tracking/TrkFitter/TrkGlobalChi2Fitter/cmt/requirements b/Tracking/TrkFitter/TrkGlobalChi2Fitter/cmt/requirements deleted file mode 100755 index 7dcc1ae02801baa4fdfd59ba591798f930ce3049..0000000000000000000000000000000000000000 --- a/Tracking/TrkFitter/TrkGlobalChi2Fitter/cmt/requirements +++ /dev/null @@ -1,53 +0,0 @@ -package TrkGlobalChi2Fitter - -author Thijs Cornelissen <thijs.cornelissen@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent - -use AtlasROOT AtlasROOT-* External -use AtlasCLHEP AtlasCLHEP-* External - - -private -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use IdDictDetDescr IdDictDetDescr-* DetectorDescription -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use TrkVertexOnTrack TrkVertexOnTrack-* Tracking/TrkEvent -use TrkAlgebraUtils TrkAlgebraUtils-* Tracking/TrkAlignment -use MagFieldInterfaces MagFieldInterfaces-* MagneticField -use EventPrimitives EventPrimitives-* Event -#use TrkTruthData TrkTruthData-* Tracking/TrkEvent - -apply_tag ROOTMathLibs - -macro DOXYGEN_IMAGE_PATH "../doc/images" - -public -library TrkGlobalChi2Fitter *.cxx components/*.cxx -apply_pattern component_library - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkFitter/TrkKalmanFitter/cmt/loadings.el b/Tracking/TrkFitter/TrkKalmanFitter/cmt/loadings.el deleted file mode 100755 index 75da591e3b0beb5c5dbd06121e6ab8e308645e3a..0000000000000000000000000000000000000000 --- a/Tracking/TrkFitter/TrkKalmanFitter/cmt/loadings.el +++ /dev/null @@ -1,7 +0,0 @@ -(find-file "../TrkKalmanFitter/KalmanFitter.h") -(find-file "../TrkKalmanFitter/ForwardKalmanFitter.h") -(find-file "../TrkKalmanFitter/KalmanSmoother.h") -(find-file "../src/KalmanFitter.cxx") -(find-file "../src/ForwardKalmanFitter.cxx") -(find-file "../src/KalmanSmoother.cxx") -(find-file "../src/KalmanOutlierLogic.cxx") diff --git a/Tracking/TrkFitter/TrkKalmanFitter/cmt/requirements b/Tracking/TrkFitter/TrkKalmanFitter/cmt/requirements deleted file mode 100755 index fee3a3da1517f21f2982e95b08df86f5aa20623f..0000000000000000000000000000000000000000 --- a/Tracking/TrkFitter/TrkKalmanFitter/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -package TrkKalmanFitter - -manager Markus Elsing <Markus.Elsing _at_ cern.ch> -manager Wolfgang Liebig <Wolfgang.Liebig _at_ cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use GeoPrimitives GeoPrimitives-* DetectorDescription -library TrkKalmanFitter *.cxx components/*.cxx -apply_pattern component_library -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation - -private -use AtlasCLHEP AtlasCLHEP-* External -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkValInterfaces TrkValInterfaces-* Tracking/TrkValidation - -macro DOXYGEN_IMAGE_PATH "../doc/images" - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkFitter/TrkRefitAlg/cmt/requirements b/Tracking/TrkFitter/TrkRefitAlg/cmt/requirements deleted file mode 100755 index 0710e59500b812e6cab39d689468473070094f17..0000000000000000000000000000000000000000 --- a/Tracking/TrkFitter/TrkRefitAlg/cmt/requirements +++ /dev/null @@ -1,42 +0,0 @@ -package TrkRefitAlg - -manager Markus Elsing <Markus.Elsing@cern.ch> -author Markus Elsing <Markus.Elsing@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter - -library TrkRefitAlg *.cxx components/*.cxx -apply_pattern component_library - -private - -# no good : Tracking-ID depdenency ... can we move BS interface ? -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions - -# Tracking -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkVertexOnTrack TrkVertexOnTrack-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter - -#--- activate for debugging (selecting/removing certain detectors) -#use Identifier Identifier-* DetectorDescription -#use IdDictDetDescr IdDictDetDescr-* DetectorDescription -#use AtlasDetDescr AtlasDetDescr-* DetectorDescription - -#--- activate for easier development with cmt broadcast -#use TrkKalmanFitter TrkKalmanFitter-* Tracking/TrkFitter -#use TrkGlobalChi2Fitter TrkGlobalChi2Fitter-* Tracking/TrkFitter - -use VxVertex VxVertex-* Tracking/TrkEvent diff --git a/Tracking/TrkFitter/TrkiPatFitter/cmt/requirements b/Tracking/TrkFitter/TrkiPatFitter/cmt/requirements deleted file mode 100755 index a98e11d3265e85edc1a2092f00a9ff4f33f980f5..0000000000000000000000000000000000000000 --- a/Tracking/TrkFitter/TrkiPatFitter/cmt/requirements +++ /dev/null @@ -1,43 +0,0 @@ -package TrkiPatFitter - -########################################################### -## track fitting in InnerDetector and/or MuonSpectrometer -########################################################### - -author Alan Poppleton <Alan.Poppleton@cern.ch> -author Nektarios Benekos <Nectarios.Benekos@cern.ch> - -private -use EventPrimitives EventPrimitives-* Event -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use MuonCompetingRIOsOnTrack MuonCompetingRIOsOnTrack-* MuonSpectrometer/MuonReconstruction/MuonRecEvent -use Identifier Identifier-* DetectorDescription - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkiPatFitterUtils TrkiPatFitterUtils-* Tracking/TrkFitter - -library TrkiPatFitter iPatFitter.cxx \ - iPatGlobalFitter.cxx \ - MaterialAllocator.cxx \ - components/*.cxx - -apply_pattern component_library - -private - diff --git a/Tracking/TrkFitter/TrkiPatFitterUtils/cmt/requirements b/Tracking/TrkFitter/TrkiPatFitterUtils/cmt/requirements deleted file mode 100755 index 5dee3aeffe3e3e3e73b44f5e5aff3f2cbbfbf6fa..0000000000000000000000000000000000000000 --- a/Tracking/TrkFitter/TrkiPatFitterUtils/cmt/requirements +++ /dev/null @@ -1,43 +0,0 @@ -package TrkiPatFitterUtils - -########################################################### -## track fitting in InnerDetector and/or MuonSpectrometer -########################################################### - -author Alan Poppleton <Alan.Poppleton@cern.ch> - -private -use AtlasCLHEP AtlasCLHEP-* External -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkTrack TrkTrack-* Tracking/TrkEvent - -public -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasPolicy AtlasPolicy-* -use DataModel DataModel-* Control -use EventPrimitives EventPrimitives-* Event -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkAlgebraUtils TrkAlgebraUtils-* Tracking/TrkAlignment -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent - -library TrkiPatFitterUtils ExtrapolationType.cxx \ - FitMatrices.cxx \ - FitMeasurement.cxx \ - FitParameters.cxx \ - FitProcedure.cxx \ - FitProcedureQuality.cxx \ - MeasurementProcessor.cxx \ - MeasurementType.cxx \ - MessageHelper.cxx \ - ParameterType.cxx - -apply_pattern installed_library - -private diff --git a/Tracking/TrkG4Components/TrkG4UserActions/cmt/requirements b/Tracking/TrkG4Components/TrkG4UserActions/cmt/requirements deleted file mode 100644 index d402f8942bbd023291bb0a3d79d134a401d33c70..0000000000000000000000000000000000000000 --- a/Tracking/TrkG4Components/TrkG4UserActions/cmt/requirements +++ /dev/null @@ -1,40 +0,0 @@ -## automatically generated CMT requirements file -package TrkG4UserActions -author Wolfgang Lukas <Wolfgang.Lukas@cern.ch> - -public -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use G4AtlasTools G4AtlasTools-* Simulation/G4Atlas -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkParameters TrkParameters-* Tracking/TrkEvent -use Geant4 Geant4-* External -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use StoreGate StoreGate-* Control -use G4AtlasInterfaces G4AtlasInterfaces-* Simulation/G4Atlas - -private -use AtlasROOT AtlasROOT-* External -use AtlasCLHEP AtlasCLHEP-* External -use CxxUtils CxxUtils-* Control -use GeoPrimitives GeoPrimitives-* DetectorDescription -use SimHelpers SimHelpers-* Simulation/G4Sim -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkValInterfaces TrkValInterfaces-* Tracking/TrkValidation -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -## - -private -## default is to make component library -library TrkG4UserActions *.cxx components/*.cxx - -apply_pattern component_library - -apply_pattern declare_joboptions files="*.py" -apply_pattern declare_python_modules files="*.py" - -end_private diff --git a/Tracking/TrkTools/TrkAmbiguityProcessor/cmt/requirements b/Tracking/TrkTools/TrkAmbiguityProcessor/cmt/requirements deleted file mode 100644 index 170b0267bb52d7c63a8584ff6e70e2df6f11ca2e..0000000000000000000000000000000000000000 --- a/Tracking/TrkTools/TrkAmbiguityProcessor/cmt/requirements +++ /dev/null @@ -1,53 +0,0 @@ -package TrkAmbiguityProcessor - -author Edward Moyse <edward.moyse@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use SGTools SGTools-* Control -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent - -private -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasCLHEP AtlasCLHEP-* External -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use AtlasROOT AtlasROOT-* External -use GaudiInterface GaudiInterface-* External -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools -use TrkValInterfaces TrkValInterfaces-* Tracking/TrkValidation - - -# uncomment this line if you do want to build the ntuple writing code in -# apply_tag use_trkambproc_ntuple - -macro_append TrkAmbiProcNtuple " -DSIMPLEAMBIGPROCNTUPLECODE " - -macro_append use_pp_cppflags "" \ - use_trkambproc_ntuple $(TrkAmbiProcNtuple) - -# uncomment these lines for the ntuple writing code - -#use AtlasHepMC AtlasHepMC-* External -#use GeneratorObjects GeneratorObjects-* Generators -#use TrkTruthData TrkTruthData-* Tracking/TrkEvent -#use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -#use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent - -public - -# @TODO is a dual_use_library necessary here ? -library TrkAmbiguityProcessor *.cxx components/*.cxx -apply_pattern component_library - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkTools/TrkAssociationTools/cmt/requirements b/Tracking/TrkTools/TrkAssociationTools/cmt/requirements deleted file mode 100755 index 8f05c6d655ed151bc992d759dc18b6fa7de8ae8f..0000000000000000000000000000000000000000 --- a/Tracking/TrkTools/TrkAssociationTools/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package TrkAssociationTools - -author Edward Moyse <edward.moyse@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -private -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use GaudiInterface GaudiInterface-* External -use Identifier Identifier-* DetectorDescription -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent - -public - -library TrkAssociationTools *.cxx -s=components *.cxx -apply_pattern component_library -#apply_pattern declare_joboptions files="*.txt *.py" - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkTools/TrkCompetingRIOsOnTrackTool/cmt/requirements b/Tracking/TrkTools/TrkCompetingRIOsOnTrackTool/cmt/requirements deleted file mode 100755 index 566a6adc00ffb1720bd2464967021e9156e430aa..0000000000000000000000000000000000000000 --- a/Tracking/TrkTools/TrkCompetingRIOsOnTrackTool/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package TrkCompetingRIOsOnTrackTool - -author Sebastian Fleischmann <Sebastian.Fleischmann@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Gpad Graf)" - -library TrkCompetingRIOsOnTrackTool *.cxx components/*.cxx -apply_pattern component_library - -private -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack* Tracking/TrkEvent - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkTools/TrkMaterialProvider/cmt/requirements b/Tracking/TrkTools/TrkMaterialProvider/cmt/requirements deleted file mode 100755 index a1f3e92848f19612b11ccd4b69bea71156c157f3..0000000000000000000000000000000000000000 --- a/Tracking/TrkTools/TrkMaterialProvider/cmt/requirements +++ /dev/null @@ -1,44 +0,0 @@ -package TrkMaterialProvider - -author Massimiliano Bellomo <massimiliano.bellomo@cern.ch> - -private - -use AtlasCLHEP AtlasCLHEP-* External -use GaudiInterface GaudiInterface-* External -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use EventPrimitives EventPrimitives-* Event -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use Identifier Identifier-* DetectorDescription -use MagFieldInterfaces MagFieldInterfaces-* MagneticField -use muonEvent muonEvent-* Reconstruction/MuonIdentification - -use MuidEvent MuidEvent-* Reconstruction/MuonIdentification -use MuidInterfaces MuidInterfaces-* Reconstruction/MuonIdentification -use MuidInterfaces MuidInterfaces-* Reconstruction/MuonIdentification -use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools - -end_private - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation - -library TrkMaterialProvider TrkMaterialProviderTool.cxx \ - components/*.cxx - -apply_pattern component_library - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkTools/TrkMeasurementUpdator/cmt/requirements b/Tracking/TrkTools/TrkMeasurementUpdator/cmt/requirements deleted file mode 100755 index 374146f43cc1e8dfb08df1ec67ded9396ede93b1..0000000000000000000000000000000000000000 --- a/Tracking/TrkTools/TrkMeasurementUpdator/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package TrkMeasurementUpdator - -author Wolfgang Liebig <Wolfgang.Liebig@cern.ch> - -# use AtlasEigen AtlasEigen-* -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkParameters TrkParameters-* Tracking/TrkEvent - -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event -use AtlasROOT AtlasROOT-* External - -library TrkMeasurementUpdator *.cxx components/*.cxx -apply_pattern component_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkTools/TrkMeasurementUpdator_xk/cmt/requirements b/Tracking/TrkTools/TrkMeasurementUpdator_xk/cmt/requirements deleted file mode 100755 index 0d38ee224160b5c4e193f3c36a267725dec1e379..0000000000000000000000000000000000000000 --- a/Tracking/TrkTools/TrkMeasurementUpdator_xk/cmt/requirements +++ /dev/null @@ -1,20 +0,0 @@ -package TrkMeasurementUpdator_xk - -author Igor Gavrilenko <Igor.Gavrilenko@cern.ch> - -private - -use GaudiInterface GaudiInterface-* External -use TrkPatternParameters TrkPatternParameters-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -library TrkMeasurementUpdator_xk *.cxx components/*.cxx -apply_pattern component_library - diff --git a/Tracking/TrkTools/TrkParticleCreator/cmt/requirements b/Tracking/TrkTools/TrkParticleCreator/cmt/requirements deleted file mode 100755 index ecbaa5ae8f4c29d64db450d84ed02e0c732c51b3..0000000000000000000000000000000000000000 --- a/Tracking/TrkTools/TrkParticleCreator/cmt/requirements +++ /dev/null @@ -1,49 +0,0 @@ -package TrkParticleCreator - -author Andreas Wildauer <andreas.wildauer@cern.ch> - -private -use DataModel DataModel-* Control -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use Particle Particle-* Reconstruction -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use MagFieldInterfaces MagFieldInterfaces-* MagneticField -use ITrackToVertex ITrackToVertex-* Reconstruction/RecoTools -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use GeoPrimitives GeoPrimitives-* DetectorDescription -use InDetRIO_OnTrack InDetRIO_OnTrack-* InnerDetector/InDetRecEvent -use InDetPrepRawData InDetPrepRawData-* InnerDetector/InDetRecEvent -use IdDictDetDescr IdDictDetDescr-* DetectorDescription - - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use AthContainers AthContainers-* Control -use xAODTracking xAODTracking-* Event/xAOD -use EventPrimitives EventPrimitives-* Event -use MuonRecToolInterfaces MuonRecToolInterfaces-* MuonSpectrometer/MuonReconstruction/MuonRecTools -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use PixelGeoModel PixelGeoModel-* InnerDetector/InDetDetDescr - -library TrkParticleCreator *.cxx components/*.cxx -apply_pattern component_library - -# Uncomment for debug make -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkTools/TrkRIO_OnTrackCreator/cmt/requirements b/Tracking/TrkTools/TrkRIO_OnTrackCreator/cmt/requirements deleted file mode 100755 index 88a438337203e42b1cb30db8fea2e650baaf0e5a..0000000000000000000000000000000000000000 --- a/Tracking/TrkTools/TrkRIO_OnTrackCreator/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package TrkRIO_OnTrackCreator - -manager Wolfgang Liebig <Wolgang.Liebig@cern.ch> -author Andreas Salzburger <Andreas.Salzburger@cern.ch> -author Wolfgang Liebig <Wolgang.Liebig@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -#use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use EventPrimitives EventPrimitives-* Event - -private - -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL -use Identifier Identifier-* DetectorDescription -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use InDetIdentifier InDetIdentifier-* InnerDetector/InDetDetDescr -use xAODEventInfo xAODEventInfo-* Event/xAOD - -public - -library TrkRIO_OnTrackCreator *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" - -private -# macro cppdebugflags '$(cppdebugflags_s)' -# macro_remove componentshr_linkopts "-Wl,-s" -macro DOXYGEN_IMAGE_PATH "../doc/images" diff --git a/Tracking/TrkTools/TrkResidualPullCalculator/cmt/requirements b/Tracking/TrkTools/TrkResidualPullCalculator/cmt/requirements deleted file mode 100644 index 94d4e97c30620df146d5abba2284ee0c2dc325de..0000000000000000000000000000000000000000 --- a/Tracking/TrkTools/TrkResidualPullCalculator/cmt/requirements +++ /dev/null @@ -1,29 +0,0 @@ -package TrkResidualPullCalculator - -author Wolfgang Liebig <--> - -public - -use AtlasPolicy AtlasPolicy-* - -apply_pattern component_library -library TrkResidualPullCalculator *.cxx components/*.cxx - -private -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use EventPrimitives EventPrimitives-* Event -use AtlasEigen AtlasEigen-* External -use TrkTrack TrkTrack-* Tracking/TrkEvent - - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkTools/TrkSegmentConverter/cmt/requirements b/Tracking/TrkTools/TrkSegmentConverter/cmt/requirements deleted file mode 100755 index 695d29880ee458e9924a5f8d773cadf3237d3996..0000000000000000000000000000000000000000 --- a/Tracking/TrkTools/TrkSegmentConverter/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package TrkSegmentConverter - -author Christian Schmitt <Christian.Schmitt@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -apply_pattern component_library -library TrkSegmentConverter *.cxx components/*.cxx - -private - -use EventPrimitives EventPrimitives-* Event -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent diff --git a/Tracking/TrkTools/TrkToolInterfaces/cmt/requirements b/Tracking/TrkTools/TrkToolInterfaces/cmt/requirements deleted file mode 100755 index 53e6f93ca1bac11fa272012ec97d86021e6c13ec..0000000000000000000000000000000000000000 --- a/Tracking/TrkTools/TrkToolInterfaces/cmt/requirements +++ /dev/null @@ -1,26 +0,0 @@ -package TrkToolInterfaces - -author Wolfgang.Liebig <Wolfgang.Liebig@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use DataModel DataModel-* Control -use AthLinks AthLinks-* Control -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use GaudiInterface GaudiInterface-* External -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD -use EventPrimitives EventPrimitives-* Event -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use AthContainers AthContainers-* Control -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent - -# Define this package as a metalibrary for cmake so that clients have access to the libraries -# and headerfiles of packages that this one depends on. Transparent to CMT -apply_pattern cmake_add_command command=metalibrary diff --git a/Tracking/TrkTools/TrkTrackFieldIntegralTools/cmt/requirements b/Tracking/TrkTools/TrkTrackFieldIntegralTools/cmt/requirements deleted file mode 100755 index 33d8ffe33713684231df746fad69d4864a104a2b..0000000000000000000000000000000000000000 --- a/Tracking/TrkTools/TrkTrackFieldIntegralTools/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package TrkTrackFieldIntegralTools - -author Wolfgang Liebig - -public - -use AtlasPolicy AtlasPolicy-* - -private - -use AthenaBaseComps AthenaBaseComps-* Control -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use GaudiInterface GaudiInterface-* External -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -#use TrkParameters TrkParameters-* Tracking/TrkEvent -#use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -#use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -# use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -# use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkDetDescrInterfaces TrkDetDescrInterfaces-* Tracking/TrkDetDescr - -public - -library TrkTrackFieldIntegralTools *.cxx components/*.cxx -apply_pattern component_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkTools/TrkTrackSlimmingTool/cmt/requirements b/Tracking/TrkTools/TrkTrackSlimmingTool/cmt/requirements deleted file mode 100755 index 50975822b84e4597f6986989877322fd730c363b..0000000000000000000000000000000000000000 --- a/Tracking/TrkTools/TrkTrackSlimmingTool/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package TrkTrackSlimmingTool - -author Edward Moyse <Edward.Moysecern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -private - -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use GaudiInterface GaudiInterface-* External -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkPseudoMeasurementOnTrack TrkPseudoMeasurementOnTrack-* Tracking/TrkEvent -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent - -public - -library TrkTrackSlimmingTool *.cxx components/*.cxx -apply_pattern component_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkTools/TrkTrackSummaryTool/cmt/requirements b/Tracking/TrkTools/TrkTrackSummaryTool/cmt/requirements deleted file mode 100755 index a3cf1baa150683f4abd7dd9d4f33c01154546f4d..0000000000000000000000000000000000000000 --- a/Tracking/TrkTools/TrkTrackSummaryTool/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package TrkTrackSummaryTool - -author Edward Moyse <edward.moyse@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use DataModel DataModel-* Control -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools - -private - -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use Identifier Identifier-* DetectorDescription -use TrkDetElementBase TrkDetElementBase-* Tracking/TrkDetDescr -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkGeometry TrkGeometry-* Tracking/TrkDetDescr -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TRT_ToT_Tools TRT_ToT_Tools-* InnerDetector/InDetRecTools - - -public - -library TrkTrackSummaryTool *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_python_modules files="*.py" - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkTools/TrkTruthCreatorTools/cmt/requirements b/Tracking/TrkTools/TrkTruthCreatorTools/cmt/requirements deleted file mode 100755 index c1808ef1889da057ad08f9cff006bf70ceb3324d..0000000000000000000000000000000000000000 --- a/Tracking/TrkTools/TrkTruthCreatorTools/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package TrkTruthCreatorTools -author Maria Jose Costa <Maria.Jose.Costa@cern.ch> -author Edward Moyse <edward.moyse@cern.ch> -author Andrei Gaponenko <agaponenko@lbl.gov> - -private - -use AtlasHepMC AtlasHepMC-* External -use GeneratorObjects GeneratorObjects-* Generators -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent - -public - -use AtlasPolicy AtlasPolicy-* -use DataModel DataModel-* Control -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent - -apply_pattern component_library -library TrkTruthCreatorTools *.cxx components/*.cxx - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkTools/TrkTruthToTrack/cmt/requirements b/Tracking/TrkTools/TrkTruthToTrack/cmt/requirements deleted file mode 100755 index abc6e5a5db04d04f702a9ca5af347df58f764cfe..0000000000000000000000000000000000000000 --- a/Tracking/TrkTools/TrkTruthToTrack/cmt/requirements +++ /dev/null @@ -1,25 +0,0 @@ -package TrkTruthToTrack - -author Andrei Gaponenko <AGaponenko@lbl.gov> - -use AtlasPolicy AtlasPolicy-* - -# stuff included in the exported headers should be in the public section -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkParameters TrkParameters-* Tracking/TrkEvent - -apply_pattern component_library -library TrkTruthToTrack *.cxx components/*.cxx - -# everithing else can be private - -private - -use xAODTruth xAODTruth-* Event/xAOD -use AtlasHepMC AtlasHepMC-* External -use HepPDT v* LCG_Interfaces -use TrackRecord * Simulation/G4Sim -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation - diff --git a/Tracking/TrkTruthTracks/TrkTruthTrackAlgs/cmt/requirements b/Tracking/TrkTruthTracks/TrkTruthTrackAlgs/cmt/requirements deleted file mode 100755 index 2850c53e660ed54a79075cd55aa3428d05e69fcc..0000000000000000000000000000000000000000 --- a/Tracking/TrkTruthTracks/TrkTruthTrackAlgs/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -package TrkTruthTrackAlgs - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> - -################################################################# -# public use statements -public -use AtlasPolicy AtlasPolicy-* - -################################################################# -# private use statements -private -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasHepMC AtlasHepMC-* External -use GaudiInterface GaudiInterface-* External -use TrkTruthTrackInterfaces TrkTruthTrackInterfaces-* Tracking/TrkTruthTracks -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent - -public -library TrkTruthTrackAlgs *.cxx components/*.cxx -apply_pattern component_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkTruthTracks/TrkTruthTrackInterfaces/cmt/requirements b/Tracking/TrkTruthTracks/TrkTruthTrackInterfaces/cmt/requirements deleted file mode 100755 index 982e65b919c61c08bc54132617361b159d1c29c3..0000000000000000000000000000000000000000 --- a/Tracking/TrkTruthTracks/TrkTruthTrackInterfaces/cmt/requirements +++ /dev/null @@ -1,7 +0,0 @@ -package TrkTruthTrackInterfaces - -author Andreas Salzburger <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use TrkSegment TrkSegment-* Tracking/TrkEvent \ No newline at end of file diff --git a/Tracking/TrkTruthTracks/TrkTruthTrackTools/cmt/requirements b/Tracking/TrkTruthTracks/TrkTruthTrackTools/cmt/requirements deleted file mode 100755 index 18f54e2cd6fcd0d9435c319337ad370359acbdb4..0000000000000000000000000000000000000000 --- a/Tracking/TrkTruthTracks/TrkTruthTrackTools/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package TrkTruthTrackTools - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> - -################################################################# -# public use statements -public -use AtlasPolicy AtlasPolicy-* - -################################################################# -# private use statements -private -use HepPDT v* LCG_Interfaces -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use AtlasHepMC AtlasHepMC-* External -use TrkTruthTrackInterfaces TrkTruthTrackInterfaces-* Tracking/TrkTruthTracks -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use TrkFitterInterfaces TrkFitterInterfaces-* Tracking/TrkFitter -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent - -public -library TrkTruthTrackTools *.cxx components/*.cxx -apply_pattern component_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkUtilityPackages/TrkDriftCircleMath/cmt/requirements b/Tracking/TrkUtilityPackages/TrkDriftCircleMath/cmt/requirements deleted file mode 100644 index 55a94544e69a5b025277b3990df5f286d8898d82..0000000000000000000000000000000000000000 --- a/Tracking/TrkUtilityPackages/TrkDriftCircleMath/cmt/requirements +++ /dev/null @@ -1,22 +0,0 @@ -package TrkDriftCircleMath - -author Niels van Eldik <nveldik@nikhef.nl> - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use CxxUtils CxxUtils-* Control - - -library TrkDriftCircleMath ../src/*.cxx - -apply_pattern installed_library - - - -private - - -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkUtilityPackages/TrkNeuralNetworkUtils/cmt/requirements b/Tracking/TrkUtilityPackages/TrkNeuralNetworkUtils/cmt/requirements deleted file mode 100644 index daa1c58b09337599afc638071ad0988de0d5143b..0000000000000000000000000000000000000000 --- a/Tracking/TrkUtilityPackages/TrkNeuralNetworkUtils/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package TrkNeuralNetworkUtils -author N. Giacinto Piacquadio - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -#use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External - -private -apply_tag ROOTMathLibs - -# Specify required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Matrix)" - -use GaudiInterface GaudiInterface-* External -use AtlasBoost AtlasBoost-* External -end_private - -# Set the path to use images in doxygen -#macro DOXYGEN_IMAGE_PATH "../doc/images" - - -public -#TTrainedNetwork (Neural Network class readble from root file) -apply_pattern have_root_headers \ - root_headers="TTrainedNetwork.h LinkDef.h" \ - headers_lib=TrkNeuralNetworkUtilsLib - -apply_pattern dual_use_library files="*.cxx" -#library TrkNeuralNetworkUtils *.cxx components/*.cxx -#apply_pattern component_library - - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkUtilityPackages/TrkValidationUtils/cmt/requirements b/Tracking/TrkUtilityPackages/TrkValidationUtils/cmt/requirements deleted file mode 100644 index 9f7080136ae6591dd8e1c3c75eb4aac97ae95ce1..0000000000000000000000000000000000000000 --- a/Tracking/TrkUtilityPackages/TrkValidationUtils/cmt/requirements +++ /dev/null @@ -1,21 +0,0 @@ -package TrkValidationUtils - -manager Niels van Eldik -author Niels van Eldik - -use AtlasPolicy AtlasPolicy-* -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event -use AtlasCLHEP AtlasCLHEP-* External - -private -use AtlasROOT AtlasROOT-* External -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr - -public -library TrkValidationUtils ../src/*.cxx -apply_pattern installed_library - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkValidation/TrkValAlgs/cmt/requirements b/Tracking/TrkValidation/TrkValAlgs/cmt/requirements deleted file mode 100644 index 11f14394204c0c3943198162045ec605aa7d4d7f..0000000000000000000000000000000000000000 --- a/Tracking/TrkValidation/TrkValAlgs/cmt/requirements +++ /dev/null @@ -1,42 +0,0 @@ -package TrkValAlgs - -author Sebastian Fleischmann <Sebastian.Fleischmann@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent - - -private - - -use AtlasROOT AtlasROOT-* External -use AtlasHepMC AtlasHepMC-* External - -use TrkPrepRawData TrkPrepRawData-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkSpacePoint TrkSpacePoint-* Tracking/TrkEvent -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkSegment TrkSegment-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -#use TrkTruthToTrack TrkTruthToTrack-* Tracking/TrkTools -use TrkValEvent TrkValEvent-* Tracking/TrkValidation -use TrkValInterfaces TrkValInterfaces-* Tracking/TrkValidation -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -use GeneratorObjects GeneratorObjects-* Generators -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent - -#use AtlasReconstructionRunTime AtlasReconstructionRunTime-* -no_auto_imports - -public - -library TrkValAlgs *.cxx components/*.cxx -apply_pattern component_library diff --git a/Tracking/TrkValidation/TrkValEvent/cmt/requirements b/Tracking/TrkValidation/TrkValEvent/cmt/requirements deleted file mode 100755 index 0a71246f028718c3d87a9cc8764fde2603db626d..0000000000000000000000000000000000000000 --- a/Tracking/TrkValidation/TrkValEvent/cmt/requirements +++ /dev/null @@ -1,15 +0,0 @@ -package TrkValEvent - -manager Wolfgang Liebig <http://consult.cern.ch/xwho/people/485812> -author Wolfgang Liebig <http://consult.cern.ch/xwho/people/485812> - -use AtlasPolicy AtlasPolicy-* -use AtlasCLHEP AtlasCLHEP-* External -use AtlasHepMC AtlasHepMC-* External -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent - - -library TrkValEvent *.cxx -apply_pattern installed_library diff --git a/Tracking/TrkValidation/TrkValHistUtils/cmt/Makefile.RootCore b/Tracking/TrkValidation/TrkValHistUtils/cmt/Makefile.RootCore deleted file mode 100644 index 8038800d2732d4f0ccde765a3cf546bb87104b6f..0000000000000000000000000000000000000000 --- a/Tracking/TrkValidation/TrkValHistUtils/cmt/Makefile.RootCore +++ /dev/null @@ -1,55 +0,0 @@ -# this makefile also gets parsed by shell scripts -# therefore it does not support full make syntax and features -# edit with care - -# for full documentation check: -# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile - - -# the name of the package: -PACKAGE = TrkValHistUtils - -# the libraries to link with this one: -PACKAGE_PRELOAD = - -# additional compilation flags to pass (not propagated to dependent packages): -PACKAGE_CXXFLAGS = - -# additional compilation flags to pass (propagated to dependent packages): -PACKAGE_OBJFLAGS = - -# additional linker flags to pass (for compiling the library): -PACKAGE_LDFLAGS = - -# additional linker flags to pass (for compiling binaries): -PACKAGE_BINFLAGS = - -# additional linker flags to pass (propagated to client libraries): -PACKAGE_LIBFLAGS = - -# the list of packages we depend on: -PACKAGE_DEP = xAODMuon xAODTracking xAODTruth MuonSelectorTools - -# the list of packages we use if present, but that we can work without : -PACKAGE_TRYDEP = - -# list pattern of scripts to link directly into binary path: -PACKAGE_SCRIPTS = - -# whether to use pedantic compilation: -PACKAGE_PEDANTIC = 0 - -# whether to turn *off* optimization (set to dict to do it only for -# dictionaries): -PACKAGE_NOOPT = 0 - -# whether to build no library (needs to be set if no source files are -# present): -PACKAGE_NOCC = 0 - -# whether we build a reflex dictionary: -PACKAGE_REFLEX = 0 - - - -include $(ROOTCOREDIR)/Makefile-common diff --git a/Tracking/TrkValidation/TrkValHistUtils/cmt/requirements b/Tracking/TrkValidation/TrkValHistUtils/cmt/requirements deleted file mode 100644 index f4d7b63751b3cd9f930980433cba994ee382bbef..0000000000000000000000000000000000000000 --- a/Tracking/TrkValidation/TrkValHistUtils/cmt/requirements +++ /dev/null @@ -1,28 +0,0 @@ -## automatically generated CMT requirements file -package TrkValHistUtils -author Felix Socher <felix.socher@cern.ch> - -## for athena policies: this has to be the first use statement -use AtlasPolicy AtlasPolicy-* - -## put here your package dependencies... -use AtlasROOT AtlasROOT-* External -use xAODBase xAODBase-* Event/xAOD -use xAODTracking xAODTracking-* Event/xAOD -use xAODTruth xAODTruth-* Event/xAOD - -private -use EventPrimitives EventPrimitives-* Event - -public -#use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use_ifndef pplist="XAOD_ANALYSIS" pkg="Tracking/TrkEvent/TrkEventPrimitives" - -## -public -library TrkValHistUtils ../Root/*.cxx ../src/*.cxx -apply_pattern installed_library - - - - diff --git a/Tracking/TrkValidation/TrkValInterfaces/cmt/requirements b/Tracking/TrkValidation/TrkValInterfaces/cmt/requirements deleted file mode 100644 index 370dffc7b4ec7423cb0d002b603c86c3f5bc97b1..0000000000000000000000000000000000000000 --- a/Tracking/TrkValidation/TrkValInterfaces/cmt/requirements +++ /dev/null @@ -1,15 +0,0 @@ -package TrkValInterfaces - -author Sebastian Fleischmann <Sebastian.Fleischmann@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -#use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter -use TrkTrack TrkTrack-* Tracking/TrkEvent - -# Declare this package as a metalibrary for cmake so that it's clients have access to the libraries -# and header files from the packages that this one depends on. Transparent to CMT -apply_pattern cmake_add_command command=metalibrary diff --git a/Tracking/TrkValidation/TrkValTools/cmt/requirements b/Tracking/TrkValidation/TrkValTools/cmt/requirements deleted file mode 100755 index 58a800b6ca57668a86399e839e36f655af0f6b35..0000000000000000000000000000000000000000 --- a/Tracking/TrkValidation/TrkValTools/cmt/requirements +++ /dev/null @@ -1,55 +0,0 @@ -package TrkValTools - -author Sebastian Fleischmann <Sebastian.Fleischmann@cern.ch> -author Andreas Salzburger <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkValInterfaces TrkValInterfaces-* Tracking/TrkValidation -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkValEvent TrkValEvent-* Tracking/TrkValidation -use AthContainers AthContainers-* Control -use AtlasHepMC AtlasHepMC-* External -use HepPDT v* LCG_Interfaces -use SGTools SGTools-* Control -use xAODTracking xAODTracking-* Event/xAOD -use TrkToolInterfaces TrkToolInterfaces-* Tracking/TrkTools -private -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External -use AtlasDetDescr AtlasDetDescr-* DetectorDescription -use EventPrimitives EventPrimitives-* Event -use TrkFitterUtils TrkFitterUtils-* Tracking/TrkFitter -use TrkEventUtils TrkEventUtils-* Tracking/TrkEvent -use TrkMaterialOnTrack TrkMaterialOnTrack-* Tracking/TrkEvent -use TrkRIO_OnTrack TrkRIO_OnTrack-* Tracking/TrkEvent -use TrkMeasurementBase TrkMeasurementBase-* Tracking/TrkEvent -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkCompetingRIOsOnTrack TrkCompetingRIOsOnTrack-* Tracking/TrkEvent -use TrkTrackSummary TrkTrackSummary-* Tracking/TrkEvent -use CommissionEvent CommissionEvent-* Commission - -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use EventInfo EventInfo-* Event - -use AtlasCLHEP AtlasCLHEP-* External - -use GeneratorObjects GeneratorObjects-* Generators -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent - -apply_tag ROOTGraphicsLibs - -public - -library TrkValTools *.cxx components/*.cxx -apply_pattern component_library - -private -macro DOXYGEN_IMAGE_PATH "../doc/images" -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkValidation/TrkVertexFitterValidationInterfaces/cmt/requirements b/Tracking/TrkValidation/TrkVertexFitterValidationInterfaces/cmt/requirements deleted file mode 100755 index 78ba95a3182a478ea9186624fe2ff889ef868773..0000000000000000000000000000000000000000 --- a/Tracking/TrkValidation/TrkVertexFitterValidationInterfaces/cmt/requirements +++ /dev/null @@ -1,13 +0,0 @@ -package TrkVertexFitterValidationInterfaces - -author Tatjana Lenz <Tatjana.Lenz@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use AtlasHepMC AtlasHepMC-* External -use GaudiInterface GaudiInterface-* External -################################################ -#Tracking -################################################ -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkTruthData TrkTruthData-* Tracking/TrkEvent \ No newline at end of file diff --git a/Tracking/TrkValidation/TrkVertexFitterValidationTools/cmt/requirements b/Tracking/TrkValidation/TrkVertexFitterValidationTools/cmt/requirements deleted file mode 100755 index b2c11f26ad52ffbd1b6cdb7c94ee997c5d05fc5e..0000000000000000000000000000000000000000 --- a/Tracking/TrkValidation/TrkVertexFitterValidationTools/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package TrkVertexFitterValidationTools - -author Tatjana Lenz <Tatjana.Lenz@cern.ch> - -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use TrkVertexFitterValidationInterfaces TrkVertexFitterValidationInterfaces-* Tracking/TrkValidation - -private -use EventPrimitives EventPrimitives-* Event -use AtlasCLHEP AtlasCLHEP-* External -use AtlasROOT AtlasROOT-* External -use GeneratorObjects GeneratorObjects-* Generators -use xAODEventInfo xAODEventInfo-* Event/xAOD -use AtlasHepMC AtlasHepMC-* External -##################################### -#Tracking -##################################### -use TrkTruthData TrkTruthData-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent - -public -library TrkVertexFitterValidationTools *.cxx components/*.cxx -apply_pattern component_library - -#apply_pattern declare_non_standard_include name=doc - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkValidation/TrkVertexFitterValidationUtils/cmt/requirements b/Tracking/TrkValidation/TrkVertexFitterValidationUtils/cmt/requirements deleted file mode 100755 index 0d39353dfdf49fe5772e803f293d3c39c3127015..0000000000000000000000000000000000000000 --- a/Tracking/TrkValidation/TrkVertexFitterValidationUtils/cmt/requirements +++ /dev/null @@ -1,31 +0,0 @@ -######################################################### -# TrkVertexFitterValidationUtils package -# A set of tools suitable for estimation of -# vertex purity, association of reconstructed -# vertices to the generated ones and so on. -# -# Kirill Prokofiev, September 2006 -# -# 2006-12-20 Checkreq fixes -# -######################################################### - -package TrkVertexFitterValidationUtils - -author <Kirill.Prokofiev@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control - -private -use AtlasHepMC AtlasHepMC-* External -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use ParticleTruth ParticleTruth-* Reconstruction -use GeneratorObjects GeneratorObjects-* Generators - -public -apply_pattern dual_use_library files=*.cxx -################################################# diff --git a/Tracking/TrkVertexFitter/TrkJetVxFitter/cmt/requirements b/Tracking/TrkVertexFitter/TrkJetVxFitter/cmt/requirements deleted file mode 100755 index c3d8a55758b0491dcb9604dc479dd617a1df29fb..0000000000000000000000000000000000000000 --- a/Tracking/TrkVertexFitter/TrkJetVxFitter/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package TrkJetVxFitter - -author Giacinto Piacquadio <giacinto.piacquadio@physik.uni-freiburg.de> -author Christian Weiser <christian.weiser@cern.ch> - -public -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription -use TrkTrackLink TrkTrackLink-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use MagFieldInterfaces MagFieldInterfaces-* MagneticField - -private -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use VxJetVertex VxJetVertex-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use AtlasROOT AtlasROOT-* External - -public - -# Specify the required ROOT components for cmake (transparent to CMT) -apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS MathCore)" - -apply_pattern dual_use_library files="*.cxx" - -#apply_pattern declare_joboptions files="*.py" - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - - diff --git a/Tracking/TrkVertexFitter/TrkV0Fitter/cmt/requirements b/Tracking/TrkVertexFitter/TrkV0Fitter/cmt/requirements deleted file mode 100755 index 62229225e7608569cd5caef0e14e14e430237b41..0000000000000000000000000000000000000000 --- a/Tracking/TrkVertexFitter/TrkV0Fitter/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -package TrkV0Fitter - -author Eva Bouhova-Thacker <Evelina.Bouhova@cern.ch> -author Rob Henderson <Robert.Henderson@cern.ch> - -public - -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter - -private -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkLinks TrkLinks-* Tracking/TrkEvent -#use TrkVxEdmCnv TrkVxEdmCnv-* Tracking/TrkVertexFitter - -public -use MagFieldInterfaces MagFieldInterfaces-* MagneticField -use TrkParameters TrkParameters-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD - -#library TrkV0Fitter *.cxx components/*.cxx -#apply_pattern component_library -apply_pattern dual_use_library files="*.cxx" - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s - diff --git a/Tracking/TrkVertexFitter/TrkVKalVrtCore/cmt/requirements b/Tracking/TrkVertexFitter/TrkVKalVrtCore/cmt/requirements deleted file mode 100755 index 18439e1cbef927af7983a46c503292af1f7b310a..0000000000000000000000000000000000000000 --- a/Tracking/TrkVertexFitter/TrkVKalVrtCore/cmt/requirements +++ /dev/null @@ -1,15 +0,0 @@ -package TrkVKalVrtCore - -author Vadim Kostyukhin <Vadim.Kostyukhin@cern.ch> - -use AtlasPolicy AtlasPolicy-* - - -library TrkVKalVrtCore *.cxx -apply_pattern installed_library - - - -private - -#macro_append cppflags " -pedantic-errors" diff --git a/Tracking/TrkVertexFitter/TrkVKalVrtFitter/cmt/requirements b/Tracking/TrkVertexFitter/TrkVKalVrtFitter/cmt/requirements deleted file mode 100755 index 95be44d76247b396184e4f7745a64f68bd074b26..0000000000000000000000000000000000000000 --- a/Tracking/TrkVertexFitter/TrkVKalVrtFitter/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package TrkVKalVrtFitter - -author Vadim Kostyukhin <Vadim.Kostyukhin@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event - -use xAODTracking xAODTracking-* Event/xAOD -use TrkVKalVrtCore TrkVKalVrtCore-* Tracking/TrkVertexFitter -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use VxSecVertex VxSecVertex-* Tracking/TrkEvent - -use MagFieldInterfaces MagFieldInterfaces-* MagneticField - -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter - -apply_pattern dual_use_library files="*.cxx" -###library TrkVKalVrtFitter *.cxx components/*.cxx -###apply_pattern component_library -# -apply_pattern declare_python_modules files="*.py" - -private - -####use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use AtlasCLHEP AtlasCLHEP-* External -use VxVertex VxVertex-* Tracking/TrkEvent diff --git a/Tracking/TrkVertexFitter/TrkVertexAnalysisUtils/cmt/requirements b/Tracking/TrkVertexFitter/TrkVertexAnalysisUtils/cmt/requirements deleted file mode 100755 index 4f8daeb52cc9c58699d7b5478a0474e8ec29b40f..0000000000000000000000000000000000000000 --- a/Tracking/TrkVertexFitter/TrkVertexAnalysisUtils/cmt/requirements +++ /dev/null @@ -1,35 +0,0 @@ -package TrkVertexAnalysisUtils - -author Kirill Prokofiev <Kirtill.Prokofiev@cern.ch> - -public - -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AtlasCLHEP AtlasCLHEP-* External - -use EventPrimitives EventPrimitives-* Event -use EventKernel EventKernel-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription -use xAODTracking xAODTracking-* Event/xAOD - -private -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -#use TrkV0Vertex TrkV0Vertex-* Tracking/TrkEvent -use TrkParametersBase TrkParametersBase-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -#use Particle Particle-* Reconstruction - - -public -apply_pattern dual_use_library files="*.cxx" - -#library V0Tools *.cxx components/*.cxx -#apply_pattern component_library - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkVertexFitter/TrkVertexBilloirTools/cmt/requirements b/Tracking/TrkVertexFitter/TrkVertexBilloirTools/cmt/requirements deleted file mode 100755 index 48aa79583fd49ccb4f146ea642ded1ec693e7497..0000000000000000000000000000000000000000 --- a/Tracking/TrkVertexFitter/TrkVertexBilloirTools/cmt/requirements +++ /dev/null @@ -1,34 +0,0 @@ -package TrkVertexBilloirTools - -author Andreas Wildauer <andreas.wildauer@cern.ch> - -public - -use AthenaBaseComps AthenaBaseComps-* Control -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use TrkParameters TrkParameters-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD - -private - -use EventPrimitives EventPrimitives-* Event -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkDetDescrUtils TrkDetDescrUtils-* Tracking/TrkDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkLinks TrkLinks-* Tracking/TrkEvent -use TrkVxEdmCnv TrkVxEdmCnv-* Tracking/TrkVertexFitter -public - -library TrkVertexBilloirTools *.cxx components/*.cxx -apply_pattern component_library - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - - diff --git a/Tracking/TrkVertexFitter/TrkVertexFitterInterfaces/cmt/requirements b/Tracking/TrkVertexFitter/TrkVertexFitterInterfaces/cmt/requirements deleted file mode 100755 index 733c2404ddec76e3a3b39a16722cbd359bb681a7..0000000000000000000000000000000000000000 --- a/Tracking/TrkVertexFitter/TrkVertexFitterInterfaces/cmt/requirements +++ /dev/null @@ -1,19 +0,0 @@ -package TrkVertexFitterInterfaces - -author Andreas Wildauer <Andreas.Wildauer@cern.ch> -author Kirill Prokofiev <Kirill.Prokofiev@cern.ch> -author Maaike Limper <Maaike.Limper@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -use AtlasCLHEP AtlasCLHEP-* External -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use EventPrimitives EventPrimitives-* Event -use GeoPrimitives GeoPrimitives-* DetectorDescription -use xAODTracking xAODTracking-* Event/xAOD - -# Declare this package as a cmake metalibrary so that the libraries and header files from -# packages it depends on are available to its clients. Transparent to CMT -apply_pattern cmake_add_command command=metalibrary diff --git a/Tracking/TrkVertexFitter/TrkVertexFitterUtils/cmt/requirements b/Tracking/TrkVertexFitter/TrkVertexFitterUtils/cmt/requirements deleted file mode 100755 index c79d8a963ab09b261ef92caec026d4a04bfa7023..0000000000000000000000000000000000000000 --- a/Tracking/TrkVertexFitter/TrkVertexFitterUtils/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package TrkVertexFitterUtils - -author Kirill Prokofiev <Kirtill.Prokofiev@cern.ch> -author Giacinto Piacquadio <Giacinto.Piacquadio@physik.uni-freiburg.de> - - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External - -use AthenaBaseComps AthenaBaseComps-* Control - -use TrkParametersBase TrkParametersBase-* Tracking/TrkEvent -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use TrkParameters TrkParameters-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD - -private - -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use VxVertex VxVertex-* Tracking/TrkEvent -use MagFieldInterfaces MagFieldInterfaces-* MagneticField -use TrkNeutralParameters TrkNeutralParameters-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use TrkExUtils TrkExUtils-* Tracking/TrkExtrapolation -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkTrackLink TrkTrackLink-* Tracking/TrkEvent -use AtlasROOT AtlasROOT-* External - -public - -library TrkVertexFitterUtils *.cxx components/*.cxx -apply_pattern component_library - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkVertexFitter/TrkVertexFitters/cmt/requirements b/Tracking/TrkVertexFitter/TrkVertexFitters/cmt/requirements deleted file mode 100755 index 7d31e9054279ede027d4dfa3ad458622ee1271b0..0000000000000000000000000000000000000000 --- a/Tracking/TrkVertexFitter/TrkVertexFitters/cmt/requirements +++ /dev/null @@ -1,38 +0,0 @@ -package TrkVertexFitters - -author Nicola Giacinto Piacquadio <Nicola.Giacinto.Piacquadio@cern.ch> -author Kirill Prokofiev <Kirill.Prokofiev@cern.ch> -author Andreas Wildauer <Andreas.Wildauer@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use VxVertex VxVertex-* Tracking/TrkEvent -use AthenaBaseComps AthenaBaseComps-* Control -use TrkParametersBase TrkParametersBase-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD - -private -use TrkTrack TrkTrack-* Tracking/TrkEvent -use TrkExInterfaces TrkExInterfaces-* Tracking/TrkExtrapolation -use VxMultiVertex VxMultiVertex-* Tracking/TrkEvent -use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr -use TrkLinks TrkLinks-* Tracking/TrkEvent -use TrkVxEdmCnv TrkVxEdmCnv-* Tracking/TrkVertexFitter - -public - -# must be dual use for now because of -# InDetPriVxFinderTool/InDetAdaptiveMultiPriVxFinderTool.h, see bug 45358 -apply_pattern dual_use_library files="*.cxx" -#library TrkVertexFitters *.cxx components/*.cxx -#apply_pattern component_library - - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkVertexFitter/TrkVertexKinematicFitterUtils/cmt/requirements b/Tracking/TrkVertexFitter/TrkVertexKinematicFitterUtils/cmt/requirements deleted file mode 100644 index 8ebac5d7df3392c4ecf925a5f4ea189e6597cfd6..0000000000000000000000000000000000000000 --- a/Tracking/TrkVertexFitter/TrkVertexKinematicFitterUtils/cmt/requirements +++ /dev/null @@ -1,10 +0,0 @@ -package TrkVertexKinematicFitterUtils - -author Maaike Limper <Maaike.Limper@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter - -library TrkVertexKinematicFitterUtils *.cxx -apply_pattern installed_library -#apply_pattern component_library diff --git a/Tracking/TrkVertexFitter/TrkVertexSeedFinderTools/cmt/requirements b/Tracking/TrkVertexFitter/TrkVertexSeedFinderTools/cmt/requirements deleted file mode 100755 index 5ca84744ab0de1954a90a93ecb0f51a1bb0a2592..0000000000000000000000000000000000000000 --- a/Tracking/TrkVertexFitter/TrkVertexSeedFinderTools/cmt/requirements +++ /dev/null @@ -1,37 +0,0 @@ -package TrkVertexSeedFinderTools - -author Nicola Giacinto Piacquadio <Nicola.Giacinto.Piacquadio@cern.ch> -author Kirill Prokofiev <Kirill.Prokofiev@cern.ch> -author Andreas Wildauer <Andreas.Wildauer@cern.ch> - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use AthenaBaseComps AthenaBaseComps-* Control -use TrkVertexSeedFinderUtils TrkVertexSeedFinderUtils-* Tracking/TrkVertexFitter - -private - -use AtlasROOT AtlasROOT-* External -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use TrkTrack TrkTrack-* Tracking/TrkEvent -use VxVertex VxVertex-* Tracking/TrkEvent -use GeneratorObjects GeneratorObjects-* Generators - -use GeoPrimitives GeoPrimitives-* DetectorDescription -use EventPrimitives EventPrimitives-* Event -use AtlasHepMC AtlasHepMC-* External -use HepPDT * LCG_Interfaces -use TruthHelper TruthHelper-* Generators/GenAnalysisTools -use xAODEventInfo xAODEventInfo-* Event/xAOD - -public - -library TrkVertexSeedFinderTools *.cxx components/*.cxx -apply_pattern component_library -apply_pattern declare_joboptions files="*.py" - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkVertexFitter/TrkVertexSeedFinderUtils/cmt/requirements b/Tracking/TrkVertexFitter/TrkVertexSeedFinderUtils/cmt/requirements deleted file mode 100644 index 6f658fb25609dbc35496d07e412358d733b6ea35..0000000000000000000000000000000000000000 --- a/Tracking/TrkVertexFitter/TrkVertexSeedFinderUtils/cmt/requirements +++ /dev/null @@ -1,41 +0,0 @@ -package TrkVertexSeedFinderUtils - -author Nicola Giacinto Piacquadio <Nicola.Giacinto.Piacquadio@cern.ch> -author Kirill Prokofiev <Kirill.Prokofiev@cern.ch> -author Andreas Wildauer <Andreas.Wildauer@cern.ch> - -public - -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use TrkParameters TrkParameters-* Tracking/TrkEvent -use GeoPrimitives GeoPrimitives-* DetectorDescription -use AtlasROOT AtlasROOT-* External -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkParticleBase TrkParticleBase-* Tracking/TrkEvent -use xAODTracking xAODTracking-* Event/xAOD - -private -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use EventPrimitives EventPrimitives-* Event -use TrkTrack TrkTrack-* Tracking/TrkEvent -use MagFieldInterfaces MagFieldInterfaces-* MagneticField -use AtlasFFTW AtlasFFTW-* External -use xAODTruth xAODTruth-* Event/xAOD -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use InDetTrackSelectionTool InDetTrackSelectionTool-* InnerDetector/InDetRecTools -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use TrkLinks TrkLinks-* Tracking/TrkEvent -public - -library TrkVertexSeedFinderUtils *.cxx components/*.cxx -apply_pattern component_library -#apply_pattern dual_use_library files="*.cxx" - - -#private -#the next two lines are only for debugging purposes -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - diff --git a/Tracking/TrkVertexFitter/TrkVertexTools/cmt/requirements b/Tracking/TrkVertexFitter/TrkVertexTools/cmt/requirements deleted file mode 100644 index 9bd63779a0d91f98abc1ab3c51ab277a7bea7a39..0000000000000000000000000000000000000000 --- a/Tracking/TrkVertexFitter/TrkVertexTools/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package TrkVertexTools - -author Johanna Bronner - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use AthenaKernel AthenaKernel-* Control -use AtlasCLHEP AtlasCLHEP-* External -use GaudiInterface GaudiInterface-* External -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use xAODTracking xAODTracking-* Event/xAOD -private -use AtlasHepMC AtlasHepMC-* External -use EventPrimitives EventPrimitives-* Event -use GeneratorObjects GeneratorObjects-* Generators -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent -use InDetBeamSpotService InDetBeamSpotService-* InnerDetector/InDetConditions -use CxxUtils CxxUtils-* Control -end_private - -#macro DOXYGEN_IMAGE_PATH "../doc/images" - -public -library TrkVertexTools *.cxx components/*.cxx -apply_pattern component_library - -#apply_pattern dual_use_library files="*.cxx" - -#private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" diff --git a/Tracking/TrkVertexFitter/TrkVertexWeightCalculators/cmt/requirements b/Tracking/TrkVertexFitter/TrkVertexWeightCalculators/cmt/requirements deleted file mode 100644 index 549debb379662e12092aa84be69a4dce559b397e..0000000000000000000000000000000000000000 --- a/Tracking/TrkVertexFitter/TrkVertexWeightCalculators/cmt/requirements +++ /dev/null @@ -1,32 +0,0 @@ -package TrkVertexWeightCalculators - -author Johanna Bronner - -use AtlasPolicy AtlasPolicy-* -use GaudiInterface GaudiInterface-* External -use AthenaBaseComps AthenaBaseComps-* Control -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter/ -use AtlasROOT AtlasROOT-* External -use xAODTracking xAODTracking-* Event/xAOD -use GeoPrimitives GeoPrimitives-* DetectorDescription - -private -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkParameters TrkParameters-* Tracking/TrkEvent -use TrkNeuralNetworkUtils TrkNeuralNetworkUtils-* Tracking/TrkUtilityPackages -use GeneratorObjects GeneratorObjects-* Generators - -#macro DOXYGEN_IMAGE_PATH "../doc/images" - -public -library TrkVertexWeightCalculators *.cxx components/*.cxx -apply_pattern component_library - -#apply_pattern dual_use_library files="*.cxx" -#apply_pattern declare_joboptions files="*.py" -apply_pattern declare_runtime files="-s=../share *.root" - -private -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" -apply_tag ROOTMathLibs diff --git a/Tracking/TrkVertexFitter/TrkVxEdmCnv/cmt/requirements b/Tracking/TrkVertexFitter/TrkVxEdmCnv/cmt/requirements deleted file mode 100644 index cb31045436cbfda0b31d014ef17c248bd78ad871..0000000000000000000000000000000000000000 --- a/Tracking/TrkVertexFitter/TrkVxEdmCnv/cmt/requirements +++ /dev/null @@ -1,36 +0,0 @@ -## automatically generated CMT requirements file -package TrkVxEdmCnv -author Simone Pagan Griso <simone.pagan.griso@cern.ch> - -public -use AtlasPolicy AtlasPolicy-* -use AthenaBaseComps AthenaBaseComps-* Control -use GaudiInterface GaudiInterface-* External -use xAODTracking xAODTracking-* Event/xAOD - - -private -use StoreGate StoreGate-* Control -use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter -use VxVertex VxVertex-* Tracking/TrkEvent -use TrkTrackLink TrkTrackLink-* Tracking/TrkEvent -use TrkLinks TrkLinks-* Tracking/TrkEvent -end_private - -branches src src/components doc python share - -public -## Must be dual-use.. -apply_pattern dual_use_library files="*.cxx components/*.cxx" - -#.. if we decide to split interface can go back to components -#library TrkVxEdmCnv *.cxx components/*.cxx -#apply_pattern component_library - -## Debug options -#macro cppdebugflags '$(cppdebugflags_s)' -#macro_remove componentshr_linkopts "-Wl,-s" - -end_private - -