Skip to content
Snippets Groups Projects
Commit 307f9eee authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (LArSimEventAthenaPool-00-00-01)

	* Tagging LArSimEventAthenaPool-00-00-01.
	* Add regression test for reading old data file.

	* tagging LArSimEventAthenaPool-00-00-00
	(requested by John Chapman)
parent 7ce83451
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: LArSimEventAthenaPool
################################################################################
# Declare the package name:
atlas_subdir( LArSimEventAthenaPool )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Database/AthenaPOOL/AthenaPoolUtilities
Database/AtlasSealCLHEP
PRIVATE
AtlasTest/TestTools
Database/AthenaPOOL/AthenaPoolCnvSvc
GaudiKernel
LArCalorimeter/LArCnv/LArSimEventTPCnv
LArCalorimeter/LArSimEvent )
# Component(s) in the package:
atlas_add_poolcnv_library( LArSimEventAthenaPoolPoolCnv
src/*.cxx
FILES LArSimEvent/LArHitContainer.h LArSimEvent/LArHitFloatContainer.h
LINK_LIBRARIES AthenaPoolUtilities AthenaPoolCnvSvcLib GaudiKernel LArSimEventTPCnv LArSimEvent )
# Install files from the package:
atlas_install_headers( LArSimEventAthenaPool )
atlas_install_joboptions( share/*.py )
......@@ -28,3 +28,14 @@ macro_append LArSimEventAthenaPoolPoolCnv_shlibflags "$(LArSimEventAthenaPool_di
#apply_pattern lcgdict dict=LArSimEventAthenaPoolCnv selectionfile=selection.xml headerfiles="../LArSimEventAthenaPool/LArSimEventAthenaPoolCnvDict.h"
#macro_append LArSimEventAthenaPoolPoolCnv_dependencies " LArSimEventAthenaPool "
private
use TestTools TestTools-* AtlasTest -no_auto_imports
apply_pattern athenarun_test \
name="LArSimEventTPCnv_HITS" \
options="LArSimEventAthenaPool/LArSimEventTPCnv_HITS_test.py" \
pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh LArSimEventTPCnv_HITS" \
post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh LArSimEventTPCnv_HITS"
This diff is collapsed.
infile = 'rtt:valid1.110401.PowhegPythia_P2012_ttbar_nonallhad.simul.HITS.e3099_s2578_tid04919495_00/HITS.04919495._000416.pool.root.1'
keys = [
#LArHitContainer_p2
'LArHitHEC@100',
'LArHitFCAL@100',
'LArHitEMB@100',
'LArHitEMEC@100',
]
#from AthenaCommon.JobProperties import jobproperties
#jobproperties.Global.DetDescrVersion = 'ATLAS-GEO-10-00-00'
theApp.EvtMax = 10
from AthenaCommon.DetFlags import DetFlags
DetFlags.detdescr.Calo_setOn()
noMuon = True
noID = True
include ('AthenaPoolUtilities/TPCnvTest.py')
<?xml version="1.0"?>
<atn>
<TEST name="LArSimEventAthenaPoolTests" type="makecheck">
<package>LArCalorimeter/LArCnv/LArSimEventAthenaPool</package>
<timelimit>20</timelimit>
<author> scott snyder </author>
<mailto> snyder@bnl.gov </mailto>
<expectations>
<errorMessage>Athena exited abnormally</errorMessage>
<errorMessage>differ</errorMessage>
<warningMessage> # WARNING_MESSAGE : post.sh> ERROR</warningMessage>
<successMessage>check ok</successMessage>
<returnValue>0</returnValue>
</expectations>
</TEST>
</atn>
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