Skip to content
Snippets Groups Projects
Commit af12ea4a authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'test.xAODTrigMissingETAthenaPool-20191016' into 'master'

xAODTrigMissingETAthenaPool: Add tests for reading old data.

See merge request atlas/athena!27226
parents 845e88b9 a52e7bca
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,8 @@ atlas_depends_on_subdirs( PRIVATE ...@@ -12,6 +12,8 @@ atlas_depends_on_subdirs( PRIVATE
Event/xAOD/xAODTrigMissingET Event/xAOD/xAODTrigMissingET
GaudiKernel ) GaudiKernel )
atlas_install_joboptions( share/*.py )
# Component(s) in the package: # Component(s) in the package:
atlas_add_poolcnv_library( xAODTrigMissingETAthenaPoolPoolCnv atlas_add_poolcnv_library( xAODTrigMissingETAthenaPoolPoolCnv
src/*.cxx src/*.cxx
...@@ -20,3 +22,22 @@ atlas_add_poolcnv_library( xAODTrigMissingETAthenaPoolPoolCnv ...@@ -20,3 +22,22 @@ atlas_add_poolcnv_library( xAODTrigMissingETAthenaPoolPoolCnv
CNV_PFX xAOD CNV_PFX xAOD
LINK_LIBRARIES AthenaPoolCnvSvcLib AthenaPoolUtilities xAODTrigMissingET GaudiKernel ) LINK_LIBRARIES AthenaPoolCnvSvcLib AthenaPoolUtilities xAODTrigMissingET GaudiKernel )
# Set up (a) test(s) for the converter(s):
if( IS_DIRECTORY ${CMAKE_SOURCE_DIR}/Database/AthenaPOOL/AthenaPoolUtilities )
set( AthenaPoolUtilitiesTest_DIR
${CMAKE_SOURCE_DIR}/Database/AthenaPOOL/AthenaPoolUtilities/cmake )
endif()
find_package( AthenaPoolUtilitiesTest )
if( ATHENAPOOLUTILITIESTEST_FOUND )
set( XAODTRIGMISSINGETATHENAPOOL_REFERENCE_TAG
xAODTrigMissingETAthenaPoolReference-01-00-00 )
run_tpcnv_test( xAODTrigMissingETAthenaPool_21.0.79 AOD-21.0.79-full
REQUIRED_LIBRARIES xAODTrigMissingETAthenaPoolPoolCnv
REFERENCE_TAG ${XAODTRIGMISSINGETATHENAPOOL_REFERENCE_TAG} )
else()
message( WARNING "Couldn't find AthenaPoolUtilitiesTest. No test(s) set up." )
endif()
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
infile = 'aod/AOD-21.0.79/AOD-21.0.79-full.pool.root'
keys = [
#xAOD::TrigMissingETAuxContainer_v1
'HLT_xAOD__TrigMissingETContainer_EFJetEtSum',
'HLT_xAOD__TrigMissingETContainer_EFMissingET_Fex_2sidednoiseSupp_PUC',
'HLT_xAOD__TrigMissingETContainer_T2MissingET',
'HLT_xAOD__TrigMissingETContainer_TrigEFMissingET',
'HLT_xAOD__TrigMissingETContainer_TrigEFMissingET_FEB',
'HLT_xAOD__TrigMissingETContainer_TrigEFMissingET_mht',
'HLT_xAOD__TrigMissingETContainer_TrigEFMissingET_topocl',
'HLT_xAOD__TrigMissingETContainer_TrigEFMissingET_topocl_PS',
'HLT_xAOD__TrigMissingETContainer_TrigEFMissingET_topocl_PUC',
'HLT_xAOD__TrigMissingETContainer_TrigL2MissingET_FEB',
]
include ('AthenaPoolUtilities/TPCnvTest.py')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment