From e9c645899b36ca8b5e38e0ddeee047700bf48a79 Mon Sep 17 00:00:00 2001 From: Peter Van Gemmeren <peter.van.gemmeren@cern.ch> Date: Wed, 18 May 2016 21:19:30 +0200 Subject: [PATCH] Adding tests to cmake build (AthenaPoolExampleAlgorithms-00-05-25) --- .../CMakeLists.txt | 232 +++ .../cmt/requirements | 27 +- .../AthenaPoolExample_AMetaJobOptions.py | 14 - .../AthenaPoolExample_AppendFastJobOptions.py | 114 ++ .../share/AthenaPoolExample_CopyJobOptions.py | 3 +- .../AthenaPoolExample_RFilterJobOptions.py | 12 +- .../AthenaPoolExample_RWcBsJobOptions.py | 98 ++ ...thenaPoolExample_ReWriteAgainJobOptions.py | 133 ++ ...AthenaPoolExample_ReWriteNextJobOptions.py | 133 ++ .../AthenaPoolExample_ReadAgainJobOptions.py | 111 ++ .../AthenaPoolExample_ReadBNJobOptions.py | 110 ++ .../AthenaPoolExample_ReadBsTagJobOptions.py | 86 + .../share/AthenaPoolExample_ReadJobOptions.py | 1 + .../AthenaPoolExample_ReadNoBNJobOptions.py | 110 ++ .../AthenaPoolExample_ReadTagJobOptions.py | 110 ++ .../AthenaPoolExample_WriteFastJobOptions.py | 172 ++ .../src/ReadData.cxx | 34 +- .../src/ReadMeta.cxx | 6 +- .../src/WriteData.cxx | 2 +- .../test/AthenaPoolExample_ACond.ref | 878 ++++----- .../test/AthenaPoolExample_AMeta.ref | 453 +++-- .../test/AthenaPoolExample_Append.ref | 133 +- .../test/AthenaPoolExample_AppendFast.ref | 154 +- .../test/AthenaPoolExample_Concat.ref | 1563 +++++++++++++++++ .../test/AthenaPoolExample_Copy.ref | 145 +- .../test/AthenaPoolExample_Filter.ref | 350 +++- .../test/AthenaPoolExample_RCond.ref | 558 +++--- .../test/AthenaPoolExample_RFilter.ref | 292 +-- .../test/AthenaPoolExample_RFilterPL.pattern | 6 + .../test/AthenaPoolExample_RWBs.ref | 79 +- .../test/AthenaPoolExample_RWcBs.ref | 150 +- .../test/AthenaPoolExample_ReadBs.ref | 58 +- .../test/AthenaPoolExample_ReadBsTag.ref | 61 +- .../test/AthenaPoolExample_WCond.ref | 877 ++++----- .../test/AthenaPoolExample_WMeta.ref | 458 +++-- .../test/athenarun_test.sh.in | 13 + .../test/empty.pattern | 5 +- .../test/post_check.sh | 9 +- .../test/pre_check.sh | 113 +- 39 files changed, 5688 insertions(+), 2175 deletions(-) create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/CMakeLists.txt create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_AppendFastJobOptions.py create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RWcBsJobOptions.py create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWriteAgainJobOptions.py create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWriteNextJobOptions.py create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadAgainJobOptions.py create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBNJobOptions.py create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBsTagJobOptions.py create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadNoBNJobOptions.py create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadTagJobOptions.py create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WriteFastJobOptions.py create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Concat.ref create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/athenarun_test.sh.in diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/CMakeLists.txt b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/CMakeLists.txt new file mode 100644 index 00000000000..90462380193 --- /dev/null +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/CMakeLists.txt @@ -0,0 +1,232 @@ +################################################################################ +# Package: AthenaPoolExampleAlgorithms +################################################################################ + +# Declare the package name: +atlas_subdir( AthenaPoolExampleAlgorithms ) + +# Declare the package's dependencies: +atlas_depends_on_subdirs( PRIVATE + AtlasTest/TestTools + Control/AthenaBaseComps + Control/AthenaKernel + Control/MinimalRunTime + Control/StoreGate + Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleData + Database/AthenaPOOL/AthenaPoolKernel + Database/AthenaPOOL/AthenaPoolUtilities + Database/AthenaPOOL/DBDataModel + Event/ByteStreamData + Event/EventBookkeeperMetaData + Event/EventInfo + GaudiKernel + TestPolicy ) + +# Component(s) in the package: +atlas_add_component( AthenaPoolExampleAlgorithms + src/*.cxx + src/components/*.cxx + LINK_LIBRARIES AthenaBaseComps AthenaKernel StoreGateLib SGtests AthenaPoolExampleData AthenaPoolUtilities DBDataModel ByteStreamData ByteStreamData_test EventBookkeeperMetaData EventInfo GaudiKernel ) + +# Install files from the package: +atlas_install_headers( AthenaPoolExampleAlgorithms ) +atlas_install_joboptions( share/*.py ) + +# Function helping to set up the integration tests +function( _add_test testName toExecute ) + + # Look for possible extra arguments: + cmake_parse_arguments( ARG "" "POST_EXEC;PRE_EXEC;EXTRA_PATTERNS" + "ENVIRONMENT;DEPENDS" ${ARGN} ) + + # Create the script that will run the test: + configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/test/athenarun_test.sh.in + ${CMAKE_CURRENT_BINARY_DIR}/${testName}_test.sh @ONLY ) + + # Helper variable setting extra options on the test: + set( _options ) + if( ARG_POST_EXEC ) + list( APPEND _options POST_EXEC_SCRIPT + "${CMAKE_CURRENT_SOURCE_DIR}/${ARG_POST_EXEC} ${testName}" ) + endif() + if( ARG_PRE_EXEC ) + list( APPEND _options PRE_EXEC_SCRIPT + "${CMAKE_CURRENT_SOURCE_DIR}/${ARG_PRE_EXEC} ${testName}" ) + endif() + if( ARG_ENVIRONMENT ) + list( APPEND _options ENVIRONMENT ${ARG_ENVIRONMENT} ) + endif() + if( ARG_EXTRA_PATTERNS ) + list( APPEND _options EXTRA_PATTERNS ${ARG_EXTRA_PATTERNS} ) + endif() + if( ARG_DEPENDS ) + list( APPEND _options PROPERTIES DEPENDS ${ARG_DEPENDS} ) + endif() + + # Set up the test: + atlas_add_test( ${testName} + SCRIPT ${CMAKE_CURRENT_BINARY_DIR}/${testName}_test.sh + ${_options} ) + +endfunction( _add_test ) + +# Test(s) in the package: +# Write 'Hits', with multistreamand TAGs +_add_test( AthenaPoolExample_Write + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_WriteJobOptions.py" + POST_EXEC test/post_check.sh PRE_EXEC test/pre_check.sh ) +_add_test( AthenaPoolExample_Append +# Append to existing file + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_AppendJobOptions.py" + DEPENDS AthenaPoolExample_Write_test_ctest + POST_EXEC test/post_check.sh ) +# Read 'Hits' and write 'Tracks' +_add_test( AthenaPoolExample_ReWrite + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_RWJobOptions.py" + DEPENDS AthenaPoolExample_Append_test_ctest + POST_EXEC test/post_check.sh ) +# Read all output +_add_test( AthenaPoolExample_Read + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadJobOptions.py" + DEPENDS AthenaPoolExample_ReWrite_test_ctest + POST_EXEC test/post_check.sh ) +# Read all output via TAGs +_add_test( AthenaPoolExample_ReadTag + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadTagJobOptions.py" + DEPENDS AthenaPoolExample_ReWrite_test_ctest + POST_EXEC test/post_check.sh ) +# Read all output including scoped BackNavigation +_add_test( AthenaPoolExample_ReadBN + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadBNJobOptions.py" + DEPENDS AthenaPoolExample_ReWrite_test_ctest + POST_EXEC test/post_check.sh ) +# Read all output w/o BackNavigation +_add_test( AthenaPoolExample_ReadNoBN + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadNoBNJobOptions.py" + DEPENDS AthenaPoolExample_ReWrite_test_ctest + POST_EXEC test/post_check.sh ) + +# Copy 'Hits' file without extending provenance +_add_test( AthenaPoolExample_Copy + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_CopyJobOptions.py" + DEPENDS AthenaPoolExample_Read_test_ctest + DEPENDS AthenaPoolExample_ReadTag_test_ctest + DEPENDS AthenaPoolExample_ReadBN_test_ctest + DEPENDS AthenaPoolExample_ReadNoBN_test_ctest + POST_EXEC test/post_check.sh ) +# Read copied 'Hits' and write 'Tracks' +_add_test( AthenaPoolExample_ReWriteAgain + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ReWriteAgainJobOptions.py" + DEPENDS AthenaPoolExample_Copy_test_ctest + POST_EXEC test/post_check.sh ) +_add_test( AthenaPoolExample_ReWriteNext + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ReWriteNextJobOptions.py" + DEPENDS AthenaPoolExample_ReWriteAgain_test_ctest + POST_EXEC test/post_check.sh ) +# Read via TAGs and use query to filter events +_add_test( AthenaPoolExample_Filter + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_FilterJobOptions.py" + DEPENDS AthenaPoolExample_ReWriteNext_test_ctest + POST_EXEC test/post_check.sh ) +_add_test( AthenaPoolExample_RFilter + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_RFilterJobOptions.py" + DEPENDS AthenaPoolExample_Filter_test_ctest + POST_EXEC test/post_check.sh ) +# Read all (including bad files, skipped for now expected failure) +_add_test( AthenaPoolExample_ReadAgain + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadAgainJobOptions.py" + DEPENDS AthenaPoolExample_RFilter_test_ctest + POST_EXEC test/post_check.sh ) + +# Concatenate jobs write 'Hits' and 'Tracks' to different streams +_add_test( AthenaPoolExample_Concat + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ConcatJobOptions.py" + DEPENDS AthenaPoolExample_RFilter_test_ctest + POST_EXEC test/post_check.sh PRE_EXEC test/pre_check.sh ) +_add_test( AthenaPoolExample_ReadConcat + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadJobOptions.py" + DEPENDS AthenaPoolExample_Concat_test_ctest + POST_EXEC test/post_check.sh ) + +# Read ByteStream and write to APR/POOL +_add_test( AthenaPoolExample_RWBs + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_RWBsJobOptions.py" + DEPENDS AthenaPoolExample_ReadConcat_test_ctest + POST_EXEC test/post_check.sh ) +_add_test( AthenaPoolExample_ReadBs + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadBsJobOptions.py" + DEPENDS AthenaPoolExample_RWBs_test_ctest + POST_EXEC test/post_check.sh ) +# Read ByteStream via TAGs +_add_test( AthenaPoolExample_ReadBsTag + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadBsTagJobOptions.py" + DEPENDS AthenaPoolExample_ReadBs_test_ctest + POST_EXEC test/post_check.sh PRE_EXEC test/pre_check.sh ) + +# Read compressed ByteStream and write to APR/POOL +_add_test( AthenaPoolExample_RWcBs + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_RWcBsJobOptions.py" + DEPENDS AthenaPoolExample_ReadBsTag_test_ctest + POST_EXEC test/post_check.sh PRE_EXEC test/pre_check.sh ) +_add_test( AthenaPoolExample_ReadcBs + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadBsJobOptions.py" + DEPENDS AthenaPoolExample_RWcBs_test_ctest + POST_EXEC test/post_check.sh ) +# Read compressed ByteStream via TAGs +#_add_test( AthenaPoolExample_ReadcBsTag +# "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadBsTagJobOptions.py" +# DEPENDS AthenaPoolExample_ReadcBs_test_ctest +# POST_EXEC test/post_check.sh ) + +# Testing 'Conditions' I/O +_add_test( AthenaPoolExample_WCond + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_WCondJobOptions.py" + DEPENDS AthenaPoolExample_ReadcBs_test_ctest + POST_EXEC test/post_check.sh ) +_add_test( AthenaPoolExample_ACond + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ACondJobOptions.py" + DEPENDS AthenaPoolExample_WCond_test_ctest + POST_EXEC test/post_check.sh ) +_add_test( AthenaPoolExample_RCond + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_RCondJobOptions.py" + DEPENDS AthenaPoolExample_ACond_test_ctest + POST_EXEC test/post_check.sh ) + +# Testing 'Metadata' I/O +_add_test( AthenaPoolExample_WMeta + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_WMetaJobOptions.py" + DEPENDS AthenaPoolExample_RCond_test_ctest + POST_EXEC test/post_check.sh PRE_EXEC test/pre_check.sh ) +_add_test( AthenaPoolExample_AMeta + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_AMetaJobOptions.py" + DEPENDS AthenaPoolExample_WMeta_test_ctest + POST_EXEC test/post_check.sh ) +_add_test( AthenaPoolExample_RMeta + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_RMetaJobOptions.py" + DEPENDS AthenaPoolExample_AMeta_test_ctest + POST_EXEC test/post_check.sh ) + +# Testing APR/POOL 'fast' merge +_add_test( AthenaPoolExample_WriteFast + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_WriteFastJobOptions.py" + DEPENDS AthenaPoolExample_RMeta_test_ctest + POST_EXEC test/post_check.sh ) +_add_test( AthenaPoolExample_AppendFast + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_AppendFastJobOptions.py" + DEPENDS AthenaPoolExample_WriteFast_test_ctest + POST_EXEC test/post_check.sh ) +_add_test( AthenaPoolExample_ReWriteFast + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_RWJobOptions.py" + DEPENDS AthenaPoolExample_AppendFast_test_ctest + POST_EXEC test/post_check.sh ) +_add_test( AthenaPoolExample_ReadFast + "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadJobOptions.py" + DEPENDS AthenaPoolExample_ReWriteFast_test_ctest + POST_EXEC test/post_check.sh ) +#_add_test( AthenaPoolExample_ReWriteTagFast +# "athena.py ./AthenaPoolExample_ReWriteTagFast.py" +# POST_EXEC test/post_check.sh ) +#_add_test( AthenaPoolExample_ReadTagFast +# "athena.py ./AthenaPoolExample_ReadTagFast.py" +# POST_EXEC test/post_check.sh ) + diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/cmt/requirements b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/cmt/requirements index 1247331bb9a..8687c67ef42 100755 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/cmt/requirements +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/cmt/requirements @@ -52,15 +52,15 @@ apply_pattern athenarun_test name="AthenaPoolExample_Read" pre_script="../test/p # Read via TAG collections: # AthenaPoolExample_ReadTag -apply_pattern athenarun_test name="AthenaPoolExample_ReadTag" pre_script="../test/pre_check.sh AthenaPoolExample_ReadTag " options="./AthenaPoolExample_ReadTag.py" post_script="../test/post_check.sh AthenaPoolExample_ReadTag " +apply_pattern athenarun_test name="AthenaPoolExample_ReadTag" pre_script="../test/pre_check.sh AthenaPoolExample_ReadTag " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadTagJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_ReadTag " # Read with scoped BackNavigation (finding parent hits in SPF3.root from SPF1.root): # AthenaPoolExample_ReadBN -apply_pattern athenarun_test name="AthenaPoolExample_ReadBN" pre_script="../test/pre_check.sh AthenaPoolExample_ReadBN " options="./AthenaPoolExample_ReadBN.py" post_script="../test/post_check.sh AthenaPoolExample_ReadBN AthenaPoolExample_Read " +apply_pattern athenarun_test name="AthenaPoolExample_ReadBN" pre_script="../test/pre_check.sh AthenaPoolExample_ReadBN " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadBNJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_ReadBN AthenaPoolExample_Read " # Read without BackNavigation (not finding parent hits in SPF3.root from SPF1.root): # AthenaPoolExample_ReadNoBN -apply_pattern athenarun_test name="AthenaPoolExample_ReadNoBN" pre_script="../test/pre_check.sh AthenaPoolExample_ReadNoBN " options="./AthenaPoolExample_ReadNoBN.py" post_script="../test/post_check.sh AthenaPoolExample_ReadNoBN " +apply_pattern athenarun_test name="AthenaPoolExample_ReadNoBN" pre_script="../test/pre_check.sh AthenaPoolExample_ReadNoBN " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadNoBNJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_ReadNoBN " # Create a direct pers -> pers copy of SPF1.root: @@ -69,11 +69,11 @@ apply_pattern athenarun_test name="AthenaPoolExample_Copy" pre_script="../test/p # Write/read out some simple data objects (replicated hits -> tracks), extending provenance: # AthenaPoolExample_ReWriteAgain -apply_pattern athenarun_test name="AthenaPoolExample_ReWriteAgain" pre_script="../test/pre_check.sh AthenaPoolExample_ReWriteAgain " options="AthenaPoolExample_ReWriteAgain.py" post_script="../test/post_check.sh AthenaPoolExample_ReWriteAgain AthenaPoolExample_ReWrite " +apply_pattern athenarun_test name="AthenaPoolExample_ReWriteAgain" pre_script="../test/pre_check.sh AthenaPoolExample_ReWriteAgain " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_ReWriteAgainJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_ReWriteAgain AthenaPoolExample_ReWrite " # Write/read out some simple data objects (tracks -> tracks), extending provenance: # AthenaPoolExample_ReWriteNext -apply_pattern athenarun_test name="AthenaPoolExample_ReWriteNext" pre_script="../test/pre_check.sh AthenaPoolExample_ReWriteNext " options="AthenaPoolExample_ReWriteNext.py" post_script="../test/post_check.sh AthenaPoolExample_ReWriteNext " +apply_pattern athenarun_test name="AthenaPoolExample_ReWriteNext" pre_script="../test/pre_check.sh AthenaPoolExample_ReWriteNext " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_ReWriteNextJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_ReWriteNext " # Filter out some simple data objects (tracks -> tracks): # AthenaPoolExample_Filter @@ -82,11 +82,9 @@ apply_pattern athenarun_test name="AthenaPoolExample_Filter" pre_script="../test # Read Filter out some simple data objects (tracks -> tracks): # AthenaPoolExample_RFilter apply_pattern athenarun_test name="AthenaPoolExample_RFilter" pre_script="../test/pre_check.sh AthenaPoolExample_RFilter " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_RFilterJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_RFilter " -# AthenaPoolExample_RFilter -apply_pattern athenarun_test name="AthenaPoolExample_RFilterPL" pre_script="../test/pre_check.sh AthenaPoolExample_RFilterPL " options="AthenaPoolExample_RFilterPL.py" post_script="../test/post_check.sh AthenaPoolExample_RFilterPL AthenaPoolExample_RFilter " # AthenaPoolExample_ReadAgain -apply_pattern athenarun_test name="AthenaPoolExample_ReadAgain" pre_script="../test/pre_check.sh AthenaPoolExample_ReadAgain " options="AthenaPoolExample_ReadAgain.py" post_script="../test/post_check.sh AthenaPoolExample_ReadAgain " +apply_pattern athenarun_test name="AthenaPoolExample_ReadAgain" pre_script="../test/pre_check.sh AthenaPoolExample_ReadAgain " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadAgainJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_ReadAgain " # Write/read out some simple data objects (hits -> tracks), without extending provenance: # AthenaPoolExample_ReWriteSkip @@ -149,20 +147,20 @@ apply_pattern athenarun_test name="AthenaPoolExample_RMeta" pre_script="../test/ # Test fast POOL merge # AthenaPoolExample_WriteFirst -apply_pattern athenarun_test name="AthenaPoolExample_WriteFast" pre_script="../test/pre_check.sh AthenaPoolExample_WriteFast " options="./AthenaPoolExample_WriteFast.py" post_script="../test/post_check.sh AthenaPoolExample_WriteFast AthenaPoolExample_Write " +apply_pattern athenarun_test name="AthenaPoolExample_WriteFast" pre_script="../test/pre_check.sh AthenaPoolExample_WriteFast " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_WriteFastJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_WriteFast AthenaPoolExample_Write " # AthenaPoolExample_WriteSecond -apply_pattern athenarun_test name="AthenaPoolExample_AppendFast" pre_script="../test/pre_check.sh AthenaPoolExample_AppendFast " options="./AthenaPoolExample_AppendFast.py" post_script="../test/post_check.sh AthenaPoolExample_AppendFast " +apply_pattern athenarun_test name="AthenaPoolExample_AppendFast" pre_script="../test/pre_check.sh AthenaPoolExample_AppendFast " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_AppendFastJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_AppendFast " # AthenaPoolExample_ReWrite apply_pattern athenarun_test name="AthenaPoolExample_ReWriteFast" pre_script="../test/pre_check.sh AthenaPoolExample_ReWrite " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_RWJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_ReWriteFast AthenaPoolExample_ReWrite " -# AthenaPoolExample_ReWriteTag -#apply_pattern athenarun_test name="AthenaPoolExample_ReWriteTagFast" pre_script="../test/pre_check.sh AthenaPoolExample_ReWriteTagFast " options="./AthenaPoolExample_ReWriteTagFast.py" post_script="../test/post_check.sh AthenaPoolExample_ReWriteTagFast " - # AthenaPoolExample_Read apply_pattern athenarun_test name="AthenaPoolExample_ReadFast" pre_script="../test/pre_check.sh AthenaPoolExample_Read " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_ReadFast AthenaPoolExample_Read " +# AthenaPoolExample_ReWriteTag +#apply_pattern athenarun_test name="AthenaPoolExample_ReWriteTagFast" pre_script="../test/pre_check.sh AthenaPoolExample_ReWriteTagFast " options="./AthenaPoolExample_ReWriteTagFast.py" post_script="../test/post_check.sh AthenaPoolExample_ReWriteTagFast " + # AthenaPoolExample_ReadTag #apply_pattern athenarun_test name="AthenaPoolExample_ReadTagFast" pre_script="../test/pre_check.sh AthenaPoolExample_ReadTagFast " options="./AthenaPoolExample_ReadTagFast.py" post_script="../test/post_check.sh AthenaPoolExample_ReadTagFast " @@ -180,13 +178,10 @@ macro_append AthenaPoolExample_ReWriteAgain_test_dependencies " AthenaPoolExampl macro_append AthenaPoolExample_ReWriteNext_test_dependencies " AthenaPoolExample_ReWriteAgain_test " macro_append AthenaPoolExample_Filter_test_dependencies " AthenaPoolExample_ReWriteNext_test " macro_append AthenaPoolExample_RFilter_test_dependencies " AthenaPoolExample_Filter_test " -macro_append AthenaPoolExample_RFilterPL_test_dependencies " AthenaPoolExample_Filter_test " macro_append AthenaPoolExample_ReadAgain_test_dependencies " AthenaPoolExample_RFilter_test " -macro_append AthenaPoolExample_ReadAgain_test_dependencies " AthenaPoolExample_RFilterPL_test " macro_append AthenaPoolExample_ReWriteSkip_test_dependencies " AthenaPoolExample_ReadAgain_test " macro_append AthenaPoolExample_ReWriteSkip_test_dependencies " AthenaPoolExample_RFilter_test " -macro_append AthenaPoolExample_ReWriteSkip_test_dependencies " AthenaPoolExample_RFilterPL_test " macro_append AthenaPoolExample_ReadSkip_test_dependencies " AthenaPoolExample_ReWriteSkip_test " diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_AMetaJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_AMetaJobOptions.py index b5ff49a062d..87f37826406 100755 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_AMetaJobOptions.py +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_AMetaJobOptions.py @@ -49,20 +49,6 @@ Stream1.ItemList += [ "ExampleHitContainer#MyHits" ] Stream1.MetadataItemList += [ "ExampleHitContainer#PedestalWriteData" ] Stream1.ProvideDef = True -#from AthenaServices.AthenaServicesConf import AthenaOutputStream -#Stream1_FH = AthenaOutputStream( "Stream1_FH" ) -""" -Stream1.MetadataItemList += [ "EventBookkeeperCollection#EventBookkeepers" ] - -from EventBookkeeperTools.BookkeepingInfoWriter import EventBookkeepersWriter -EBWriter1 = EventBookkeepersWriter() -EBWriter1.setDoMC( False ) -EBWriter1.setCycle( 0 ) - -EBWriter1.OutputCollectionName = "EventBookkeepers" -topSequence += EBWriter1 -""" - #-------------------------------------------------------------- # Private Application Configuration options #-------------------------------------------------------------- diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_AppendFastJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_AppendFastJobOptions.py new file mode 100644 index 00000000000..124cbb6ecfc --- /dev/null +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_AppendFastJobOptions.py @@ -0,0 +1,114 @@ +## @file AthenaPoolExample_AppendJobOptions.py +## @brief Example job options file to illustrate how to append event data to an existing Pool file. +## @author Peter van Gemmeren <gemmeren@anl.gov> +## $Id: AthenaPoolExample_AppendJobOptions.py,v 1.16 2008-09-29 15:25:22 gemmeren Exp $ +############################################################### +# +# This Job option: +# ---------------- +# 1. Updates (appends to) SimplePoolFileB.root file with EventInfo and EventStreamInfo MetaData. +# 2. Appends event TAGs to SimplePoolCollection2.root. +# ------------------------------------------------------------ +# Expected output file (20 + 20 events): +# -rw-r--r-- 1 gemmeren zp 11408 Aug 5 17:23 SimplePoolCollection2.root +# -rw-r--r-- 1 gemmeren zp 31305 Aug 5 17:23 SimplePoolFileB.root +# ------------------------------------------------------------ +# File:SimplePoolFileB.root +# Size: 30.571 kb +# Nbr Events: 40 +# +# ================================================================================ +# Mem Size Disk Size Size/Evt MissZip/Mem items (X) Container Name (X=Tree|Branch) +# ================================================================================ +# 17.616 kb 2.791 kb 0.070 kb 0.000 40 (T) DataHeader +# -------------------------------------------------------------------------------- +# 6.089 kb 0.601 kb 0.015 kb 0.182 40 (B) EventInfo_p3_McEventInfo +# 3.454 kb 0.854 kb 0.021 kb 0.465 2 (T) MetaDataHdrDataHeaderForm +# 18.440 kb 1.188 kb 0.030 kb 0.383 1 (B) EventStreamInfo_p2_Stream2 +# 18.440 kb 1.188 kb 0.030 kb 0.383 1 (B) EventStreamInfo_p2_Stream2 +# 14.169 kb 1.290 kb 0.032 kb 0.113 40 (T) POOLContainer_DataHeaderForm +# 11.495 kb 1.808 kb 0.045 kb 0.349 2 (T) MetaDataHdrDataHeader +# ================================================================================ +# 89.704 kb 9.719 kb 0.243 kb 0.000 40 TOTAL (POOL containers) +# ================================================================================ +# +#============================================================== + +## basic (generator) job configuration +import AthenaCommon.AtlasUnixGeneratorJob + +## get a handle on the default top-level algorithm sequence +from AthenaCommon.AlgSequence import AlgSequence +topSequence = AlgSequence() + +## get a handle on the ServiceManager +from AthenaCommon.AppMgr import ServiceMgr as svcMgr + +#-------------------------------------------------------------- +# Event related parameters +#-------------------------------------------------------------- +from AthenaCommon.AppMgr import theApp +theApp.EvtMax = 20 + +#-------------------------------------------------------------- +# Load POOL support +#-------------------------------------------------------------- +import AthenaPoolCnvSvc.WriteAthenaPool + +svcMgr.EventSelector.RunNumber = 2 +#Set first event number to 20 (to continue previous production) +svcMgr.EventSelector.FirstEvent = 20; + +#Explicitly specify the output file catalog +svcMgr.PoolSvc.WriteCatalog = "xmlcatalog_file:Catalog1.xml" + +#Open file in "update" mode +svcMgr.PoolSvc.FileOpen = "update"; + +svcMgr.AthenaPoolCnvSvc.CommitInterval = 10; + +#-------------------------------------------------------------- +# Private Application Configuration options +#-------------------------------------------------------------- +# Load "user algorithm" top algorithms to be run, and the libraries that house them +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__WriteData +topSequence += AthPoolEx__WriteData("WriteData") + +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__WriteTag +WriteTag = AthPoolEx__WriteTag( "WriteTag" ) +WriteTag.Magic = 1 +topSequence += WriteTag + +from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream +Stream2 = AthenaPoolOutputStream ( "Stream2" , "SimplePoolFileB.root" , True ) +Stream2.WritingTool.AttributeListKey = "RunEventTag" + +#-------------------------------------------------------------- +# Event Collection Registration +#-------------------------------------------------------------- +from RegistrationServices.RegistrationServicesConf import RegistrationStreamTagTool +TagTool = RegistrationStreamTagTool("TagTool") + +from RegistrationServices.RegistrationServicesConf import RegistrationStream +RegStream2 = RegistrationStream( "RegStream2" , CollectionType="ExplicitROOT" , Tool=TagTool ) +RegStream2.WriteInputDataHeader = False +RegStream2.OutputCollection = "SimplePoolCollection2.root" +RegStream2.CollectionOpenMode = "UPDATE" +RegStream2.ItemList += [ "DataHeader#Stream2" ] +RegStream2.ItemList += [ "TagAthenaAttributeList#RunEventTag" ] +topSequence += RegStream2 + +#-------------------------------------------------------------- +# Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL) +#-------------------------------------------------------------- +svcMgr.MessageSvc.OutputLevel = 3 +svcMgr.PoolSvc.OutputLevel = 2 +svcMgr.AthenaPoolCnvSvc.OutputLevel = 2 +topSequence.WriteData.OutputLevel = 2 +Stream2.OutputLevel = 2 +RegStream2.OutputLevel = 2 + +# +# End of job options file +# +############################################################### diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_CopyJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_CopyJobOptions.py index 46c924889f1..833aa27c7f7 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_CopyJobOptions.py +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_CopyJobOptions.py @@ -76,7 +76,8 @@ from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream Stream1 = AthenaPoolOutputStream( "Stream1" , "SimplePoolReplica1.root" , True ) Stream1.ItemList += [ "ExampleHitContainer#MyHits" ] Stream1.ExtendProvenanceRecord = FALSE; -Stream1.PersToPers = True +Stream1.ForceRead = True +#Stream1.PersToPers = True #-------------------------------------------------------------- # Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL) diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RFilterJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RFilterJobOptions.py index 245b0ce9f92..c991462c281 100755 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RFilterJobOptions.py +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RFilterJobOptions.py @@ -56,9 +56,9 @@ theApp.EvtMax = 200000 #-------------------------------------------------------------- import AthenaPoolCnvSvc.ReadAthenaPool -svcMgr.EventSelector.InputCollections = [ "SimplePoolCollection3.root" ]; # ** mandatory parameter ** // The input file name +svcMgr.EventSelector.InputCollections = [ "SimplePoolCollection5.root" ]; # ** mandatory parameter ** // The input file name svcMgr.EventSelector.CollectionType = "ExplicitROOT" -svcMgr.EventSelector.DerivedRefName = "Stream1_derived" +#svcMgr.EventSelector.DerivedRefName = "Stream1_derived" svcMgr.EventSelector.Query = "EventNumber > 9" svcMgr.EventSelector.ProcessMetadata = False @@ -70,11 +70,11 @@ svcMgr.PoolSvc.WriteCatalog = "file:Catalog2.xml" svcMgr.AthenaPoolCnvSvc.CommitInterval = 10; -from EventSelectorAthenaPool.EventSelectorAthenaPoolConf import TagRemappingTool -TagRemappingTool = TagRemappingTool("TagRemappingTool") +#from EventSelectorAthenaPool.EventSelectorAthenaPoolConf import TagRemappingTool +#TagRemappingTool = TagRemappingTool("TagRemappingTool") #TagRemappingTool.JoinListKey = "Stream1_ref" -TagRemappingTool.TargetTagFile = "SimplePoolCollection5.root" -svcMgr.EventSelector.HelperTools = [ TagRemappingTool ] +#TagRemappingTool.TargetTagFile = "SimplePoolCollection5.root" +#svcMgr.EventSelector.HelperTools = [ TagRemappingTool ] #-------------------------------------------------------------- # Private Application Configuration options diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RWcBsJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RWcBsJobOptions.py new file mode 100644 index 00000000000..3999a583d92 --- /dev/null +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RWcBsJobOptions.py @@ -0,0 +1,98 @@ +## @file AthenaPoolExample_RWBsJobOptions.py +## @brief Example job options file to illustrate how to write event data to Pool. +## @author Peter van Gemmeren <gemmeren@anl.gov> +## $Id: $ +############################################################### +# +# This Job option: +# ---------------- +# 1. Read ByteStream test data file +# 2. Writes a SimplePoolFromRaw.root file without any 'real' data +# ------------------------------------------------------------ +# Expected output file (3 events): +# -rw-r--r-- 1 gemmeren zp 19470 Nov 25 18:47 SimplePoolFromRaw.root +# ------------------------------------------------------------ +# File:SimplePoolFromRaw.root +# Size: 19.014 kb +# Nbr Events: 3 +# +# ================================================================================ +# Mem Size Disk Size Size/Evt MissZip/Mem items (X) Container Name (X=Tree|Branch) +# ================================================================================ +# 5.722 kb 0.875 kb 0.292 kb 0.000 3 (T) DataHeader +# -------------------------------------------------------------------------------- +# 2.180 kb 0.270 kb 0.090 kb 0.523 3 (B) EventInfo_p3_ByteStreamEventInfo +# 3.021 kb 0.436 kb 0.145 kb 0.532 1 (T) MetaDataHdrDataHeaderForm +# 4.051 kb 0.576 kb 0.192 kb 0.397 3 (T) POOLContainer_DataHeaderForm +# 8.606 kb 0.767 kb 0.256 kb 0.395 1 (T) MetaDataHdrDataHeader +# 18.452 kb 1.199 kb 0.400 kb 0.383 1 (B) EventStreamInfo_p2_Stream1 +# ================================================================================ +# 42.031 kb 4.122 kb 1.374 kb 0.000 3 TOTAL (POOL containers) +# ================================================================================ +# +#============================================================== + +## basic job configuration +import AthenaCommon.AtlasUnixStandardJob + +include( "ByteStreamCnvSvc/BSEventStorageEventSelector_jobOptions.py" ) + +## get a handle on the ServiceManager +from AthenaCommon.AppMgr import ServiceMgr as svcMgr + +## get a handle on the default top-level algorithm sequence +from AthenaCommon.AlgSequence import AlgSequence +topSequence = AlgSequence() + +svcMgr.ByteStreamInputSvc.FullFileName = [ "/afs/cern.ch/atlas/offline/test/daq.m4_combined.0020720.extract.L1TT-b00000010._0001.data" ] +svcMgr.ByteStreamInputSvc.FullFileName = [ "test_defl.data" ] + +svcMgr.ByteStreamInputSvc.ValidateEvent = True +svcMgr.ByteStreamInputSvc.ProcessBadEvent = True + +import AthenaPoolCnvSvc.WriteAthenaPool + +#-------------------------------------------------------------- +# Private Application Configuration options +#-------------------------------------------------------------- +# Load "user algorithm" top algorithms to be run, and the libraries that house them +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__ReadBs +topSequence += AthPoolEx__ReadBs("ReadBs") + +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__ReadData +topSequence += AthPoolEx__ReadData("ReadData") + +from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream +Stream1 = AthenaPoolOutputStream( "Stream1" , "SimplePoolFromRaw.root" , True ) +Stream1.MetadataItemList += [ "ByteStreamMetadataContainer#*" ] + +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__WriteTag +topSequence += AthPoolEx__WriteTag( "WriteTag" ) + +from RegistrationServices.RegistrationServicesConf import RegistrationStreamTagTool +TagTool = RegistrationStreamTagTool("TagTool") + +from RegistrationServices.RegistrationServicesConf import RegistrationStream +RegStream1 = RegistrationStream( "RegStream1" , CollectionType="ExplicitROOT" , Tool=TagTool ) +RegStream1.WriteInputDataHeader = False +RegStream1.OutputCollection = "SimpleRawCollection.root" +RegStream1.ItemList += [ "DataHeader#Stream1" ] +RegStream1.ItemList += [ "TagAthenaAttributeList#RunEventTag" ] +topSequence += RegStream1 + +#-------------------------------------------------------------- +# Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL) +#-------------------------------------------------------------- +svcMgr.MessageSvc.OutputLevel = 3 +svcMgr.PoolSvc.OutputLevel = 2 +svcMgr.AthenaPoolCnvSvc.OutputLevel = 2 +svcMgr.MetaDataSvc.OutputLevel = 2 +topSequence.ReadBs.OutputLevel = 2 +topSequence.ReadData.OutputLevel = 2 +Stream1.OutputLevel = 2 +RegStream1.OutputLevel = 2 + +# +# End of job options file +# +############################################################### diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWriteAgainJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWriteAgainJobOptions.py new file mode 100644 index 00000000000..770570db19c --- /dev/null +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWriteAgainJobOptions.py @@ -0,0 +1,133 @@ +## @file AthenaPoolExample_RWJobOptions.py +## @brief Example job options file to illustrate how to read/write data from/to Pool. +## @author Peter van Gemmeren <gemmeren@anl.gov> +## $Id: AthenaPoolExample_RWJobOptions.py,v 1.34 2009-03-20 15:30:21 gemmeren Exp $ +############################################################### +# +# This Job option: +# ---------------- +# 1. Reads the data (EventInfo, ExampleHits) from the SimplePoolReplica1.root file +# that has been written with the AthneaPoolExample_WriteJobOptions.py +# 2. Writes SimplePoolFile3.root file with ExampleTracks using ReWriteData algorithm +# ------------------------------------------------------------ +# Expected output file (20 events): +# -rw-r--r-- 1 gemmeren zp 11395 Aug 5 17:34 SimplePoolCollection3.root +# -rw-r--r-- 1 gemmeren zp 27536 Aug 5 17:34 SimplePoolFile3.root +# ------------------------------------------------------------ +# File:SimplePoolFile3.root +# Size: 26.891 kb +# Nbr Events: 20 +# +# ================================================================================ +# Mem Size Disk Size Size/Evt MissZip/Mem items (X) Container Name (X=Tree|Branch) +# ================================================================================ +# 12.317 kb 1.429 kb 0.071 kb 0.000 20 (T) DataHeader +# -------------------------------------------------------------------------------- +# 3.846 kb 0.313 kb 0.016 kb 0.288 20 (B) EventInfo_p3_McEventInfo +# 3.001 kb 0.428 kb 0.021 kb 0.535 1 (T) MetaDataHdrDataHeaderForm +# 11.894 kb 0.794 kb 0.040 kb 0.135 20 (T) POOLContainer_DataHeaderForm +# 10.578 kb 0.903 kb 0.045 kb 0.379 1 (T) MetaDataHdrDataHeader +# 18.453 kb 1.200 kb 0.060 kb 0.383 1 (B) EventStreamInfo_p2_Stream1 +# 49.426 kb 3.881 kb 0.194 kb 0.261 20 (B) ExampleTrackContainer_p1_MyTracks +# ================================================================================ +# 109.515 kb 8.948 kb 0.447 kb 0.000 20 TOTAL (POOL containers) +# ================================================================================ +# +#============================================================== + +## basic job configuration +import AthenaCommon.AtlasUnixStandardJob + +## get a handle on the default top-level algorithm sequence +from AthenaCommon.AlgSequence import AlgSequence +topSequence = AlgSequence() + +## get a handle on the ServiceManager +from AthenaCommon.AppMgr import ServiceMgr as svcMgr + +#-------------------------------------------------------------- +# Event related parameters +#-------------------------------------------------------------- +from AthenaCommon.AppMgr import theApp +theApp.EvtMax = 200000 + +#-------------------------------------------------------------- +#--- Read portion ----- +#-------------------------------------------------------------- +import AthenaPoolCnvSvc.ReadAthenaPool + +svcMgr.EventSelector.InputCollections = [ "SimplePoolReplica1.root" ]; # ** mandatory parameter ** // The input file name + +#Explicitly specify the output file catalog +svcMgr.PoolSvc.ReadCatalog = [ "file:Catalog.xml" ] +svcMgr.PoolSvc.WriteCatalog = "file:Catalog1.xml" + +svcMgr.AthenaPoolCnvSvc.CommitInterval = 10; + +#-------------------------------------------------------------- +# Private Application Configuration options +#-------------------------------------------------------------- +# Load "user algorithm" top algorithms to be run, and the libraries that house them +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__ReadData,AthPoolEx__ReWriteData +topSequence += AthPoolEx__ReadData("ReadData") +topSequence += AthPoolEx__ReWriteData("ReWriteData") + +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__WriteTag +topSequence += AthPoolEx__WriteTag("WriteTag") +MagicWriteTag = AthPoolEx__WriteTag( "MagicWriteTag" ) +MagicWriteTag.Key = "MagicTag" +MagicWriteTag.Magic = 24 +topSequence += MagicWriteTag + +#-------------------------------------------------------------- +#--- Secondary Write portion ----- Don't change it !!! +#-------------------------------------------------------------- +from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream +Stream1 = AthenaPoolOutputStream( "Stream1" , "SimplePoolFile3.root" , True ) +Stream1.ItemList += [ "ExampleTrackContainer#MyTracks" ] +#Stream1.ExtendProvenanceRecord = FALSE; +#Stream1.WritingTool.ProvenanceTags = [] +Stream1.WritingTool.AttributeListKey = MagicWriteTag.Key + +#-------------------------------------------------------------- +# ROOT streaming service +#-------------------------------------------------------------- +from AthenaPoolServices.AthenaRootStreamerSvcConf import AthenaRootStreamerSvc +StreamerSvc = AthenaRootStreamerSvc() +StreamerSvc.Streamers += [ "ExampleHitStreamer_p0" ] +svcMgr += StreamerSvc + +#-------------------------------------------------------------- +# Event Collection Registration +#-------------------------------------------------------------- +from RegistrationServices.RegistrationServicesConf import RegistrationStreamTagTool +TagTool = RegistrationStreamTagTool("TagTool") + +from RegistrationServices.RegistrationServicesConf import RegistrationStream +RegStream1 = RegistrationStream( "RegStream1" , CollectionType="ExplicitROOT" , Tool=TagTool ) +RegStream1.WriteInputDataHeader = False +RegStream1.OutputCollection = "SimplePoolCollection3.root" +RegStream1.ItemList += [ "DataHeader#Stream1" ] +RegStream1.ItemList += [ "TagAthenaAttributeList#" + MagicWriteTag.Key ] +topSequence += RegStream1 + +#-------------------------------------------------------------- +# Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL) +#-------------------------------------------------------------- +svcMgr.MessageSvc.OutputLevel = 3 +svcMgr.MessageSvc.defaultLimit = 100000 + +svcMgr.EventSelector.OutputLevel = 2 +svcMgr.AthenaPoolAddressProviderSvc.OutputLevel = 2 +svcMgr.MetaDataSvc.OutputLevel = 2 +svcMgr.PoolSvc.OutputLevel = 2 +svcMgr.AthenaPoolCnvSvc.OutputLevel = 2 +topSequence.ReadData.OutputLevel = 2 +topSequence.ReWriteData.OutputLevel = 2 +Stream1.OutputLevel = 2 +RegStream1.OutputLevel = 2 + +# +# End of job options file +# +############################################################### diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWriteNextJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWriteNextJobOptions.py new file mode 100644 index 00000000000..09064e6af89 --- /dev/null +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWriteNextJobOptions.py @@ -0,0 +1,133 @@ +## @file AthenaPoolExample_RWJobOptions.py +## @brief Example job options file to illustrate how to read/write data from/to Pool. +## @author Peter van Gemmeren <gemmeren@anl.gov> +## $Id: AthenaPoolExample_RWJobOptions.py,v 1.34 2009-03-20 15:30:21 gemmeren Exp $ +############################################################### +# +# This Job option: +# ---------------- +# 1. Reads the data (EventInfo, ExampleHits) from the SimplePoolFile3.root file +# that has been written with the AthneaPoolExample_WriteJobOptions.py +# 2. Writes SimplePoolFile4.root file with ExampleTracks using ReWriteData algorithm +# ------------------------------------------------------------ +# Expected output file (20 events): +# -rw-r--r-- 1 gemmeren zp 11395 Aug 5 17:34 SimplePoolCollection4.root +# -rw-r--r-- 1 gemmeren zp 27536 Aug 5 17:34 SimplePoolFile4.root +# ------------------------------------------------------------ +# File:SimplePoolFile4.root +# Size: 26.891 kb +# Nbr Events: 20 +# +# ================================================================================ +# Mem Size Disk Size Size/Evt MissZip/Mem items (X) Container Name (X=Tree|Branch) +# ================================================================================ +# 12.317 kb 1.429 kb 0.071 kb 0.000 20 (T) DataHeader +# -------------------------------------------------------------------------------- +# 3.846 kb 0.313 kb 0.016 kb 0.288 20 (B) EventInfo_p3_McEventInfo +# 3.001 kb 0.428 kb 0.021 kb 0.535 1 (T) MetaDataHdrDataHeaderForm +# 11.894 kb 0.794 kb 0.040 kb 0.135 20 (T) POOLContainer_DataHeaderForm +# 10.578 kb 0.903 kb 0.045 kb 0.379 1 (T) MetaDataHdrDataHeader +# 18.453 kb 1.200 kb 0.060 kb 0.383 1 (B) EventStreamInfo_p2_Stream1 +# 49.426 kb 3.881 kb 0.194 kb 0.261 20 (B) ExampleTrackContainer_p1_MyTracks +# ================================================================================ +# 109.515 kb 8.948 kb 0.447 kb 0.000 20 TOTAL (POOL containers) +# ================================================================================ +# +#============================================================== + +## basic job configuration +import AthenaCommon.AtlasUnixStandardJob + +## get a handle on the default top-level algorithm sequence +from AthenaCommon.AlgSequence import AlgSequence +topSequence = AlgSequence() + +## get a handle on the ServiceManager +from AthenaCommon.AppMgr import ServiceMgr as svcMgr + +#-------------------------------------------------------------- +# Event related parameters +#-------------------------------------------------------------- +from AthenaCommon.AppMgr import theApp +theApp.EvtMax = 200000 + +#-------------------------------------------------------------- +#--- Read portion ----- +#-------------------------------------------------------------- +import AthenaPoolCnvSvc.ReadAthenaPool + +svcMgr.EventSelector.InputCollections = [ "SimplePoolFile3.root" ]; # ** mandatory parameter ** // The input file name + +#Explicitly specify the output file catalog +svcMgr.PoolSvc.ReadCatalog = [ "file:Catalog.xml" ] +svcMgr.PoolSvc.WriteCatalog = "file:Catalog1.xml" + +svcMgr.AthenaPoolCnvSvc.CommitInterval = 10; + +#-------------------------------------------------------------- +# Private Application Configuration options +#-------------------------------------------------------------- +# Load "user algorithm" top algorithms to be run, and the libraries that house them +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__ReadData,AthPoolEx__ReWriteData +topSequence += AthPoolEx__ReadData("ReadData") +topSequence += AthPoolEx__ReWriteData("ReWriteData") + +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__WriteTag +topSequence += AthPoolEx__WriteTag("WriteTag") +MagicWriteTag = AthPoolEx__WriteTag( "MagicWriteTag" ) +MagicWriteTag.Key = "MagicTag" +MagicWriteTag.Magic = 24 +topSequence += MagicWriteTag + +#-------------------------------------------------------------- +#--- Secondary Write portion ----- Don't change it !!! +#-------------------------------------------------------------- +from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream +Stream1 = AthenaPoolOutputStream( "Stream1" , "SimplePoolFile4.root" , True ) +Stream1.ItemList += [ "ExampleTrackContainer#MyTracks" ] +#Stream1.ExtendProvenanceRecord = FALSE; +#Stream1.WritingTool.ProvenanceTags = [] +Stream1.WritingTool.AttributeListKey = MagicWriteTag.Key + +#-------------------------------------------------------------- +# ROOT streaming service +#-------------------------------------------------------------- +from AthenaPoolServices.AthenaRootStreamerSvcConf import AthenaRootStreamerSvc +StreamerSvc = AthenaRootStreamerSvc() +StreamerSvc.Streamers += [ "ExampleHitStreamer_p0" ] +svcMgr += StreamerSvc + +#-------------------------------------------------------------- +# Event Collection Registration +#-------------------------------------------------------------- +from RegistrationServices.RegistrationServicesConf import RegistrationStreamTagTool +TagTool = RegistrationStreamTagTool("TagTool") + +from RegistrationServices.RegistrationServicesConf import RegistrationStream +RegStream1 = RegistrationStream( "RegStream1" , CollectionType="ExplicitROOT" , Tool=TagTool ) +RegStream1.WriteInputDataHeader = False +RegStream1.OutputCollection = "SimplePoolCollection4.root" +RegStream1.ItemList += [ "DataHeader#Stream1" ] +RegStream1.ItemList += [ "TagAthenaAttributeList#" + MagicWriteTag.Key ] +topSequence += RegStream1 + +#-------------------------------------------------------------- +# Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL) +#-------------------------------------------------------------- +svcMgr.MessageSvc.OutputLevel = 3 +svcMgr.MessageSvc.defaultLimit = 100000 + +svcMgr.EventSelector.OutputLevel = 2 +svcMgr.AthenaPoolAddressProviderSvc.OutputLevel = 2 +svcMgr.MetaDataSvc.OutputLevel = 2 +svcMgr.PoolSvc.OutputLevel = 2 +svcMgr.AthenaPoolCnvSvc.OutputLevel = 2 +topSequence.ReadData.OutputLevel = 2 +topSequence.ReWriteData.OutputLevel = 2 +Stream1.OutputLevel = 2 +RegStream1.OutputLevel = 2 + +# +# End of job options file +# +############################################################### diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadAgainJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadAgainJobOptions.py new file mode 100644 index 00000000000..b7e11d36d34 --- /dev/null +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadAgainJobOptions.py @@ -0,0 +1,111 @@ +## @file AthenaPoolExample_ReadJobOptions.py +## @brief Example job options file to illustrate how to read event data from Pool. +## @author Peter van Gemmeren <gemmeren@anl.gov> +## $Id: AthenaPoolExample_ReadJobOptions.py,v 1.35 2009-05-20 18:02:24 gemmeren Exp $ +############################################################### +# +# This Job option: +# ---------------- +# 1. Reads the data from files have been written with AthneaPoolExample_WriteJobOptions.py +# and AthneaPoolExample_RWJobOptions.py using global BackNavigation and skipping first 10 events. +# 2. Same as 1., but using TAG collections. Instead of SkipEvents, a HelperTool is used to skip the +# first 10 events using their MagicTag attribute (example for computational TAG processing). +# 3. Same as 1., but using scoped BackNavigation to ExampleHit. +# +#============================================================== + +## basic job configuration +import AthenaCommon.AtlasUnixStandardJob + +## get a handle on the default top-level algorithm sequence +from AthenaCommon.AlgSequence import AlgSequence +topSequence = AlgSequence() + +#-------------------------------------------------------------- +# Event related parameters +#-------------------------------------------------------------- +from AthenaCommon.AppMgr import theApp +theApp.EvtMax = 200000 + +#-------------------------------------------------------------- +# Load POOL support +#-------------------------------------------------------------- +import AthenaPoolCnvSvc.ReadAthenaPool + +## get a handle on the ServiceManager +from AthenaCommon.AppMgr import ServiceMgr as svcMgr + +#svcMgr.EventSelector.InputCollections = [ "EmptyPoolFile.root", "SimplePoolReplica1.root", "EmptyPoolFile.root", "SimplePoolFile2.root", "NotTherePoolFile.root", "NotFoundPoolFile.root", "TruncatedPoolFile.root", "SimplePoolFile4.root" ] +svcMgr.EventSelector.InputCollections = [ "EmptyPoolFile.root", "SimplePoolReplica1.root", "EmptyPoolFile.root", "SimplePoolFile2.root", "SimplePoolFile4.root" ] +#svcMgr.EventSelector.InputCollections = [ "EmptyPoolCollection.root", "SimplePoolCollection1.root", "EmptyPoolCollection.root", "SimplePoolCollection2.root", "SimplePoolCollection3.root" ] +svcMgr.AthenaPoolAddressProviderSvc.BackNavigation = TRUE; # // switch on BackNavigation of AddressProvider +# // use scope based BackNavigation +#svcMgr.AthenaPoolAddressProviderSvc.BackNavigationScope += [ "Stream1::ExampleHitContainer#MyHits" ] +svcMgr.EventSelector.SkipEvents = 8; # // skip the first 8 events +svcMgr.EventSelector.SkipEventSequence = [ 9, 10 ]; # // skip two more events +#svcMgr.EventSelector.SkipEventSequence = " 4-6,7 , 8 , 9 - 10 "; # // skip seven more events +#svcMgr.EventSelector.ProcessEventSequence = "11, 12, 13,14,15, 16-20, 21 - 25 , 26- 100"; # // skip two more events +#svcMgr.EventSelector.CollectionType = "ExplicitROOT" +#svcMgr.EventSelector.SkipBadFiles = TRUE; +#svcMgr.EventSelector.CounterTool = "EventSelectorCounterTool/Counter" + +#Switch Off for TAG - start +# Turn on the tree cache for the CollectionTree - tree cache only works for one tree. +# Set number of events for learning before turning on cache - default is 5 +svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "TREE_CACHE_LEARN_EVENTS = '6'" ] +# And set tree cache size - default is 10 MB (10 000 000) +svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "ContainerName = 'CollectionTree'; TREE_CACHE = '100000'" ] + +# Print out values - must have PoolSvc in info mode +svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "TREE_CACHE_LEARN_EVENTS = 'int'" ] +svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "TREE_CACHE_SIZE = 'int'" ] + +# Print out for each event the number of bytes read and the number of +# read calls. With the tree cache, one should see jumps in the bytes +# read by the cache size, i.e. the bytes read should not change each +# event. However, the cache only works on one tree - the main event +# tree (CollectionTree) - and we read some things from other trees, so +# one does see a small increase event-by-event. +svcMgr.AthenaPoolCnvSvc.PrintInputAttrPerEvt += [ "BYTES_READ = 'double'" ] +svcMgr.AthenaPoolCnvSvc.PrintInputAttrPerEvt += [ "READ_CALLS = 'int'" ] +#Switch Off for TAG - end + +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__QueryTag +QueryTag = AthPoolEx__QueryTag("QueryTag") +#svcMgr.EventSelector.HelperTools = [ QueryTag ] + +#PoolSvc.ReadCatalog = [ "mysqlcatalog_mysql://CollTester:CtAl_204@atlasdbdev.cern.ch:3306/CollectionTest" ] +svcMgr.PoolSvc.WriteCatalog = "file:Catalog1.xml" +#svcMgr.PoolSvc.AttemptCatalogPatch = True; + +#-------------------------------------------------------------- +# Private Application Configuration options +#-------------------------------------------------------------- +# Load "user algorithm" top algorithms to be run, and the libraries that house them +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__ReadData +topSequence += AthPoolEx__ReadData("ReadData") + +#-------------------------------------------------------------- +# ROOT streaming service +#-------------------------------------------------------------- +from AthenaPoolServices.AthenaRootStreamerSvcConf import AthenaRootStreamerSvc +StreamerSvc = AthenaRootStreamerSvc() +StreamerSvc.Streamers += [ "ExampleHitStreamer_p0" ] +svcMgr += StreamerSvc + +#-------------------------------------------------------------- +# Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL) +#-------------------------------------------------------------- +svcMgr.MessageSvc.OutputLevel = 3 +svcMgr.MessageSvc.defaultLimit = 100000 + +svcMgr.MetaDataSvc.OutputLevel = 2 +svcMgr.EventSelector.OutputLevel = 2 +svcMgr.AthenaPoolAddressProviderSvc.OutputLevel = 2 +svcMgr.PoolSvc.OutputLevel = 2 +topSequence.ReadData.OutputLevel = 2 + +# +# End of job options file +# +############################################################### diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBNJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBNJobOptions.py new file mode 100644 index 00000000000..dbecbb178c4 --- /dev/null +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBNJobOptions.py @@ -0,0 +1,110 @@ +## @file AthenaPoolExample_ReadJobOptions.py +## @brief Example job options file to illustrate how to read event data from Pool. +## @author Peter van Gemmeren <gemmeren@anl.gov> +## $Id: AthenaPoolExample_ReadJobOptions.py,v 1.35 2009-05-20 18:02:24 gemmeren Exp $ +############################################################### +# +# This Job option: +# ---------------- +# 1. Reads the data from files have been written with AthneaPoolExample_WriteJobOptions.py +# and AthneaPoolExample_RWJobOptions.py using global BackNavigation and skipping first 10 events. +# 2. Same as 1., but using TAG collections. Instead of SkipEvents, a HelperTool is used to skip the +# first 10 events using their MagicTag attribute (example for computational TAG processing). +# 3. Same as 1., but using scoped BackNavigation to ExampleHit. +# +#============================================================== + +## basic job configuration +import AthenaCommon.AtlasUnixStandardJob + +## get a handle on the default top-level algorithm sequence +from AthenaCommon.AlgSequence import AlgSequence +topSequence = AlgSequence() + +#-------------------------------------------------------------- +# Event related parameters +#-------------------------------------------------------------- +from AthenaCommon.AppMgr import theApp +theApp.EvtMax = 200000 + +#-------------------------------------------------------------- +# Load POOL support +#-------------------------------------------------------------- +import AthenaPoolCnvSvc.ReadAthenaPool + +## get a handle on the ServiceManager +from AthenaCommon.AppMgr import ServiceMgr as svcMgr + +svcMgr.EventSelector.InputCollections = [ "EmptyPoolFile.root", "SimplePoolFile1.root", "EmptyPoolFile.root", "SimplePoolFile2.root", "SimplePoolFile3.root" ] +#svcMgr.EventSelector.InputCollections = [ "EmptyPoolCollection.root", "SimplePoolCollection1.root", "EmptyPoolCollection.root", "SimplePoolCollection2.root", "SimplePoolCollection3.root" ] +svcMgr.AthenaPoolAddressProviderSvc.BackNavigation = FALSE; # // switch on BackNavigation of AddressProvider +# // use scope based BackNavigation +svcMgr.AthenaPoolAddressProviderSvc.BackNavigationScope += [ "Stream1::ExampleHitContainer#MyHits" ] +svcMgr.EventSelector.SkipEvents = 8; # // skip the first 8 events +svcMgr.EventSelector.SkipEventSequence = [ 9, 10 ]; # // skip two more events +#svcMgr.EventSelector.SkipEventSequence = " 4-6,7 , 8 , 9 - 10 "; # // skip seven more events +#svcMgr.EventSelector.ProcessEventSequence = "11, 12, 13,14,15, 16-20, 21 - 25 , 26- 100"; # // skip two more events +#svcMgr.EventSelector.CollectionType = "ExplicitROOT" +#svcMgr.EventSelector.SkipBadFiles = TRUE; +#svcMgr.EventSelector.CounterTool = "EventSelectorCounterTool/Counter" + +#Switch Off for TAG - start +# Turn on the tree cache for the CollectionTree - tree cache only works for one tree. +# Set number of events for learning before turning on cache - default is 5 +svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "TREE_CACHE_LEARN_EVENTS = '6'" ] +# And set tree cache size - default is 10 MB (10 000 000) +svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "ContainerName = 'CollectionTree'; TREE_CACHE = '100000'" ] + +# Print out values - must have PoolSvc in info mode +svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "TREE_CACHE_LEARN_EVENTS = 'int'" ] +svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "TREE_CACHE_SIZE = 'int'" ] + +# Print out for each event the number of bytes read and the number of +# read calls. With the tree cache, one should see jumps in the bytes +# read by the cache size, i.e. the bytes read should not change each +# event. However, the cache only works on one tree - the main event +# tree (CollectionTree) - and we read some things from other trees, so +# one does see a small increase event-by-event. +svcMgr.AthenaPoolCnvSvc.PrintInputAttrPerEvt += [ "BYTES_READ = 'double'" ] +svcMgr.AthenaPoolCnvSvc.PrintInputAttrPerEvt += [ "READ_CALLS = 'int'" ] +#Switch Off for TAG - end + +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__QueryTag +QueryTag = AthPoolEx__QueryTag("QueryTag") +#svcMgr.EventSelector.HelperTools = [ QueryTag ] + +#PoolSvc.ReadCatalog = [ "mysqlcatalog_mysql://CollTester:CtAl_204@atlasdbdev.cern.ch:3306/CollectionTest" ] +svcMgr.PoolSvc.WriteCatalog = "file:Catalog1.xml" +#svcMgr.PoolSvc.AttemptCatalogPatch = True; + +#-------------------------------------------------------------- +# Private Application Configuration options +#-------------------------------------------------------------- +# Load "user algorithm" top algorithms to be run, and the libraries that house them +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__ReadData +topSequence += AthPoolEx__ReadData("ReadData") + +#-------------------------------------------------------------- +# ROOT streaming service +#-------------------------------------------------------------- +from AthenaPoolServices.AthenaRootStreamerSvcConf import AthenaRootStreamerSvc +StreamerSvc = AthenaRootStreamerSvc() +StreamerSvc.Streamers += [ "ExampleHitStreamer_p0" ] +svcMgr += StreamerSvc + +#-------------------------------------------------------------- +# Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL) +#-------------------------------------------------------------- +svcMgr.MessageSvc.OutputLevel = 3 +svcMgr.MessageSvc.defaultLimit = 100000 + +svcMgr.MetaDataSvc.OutputLevel = 2 +svcMgr.EventSelector.OutputLevel = 2 +svcMgr.AthenaPoolAddressProviderSvc.OutputLevel = 2 +svcMgr.PoolSvc.OutputLevel = 2 +topSequence.ReadData.OutputLevel = 2 + +# +# End of job options file +# +############################################################### diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBsTagJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBsTagJobOptions.py new file mode 100644 index 00000000000..215e3232f83 --- /dev/null +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBsTagJobOptions.py @@ -0,0 +1,86 @@ +## @file AthenaPoolExample_ReadJobOptions.py +## @brief Example job options file to illustrate how to read event data from Pool. +## @author Peter van Gemmeren <gemmeren@anl.gov> +## $Id: AthenaPoolExample_ReadJobOptions.py,v 1.35 2009-05-20 18:02:24 gemmeren Exp $ +############################################################### +# +# This Job option: +# ---------------- +# 1. Reads the data from files have been written with AthneaPoolExample_WriteJobOptions.py +# and AthneaPoolExample_RWJobOptions.py using global BackNavigation and skipping first 10 events. +# 2. Same as 1., but using TAG collections. Instead of SkipEvents, a HelperTool is used to skip the +# first 10 events using their MagicTag attribute (example for computational TAG processing). +# 3. Same as 1., but using scoped BackNavigation to ExampleHit. +# +#============================================================== + +## basic job configuration +import AthenaCommon.AtlasUnixStandardJob + +## get a handle on the default top-level algorithm sequence +from AthenaCommon.AlgSequence import AlgSequence +topSequence = AlgSequence() + +#-------------------------------------------------------------- +# Event related parameters +#-------------------------------------------------------------- +from AthenaCommon.AppMgr import theApp +theApp.EvtMax = 200000 + +#-------------------------------------------------------------- +# Load POOL support +#-------------------------------------------------------------- +import AthenaPoolCnvSvc.ReadAthenaPool + +## get a handle on the ServiceManager +from AthenaCommon.AppMgr import ServiceMgr as svcMgr + +from ByteStreamCnvSvc.ByteStreamCnvSvcConf import ByteStreamMetadataTool +svcMgr.MetaDataSvc.MetaDataTools += [ "ByteStreamMetadataTool" ] + +svcMgr.EventSelector.InputCollections = [ "SimplePoolFromRaw.root" ] +svcMgr.EventSelector.InputCollections = [ "SimpleRawCollection.root" ] +svcMgr.EventSelector.CollectionType = "ExplicitROOT" +svcMgr.EventSelector.RefName = "StreamRAW" +svcMgr.EventSelector.Query="EventNumber==14356" + +from ByteStreamCnvSvc.ByteStreamCnvSvcConf import ByteStreamCnvSvc +svcMgr += ByteStreamCnvSvc() +svcMgr.EventPersistencySvc.CnvServices += [ "ByteStreamCnvSvc" ] + +# ByteStreamAddressProviderSvc +from ByteStreamCnvSvcBase. ByteStreamCnvSvcBaseConf import ByteStreamAddressProviderSvc +svcMgr += ByteStreamAddressProviderSvc() +ByteStreamAddressProviderSvc = svcMgr.ByteStreamAddressProviderSvc + +# specific for tag +from ByteStreamCnvSvc.ByteStreamCnvSvcConf import ByteStreamNavigationProviderSvc +svcMgr += ByteStreamNavigationProviderSvc( "ByteStreamNavigationProviderSvc" ) +svcMgr.ProxyProviderSvc.ProviderNames += [ "ByteStreamNavigationProviderSvc" ] + +#-------------------------------------------------------------- +# Private Application Configuration options +#-------------------------------------------------------------- +# Load "user algorithm" top algorithms to be run, and the libraries that house them +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__ReadBs +topSequence += AthPoolEx__ReadBs("ReadBs") + +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__ReadData +topSequence += AthPoolEx__ReadData("ReadData") + +#-------------------------------------------------------------- +# Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL) +#-------------------------------------------------------------- +svcMgr.MessageSvc.OutputLevel = 3 +svcMgr.MessageSvc.defaultLimit = 100000 + +svcMgr.MetaDataSvc.OutputLevel = 2 +svcMgr.EventSelector.OutputLevel = 2 +svcMgr.AthenaPoolAddressProviderSvc.OutputLevel = 2 +svcMgr.PoolSvc.OutputLevel = 2 +topSequence.ReadData.OutputLevel = 2 + +# +# End of job options file +# +############################################################### diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadJobOptions.py index 0150dc77a43..59e181dacca 100755 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadJobOptions.py +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadJobOptions.py @@ -36,6 +36,7 @@ import AthenaPoolCnvSvc.ReadAthenaPool from AthenaCommon.AppMgr import ServiceMgr as svcMgr svcMgr.EventSelector.InputCollections = [ "EmptyPoolFile.root", "SimplePoolFile1.root", "EmptyPoolFile.root", "SimplePoolFile2.root", "SimplePoolFile3.root" ] +#svcMgr.EventSelector.CollectionTree = "POOLContainer/basic" #svcMgr.EventSelector.InputCollections = [ "EmptyPoolCollection.root", "SimplePoolCollection1.root", "EmptyPoolCollection.root", "SimplePoolCollection2.root", "SimplePoolCollection3.root" ] svcMgr.AthenaPoolAddressProviderSvc.BackNavigation = TRUE; # // switch on BackNavigation of AddressProvider # // use scope based BackNavigation diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadNoBNJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadNoBNJobOptions.py new file mode 100644 index 00000000000..b6a35e24289 --- /dev/null +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadNoBNJobOptions.py @@ -0,0 +1,110 @@ +## @file AthenaPoolExample_ReadJobOptions.py +## @brief Example job options file to illustrate how to read event data from Pool. +## @author Peter van Gemmeren <gemmeren@anl.gov> +## $Id: AthenaPoolExample_ReadJobOptions.py,v 1.35 2009-05-20 18:02:24 gemmeren Exp $ +############################################################### +# +# This Job option: +# ---------------- +# 1. Reads the data from files have been written with AthneaPoolExample_WriteJobOptions.py +# and AthneaPoolExample_RWJobOptions.py using global BackNavigation and skipping first 10 events. +# 2. Same as 1., but using TAG collections. Instead of SkipEvents, a HelperTool is used to skip the +# first 10 events using their MagicTag attribute (example for computational TAG processing). +# 3. Same as 1., but using scoped BackNavigation to ExampleHit. +# +#============================================================== + +## basic job configuration +import AthenaCommon.AtlasUnixStandardJob + +## get a handle on the default top-level algorithm sequence +from AthenaCommon.AlgSequence import AlgSequence +topSequence = AlgSequence() + +#-------------------------------------------------------------- +# Event related parameters +#-------------------------------------------------------------- +from AthenaCommon.AppMgr import theApp +theApp.EvtMax = 200000 + +#-------------------------------------------------------------- +# Load POOL support +#-------------------------------------------------------------- +import AthenaPoolCnvSvc.ReadAthenaPool + +## get a handle on the ServiceManager +from AthenaCommon.AppMgr import ServiceMgr as svcMgr + +svcMgr.EventSelector.InputCollections = [ "EmptyPoolFile.root", "SimplePoolFile1.root", "EmptyPoolFile.root", "SimplePoolFile2.root", "SimplePoolFile3.root" ] +#svcMgr.EventSelector.InputCollections = [ "EmptyPoolCollection.root", "SimplePoolCollection1.root", "EmptyPoolCollection.root", "SimplePoolCollection2.root", "SimplePoolCollection3.root" ] +svcMgr.AthenaPoolAddressProviderSvc.BackNavigation = FALSE; # // switch on BackNavigation of AddressProvider +# // use scope based BackNavigation +#svcMgr.AthenaPoolAddressProviderSvc.BackNavigationScope += [ "Stream1::ExampleHitContainer#MyHits" ] +svcMgr.EventSelector.SkipEvents = 8; # // skip the first 8 events +svcMgr.EventSelector.SkipEventSequence = [ 9, 10 ]; # // skip two more events +#svcMgr.EventSelector.SkipEventSequence = " 4-6,7 , 8 , 9 - 10 "; # // skip seven more events +#svcMgr.EventSelector.ProcessEventSequence = "11, 12, 13,14,15, 16-20, 21 - 25 , 26- 100"; # // skip two more events +#svcMgr.EventSelector.CollectionType = "ExplicitROOT" +#svcMgr.EventSelector.SkipBadFiles = TRUE; +#svcMgr.EventSelector.CounterTool = "EventSelectorCounterTool/Counter" + +#Switch Off for TAG - start +# Turn on the tree cache for the CollectionTree - tree cache only works for one tree. +# Set number of events for learning before turning on cache - default is 5 +svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "TREE_CACHE_LEARN_EVENTS = '6'" ] +# And set tree cache size - default is 10 MB (10 000 000) +svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "ContainerName = 'CollectionTree'; TREE_CACHE = '100000'" ] + +# Print out values - must have PoolSvc in info mode +svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "TREE_CACHE_LEARN_EVENTS = 'int'" ] +svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "TREE_CACHE_SIZE = 'int'" ] + +# Print out for each event the number of bytes read and the number of +# read calls. With the tree cache, one should see jumps in the bytes +# read by the cache size, i.e. the bytes read should not change each +# event. However, the cache only works on one tree - the main event +# tree (CollectionTree) - and we read some things from other trees, so +# one does see a small increase event-by-event. +svcMgr.AthenaPoolCnvSvc.PrintInputAttrPerEvt += [ "BYTES_READ = 'double'" ] +svcMgr.AthenaPoolCnvSvc.PrintInputAttrPerEvt += [ "READ_CALLS = 'int'" ] +#Switch Off for TAG - end + +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__QueryTag +QueryTag = AthPoolEx__QueryTag("QueryTag") +#svcMgr.EventSelector.HelperTools = [ QueryTag ] + +#PoolSvc.ReadCatalog = [ "mysqlcatalog_mysql://CollTester:CtAl_204@atlasdbdev.cern.ch:3306/CollectionTest" ] +svcMgr.PoolSvc.WriteCatalog = "file:Catalog1.xml" +svcMgr.PoolSvc.AttemptCatalogPatch = True; + +#-------------------------------------------------------------- +# Private Application Configuration options +#-------------------------------------------------------------- +# Load "user algorithm" top algorithms to be run, and the libraries that house them +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__ReadData +topSequence += AthPoolEx__ReadData("ReadData") + +#-------------------------------------------------------------- +# ROOT streaming service +#-------------------------------------------------------------- +from AthenaPoolServices.AthenaRootStreamerSvcConf import AthenaRootStreamerSvc +StreamerSvc = AthenaRootStreamerSvc() +StreamerSvc.Streamers += [ "ExampleHitStreamer_p0" ] +svcMgr += StreamerSvc + +#-------------------------------------------------------------- +# Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL) +#-------------------------------------------------------------- +svcMgr.MessageSvc.OutputLevel = 3 +svcMgr.MessageSvc.defaultLimit = 100000 + +svcMgr.MetaDataSvc.OutputLevel = 2 +svcMgr.EventSelector.OutputLevel = 2 +svcMgr.AthenaPoolAddressProviderSvc.OutputLevel = 2 +svcMgr.PoolSvc.OutputLevel = 2 +topSequence.ReadData.OutputLevel = 2 + +# +# End of job options file +# +############################################################### diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadTagJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadTagJobOptions.py new file mode 100644 index 00000000000..bcda1824c63 --- /dev/null +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadTagJobOptions.py @@ -0,0 +1,110 @@ +## @file AthenaPoolExample_ReadJobOptions.py +## @brief Example job options file to illustrate how to read event data from Pool. +## @author Peter van Gemmeren <gemmeren@anl.gov> +## $Id: AthenaPoolExample_ReadJobOptions.py,v 1.35 2009-05-20 18:02:24 gemmeren Exp $ +############################################################### +# +# This Job option: +# ---------------- +# 1. Reads the data from files have been written with AthneaPoolExample_WriteJobOptions.py +# and AthneaPoolExample_RWJobOptions.py using global BackNavigation and skipping first 10 events. +# 2. Same as 1., but using TAG collections. Instead of SkipEvents, a HelperTool is used to skip the +# first 10 events using their MagicTag attribute (example for computational TAG processing). +# 3. Same as 1., but using scoped BackNavigation to ExampleHit. +# +#============================================================== + +## basic job configuration +import AthenaCommon.AtlasUnixStandardJob + +## get a handle on the default top-level algorithm sequence +from AthenaCommon.AlgSequence import AlgSequence +topSequence = AlgSequence() + +#-------------------------------------------------------------- +# Event related parameters +#-------------------------------------------------------------- +from AthenaCommon.AppMgr import theApp +theApp.EvtMax = 200000 + +#-------------------------------------------------------------- +# Load POOL support +#-------------------------------------------------------------- +import AthenaPoolCnvSvc.ReadAthenaPool + +## get a handle on the ServiceManager +from AthenaCommon.AppMgr import ServiceMgr as svcMgr + +svcMgr.EventSelector.InputCollections = [ "EmptyPoolFile.root", "SimplePoolFile1.root", "EmptyPoolFile.root", "SimplePoolFile2.root", "SimplePoolFile3.root" ] +svcMgr.EventSelector.InputCollections = [ "EmptyPoolCollection.root", "SimplePoolCollection1.root", "EmptyPoolCollection.root", "SimplePoolCollection2.root", "SimplePoolCollection3.root" ] +svcMgr.AthenaPoolAddressProviderSvc.BackNavigation = TRUE; # // switch on BackNavigation of AddressProvider +# // use scope based BackNavigation +#svcMgr.AthenaPoolAddressProviderSvc.BackNavigationScope += [ "Stream1::ExampleHitContainer#MyHits" ] +#svcMgr.EventSelector.SkipEvents = 8; # // skip the first 8 events +#svcMgr.EventSelector.SkipEventSequence = [ 9, 10 ]; # // skip two more events +#svcMgr.EventSelector.SkipEventSequence = " 4-6,7 , 8 , 9 - 10 "; # // skip seven more events +#svcMgr.EventSelector.ProcessEventSequence = "11, 12, 13,14,15, 16-20, 21 - 25 , 26- 100"; # // skip two more events +svcMgr.EventSelector.CollectionType = "ExplicitROOT" +#svcMgr.EventSelector.SkipBadFiles = TRUE; +#svcMgr.EventSelector.CounterTool = "EventSelectorCounterTool/Counter" + +""" +# Turn on the tree cache for the CollectionTree - tree cache only works for one tree. +# Set number of events for learning before turning on cache - default is 5 +svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "TREE_CACHE_LEARN_EVENTS = '6'" ] +# And set tree cache size - default is 10 MB (10 000 000) +svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "ContainerName = 'CollectionTree'; TREE_CACHE = '100000'" ] + +# Print out values - must have PoolSvc in info mode +svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "TREE_CACHE_LEARN_EVENTS = 'int'" ] +svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "TREE_CACHE_SIZE = 'int'" ] + +# Print out for each event the number of bytes read and the number of +# read calls. With the tree cache, one should see jumps in the bytes +# read by the cache size, i.e. the bytes read should not change each +# event. However, the cache only works on one tree - the main event +# tree (CollectionTree) - and we read some things from other trees, so +# one does see a small increase event-by-event. +svcMgr.AthenaPoolCnvSvc.PrintInputAttrPerEvt += [ "BYTES_READ = 'double'" ] +svcMgr.AthenaPoolCnvSvc.PrintInputAttrPerEvt += [ "READ_CALLS = 'int'" ] +""" + +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__QueryTag +QueryTag = AthPoolEx__QueryTag("QueryTag") +svcMgr.EventSelector.HelperTools = [ QueryTag ] + +#PoolSvc.ReadCatalog = [ "mysqlcatalog_mysql://CollTester:CtAl_204@atlasdbdev.cern.ch:3306/CollectionTest" ] +svcMgr.PoolSvc.WriteCatalog = "file:Catalog1.xml" +#svcMgr.PoolSvc.AttemptCatalogPatch = True; + +#-------------------------------------------------------------- +# Private Application Configuration options +#-------------------------------------------------------------- +# Load "user algorithm" top algorithms to be run, and the libraries that house them +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__ReadData +topSequence += AthPoolEx__ReadData("ReadData") + +#-------------------------------------------------------------- +# ROOT streaming service +#-------------------------------------------------------------- +from AthenaPoolServices.AthenaRootStreamerSvcConf import AthenaRootStreamerSvc +StreamerSvc = AthenaRootStreamerSvc() +StreamerSvc.Streamers += [ "ExampleHitStreamer_p0" ] +svcMgr += StreamerSvc + +#-------------------------------------------------------------- +# Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL) +#-------------------------------------------------------------- +svcMgr.MessageSvc.OutputLevel = 3 +svcMgr.MessageSvc.defaultLimit = 100000 + +svcMgr.MetaDataSvc.OutputLevel = 2 +svcMgr.EventSelector.OutputLevel = 2 +svcMgr.AthenaPoolAddressProviderSvc.OutputLevel = 2 +svcMgr.PoolSvc.OutputLevel = 2 +topSequence.ReadData.OutputLevel = 2 + +# +# End of job options file +# +############################################################### diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WriteFastJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WriteFastJobOptions.py new file mode 100644 index 00000000000..1fe952d4ff0 --- /dev/null +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WriteFastJobOptions.py @@ -0,0 +1,172 @@ +## @file AthenaPoolExample_WriteJobOptions.py +## @brief Example job options file to illustrate how to write event data to Pool. +## @author Peter van Gemmeren <gemmeren@anl.gov> +## $Id: AthenaPoolExample_WriteJobOptions.py,v 1.34 2009-02-02 21:51:22 gemmeren Exp $ +############################################################### +# +# This Job option: +# ---------------- +# 1. Writes a SimplePoolFile1.root file with ExampleHit DataObjects and in-file MetaData +# 2. Writes another SimplePoolFileA.root file using the AthenaPool support for multiple OutputStreams. +# 3. Writes TAG files SimplePoolCollection1.root and SimplePoolCollection2.root to point to the events. +# 4. Writes an additional event-less file EmptyPoolFile.root and collection EmptyPoolCollection.root. +# 5. Writes HDF5 TAG file SimplePoolCollection1.h5 with attribute list and primary event ref. +# ------------------------------------------------------------ +# Expected output file (20 events): +# -rw-r--r-- 1 gemmeren zp 11283 Aug 5 16:56 EmptyPoolCollection.root +# -rw-r--r-- 1 gemmeren zp 16345 Aug 5 16:56 EmptyPoolFile.root +# -rw-r--r-- 1 gemmeren zp 10008 Aug 5 16:56 SimplePoolCollection1.h5 +# -rw-r--r-- 1 gemmeren zp 11412 Aug 5 16:56 SimplePoolCollection1.root +# -rw-r--r-- 1 gemmeren zp 11407 Aug 5 16:56 SimplePoolCollection2.root +# -rw-r--r-- 1 gemmeren zp 25161 Aug 5 16:56 SimplePoolFile1.root +# -rw-r--r-- 1 gemmeren zp 20654 Aug 5 16:56 SimplePoolFileA.root +# ------------------------------------------------------------ +# File:SimplePoolFile1.root +# Size: 24.564 kb +# Nbr Events: 20 +# +# ================================================================================ +# Mem Size Disk Size Size/Evt MissZip/Mem items (X) Container Name (X=Tree|Branch) +# ================================================================================ +# 11.985 kb 1.420 kb 0.071 kb 0.000 20 (T) DataHeader +# -------------------------------------------------------------------------------- +# 3.846 kb 0.313 kb 0.016 kb 0.288 20 (B) EventInfo_p3_McEventInfo +# 3.001 kb 0.427 kb 0.021 kb 0.535 1 (T) MetaDataHdrDataHeaderForm +# 10.312 kb 0.743 kb 0.037 kb 0.156 20 (T) POOLContainer_DataHeaderForm +# 10.578 kb 0.902 kb 0.045 kb 0.379 1 (T) MetaDataHdrDataHeader +# 18.451 kb 1.198 kb 0.060 kb 0.383 1 (B) EventStreamInfo_p2_Stream1 +# 18.785 kb 2.686 kb 0.134 kb 0.131 20 (B) ExampleHitContainer_p1_MyHits +# ================================================================================ +# 76.958 kb 7.689 kb 0.384 kb 0.000 20 TOTAL (POOL containers) +# ================================================================================ +# +# File:SimplePoolFileA.root +# Size: 20.269 kb +# Nbr Events: 20 +# +# ================================================================================ +# Mem Size Disk Size Size/Evt MissZip/Mem items (X) Container Name (X=Tree|Branch) +# ================================================================================ +# 11.634 kb 1.396 kb 0.070 kb 0.000 20 (T) DataHeader +# -------------------------------------------------------------------------------- +# 3.846 kb 0.313 kb 0.016 kb 0.288 20 (B) EventInfo_p3_McEventInfo +# 3.001 kb 0.428 kb 0.021 kb 0.535 1 (T) MetaDataHdrDataHeaderForm +# 8.358 kb 0.646 kb 0.032 kb 0.192 20 (T) POOLContainer_DataHeaderForm +# 10.578 kb 0.903 kb 0.045 kb 0.379 1 (T) MetaDataHdrDataHeader +# 18.440 kb 1.188 kb 0.059 kb 0.383 1 (B) EventStreamInfo_p2_Stream2 +# ================================================================================ +# 55.857 kb 4.873 kb 0.244 kb 0.000 20 TOTAL (POOL containers) +# ================================================================================ +# +#============================================================== + +## basic job configuration (for generator) +import AthenaCommon.AtlasUnixGeneratorJob + +from AthenaCommon.AlgSequence import AlgSequence +topSequence = AlgSequence() + +#-------------------------------------------------------------- +# Event related parameters +#-------------------------------------------------------------- +from AthenaCommon.AppMgr import theApp +theApp.EvtMax = 20 + +#-------------------------------------------------------------- +# Load POOL support +#-------------------------------------------------------------- +import AthenaPoolCnvSvc.WriteAthenaPool + +## get a handle on the ServiceManager +from AthenaCommon.AppMgr import ServiceMgr as svcMgr + +#Explicitly specify the output file catalog +from PoolSvc.PoolSvcConf import PoolSvc +svcMgr += PoolSvc() +svcMgr.PoolSvc.WriteCatalog = "xmlcatalog_file:Catalog1.xml" + +from AthenaPoolCnvSvc.AthenaPoolCnvSvcConf import AthenaPoolCnvSvc +svcMgr += AthenaPoolCnvSvc() +svcMgr.AthenaPoolCnvSvc.CommitInterval = 10; + +svcMgr.EventSelector.RunNumber = 1 + +#-------------------------------------------------------------- +# Private Application Configuration options +#-------------------------------------------------------------- +# Load "user algorithm" top algorithms to be run, and the libraries that house them +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__WriteData +topSequence += AthPoolEx__WriteData( "WriteData" ) + +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__WriteTag +WriteTag = AthPoolEx__WriteTag( "WriteTag" ) +WriteTag.Magic = 1 +topSequence += WriteTag +MagicWriteTag = AthPoolEx__WriteTag( "MagicWriteTag" ) +MagicWriteTag.Key = "MagicTag" +MagicWriteTag.Magic = 24 +topSequence += MagicWriteTag + +from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream +Stream1 = AthenaPoolOutputStream( "Stream1" , "SimplePoolFile1.root" , True ) +Stream1.ItemList += [ "ExampleHitContainer#MyHits" ] +Stream1.ItemList += [ "ExampleHitContainer#PetersHits" ] +Stream1.WritingTool.AttributeListKey = MagicWriteTag.Key + +Stream2 = AthenaPoolOutputStream( "Stream2" , "SimplePoolFileA.root" , True ) +Stream2.ItemList += [ "ExampleHitContainer#*" ] +Stream2.ExcludeList += [ "ExampleHitContainer#MyHits" ] +Stream2.WritingTool.AttributeListKey = "RunEventTag" + +from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__PassNoneFilter +topSequence += AthPoolEx__PassNoneFilter( "PassNoneFilter" ) + +Stream3 = AthenaPoolOutputStream( "Stream3" , "EmptyPoolFile.root" , True ) +Stream3.RequireAlgs = [ "PassNoneFilter" ] + +#-------------------------------------------------------------- +# Event Collection Registration +#-------------------------------------------------------------- +from RegistrationServices.RegistrationServicesConf import RegistrationStreamTagTool +TagTool = RegistrationStreamTagTool("TagTool") + +from RegistrationServices.RegistrationServicesConf import RegistrationStream +RegStream1 = RegistrationStream( "RegStream1" , CollectionType="ExplicitROOT" , Tool=TagTool ) +RegStream1.WriteInputDataHeader = False +RegStream1.OutputCollection = "SimplePoolCollection1.root" +RegStream1.ItemList += [ "DataHeader#Stream1" ] +RegStream1.ItemList += [ "TagAthenaAttributeList#" + MagicWriteTag.Key ] +topSequence += RegStream1 + +RegStream2 = RegistrationStream( "RegStream2" , CollectionType="ExplicitROOT" , Tool=TagTool ) +RegStream2.WriteInputDataHeader = False +RegStream2.OutputCollection = "SimplePoolCollection2.root" +RegStream2.ItemList += [ "DataHeader#Stream2" ] +RegStream2.ItemList += [ "TagAthenaAttributeList#RunEventTag" ] +topSequence += RegStream2 + +RegStream3 = RegistrationStream( "RegStream3" , CollectionType="ExplicitROOT" , Tool=TagTool ) +RegStream3.WriteInputDataHeader = False +RegStream3.OutputCollection = "EmptyPoolCollection.root" +RegStream3.ItemList += [ "DataHeader#Stream2" ] +RegStream3.ItemList += [ "TagAthenaAttributeList#" + MagicWriteTag.Key ] +RegStream3.RequireAlgs = [ "PassNoneFilter" ] +topSequence += RegStream3 + +#-------------------------------------------------------------- +# Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL) +#-------------------------------------------------------------- +svcMgr.MessageSvc.OutputLevel = 3 +svcMgr.PoolSvc.OutputLevel = 2 +svcMgr.AthenaPoolCnvSvc.OutputLevel = 2 +topSequence.WriteData.OutputLevel = 2 +Stream1.OutputLevel = 2 +Stream2.OutputLevel = 2 +RegStream1.OutputLevel = 2 +RegStream2.OutputLevel = 2 +RegStream3.OutputLevel = 2 + +# +# End of job options file +# +############################################################### diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadData.cxx b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadData.cxx index e6a0d19e15a..c094312e024 100755 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadData.cxx +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadData.cxx @@ -118,19 +118,6 @@ StatusCode ReadData::execute() { // Get the DataObject, print out its contents ATH_MSG_INFO("Get Smart data ptr 1"); - if (evtStore()->contains<ExampleHitContainer>("MyHits")) { - const DataHandle<ExampleHitContainer> cont; - if (evtStore()->retrieve(cont, "MyHits").isFailure()) { - ATH_MSG_ERROR("Could not find ExampleHitContainer/MyHits"); - return StatusCode::FAILURE; - } - for (ExampleHitContainer::const_iterator obj = cont->begin(); obj != cont->end(); obj++) { - ATH_MSG_INFO("Hit x = " << (*obj)->getX() << " y = " << (*obj)->getY() << " z = " << (*obj)->getZ() << " detector = " << (*obj)->getDetector()); - } - if (evtStore()->contains<ExampleHitContainer>("PetersHits")) { - ATH_MSG_INFO("Found ExampleHitContainer/PetersHits (alias)"); - } - } if (evtStore()->contains<ExampleTrackContainer>("MyTracks")) { const DataHandle<ExampleTrackContainer> cont; if (evtStore()->retrieve(cont, "MyTracks").isFailure()) { @@ -139,7 +126,7 @@ StatusCode ReadData::execute() { } for (ExampleTrackContainer::const_iterator obj = cont->begin(); obj != cont->end(); obj++) { ATH_MSG_INFO("Track pt = " << (*obj)->getPT() << " eta = " << (*obj)->getEta() << " phi = " << (*obj)->getPhi() << " detector = " << (*obj)->getDetector()); - if (evtStore()->contains<ExampleHitContainer>("MyHits")) { + try { ATH_MSG_INFO("ElementLink1 = " << (*obj)->getElement1()->getX()); ATH_MSG_INFO("ElementLink2 = " << (*obj)->getElement2()->getX()); ATH_MSG_INFO("Link ElementLinkVector = " << (*obj)->getElementLinkVector()->size()); @@ -154,8 +141,27 @@ StatusCode ReadData::execute() { for (Navigable<ExampleHitContainer, double>::object_iter iter = (*obj)->getWeightedNavigable()->begin(); iter != (*obj)->getWeightedNavigable()->end(); iter++) { ATH_MSG_INFO("Element = " << (*iter) << " : " << (*iter)->getX()); } + } catch (...) { + ATH_MSG_WARNING("Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits"); } } + } else { + ATH_MSG_INFO("Could not find ExampleTrackContainer/MyTracks"); + } + if (evtStore()->contains<ExampleHitContainer>("MyHits")) { + const DataHandle<ExampleHitContainer> cont; + if (evtStore()->retrieve(cont, "MyHits").isFailure()) { + ATH_MSG_ERROR("Could not find ExampleHitContainer/MyHits"); + return StatusCode::FAILURE; + } + for (ExampleHitContainer::const_iterator obj = cont->begin(); obj != cont->end(); obj++) { + ATH_MSG_INFO("Hit x = " << (*obj)->getX() << " y = " << (*obj)->getY() << " z = " << (*obj)->getZ() << " detector = " << (*obj)->getDetector()); + } + if (evtStore()->contains<ExampleHitContainer>("PetersHits")) { + ATH_MSG_INFO("Found ExampleHitContainer/PetersHits (alias)"); + } + } else { + ATH_MSG_INFO("Could not find ExampleHitContainer/MyHits"); } return StatusCode::SUCCESS; } diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadMeta.cxx b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadMeta.cxx index 2f2291d6f03..4fcd3baf223 100755 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadMeta.cxx +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadMeta.cxx @@ -110,8 +110,10 @@ void ReadMeta::handle(const Incident& inc) { entry_out->setDetector(entry->getDetector().substr(0, entry->getDetector().size() - 1) + entry_out->getDetector().substr(1)); } } - for (ExampleHitContainer::const_iterator obj = ep_out->begin(); obj != ep_out->end(); obj++) { - ATH_MSG_INFO("Pedestal x = " << (*obj)->getX() << " y = " << (*obj)->getY() << " z = " << (*obj)->getZ() << " string = " << (*obj)->getDetector()); + if (ep_out != 0) { + for (ExampleHitContainer::const_iterator obj = ep_out->begin(); obj != ep_out->end(); obj++) { + ATH_MSG_INFO("Pedestal x = " << (*obj)->getX() << " y = " << (*obj)->getY() << " z = " << (*obj)->getZ() << " string = " << (*obj)->getDetector()); + } } } } else if (inc.type() == "EndFile") { diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteData.cxx b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteData.cxx index 2c8d61f9abf..c122a2ec540 100755 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteData.cxx +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteData.cxx @@ -47,7 +47,7 @@ StatusCode WriteData::execute() { ExampleHit* hitObj = new ExampleHit(); hitObj->setX(1.2345 + eventNumber * 100 + 3.21 * i); hitObj->setY(-2.345 + runNumber * 100 - 5.6789 * i); - hitObj->setZ(34.567 - eventNumber * 100 + 87.6 / i); + hitObj->setZ(34.567 - eventNumber * 100 + 87.6 / (i + 0.456)); hitObj->setDetector("DummyHitDetector"); hitCont->push_back(hitObj); } diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ACond.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ACond.ref index 72a7dfa83bc..e66763f42de 100755 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ACond.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ACond.ref @@ -1,8 +1,9 @@ -Fri Feb 6 10:06:09 CET 2015 +Mon Mar 21 22:39:47 CET 2016 Preloading tcmalloc_minimal.so Athena INFO including file "AthenaCommon/Preparation.py" Athena INFO including file "AthenaCommon/Bootstrap.py" Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py" +Athena INFO executing ROOT6Setup Athena INFO including file "AthenaCommon/Execution.py" Athena INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_ACondJobOptions.py" Athena INFO including file "AthenaCommon/runbatch.py" @@ -18,15 +19,13 @@ AthDictLoaderSvc INFO in initialize... AthDictLoaderSvc INFO acquired Dso-registry ChronoStatSvc INFO Number of skipped events for MemStat-1 CoreDumpSvc INFO install f-a-t-a-l handler... (flag = -1) -AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-59-04 +AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-60-03 AthMasterSeq INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq AthAlgSeq INFO Member list: OutputConditionsAlg/Stream1, AthPoolEx::ReadData/ReadData, AthPoolEx::WriteCond/WriteCond Stream1 DEBUG in initialize() -ToolSvc.Stream1... INFO Initializing ToolSvc.Stream1Tool - package version OutputStreamAthenaPool-00-02-75 -AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-18 -AthenaRootStrea... INFO POOL/ROOT class loader initialized -AthenaRootStrea... INFO 9 ROOT streamers declared -PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-24-06 +ToolSvc.Stream1... INFO Initializing ToolSvc.Stream1Tool - package version OutputStreamAthenaPool-00-02-84 +AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-28-12 +PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-25-00 PoolSvc INFO Set connectionsvc retry/timeout/IDLE timeout to 'ConnectionRetrialPeriod':300/ 'ConnectionRetrialTimeOut':3600/ 'ConnectionTimeOut':5 seconds with connection cleanup disabled PoolSvc INFO Frontier compression level set to 5 PoolSvc INFO Successfully setup replica sorting algorithm @@ -36,11 +35,11 @@ PoolSvc INFO POOL WriteCatalog is file:Catalog1.xml XMLFileCatalog Info Connecting to the catalog PoolXMLFileCatalog Info Xerces-c initialization Number 0 ReadData INFO in initialize() -InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-02-45-01-04 -MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-59-04 -MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-02-45-01-04 -EventSelector INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-18-35 -TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-02-45-01-04 +InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-03-06-31 +MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-60-03 +MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-03-06-31 +EventSelector INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-19-07 +TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-03-06-31 EventSelector INFO reinitialization... EventSelector INFO EventSelection with query EventSelector DEBUG Try item: "SimplePoolFile1.root" from the collection list. @@ -52,7 +51,6 @@ DbSession Info Open DbSession Domain[ROOT_All] Info > Access DbDomain READ [ROOT_All] Domain[ROOT_All] Info -> Access DbDatabase READ [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFile1.root -RootDatabase.open Success SimplePoolFile1.root File version:53424 SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree SimplePoolFile1.root Debug --->Reading Shape[0 , ????]: [1 Column(s)] @@ -94,7 +92,6 @@ SimplePoolFile1.root Debug --->Reading Param:PFN=[SimplePoolFile1.root] SimplePoolFile1.root Debug --->Reading Param:POOL_VSN=[1.1] SimplePoolFile1.root Debug --->Reading Param:FORMAT_VSN=[1.1] ##Params Debug No objects passing selection criteria... Container has 4 Entries in total. -RootDatabase.onOpen Debug ???? File version:53424 ImplicitCollection Info Opened the implicit collection with connection string "PFN:SimplePoolFile1.root" ImplicitCollection Info and a name "POOLContainer(DataHeader)" SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_Tree] POOLContainer(DataHeader) @@ -108,15 +105,15 @@ EventPersistenc... INFO Added successfully Conversion service:AthenaPoolCnvSvc SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) ???? Debug Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree MetaDataSvc DEBUG Loaded input meta data store proxies -AthenaPoolAddre... INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-18-35 -ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-01-10 +AthenaPoolAddre... INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-19-07 +ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-02-07 WriteCond INFO in initialize() -DetectorStore INFO Initializing DetectorStore - package version StoreGate-02-45-01-04 +DetectorStore INFO Initializing DetectorStore - package version StoreGate-03-06-31 AthenaPoolAddre... DEBUG Cannot retrieve DataHeader from DetectorStore. -StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-03-06-31 HistogramPersis...WARNING Histograms saving not required. AthenaEventLoopMgr INFO Setup EventSelector service EventSelector -ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-02-45-01-04 +ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-03-06-31 ApplicationMgr INFO Application Manager Initialized successfully MetaDataStore INFO Start MetaDataStore TagMetaDataStore INFO Start TagMetaDataStore @@ -141,7 +138,6 @@ DbSession Info Open DbSession Domain[ROOT_All] Info > Access DbDomain READ [ROOT_All] Domain[ROOT_All] Info -> Access DbDatabase READ [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFile1.root -RootDatabase.open Success SimplePoolFile1.root File version:53424 SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree SimplePoolFile1.root Debug --->Reading Shape[0 , ????]: [1 Column(s)] @@ -183,7 +179,6 @@ SimplePoolFile1.root Debug --->Reading Param:PFN=[SimplePoolFile1.root] SimplePoolFile1.root Debug --->Reading Param:POOL_VSN=[1.1] SimplePoolFile1.root Debug --->Reading Param:FORMAT_VSN=[1.1] ##Params Debug No objects passing selection criteria... Container has 4 Entries in total. -RootDatabase.onOpen Debug ???? File version:53424 ImplicitCollection Info Opened the implicit collection with connection string "PFN:SimplePoolFile1.root" ImplicitCollection Info and a name "POOLContainer(DataHeader)" MetaDataSvc DEBUG handle() BeginTagFile for SimplePoolFile1.root @@ -225,29 +220,30 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 0 run: 1 ReadData INFO Get Smart data ptr 1 +ReadData INFO Could not find ExampleTrackContainer/MyTracks SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits) ???? Debug Opened container CollectionTree(ExampleHitContainer_p1/MyHits) of type ROOT_Tree -ReadData INFO Hit x = 1.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 4.44 y = 91.97 z = 122.16 detector = DummyHitDetector -ReadData INFO Hit x = 7.65 y = 86.29 z = 78.36 detector = DummyHitDetector -ReadData INFO Hit x = 10.86 y = 80.61 z = 63.76 detector = DummyHitDetector -ReadData INFO Hit x = 14.07 y = 74.93 z = 56.46 detector = DummyHitDetector -ReadData INFO Hit x = 17.28 y = 69.26 z = 52.08 detector = DummyHitDetector -ReadData INFO Hit x = 20.49 y = 63.58 z = 49.16 detector = DummyHitDetector -ReadData INFO Hit x = 23.70 y = 57.90 z = 47.08 detector = DummyHitDetector -ReadData INFO Hit x = 26.91 y = 52.22 z = 45.51 detector = DummyHitDetector -ReadData INFO Hit x = 30.12 y = 46.54 z = 44.30 detector = DummyHitDetector +ReadData INFO Hit x = 1.23 y = 97.65 z = 226.67 detector = DummyHitDetector +ReadData INFO Hit x = 4.44 y = 91.97 z = 94.73 detector = DummyHitDetector +ReadData INFO Hit x = 7.65 y = 86.29 z = 70.23 detector = DummyHitDetector +ReadData INFO Hit x = 10.86 y = 80.61 z = 59.91 detector = DummyHitDetector +ReadData INFO Hit x = 14.07 y = 74.93 z = 54.22 detector = DummyHitDetector +ReadData INFO Hit x = 17.28 y = 69.26 z = 50.62 detector = DummyHitDetector +ReadData INFO Hit x = 20.49 y = 63.58 z = 48.13 detector = DummyHitDetector +ReadData INFO Hit x = 23.70 y = 57.90 z = 46.31 detector = DummyHitDetector +ReadData INFO Hit x = 26.91 y = 52.22 z = 44.92 detector = DummyHitDetector +ReadData INFO Hit x = 30.12 y = 46.54 z = 43.83 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 4.44 y = 91.97 z = 122.16 detector = DummyHitDetector -WriteCond INFO Hit x = 7.65 y = 86.29 z = 78.36 detector = DummyHitDetector -WriteCond INFO Hit x = 10.86 y = 80.61 z = 63.76 detector = DummyHitDetector -WriteCond INFO Hit x = 14.07 y = 74.93 z = 56.46 detector = DummyHitDetector -WriteCond INFO Hit x = 17.28 y = 69.26 z = 52.08 detector = DummyHitDetector -WriteCond INFO Hit x = 20.49 y = 63.58 z = 49.16 detector = DummyHitDetector -WriteCond INFO Hit x = 23.70 y = 57.90 z = 47.08 detector = DummyHitDetector -WriteCond INFO Hit x = 26.91 y = 52.22 z = 45.51 detector = DummyHitDetector -WriteCond INFO Hit x = 30.12 y = 46.54 z = 44.30 detector = DummyHitDetector +WriteCond INFO Hit x = 1.23 y = 97.65 z = 226.67 detector = DummyHitDetector +WriteCond INFO Hit x = 4.44 y = 91.97 z = 94.73 detector = DummyHitDetector +WriteCond INFO Hit x = 7.65 y = 86.29 z = 70.23 detector = DummyHitDetector +WriteCond INFO Hit x = 10.86 y = 80.61 z = 59.91 detector = DummyHitDetector +WriteCond INFO Hit x = 14.07 y = 74.93 z = 54.22 detector = DummyHitDetector +WriteCond INFO Hit x = 17.28 y = 69.26 z = 50.62 detector = DummyHitDetector +WriteCond INFO Hit x = 20.49 y = 63.58 z = 48.13 detector = DummyHitDetector +WriteCond INFO Hit x = 23.70 y = 57.90 z = 46.31 detector = DummyHitDetector +WriteCond INFO Hit x = 26.91 y = 52.22 z = 44.92 detector = DummyHitDetector +WriteCond INFO Hit x = 30.12 y = 46.54 z = 43.83 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #0, run #1 1 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -269,27 +265,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 1 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 101.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 104.44 y = 91.97 z = 22.16 detector = DummyHitDetector -ReadData INFO Hit x = 107.65 y = 86.29 z = -21.63 detector = DummyHitDetector -ReadData INFO Hit x = 110.86 y = 80.61 z = -36.23 detector = DummyHitDetector -ReadData INFO Hit x = 114.07 y = 74.93 z = -43.53 detector = DummyHitDetector -ReadData INFO Hit x = 117.28 y = 69.26 z = -47.91 detector = DummyHitDetector -ReadData INFO Hit x = 120.49 y = 63.58 z = -50.83 detector = DummyHitDetector -ReadData INFO Hit x = 123.70 y = 57.90 z = -52.91 detector = DummyHitDetector -ReadData INFO Hit x = 126.91 y = 52.22 z = -54.48 detector = DummyHitDetector -ReadData INFO Hit x = 130.12 y = 46.54 z = -55.69 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 101.23 y = 97.65 z = 126.67 detector = DummyHitDetector +ReadData INFO Hit x = 104.44 y = 91.97 z = -5.26 detector = DummyHitDetector +ReadData INFO Hit x = 107.65 y = 86.29 z = -29.76 detector = DummyHitDetector +ReadData INFO Hit x = 110.86 y = 80.61 z = -40.08 detector = DummyHitDetector +ReadData INFO Hit x = 114.07 y = 74.93 z = -45.77 detector = DummyHitDetector +ReadData INFO Hit x = 117.28 y = 69.26 z = -49.37 detector = DummyHitDetector +ReadData INFO Hit x = 120.49 y = 63.58 z = -51.86 detector = DummyHitDetector +ReadData INFO Hit x = 123.70 y = 57.90 z = -53.68 detector = DummyHitDetector +ReadData INFO Hit x = 126.91 y = 52.22 z = -55.07 detector = DummyHitDetector +ReadData INFO Hit x = 130.12 y = 46.54 z = -56.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 101.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 104.44 y = 91.97 z = 22.16 detector = DummyHitDetector -WriteCond INFO Hit x = 107.65 y = 86.29 z = -21.63 detector = DummyHitDetector -WriteCond INFO Hit x = 110.86 y = 80.61 z = -36.23 detector = DummyHitDetector -WriteCond INFO Hit x = 114.07 y = 74.93 z = -43.53 detector = DummyHitDetector -WriteCond INFO Hit x = 117.28 y = 69.26 z = -47.91 detector = DummyHitDetector -WriteCond INFO Hit x = 120.49 y = 63.58 z = -50.83 detector = DummyHitDetector -WriteCond INFO Hit x = 123.70 y = 57.90 z = -52.91 detector = DummyHitDetector -WriteCond INFO Hit x = 126.91 y = 52.22 z = -54.48 detector = DummyHitDetector -WriteCond INFO Hit x = 130.12 y = 46.54 z = -55.69 detector = DummyHitDetector +WriteCond INFO Hit x = 101.23 y = 97.65 z = 126.67 detector = DummyHitDetector +WriteCond INFO Hit x = 104.44 y = 91.97 z = -5.26 detector = DummyHitDetector +WriteCond INFO Hit x = 107.65 y = 86.29 z = -29.76 detector = DummyHitDetector +WriteCond INFO Hit x = 110.86 y = 80.61 z = -40.08 detector = DummyHitDetector +WriteCond INFO Hit x = 114.07 y = 74.93 z = -45.77 detector = DummyHitDetector +WriteCond INFO Hit x = 117.28 y = 69.26 z = -49.37 detector = DummyHitDetector +WriteCond INFO Hit x = 120.49 y = 63.58 z = -51.86 detector = DummyHitDetector +WriteCond INFO Hit x = 123.70 y = 57.90 z = -53.68 detector = DummyHitDetector +WriteCond INFO Hit x = 126.91 y = 52.22 z = -55.07 detector = DummyHitDetector +WriteCond INFO Hit x = 130.12 y = 46.54 z = -56.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #1, run #1 2 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -311,27 +308,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 2 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 201.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 204.44 y = 91.97 z = -77.83 detector = DummyHitDetector -ReadData INFO Hit x = 207.65 y = 86.29 z = -121.63 detector = DummyHitDetector -ReadData INFO Hit x = 210.86 y = 80.61 z = -136.23 detector = DummyHitDetector -ReadData INFO Hit x = 214.07 y = 74.93 z = -143.53 detector = DummyHitDetector -ReadData INFO Hit x = 217.28 y = 69.26 z = -147.91 detector = DummyHitDetector -ReadData INFO Hit x = 220.49 y = 63.58 z = -150.83 detector = DummyHitDetector -ReadData INFO Hit x = 223.70 y = 57.90 z = -152.91 detector = DummyHitDetector -ReadData INFO Hit x = 226.91 y = 52.22 z = -154.48 detector = DummyHitDetector -ReadData INFO Hit x = 230.12 y = 46.54 z = -155.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 201.23 y = 97.65 z = 26.67 detector = DummyHitDetector +ReadData INFO Hit x = 204.44 y = 91.97 z = -105.26 detector = DummyHitDetector +ReadData INFO Hit x = 207.65 y = 86.29 z = -129.76 detector = DummyHitDetector +ReadData INFO Hit x = 210.86 y = 80.61 z = -140.08 detector = DummyHitDetector +ReadData INFO Hit x = 214.07 y = 74.93 z = -145.77 detector = DummyHitDetector +ReadData INFO Hit x = 217.28 y = 69.26 z = -149.37 detector = DummyHitDetector +ReadData INFO Hit x = 220.49 y = 63.58 z = -151.86 detector = DummyHitDetector +ReadData INFO Hit x = 223.70 y = 57.90 z = -153.68 detector = DummyHitDetector +ReadData INFO Hit x = 226.91 y = 52.22 z = -155.07 detector = DummyHitDetector +ReadData INFO Hit x = 230.12 y = 46.54 z = -156.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 201.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 204.44 y = 91.97 z = -77.83 detector = DummyHitDetector -WriteCond INFO Hit x = 207.65 y = 86.29 z = -121.63 detector = DummyHitDetector -WriteCond INFO Hit x = 210.86 y = 80.61 z = -136.23 detector = DummyHitDetector -WriteCond INFO Hit x = 214.07 y = 74.93 z = -143.53 detector = DummyHitDetector -WriteCond INFO Hit x = 217.28 y = 69.26 z = -147.91 detector = DummyHitDetector -WriteCond INFO Hit x = 220.49 y = 63.58 z = -150.83 detector = DummyHitDetector -WriteCond INFO Hit x = 223.70 y = 57.90 z = -152.91 detector = DummyHitDetector -WriteCond INFO Hit x = 226.91 y = 52.22 z = -154.48 detector = DummyHitDetector -WriteCond INFO Hit x = 230.12 y = 46.54 z = -155.7 detector = DummyHitDetector +WriteCond INFO Hit x = 201.23 y = 97.65 z = 26.67 detector = DummyHitDetector +WriteCond INFO Hit x = 204.44 y = 91.97 z = -105.26 detector = DummyHitDetector +WriteCond INFO Hit x = 207.65 y = 86.29 z = -129.76 detector = DummyHitDetector +WriteCond INFO Hit x = 210.86 y = 80.61 z = -140.08 detector = DummyHitDetector +WriteCond INFO Hit x = 214.07 y = 74.93 z = -145.77 detector = DummyHitDetector +WriteCond INFO Hit x = 217.28 y = 69.26 z = -149.37 detector = DummyHitDetector +WriteCond INFO Hit x = 220.49 y = 63.58 z = -151.86 detector = DummyHitDetector +WriteCond INFO Hit x = 223.70 y = 57.90 z = -153.68 detector = DummyHitDetector +WriteCond INFO Hit x = 226.91 y = 52.22 z = -155.07 detector = DummyHitDetector +WriteCond INFO Hit x = 230.12 y = 46.54 z = -156.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #2, run #1 3 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -353,27 +351,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 3 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 301.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 304.44 y = 91.97 z = -177.83 detector = DummyHitDetector -ReadData INFO Hit x = 307.65 y = 86.29 z = -221.63 detector = DummyHitDetector -ReadData INFO Hit x = 310.86 y = 80.61 z = -236.23 detector = DummyHitDetector -ReadData INFO Hit x = 314.07 y = 74.93 z = -243.53 detector = DummyHitDetector -ReadData INFO Hit x = 317.28 y = 69.26 z = -247.91 detector = DummyHitDetector -ReadData INFO Hit x = 320.49 y = 63.58 z = -250.83 detector = DummyHitDetector -ReadData INFO Hit x = 323.70 y = 57.90 z = -252.91 detector = DummyHitDetector -ReadData INFO Hit x = 326.91 y = 52.22 z = -254.48 detector = DummyHitDetector -ReadData INFO Hit x = 330.12 y = 46.54 z = -255.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 301.23 y = 97.65 z = -73.32 detector = DummyHitDetector +ReadData INFO Hit x = 304.44 y = 91.97 z = -205.26 detector = DummyHitDetector +ReadData INFO Hit x = 307.65 y = 86.29 z = -229.76 detector = DummyHitDetector +ReadData INFO Hit x = 310.86 y = 80.61 z = -240.08 detector = DummyHitDetector +ReadData INFO Hit x = 314.07 y = 74.93 z = -245.77 detector = DummyHitDetector +ReadData INFO Hit x = 317.28 y = 69.26 z = -249.37 detector = DummyHitDetector +ReadData INFO Hit x = 320.49 y = 63.58 z = -251.86 detector = DummyHitDetector +ReadData INFO Hit x = 323.70 y = 57.90 z = -253.68 detector = DummyHitDetector +ReadData INFO Hit x = 326.91 y = 52.22 z = -255.07 detector = DummyHitDetector +ReadData INFO Hit x = 330.12 y = 46.54 z = -256.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 301.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 304.44 y = 91.97 z = -177.83 detector = DummyHitDetector -WriteCond INFO Hit x = 307.65 y = 86.29 z = -221.63 detector = DummyHitDetector -WriteCond INFO Hit x = 310.86 y = 80.61 z = -236.23 detector = DummyHitDetector -WriteCond INFO Hit x = 314.07 y = 74.93 z = -243.53 detector = DummyHitDetector -WriteCond INFO Hit x = 317.28 y = 69.26 z = -247.91 detector = DummyHitDetector -WriteCond INFO Hit x = 320.49 y = 63.58 z = -250.83 detector = DummyHitDetector -WriteCond INFO Hit x = 323.70 y = 57.90 z = -252.91 detector = DummyHitDetector -WriteCond INFO Hit x = 326.91 y = 52.22 z = -254.48 detector = DummyHitDetector -WriteCond INFO Hit x = 330.12 y = 46.54 z = -255.7 detector = DummyHitDetector +WriteCond INFO Hit x = 301.23 y = 97.65 z = -73.32 detector = DummyHitDetector +WriteCond INFO Hit x = 304.44 y = 91.97 z = -205.26 detector = DummyHitDetector +WriteCond INFO Hit x = 307.65 y = 86.29 z = -229.76 detector = DummyHitDetector +WriteCond INFO Hit x = 310.86 y = 80.61 z = -240.08 detector = DummyHitDetector +WriteCond INFO Hit x = 314.07 y = 74.93 z = -245.77 detector = DummyHitDetector +WriteCond INFO Hit x = 317.28 y = 69.26 z = -249.37 detector = DummyHitDetector +WriteCond INFO Hit x = 320.49 y = 63.58 z = -251.86 detector = DummyHitDetector +WriteCond INFO Hit x = 323.70 y = 57.90 z = -253.68 detector = DummyHitDetector +WriteCond INFO Hit x = 326.91 y = 52.22 z = -255.07 detector = DummyHitDetector +WriteCond INFO Hit x = 330.12 y = 46.54 z = -256.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #3, run #1 4 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -395,27 +394,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 4 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 401.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 404.44 y = 91.97 z = -277.83 detector = DummyHitDetector -ReadData INFO Hit x = 407.65 y = 86.29 z = -321.63 detector = DummyHitDetector -ReadData INFO Hit x = 410.86 y = 80.61 z = -336.23 detector = DummyHitDetector -ReadData INFO Hit x = 414.07 y = 74.93 z = -343.53 detector = DummyHitDetector -ReadData INFO Hit x = 417.28 y = 69.26 z = -347.91 detector = DummyHitDetector -ReadData INFO Hit x = 420.49 y = 63.58 z = -350.83 detector = DummyHitDetector -ReadData INFO Hit x = 423.70 y = 57.90 z = -352.91 detector = DummyHitDetector -ReadData INFO Hit x = 426.91 y = 52.22 z = -354.48 detector = DummyHitDetector -ReadData INFO Hit x = 430.12 y = 46.54 z = -355.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 401.23 y = 97.65 z = -173.32 detector = DummyHitDetector +ReadData INFO Hit x = 404.44 y = 91.97 z = -305.26 detector = DummyHitDetector +ReadData INFO Hit x = 407.65 y = 86.29 z = -329.76 detector = DummyHitDetector +ReadData INFO Hit x = 410.86 y = 80.61 z = -340.08 detector = DummyHitDetector +ReadData INFO Hit x = 414.07 y = 74.93 z = -345.77 detector = DummyHitDetector +ReadData INFO Hit x = 417.28 y = 69.26 z = -349.37 detector = DummyHitDetector +ReadData INFO Hit x = 420.49 y = 63.58 z = -351.86 detector = DummyHitDetector +ReadData INFO Hit x = 423.70 y = 57.90 z = -353.68 detector = DummyHitDetector +ReadData INFO Hit x = 426.91 y = 52.22 z = -355.07 detector = DummyHitDetector +ReadData INFO Hit x = 430.12 y = 46.54 z = -356.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 401.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 404.44 y = 91.97 z = -277.83 detector = DummyHitDetector -WriteCond INFO Hit x = 407.65 y = 86.29 z = -321.63 detector = DummyHitDetector -WriteCond INFO Hit x = 410.86 y = 80.61 z = -336.23 detector = DummyHitDetector -WriteCond INFO Hit x = 414.07 y = 74.93 z = -343.53 detector = DummyHitDetector -WriteCond INFO Hit x = 417.28 y = 69.26 z = -347.91 detector = DummyHitDetector -WriteCond INFO Hit x = 420.49 y = 63.58 z = -350.83 detector = DummyHitDetector -WriteCond INFO Hit x = 423.70 y = 57.90 z = -352.91 detector = DummyHitDetector -WriteCond INFO Hit x = 426.91 y = 52.22 z = -354.48 detector = DummyHitDetector -WriteCond INFO Hit x = 430.12 y = 46.54 z = -355.7 detector = DummyHitDetector +WriteCond INFO Hit x = 401.23 y = 97.65 z = -173.32 detector = DummyHitDetector +WriteCond INFO Hit x = 404.44 y = 91.97 z = -305.26 detector = DummyHitDetector +WriteCond INFO Hit x = 407.65 y = 86.29 z = -329.76 detector = DummyHitDetector +WriteCond INFO Hit x = 410.86 y = 80.61 z = -340.08 detector = DummyHitDetector +WriteCond INFO Hit x = 414.07 y = 74.93 z = -345.77 detector = DummyHitDetector +WriteCond INFO Hit x = 417.28 y = 69.26 z = -349.37 detector = DummyHitDetector +WriteCond INFO Hit x = 420.49 y = 63.58 z = -351.86 detector = DummyHitDetector +WriteCond INFO Hit x = 423.70 y = 57.90 z = -353.68 detector = DummyHitDetector +WriteCond INFO Hit x = 426.91 y = 52.22 z = -355.07 detector = DummyHitDetector +WriteCond INFO Hit x = 430.12 y = 46.54 z = -356.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #4, run #1 5 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -437,27 +437,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 5 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 501.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 504.44 y = 91.97 z = -377.83 detector = DummyHitDetector -ReadData INFO Hit x = 507.65 y = 86.29 z = -421.63 detector = DummyHitDetector -ReadData INFO Hit x = 510.86 y = 80.61 z = -436.23 detector = DummyHitDetector -ReadData INFO Hit x = 514.07 y = 74.93 z = -443.53 detector = DummyHitDetector -ReadData INFO Hit x = 517.28 y = 69.26 z = -447.91 detector = DummyHitDetector -ReadData INFO Hit x = 520.49 y = 63.58 z = -450.83 detector = DummyHitDetector -ReadData INFO Hit x = 523.70 y = 57.90 z = -452.91 detector = DummyHitDetector -ReadData INFO Hit x = 526.91 y = 52.22 z = -454.48 detector = DummyHitDetector -ReadData INFO Hit x = 530.12 y = 46.54 z = -455.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 501.23 y = 97.65 z = -273.32 detector = DummyHitDetector +ReadData INFO Hit x = 504.44 y = 91.97 z = -405.26 detector = DummyHitDetector +ReadData INFO Hit x = 507.65 y = 86.29 z = -429.76 detector = DummyHitDetector +ReadData INFO Hit x = 510.86 y = 80.61 z = -440.08 detector = DummyHitDetector +ReadData INFO Hit x = 514.07 y = 74.93 z = -445.77 detector = DummyHitDetector +ReadData INFO Hit x = 517.28 y = 69.26 z = -449.37 detector = DummyHitDetector +ReadData INFO Hit x = 520.49 y = 63.58 z = -451.86 detector = DummyHitDetector +ReadData INFO Hit x = 523.70 y = 57.90 z = -453.68 detector = DummyHitDetector +ReadData INFO Hit x = 526.91 y = 52.22 z = -455.07 detector = DummyHitDetector +ReadData INFO Hit x = 530.12 y = 46.54 z = -456.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 501.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 504.44 y = 91.97 z = -377.83 detector = DummyHitDetector -WriteCond INFO Hit x = 507.65 y = 86.29 z = -421.63 detector = DummyHitDetector -WriteCond INFO Hit x = 510.86 y = 80.61 z = -436.23 detector = DummyHitDetector -WriteCond INFO Hit x = 514.07 y = 74.93 z = -443.53 detector = DummyHitDetector -WriteCond INFO Hit x = 517.28 y = 69.26 z = -447.91 detector = DummyHitDetector -WriteCond INFO Hit x = 520.49 y = 63.58 z = -450.83 detector = DummyHitDetector -WriteCond INFO Hit x = 523.70 y = 57.90 z = -452.91 detector = DummyHitDetector -WriteCond INFO Hit x = 526.91 y = 52.22 z = -454.48 detector = DummyHitDetector -WriteCond INFO Hit x = 530.12 y = 46.54 z = -455.7 detector = DummyHitDetector +WriteCond INFO Hit x = 501.23 y = 97.65 z = -273.32 detector = DummyHitDetector +WriteCond INFO Hit x = 504.44 y = 91.97 z = -405.26 detector = DummyHitDetector +WriteCond INFO Hit x = 507.65 y = 86.29 z = -429.76 detector = DummyHitDetector +WriteCond INFO Hit x = 510.86 y = 80.61 z = -440.08 detector = DummyHitDetector +WriteCond INFO Hit x = 514.07 y = 74.93 z = -445.77 detector = DummyHitDetector +WriteCond INFO Hit x = 517.28 y = 69.26 z = -449.37 detector = DummyHitDetector +WriteCond INFO Hit x = 520.49 y = 63.58 z = -451.86 detector = DummyHitDetector +WriteCond INFO Hit x = 523.70 y = 57.90 z = -453.68 detector = DummyHitDetector +WriteCond INFO Hit x = 526.91 y = 52.22 z = -455.07 detector = DummyHitDetector +WriteCond INFO Hit x = 530.12 y = 46.54 z = -456.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #5, run #1 6 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -479,27 +480,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 6 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 601.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 604.44 y = 91.97 z = -477.83 detector = DummyHitDetector -ReadData INFO Hit x = 607.65 y = 86.29 z = -521.63 detector = DummyHitDetector -ReadData INFO Hit x = 610.86 y = 80.61 z = -536.23 detector = DummyHitDetector -ReadData INFO Hit x = 614.07 y = 74.93 z = -543.53 detector = DummyHitDetector -ReadData INFO Hit x = 617.28 y = 69.26 z = -547.91 detector = DummyHitDetector -ReadData INFO Hit x = 620.49 y = 63.58 z = -550.83 detector = DummyHitDetector -ReadData INFO Hit x = 623.70 y = 57.90 z = -552.91 detector = DummyHitDetector -ReadData INFO Hit x = 626.91 y = 52.22 z = -554.48 detector = DummyHitDetector -ReadData INFO Hit x = 630.12 y = 46.54 z = -555.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 601.23 y = 97.65 z = -373.32 detector = DummyHitDetector +ReadData INFO Hit x = 604.44 y = 91.97 z = -505.26 detector = DummyHitDetector +ReadData INFO Hit x = 607.65 y = 86.29 z = -529.76 detector = DummyHitDetector +ReadData INFO Hit x = 610.86 y = 80.61 z = -540.08 detector = DummyHitDetector +ReadData INFO Hit x = 614.07 y = 74.93 z = -545.77 detector = DummyHitDetector +ReadData INFO Hit x = 617.28 y = 69.26 z = -549.37 detector = DummyHitDetector +ReadData INFO Hit x = 620.49 y = 63.58 z = -551.86 detector = DummyHitDetector +ReadData INFO Hit x = 623.70 y = 57.90 z = -553.68 detector = DummyHitDetector +ReadData INFO Hit x = 626.91 y = 52.22 z = -555.07 detector = DummyHitDetector +ReadData INFO Hit x = 630.12 y = 46.54 z = -556.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 601.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 604.44 y = 91.97 z = -477.83 detector = DummyHitDetector -WriteCond INFO Hit x = 607.65 y = 86.29 z = -521.63 detector = DummyHitDetector -WriteCond INFO Hit x = 610.86 y = 80.61 z = -536.23 detector = DummyHitDetector -WriteCond INFO Hit x = 614.07 y = 74.93 z = -543.53 detector = DummyHitDetector -WriteCond INFO Hit x = 617.28 y = 69.26 z = -547.91 detector = DummyHitDetector -WriteCond INFO Hit x = 620.49 y = 63.58 z = -550.83 detector = DummyHitDetector -WriteCond INFO Hit x = 623.70 y = 57.90 z = -552.91 detector = DummyHitDetector -WriteCond INFO Hit x = 626.91 y = 52.22 z = -554.48 detector = DummyHitDetector -WriteCond INFO Hit x = 630.12 y = 46.54 z = -555.7 detector = DummyHitDetector +WriteCond INFO Hit x = 601.23 y = 97.65 z = -373.32 detector = DummyHitDetector +WriteCond INFO Hit x = 604.44 y = 91.97 z = -505.26 detector = DummyHitDetector +WriteCond INFO Hit x = 607.65 y = 86.29 z = -529.76 detector = DummyHitDetector +WriteCond INFO Hit x = 610.86 y = 80.61 z = -540.08 detector = DummyHitDetector +WriteCond INFO Hit x = 614.07 y = 74.93 z = -545.77 detector = DummyHitDetector +WriteCond INFO Hit x = 617.28 y = 69.26 z = -549.37 detector = DummyHitDetector +WriteCond INFO Hit x = 620.49 y = 63.58 z = -551.86 detector = DummyHitDetector +WriteCond INFO Hit x = 623.70 y = 57.90 z = -553.68 detector = DummyHitDetector +WriteCond INFO Hit x = 626.91 y = 52.22 z = -555.07 detector = DummyHitDetector +WriteCond INFO Hit x = 630.12 y = 46.54 z = -556.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #6, run #1 7 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -521,27 +523,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 7 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 701.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 704.44 y = 91.97 z = -577.83 detector = DummyHitDetector -ReadData INFO Hit x = 707.65 y = 86.29 z = -621.63 detector = DummyHitDetector -ReadData INFO Hit x = 710.86 y = 80.61 z = -636.23 detector = DummyHitDetector -ReadData INFO Hit x = 714.07 y = 74.93 z = -643.53 detector = DummyHitDetector -ReadData INFO Hit x = 717.28 y = 69.26 z = -647.91 detector = DummyHitDetector -ReadData INFO Hit x = 720.49 y = 63.58 z = -650.83 detector = DummyHitDetector -ReadData INFO Hit x = 723.70 y = 57.90 z = -652.91 detector = DummyHitDetector -ReadData INFO Hit x = 726.91 y = 52.22 z = -654.48 detector = DummyHitDetector -ReadData INFO Hit x = 730.12 y = 46.54 z = -655.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 701.23 y = 97.65 z = -473.32 detector = DummyHitDetector +ReadData INFO Hit x = 704.44 y = 91.97 z = -605.26 detector = DummyHitDetector +ReadData INFO Hit x = 707.65 y = 86.29 z = -629.76 detector = DummyHitDetector +ReadData INFO Hit x = 710.86 y = 80.61 z = -640.08 detector = DummyHitDetector +ReadData INFO Hit x = 714.07 y = 74.93 z = -645.77 detector = DummyHitDetector +ReadData INFO Hit x = 717.28 y = 69.26 z = -649.37 detector = DummyHitDetector +ReadData INFO Hit x = 720.49 y = 63.58 z = -651.86 detector = DummyHitDetector +ReadData INFO Hit x = 723.70 y = 57.90 z = -653.68 detector = DummyHitDetector +ReadData INFO Hit x = 726.91 y = 52.22 z = -655.07 detector = DummyHitDetector +ReadData INFO Hit x = 730.12 y = 46.54 z = -656.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 701.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 704.44 y = 91.97 z = -577.83 detector = DummyHitDetector -WriteCond INFO Hit x = 707.65 y = 86.29 z = -621.63 detector = DummyHitDetector -WriteCond INFO Hit x = 710.86 y = 80.61 z = -636.23 detector = DummyHitDetector -WriteCond INFO Hit x = 714.07 y = 74.93 z = -643.53 detector = DummyHitDetector -WriteCond INFO Hit x = 717.28 y = 69.26 z = -647.91 detector = DummyHitDetector -WriteCond INFO Hit x = 720.49 y = 63.58 z = -650.83 detector = DummyHitDetector -WriteCond INFO Hit x = 723.70 y = 57.90 z = -652.91 detector = DummyHitDetector -WriteCond INFO Hit x = 726.91 y = 52.22 z = -654.48 detector = DummyHitDetector -WriteCond INFO Hit x = 730.12 y = 46.54 z = -655.7 detector = DummyHitDetector +WriteCond INFO Hit x = 701.23 y = 97.65 z = -473.32 detector = DummyHitDetector +WriteCond INFO Hit x = 704.44 y = 91.97 z = -605.26 detector = DummyHitDetector +WriteCond INFO Hit x = 707.65 y = 86.29 z = -629.76 detector = DummyHitDetector +WriteCond INFO Hit x = 710.86 y = 80.61 z = -640.08 detector = DummyHitDetector +WriteCond INFO Hit x = 714.07 y = 74.93 z = -645.77 detector = DummyHitDetector +WriteCond INFO Hit x = 717.28 y = 69.26 z = -649.37 detector = DummyHitDetector +WriteCond INFO Hit x = 720.49 y = 63.58 z = -651.86 detector = DummyHitDetector +WriteCond INFO Hit x = 723.70 y = 57.90 z = -653.68 detector = DummyHitDetector +WriteCond INFO Hit x = 726.91 y = 52.22 z = -655.07 detector = DummyHitDetector +WriteCond INFO Hit x = 730.12 y = 46.54 z = -656.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #7, run #1 8 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -563,27 +566,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 8 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 801.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 804.44 y = 91.97 z = -677.83 detector = DummyHitDetector -ReadData INFO Hit x = 807.65 y = 86.29 z = -721.63 detector = DummyHitDetector -ReadData INFO Hit x = 810.86 y = 80.61 z = -736.23 detector = DummyHitDetector -ReadData INFO Hit x = 814.07 y = 74.93 z = -743.53 detector = DummyHitDetector -ReadData INFO Hit x = 817.28 y = 69.26 z = -747.91 detector = DummyHitDetector -ReadData INFO Hit x = 820.49 y = 63.58 z = -750.83 detector = DummyHitDetector -ReadData INFO Hit x = 823.70 y = 57.90 z = -752.91 detector = DummyHitDetector -ReadData INFO Hit x = 826.91 y = 52.22 z = -754.48 detector = DummyHitDetector -ReadData INFO Hit x = 830.12 y = 46.54 z = -755.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 801.23 y = 97.65 z = -573.32 detector = DummyHitDetector +ReadData INFO Hit x = 804.44 y = 91.97 z = -705.26 detector = DummyHitDetector +ReadData INFO Hit x = 807.65 y = 86.29 z = -729.76 detector = DummyHitDetector +ReadData INFO Hit x = 810.86 y = 80.61 z = -740.08 detector = DummyHitDetector +ReadData INFO Hit x = 814.07 y = 74.93 z = -745.77 detector = DummyHitDetector +ReadData INFO Hit x = 817.28 y = 69.26 z = -749.37 detector = DummyHitDetector +ReadData INFO Hit x = 820.49 y = 63.58 z = -751.86 detector = DummyHitDetector +ReadData INFO Hit x = 823.70 y = 57.90 z = -753.68 detector = DummyHitDetector +ReadData INFO Hit x = 826.91 y = 52.22 z = -755.07 detector = DummyHitDetector +ReadData INFO Hit x = 830.12 y = 46.54 z = -756.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 801.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 804.44 y = 91.97 z = -677.83 detector = DummyHitDetector -WriteCond INFO Hit x = 807.65 y = 86.29 z = -721.63 detector = DummyHitDetector -WriteCond INFO Hit x = 810.86 y = 80.61 z = -736.23 detector = DummyHitDetector -WriteCond INFO Hit x = 814.07 y = 74.93 z = -743.53 detector = DummyHitDetector -WriteCond INFO Hit x = 817.28 y = 69.26 z = -747.91 detector = DummyHitDetector -WriteCond INFO Hit x = 820.49 y = 63.58 z = -750.83 detector = DummyHitDetector -WriteCond INFO Hit x = 823.70 y = 57.90 z = -752.91 detector = DummyHitDetector -WriteCond INFO Hit x = 826.91 y = 52.22 z = -754.48 detector = DummyHitDetector -WriteCond INFO Hit x = 830.12 y = 46.54 z = -755.7 detector = DummyHitDetector +WriteCond INFO Hit x = 801.23 y = 97.65 z = -573.32 detector = DummyHitDetector +WriteCond INFO Hit x = 804.44 y = 91.97 z = -705.26 detector = DummyHitDetector +WriteCond INFO Hit x = 807.65 y = 86.29 z = -729.76 detector = DummyHitDetector +WriteCond INFO Hit x = 810.86 y = 80.61 z = -740.08 detector = DummyHitDetector +WriteCond INFO Hit x = 814.07 y = 74.93 z = -745.77 detector = DummyHitDetector +WriteCond INFO Hit x = 817.28 y = 69.26 z = -749.37 detector = DummyHitDetector +WriteCond INFO Hit x = 820.49 y = 63.58 z = -751.86 detector = DummyHitDetector +WriteCond INFO Hit x = 823.70 y = 57.90 z = -753.68 detector = DummyHitDetector +WriteCond INFO Hit x = 826.91 y = 52.22 z = -755.07 detector = DummyHitDetector +WriteCond INFO Hit x = 830.12 y = 46.54 z = -756.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #8, run #1 9 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -605,27 +609,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 9 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 901.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 904.44 y = 91.97 z = -777.83 detector = DummyHitDetector -ReadData INFO Hit x = 907.65 y = 86.29 z = -821.63 detector = DummyHitDetector -ReadData INFO Hit x = 910.86 y = 80.61 z = -836.23 detector = DummyHitDetector -ReadData INFO Hit x = 914.07 y = 74.93 z = -843.53 detector = DummyHitDetector -ReadData INFO Hit x = 917.28 y = 69.26 z = -847.91 detector = DummyHitDetector -ReadData INFO Hit x = 920.49 y = 63.58 z = -850.83 detector = DummyHitDetector -ReadData INFO Hit x = 923.70 y = 57.90 z = -852.91 detector = DummyHitDetector -ReadData INFO Hit x = 926.91 y = 52.22 z = -854.48 detector = DummyHitDetector -ReadData INFO Hit x = 930.12 y = 46.54 z = -855.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 901.23 y = 97.65 z = -673.32 detector = DummyHitDetector +ReadData INFO Hit x = 904.44 y = 91.97 z = -805.26 detector = DummyHitDetector +ReadData INFO Hit x = 907.65 y = 86.29 z = -829.76 detector = DummyHitDetector +ReadData INFO Hit x = 910.86 y = 80.61 z = -840.08 detector = DummyHitDetector +ReadData INFO Hit x = 914.07 y = 74.93 z = -845.77 detector = DummyHitDetector +ReadData INFO Hit x = 917.28 y = 69.26 z = -849.37 detector = DummyHitDetector +ReadData INFO Hit x = 920.49 y = 63.58 z = -851.86 detector = DummyHitDetector +ReadData INFO Hit x = 923.70 y = 57.90 z = -853.68 detector = DummyHitDetector +ReadData INFO Hit x = 926.91 y = 52.22 z = -855.07 detector = DummyHitDetector +ReadData INFO Hit x = 930.12 y = 46.54 z = -856.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 901.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 904.44 y = 91.97 z = -777.83 detector = DummyHitDetector -WriteCond INFO Hit x = 907.65 y = 86.29 z = -821.63 detector = DummyHitDetector -WriteCond INFO Hit x = 910.86 y = 80.61 z = -836.23 detector = DummyHitDetector -WriteCond INFO Hit x = 914.07 y = 74.93 z = -843.53 detector = DummyHitDetector -WriteCond INFO Hit x = 917.28 y = 69.26 z = -847.91 detector = DummyHitDetector -WriteCond INFO Hit x = 920.49 y = 63.58 z = -850.83 detector = DummyHitDetector -WriteCond INFO Hit x = 923.70 y = 57.90 z = -852.91 detector = DummyHitDetector -WriteCond INFO Hit x = 926.91 y = 52.22 z = -854.48 detector = DummyHitDetector -WriteCond INFO Hit x = 930.12 y = 46.54 z = -855.7 detector = DummyHitDetector +WriteCond INFO Hit x = 901.23 y = 97.65 z = -673.32 detector = DummyHitDetector +WriteCond INFO Hit x = 904.44 y = 91.97 z = -805.26 detector = DummyHitDetector +WriteCond INFO Hit x = 907.65 y = 86.29 z = -829.76 detector = DummyHitDetector +WriteCond INFO Hit x = 910.86 y = 80.61 z = -840.08 detector = DummyHitDetector +WriteCond INFO Hit x = 914.07 y = 74.93 z = -845.77 detector = DummyHitDetector +WriteCond INFO Hit x = 917.28 y = 69.26 z = -849.37 detector = DummyHitDetector +WriteCond INFO Hit x = 920.49 y = 63.58 z = -851.86 detector = DummyHitDetector +WriteCond INFO Hit x = 923.70 y = 57.90 z = -853.68 detector = DummyHitDetector +WriteCond INFO Hit x = 926.91 y = 52.22 z = -855.07 detector = DummyHitDetector +WriteCond INFO Hit x = 930.12 y = 46.54 z = -856.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #9, run #1 10 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -647,27 +652,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 10 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1001.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1004.44 y = 91.97 z = -877.83 detector = DummyHitDetector -ReadData INFO Hit x = 1007.65 y = 86.29 z = -921.63 detector = DummyHitDetector -ReadData INFO Hit x = 1010.86 y = 80.61 z = -936.23 detector = DummyHitDetector -ReadData INFO Hit x = 1014.07 y = 74.93 z = -943.53 detector = DummyHitDetector -ReadData INFO Hit x = 1017.28 y = 69.26 z = -947.91 detector = DummyHitDetector -ReadData INFO Hit x = 1020.49 y = 63.58 z = -950.83 detector = DummyHitDetector -ReadData INFO Hit x = 1023.7 y = 57.90 z = -952.91 detector = DummyHitDetector -ReadData INFO Hit x = 1026.91 y = 52.22 z = -954.48 detector = DummyHitDetector -ReadData INFO Hit x = 1030.12 y = 46.54 z = -955.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1001.23 y = 97.65 z = -773.32 detector = DummyHitDetector +ReadData INFO Hit x = 1004.44 y = 91.97 z = -905.26 detector = DummyHitDetector +ReadData INFO Hit x = 1007.65 y = 86.29 z = -929.76 detector = DummyHitDetector +ReadData INFO Hit x = 1010.86 y = 80.61 z = -940.08 detector = DummyHitDetector +ReadData INFO Hit x = 1014.07 y = 74.93 z = -945.77 detector = DummyHitDetector +ReadData INFO Hit x = 1017.28 y = 69.26 z = -949.37 detector = DummyHitDetector +ReadData INFO Hit x = 1020.49 y = 63.58 z = -951.86 detector = DummyHitDetector +ReadData INFO Hit x = 1023.7 y = 57.90 z = -953.68 detector = DummyHitDetector +ReadData INFO Hit x = 1026.91 y = 52.22 z = -955.07 detector = DummyHitDetector +ReadData INFO Hit x = 1030.12 y = 46.54 z = -956.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1001.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1004.44 y = 91.97 z = -877.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1007.65 y = 86.29 z = -921.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1010.86 y = 80.61 z = -936.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1014.07 y = 74.93 z = -943.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1017.28 y = 69.26 z = -947.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1020.49 y = 63.58 z = -950.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1023.7 y = 57.90 z = -952.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1026.91 y = 52.22 z = -954.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1030.12 y = 46.54 z = -955.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1001.23 y = 97.65 z = -773.32 detector = DummyHitDetector +WriteCond INFO Hit x = 1004.44 y = 91.97 z = -905.26 detector = DummyHitDetector +WriteCond INFO Hit x = 1007.65 y = 86.29 z = -929.76 detector = DummyHitDetector +WriteCond INFO Hit x = 1010.86 y = 80.61 z = -940.08 detector = DummyHitDetector +WriteCond INFO Hit x = 1014.07 y = 74.93 z = -945.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1017.28 y = 69.26 z = -949.37 detector = DummyHitDetector +WriteCond INFO Hit x = 1020.49 y = 63.58 z = -951.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1023.7 y = 57.90 z = -953.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1026.91 y = 52.22 z = -955.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1030.12 y = 46.54 z = -956.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #10, run #1 11 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -689,27 +695,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 11 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1101.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1104.44 y = 91.97 z = -977.83 detector = DummyHitDetector -ReadData INFO Hit x = 1107.65 y = 86.29 z = -1021.63 detector = DummyHitDetector -ReadData INFO Hit x = 1110.86 y = 80.61 z = -1036.23 detector = DummyHitDetector -ReadData INFO Hit x = 1114.07 y = 74.93 z = -1043.53 detector = DummyHitDetector -ReadData INFO Hit x = 1117.28 y = 69.26 z = -1047.91 detector = DummyHitDetector -ReadData INFO Hit x = 1120.49 y = 63.58 z = -1050.83 detector = DummyHitDetector -ReadData INFO Hit x = 1123.7 y = 57.90 z = -1052.92 detector = DummyHitDetector -ReadData INFO Hit x = 1126.91 y = 52.22 z = -1054.48 detector = DummyHitDetector -ReadData INFO Hit x = 1130.12 y = 46.54 z = -1055.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1101.23 y = 97.65 z = -873.32 detector = DummyHitDetector +ReadData INFO Hit x = 1104.44 y = 91.97 z = -1005.27 detector = DummyHitDetector +ReadData INFO Hit x = 1107.65 y = 86.29 z = -1029.77 detector = DummyHitDetector +ReadData INFO Hit x = 1110.86 y = 80.61 z = -1040.09 detector = DummyHitDetector +ReadData INFO Hit x = 1114.07 y = 74.93 z = -1045.77 detector = DummyHitDetector +ReadData INFO Hit x = 1117.28 y = 69.26 z = -1049.38 detector = DummyHitDetector +ReadData INFO Hit x = 1120.49 y = 63.58 z = -1051.86 detector = DummyHitDetector +ReadData INFO Hit x = 1123.7 y = 57.90 z = -1053.68 detector = DummyHitDetector +ReadData INFO Hit x = 1126.91 y = 52.22 z = -1055.07 detector = DummyHitDetector +ReadData INFO Hit x = 1130.12 y = 46.54 z = -1056.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1101.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1104.44 y = 91.97 z = -977.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1107.65 y = 86.29 z = -1021.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1110.86 y = 80.61 z = -1036.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1114.07 y = 74.93 z = -1043.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1117.28 y = 69.26 z = -1047.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1120.49 y = 63.58 z = -1050.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1123.7 y = 57.90 z = -1052.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1126.91 y = 52.22 z = -1054.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1130.12 y = 46.54 z = -1055.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1101.23 y = 97.65 z = -873.32 detector = DummyHitDetector +WriteCond INFO Hit x = 1104.44 y = 91.97 z = -1005.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1107.65 y = 86.29 z = -1029.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1110.86 y = 80.61 z = -1040.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1114.07 y = 74.93 z = -1045.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1117.28 y = 69.26 z = -1049.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1120.49 y = 63.58 z = -1051.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1123.7 y = 57.90 z = -1053.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1126.91 y = 52.22 z = -1055.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1130.12 y = 46.54 z = -1056.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #11, run #1 12 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -731,27 +738,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 12 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1201.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1204.44 y = 91.97 z = -1077.83 detector = DummyHitDetector -ReadData INFO Hit x = 1207.65 y = 86.29 z = -1121.63 detector = DummyHitDetector -ReadData INFO Hit x = 1210.86 y = 80.61 z = -1136.23 detector = DummyHitDetector -ReadData INFO Hit x = 1214.07 y = 74.93 z = -1143.53 detector = DummyHitDetector -ReadData INFO Hit x = 1217.28 y = 69.26 z = -1147.91 detector = DummyHitDetector -ReadData INFO Hit x = 1220.49 y = 63.58 z = -1150.83 detector = DummyHitDetector -ReadData INFO Hit x = 1223.7 y = 57.90 z = -1152.92 detector = DummyHitDetector -ReadData INFO Hit x = 1226.91 y = 52.22 z = -1154.48 detector = DummyHitDetector -ReadData INFO Hit x = 1230.12 y = 46.54 z = -1155.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1201.23 y = 97.65 z = -973.32 detector = DummyHitDetector +ReadData INFO Hit x = 1204.44 y = 91.97 z = -1105.27 detector = DummyHitDetector +ReadData INFO Hit x = 1207.65 y = 86.29 z = -1129.77 detector = DummyHitDetector +ReadData INFO Hit x = 1210.86 y = 80.61 z = -1140.09 detector = DummyHitDetector +ReadData INFO Hit x = 1214.07 y = 74.93 z = -1145.77 detector = DummyHitDetector +ReadData INFO Hit x = 1217.28 y = 69.26 z = -1149.38 detector = DummyHitDetector +ReadData INFO Hit x = 1220.49 y = 63.58 z = -1151.86 detector = DummyHitDetector +ReadData INFO Hit x = 1223.7 y = 57.90 z = -1153.68 detector = DummyHitDetector +ReadData INFO Hit x = 1226.91 y = 52.22 z = -1155.07 detector = DummyHitDetector +ReadData INFO Hit x = 1230.12 y = 46.54 z = -1156.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1201.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1204.44 y = 91.97 z = -1077.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1207.65 y = 86.29 z = -1121.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1210.86 y = 80.61 z = -1136.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1214.07 y = 74.93 z = -1143.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1217.28 y = 69.26 z = -1147.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1220.49 y = 63.58 z = -1150.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1223.7 y = 57.90 z = -1152.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1226.91 y = 52.22 z = -1154.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1230.12 y = 46.54 z = -1155.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1201.23 y = 97.65 z = -973.32 detector = DummyHitDetector +WriteCond INFO Hit x = 1204.44 y = 91.97 z = -1105.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1207.65 y = 86.29 z = -1129.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1210.86 y = 80.61 z = -1140.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1214.07 y = 74.93 z = -1145.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1217.28 y = 69.26 z = -1149.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1220.49 y = 63.58 z = -1151.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1223.7 y = 57.90 z = -1153.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1226.91 y = 52.22 z = -1155.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1230.12 y = 46.54 z = -1156.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #12, run #1 13 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -773,27 +781,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 13 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1301.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1304.44 y = 91.97 z = -1177.83 detector = DummyHitDetector -ReadData INFO Hit x = 1307.65 y = 86.29 z = -1221.63 detector = DummyHitDetector -ReadData INFO Hit x = 1310.86 y = 80.61 z = -1236.23 detector = DummyHitDetector -ReadData INFO Hit x = 1314.07 y = 74.93 z = -1243.53 detector = DummyHitDetector -ReadData INFO Hit x = 1317.28 y = 69.26 z = -1247.91 detector = DummyHitDetector -ReadData INFO Hit x = 1320.49 y = 63.58 z = -1250.83 detector = DummyHitDetector -ReadData INFO Hit x = 1323.7 y = 57.90 z = -1252.92 detector = DummyHitDetector -ReadData INFO Hit x = 1326.91 y = 52.22 z = -1254.48 detector = DummyHitDetector -ReadData INFO Hit x = 1330.12 y = 46.54 z = -1255.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1301.23 y = 97.65 z = -1073.33 detector = DummyHitDetector +ReadData INFO Hit x = 1304.44 y = 91.97 z = -1205.27 detector = DummyHitDetector +ReadData INFO Hit x = 1307.65 y = 86.29 z = -1229.77 detector = DummyHitDetector +ReadData INFO Hit x = 1310.86 y = 80.61 z = -1240.09 detector = DummyHitDetector +ReadData INFO Hit x = 1314.07 y = 74.93 z = -1245.77 detector = DummyHitDetector +ReadData INFO Hit x = 1317.28 y = 69.26 z = -1249.38 detector = DummyHitDetector +ReadData INFO Hit x = 1320.49 y = 63.58 z = -1251.86 detector = DummyHitDetector +ReadData INFO Hit x = 1323.7 y = 57.90 z = -1253.68 detector = DummyHitDetector +ReadData INFO Hit x = 1326.91 y = 52.22 z = -1255.07 detector = DummyHitDetector +ReadData INFO Hit x = 1330.12 y = 46.54 z = -1256.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1301.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1304.44 y = 91.97 z = -1177.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1307.65 y = 86.29 z = -1221.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1310.86 y = 80.61 z = -1236.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1314.07 y = 74.93 z = -1243.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1317.28 y = 69.26 z = -1247.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1320.49 y = 63.58 z = -1250.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1323.7 y = 57.90 z = -1252.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1326.91 y = 52.22 z = -1254.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1330.12 y = 46.54 z = -1255.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1301.23 y = 97.65 z = -1073.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1304.44 y = 91.97 z = -1205.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1307.65 y = 86.29 z = -1229.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1310.86 y = 80.61 z = -1240.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1314.07 y = 74.93 z = -1245.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1317.28 y = 69.26 z = -1249.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1320.49 y = 63.58 z = -1251.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1323.7 y = 57.90 z = -1253.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1326.91 y = 52.22 z = -1255.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1330.12 y = 46.54 z = -1256.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #13, run #1 14 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -815,27 +824,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 14 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1401.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1404.44 y = 91.97 z = -1277.83 detector = DummyHitDetector -ReadData INFO Hit x = 1407.65 y = 86.29 z = -1321.63 detector = DummyHitDetector -ReadData INFO Hit x = 1410.86 y = 80.61 z = -1336.23 detector = DummyHitDetector -ReadData INFO Hit x = 1414.07 y = 74.93 z = -1343.53 detector = DummyHitDetector -ReadData INFO Hit x = 1417.28 y = 69.26 z = -1347.91 detector = DummyHitDetector -ReadData INFO Hit x = 1420.49 y = 63.58 z = -1350.83 detector = DummyHitDetector -ReadData INFO Hit x = 1423.7 y = 57.90 z = -1352.92 detector = DummyHitDetector -ReadData INFO Hit x = 1426.91 y = 52.22 z = -1354.48 detector = DummyHitDetector -ReadData INFO Hit x = 1430.12 y = 46.54 z = -1355.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1401.23 y = 97.65 z = -1173.33 detector = DummyHitDetector +ReadData INFO Hit x = 1404.44 y = 91.97 z = -1305.27 detector = DummyHitDetector +ReadData INFO Hit x = 1407.65 y = 86.29 z = -1329.77 detector = DummyHitDetector +ReadData INFO Hit x = 1410.86 y = 80.61 z = -1340.09 detector = DummyHitDetector +ReadData INFO Hit x = 1414.07 y = 74.93 z = -1345.77 detector = DummyHitDetector +ReadData INFO Hit x = 1417.28 y = 69.26 z = -1349.38 detector = DummyHitDetector +ReadData INFO Hit x = 1420.49 y = 63.58 z = -1351.86 detector = DummyHitDetector +ReadData INFO Hit x = 1423.7 y = 57.90 z = -1353.68 detector = DummyHitDetector +ReadData INFO Hit x = 1426.91 y = 52.22 z = -1355.07 detector = DummyHitDetector +ReadData INFO Hit x = 1430.12 y = 46.54 z = -1356.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1401.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1404.44 y = 91.97 z = -1277.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1407.65 y = 86.29 z = -1321.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1410.86 y = 80.61 z = -1336.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1414.07 y = 74.93 z = -1343.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1417.28 y = 69.26 z = -1347.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1420.49 y = 63.58 z = -1350.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1423.7 y = 57.90 z = -1352.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1426.91 y = 52.22 z = -1354.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1430.12 y = 46.54 z = -1355.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1401.23 y = 97.65 z = -1173.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1404.44 y = 91.97 z = -1305.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1407.65 y = 86.29 z = -1329.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1410.86 y = 80.61 z = -1340.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1414.07 y = 74.93 z = -1345.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1417.28 y = 69.26 z = -1349.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1420.49 y = 63.58 z = -1351.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1423.7 y = 57.90 z = -1353.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1426.91 y = 52.22 z = -1355.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1430.12 y = 46.54 z = -1356.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #14, run #1 15 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -857,27 +867,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 15 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1501.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1504.44 y = 91.97 z = -1377.83 detector = DummyHitDetector -ReadData INFO Hit x = 1507.65 y = 86.29 z = -1421.63 detector = DummyHitDetector -ReadData INFO Hit x = 1510.86 y = 80.61 z = -1436.23 detector = DummyHitDetector -ReadData INFO Hit x = 1514.07 y = 74.93 z = -1443.53 detector = DummyHitDetector -ReadData INFO Hit x = 1517.28 y = 69.26 z = -1447.91 detector = DummyHitDetector -ReadData INFO Hit x = 1520.49 y = 63.58 z = -1450.83 detector = DummyHitDetector -ReadData INFO Hit x = 1523.7 y = 57.90 z = -1452.92 detector = DummyHitDetector -ReadData INFO Hit x = 1526.91 y = 52.22 z = -1454.48 detector = DummyHitDetector -ReadData INFO Hit x = 1530.12 y = 46.54 z = -1455.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1501.23 y = 97.65 z = -1273.33 detector = DummyHitDetector +ReadData INFO Hit x = 1504.44 y = 91.97 z = -1405.27 detector = DummyHitDetector +ReadData INFO Hit x = 1507.65 y = 86.29 z = -1429.77 detector = DummyHitDetector +ReadData INFO Hit x = 1510.86 y = 80.61 z = -1440.09 detector = DummyHitDetector +ReadData INFO Hit x = 1514.07 y = 74.93 z = -1445.77 detector = DummyHitDetector +ReadData INFO Hit x = 1517.28 y = 69.26 z = -1449.38 detector = DummyHitDetector +ReadData INFO Hit x = 1520.49 y = 63.58 z = -1451.86 detector = DummyHitDetector +ReadData INFO Hit x = 1523.7 y = 57.90 z = -1453.68 detector = DummyHitDetector +ReadData INFO Hit x = 1526.91 y = 52.22 z = -1455.07 detector = DummyHitDetector +ReadData INFO Hit x = 1530.12 y = 46.54 z = -1456.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1501.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1504.44 y = 91.97 z = -1377.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1507.65 y = 86.29 z = -1421.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1510.86 y = 80.61 z = -1436.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1514.07 y = 74.93 z = -1443.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1517.28 y = 69.26 z = -1447.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1520.49 y = 63.58 z = -1450.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1523.7 y = 57.90 z = -1452.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1526.91 y = 52.22 z = -1454.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1530.12 y = 46.54 z = -1455.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1501.23 y = 97.65 z = -1273.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1504.44 y = 91.97 z = -1405.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1507.65 y = 86.29 z = -1429.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1510.86 y = 80.61 z = -1440.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1514.07 y = 74.93 z = -1445.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1517.28 y = 69.26 z = -1449.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1520.49 y = 63.58 z = -1451.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1523.7 y = 57.90 z = -1453.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1526.91 y = 52.22 z = -1455.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1530.12 y = 46.54 z = -1456.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #15, run #1 16 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -899,27 +910,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 16 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1601.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1604.44 y = 91.97 z = -1477.83 detector = DummyHitDetector -ReadData INFO Hit x = 1607.65 y = 86.29 z = -1521.63 detector = DummyHitDetector -ReadData INFO Hit x = 1610.86 y = 80.61 z = -1536.23 detector = DummyHitDetector -ReadData INFO Hit x = 1614.07 y = 74.93 z = -1543.53 detector = DummyHitDetector -ReadData INFO Hit x = 1617.28 y = 69.26 z = -1547.91 detector = DummyHitDetector -ReadData INFO Hit x = 1620.49 y = 63.58 z = -1550.83 detector = DummyHitDetector -ReadData INFO Hit x = 1623.7 y = 57.90 z = -1552.92 detector = DummyHitDetector -ReadData INFO Hit x = 1626.91 y = 52.22 z = -1554.48 detector = DummyHitDetector -ReadData INFO Hit x = 1630.12 y = 46.54 z = -1555.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1601.23 y = 97.65 z = -1373.33 detector = DummyHitDetector +ReadData INFO Hit x = 1604.44 y = 91.97 z = -1505.27 detector = DummyHitDetector +ReadData INFO Hit x = 1607.65 y = 86.29 z = -1529.77 detector = DummyHitDetector +ReadData INFO Hit x = 1610.86 y = 80.61 z = -1540.09 detector = DummyHitDetector +ReadData INFO Hit x = 1614.07 y = 74.93 z = -1545.77 detector = DummyHitDetector +ReadData INFO Hit x = 1617.28 y = 69.26 z = -1549.38 detector = DummyHitDetector +ReadData INFO Hit x = 1620.49 y = 63.58 z = -1551.86 detector = DummyHitDetector +ReadData INFO Hit x = 1623.7 y = 57.90 z = -1553.68 detector = DummyHitDetector +ReadData INFO Hit x = 1626.91 y = 52.22 z = -1555.07 detector = DummyHitDetector +ReadData INFO Hit x = 1630.12 y = 46.54 z = -1556.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1601.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1604.44 y = 91.97 z = -1477.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1607.65 y = 86.29 z = -1521.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1610.86 y = 80.61 z = -1536.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1614.07 y = 74.93 z = -1543.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1617.28 y = 69.26 z = -1547.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1620.49 y = 63.58 z = -1550.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1623.7 y = 57.90 z = -1552.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1626.91 y = 52.22 z = -1554.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1630.12 y = 46.54 z = -1555.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1601.23 y = 97.65 z = -1373.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1604.44 y = 91.97 z = -1505.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1607.65 y = 86.29 z = -1529.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1610.86 y = 80.61 z = -1540.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1614.07 y = 74.93 z = -1545.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1617.28 y = 69.26 z = -1549.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1620.49 y = 63.58 z = -1551.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1623.7 y = 57.90 z = -1553.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1626.91 y = 52.22 z = -1555.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1630.12 y = 46.54 z = -1556.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #16, run #1 17 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -941,27 +953,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 17 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1701.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1704.44 y = 91.97 z = -1577.83 detector = DummyHitDetector -ReadData INFO Hit x = 1707.65 y = 86.29 z = -1621.63 detector = DummyHitDetector -ReadData INFO Hit x = 1710.86 y = 80.61 z = -1636.23 detector = DummyHitDetector -ReadData INFO Hit x = 1714.07 y = 74.93 z = -1643.53 detector = DummyHitDetector -ReadData INFO Hit x = 1717.28 y = 69.26 z = -1647.91 detector = DummyHitDetector -ReadData INFO Hit x = 1720.49 y = 63.58 z = -1650.83 detector = DummyHitDetector -ReadData INFO Hit x = 1723.7 y = 57.90 z = -1652.92 detector = DummyHitDetector -ReadData INFO Hit x = 1726.91 y = 52.22 z = -1654.48 detector = DummyHitDetector -ReadData INFO Hit x = 1730.12 y = 46.54 z = -1655.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1701.23 y = 97.65 z = -1473.33 detector = DummyHitDetector +ReadData INFO Hit x = 1704.44 y = 91.97 z = -1605.27 detector = DummyHitDetector +ReadData INFO Hit x = 1707.65 y = 86.29 z = -1629.77 detector = DummyHitDetector +ReadData INFO Hit x = 1710.86 y = 80.61 z = -1640.09 detector = DummyHitDetector +ReadData INFO Hit x = 1714.07 y = 74.93 z = -1645.77 detector = DummyHitDetector +ReadData INFO Hit x = 1717.28 y = 69.26 z = -1649.38 detector = DummyHitDetector +ReadData INFO Hit x = 1720.49 y = 63.58 z = -1651.86 detector = DummyHitDetector +ReadData INFO Hit x = 1723.7 y = 57.90 z = -1653.68 detector = DummyHitDetector +ReadData INFO Hit x = 1726.91 y = 52.22 z = -1655.07 detector = DummyHitDetector +ReadData INFO Hit x = 1730.12 y = 46.54 z = -1656.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1701.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1704.44 y = 91.97 z = -1577.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1707.65 y = 86.29 z = -1621.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1710.86 y = 80.61 z = -1636.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1714.07 y = 74.93 z = -1643.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1717.28 y = 69.26 z = -1647.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1720.49 y = 63.58 z = -1650.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1723.7 y = 57.90 z = -1652.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1726.91 y = 52.22 z = -1654.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1730.12 y = 46.54 z = -1655.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1701.23 y = 97.65 z = -1473.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1704.44 y = 91.97 z = -1605.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1707.65 y = 86.29 z = -1629.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1710.86 y = 80.61 z = -1640.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1714.07 y = 74.93 z = -1645.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1717.28 y = 69.26 z = -1649.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1720.49 y = 63.58 z = -1651.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1723.7 y = 57.90 z = -1653.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1726.91 y = 52.22 z = -1655.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1730.12 y = 46.54 z = -1656.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #17, run #1 18 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -983,27 +996,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 18 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1801.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1804.44 y = 91.97 z = -1677.83 detector = DummyHitDetector -ReadData INFO Hit x = 1807.65 y = 86.29 z = -1721.63 detector = DummyHitDetector -ReadData INFO Hit x = 1810.86 y = 80.61 z = -1736.23 detector = DummyHitDetector -ReadData INFO Hit x = 1814.07 y = 74.93 z = -1743.53 detector = DummyHitDetector -ReadData INFO Hit x = 1817.28 y = 69.26 z = -1747.91 detector = DummyHitDetector -ReadData INFO Hit x = 1820.49 y = 63.58 z = -1750.83 detector = DummyHitDetector -ReadData INFO Hit x = 1823.7 y = 57.90 z = -1752.92 detector = DummyHitDetector -ReadData INFO Hit x = 1826.91 y = 52.22 z = -1754.48 detector = DummyHitDetector -ReadData INFO Hit x = 1830.12 y = 46.54 z = -1755.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1801.23 y = 97.65 z = -1573.33 detector = DummyHitDetector +ReadData INFO Hit x = 1804.44 y = 91.97 z = -1705.27 detector = DummyHitDetector +ReadData INFO Hit x = 1807.65 y = 86.29 z = -1729.77 detector = DummyHitDetector +ReadData INFO Hit x = 1810.86 y = 80.61 z = -1740.09 detector = DummyHitDetector +ReadData INFO Hit x = 1814.07 y = 74.93 z = -1745.77 detector = DummyHitDetector +ReadData INFO Hit x = 1817.28 y = 69.26 z = -1749.38 detector = DummyHitDetector +ReadData INFO Hit x = 1820.49 y = 63.58 z = -1751.86 detector = DummyHitDetector +ReadData INFO Hit x = 1823.7 y = 57.90 z = -1753.68 detector = DummyHitDetector +ReadData INFO Hit x = 1826.91 y = 52.22 z = -1755.07 detector = DummyHitDetector +ReadData INFO Hit x = 1830.12 y = 46.54 z = -1756.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1801.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1804.44 y = 91.97 z = -1677.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1807.65 y = 86.29 z = -1721.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1810.86 y = 80.61 z = -1736.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1814.07 y = 74.93 z = -1743.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1817.28 y = 69.26 z = -1747.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1820.49 y = 63.58 z = -1750.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1823.7 y = 57.90 z = -1752.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1826.91 y = 52.22 z = -1754.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1830.12 y = 46.54 z = -1755.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1801.23 y = 97.65 z = -1573.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1804.44 y = 91.97 z = -1705.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1807.65 y = 86.29 z = -1729.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1810.86 y = 80.61 z = -1740.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1814.07 y = 74.93 z = -1745.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1817.28 y = 69.26 z = -1749.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1820.49 y = 63.58 z = -1751.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1823.7 y = 57.90 z = -1753.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1826.91 y = 52.22 z = -1755.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1830.12 y = 46.54 z = -1756.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #18, run #1 19 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -1025,27 +1039,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 19 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1901.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1904.44 y = 91.97 z = -1777.83 detector = DummyHitDetector -ReadData INFO Hit x = 1907.65 y = 86.29 z = -1821.63 detector = DummyHitDetector -ReadData INFO Hit x = 1910.86 y = 80.61 z = -1836.23 detector = DummyHitDetector -ReadData INFO Hit x = 1914.07 y = 74.93 z = -1843.53 detector = DummyHitDetector -ReadData INFO Hit x = 1917.28 y = 69.26 z = -1847.91 detector = DummyHitDetector -ReadData INFO Hit x = 1920.49 y = 63.58 z = -1850.83 detector = DummyHitDetector -ReadData INFO Hit x = 1923.7 y = 57.90 z = -1852.92 detector = DummyHitDetector -ReadData INFO Hit x = 1926.91 y = 52.22 z = -1854.48 detector = DummyHitDetector -ReadData INFO Hit x = 1930.12 y = 46.54 z = -1855.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1901.23 y = 97.65 z = -1673.33 detector = DummyHitDetector +ReadData INFO Hit x = 1904.44 y = 91.97 z = -1805.27 detector = DummyHitDetector +ReadData INFO Hit x = 1907.65 y = 86.29 z = -1829.77 detector = DummyHitDetector +ReadData INFO Hit x = 1910.86 y = 80.61 z = -1840.09 detector = DummyHitDetector +ReadData INFO Hit x = 1914.07 y = 74.93 z = -1845.77 detector = DummyHitDetector +ReadData INFO Hit x = 1917.28 y = 69.26 z = -1849.38 detector = DummyHitDetector +ReadData INFO Hit x = 1920.49 y = 63.58 z = -1851.86 detector = DummyHitDetector +ReadData INFO Hit x = 1923.7 y = 57.90 z = -1853.68 detector = DummyHitDetector +ReadData INFO Hit x = 1926.91 y = 52.22 z = -1855.07 detector = DummyHitDetector +ReadData INFO Hit x = 1930.12 y = 46.54 z = -1856.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1901.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1904.44 y = 91.97 z = -1777.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1907.65 y = 86.29 z = -1821.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1910.86 y = 80.61 z = -1836.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1914.07 y = 74.93 z = -1843.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1917.28 y = 69.26 z = -1847.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1920.49 y = 63.58 z = -1850.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1923.7 y = 57.90 z = -1852.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1926.91 y = 52.22 z = -1854.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1930.12 y = 46.54 z = -1855.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1901.23 y = 97.65 z = -1673.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1904.44 y = 91.97 z = -1805.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1907.65 y = 86.29 z = -1829.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1910.86 y = 80.61 z = -1840.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1914.07 y = 74.93 z = -1845.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1917.28 y = 69.26 z = -1849.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1920.49 y = 63.58 z = -1851.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1923.7 y = 57.90 z = -1853.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1926.91 y = 52.22 z = -1855.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1930.12 y = 46.54 z = -1856.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #19, run #1 20 events processed so far <<<=== SimplePoolFile1.root Info Database being retired... @@ -1065,15 +1080,15 @@ SimplePoolFile1.root Debug --> Deaccess DbContainer READ [ROOT_Tree] POOLC Domain[ROOT_All] Info > Deaccess DbDomain READ [ROOT_All] MetaDataSvc DEBUG handle() EndInputFile for FID:???? MetaDataSvc DEBUG handle() EndTagFile for SimplePoolFile1.root +MetaDataSvc DEBUG handle() LastInputFile for end AthenaEventLoopMgr INFO No more events in event selection WriteCond INFO in finalize() -WriteCond INFO Pedestal x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +WriteCond INFO Pedestal x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> StoreGateSvc INFO Stop StoreGateSvc StoreGateSvc INFO stop: setting service priority to 101 so that event stores get finalized and cleared before other stores DetectorStore INFO Stop DetectorStore InputMetaDataStore INFO Stop InputMetaDataStore MetaDataSvc DEBUG Releasing MetaDataTools -MetaDataSvc DEBUG handle() LastInputFile for end TagMetaDataStore INFO Stop TagMetaDataStore MetaDataStore INFO Stop MetaDataStore ApplicationMgr INFO Application Manager Stopped successfully @@ -1082,7 +1097,6 @@ DbSession Info Open DbSession Domain[ROOT_All] Info > Access DbDomain UPDATE [ROOT_All] Domain[ROOT_All] Info -> Access DbDatabase UPDATE [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFile4.root -RootDatabase.open Success SimplePoolFile4.root File version:53424 SimplePoolFile4.root Debug --> Access DbContainer CREA/UPDA [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree SimplePoolFile4.root Debug --->Reading Shape[0 , ????]: [1 Column(s)] @@ -1110,7 +1124,6 @@ SimplePoolFile4.root Debug --->Reading Param:PFN=[SimplePoolFile4.root] SimplePoolFile4.root Debug --->Reading Param:POOL_VSN=[1.1] SimplePoolFile4.root Debug --->Reading Param:FORMAT_VSN=[1.1] ##Params Debug No objects passing selection criteria... Container has 4 Entries in total. -RootDatabase.onOpen Debug ???? File version:53424 RootDatabase.setOption Debug Request TREE_AUTO_FLUSH RootDatabase.setOption Debug File name SimplePoolFile4.root RootDatabase.setOption Debug Demand to set AUTO_FLUSH for TTree: POOLContainer with value: 0 @@ -1135,11 +1148,11 @@ WriteCond DEBUG Calling destructor AthOutSeq INFO Finalizing AthOutSeq... AthRegSeq INFO Finalizing AthRegSeq... AthMasterSeq INFO Finalizing AthMasterSeq... -StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-02-45-01-04 -DetectorStore INFO Finalizing DetectorStore - package version StoreGate-02-45-01-04 -InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-02-45-01-04 -TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-02-45-01-04 -MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-03-06-31 +DetectorStore INFO Finalizing DetectorStore - package version StoreGate-03-06-31 +InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-03-06-31 +TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-03-06-31 +MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-03-06-31 PoolSvc INFO I/O finalization... SimplePoolFile4.root Info Database being retired... SimplePoolFile4.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_All] ##Links @@ -1160,9 +1173,8 @@ ToolSvc INFO Removing all tools created by ToolSvc *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -AthenaSealSvc::... INFO Time User : Tot= 5 [ms] Ave/Min/Max=0.71(+-0.45)/ 0/ 1 [ms] #= 7 -AthenaSealSvc::... INFO Time User : Tot= 131 [ms] #= 1 -ChronoStatSvc INFO Time User : Tot= 5.74 [s] #= 1 +AthenaSealSvc::... INFO Time User : Tot= 11 [ms] #= 1 +ChronoStatSvc INFO Time User : Tot=0.89 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ChronoStatSvc.f... INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AMeta.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AMeta.ref index 28f31f86971..f3892a532c7 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AMeta.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AMeta.ref @@ -1,8 +1,9 @@ -Wed Feb 4 10:47:15 CET 2015 +Mon Mar 21 22:41:01 CET 2016 Preloading tcmalloc_minimal.so Athena INFO including file "AthenaCommon/Preparation.py" Athena INFO including file "AthenaCommon/Bootstrap.py" Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py" +Athena INFO executing ROOT6Setup Athena INFO including file "AthenaCommon/Execution.py" Athena INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_AMetaJobOptions.py" Athena INFO including file "AthenaCommon/runbatch.py" @@ -18,19 +19,16 @@ AthDictLoaderSvc INFO in initialize... AthDictLoaderSvc INFO acquired Dso-registry ChronoStatSvc INFO Number of skipped events for MemStat-1 CoreDumpSvc INFO install f-a-t-a-l handler... (flag = -1) -AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-59-04 +AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-60-03 AthMasterSeq INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq AthAlgSeq INFO Member list: AthPoolEx::WriteData/WriteData, AthPoolEx::WriteCond/WriteCond WriteData INFO in initialize() WriteCond INFO in initialize() -StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-02-45-01-04 -MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-59-04 -InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-02-45-01-04 -MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-02-45-01-04 -AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-18 -AthenaRootStrea... INFO POOL/ROOT class loader initialized -AthenaRootStrea... INFO 9 ROOT streamers declared -PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-24-06 +MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-03-06-31 +MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-60-03 +InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-03-06-31 +AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-28-12 +PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-25-00 PoolSvc INFO io_register[PoolSvc](xmlcatalog_file:Catalog2.xml) [ok] PoolSvc INFO Set connectionsvc retry/timeout/IDLE timeout to 'ConnectionRetrialPeriod':300/ 'ConnectionRetrialTimeOut':3600/ 'ConnectionTimeOut':5 seconds with connection cleanup disabled PoolSvc INFO Frontier compression level set to 5 @@ -40,21 +38,21 @@ PoolSvc INFO Re-initializing PoolSvc PoolSvc INFO POOL WriteCatalog is xmlcatalog_file:Catalog2.xml XMLFileCatalog Info Connecting to the catalog PoolXMLFileCatalog Info Xerces-c initialization Number 0 -ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-01-10 +ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-02-07 Stream1 DEBUG In initialize Stream1 DEBUG Found IDecisionSvc. DecisionSvc INFO Inserting stream: Stream1 with no Algs Stream1 DEBUG End initialize Stream1 DEBUG In initialize +StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-03-06-31 Stream1 DEBUG Found StoreGateSvc store. Stream1 DEBUG Found MetaDataStore store. -ItemListSvc INFO ItemListSvc initialize -OutputStreamSeq... INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-59-04 -Stream1.Stream1... INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-75 +OutputStreamSeq... INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-60-03 +Stream1.Stream1... INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-84 Stream1.Stream1... INFO streamProperty ProcessingTag = Stream1 Stream1.Stream1... DEBUG In connectServices -DetectorStore INFO Initializing DetectorStore - package version StoreGate-02-45-01-04 -Stream1.Stream1... INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-75 +DetectorStore INFO Initializing DetectorStore - package version StoreGate-03-06-31 +Stream1.Stream1... INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-84 Stream1 INFO Found HelperTools = PrivateToolHandleArray(['MakeEventStreamInfo/Stream1_MakeEventStreamInfo']) Stream1 INFO Data output: ROOTTREE:SimplePoolFile5.root Stream1 INFO I/O reinitialization... @@ -62,7 +60,7 @@ Stream1 DEBUG End initialize HistogramPersis...WARNING Histograms saving not required. EventSelector INFO Enter McEventSelector Initialization AthenaEventLoopMgr INFO Setup EventSelector service EventSelector -ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-02-45-01-04 +ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-03-06-31 ApplicationMgr INFO Application Manager Initialized successfully InputMetaDataStore INFO Start InputMetaDataStore MetaDataStore INFO Start MetaDataStore @@ -75,16 +73,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #20, run #0 0 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 20 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 2001.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 2004.44 y = -8.02 z = -1877.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2007.65 y = -13.70 z = -1921.63 detector = DummyHitDetector -WriteCond INFO Hit x = 2010.86 y = -19.38 z = -1936.23 detector = DummyHitDetector -WriteCond INFO Hit x = 2014.07 y = -25.06 z = -1943.53 detector = DummyHitDetector -WriteCond INFO Hit x = 2017.28 y = -30.73 z = -1947.91 detector = DummyHitDetector -WriteCond INFO Hit x = 2020.49 y = -36.41 z = -1950.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2023.7 y = -42.09 z = -1952.92 detector = DummyHitDetector -WriteCond INFO Hit x = 2026.91 y = -47.77 z = -1954.48 detector = DummyHitDetector -WriteCond INFO Hit x = 2030.12 y = -53.45 z = -1955.7 detector = DummyHitDetector +WriteCond INFO Hit x = 2001.23 y = -2.34 z = -1773.33 detector = DummyHitDetector +WriteCond INFO Hit x = 2004.44 y = -8.02 z = -1905.27 detector = DummyHitDetector +WriteCond INFO Hit x = 2007.65 y = -13.70 z = -1929.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2010.86 y = -19.38 z = -1940.09 detector = DummyHitDetector +WriteCond INFO Hit x = 2014.07 y = -25.06 z = -1945.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2017.28 y = -30.73 z = -1949.38 detector = DummyHitDetector +WriteCond INFO Hit x = 2020.49 y = -36.41 z = -1951.86 detector = DummyHitDetector +WriteCond INFO Hit x = 2023.7 y = -42.09 z = -1953.68 detector = DummyHitDetector +WriteCond INFO Hit x = 2026.91 y = -47.77 z = -1955.07 detector = DummyHitDetector +WriteCond INFO Hit x = 2030.12 y = -53.45 z = -1956.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput DbSession Info Open DbSession @@ -95,7 +93,6 @@ AthenaPoolCnvSvc DEBUG setAttribute STREAM_MEMBER_WISE to 1 AthenaPoolCnvSvc DEBUG setAttribute DEFAULT_BUFFERSIZE to 32000 Domain[ROOT_All] Info -> Access DbDatabase UPDATE [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFile5.root -RootDatabase.open Success SimplePoolFile5.root File version:53424 SimplePoolFile5.root Debug --> Access DbContainer CREA/UPDA [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree SimplePoolFile5.root Debug --->Reading Shape[0 , ????]: [1 Column(s)] @@ -139,11 +136,11 @@ SimplePoolFile5.root Debug --->Reading Param:PFN=[SimplePoolFile5.root] SimplePoolFile5.root Debug --->Reading Param:POOL_VSN=[1.1] SimplePoolFile5.root Debug --->Reading Param:FORMAT_VSN=[1.1] ##Params Debug No objects passing selection criteria... Container has 4 Entries in total. -RootDatabase.onOpen Debug ???? File version:53424 RootDatabase.setOption Debug Request TREE_AUTO_FLUSH RootDatabase.setOption Debug File name SimplePoolFile5.root RootDatabase.setOption Debug Demand to set AUTO_FLUSH for TTree: POOLContainer with value: 0 AthenaPoolCnvSvc DEBUG setAttribute TREE_AUTO_FLUSH to 0 for db: SimplePoolFile5.root and cont: TTree=POOLContainer +AthenaPoolCnvSvc DEBUG setAttribute CONTAINER_SPLITLEVEL to 99 for db: SimplePoolFile5.root and cont: TTree=POOLContainerForm(DataHeaderForm) Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 Stream1 DEBUG addItemObjects(2101,"*") called @@ -170,16 +167,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #21, run #0 1 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 21 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 2101.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 2104.44 y = -8.02 z = -1977.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2107.65 y = -13.70 z = -2021.63 detector = DummyHitDetector -WriteCond INFO Hit x = 2110.86 y = -19.38 z = -2036.23 detector = DummyHitDetector -WriteCond INFO Hit x = 2114.07 y = -25.06 z = -2043.53 detector = DummyHitDetector -WriteCond INFO Hit x = 2117.28 y = -30.73 z = -2047.91 detector = DummyHitDetector -WriteCond INFO Hit x = 2120.49 y = -36.41 z = -2050.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2123.7 y = -42.09 z = -2052.92 detector = DummyHitDetector -WriteCond INFO Hit x = 2126.91 y = -47.77 z = -2054.48 detector = DummyHitDetector -WriteCond INFO Hit x = 2130.12 y = -53.45 z = -2055.7 detector = DummyHitDetector +WriteCond INFO Hit x = 2101.23 y = -2.34 z = -1873.33 detector = DummyHitDetector +WriteCond INFO Hit x = 2104.44 y = -8.02 z = -2005.27 detector = DummyHitDetector +WriteCond INFO Hit x = 2107.65 y = -13.70 z = -2029.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2110.86 y = -19.38 z = -2040.09 detector = DummyHitDetector +WriteCond INFO Hit x = 2114.07 y = -25.06 z = -2045.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2117.28 y = -30.73 z = -2049.38 detector = DummyHitDetector +WriteCond INFO Hit x = 2120.49 y = -36.41 z = -2051.86 detector = DummyHitDetector +WriteCond INFO Hit x = 2123.7 y = -42.09 z = -2053.68 detector = DummyHitDetector +WriteCond INFO Hit x = 2126.91 y = -47.77 z = -2055.07 detector = DummyHitDetector +WriteCond INFO Hit x = 2130.12 y = -53.45 z = -2056.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -196,16 +193,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #22, run #0 2 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 22 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 2201.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 2204.44 y = -8.02 z = -2077.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2207.65 y = -13.70 z = -2121.63 detector = DummyHitDetector -WriteCond INFO Hit x = 2210.86 y = -19.38 z = -2136.23 detector = DummyHitDetector -WriteCond INFO Hit x = 2214.07 y = -25.06 z = -2143.53 detector = DummyHitDetector -WriteCond INFO Hit x = 2217.28 y = -30.73 z = -2147.91 detector = DummyHitDetector -WriteCond INFO Hit x = 2220.49 y = -36.41 z = -2150.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2223.7 y = -42.09 z = -2152.92 detector = DummyHitDetector -WriteCond INFO Hit x = 2226.91 y = -47.77 z = -2154.48 detector = DummyHitDetector -WriteCond INFO Hit x = 2230.12 y = -53.45 z = -2155.7 detector = DummyHitDetector +WriteCond INFO Hit x = 2201.23 y = -2.34 z = -1973.33 detector = DummyHitDetector +WriteCond INFO Hit x = 2204.44 y = -8.02 z = -2105.27 detector = DummyHitDetector +WriteCond INFO Hit x = 2207.65 y = -13.70 z = -2129.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2210.86 y = -19.38 z = -2140.09 detector = DummyHitDetector +WriteCond INFO Hit x = 2214.07 y = -25.06 z = -2145.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2217.28 y = -30.73 z = -2149.38 detector = DummyHitDetector +WriteCond INFO Hit x = 2220.49 y = -36.41 z = -2151.86 detector = DummyHitDetector +WriteCond INFO Hit x = 2223.7 y = -42.09 z = -2153.68 detector = DummyHitDetector +WriteCond INFO Hit x = 2226.91 y = -47.77 z = -2155.07 detector = DummyHitDetector +WriteCond INFO Hit x = 2230.12 y = -53.45 z = -2156.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -222,16 +219,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #23, run #0 3 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 23 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 2301.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 2304.44 y = -8.02 z = -2177.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2307.65 y = -13.70 z = -2221.63 detector = DummyHitDetector -WriteCond INFO Hit x = 2310.86 y = -19.38 z = -2236.23 detector = DummyHitDetector -WriteCond INFO Hit x = 2314.07 y = -25.06 z = -2243.53 detector = DummyHitDetector -WriteCond INFO Hit x = 2317.28 y = -30.73 z = -2247.91 detector = DummyHitDetector -WriteCond INFO Hit x = 2320.49 y = -36.41 z = -2250.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2323.7 y = -42.09 z = -2252.92 detector = DummyHitDetector -WriteCond INFO Hit x = 2326.91 y = -47.77 z = -2254.48 detector = DummyHitDetector -WriteCond INFO Hit x = 2330.12 y = -53.45 z = -2255.7 detector = DummyHitDetector +WriteCond INFO Hit x = 2301.23 y = -2.34 z = -2073.33 detector = DummyHitDetector +WriteCond INFO Hit x = 2304.44 y = -8.02 z = -2205.27 detector = DummyHitDetector +WriteCond INFO Hit x = 2307.65 y = -13.70 z = -2229.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2310.86 y = -19.38 z = -2240.09 detector = DummyHitDetector +WriteCond INFO Hit x = 2314.07 y = -25.06 z = -2245.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2317.28 y = -30.73 z = -2249.38 detector = DummyHitDetector +WriteCond INFO Hit x = 2320.49 y = -36.41 z = -2251.86 detector = DummyHitDetector +WriteCond INFO Hit x = 2323.7 y = -42.09 z = -2253.68 detector = DummyHitDetector +WriteCond INFO Hit x = 2326.91 y = -47.77 z = -2255.07 detector = DummyHitDetector +WriteCond INFO Hit x = 2330.12 y = -53.45 z = -2256.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -248,16 +245,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #24, run #0 4 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 24 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 2401.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 2404.44 y = -8.02 z = -2277.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2407.65 y = -13.70 z = -2321.63 detector = DummyHitDetector -WriteCond INFO Hit x = 2410.86 y = -19.38 z = -2336.23 detector = DummyHitDetector -WriteCond INFO Hit x = 2414.07 y = -25.06 z = -2343.53 detector = DummyHitDetector -WriteCond INFO Hit x = 2417.28 y = -30.73 z = -2347.91 detector = DummyHitDetector -WriteCond INFO Hit x = 2420.49 y = -36.41 z = -2350.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2423.7 y = -42.09 z = -2352.92 detector = DummyHitDetector -WriteCond INFO Hit x = 2426.91 y = -47.77 z = -2354.48 detector = DummyHitDetector -WriteCond INFO Hit x = 2430.12 y = -53.45 z = -2355.7 detector = DummyHitDetector +WriteCond INFO Hit x = 2401.23 y = -2.34 z = -2173.33 detector = DummyHitDetector +WriteCond INFO Hit x = 2404.44 y = -8.02 z = -2305.27 detector = DummyHitDetector +WriteCond INFO Hit x = 2407.65 y = -13.70 z = -2329.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2410.86 y = -19.38 z = -2340.09 detector = DummyHitDetector +WriteCond INFO Hit x = 2414.07 y = -25.06 z = -2345.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2417.28 y = -30.73 z = -2349.38 detector = DummyHitDetector +WriteCond INFO Hit x = 2420.49 y = -36.41 z = -2351.86 detector = DummyHitDetector +WriteCond INFO Hit x = 2423.7 y = -42.09 z = -2353.68 detector = DummyHitDetector +WriteCond INFO Hit x = 2426.91 y = -47.77 z = -2355.07 detector = DummyHitDetector +WriteCond INFO Hit x = 2430.12 y = -53.45 z = -2356.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -274,16 +271,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #25, run #0 5 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 25 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 2501.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 2504.44 y = -8.02 z = -2377.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2507.65 y = -13.70 z = -2421.63 detector = DummyHitDetector -WriteCond INFO Hit x = 2510.86 y = -19.38 z = -2436.23 detector = DummyHitDetector -WriteCond INFO Hit x = 2514.07 y = -25.06 z = -2443.53 detector = DummyHitDetector -WriteCond INFO Hit x = 2517.28 y = -30.73 z = -2447.91 detector = DummyHitDetector -WriteCond INFO Hit x = 2520.49 y = -36.41 z = -2450.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2523.7 y = -42.09 z = -2452.92 detector = DummyHitDetector -WriteCond INFO Hit x = 2526.91 y = -47.77 z = -2454.48 detector = DummyHitDetector -WriteCond INFO Hit x = 2530.12 y = -53.45 z = -2455.7 detector = DummyHitDetector +WriteCond INFO Hit x = 2501.23 y = -2.34 z = -2273.33 detector = DummyHitDetector +WriteCond INFO Hit x = 2504.44 y = -8.02 z = -2405.27 detector = DummyHitDetector +WriteCond INFO Hit x = 2507.65 y = -13.70 z = -2429.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2510.86 y = -19.38 z = -2440.09 detector = DummyHitDetector +WriteCond INFO Hit x = 2514.07 y = -25.06 z = -2445.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2517.28 y = -30.73 z = -2449.38 detector = DummyHitDetector +WriteCond INFO Hit x = 2520.49 y = -36.41 z = -2451.86 detector = DummyHitDetector +WriteCond INFO Hit x = 2523.7 y = -42.09 z = -2453.68 detector = DummyHitDetector +WriteCond INFO Hit x = 2526.91 y = -47.77 z = -2455.07 detector = DummyHitDetector +WriteCond INFO Hit x = 2530.12 y = -53.45 z = -2456.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -300,16 +297,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #26, run #0 6 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 26 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 2601.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 2604.44 y = -8.02 z = -2477.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2607.65 y = -13.70 z = -2521.63 detector = DummyHitDetector -WriteCond INFO Hit x = 2610.86 y = -19.38 z = -2536.23 detector = DummyHitDetector -WriteCond INFO Hit x = 2614.07 y = -25.06 z = -2543.53 detector = DummyHitDetector -WriteCond INFO Hit x = 2617.28 y = -30.73 z = -2547.91 detector = DummyHitDetector -WriteCond INFO Hit x = 2620.49 y = -36.41 z = -2550.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2623.7 y = -42.09 z = -2552.92 detector = DummyHitDetector -WriteCond INFO Hit x = 2626.91 y = -47.77 z = -2554.48 detector = DummyHitDetector -WriteCond INFO Hit x = 2630.12 y = -53.45 z = -2555.7 detector = DummyHitDetector +WriteCond INFO Hit x = 2601.23 y = -2.34 z = -2373.33 detector = DummyHitDetector +WriteCond INFO Hit x = 2604.44 y = -8.02 z = -2505.27 detector = DummyHitDetector +WriteCond INFO Hit x = 2607.65 y = -13.70 z = -2529.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2610.86 y = -19.38 z = -2540.09 detector = DummyHitDetector +WriteCond INFO Hit x = 2614.07 y = -25.06 z = -2545.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2617.28 y = -30.73 z = -2549.38 detector = DummyHitDetector +WriteCond INFO Hit x = 2620.49 y = -36.41 z = -2551.86 detector = DummyHitDetector +WriteCond INFO Hit x = 2623.7 y = -42.09 z = -2553.68 detector = DummyHitDetector +WriteCond INFO Hit x = 2626.91 y = -47.77 z = -2555.07 detector = DummyHitDetector +WriteCond INFO Hit x = 2630.12 y = -53.45 z = -2556.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -326,16 +323,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #27, run #0 7 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 27 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 2701.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 2704.44 y = -8.02 z = -2577.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2707.65 y = -13.70 z = -2621.63 detector = DummyHitDetector -WriteCond INFO Hit x = 2710.86 y = -19.38 z = -2636.23 detector = DummyHitDetector -WriteCond INFO Hit x = 2714.07 y = -25.06 z = -2643.53 detector = DummyHitDetector -WriteCond INFO Hit x = 2717.28 y = -30.73 z = -2647.91 detector = DummyHitDetector -WriteCond INFO Hit x = 2720.49 y = -36.41 z = -2650.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2723.7 y = -42.09 z = -2652.92 detector = DummyHitDetector -WriteCond INFO Hit x = 2726.91 y = -47.77 z = -2654.48 detector = DummyHitDetector -WriteCond INFO Hit x = 2730.12 y = -53.45 z = -2655.7 detector = DummyHitDetector +WriteCond INFO Hit x = 2701.23 y = -2.34 z = -2473.33 detector = DummyHitDetector +WriteCond INFO Hit x = 2704.44 y = -8.02 z = -2605.27 detector = DummyHitDetector +WriteCond INFO Hit x = 2707.65 y = -13.70 z = -2629.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2710.86 y = -19.38 z = -2640.09 detector = DummyHitDetector +WriteCond INFO Hit x = 2714.07 y = -25.06 z = -2645.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2717.28 y = -30.73 z = -2649.38 detector = DummyHitDetector +WriteCond INFO Hit x = 2720.49 y = -36.41 z = -2651.86 detector = DummyHitDetector +WriteCond INFO Hit x = 2723.7 y = -42.09 z = -2653.68 detector = DummyHitDetector +WriteCond INFO Hit x = 2726.91 y = -47.77 z = -2655.07 detector = DummyHitDetector +WriteCond INFO Hit x = 2730.12 y = -53.45 z = -2656.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -352,16 +349,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #28, run #0 8 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 28 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 2801.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 2804.44 y = -8.02 z = -2677.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2807.65 y = -13.70 z = -2721.63 detector = DummyHitDetector -WriteCond INFO Hit x = 2810.86 y = -19.38 z = -2736.23 detector = DummyHitDetector -WriteCond INFO Hit x = 2814.07 y = -25.06 z = -2743.53 detector = DummyHitDetector -WriteCond INFO Hit x = 2817.28 y = -30.73 z = -2747.91 detector = DummyHitDetector -WriteCond INFO Hit x = 2820.49 y = -36.41 z = -2750.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2823.7 y = -42.09 z = -2752.92 detector = DummyHitDetector -WriteCond INFO Hit x = 2826.91 y = -47.77 z = -2754.48 detector = DummyHitDetector -WriteCond INFO Hit x = 2830.12 y = -53.45 z = -2755.7 detector = DummyHitDetector +WriteCond INFO Hit x = 2801.23 y = -2.34 z = -2573.33 detector = DummyHitDetector +WriteCond INFO Hit x = 2804.44 y = -8.02 z = -2705.27 detector = DummyHitDetector +WriteCond INFO Hit x = 2807.65 y = -13.70 z = -2729.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2810.86 y = -19.38 z = -2740.09 detector = DummyHitDetector +WriteCond INFO Hit x = 2814.07 y = -25.06 z = -2745.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2817.28 y = -30.73 z = -2749.38 detector = DummyHitDetector +WriteCond INFO Hit x = 2820.49 y = -36.41 z = -2751.86 detector = DummyHitDetector +WriteCond INFO Hit x = 2823.7 y = -42.09 z = -2753.68 detector = DummyHitDetector +WriteCond INFO Hit x = 2826.91 y = -47.77 z = -2755.07 detector = DummyHitDetector +WriteCond INFO Hit x = 2830.12 y = -53.45 z = -2756.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -378,16 +375,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #29, run #0 9 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 29 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 2901.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 2904.44 y = -8.02 z = -2777.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2907.65 y = -13.70 z = -2821.63 detector = DummyHitDetector -WriteCond INFO Hit x = 2910.86 y = -19.38 z = -2836.23 detector = DummyHitDetector -WriteCond INFO Hit x = 2914.07 y = -25.06 z = -2843.53 detector = DummyHitDetector -WriteCond INFO Hit x = 2917.28 y = -30.73 z = -2847.91 detector = DummyHitDetector -WriteCond INFO Hit x = 2920.49 y = -36.41 z = -2850.83 detector = DummyHitDetector -WriteCond INFO Hit x = 2923.7 y = -42.09 z = -2852.92 detector = DummyHitDetector -WriteCond INFO Hit x = 2926.91 y = -47.77 z = -2854.48 detector = DummyHitDetector -WriteCond INFO Hit x = 2930.12 y = -53.45 z = -2855.7 detector = DummyHitDetector +WriteCond INFO Hit x = 2901.23 y = -2.34 z = -2673.33 detector = DummyHitDetector +WriteCond INFO Hit x = 2904.44 y = -8.02 z = -2805.27 detector = DummyHitDetector +WriteCond INFO Hit x = 2907.65 y = -13.70 z = -2829.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2910.86 y = -19.38 z = -2840.09 detector = DummyHitDetector +WriteCond INFO Hit x = 2914.07 y = -25.06 z = -2845.77 detector = DummyHitDetector +WriteCond INFO Hit x = 2917.28 y = -30.73 z = -2849.38 detector = DummyHitDetector +WriteCond INFO Hit x = 2920.49 y = -36.41 z = -2851.86 detector = DummyHitDetector +WriteCond INFO Hit x = 2923.7 y = -42.09 z = -2853.68 detector = DummyHitDetector +WriteCond INFO Hit x = 2926.91 y = -47.77 z = -2855.07 detector = DummyHitDetector +WriteCond INFO Hit x = 2930.12 y = -53.45 z = -2856.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -404,16 +401,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #30, run #0 10 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 30 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 3001.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 3004.44 y = -8.02 z = -2877.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3007.65 y = -13.70 z = -2921.63 detector = DummyHitDetector -WriteCond INFO Hit x = 3010.86 y = -19.38 z = -2936.23 detector = DummyHitDetector -WriteCond INFO Hit x = 3014.07 y = -25.06 z = -2943.53 detector = DummyHitDetector -WriteCond INFO Hit x = 3017.28 y = -30.73 z = -2947.91 detector = DummyHitDetector -WriteCond INFO Hit x = 3020.49 y = -36.41 z = -2950.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3023.7 y = -42.09 z = -2952.92 detector = DummyHitDetector -WriteCond INFO Hit x = 3026.91 y = -47.77 z = -2954.48 detector = DummyHitDetector -WriteCond INFO Hit x = 3030.12 y = -53.45 z = -2955.7 detector = DummyHitDetector +WriteCond INFO Hit x = 3001.23 y = -2.34 z = -2773.33 detector = DummyHitDetector +WriteCond INFO Hit x = 3004.44 y = -8.02 z = -2905.27 detector = DummyHitDetector +WriteCond INFO Hit x = 3007.65 y = -13.70 z = -2929.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3010.86 y = -19.38 z = -2940.09 detector = DummyHitDetector +WriteCond INFO Hit x = 3014.07 y = -25.06 z = -2945.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3017.28 y = -30.73 z = -2949.38 detector = DummyHitDetector +WriteCond INFO Hit x = 3020.49 y = -36.41 z = -2951.86 detector = DummyHitDetector +WriteCond INFO Hit x = 3023.7 y = -42.09 z = -2953.68 detector = DummyHitDetector +WriteCond INFO Hit x = 3026.91 y = -47.77 z = -2955.07 detector = DummyHitDetector +WriteCond INFO Hit x = 3030.12 y = -53.45 z = -2956.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -438,16 +435,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #31, run #0 11 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 31 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 3101.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 3104.44 y = -8.02 z = -2977.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3107.65 y = -13.70 z = -3021.63 detector = DummyHitDetector -WriteCond INFO Hit x = 3110.86 y = -19.38 z = -3036.23 detector = DummyHitDetector -WriteCond INFO Hit x = 3114.07 y = -25.06 z = -3043.53 detector = DummyHitDetector -WriteCond INFO Hit x = 3117.28 y = -30.73 z = -3047.91 detector = DummyHitDetector -WriteCond INFO Hit x = 3120.49 y = -36.41 z = -3050.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3123.7 y = -42.09 z = -3052.92 detector = DummyHitDetector -WriteCond INFO Hit x = 3126.91 y = -47.77 z = -3054.48 detector = DummyHitDetector -WriteCond INFO Hit x = 3130.12 y = -53.45 z = -3055.7 detector = DummyHitDetector +WriteCond INFO Hit x = 3101.23 y = -2.34 z = -2873.33 detector = DummyHitDetector +WriteCond INFO Hit x = 3104.44 y = -8.02 z = -3005.27 detector = DummyHitDetector +WriteCond INFO Hit x = 3107.65 y = -13.70 z = -3029.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3110.86 y = -19.38 z = -3040.09 detector = DummyHitDetector +WriteCond INFO Hit x = 3114.07 y = -25.06 z = -3045.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3117.28 y = -30.73 z = -3049.38 detector = DummyHitDetector +WriteCond INFO Hit x = 3120.49 y = -36.41 z = -3051.86 detector = DummyHitDetector +WriteCond INFO Hit x = 3123.7 y = -42.09 z = -3053.68 detector = DummyHitDetector +WriteCond INFO Hit x = 3126.91 y = -47.77 z = -3055.07 detector = DummyHitDetector +WriteCond INFO Hit x = 3130.12 y = -53.45 z = -3056.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -464,16 +461,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #32, run #0 12 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 32 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 3201.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 3204.44 y = -8.02 z = -3077.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3207.65 y = -13.70 z = -3121.63 detector = DummyHitDetector -WriteCond INFO Hit x = 3210.86 y = -19.38 z = -3136.23 detector = DummyHitDetector -WriteCond INFO Hit x = 3214.07 y = -25.06 z = -3143.53 detector = DummyHitDetector -WriteCond INFO Hit x = 3217.28 y = -30.73 z = -3147.91 detector = DummyHitDetector -WriteCond INFO Hit x = 3220.49 y = -36.41 z = -3150.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3223.7 y = -42.09 z = -3152.92 detector = DummyHitDetector -WriteCond INFO Hit x = 3226.91 y = -47.77 z = -3154.48 detector = DummyHitDetector -WriteCond INFO Hit x = 3230.12 y = -53.45 z = -3155.7 detector = DummyHitDetector +WriteCond INFO Hit x = 3201.23 y = -2.34 z = -2973.33 detector = DummyHitDetector +WriteCond INFO Hit x = 3204.44 y = -8.02 z = -3105.27 detector = DummyHitDetector +WriteCond INFO Hit x = 3207.65 y = -13.70 z = -3129.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3210.86 y = -19.38 z = -3140.09 detector = DummyHitDetector +WriteCond INFO Hit x = 3214.07 y = -25.06 z = -3145.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3217.28 y = -30.73 z = -3149.38 detector = DummyHitDetector +WriteCond INFO Hit x = 3220.49 y = -36.41 z = -3151.86 detector = DummyHitDetector +WriteCond INFO Hit x = 3223.7 y = -42.09 z = -3153.68 detector = DummyHitDetector +WriteCond INFO Hit x = 3226.91 y = -47.77 z = -3155.07 detector = DummyHitDetector +WriteCond INFO Hit x = 3230.12 y = -53.45 z = -3156.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -490,16 +487,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #33, run #0 13 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 33 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 3301.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 3304.44 y = -8.02 z = -3177.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3307.65 y = -13.70 z = -3221.63 detector = DummyHitDetector -WriteCond INFO Hit x = 3310.86 y = -19.38 z = -3236.23 detector = DummyHitDetector -WriteCond INFO Hit x = 3314.07 y = -25.06 z = -3243.53 detector = DummyHitDetector -WriteCond INFO Hit x = 3317.28 y = -30.73 z = -3247.91 detector = DummyHitDetector -WriteCond INFO Hit x = 3320.49 y = -36.41 z = -3250.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3323.7 y = -42.09 z = -3252.92 detector = DummyHitDetector -WriteCond INFO Hit x = 3326.91 y = -47.77 z = -3254.48 detector = DummyHitDetector -WriteCond INFO Hit x = 3330.12 y = -53.45 z = -3255.7 detector = DummyHitDetector +WriteCond INFO Hit x = 3301.23 y = -2.34 z = -3073.33 detector = DummyHitDetector +WriteCond INFO Hit x = 3304.44 y = -8.02 z = -3205.27 detector = DummyHitDetector +WriteCond INFO Hit x = 3307.65 y = -13.70 z = -3229.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3310.86 y = -19.38 z = -3240.09 detector = DummyHitDetector +WriteCond INFO Hit x = 3314.07 y = -25.06 z = -3245.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3317.28 y = -30.73 z = -3249.38 detector = DummyHitDetector +WriteCond INFO Hit x = 3320.49 y = -36.41 z = -3251.86 detector = DummyHitDetector +WriteCond INFO Hit x = 3323.7 y = -42.09 z = -3253.68 detector = DummyHitDetector +WriteCond INFO Hit x = 3326.91 y = -47.77 z = -3255.07 detector = DummyHitDetector +WriteCond INFO Hit x = 3330.12 y = -53.45 z = -3256.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -516,16 +513,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #34, run #0 14 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 34 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 3401.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 3404.44 y = -8.02 z = -3277.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3407.65 y = -13.70 z = -3321.63 detector = DummyHitDetector -WriteCond INFO Hit x = 3410.86 y = -19.38 z = -3336.23 detector = DummyHitDetector -WriteCond INFO Hit x = 3414.07 y = -25.06 z = -3343.53 detector = DummyHitDetector -WriteCond INFO Hit x = 3417.28 y = -30.73 z = -3347.91 detector = DummyHitDetector -WriteCond INFO Hit x = 3420.49 y = -36.41 z = -3350.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3423.7 y = -42.09 z = -3352.92 detector = DummyHitDetector -WriteCond INFO Hit x = 3426.91 y = -47.77 z = -3354.48 detector = DummyHitDetector -WriteCond INFO Hit x = 3430.12 y = -53.45 z = -3355.7 detector = DummyHitDetector +WriteCond INFO Hit x = 3401.23 y = -2.34 z = -3173.33 detector = DummyHitDetector +WriteCond INFO Hit x = 3404.44 y = -8.02 z = -3305.27 detector = DummyHitDetector +WriteCond INFO Hit x = 3407.65 y = -13.70 z = -3329.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3410.86 y = -19.38 z = -3340.09 detector = DummyHitDetector +WriteCond INFO Hit x = 3414.07 y = -25.06 z = -3345.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3417.28 y = -30.73 z = -3349.38 detector = DummyHitDetector +WriteCond INFO Hit x = 3420.49 y = -36.41 z = -3351.86 detector = DummyHitDetector +WriteCond INFO Hit x = 3423.7 y = -42.09 z = -3353.68 detector = DummyHitDetector +WriteCond INFO Hit x = 3426.91 y = -47.77 z = -3355.07 detector = DummyHitDetector +WriteCond INFO Hit x = 3430.12 y = -53.45 z = -3356.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -542,16 +539,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #35, run #0 15 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 35 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 3501.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 3504.44 y = -8.02 z = -3377.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3507.65 y = -13.70 z = -3421.63 detector = DummyHitDetector -WriteCond INFO Hit x = 3510.86 y = -19.38 z = -3436.23 detector = DummyHitDetector -WriteCond INFO Hit x = 3514.07 y = -25.06 z = -3443.53 detector = DummyHitDetector -WriteCond INFO Hit x = 3517.28 y = -30.73 z = -3447.91 detector = DummyHitDetector -WriteCond INFO Hit x = 3520.49 y = -36.41 z = -3450.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3523.7 y = -42.09 z = -3452.92 detector = DummyHitDetector -WriteCond INFO Hit x = 3526.91 y = -47.77 z = -3454.48 detector = DummyHitDetector -WriteCond INFO Hit x = 3530.12 y = -53.45 z = -3455.7 detector = DummyHitDetector +WriteCond INFO Hit x = 3501.23 y = -2.34 z = -3273.33 detector = DummyHitDetector +WriteCond INFO Hit x = 3504.44 y = -8.02 z = -3405.27 detector = DummyHitDetector +WriteCond INFO Hit x = 3507.65 y = -13.70 z = -3429.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3510.86 y = -19.38 z = -3440.09 detector = DummyHitDetector +WriteCond INFO Hit x = 3514.07 y = -25.06 z = -3445.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3517.28 y = -30.73 z = -3449.38 detector = DummyHitDetector +WriteCond INFO Hit x = 3520.49 y = -36.41 z = -3451.86 detector = DummyHitDetector +WriteCond INFO Hit x = 3523.7 y = -42.09 z = -3453.68 detector = DummyHitDetector +WriteCond INFO Hit x = 3526.91 y = -47.77 z = -3455.07 detector = DummyHitDetector +WriteCond INFO Hit x = 3530.12 y = -53.45 z = -3456.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -568,16 +565,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #36, run #0 16 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 36 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 3601.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 3604.44 y = -8.02 z = -3477.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3607.65 y = -13.70 z = -3521.63 detector = DummyHitDetector -WriteCond INFO Hit x = 3610.86 y = -19.38 z = -3536.23 detector = DummyHitDetector -WriteCond INFO Hit x = 3614.07 y = -25.06 z = -3543.53 detector = DummyHitDetector -WriteCond INFO Hit x = 3617.28 y = -30.73 z = -3547.91 detector = DummyHitDetector -WriteCond INFO Hit x = 3620.49 y = -36.41 z = -3550.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3623.7 y = -42.09 z = -3552.92 detector = DummyHitDetector -WriteCond INFO Hit x = 3626.91 y = -47.77 z = -3554.48 detector = DummyHitDetector -WriteCond INFO Hit x = 3630.12 y = -53.45 z = -3555.7 detector = DummyHitDetector +WriteCond INFO Hit x = 3601.23 y = -2.34 z = -3373.33 detector = DummyHitDetector +WriteCond INFO Hit x = 3604.44 y = -8.02 z = -3505.27 detector = DummyHitDetector +WriteCond INFO Hit x = 3607.65 y = -13.70 z = -3529.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3610.86 y = -19.38 z = -3540.09 detector = DummyHitDetector +WriteCond INFO Hit x = 3614.07 y = -25.06 z = -3545.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3617.28 y = -30.73 z = -3549.38 detector = DummyHitDetector +WriteCond INFO Hit x = 3620.49 y = -36.41 z = -3551.86 detector = DummyHitDetector +WriteCond INFO Hit x = 3623.7 y = -42.09 z = -3553.68 detector = DummyHitDetector +WriteCond INFO Hit x = 3626.91 y = -47.77 z = -3555.07 detector = DummyHitDetector +WriteCond INFO Hit x = 3630.12 y = -53.45 z = -3556.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -594,16 +591,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #37, run #0 17 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 37 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 3701.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 3704.44 y = -8.02 z = -3577.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3707.65 y = -13.70 z = -3621.63 detector = DummyHitDetector -WriteCond INFO Hit x = 3710.86 y = -19.38 z = -3636.23 detector = DummyHitDetector -WriteCond INFO Hit x = 3714.07 y = -25.06 z = -3643.53 detector = DummyHitDetector -WriteCond INFO Hit x = 3717.28 y = -30.73 z = -3647.91 detector = DummyHitDetector -WriteCond INFO Hit x = 3720.49 y = -36.41 z = -3650.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3723.7 y = -42.09 z = -3652.92 detector = DummyHitDetector -WriteCond INFO Hit x = 3726.91 y = -47.77 z = -3654.48 detector = DummyHitDetector -WriteCond INFO Hit x = 3730.12 y = -53.45 z = -3655.7 detector = DummyHitDetector +WriteCond INFO Hit x = 3701.23 y = -2.34 z = -3473.33 detector = DummyHitDetector +WriteCond INFO Hit x = 3704.44 y = -8.02 z = -3605.27 detector = DummyHitDetector +WriteCond INFO Hit x = 3707.65 y = -13.70 z = -3629.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3710.86 y = -19.38 z = -3640.09 detector = DummyHitDetector +WriteCond INFO Hit x = 3714.07 y = -25.06 z = -3645.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3717.28 y = -30.73 z = -3649.38 detector = DummyHitDetector +WriteCond INFO Hit x = 3720.49 y = -36.41 z = -3651.86 detector = DummyHitDetector +WriteCond INFO Hit x = 3723.7 y = -42.09 z = -3653.68 detector = DummyHitDetector +WriteCond INFO Hit x = 3726.91 y = -47.77 z = -3655.07 detector = DummyHitDetector +WriteCond INFO Hit x = 3730.12 y = -53.45 z = -3656.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -620,16 +617,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #38, run #0 18 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 38 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 3801.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 3804.44 y = -8.02 z = -3677.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3807.65 y = -13.70 z = -3721.63 detector = DummyHitDetector -WriteCond INFO Hit x = 3810.86 y = -19.38 z = -3736.23 detector = DummyHitDetector -WriteCond INFO Hit x = 3814.07 y = -25.06 z = -3743.53 detector = DummyHitDetector -WriteCond INFO Hit x = 3817.28 y = -30.73 z = -3747.91 detector = DummyHitDetector -WriteCond INFO Hit x = 3820.49 y = -36.41 z = -3750.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3823.7 y = -42.09 z = -3752.92 detector = DummyHitDetector -WriteCond INFO Hit x = 3826.91 y = -47.77 z = -3754.48 detector = DummyHitDetector -WriteCond INFO Hit x = 3830.12 y = -53.45 z = -3755.7 detector = DummyHitDetector +WriteCond INFO Hit x = 3801.23 y = -2.34 z = -3573.33 detector = DummyHitDetector +WriteCond INFO Hit x = 3804.44 y = -8.02 z = -3705.27 detector = DummyHitDetector +WriteCond INFO Hit x = 3807.65 y = -13.70 z = -3729.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3810.86 y = -19.38 z = -3740.09 detector = DummyHitDetector +WriteCond INFO Hit x = 3814.07 y = -25.06 z = -3745.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3817.28 y = -30.73 z = -3749.38 detector = DummyHitDetector +WriteCond INFO Hit x = 3820.49 y = -36.41 z = -3751.86 detector = DummyHitDetector +WriteCond INFO Hit x = 3823.7 y = -42.09 z = -3753.68 detector = DummyHitDetector +WriteCond INFO Hit x = 3826.91 y = -47.77 z = -3755.07 detector = DummyHitDetector +WriteCond INFO Hit x = 3830.12 y = -53.45 z = -3756.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -646,16 +643,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #39, run #0 19 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 39 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 3901.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 3904.44 y = -8.02 z = -3777.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3907.65 y = -13.70 z = -3821.63 detector = DummyHitDetector -WriteCond INFO Hit x = 3910.86 y = -19.38 z = -3836.23 detector = DummyHitDetector -WriteCond INFO Hit x = 3914.07 y = -25.06 z = -3843.53 detector = DummyHitDetector -WriteCond INFO Hit x = 3917.28 y = -30.73 z = -3847.91 detector = DummyHitDetector -WriteCond INFO Hit x = 3920.49 y = -36.41 z = -3850.83 detector = DummyHitDetector -WriteCond INFO Hit x = 3923.7 y = -42.09 z = -3852.92 detector = DummyHitDetector -WriteCond INFO Hit x = 3926.91 y = -47.77 z = -3854.48 detector = DummyHitDetector -WriteCond INFO Hit x = 3930.12 y = -53.45 z = -3855.7 detector = DummyHitDetector +WriteCond INFO Hit x = 3901.23 y = -2.34 z = -3673.33 detector = DummyHitDetector +WriteCond INFO Hit x = 3904.44 y = -8.02 z = -3805.27 detector = DummyHitDetector +WriteCond INFO Hit x = 3907.65 y = -13.70 z = -3829.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3910.86 y = -19.38 z = -3840.09 detector = DummyHitDetector +WriteCond INFO Hit x = 3914.07 y = -25.06 z = -3845.77 detector = DummyHitDetector +WriteCond INFO Hit x = 3917.28 y = -30.73 z = -3849.38 detector = DummyHitDetector +WriteCond INFO Hit x = 3920.49 y = -36.41 z = -3851.86 detector = DummyHitDetector +WriteCond INFO Hit x = 3923.7 y = -42.09 z = -3853.68 detector = DummyHitDetector +WriteCond INFO Hit x = 3926.91 y = -47.77 z = -3855.07 detector = DummyHitDetector +WriteCond INFO Hit x = 3930.12 y = -53.45 z = -3856.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -669,10 +666,11 @@ Stream1 DEBUG Added object 9102,"MyHits" Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #39, run #0 20 events processed so far <<<=== WriteCond INFO in finalize() -WriteCond INFO Pedestal x = 593136 y = -5580.01 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +WriteCond INFO Pedestal x = 593136 y = -5580.01 z = -575208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> DetectorStore INFO Stop DetectorStore StoreGateSvc INFO Stop StoreGateSvc StoreGateSvc INFO stop: setting service priority to 101 so that event stores get finalized and cleared before other stores +MetaDataStore INFO Stop MetaDataStore Stream1 DEBUG handle() incident type: MetaDataStop Stream1.Stream1... DEBUG In connectServices Stream1.Stream1... DEBUG In connectOutput @@ -728,7 +726,6 @@ SimplePoolFile5.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLC SimplePoolFile5.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader) SimplePoolFile5.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm) Domain[ROOT_All] Info > Deaccess DbDomain UPDATE [ROOT_All] -MetaDataStore INFO Stop MetaDataStore InputMetaDataStore INFO Stop InputMetaDataStore ApplicationMgr INFO Application Manager Stopped successfully WriteData INFO in finalize() @@ -739,19 +736,18 @@ AthRegSeq INFO Finalizing AthRegSeq... AthMasterSeq INFO Finalizing AthMasterSeq... Stream1 DEBUG finalize: Optimize output Stream1 DEBUG finalize: end optimize output -StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-03-06-31 EventSelector INFO finalize -DetectorStore INFO Finalizing DetectorStore - package version StoreGate-02-45-01-04 -ItemListSvc INFO -- OUTPUT STREAM ITEM OVERLAP SUMMARY -- +DetectorStore INFO Finalizing DetectorStore - package version StoreGate-03-06-31 DecisionSvc INFO -- OUTPUT STREAM EVENT OVERLAP SUMMARY -- DecisionSvc INFO List of registered 1 Streams: Stream1 DecisionSvc INFO Finalized successfully. +MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-03-06-31 AthenaPoolCnvSvc DEBUG releasing all workers PoolSvc INFO I/O finalization... XMLFileCatalog Debug There were no updates in the catalog PoolXMLFileCatalog Info XercesC termination number 0 -MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-02-45-01-04 -InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-02-45-01-04 +InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-03-06-31 AthDictLoaderSvc INFO in finalize... ToolSvc INFO Removing all tools created by ToolSvc Stream1.Stream1... DEBUG in finalize() @@ -761,9 +757,8 @@ Stream1.Stream1... DEBUG Calling destructor *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -AthenaSealSvc::... INFO Time User : Tot= 1 [ms] Ave/Min/Max= 143(+- 350)/ 0/1e+03 [us] #= 7 -AthenaSealSvc::... INFO Time User : Tot= 127 [ms] #= 1 -ChronoStatSvc INFO Time User : Tot= 4.82 [s] #= 1 +AthenaSealSvc::... INFO Time User : Tot= 11 [ms] #= 1 +ChronoStatSvc INFO Time User : Tot=0.86 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ChronoStatSvc.f... INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Append.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Append.ref index f64f5b48c42..76c43843951 100755 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Append.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Append.ref @@ -1,8 +1,9 @@ -Mon Feb 16 18:25:40 CET 2015 +Mon Mar 21 22:37:11 CET 2016 Preloading tcmalloc_minimal.so Athena INFO including file "AthenaCommon/Preparation.py" Athena INFO including file "AthenaCommon/Bootstrap.py" Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py" +Athena INFO executing ROOT6Setup Athena INFO including file "AthenaCommon/Execution.py" Athena INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_AppendJobOptions.py" Athena INFO including file "AthenaCommon/runbatch.py" @@ -18,7 +19,7 @@ AthDictLoaderSvc INFO in initialize... AthDictLoaderSvc INFO acquired Dso-registry ChronoStatSvc INFO Number of skipped events for MemStat-1 CoreDumpSvc INFO install f-a-t-a-l handler... (flag = -1) -AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-59-05 +AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-60-03 AthMasterSeq INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq AthAlgSeq INFO Member list: AthPoolEx::WriteData/WriteData, AthPoolEx::WriteTag/WriteTag, AthenaOutputStream/Stream1, RegistrationStream/RegStream1 WriteData INFO in initialize() @@ -28,14 +29,12 @@ Stream1 DEBUG Found IDecisionSvc. DecisionSvc INFO Inserting stream: Stream1 with no Algs Stream1 DEBUG End initialize Stream1 DEBUG In initialize -StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-02-45-01-10 -MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-59-05 -InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-02-45-01-10 -MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-02-45-01-10 -AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-19 -AthenaRootStrea... INFO POOL/ROOT class loader initialized -AthenaRootStrea... INFO 9 ROOT streamers declared -PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-24-06 +StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-03-06-31 +MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-60-03 +InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-03-06-31 +MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-03-06-31 +AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-28-12 +PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-25-00 PoolSvc INFO io_register[PoolSvc](xmlcatalog_file:Catalog1.xml) [ok] PoolSvc INFO Set connectionsvc retry/timeout/IDLE timeout to 'ConnectionRetrialPeriod':300/ 'ConnectionRetrialTimeOut':3600/ 'ConnectionTimeOut':5 seconds with connection cleanup disabled PoolSvc INFO Frontier compression level set to 5 @@ -45,16 +44,15 @@ PoolSvc INFO Re-initializing PoolSvc PoolSvc INFO POOL WriteCatalog is xmlcatalog_file:Catalog1.xml XMLFileCatalog Info Connecting to the catalog PoolXMLFileCatalog Info Xerces-c initialization Number 0 -ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-01-10 +ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-02-07 Stream1 DEBUG Found StoreGateSvc store. Stream1 DEBUG Found MetaDataStore store. -ItemListSvc INFO ItemListSvc initialize -OutputStreamSeq... INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-59-05 -Stream1.Stream1... INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-75 +OutputStreamSeq... INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-60-03 +Stream1.Stream1... INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-84 Stream1.Stream1... INFO streamProperty ProcessingTag = Stream1 Stream1.Stream1... DEBUG In connectServices -DetectorStore INFO Initializing DetectorStore - package version StoreGate-02-45-01-10 -Stream1.Stream1... INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-75 +DetectorStore INFO Initializing DetectorStore - package version StoreGate-03-06-31 +Stream1.Stream1... INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-84 Stream1 INFO Found HelperTools = PrivateToolHandleArray(['MakeEventStreamInfo/Stream1_MakeEventStreamInfo']) Stream1 INFO Data output: SimplePoolFile2.root Stream1 INFO I/O reinitialization... @@ -84,7 +82,7 @@ RegStream1 DEBUG End initialize HistogramPersis...WARNING Histograms saving not required. EventSelector INFO Enter McEventSelector Initialization AthenaEventLoopMgr INFO Setup EventSelector service EventSelector -ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-02-45-01-10 +ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-03-06-31 ApplicationMgr INFO Application Manager Initialized successfully InputMetaDataStore INFO Start InputMetaDataStore MetaDataStore INFO Start MetaDataStore @@ -161,6 +159,7 @@ RootDatabase.setOption Debug Request TREE_AUTO_FLUSH RootDatabase.setOption Debug File name SimplePoolFile2.root RootDatabase.setOption Debug Demand to set AUTO_FLUSH for TTree: POOLContainer with value: 0 AthenaPoolCnvSvc DEBUG setAttribute TREE_AUTO_FLUSH to 0 for db: SimplePoolFile2.root and cont: TTree=POOLContainer +AthenaPoolCnvSvc DEBUG setAttribute CONTAINER_SPLITLEVEL to 99 for db: SimplePoolFile2.root and cont: TTree=POOLContainerForm(DataHeaderForm) Stream1.Stream1... DEBUG Connected to SimplePoolFile2.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 Stream1 DEBUG addItemObjects(2101,"*") called @@ -203,6 +202,7 @@ PoolSvc INFO Writing ExplicitROOT Collection - do not pass session RootCollection Info Opening Collection File SimplePoolCollection2.root in mode: UPDATE RootCollection Debug File SimplePoolCollection2.root exists. RootCollection Info File SimplePoolCollection2.root opened +RootCollection Debug Retrieved Collection TTree "POOLCollectionTree" from file SimplePoolCollection2.root RootCollection Info Root collection opened, size = 20 RegStream1.TagTool DEBUG Created collection RegStream1.TagTool DEBUG RSTool::fill dumping inputs @@ -220,6 +220,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=21 AthenaEventLoopMgr INFO ===>>> done processing event #20, run #2 1 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #21, run #2 1 events processed so far <<<=== WriteData DEBUG in execute() @@ -257,6 +258,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=22 AthenaEventLoopMgr INFO ===>>> done processing event #21, run #2 2 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #22, run #2 2 events processed so far <<<=== WriteData DEBUG in execute() @@ -294,6 +296,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=23 AthenaEventLoopMgr INFO ===>>> done processing event #22, run #2 3 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #23, run #2 3 events processed so far <<<=== WriteData DEBUG in execute() @@ -331,6 +334,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=24 AthenaEventLoopMgr INFO ===>>> done processing event #23, run #2 4 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #24, run #2 4 events processed so far <<<=== WriteData DEBUG in execute() @@ -368,6 +372,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=25 AthenaEventLoopMgr INFO ===>>> done processing event #24, run #2 5 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #25, run #2 5 events processed so far <<<=== WriteData DEBUG in execute() @@ -405,6 +410,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=26 AthenaEventLoopMgr INFO ===>>> done processing event #25, run #2 6 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #26, run #2 6 events processed so far <<<=== WriteData DEBUG in execute() @@ -442,6 +448,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=27 AthenaEventLoopMgr INFO ===>>> done processing event #26, run #2 7 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #27, run #2 7 events processed so far <<<=== WriteData DEBUG in execute() @@ -479,6 +486,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=28 AthenaEventLoopMgr INFO ===>>> done processing event #27, run #2 8 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #28, run #2 8 events processed so far <<<=== WriteData DEBUG in execute() @@ -516,6 +524,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=29 AthenaEventLoopMgr INFO ===>>> done processing event #28, run #2 9 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #29, run #2 9 events processed so far <<<=== WriteData DEBUG in execute() @@ -553,6 +562,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=30 AthenaEventLoopMgr INFO ===>>> done processing event #29, run #2 10 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #30, run #2 10 events processed so far <<<=== WriteData DEBUG in execute() @@ -569,6 +579,17 @@ Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 11 Stream1.Stream1... DEBUG In commitOutput +CollectionTree(EventInfo_p4/McEventInfo) Debug endTransaction: go to finish +POOLCollectionTree(EventNumber) Debug endTransaction: go to finish +POOLCollectionTree(MagicNumber) Debug endTransaction: go to finish +POOLCollectionTree(RunNumber) Debug endTransaction: go to finish +POOLCollectionTree(Token) Debug endTransaction: go to finish +POOLContainer(DataHeader) Debug endTransaction: go to finish +POOLContainer(basic/DataHeader) Debug endTransaction: go to finish +POOLContainerForm(DataHeaderForm) Debug endTransaction: go to finish +##Params Debug endTransaction: tree AutoSave +##Shapes Debug endTransaction: tree AutoSave +##Links Debug endTransaction: tree AutoSave RegStream1 DEBUG RegistrationStream execute RegStream1 DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") RegStream1 DEBUG get ref for (222376821,"Stream1") @@ -590,6 +611,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=31 AthenaEventLoopMgr INFO ===>>> done processing event #30, run #2 11 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #31, run #2 11 events processed so far <<<=== WriteData DEBUG in execute() @@ -627,6 +649,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=32 AthenaEventLoopMgr INFO ===>>> done processing event #31, run #2 12 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #32, run #2 12 events processed so far <<<=== WriteData DEBUG in execute() @@ -664,6 +687,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=33 AthenaEventLoopMgr INFO ===>>> done processing event #32, run #2 13 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #33, run #2 13 events processed so far <<<=== WriteData DEBUG in execute() @@ -701,6 +725,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=34 AthenaEventLoopMgr INFO ===>>> done processing event #33, run #2 14 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #34, run #2 14 events processed so far <<<=== WriteData DEBUG in execute() @@ -738,6 +763,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=35 AthenaEventLoopMgr INFO ===>>> done processing event #34, run #2 15 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #35, run #2 15 events processed so far <<<=== WriteData DEBUG in execute() @@ -775,6 +801,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=36 AthenaEventLoopMgr INFO ===>>> done processing event #35, run #2 16 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #36, run #2 16 events processed so far <<<=== WriteData DEBUG in execute() @@ -812,6 +839,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=37 AthenaEventLoopMgr INFO ===>>> done processing event #36, run #2 17 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #37, run #2 17 events processed so far <<<=== WriteData DEBUG in execute() @@ -849,6 +877,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=38 AthenaEventLoopMgr INFO ===>>> done processing event #37, run #2 18 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #38, run #2 18 events processed so far <<<=== WriteData DEBUG in execute() @@ -886,6 +915,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=39 AthenaEventLoopMgr INFO ===>>> done processing event #38, run #2 19 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #39, run #2 19 events processed so far <<<=== WriteData DEBUG in execute() @@ -923,6 +953,7 @@ RegStream1.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=40 AthenaEventLoopMgr INFO ===>>> done processing event #39, run #2 20 events processed so far <<<=== DetectorStore INFO Stop DetectorStore StoreGateSvc INFO Stop StoreGateSvc @@ -937,6 +968,14 @@ Stream1 DEBUG Key:Stream1 Stream1 DEBUG Added object 167728019,"Stream1" Stream1 DEBUG addItemObjects(1316383046,"*") called Stream1 DEBUG Key:* +SimplePoolFile2.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1) +???? Debug Opened container MetaData(EventStreamInfo_p3/Stream1) of type ROOT_Tree +SimplePoolFile2.root Debug --->Adding Assoc :????/MetaData(EventStreamInfo_p3/Stream1) [202] (e , ffffffff) +SimplePoolFile2.root Debug ---->ClassID:???? +SimplePoolFile2.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) +???? Debug Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree +SimplePoolFile2.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdr(DataHeader) +???? Debug Opened container MetaDataHdr(DataHeader) of type ROOT_Tree Stream1.Stream1... DEBUG In commitOutput Stream1.Stream1... DEBUG In connectServices Stream1 INFO Records written: 21 @@ -944,13 +983,55 @@ Stream1 DEBUG Leaving handle RegStream1 DEBUG handle() incident type: MetaDataStop RegStream1.TagTool INFO Collection Events output: 20 RegStream1.TagTool DEBUG pointer to collection is not null +XMLFileCatalog Debug There were no updates in the catalog +POOLCollFactory Debug Registering existing collection PFN=RootCollection||PFN:SimplePoolCollection2.root, LFN= +XMLFileCatalog Debug There were no updates in the catalog +RootCollection::Metadata Debug Using char buffer of size: 4100 +RootCollection::Metadata Debug readKeys: found 3 metadata keys +POOLCollFactory Debug --- found catalog guid=???? +POOLCollFactory Debug --- collection guid=???? RegStream1.TagTool DEBUG Found metadata store, MetaDataStore RegStream1.TagTool DEBUG Looking for key Input +RootCollection Debug Commit: saving collection TTree to file: SimplePoolCollection2.root +RootCollection Debug bytes written to TTree ???? +RootCollection::MetadataCommit Debug Bytes written to the Metadata TTree ???? RegStream1.TagTool DEBUG Committed collection RootCollection Info Closing open collection 'SimplePoolCollection2.root' +RootCollectionSchemaEditor Debug ###### Writing schema.... RegStream1.TagTool DEBUG Closed collection +CollectionTree(EventInfo_p4/McEventInfo) Debug endTransaction: go to finish +MetaData(EventStreamInfo_p3/Stream1) Debug endTransaction: go to finish +MetaDataHdr(DataHeader) Debug endTransaction: go to finish +MetaDataHdrForm(DataHeaderForm) Debug endTransaction: go to finish +POOLCollectionTree(EventNumber) Debug endTransaction: go to finish +POOLCollectionTree(MagicNumber) Debug endTransaction: go to finish +POOLCollectionTree(RunNumber) Debug endTransaction: go to finish +POOLCollectionTree(Token) Debug endTransaction: go to finish +POOLContainer(DataHeader) Debug endTransaction: go to finish +POOLContainer(basic/DataHeader) Debug endTransaction: go to finish +POOLContainerForm(DataHeaderForm) Debug endTransaction: go to finish +##Params Debug endTransaction: tree AutoSave +##Shapes Debug endTransaction: tree AutoSave +##Links Debug endTransaction: tree AutoSave SimplePoolFile2.root Info Database being retired... +SimplePoolFile2.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_All] ##Links +SimplePoolFile2.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_All] ##Shapes +SimplePoolFile2.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_All] ##Params +RootDatabase.close Debug I/O READ Bytes: ???? +RootDatabase.close Debug I/O WRITE Bytes: ???? +RootDatabase.close Debug I/O OTHER Bytes: 0 Domain[ROOT_All] Info -> Deaccess DbDatabase UPDATE [ROOT_All] ???? +SimplePoolFile2.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo) +SimplePoolFile2.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1) +SimplePoolFile2.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdr(DataHeader) +SimplePoolFile2.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) +SimplePoolFile2.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLCollectionTree(EventNumber) +SimplePoolFile2.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLCollectionTree(MagicNumber) +SimplePoolFile2.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLCollectionTree(RunNumber) +SimplePoolFile2.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLCollectionTree(Token) +SimplePoolFile2.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(DataHeader) +SimplePoolFile2.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader) +SimplePoolFile2.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm) Domain[ROOT_All] Info > Deaccess DbDomain UPDATE [ROOT_All] MetaDataStore INFO Stop MetaDataStore InputMetaDataStore INFO Stop InputMetaDataStore @@ -967,18 +1048,15 @@ WriteData DEBUG Calling destructor AthOutSeq INFO Finalizing AthOutSeq... AthRegSeq INFO Finalizing AthRegSeq... AthMasterSeq INFO Finalizing AthMasterSeq... -StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-02-45-01-10 +StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-03-06-31 EventSelector INFO finalize -DetectorStore INFO Finalizing DetectorStore - package version StoreGate-02-45-01-10 -ItemListSvc INFO -- OUTPUT STREAM ITEM OVERLAP SUMMARY -- -ItemListSvc INFO STREAM Stream1 has (2) items -ItemListSvc INFO - EventInfo_McEventInfo -ItemListSvc INFO - EventStreamInfo_Stream1 +DetectorStore INFO Finalizing DetectorStore - package version StoreGate-03-06-31 AthenaPoolCnvSvc DEBUG releasing all workers PoolSvc INFO I/O finalization... +XMLFileCatalog Debug There were no updates in the catalog PoolXMLFileCatalog Info XercesC termination number 0 -MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-02-45-01-10 -InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-02-45-01-10 +MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-03-06-31 +InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-03-06-31 DecisionSvc INFO -- OUTPUT STREAM EVENT OVERLAP SUMMARY -- DecisionSvc INFO List of registered 2 Streams: RegStream1 Stream1 DecisionSvc INFO Finalized successfully. @@ -992,9 +1070,8 @@ Stream1.Stream1... DEBUG Calling destructor *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -AthenaSealSvc::... INFO Time User : Tot=0.99 [ms] Ave/Min/Max= 200(+- 400)/ 0/ 999 [us] #= 5 -AthenaSealSvc::... INFO Time User : Tot= 119 [ms] #= 1 -ChronoStatSvc INFO Time User : Tot= 4.32 [s] #= 1 +AthenaSealSvc::... INFO Time User : Tot= 12 [ms] #= 1 +ChronoStatSvc INFO Time User : Tot=0.96 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ChronoStatSvc.f... INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AppendFast.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AppendFast.ref index 50b82bcbcad..da7ece2e538 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AppendFast.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AppendFast.ref @@ -1,8 +1,9 @@ -Wed Feb 4 10:47:49 CET 2015 +Mon Mar 21 22:41:20 CET 2016 Preloading tcmalloc_minimal.so Athena INFO including file "AthenaCommon/Preparation.py" Athena INFO including file "AthenaCommon/Bootstrap.py" Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py" +Athena INFO executing ROOT6Setup Athena INFO including file "AthenaCommon/Execution.py" Athena INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_AppendFastJobOptions.py" Athena INFO including file "AthenaCommon/runbatch.py" @@ -18,19 +19,22 @@ AthDictLoaderSvc INFO in initialize... AthDictLoaderSvc INFO acquired Dso-registry ChronoStatSvc INFO Number of skipped events for MemStat-1 CoreDumpSvc INFO install f-a-t-a-l handler... (flag = -1) -AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-59-04 +AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-60-03 AthMasterSeq INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq AthAlgSeq INFO Member list: AthPoolEx::WriteData/WriteData, AthPoolEx::WriteTag/WriteTag, AthenaOutputStream/Stream2, RegistrationStream/RegStream2 WriteData INFO in initialize() WriteTag INFO in initialize() -StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-02-45-01-04 -MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-59-04 -InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-02-45-01-04 -MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-02-45-01-04 -AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-18 -AthenaRootStrea... INFO POOL/ROOT class loader initialized -AthenaRootStrea... INFO 9 ROOT streamers declared -PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-24-06 +Stream2 DEBUG In initialize +Stream2 DEBUG Found IDecisionSvc. +DecisionSvc INFO Inserting stream: Stream2 with no Algs +Stream2 DEBUG End initialize +Stream2 DEBUG In initialize +StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-03-06-31 +MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-60-03 +InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-03-06-31 +MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-03-06-31 +AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-28-12 +PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-25-00 PoolSvc INFO io_register[PoolSvc](xmlcatalog_file:Catalog1.xml) [ok] PoolSvc INFO Set connectionsvc retry/timeout/IDLE timeout to 'ConnectionRetrialPeriod':300/ 'ConnectionRetrialTimeOut':3600/ 'ConnectionTimeOut':5 seconds with connection cleanup disabled PoolSvc INFO Frontier compression level set to 5 @@ -40,21 +44,15 @@ PoolSvc INFO Re-initializing PoolSvc PoolSvc INFO POOL WriteCatalog is xmlcatalog_file:Catalog1.xml XMLFileCatalog Info Connecting to the catalog PoolXMLFileCatalog Info Xerces-c initialization Number 0 -ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-01-10 -Stream2 DEBUG In initialize -Stream2 DEBUG Found IDecisionSvc. -DecisionSvc INFO Inserting stream: Stream2 with no Algs -Stream2 DEBUG End initialize -Stream2 DEBUG In initialize +ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-02-07 Stream2 DEBUG Found StoreGateSvc store. Stream2 DEBUG Found MetaDataStore store. -ItemListSvc INFO ItemListSvc initialize -OutputStreamSeq... INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-59-04 -Stream2.Stream2... INFO Initializing Stream2.Stream2Tool - package version OutputStreamAthenaPool-00-02-75 +OutputStreamSeq... INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-60-03 +Stream2.Stream2... INFO Initializing Stream2.Stream2Tool - package version OutputStreamAthenaPool-00-02-84 Stream2.Stream2... INFO streamProperty ProcessingTag = Stream2 Stream2.Stream2... DEBUG In connectServices -DetectorStore INFO Initializing DetectorStore - package version StoreGate-02-45-01-04 -Stream2.Stream2... INFO Initializing Stream2.Stream2_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-75 +DetectorStore INFO Initializing DetectorStore - package version StoreGate-03-06-31 +Stream2.Stream2... INFO Initializing Stream2.Stream2_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-84 Stream2 INFO Found HelperTools = PrivateToolHandleArray(['MakeEventStreamInfo/Stream2_MakeEventStreamInfo']) Stream2 INFO Data output: SimplePoolFileB.root Stream2 INFO I/O reinitialization... @@ -84,7 +82,7 @@ RegStream2 DEBUG End initialize HistogramPersis...WARNING Histograms saving not required. EventSelector INFO Enter McEventSelector Initialization AthenaEventLoopMgr INFO Setup EventSelector service EventSelector -ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-02-45-01-04 +ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-03-06-31 ApplicationMgr INFO Application Manager Initialized successfully InputMetaDataStore INFO Start InputMetaDataStore MetaDataStore INFO Start MetaDataStore @@ -110,7 +108,6 @@ PoolXMLFileCatalog Debug filename SimplePoolFileB.root does not exist XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found Domain[ROOT_All] Info -> Access DbDatabase CREATE [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFileB.root -RootDatabase.open Success SimplePoolFileB.root File version:53424 SimplePoolFileB.root Debug --> Access DbContainer CREATE [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree ##Shapes Debug No objects passing selection criteria... Container has 0 Entries in total. @@ -126,6 +123,7 @@ RootDatabase.setOption Debug Request TREE_AUTO_FLUSH RootDatabase.setOption Debug File name SimplePoolFileB.root RootDatabase.setOption Debug Demand to set AUTO_FLUSH for TTree: POOLContainer with value: 0 AthenaPoolCnvSvc DEBUG setAttribute TREE_AUTO_FLUSH to 0 for db: SimplePoolFileB.root and cont: TTree=POOLContainer +AthenaPoolCnvSvc DEBUG setAttribute CONTAINER_SPLITLEVEL to 99 for db: SimplePoolFileB.root and cont: TTree=POOLContainerForm(DataHeaderForm) Stream2.Stream2... DEBUG Connected to SimplePoolFileB.root Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 Stream2 DEBUG addItemObjects(2101,"*") called @@ -209,6 +207,7 @@ PoolSvc INFO Writing ExplicitROOT Collection - do not pass session RootCollection Info Opening Collection File SimplePoolCollection2.root in mode: UPDATE RootCollection Debug File SimplePoolCollection2.root exists. RootCollection Info File SimplePoolCollection2.root opened +RootCollection Debug Retrieved Collection TTree "POOLCollectionTree" from file SimplePoolCollection2.root RootCollection Info Root collection opened, size = 20 RegStream2.TagTool DEBUG Created collection RegStream2.TagTool DEBUG RSTool::fill dumping inputs @@ -225,6 +224,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=21 AthenaEventLoopMgr INFO ===>>> done processing event #20, run #2 1 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #21, run #2 1 events processed so far <<<=== WriteData DEBUG in execute() @@ -262,6 +262,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=22 AthenaEventLoopMgr INFO ===>>> done processing event #21, run #2 2 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #22, run #2 2 events processed so far <<<=== WriteData DEBUG in execute() @@ -299,6 +300,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=23 AthenaEventLoopMgr INFO ===>>> done processing event #22, run #2 3 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #23, run #2 3 events processed so far <<<=== WriteData DEBUG in execute() @@ -336,6 +338,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=24 AthenaEventLoopMgr INFO ===>>> done processing event #23, run #2 4 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #24, run #2 4 events processed so far <<<=== WriteData DEBUG in execute() @@ -373,6 +376,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=25 AthenaEventLoopMgr INFO ===>>> done processing event #24, run #2 5 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #25, run #2 5 events processed so far <<<=== WriteData DEBUG in execute() @@ -410,6 +414,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=26 AthenaEventLoopMgr INFO ===>>> done processing event #25, run #2 6 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #26, run #2 6 events processed so far <<<=== WriteData DEBUG in execute() @@ -447,6 +452,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=27 AthenaEventLoopMgr INFO ===>>> done processing event #26, run #2 7 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #27, run #2 7 events processed so far <<<=== WriteData DEBUG in execute() @@ -484,6 +490,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=28 AthenaEventLoopMgr INFO ===>>> done processing event #27, run #2 8 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #28, run #2 8 events processed so far <<<=== WriteData DEBUG in execute() @@ -521,6 +528,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=29 AthenaEventLoopMgr INFO ===>>> done processing event #28, run #2 9 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #29, run #2 9 events processed so far <<<=== WriteData DEBUG in execute() @@ -558,6 +566,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=30 AthenaEventLoopMgr INFO ===>>> done processing event #29, run #2 10 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #30, run #2 10 events processed so far <<<=== WriteData DEBUG in execute() @@ -574,6 +583,17 @@ Stream2 DEBUG Added object 2101,"McEventInfo" Stream2 DEBUG Collected objects: Stream2 DEBUG Object/count: EventInfo_McEventInfo, 11 Stream2.Stream2... DEBUG In commitOutput +CollectionTree(EventInfo_p4/McEventInfo) Debug endTransaction: go to finish +POOLCollectionTree(EventNumber) Debug endTransaction: go to finish +POOLCollectionTree(MagicNumber) Debug endTransaction: go to finish +POOLCollectionTree(RunNumber) Debug endTransaction: go to finish +POOLCollectionTree(Token) Debug endTransaction: go to finish +POOLContainer(DataHeader) Debug endTransaction: go to finish +POOLContainer(basic/DataHeader) Debug endTransaction: go to finish +POOLContainerForm(DataHeaderForm) Debug endTransaction: go to finish +##Params Debug endTransaction: tree AutoSave +##Shapes Debug endTransaction: tree AutoSave +##Links Debug endTransaction: tree AutoSave RegStream2 DEBUG RegistrationStream execute RegStream2 DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") RegStream2 DEBUG get ref for (222376821,"Stream2") @@ -595,6 +615,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=31 AthenaEventLoopMgr INFO ===>>> done processing event #30, run #2 11 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #31, run #2 11 events processed so far <<<=== WriteData DEBUG in execute() @@ -632,6 +653,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=32 AthenaEventLoopMgr INFO ===>>> done processing event #31, run #2 12 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #32, run #2 12 events processed so far <<<=== WriteData DEBUG in execute() @@ -669,6 +691,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=33 AthenaEventLoopMgr INFO ===>>> done processing event #32, run #2 13 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #33, run #2 13 events processed so far <<<=== WriteData DEBUG in execute() @@ -706,6 +729,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=34 AthenaEventLoopMgr INFO ===>>> done processing event #33, run #2 14 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #34, run #2 14 events processed so far <<<=== WriteData DEBUG in execute() @@ -743,6 +767,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=35 AthenaEventLoopMgr INFO ===>>> done processing event #34, run #2 15 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #35, run #2 15 events processed so far <<<=== WriteData DEBUG in execute() @@ -780,6 +805,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=36 AthenaEventLoopMgr INFO ===>>> done processing event #35, run #2 16 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #36, run #2 16 events processed so far <<<=== WriteData DEBUG in execute() @@ -817,6 +843,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=37 AthenaEventLoopMgr INFO ===>>> done processing event #36, run #2 17 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #37, run #2 17 events processed so far <<<=== WriteData DEBUG in execute() @@ -854,6 +881,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=38 AthenaEventLoopMgr INFO ===>>> done processing event #37, run #2 18 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #38, run #2 18 events processed so far <<<=== WriteData DEBUG in execute() @@ -891,6 +919,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=39 AthenaEventLoopMgr INFO ===>>> done processing event #38, run #2 19 events processed so far <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #39, run #2 19 events processed so far <<<=== WriteData DEBUG in execute() @@ -928,6 +957,7 @@ RegStream2.TagTool DEBUG Name: MagicNumber Type: unsigned int RegStream2.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream2.TagTool DEBUG Attribute list RegStream2.TagTool DEBUG Set the row buffer attributelist to a size=3 +RootCollection Debug Collection size=40 AthenaEventLoopMgr INFO ===>>> done processing event #39, run #2 20 events processed so far <<<=== DetectorStore INFO Stop DetectorStore StoreGateSvc INFO Stop StoreGateSvc @@ -944,6 +974,21 @@ Stream2 DEBUG addItemObjects(1316383046,"*") called Stream2 DEBUG Key:* StorageSvc Info Building shape according to reflection information using shape ID for: StorageSvc Info EventStreamInfo_p3 [????] +SimplePoolFileB.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream2) +???? Debug Opened container MetaData(EventStreamInfo_p3/Stream2) of type ROOT_Tree +SimplePoolFileB.root Debug --->Adding Assoc :????/MetaData(EventStreamInfo_p3/Stream2) [202] (b , ffffffff) +SimplePoolFileB.root Debug ---->ClassID:???? +SimplePoolFileB.root Debug --->Adding Shape[5 , ????]: [1 Column(s)] +SimplePoolFileB.root Debug ---->Class:EventStreamInfo_p3 +SimplePoolFileB.root Debug ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFileB.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) +???? Debug Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree +SimplePoolFileB.root Debug --->Adding Assoc :????/MetaDataHdrForm(DataHeaderForm) [202] (c , ffffffff) +SimplePoolFileB.root Debug ---->ClassID:???? +SimplePoolFileB.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdr(DataHeader) +???? Debug Opened container MetaDataHdr(DataHeader) of type ROOT_Tree +SimplePoolFileB.root Debug --->Adding Assoc :????/MetaDataHdr(DataHeader) [202] (d , ffffffff) +SimplePoolFileB.root Debug ---->ClassID:???? Stream2.Stream2... DEBUG In commitOutput Stream2.Stream2... DEBUG In connectServices Stream2 INFO Records written: 21 @@ -952,14 +997,53 @@ RegStream2 DEBUG handle() incident type: MetaDataStop RegStream2.TagTool INFO Collection Events output: 20 RegStream2.TagTool DEBUG pointer to collection is not null XMLFileCatalog Info Updating the catalog +POOLCollFactory Debug Registering existing collection PFN=RootCollection||PFN:SimplePoolCollection2.root, LFN= XMLFileCatalog Info Updating the catalog +RootCollection::Metadata Debug Using char buffer of size: 4100 +RootCollection::Metadata Debug readKeys: found 3 metadata keys +POOLCollFactory Debug --- found catalog guid=???? +POOLCollFactory Debug --- collection guid=???? RegStream2.TagTool DEBUG Found metadata store, MetaDataStore RegStream2.TagTool DEBUG Looking for key Input +RootCollection Debug Commit: saving collection TTree to file: SimplePoolCollection2.root +RootCollection Debug bytes written to TTree ???? +RootCollection::MetadataCommit Debug Bytes written to the Metadata TTree ???? RegStream2.TagTool DEBUG Committed collection RootCollection Info Closing open collection 'SimplePoolCollection2.root' RegStream2.TagTool DEBUG Closed collection +CollectionTree(EventInfo_p4/McEventInfo) Debug endTransaction: go to finish +MetaData(EventStreamInfo_p3/Stream2) Debug endTransaction: go to finish +MetaDataHdr(DataHeader) Debug endTransaction: go to finish +MetaDataHdrForm(DataHeaderForm) Debug endTransaction: go to finish +POOLCollectionTree(EventNumber) Debug endTransaction: go to finish +POOLCollectionTree(MagicNumber) Debug endTransaction: go to finish +POOLCollectionTree(RunNumber) Debug endTransaction: go to finish +POOLCollectionTree(Token) Debug endTransaction: go to finish +POOLContainer(DataHeader) Debug endTransaction: go to finish +POOLContainer(basic/DataHeader) Debug endTransaction: go to finish +POOLContainerForm(DataHeaderForm) Debug endTransaction: go to finish +##Params Debug endTransaction: tree AutoSave +##Shapes Debug endTransaction: tree AutoSave +##Links Debug endTransaction: tree AutoSave SimplePoolFileB.root Info Database being retired... +SimplePoolFileB.root Debug --> Deaccess DbContainer CREATE [ROOT_All] ##Links +SimplePoolFileB.root Debug --> Deaccess DbContainer CREATE [ROOT_All] ##Shapes +SimplePoolFileB.root Debug --> Deaccess DbContainer CREATE [ROOT_All] ##Params +RootDatabase.close Debug I/O READ Bytes: 0 +RootDatabase.close Debug I/O WRITE Bytes: ???? +RootDatabase.close Debug I/O OTHER Bytes: 0 Domain[ROOT_All] Info -> Deaccess DbDatabase CREATE [ROOT_All] ???? +SimplePoolFileB.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo) +SimplePoolFileB.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream2) +SimplePoolFileB.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdr(DataHeader) +SimplePoolFileB.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) +SimplePoolFileB.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLCollectionTree(EventNumber) +SimplePoolFileB.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLCollectionTree(MagicNumber) +SimplePoolFileB.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLCollectionTree(RunNumber) +SimplePoolFileB.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLCollectionTree(Token) +SimplePoolFileB.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(DataHeader) +SimplePoolFileB.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader) +SimplePoolFileB.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm) Domain[ROOT_All] Info > Deaccess DbDomain UPDATE [ROOT_All] MetaDataStore INFO Stop MetaDataStore InputMetaDataStore INFO Stop InputMetaDataStore @@ -976,22 +1060,18 @@ WriteData DEBUG Calling destructor AthOutSeq INFO Finalizing AthOutSeq... AthRegSeq INFO Finalizing AthRegSeq... AthMasterSeq INFO Finalizing AthMasterSeq... -StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-03-06-31 EventSelector INFO finalize -DetectorStore INFO Finalizing DetectorStore - package version StoreGate-02-45-01-04 -ItemListSvc INFO -- OUTPUT STREAM ITEM OVERLAP SUMMARY -- -ItemListSvc INFO STREAM Stream2 has (2) items -ItemListSvc INFO - EventInfo_McEventInfo -ItemListSvc INFO - EventStreamInfo_Stream2 -DecisionSvc INFO -- OUTPUT STREAM EVENT OVERLAP SUMMARY -- -DecisionSvc INFO List of registered 2 Streams: RegStream2 Stream2 -DecisionSvc INFO Finalized successfully. +DetectorStore INFO Finalizing DetectorStore - package version StoreGate-03-06-31 AthenaPoolCnvSvc DEBUG releasing all workers PoolSvc INFO I/O finalization... XMLFileCatalog Info Updating the catalog PoolXMLFileCatalog Info XercesC termination number 0 -MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-02-45-01-04 -InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-02-45-01-04 +MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-03-06-31 +InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-03-06-31 +DecisionSvc INFO -- OUTPUT STREAM EVENT OVERLAP SUMMARY -- +DecisionSvc INFO List of registered 2 Streams: RegStream2 Stream2 +DecisionSvc INFO Finalized successfully. AthDictLoaderSvc INFO in finalize... ToolSvc INFO Removing all tools created by ToolSvc Stream2.Stream2... DEBUG in finalize() @@ -1002,10 +1082,8 @@ Stream2.Stream2... DEBUG Calling destructor *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -AthenaSealSvc::... INFO Time User : Tot= 83 [ms] Ave/Min/Max= 27.7(+- 7.93)/ 17/ 36 [ms] #= 3 -AthenaSealSvc::... INFO Time User : Tot= 85 [ms] Ave/Min/Max= 17(+- 15.1)/ 0/ 36 [ms] #= 5 -AthenaSealSvc::... INFO Time User : Tot= 119 [ms] #= 1 -ChronoStatSvc INFO Time User : Tot= 5.25 [s] #= 1 +AthenaSealSvc::... INFO Time User : Tot= 10 [ms] #= 1 +ChronoStatSvc INFO Time User : Tot=0.91 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ChronoStatSvc.f... INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Concat.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Concat.ref new file mode 100755 index 00000000000..be1ff88fe87 --- /dev/null +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Concat.ref @@ -0,0 +1,1563 @@ +Mon Mar 21 22:38:59 CET 2016 +Preloading tcmalloc_minimal.so +Athena INFO including file "AthenaCommon/Preparation.py" +Athena INFO including file "AthenaCommon/Bootstrap.py" +Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py" +Athena INFO executing ROOT6Setup +Athena INFO including file "AthenaCommon/Execution.py" +Athena INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_ConcatJobOptions.py" +Athena INFO including file "AthenaCommon/runbatch.py" +ApplicationMgr INFO Updating Gaudi::PluginService::SetDebug(level) to level=0 +ApplicationMgr SUCCESS +==================================================================================================================================== +==================================================================================================================================== +ApplicationMgr INFO Successfully loaded modules : AthenaServices +ApplicationMgr INFO Application Manager Configured successfully +ApplicationMgr INFO Updating Gaudi::PluginService::SetDebug(level) to level=0 +StatusCodeSvc INFO initialize +AthDictLoaderSvc INFO in initialize... +AthDictLoaderSvc INFO acquired Dso-registry +ChronoStatSvc INFO Number of skipped events for MemStat-1 +CoreDumpSvc INFO install f-a-t-a-l handler... (flag = -1) +AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-60-03 +AthMasterSeq INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq +AthAlgSeq INFO Member list: AthPoolEx::WriteData/WriteData, AthenaOutputStream/Stream1, MakeInputDataHeader, AthPoolEx::ReWriteData/ReWriteData, AthenaOutputStream/Stream2 +WriteData INFO in initialize() +Stream1 DEBUG In initialize +Stream1 DEBUG Found IDecisionSvc. +DecisionSvc INFO Inserting stream: Stream1 with no Algs +Stream1 DEBUG End initialize +Stream1 DEBUG In initialize +StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-03-06-31 +MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-60-03 +InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-03-06-31 +MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-03-06-31 +AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-28-12 +PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-25-00 +PoolSvc INFO io_register[PoolSvc](xmlcatalog_file:Catalog1.xml) [ok] +PoolSvc INFO Set connectionsvc retry/timeout/IDLE timeout to 'ConnectionRetrialPeriod':300/ 'ConnectionRetrialTimeOut':3600/ 'ConnectionTimeOut':5 seconds with connection cleanup disabled +PoolSvc INFO Frontier compression level set to 5 +PoolSvc INFO Successfully setup replica sorting algorithm +PoolSvc DEBUG OutputLevel is 2 +PoolSvc INFO Re-initializing PoolSvc +PoolSvc INFO POOL WriteCatalog is xmlcatalog_file:Catalog1.xml +XMLFileCatalog Info Connecting to the catalog +PoolXMLFileCatalog Info Xerces-c initialization Number 0 +ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-02-07 +Stream1 DEBUG Found StoreGateSvc store. +Stream1 DEBUG Found MetaDataStore store. +OutputStreamSeq... INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-60-03 +Stream1.Stream1... INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-84 +Stream1.Stream1... INFO streamProperty ProcessingTag = Stream1 +Stream1.Stream1... DEBUG In connectServices +DetectorStore INFO Initializing DetectorStore - package version StoreGate-03-06-31 +Stream1.Stream1... INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-84 +Stream1 INFO Found HelperTools = PrivateToolHandleArray(['MakeEventStreamInfo/Stream1_MakeEventStreamInfo']) +Stream1 INFO Data output: SimplePoolFile1.root +Stream1 INFO I/O reinitialization... +Stream1 DEBUG End initialize +MakeInputDataHe... INFO Initializing MakeInputDataHeader - package version OutputStreamAthenaPool-00-02-84 +MakeInputDataHe... INFO Name of Stream to be made Input: Stream1 +ReWriteData INFO in initialize() +Stream2 DEBUG In initialize +Stream2 DEBUG Found IDecisionSvc. +DecisionSvc INFO Inserting stream: Stream2 with no Algs +Stream2 DEBUG End initialize +Stream2 DEBUG In initialize +Stream2 DEBUG Found StoreGateSvc store. +Stream2 DEBUG Found MetaDataStore store. +Stream2.Stream2... INFO Initializing Stream2.Stream2Tool - package version OutputStreamAthenaPool-00-02-84 +Stream2.Stream2... INFO streamProperty ProcessingTag = Stream2 +Stream2.Stream2... DEBUG In connectServices +Stream2.Stream2... INFO Initializing Stream2.Stream2_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-84 +Stream2 INFO Found HelperTools = PrivateToolHandleArray(['MakeEventStreamInfo/Stream2_MakeEventStreamInfo']) +Stream2 INFO Data output: SimplePoolFile3.root +Stream2 INFO I/O reinitialization... +Stream2 DEBUG End initialize +HistogramPersis...WARNING Histograms saving not required. +EventSelector INFO Enter McEventSelector Initialization +AthenaEventLoopMgr INFO Setup EventSelector service EventSelector +ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-03-06-31 +ApplicationMgr INFO Application Manager Initialized successfully +InputMetaDataStore INFO Start InputMetaDataStore +MetaDataStore INFO Start MetaDataStore +StoreGateSvc INFO Start StoreGateSvc +DetectorStore INFO Start DetectorStore +ApplicationMgr INFO Application Manager Started successfully +EventPersistenc... INFO Added successfully Conversion service:McCnvSvc +AthenaEventLoopMgr INFO ===>>> start of run 1 <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #0, run #1 0 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 0 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +DbSession Info Open DbSession +Domain[ROOT_All] Info > Access DbDomain UPDATE [ROOT_All] +AthenaPoolCnvSvc DEBUG setAttribute TREE_MAX_SIZE to 1099511627776L +AthenaPoolCnvSvc DEBUG setAttribute DEFAULT_SPLITLEVEL to 0 +AthenaPoolCnvSvc DEBUG setAttribute STREAM_MEMBER_WISE to 1 +AthenaPoolCnvSvc DEBUG setAttribute DEFAULT_BUFFERSIZE to 32000 +Domain[ROOT_All] Info -> Access DbDatabase CREATE [ROOT_All] ???? +Domain[ROOT_All] Info SimplePoolFile1.root +SimplePoolFile1.root Debug --> Access DbContainer CREATE [ROOT_All] ##Shapes +???? Debug Opened container ##Shapes of type ROOT_Tree +##Shapes Debug No objects passing selection criteria... Container has 0 Entries in total. +SimplePoolFile1.root Debug --> Access DbContainer CREATE [ROOT_All] ##Links +???? Debug Opened container ##Links of type ROOT_Tree +##Links Debug No objects passing selection criteria... Container has 0 Entries in total. +SimplePoolFile1.root Debug --> Access DbContainer CREATE [ROOT_All] ##Params +???? Debug Opened container ##Params of type ROOT_Tree +SimplePoolFile1.root Debug --->Adding Assoc :????/##Params [200] (2 , ffffffff) +SimplePoolFile1.root Debug ---->ClassID:???? +##Params Debug No objects passing selection criteria... Container has 0 Entries in total. +RootDatabase.setOption Debug Request TREE_AUTO_FLUSH +RootDatabase.setOption Debug File name SimplePoolFile1.root +RootDatabase.setOption Debug Demand to set AUTO_FLUSH for TTree: POOLContainer with value: 0 +AthenaPoolCnvSvc DEBUG setAttribute TREE_AUTO_FLUSH to 0 for db: SimplePoolFile1.root and cont: TTree=POOLContainer +AthenaPoolCnvSvc DEBUG setAttribute CONTAINER_SPLITLEVEL to 99 for db: SimplePoolFile1.root and cont: TTree=POOLContainerForm(DataHeaderForm) +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 1 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 1 +StorageSvc Info Building shape according to reflection information using shape ID for: +StorageSvc Info EventInfo_p4 [????] +SimplePoolFile1.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo) +???? Debug Opened container CollectionTree(EventInfo_p4/McEventInfo) of type ROOT_Tree +SimplePoolFile1.root Debug --->Adding Assoc :????/CollectionTree(EventInfo_p4/McEventInfo) [202] (3 , ffffffff) +SimplePoolFile1.root Debug ---->ClassID:???? +SimplePoolFile1.root Debug --->Adding Shape[0 , ????]: [1 Column(s)] +SimplePoolFile1.root Debug ---->Class:EventInfo_p4 +SimplePoolFile1.root Debug ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1 +StorageSvc Info Building shape according to reflection information using shape ID for: +StorageSvc Info ExampleHitContainer_p1 [????] +SimplePoolFile1.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits) +???? Debug Opened container CollectionTree(ExampleHitContainer_p1/MyHits) of type ROOT_Tree +SimplePoolFile1.root Debug --->Adding Assoc :????/CollectionTree(ExampleHitContainer_p1/MyHits) [202] (4 , ffffffff) +SimplePoolFile1.root Debug ---->ClassID:???? +SimplePoolFile1.root Debug --->Adding Shape[1 , ????]: [1 Column(s)] +SimplePoolFile1.root Debug ---->Class:ExampleHitContainer_p1 +SimplePoolFile1.root Debug ---->[0]:ExampleHitContainer_p1 Typ:ExampleHitContainer_p1 [21] Size:0 Offset:0 #Elements:1 +StorageSvc Info Building shape according to reflection information using shape ID for: +StorageSvc Info DataHeaderForm_p5 [????] +SimplePoolFile1.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm) +???? Debug Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree +SimplePoolFile1.root Debug --->Adding Assoc :????/POOLContainerForm(DataHeaderForm) [202] (5 , ffffffff) +SimplePoolFile1.root Debug ---->ClassID:???? +SimplePoolFile1.root Debug --->Adding Shape[2 , ????]: [1 Column(s)] +SimplePoolFile1.root Debug ---->Class:DataHeaderForm_p5 +SimplePoolFile1.root Debug ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1 +StorageSvc Info Building shape according to reflection information using shape ID for: +StorageSvc Info DataHeader_p5 [????] +SimplePoolFile1.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(DataHeader) +???? Debug Opened container POOLContainer(DataHeader) of type ROOT_Tree +POOLContainer(DataHeader) Debug Setting AUTO_FLUSH for TTree: POOLContainer to value: 0 +SimplePoolFile1.root Debug --->Adding Assoc :????/POOLContainer(DataHeader) [202] (6 , ffffffff) +SimplePoolFile1.root Debug ---->ClassID:???? +SimplePoolFile1.root Debug --->Adding Shape[3 , ????]: [1 Column(s)] +SimplePoolFile1.root Debug ---->Class:DataHeader_p5 +SimplePoolFile1.root Debug ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile1.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader) +???? Debug Opened container POOLContainer(basic/DataHeader) of type ROOT_Tree +SimplePoolFile1.root Debug --->Adding Assoc :????/POOLContainer(basic/DataHeader) [202] (7 , ffffffff) +SimplePoolFile1.root Debug ---->ClassID:???? +Stream1.Stream1... DEBUG In commitOutput +AthenaPoolCnvSvc DEBUG setAttribute BRANCH_BASKET_SIZE to 256000 for db: SimplePoolFile1.root and cont: POOLContainerForm(DataHeaderForm) +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 1.23 y = 97.65 z = 226.67 detector = DummyHitDetector +ReWriteData INFO Hit x = 4.44 y = 91.97 z = 94.73 detector = DummyHitDetector +ReWriteData INFO Hit x = 7.65 y = 86.29 z = 70.23 detector = DummyHitDetector +ReWriteData INFO Hit x = 10.86 y = 80.61 z = 59.91 detector = DummyHitDetector +ReWriteData INFO Hit x = 14.07 y = 74.93 z = 54.22 detector = DummyHitDetector +ReWriteData INFO Hit x = 17.28 y = 69.26 z = 50.62 detector = DummyHitDetector +ReWriteData INFO Hit x = 20.49 y = 63.58 z = 48.13 detector = DummyHitDetector +ReWriteData INFO Hit x = 23.70 y = 57.90 z = 46.31 detector = DummyHitDetector +ReWriteData INFO Hit x = 26.91 y = 52.22 z = 44.92 detector = DummyHitDetector +ReWriteData INFO Hit x = 30.12 y = 46.54 z = 43.83 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 1.23 +ReWriteData INFO ElementLink2 = 30.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 1.23 +ReWriteData INFO Element = 0x???? : 4.44 +ReWriteData INFO Element = 0x???? : 10.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 1.23 +ReWriteData INFO Element = 0x???? : 17.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 1.23 +ReWriteData INFO Element = 0x???? : 17.28 +ReWriteData INFO Element = 0x???? : 10.86 +ReWriteData INFO Track pt = 74.89 eta = 3.16 phi = 2.61 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Domain[ROOT_All] Info -> Access DbDatabase CREATE [ROOT_All] ???? +Domain[ROOT_All] Info SimplePoolFile3.root +SimplePoolFile3.root Debug --> Access DbContainer CREATE [ROOT_All] ##Shapes +???? Debug Opened container ##Shapes of type ROOT_Tree +##Shapes Debug No objects passing selection criteria... Container has 0 Entries in total. +SimplePoolFile3.root Debug --> Access DbContainer CREATE [ROOT_All] ##Links +???? Debug Opened container ##Links of type ROOT_Tree +##Links Debug No objects passing selection criteria... Container has 0 Entries in total. +SimplePoolFile3.root Debug --> Access DbContainer CREATE [ROOT_All] ##Params +???? Debug Opened container ##Params of type ROOT_Tree +SimplePoolFile3.root Debug --->Adding Assoc :????/##Params [200] (2 , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +##Params Debug No objects passing selection criteria... Container has 0 Entries in total. +RootDatabase.setOption Debug Request TREE_AUTO_FLUSH +RootDatabase.setOption Debug File name SimplePoolFile3.root +RootDatabase.setOption Debug Demand to set AUTO_FLUSH for TTree: POOLContainer with value: 0 +AthenaPoolCnvSvc DEBUG setAttribute TREE_AUTO_FLUSH to 0 for db: SimplePoolFile3.root and cont: TTree=POOLContainer +AthenaPoolCnvSvc DEBUG setAttribute CONTAINER_SPLITLEVEL to 99 for db: SimplePoolFile3.root and cont: TTree=POOLContainerForm(DataHeaderForm) +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 1 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 1 +SimplePoolFile3.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo) +???? Debug Opened container CollectionTree(EventInfo_p4/McEventInfo) of type ROOT_Tree +SimplePoolFile3.root Debug --->Adding Assoc :????/CollectionTree(EventInfo_p4/McEventInfo) [202] (3 , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --->Adding Shape[0 , ????]: [1 Column(s)] +SimplePoolFile3.root Debug ---->Class:EventInfo_p4 +SimplePoolFile3.root Debug ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1 +StorageSvc Info Building shape according to reflection information using shape ID for: +StorageSvc Info ExampleTrackContainer_p1 [????] +SimplePoolFile3.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] CollectionTree(ExampleTrackContainer_p1/MyTracks) +???? Debug Opened container CollectionTree(ExampleTrackContainer_p1/MyTracks) of type ROOT_Tree +SimplePoolFile3.root Debug --->Adding Assoc :????/CollectionTree(ExampleTrackContainer_p1/MyTracks) [202] (4 , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --->Adding Shape[1 , ????]: [1 Column(s)] +SimplePoolFile3.root Debug ---->Class:ExampleTrackContainer_p1 +SimplePoolFile3.root Debug ---->[0]:ExampleTrackContainer_p1 Typ:ExampleTrackContainer_p1 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile3.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm) +???? Debug Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree +SimplePoolFile3.root Debug --->Adding Assoc :????/POOLContainerForm(DataHeaderForm) [202] (5 , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --->Adding Shape[2 , ????]: [1 Column(s)] +SimplePoolFile3.root Debug ---->Class:DataHeaderForm_p5 +SimplePoolFile3.root Debug ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile3.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(DataHeader) +???? Debug Opened container POOLContainer(DataHeader) of type ROOT_Tree +POOLContainer(DataHeader) Debug Setting AUTO_FLUSH for TTree: POOLContainer to value: 0 +SimplePoolFile3.root Debug --->Adding Assoc :????/POOLContainer(DataHeader) [202] (6 , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --->Adding Shape[3 , ????]: [1 Column(s)] +SimplePoolFile3.root Debug ---->Class:DataHeader_p5 +SimplePoolFile3.root Debug ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile3.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader) +???? Debug Opened container POOLContainer(basic/DataHeader) of type ROOT_Tree +SimplePoolFile3.root Debug --->Adding Assoc :????/POOLContainer(basic/DataHeader) [202] (7 , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +Stream2.Stream2... DEBUG In commitOutput +AthenaPoolCnvSvc DEBUG setAttribute BRANCH_BASKET_SIZE to 256000 for db: SimplePoolFile3.root and cont: POOLContainerForm(DataHeaderForm) +AthenaEventLoopMgr INFO ===>>> done processing event #0, run #1 1 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #1, run #1 1 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 1 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 2 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 2 +Stream1.Stream1... DEBUG In commitOutput +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 101.23 y = 97.65 z = 126.67 detector = DummyHitDetector +ReWriteData INFO Hit x = 104.44 y = 91.97 z = -5.26 detector = DummyHitDetector +ReWriteData INFO Hit x = 107.65 y = 86.29 z = -29.76 detector = DummyHitDetector +ReWriteData INFO Hit x = 110.86 y = 80.61 z = -40.08 detector = DummyHitDetector +ReWriteData INFO Hit x = 114.07 y = 74.93 z = -45.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 117.28 y = 69.26 z = -49.37 detector = DummyHitDetector +ReWriteData INFO Hit x = 120.49 y = 63.58 z = -51.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 123.70 y = 57.90 z = -53.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 126.91 y = 52.22 z = -55.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 130.12 y = 46.54 z = -56.16 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 101.23 +ReWriteData INFO ElementLink2 = 130.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 101.23 +ReWriteData INFO Element = 0x???? : 104.44 +ReWriteData INFO Element = 0x???? : 110.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 101.23 +ReWriteData INFO Element = 0x???? : 117.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 101.23 +ReWriteData INFO Element = 0x???? : 117.28 +ReWriteData INFO Element = 0x???? : 110.86 +ReWriteData INFO Track pt = 137.58 eta = -39.52 phi = 17.26 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 2 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 2 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #1, run #1 2 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #2, run #1 2 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 2 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 3 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 3 +Stream1.Stream1... DEBUG In commitOutput +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 201.23 y = 97.65 z = 26.67 detector = DummyHitDetector +ReWriteData INFO Hit x = 204.44 y = 91.97 z = -105.26 detector = DummyHitDetector +ReWriteData INFO Hit x = 207.65 y = 86.29 z = -129.76 detector = DummyHitDetector +ReWriteData INFO Hit x = 210.86 y = 80.61 z = -140.08 detector = DummyHitDetector +ReWriteData INFO Hit x = 214.07 y = 74.93 z = -145.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 217.28 y = 69.26 z = -149.37 detector = DummyHitDetector +ReWriteData INFO Hit x = 220.49 y = 63.58 z = -151.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 223.70 y = 57.90 z = -153.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 226.91 y = 52.22 z = -155.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 230.12 y = 46.54 z = -156.16 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 201.23 +ReWriteData INFO ElementLink2 = 230.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 201.23 +ReWriteData INFO Element = 0x???? : 204.44 +ReWriteData INFO Element = 0x???? : 210.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 201.23 +ReWriteData INFO Element = 0x???? : 217.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 201.23 +ReWriteData INFO Element = 0x???? : 217.28 +ReWriteData INFO Element = 0x???? : 210.86 +ReWriteData INFO Track pt = 228.15 eta = -6.27 phi = 31.91 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 3 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 3 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #2, run #1 3 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #3, run #1 3 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 3 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 4 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 4 +Stream1.Stream1... DEBUG In commitOutput +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 301.23 y = 97.65 z = -73.32 detector = DummyHitDetector +ReWriteData INFO Hit x = 304.44 y = 91.97 z = -205.26 detector = DummyHitDetector +ReWriteData INFO Hit x = 307.65 y = 86.29 z = -229.76 detector = DummyHitDetector +ReWriteData INFO Hit x = 310.86 y = 80.61 z = -240.08 detector = DummyHitDetector +ReWriteData INFO Hit x = 314.07 y = 74.93 z = -245.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 317.28 y = 69.26 z = -249.37 detector = DummyHitDetector +ReWriteData INFO Hit x = 320.49 y = 63.58 z = -251.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 323.70 y = 57.90 z = -253.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 326.91 y = 52.22 z = -255.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 330.12 y = 46.54 z = -256.16 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 301.23 +ReWriteData INFO ElementLink2 = 330.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 301.23 +ReWriteData INFO Element = 0x???? : 304.44 +ReWriteData INFO Element = 0x???? : 310.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 301.23 +ReWriteData INFO Element = 0x???? : 317.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 301.23 +ReWriteData INFO Element = 0x???? : 317.28 +ReWriteData INFO Element = 0x???? : 310.86 +ReWriteData INFO Track pt = 324.30 eta = -15.89 phi = 46.57 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 4 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 4 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #3, run #1 4 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #4, run #1 4 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 4 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 5 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 5 +Stream1.Stream1... DEBUG In commitOutput +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 401.23 y = 97.65 z = -173.32 detector = DummyHitDetector +ReWriteData INFO Hit x = 404.44 y = 91.97 z = -305.26 detector = DummyHitDetector +ReWriteData INFO Hit x = 407.65 y = 86.29 z = -329.76 detector = DummyHitDetector +ReWriteData INFO Hit x = 410.86 y = 80.61 z = -340.08 detector = DummyHitDetector +ReWriteData INFO Hit x = 414.07 y = 74.93 z = -345.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 417.28 y = 69.26 z = -349.37 detector = DummyHitDetector +ReWriteData INFO Hit x = 420.49 y = 63.58 z = -351.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 423.70 y = 57.90 z = -353.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 426.91 y = 52.22 z = -355.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 430.12 y = 46.54 z = -356.16 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 401.23 +ReWriteData INFO ElementLink2 = 430.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 401.23 +ReWriteData INFO Element = 0x???? : 404.44 +ReWriteData INFO Element = 0x???? : 410.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 401.23 +ReWriteData INFO Element = 0x???? : 417.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 401.23 +ReWriteData INFO Element = 0x???? : 417.28 +ReWriteData INFO Element = 0x???? : 410.86 +ReWriteData INFO Track pt = 422.25 eta = -13.27 phi = 61.22 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 5 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 5 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #4, run #1 5 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #5, run #1 5 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 5 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 6 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 6 +Stream1.Stream1... DEBUG In commitOutput +CollectionTree(EventInfo_p4/McEventInfo) Debug endTransaction: go to finish +CollectionTree(ExampleHitContainer_p1/MyHits) Debug endTransaction: go to finish +POOLContainer(DataHeader) Debug endTransaction: go to finish +POOLContainer(basic/DataHeader) Debug endTransaction: go to finish +POOLContainerForm(DataHeaderForm) Debug endTransaction: go to finish +##Params Debug endTransaction: tree AutoSave +##Shapes Debug endTransaction: tree AutoSave +##Links Debug endTransaction: tree AutoSave +CollectionTree(EventInfo_p4/McEventInfo) Debug endTransaction: go to finish +CollectionTree(ExampleTrackContainer_p1/MyTracks) Debug endTransaction: go to finish +POOLContainer(DataHeader) Debug endTransaction: go to finish +POOLContainer(basic/DataHeader) Debug endTransaction: go to finish +POOLContainerForm(DataHeaderForm) Debug endTransaction: go to finish +##Params Debug endTransaction: tree AutoSave +##Shapes Debug endTransaction: tree AutoSave +##Links Debug endTransaction: tree AutoSave +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 501.23 y = 97.65 z = -273.32 detector = DummyHitDetector +ReWriteData INFO Hit x = 504.44 y = 91.97 z = -405.26 detector = DummyHitDetector +ReWriteData INFO Hit x = 507.65 y = 86.29 z = -429.76 detector = DummyHitDetector +ReWriteData INFO Hit x = 510.86 y = 80.61 z = -440.08 detector = DummyHitDetector +ReWriteData INFO Hit x = 514.07 y = 74.93 z = -445.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 517.28 y = 69.26 z = -449.37 detector = DummyHitDetector +ReWriteData INFO Hit x = 520.49 y = 63.58 z = -451.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 523.70 y = 57.90 z = -453.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 526.91 y = 52.22 z = -455.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 530.12 y = 46.54 z = -456.16 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 501.23 +ReWriteData INFO ElementLink2 = 530.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 501.23 +ReWriteData INFO Element = 0x???? : 504.44 +ReWriteData INFO Element = 0x???? : 510.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 501.23 +ReWriteData INFO Element = 0x???? : 517.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 501.23 +ReWriteData INFO Element = 0x???? : 517.28 +ReWriteData INFO Element = 0x???? : 510.86 +ReWriteData INFO Track pt = 520.98 eta = -12.35 phi = 75.87 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 6 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 6 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #5, run #1 6 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #6, run #1 6 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 6 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 7 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 7 +Stream1.Stream1... DEBUG In commitOutput +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 601.23 y = 97.65 z = -373.32 detector = DummyHitDetector +ReWriteData INFO Hit x = 604.44 y = 91.97 z = -505.26 detector = DummyHitDetector +ReWriteData INFO Hit x = 607.65 y = 86.29 z = -529.76 detector = DummyHitDetector +ReWriteData INFO Hit x = 610.86 y = 80.61 z = -540.08 detector = DummyHitDetector +ReWriteData INFO Hit x = 614.07 y = 74.93 z = -545.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 617.28 y = 69.26 z = -549.37 detector = DummyHitDetector +ReWriteData INFO Hit x = 620.49 y = 63.58 z = -551.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 623.70 y = 57.90 z = -553.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 626.91 y = 52.22 z = -555.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 630.12 y = 46.54 z = -556.16 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 601.23 +ReWriteData INFO ElementLink2 = 630.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 601.23 +ReWriteData INFO Element = 0x???? : 604.44 +ReWriteData INFO Element = 0x???? : 610.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 601.23 +ReWriteData INFO Element = 0x???? : 617.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 601.23 +ReWriteData INFO Element = 0x???? : 617.28 +ReWriteData INFO Element = 0x???? : 610.86 +ReWriteData INFO Track pt = 620.12 eta = -11.84 phi = 90.52 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 7 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 7 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #6, run #1 7 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #7, run #1 7 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 7 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 8 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 8 +Stream1.Stream1... DEBUG In commitOutput +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 701.23 y = 97.65 z = -473.32 detector = DummyHitDetector +ReWriteData INFO Hit x = 704.44 y = 91.97 z = -605.26 detector = DummyHitDetector +ReWriteData INFO Hit x = 707.65 y = 86.29 z = -629.76 detector = DummyHitDetector +ReWriteData INFO Hit x = 710.86 y = 80.61 z = -640.08 detector = DummyHitDetector +ReWriteData INFO Hit x = 714.07 y = 74.93 z = -645.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 717.28 y = 69.26 z = -649.37 detector = DummyHitDetector +ReWriteData INFO Hit x = 720.49 y = 63.58 z = -651.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 723.70 y = 57.90 z = -653.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 726.91 y = 52.22 z = -655.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 730.12 y = 46.54 z = -656.16 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 701.23 +ReWriteData INFO ElementLink2 = 730.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 701.23 +ReWriteData INFO Element = 0x???? : 704.44 +ReWriteData INFO Element = 0x???? : 710.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 701.23 +ReWriteData INFO Element = 0x???? : 717.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 701.23 +ReWriteData INFO Element = 0x???? : 717.28 +ReWriteData INFO Element = 0x???? : 710.86 +ReWriteData INFO Track pt = 719.50 eta = -11.52 phi = 105.17 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 8 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 8 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #7, run #1 8 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #8, run #1 8 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 8 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 9 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 9 +Stream1.Stream1... DEBUG In commitOutput +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 801.23 y = 97.65 z = -573.32 detector = DummyHitDetector +ReWriteData INFO Hit x = 804.44 y = 91.97 z = -705.26 detector = DummyHitDetector +ReWriteData INFO Hit x = 807.65 y = 86.29 z = -729.76 detector = DummyHitDetector +ReWriteData INFO Hit x = 810.86 y = 80.61 z = -740.08 detector = DummyHitDetector +ReWriteData INFO Hit x = 814.07 y = 74.93 z = -745.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 817.28 y = 69.26 z = -749.37 detector = DummyHitDetector +ReWriteData INFO Hit x = 820.49 y = 63.58 z = -751.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 823.70 y = 57.90 z = -753.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 826.91 y = 52.22 z = -755.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 830.12 y = 46.54 z = -756.16 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 801.23 +ReWriteData INFO ElementLink2 = 830.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 801.23 +ReWriteData INFO Element = 0x???? : 804.44 +ReWriteData INFO Element = 0x???? : 810.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 801.23 +ReWriteData INFO Element = 0x???? : 817.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 801.23 +ReWriteData INFO Element = 0x???? : 817.28 +ReWriteData INFO Element = 0x???? : 810.86 +ReWriteData INFO Track pt = 819.03 eta = -11.29 phi = 119.83 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 9 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 9 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #8, run #1 9 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #9, run #1 9 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 9 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 10 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 10 +Stream1.Stream1... DEBUG In commitOutput +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 901.23 y = 97.65 z = -673.32 detector = DummyHitDetector +ReWriteData INFO Hit x = 904.44 y = 91.97 z = -805.26 detector = DummyHitDetector +ReWriteData INFO Hit x = 907.65 y = 86.29 z = -829.76 detector = DummyHitDetector +ReWriteData INFO Hit x = 910.86 y = 80.61 z = -840.08 detector = DummyHitDetector +ReWriteData INFO Hit x = 914.07 y = 74.93 z = -845.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 917.28 y = 69.26 z = -849.37 detector = DummyHitDetector +ReWriteData INFO Hit x = 920.49 y = 63.58 z = -851.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 923.70 y = 57.90 z = -853.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 926.91 y = 52.22 z = -855.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 930.12 y = 46.54 z = -856.16 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 901.23 +ReWriteData INFO ElementLink2 = 930.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 901.23 +ReWriteData INFO Element = 0x???? : 904.44 +ReWriteData INFO Element = 0x???? : 910.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 901.23 +ReWriteData INFO Element = 0x???? : 917.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 901.23 +ReWriteData INFO Element = 0x???? : 917.28 +ReWriteData INFO Element = 0x???? : 910.86 +ReWriteData INFO Track pt = 918.67 eta = -11.13 phi = 134.48 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 10 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 10 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #9, run #1 10 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #10, run #1 10 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 10 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 11 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 11 +Stream1.Stream1... DEBUG In commitOutput +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 1001.23 y = 97.65 z = -773.32 detector = DummyHitDetector +ReWriteData INFO Hit x = 1004.44 y = 91.97 z = -905.26 detector = DummyHitDetector +ReWriteData INFO Hit x = 1007.65 y = 86.29 z = -929.76 detector = DummyHitDetector +ReWriteData INFO Hit x = 1010.86 y = 80.61 z = -940.08 detector = DummyHitDetector +ReWriteData INFO Hit x = 1014.07 y = 74.93 z = -945.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1017.28 y = 69.26 z = -949.37 detector = DummyHitDetector +ReWriteData INFO Hit x = 1020.49 y = 63.58 z = -951.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 1023.7 y = 57.90 z = -953.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 1026.91 y = 52.22 z = -955.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 1030.12 y = 46.54 z = -956.16 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 1001.23 +ReWriteData INFO ElementLink2 = 1030.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 1001.23 +ReWriteData INFO Element = 0x???? : 1004.44 +ReWriteData INFO Element = 0x???? : 1010.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 1001.23 +ReWriteData INFO Element = 0x???? : 1017.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 1001.23 +ReWriteData INFO Element = 0x???? : 1017.28 +ReWriteData INFO Element = 0x???? : 1010.86 +ReWriteData INFO Track pt = 1018.38 eta = -11.00 phi = 149.13 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 11 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 11 +Stream2.Stream2... DEBUG In commitOutput +CollectionTree(EventInfo_p4/McEventInfo) Debug endTransaction: go to finish +CollectionTree(ExampleHitContainer_p1/MyHits) Debug endTransaction: go to finish +POOLContainer(DataHeader) Debug endTransaction: go to finish +POOLContainer(basic/DataHeader) Debug endTransaction: go to finish +POOLContainerForm(DataHeaderForm) Debug endTransaction: go to finish +##Params Debug endTransaction: tree AutoSave +##Shapes Debug endTransaction: tree AutoSave +##Links Debug endTransaction: tree AutoSave +CollectionTree(EventInfo_p4/McEventInfo) Debug endTransaction: go to finish +CollectionTree(ExampleTrackContainer_p1/MyTracks) Debug endTransaction: go to finish +POOLContainer(DataHeader) Debug endTransaction: go to finish +POOLContainer(basic/DataHeader) Debug endTransaction: go to finish +POOLContainerForm(DataHeaderForm) Debug endTransaction: go to finish +##Params Debug endTransaction: tree AutoSave +##Shapes Debug endTransaction: tree AutoSave +##Links Debug endTransaction: tree AutoSave +AthenaEventLoopMgr INFO ===>>> done processing event #10, run #1 11 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #11, run #1 11 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 11 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 12 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 12 +Stream1.Stream1... DEBUG In commitOutput +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 1101.23 y = 97.65 z = -873.32 detector = DummyHitDetector +ReWriteData INFO Hit x = 1104.44 y = 91.97 z = -1005.27 detector = DummyHitDetector +ReWriteData INFO Hit x = 1107.65 y = 86.29 z = -1029.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1110.86 y = 80.61 z = -1040.09 detector = DummyHitDetector +ReWriteData INFO Hit x = 1114.07 y = 74.93 z = -1045.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1117.28 y = 69.26 z = -1049.38 detector = DummyHitDetector +ReWriteData INFO Hit x = 1120.49 y = 63.58 z = -1051.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 1123.7 y = 57.90 z = -1053.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 1126.91 y = 52.22 z = -1055.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 1130.12 y = 46.54 z = -1056.17 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 1101.23 +ReWriteData INFO ElementLink2 = 1130.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 1101.23 +ReWriteData INFO Element = 0x???? : 1104.44 +ReWriteData INFO Element = 0x???? : 1110.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 1101.23 +ReWriteData INFO Element = 0x???? : 1117.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 1101.23 +ReWriteData INFO Element = 0x???? : 1117.28 +ReWriteData INFO Element = 0x???? : 1110.86 +ReWriteData INFO Track pt = 1118.13 eta = -10.90 phi = 163.78 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 12 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 12 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #11, run #1 12 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #12, run #1 12 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 12 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 13 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 13 +Stream1.Stream1... DEBUG In commitOutput +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 1201.23 y = 97.65 z = -973.32 detector = DummyHitDetector +ReWriteData INFO Hit x = 1204.44 y = 91.97 z = -1105.27 detector = DummyHitDetector +ReWriteData INFO Hit x = 1207.65 y = 86.29 z = -1129.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1210.86 y = 80.61 z = -1140.09 detector = DummyHitDetector +ReWriteData INFO Hit x = 1214.07 y = 74.93 z = -1145.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1217.28 y = 69.26 z = -1149.38 detector = DummyHitDetector +ReWriteData INFO Hit x = 1220.49 y = 63.58 z = -1151.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 1223.7 y = 57.90 z = -1153.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 1226.91 y = 52.22 z = -1155.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 1230.12 y = 46.54 z = -1156.17 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 1201.23 +ReWriteData INFO ElementLink2 = 1230.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 1201.23 +ReWriteData INFO Element = 0x???? : 1204.44 +ReWriteData INFO Element = 0x???? : 1210.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 1201.23 +ReWriteData INFO Element = 0x???? : 1217.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 1201.23 +ReWriteData INFO Element = 0x???? : 1217.28 +ReWriteData INFO Element = 0x???? : 1210.86 +ReWriteData INFO Track pt = 1217.93 eta = -10.82 phi = 178.43 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 13 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 13 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #12, run #1 13 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #13, run #1 13 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 13 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 14 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 14 +Stream1.Stream1... DEBUG In commitOutput +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 1301.23 y = 97.65 z = -1073.33 detector = DummyHitDetector +ReWriteData INFO Hit x = 1304.44 y = 91.97 z = -1205.27 detector = DummyHitDetector +ReWriteData INFO Hit x = 1307.65 y = 86.29 z = -1229.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1310.86 y = 80.61 z = -1240.09 detector = DummyHitDetector +ReWriteData INFO Hit x = 1314.07 y = 74.93 z = -1245.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1317.28 y = 69.26 z = -1249.38 detector = DummyHitDetector +ReWriteData INFO Hit x = 1320.49 y = 63.58 z = -1251.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 1323.7 y = 57.90 z = -1253.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 1326.91 y = 52.22 z = -1255.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 1330.12 y = 46.54 z = -1256.17 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 1301.23 +ReWriteData INFO ElementLink2 = 1330.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 1301.23 +ReWriteData INFO Element = 0x???? : 1304.44 +ReWriteData INFO Element = 0x???? : 1310.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 1301.23 +ReWriteData INFO Element = 0x???? : 1317.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 1301.23 +ReWriteData INFO Element = 0x???? : 1317.28 +ReWriteData INFO Element = 0x???? : 1310.86 +ReWriteData INFO Track pt = 1317.76 eta = -10.75 phi = 193.09 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 14 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 14 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #13, run #1 14 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #14, run #1 14 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 14 run: 1 +WriteData INFO Now creating ExampleHit alias for event: 14 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 15 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 15 +Stream1.Stream1... DEBUG In commitOutput +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 1401.23 y = 97.65 z = -1173.33 detector = DummyHitDetector +ReWriteData INFO Hit x = 1404.44 y = 91.97 z = -1305.27 detector = DummyHitDetector +ReWriteData INFO Hit x = 1407.65 y = 86.29 z = -1329.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1410.86 y = 80.61 z = -1340.09 detector = DummyHitDetector +ReWriteData INFO Hit x = 1414.07 y = 74.93 z = -1345.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1417.28 y = 69.26 z = -1349.38 detector = DummyHitDetector +ReWriteData INFO Hit x = 1420.49 y = 63.58 z = -1351.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 1423.7 y = 57.90 z = -1353.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 1426.91 y = 52.22 z = -1355.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 1430.12 y = 46.54 z = -1356.17 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 1401.23 +ReWriteData INFO ElementLink2 = 1430.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 1401.23 +ReWriteData INFO Element = 0x???? : 1404.44 +ReWriteData INFO Element = 0x???? : 1410.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 1401.23 +ReWriteData INFO Element = 0x???? : 1417.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 1401.23 +ReWriteData INFO Element = 0x???? : 1417.28 +ReWriteData INFO Element = 0x???? : 1410.86 +ReWriteData INFO Track pt = 1417.61 eta = -10.69 phi = 207.74 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 15 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 15 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #14, run #1 15 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #15, run #1 15 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 15 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 16 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 16 +Stream1.Stream1... DEBUG In commitOutput +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 1501.23 y = 97.65 z = -1273.33 detector = DummyHitDetector +ReWriteData INFO Hit x = 1504.44 y = 91.97 z = -1405.27 detector = DummyHitDetector +ReWriteData INFO Hit x = 1507.65 y = 86.29 z = -1429.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1510.86 y = 80.61 z = -1440.09 detector = DummyHitDetector +ReWriteData INFO Hit x = 1514.07 y = 74.93 z = -1445.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1517.28 y = 69.26 z = -1449.38 detector = DummyHitDetector +ReWriteData INFO Hit x = 1520.49 y = 63.58 z = -1451.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 1523.7 y = 57.90 z = -1453.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 1526.91 y = 52.22 z = -1455.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 1530.12 y = 46.54 z = -1456.17 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 1501.23 +ReWriteData INFO ElementLink2 = 1530.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 1501.23 +ReWriteData INFO Element = 0x???? : 1504.44 +ReWriteData INFO Element = 0x???? : 1510.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 1501.23 +ReWriteData INFO Element = 0x???? : 1517.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 1501.23 +ReWriteData INFO Element = 0x???? : 1517.28 +ReWriteData INFO Element = 0x???? : 1510.86 +ReWriteData INFO Track pt = 1517.49 eta = -10.64 phi = 222.39 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 16 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 16 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #15, run #1 16 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #16, run #1 16 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 16 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 17 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 17 +Stream1.Stream1... DEBUG In commitOutput +CollectionTree(EventInfo_p4/McEventInfo) Debug endTransaction: go to finish +CollectionTree(ExampleHitContainer_p1/MyHits) Debug endTransaction: go to finish +POOLContainer(DataHeader) Debug endTransaction: go to finish +POOLContainer(basic/DataHeader) Debug endTransaction: go to finish +POOLContainerForm(DataHeaderForm) Debug endTransaction: go to finish +##Params Debug endTransaction: tree AutoSave +##Shapes Debug endTransaction: tree AutoSave +##Links Debug endTransaction: tree AutoSave +CollectionTree(EventInfo_p4/McEventInfo) Debug endTransaction: go to finish +CollectionTree(ExampleTrackContainer_p1/MyTracks) Debug endTransaction: go to finish +POOLContainer(DataHeader) Debug endTransaction: go to finish +POOLContainer(basic/DataHeader) Debug endTransaction: go to finish +POOLContainerForm(DataHeaderForm) Debug endTransaction: go to finish +##Params Debug endTransaction: tree AutoSave +##Shapes Debug endTransaction: tree AutoSave +##Links Debug endTransaction: tree AutoSave +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 1601.23 y = 97.65 z = -1373.33 detector = DummyHitDetector +ReWriteData INFO Hit x = 1604.44 y = 91.97 z = -1505.27 detector = DummyHitDetector +ReWriteData INFO Hit x = 1607.65 y = 86.29 z = -1529.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1610.86 y = 80.61 z = -1540.09 detector = DummyHitDetector +ReWriteData INFO Hit x = 1614.07 y = 74.93 z = -1545.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1617.28 y = 69.26 z = -1549.38 detector = DummyHitDetector +ReWriteData INFO Hit x = 1620.49 y = 63.58 z = -1551.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 1623.7 y = 57.90 z = -1553.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 1626.91 y = 52.22 z = -1555.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 1630.12 y = 46.54 z = -1556.17 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 1601.23 +ReWriteData INFO ElementLink2 = 1630.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 1601.23 +ReWriteData INFO Element = 0x???? : 1604.44 +ReWriteData INFO Element = 0x???? : 1610.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 1601.23 +ReWriteData INFO Element = 0x???? : 1617.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 1601.23 +ReWriteData INFO Element = 0x???? : 1617.28 +ReWriteData INFO Element = 0x???? : 1610.86 +ReWriteData INFO Track pt = 1617.37 eta = -10.59 phi = 237.04 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 17 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 17 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #16, run #1 17 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #17, run #1 17 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 17 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 18 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 18 +Stream1.Stream1... DEBUG In commitOutput +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 1701.23 y = 97.65 z = -1473.33 detector = DummyHitDetector +ReWriteData INFO Hit x = 1704.44 y = 91.97 z = -1605.27 detector = DummyHitDetector +ReWriteData INFO Hit x = 1707.65 y = 86.29 z = -1629.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1710.86 y = 80.61 z = -1640.09 detector = DummyHitDetector +ReWriteData INFO Hit x = 1714.07 y = 74.93 z = -1645.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1717.28 y = 69.26 z = -1649.38 detector = DummyHitDetector +ReWriteData INFO Hit x = 1720.49 y = 63.58 z = -1651.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 1723.7 y = 57.90 z = -1653.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 1726.91 y = 52.22 z = -1655.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 1730.12 y = 46.54 z = -1656.17 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 1701.23 +ReWriteData INFO ElementLink2 = 1730.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 1701.23 +ReWriteData INFO Element = 0x???? : 1704.44 +ReWriteData INFO Element = 0x???? : 1710.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 1701.23 +ReWriteData INFO Element = 0x???? : 1717.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 1701.23 +ReWriteData INFO Element = 0x???? : 1717.28 +ReWriteData INFO Element = 0x???? : 1710.86 +ReWriteData INFO Track pt = 1717.27 eta = -10.56 phi = 251.69 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 18 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 18 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #17, run #1 18 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #18, run #1 18 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 18 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 19 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 19 +Stream1.Stream1... DEBUG In commitOutput +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 1801.23 y = 97.65 z = -1573.33 detector = DummyHitDetector +ReWriteData INFO Hit x = 1804.44 y = 91.97 z = -1705.27 detector = DummyHitDetector +ReWriteData INFO Hit x = 1807.65 y = 86.29 z = -1729.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1810.86 y = 80.61 z = -1740.09 detector = DummyHitDetector +ReWriteData INFO Hit x = 1814.07 y = 74.93 z = -1745.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1817.28 y = 69.26 z = -1749.38 detector = DummyHitDetector +ReWriteData INFO Hit x = 1820.49 y = 63.58 z = -1751.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 1823.7 y = 57.90 z = -1753.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 1826.91 y = 52.22 z = -1755.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 1830.12 y = 46.54 z = -1756.17 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 1801.23 +ReWriteData INFO ElementLink2 = 1830.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 1801.23 +ReWriteData INFO Element = 0x???? : 1804.44 +ReWriteData INFO Element = 0x???? : 1810.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 1801.23 +ReWriteData INFO Element = 0x???? : 1817.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 1801.23 +ReWriteData INFO Element = 0x???? : 1817.28 +ReWriteData INFO Element = 0x???? : 1810.86 +ReWriteData INFO Track pt = 1817.19 eta = -10.52 phi = 266.34 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 19 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 19 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #18, run #1 19 events processed so far <<<=== +AthenaEventLoopMgr INFO ===>>> start processing event #19, run #1 19 events processed so far <<<=== +WriteData DEBUG in execute() +WriteData INFO EventInfo event: 19 run: 1 +WriteData INFO registered all data +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(2101,"*") called +Stream1 DEBUG Key:* +Stream1 DEBUG Added object 2101,"McEventInfo" +Stream1 DEBUG addItemObjects(9102,"My*") called +Stream1 DEBUG Key:My* +Stream1 DEBUG Added object 9102,"MyHits" +Stream1 DEBUG Collected objects: +Stream1 DEBUG Object/count: EventInfo_McEventInfo, 20 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 20 +Stream1.Stream1... DEBUG In commitOutput +ReWriteData DEBUG in execute() +ReWriteData INFO Hit x = 1901.23 y = 97.65 z = -1673.33 detector = DummyHitDetector +ReWriteData INFO Hit x = 1904.44 y = 91.97 z = -1805.27 detector = DummyHitDetector +ReWriteData INFO Hit x = 1907.65 y = 86.29 z = -1829.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1910.86 y = 80.61 z = -1840.09 detector = DummyHitDetector +ReWriteData INFO Hit x = 1914.07 y = 74.93 z = -1845.77 detector = DummyHitDetector +ReWriteData INFO Hit x = 1917.28 y = 69.26 z = -1849.38 detector = DummyHitDetector +ReWriteData INFO Hit x = 1920.49 y = 63.58 z = -1851.86 detector = DummyHitDetector +ReWriteData INFO Hit x = 1923.7 y = 57.90 z = -1853.68 detector = DummyHitDetector +ReWriteData INFO Hit x = 1926.91 y = 52.22 z = -1855.07 detector = DummyHitDetector +ReWriteData INFO Hit x = 1930.12 y = 46.54 z = -1856.17 detector = DummyHitDetector +ReWriteData INFO ElementLink1 = 1901.23 +ReWriteData INFO ElementLink2 = 1930.12 +ReWriteData INFO Link ElementLinkVector = 3 +ReWriteData INFO Element = 0x???? : 1901.23 +ReWriteData INFO Element = 0x???? : 1904.44 +ReWriteData INFO Element = 0x???? : 1910.86 +ReWriteData INFO Link Navigable = 2 +ReWriteData INFO Element = 0x???? : 1901.23 +ReWriteData INFO Element = 0x???? : 1917.28 +ReWriteData INFO Link Weighted Navigable = 3 +ReWriteData INFO Element = 0x???? : 1901.23 +ReWriteData INFO Element = 0x???? : 1917.28 +ReWriteData INFO Element = 0x???? : 1910.86 +ReWriteData INFO Track pt = 1917.11 eta = -10.49 phi = 281 detector = Track made in: DummyHitDetector +ReWriteData INFO registered all data +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(2101,"*") called +Stream2 DEBUG Key:* +Stream2 DEBUG Added object 2101,"McEventInfo" +Stream2 DEBUG addItemObjects(9103,"*Tracks") called +Stream2 DEBUG Key:*Tracks +Stream2 DEBUG Added object 9103,"MyTracks" +Stream2 DEBUG Collected objects: +Stream2 DEBUG Object/count: EventInfo_McEventInfo, 20 +Stream2 DEBUG Object/count: ExampleTrackContainer_MyTracks, 20 +Stream2.Stream2... DEBUG In commitOutput +AthenaEventLoopMgr INFO ===>>> done processing event #19, run #1 20 events processed so far <<<=== +DetectorStore INFO Stop DetectorStore +StoreGateSvc INFO Stop StoreGateSvc +StoreGateSvc INFO stop: setting service priority to 101 so that event stores get finalized and cleared before other stores +Stream1 DEBUG handle() incident type: MetaDataStop +Stream1.Stream1... DEBUG In connectServices +Stream1.Stream1... DEBUG In connectOutput +Stream1.Stream1... DEBUG Connected to SimplePoolFile1.root +Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 +Stream1 DEBUG addItemObjects(167728019,"Stream1") called +Stream1 DEBUG Key:Stream1 +Stream1 DEBUG Added object 167728019,"Stream1" +Stream1 DEBUG addItemObjects(1316383046,"*") called +Stream1 DEBUG Key:* +StorageSvc Info Building shape according to reflection information using shape ID for: +StorageSvc Info EventStreamInfo_p3 [????] +SimplePoolFile1.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1) +???? Debug Opened container MetaData(EventStreamInfo_p3/Stream1) of type ROOT_Tree +SimplePoolFile1.root Debug --->Adding Assoc :????/MetaData(EventStreamInfo_p3/Stream1) [202] (8 , ffffffff) +SimplePoolFile1.root Debug ---->ClassID:???? +SimplePoolFile1.root Debug --->Adding Shape[4 , ????]: [1 Column(s)] +SimplePoolFile1.root Debug ---->Class:EventStreamInfo_p3 +SimplePoolFile1.root Debug ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile1.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) +???? Debug Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree +SimplePoolFile1.root Debug --->Adding Assoc :????/MetaDataHdrForm(DataHeaderForm) [202] (9 , ffffffff) +SimplePoolFile1.root Debug ---->ClassID:???? +SimplePoolFile1.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdr(DataHeader) +???? Debug Opened container MetaDataHdr(DataHeader) of type ROOT_Tree +SimplePoolFile1.root Debug --->Adding Assoc :????/MetaDataHdr(DataHeader) [202] (a , ffffffff) +SimplePoolFile1.root Debug ---->ClassID:???? +Stream1.Stream1... DEBUG In commitOutput +Stream1.Stream1... DEBUG In connectServices +Stream1 INFO Records written: 21 +Stream1 DEBUG Leaving handle +Stream2 DEBUG handle() incident type: MetaDataStop +Stream2.Stream2... DEBUG In connectServices +Stream2.Stream2... DEBUG In connectOutput +Stream2.Stream2... DEBUG Connected to SimplePoolFile3.root +Stream2.Stream2... DEBUG Recorded DataHeader with key Stream2 +Stream2 DEBUG addItemObjects(167728019,"Stream2") called +Stream2 DEBUG Key:Stream2 +Stream2 DEBUG Added object 167728019,"Stream2" +Stream2 DEBUG addItemObjects(1316383046,"*") called +Stream2 DEBUG Key:* +SimplePoolFile3.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream2) +???? Debug Opened container MetaData(EventStreamInfo_p3/Stream2) of type ROOT_Tree +SimplePoolFile3.root Debug --->Adding Assoc :????/MetaData(EventStreamInfo_p3/Stream2) [202] (8 , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --->Adding Shape[4 , ????]: [1 Column(s)] +SimplePoolFile3.root Debug ---->Class:EventStreamInfo_p3 +SimplePoolFile3.root Debug ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile3.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) +???? Debug Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree +SimplePoolFile3.root Debug --->Adding Assoc :????/MetaDataHdrForm(DataHeaderForm) [202] (9 , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdr(DataHeader) +???? Debug Opened container MetaDataHdr(DataHeader) of type ROOT_Tree +SimplePoolFile3.root Debug --->Adding Assoc :????/MetaDataHdr(DataHeader) [202] (a , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +Stream2.Stream2... DEBUG In commitOutput +Stream2.Stream2... DEBUG In connectServices +Stream2 INFO Records written: 21 +Stream2 DEBUG Leaving handle +CollectionTree(EventInfo_p4/McEventInfo) Debug endTransaction: go to finish +CollectionTree(ExampleHitContainer_p1/MyHits) Debug endTransaction: go to finish +MetaData(EventStreamInfo_p3/Stream1) Debug endTransaction: go to finish +MetaDataHdr(DataHeader) Debug endTransaction: go to finish +MetaDataHdrForm(DataHeaderForm) Debug endTransaction: go to finish +POOLContainer(DataHeader) Debug endTransaction: go to finish +POOLContainer(basic/DataHeader) Debug endTransaction: go to finish +POOLContainerForm(DataHeaderForm) Debug endTransaction: go to finish +##Params Debug endTransaction: tree AutoSave +##Shapes Debug endTransaction: tree AutoSave +##Links Debug endTransaction: tree AutoSave +CollectionTree(EventInfo_p4/McEventInfo) Debug endTransaction: go to finish +CollectionTree(ExampleTrackContainer_p1/MyTracks) Debug endTransaction: go to finish +MetaData(EventStreamInfo_p3/Stream2) Debug endTransaction: go to finish +MetaDataHdr(DataHeader) Debug endTransaction: go to finish +MetaDataHdrForm(DataHeaderForm) Debug endTransaction: go to finish +POOLContainer(DataHeader) Debug endTransaction: go to finish +POOLContainer(basic/DataHeader) Debug endTransaction: go to finish +POOLContainerForm(DataHeaderForm) Debug endTransaction: go to finish +##Params Debug endTransaction: tree AutoSave +##Shapes Debug endTransaction: tree AutoSave +##Links Debug endTransaction: tree AutoSave +SimplePoolFile1.root Info Database being retired... +SimplePoolFile1.root Debug --> Deaccess DbContainer CREATE [ROOT_All] ##Links +SimplePoolFile1.root Debug --> Deaccess DbContainer CREATE [ROOT_All] ##Shapes +SimplePoolFile1.root Debug --> Deaccess DbContainer CREATE [ROOT_All] ##Params +RootDatabase.close Debug I/O READ Bytes: 0 +RootDatabase.close Debug I/O WRITE Bytes: ???? +RootDatabase.close Debug I/O OTHER Bytes: 0 +Domain[ROOT_All] Info -> Deaccess DbDatabase CREATE [ROOT_All] ???? +SimplePoolFile1.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo) +SimplePoolFile1.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits) +SimplePoolFile1.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1) +SimplePoolFile1.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdr(DataHeader) +SimplePoolFile1.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) +SimplePoolFile1.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(DataHeader) +SimplePoolFile1.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader) +SimplePoolFile1.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm) +SimplePoolFile3.root Info Database being retired... +SimplePoolFile3.root Debug --> Deaccess DbContainer CREATE [ROOT_All] ##Links +SimplePoolFile3.root Debug --> Deaccess DbContainer CREATE [ROOT_All] ##Shapes +SimplePoolFile3.root Debug --> Deaccess DbContainer CREATE [ROOT_All] ##Params +RootDatabase.close Debug I/O READ Bytes: 0 +RootDatabase.close Debug I/O WRITE Bytes: ???? +RootDatabase.close Debug I/O OTHER Bytes: 0 +Domain[ROOT_All] Info -> Deaccess DbDatabase CREATE [ROOT_All] ???? +SimplePoolFile3.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo) +SimplePoolFile3.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] CollectionTree(ExampleTrackContainer_p1/MyTracks) +SimplePoolFile3.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream2) +SimplePoolFile3.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdr(DataHeader) +SimplePoolFile3.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) +SimplePoolFile3.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(DataHeader) +SimplePoolFile3.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader) +SimplePoolFile3.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm) +Domain[ROOT_All] Info > Deaccess DbDomain UPDATE [ROOT_All] +MetaDataStore INFO Stop MetaDataStore +InputMetaDataStore INFO Stop InputMetaDataStore +ApplicationMgr INFO Application Manager Stopped successfully +WriteData INFO in finalize() +Stream1 DEBUG finalize: Optimize output +Stream1 DEBUG finalize: end optimize output +ReWriteData INFO in finalize() +Stream2 DEBUG finalize: Optimize output +Stream2 DEBUG finalize: end optimize output +AthAlgSeq INFO Finalizing AthAlgSeq... +WriteData DEBUG Calling destructor +ReWriteData DEBUG Calling destructor +AthOutSeq INFO Finalizing AthOutSeq... +AthRegSeq INFO Finalizing AthRegSeq... +AthMasterSeq INFO Finalizing AthMasterSeq... +StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-03-06-31 +EventSelector INFO finalize +DetectorStore INFO Finalizing DetectorStore - package version StoreGate-03-06-31 +AthenaPoolCnvSvc DEBUG releasing all workers +PoolSvc INFO I/O finalization... +XMLFileCatalog Debug There were no updates in the catalog +PoolXMLFileCatalog Info XercesC termination number 0 +MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-03-06-31 +InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-03-06-31 +DecisionSvc INFO -- OUTPUT STREAM EVENT OVERLAP SUMMARY -- +DecisionSvc INFO List of registered 2 Streams: Stream1 Stream2 +DecisionSvc INFO Finalized successfully. +AthDictLoaderSvc INFO in finalize... +ToolSvc INFO Removing all tools created by ToolSvc +Stream2.Stream2... DEBUG in finalize() +Stream1.Stream1... DEBUG in finalize() +Stream2.Stream2... DEBUG Calling destructor +Stream2.Stream2... DEBUG Calling destructor +Stream1.Stream1... DEBUG Calling destructor +Stream1.Stream1... DEBUG Calling destructor +Stream2.Stream2... DEBUG Calling destructor +Stream1.Stream1... DEBUG Calling destructor +*****Chrono***** INFO **************************************************************************************************** +*****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) +*****Chrono***** INFO **************************************************************************************************** +AthenaSealSvc::... INFO Time User : Tot= 11 [ms] #= 1 +ChronoStatSvc INFO Time User : Tot=0.90 [s] #= 1 +*****Chrono***** INFO **************************************************************************************************** +ChronoStatSvc.f... INFO Service finalized successfully +ApplicationMgr INFO Application Manager Finalized successfully +ApplicationMgr INFO Application Manager Terminated successfully +Athena INFO leaving with code 0: "successful run" +CORAL/Services/ConnectionService Info Deleting the ConnectionPool diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Copy.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Copy.ref index e0963cee0e6..d6621fe1d4b 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Copy.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Copy.ref @@ -1,8 +1,9 @@ -Wed Feb 4 10:52:40 CET 2015 +Mon Mar 21 22:37:11 CET 2016 Preloading tcmalloc_minimal.so Athena INFO including file "AthenaCommon/Preparation.py" Athena INFO including file "AthenaCommon/Bootstrap.py" Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py" +Athena INFO executing ROOT6Setup Athena INFO including file "AthenaCommon/Execution.py" Athena INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_CopyJobOptions.py" Athena INFO including file "AthenaCommon/runbatch.py" @@ -18,7 +19,7 @@ AthDictLoaderSvc INFO in initialize... AthDictLoaderSvc INFO acquired Dso-registry ChronoStatSvc INFO Number of skipped events for MemStat-1 CoreDumpSvc INFO install f-a-t-a-l handler... (flag = -1) -AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-59-04 +AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-60-03 AthMasterSeq INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq AthAlgSeq INFO Member list: AthenaOutputStream/Stream1 Stream1 DEBUG In initialize @@ -26,14 +27,12 @@ Stream1 DEBUG Found IDecisionSvc. DecisionSvc INFO Inserting stream: Stream1 with no Algs Stream1 DEBUG End initialize Stream1 DEBUG In initialize -StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-02-45-01-04 -MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-59-04 -InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-02-45-01-04 -MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-02-45-01-04 -AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-18 -AthenaRootStrea... INFO POOL/ROOT class loader initialized -AthenaRootStrea... INFO 9 ROOT streamers declared -PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-24-06 +StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-03-06-31 +MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-60-03 +InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-03-06-31 +MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-03-06-31 +AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-28-12 +PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-25-00 PoolSvc INFO io_register[PoolSvc](xmlcatalog_file:Catalog1.xml) [ok] PoolSvc INFO Set connectionsvc retry/timeout/IDLE timeout to 'ConnectionRetrialPeriod':300/ 'ConnectionRetrialTimeOut':3600/ 'ConnectionTimeOut':5 seconds with connection cleanup disabled PoolSvc INFO Frontier compression level set to 5 @@ -43,8 +42,8 @@ PoolSvc INFO Re-initializing PoolSvc PoolSvc INFO POOL WriteCatalog is xmlcatalog_file:Catalog1.xml XMLFileCatalog Info Connecting to the catalog PoolXMLFileCatalog Info Xerces-c initialization Number 0 -EventSelector INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-18-35 -TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-02-45-01-04 +EventSelector INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-19-07 +TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-03-06-31 EventSelector INFO reinitialization... EventSelector INFO EventSelection with query EventSelector DEBUG Try item: "SimplePoolFile1.root" from the collection list. @@ -66,7 +65,6 @@ DbSession Info Open DbSession Domain[ROOT_All] Info > Access DbDomain READ [ROOT_All] Domain[ROOT_All] Info -> Access DbDatabase READ [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFile1.root -RootDatabase.open Success SimplePoolFile1.root File version:53424 SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree SimplePoolFile1.root Debug --->Reading Shape[0 , ????]: [1 Column(s)] @@ -120,32 +118,30 @@ SimplePoolFile1.root Debug --->Reading Param:PFN=[SimplePoolFile1.root] SimplePoolFile1.root Debug --->Reading Param:POOL_VSN=[1.1] SimplePoolFile1.root Debug --->Reading Param:FORMAT_VSN=[1.1] ##Params Debug No objects passing selection criteria... Container has 4 Entries in total. -RootDatabase.onOpen Debug ???? File version:53424 SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_Tree] MetaDataHdr(DataHeader) ???? Debug Opened container MetaDataHdr(DataHeader) of type ROOT_Tree PoolSvc INFO Failed to find container MetaDataHdrDataHeader to get Token. EventPersistenc... INFO Added successfully Conversion service:AthenaPoolCnvSvc SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) ???? Debug Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree -AthenaPoolAddre... INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-18-35 -ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-01-10 +AthenaPoolAddre... INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-19-07 +ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-02-07 Stream1 DEBUG Found StoreGateSvc store. Stream1 DEBUG Found MetaDataStore store. -ItemListSvc INFO ItemListSvc initialize -OutputStreamSeq... INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-59-04 -Stream1.Stream1... INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-75 +OutputStreamSeq... INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-60-03 +Stream1.Stream1... INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-84 Stream1.Stream1... INFO streamProperty ProcessingTag = Stream1 Stream1.Stream1... DEBUG In connectServices -DetectorStore INFO Initializing DetectorStore - package version StoreGate-02-45-01-04 +DetectorStore INFO Initializing DetectorStore - package version StoreGate-03-06-31 AthenaPoolAddre... DEBUG Cannot retrieve DataHeader from DetectorStore. -Stream1.Stream1... INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-75 +Stream1.Stream1... INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-84 Stream1 INFO Found HelperTools = PrivateToolHandleArray(['MakeEventStreamInfo/Stream1_MakeEventStreamInfo']) Stream1 INFO Data output: SimplePoolReplica1.root Stream1 INFO I/O reinitialization... Stream1 DEBUG End initialize HistogramPersis...WARNING Histograms saving not required. AthenaEventLoopMgr INFO Setup EventSelector service EventSelector -ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-02-45-01-04 +ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-03-06-31 ApplicationMgr INFO Application Manager Initialized successfully InputMetaDataStore INFO Start InputMetaDataStore MetaDataStore INFO Start MetaDataStore @@ -197,7 +193,6 @@ PoolXMLFileCatalog Debug filename SimplePoolReplica1.root does not exist XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found Domain[ROOT_All] Info -> Access DbDatabase CREATE [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolReplica1.root -RootDatabase.open Success SimplePoolReplica1.root File version:53424 SimplePoolReplica1.root Debug --> Access DbContainer CREATE [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree ##Shapes Debug No objects passing selection criteria... Container has 0 Entries in total. @@ -213,6 +208,7 @@ RootDatabase.setOption Debug Request TREE_AUTO_FLUSH RootDatabase.setOption Debug File name SimplePoolReplica1.root RootDatabase.setOption Debug Demand to set AUTO_FLUSH for TTree: POOLContainer with value: 0 AthenaPoolCnvSvc DEBUG setAttribute TREE_AUTO_FLUSH to 0 for db: SimplePoolReplica1.root and cont: TTree=POOLContainer +AthenaPoolCnvSvc DEBUG setAttribute CONTAINER_SPLITLEVEL to 99 for db: SimplePoolReplica1.root and cont: TTree=POOLContainerForm(DataHeaderForm) Stream1.Stream1... DEBUG Connected to SimplePoolReplica1.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 Stream1 DEBUG addItemObjects(2101,"*") called @@ -220,9 +216,12 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits) +???? Debug Opened container CollectionTree(ExampleHitContainer_p1/MyHits) of type ROOT_Tree +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 1 +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 1 SimplePoolReplica1.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo) ???? Debug Opened container CollectionTree(EventInfo_p4/McEventInfo) of type ROOT_Tree SimplePoolReplica1.root Debug --->Adding Assoc :????/CollectionTree(EventInfo_p4/McEventInfo) [202] (3 , ffffffff) @@ -230,8 +229,6 @@ SimplePoolReplica1.root Debug ---->ClassID:???? SimplePoolReplica1.root Debug --->Adding Shape[0 , ????]: [1 Column(s)] SimplePoolReplica1.root Debug ---->Class:EventInfo_p4 SimplePoolReplica1.root Debug ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1 -SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits) -???? Debug Opened container CollectionTree(ExampleHitContainer_p1/MyHits) of type ROOT_Tree SimplePoolReplica1.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits) ???? Debug Opened container CollectionTree(ExampleHitContainer_p1/MyHits) of type ROOT_Tree SimplePoolReplica1.root Debug --->Adding Assoc :????/CollectionTree(ExampleHitContainer_p1/MyHits) [202] (4 , ffffffff) @@ -239,7 +236,6 @@ SimplePoolReplica1.root Debug ---->ClassID:???? SimplePoolReplica1.root Debug --->Adding Shape[1 , ????]: [1 Column(s)] SimplePoolReplica1.root Debug ---->Class:ExampleHitContainer_p1 SimplePoolReplica1.root Debug ---->[0]:ExampleHitContainer_p1 Typ:ExampleHitContainer_p1 [21] Size:0 Offset:0 #Elements:1 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits SimplePoolReplica1.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm) ???? Debug Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree SimplePoolReplica1.root Debug --->Adding Assoc :????/POOLContainerForm(DataHeaderForm) [202] (5 , ffffffff) @@ -279,10 +275,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 2 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 2 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #1, run #1 2 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -302,10 +298,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 3 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 3 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #2, run #1 3 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -325,10 +321,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 4 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 4 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #3, run #1 4 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -348,10 +344,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 5 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 5 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #4, run #1 5 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -371,10 +367,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 6 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 6 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #5, run #1 6 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -394,10 +390,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 7 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 7 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #6, run #1 7 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -417,10 +413,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 8 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 8 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #7, run #1 8 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -440,10 +436,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 9 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 9 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #8, run #1 9 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -463,10 +459,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 10 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 10 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #9, run #1 10 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -486,10 +482,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 11 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 11 Stream1.Stream1... DEBUG In commitOutput CollectionTree(EventInfo_p4/McEventInfo) Debug endTransaction: go to finish CollectionTree(ExampleHitContainer_p1/MyHits) Debug endTransaction: go to finish @@ -517,10 +513,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 12 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 12 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #11, run #1 12 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -540,10 +536,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 13 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 13 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #12, run #1 13 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -563,10 +559,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 14 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 14 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #13, run #1 14 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -586,10 +582,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 15 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 15 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #14, run #1 15 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -609,10 +605,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 16 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 16 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #15, run #1 16 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -632,10 +628,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 17 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 17 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #16, run #1 17 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -655,10 +651,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 18 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 18 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #17, run #1 18 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -678,10 +674,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 19 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 19 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #18, run #1 19 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -701,10 +697,10 @@ Stream1 DEBUG Key:* Stream1 DEBUG Added object 2101,"McEventInfo" Stream1 DEBUG addItemObjects(9102,"MyHits") called Stream1 DEBUG Key:MyHits -Stream1 DEBUG Going to attempt direct persistent copy for 9102,"MyHits" +Stream1 DEBUG Added object 9102,"MyHits" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 20 -Stream1.Stream1... DEBUG Pers to Pers copy for 1 MyHits +Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 20 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #19, run #1 20 events processed so far <<<=== RootCollection Info Closing open collection 'SimplePoolFile1.root' @@ -796,19 +792,15 @@ AthAlgSeq INFO Finalizing AthAlgSeq... AthOutSeq INFO Finalizing AthOutSeq... AthRegSeq INFO Finalizing AthRegSeq... AthMasterSeq INFO Finalizing AthMasterSeq... -StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-02-45-01-04 -DetectorStore INFO Finalizing DetectorStore - package version StoreGate-02-45-01-04 -ItemListSvc INFO -- OUTPUT STREAM ITEM OVERLAP SUMMARY -- -ItemListSvc INFO STREAM Stream1 has (2) items -ItemListSvc INFO - EventInfo_McEventInfo -ItemListSvc INFO - EventStreamInfo_Stream1 -TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-03-06-31 +DetectorStore INFO Finalizing DetectorStore - package version StoreGate-03-06-31 +TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-03-06-31 AthenaPoolCnvSvc DEBUG releasing all workers PoolSvc INFO I/O finalization... XMLFileCatalog Info Updating the catalog PoolXMLFileCatalog Info XercesC termination number 0 -MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-02-45-01-04 -InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-02-45-01-04 +MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-03-06-31 +InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-03-06-31 DecisionSvc INFO -- OUTPUT STREAM EVENT OVERLAP SUMMARY -- DecisionSvc INFO List of registered 1 Streams: Stream1 DecisionSvc INFO Finalized successfully. @@ -821,9 +813,8 @@ Stream1.Stream1... DEBUG Calling destructor *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -AthenaSealSvc::... INFO Time User : Tot= 3 [ms] Ave/Min/Max= 333(+- 471)/ 0/1e+03 [us] #= 9 -AthenaSealSvc::... INFO Time User : Tot= 199 [ms] #= 1 -ChronoStatSvc INFO Time User : Tot= 6.29 [s] #= 1 +AthenaSealSvc::... INFO Time User : Tot= 11 [ms] #= 1 +ChronoStatSvc INFO Time User : Tot=0.86 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ChronoStatSvc.f... INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Filter.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Filter.ref index ec482faad1c..689b84455c7 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Filter.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Filter.ref @@ -1,8 +1,9 @@ -Fri Feb 6 12:14:59 CET 2015 +Mon Mar 21 22:38:14 CET 2016 Preloading tcmalloc_minimal.so Athena INFO including file "AthenaCommon/Preparation.py" Athena INFO including file "AthenaCommon/Bootstrap.py" Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py" +Athena INFO executing ROOT6Setup Athena INFO including file "AthenaCommon/Execution.py" Athena INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_FilterJobOptions.py" Athena INFO including file "AthenaCommon/runbatch.py" @@ -18,17 +19,15 @@ AthDictLoaderSvc INFO in initialize... AthDictLoaderSvc INFO acquired Dso-registry ChronoStatSvc INFO Number of skipped events for MemStat-1 CoreDumpSvc INFO install f-a-t-a-l handler... (flag = -1) -AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-59-04 +AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-60-03 AthMasterSeq INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq AthAlgSeq INFO Member list: AthPoolEx::ReadData/ReadData, AthenaOutputStream/Stream1, AthPoolEx::WriteTag/WriteTag, RegistrationStream/RegStream1 ReadData INFO in initialize() -InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-02-45-01-04 -MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-59-04 -MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-02-45-01-04 -AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-18 -AthenaRootStrea... INFO POOL/ROOT class loader initialized -AthenaRootStrea... INFO 9 ROOT streamers declared -PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-24-06 +InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-03-06-31 +MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-60-03 +MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-03-06-31 +AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-28-12 +PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-25-00 PoolSvc INFO Set connectionsvc retry/timeout/IDLE timeout to 'ConnectionRetrialPeriod':300/ 'ConnectionRetrialTimeOut':3600/ 'ConnectionTimeOut':5 seconds with connection cleanup disabled PoolSvc INFO Frontier compression level set to 5 PoolSvc INFO Successfully setup replica sorting algorithm @@ -40,8 +39,8 @@ XMLFileCatalog Info Connecting to the catalog PoolXMLFileCatalog Info Xerces-c initialization Number 0 XMLFileCatalog Info Connecting to the catalog PoolXMLFileCatalog Debug Xerces-c initialization Number 1 -EventSelector INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-18-35 -TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-02-45-01-04 +EventSelector INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-19-07 +TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-03-06-31 EventSelector.Q... INFO in initialize() EventSelector INFO reinitialization... EventSelector INFO EventSelection with query EventNumber > 5 @@ -49,6 +48,7 @@ EventSelector DEBUG Try item: "SimplePoolCollection3.root" from the collec RootCollection Info Opening Collection File SimplePoolCollection3.root in mode: READ RootCollection Debug File SimplePoolCollection3.root exists. RootCollection Info File SimplePoolCollection3.root opened +RootCollection Debug Retrieved Collection TTree "POOLCollectionTree" from file SimplePoolCollection3.root RootCollection Info Root collection opened, size = 20 EventSelector INFO Using standard collection ref MetaDataSvc DEBUG handle() FirstInputFile for FID:???? @@ -57,27 +57,82 @@ DbSession Info Open DbSession Domain[ROOT_All] Info > Access DbDomain READ [ROOT_All] Domain[ROOT_All] Info -> Access DbDatabase READ [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFile3.root -RootDatabase.open Success SimplePoolFile3.root File version:53424 +SimplePoolFile3.root Debug --> Access DbContainer READ [ROOT_All] ##Shapes +???? Debug Opened container ##Shapes of type ROOT_Tree +SimplePoolFile3.root Debug --->Reading Shape[0 , ????]: [1 Column(s)] +SimplePoolFile3.root Debug ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile3.root Debug --->Reading Shape[1 , ????]: [1 Column(s)] +SimplePoolFile3.root Debug ---->[0]:ExampleTrackContainer_p1 Typ:ExampleTrackContainer_p1 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile3.root Debug --->Reading Shape[2 , ????]: [1 Column(s)] +SimplePoolFile3.root Debug ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile3.root Debug --->Reading Shape[3 , ????]: [1 Column(s)] +SimplePoolFile3.root Debug ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile3.root Debug --->Reading Shape[4 , ????]: [1 Column(s)] +SimplePoolFile3.root Debug ---->[0]:Token Typ:Token [18] Size:0 Offset:0 #Elements:1 +SimplePoolFile3.root Debug --->Reading Shape[5 , ????]: [1 Column(s)] +SimplePoolFile3.root Debug ---->[0]:unsigned int Typ:unsigned int [3] Size:0 Offset:0 #Elements:1 +SimplePoolFile3.root Debug --->Reading Shape[6 , ????]: [1 Column(s)] +SimplePoolFile3.root Debug ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1 +##Shapes Debug No objects passing selection criteria... Container has 7 Entries in total. +SimplePoolFile3.root Debug --> Access DbContainer READ [ROOT_All] ##Links +???? Debug Opened container ##Links of type ROOT_Tree +SimplePoolFile3.root Debug --->Reading Assoc:????/##Params [200] (2 , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202] (3 , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --->Reading Assoc:????/CollectionTree(ExampleTrackContainer_p1/MyTracks) [202] (4 , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202] (5 , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --->Reading Assoc:????/POOLContainer(DataHeader) [202] (6 , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --->Reading Assoc:????/POOLCollectionTree(Token) [202] (7 , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --->Reading Assoc:????/POOLCollectionTree(RunNumber) [202] (8 , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --->Reading Assoc:????/POOLCollectionTree(EventNumber) [202] (9 , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --->Reading Assoc:????/POOLCollectionTree(MagicNumber) [202] (a , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --->Reading Assoc:????/POOLContainer(basic/DataHeader) [202] (b , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202] (c , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202] (d , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +SimplePoolFile3.root Debug --->Reading Assoc:????/MetaDataHdr(DataHeader) [202] (e , ffffffff) +SimplePoolFile3.root Debug ---->ClassID:???? +##Links Debug No objects passing selection criteria... Container has 13 Entries in total. +SimplePoolFile3.root Debug --> Access DbContainer READ [ROOT_All] ##Params +???? Debug Opened container ##Params of type ROOT_Tree +SimplePoolFile3.root Debug --->Reading Param:FID=[????] +SimplePoolFile3.root Debug --->Reading Param:PFN=[SimplePoolFile3.root] +SimplePoolFile3.root Debug --->Reading Param:POOL_VSN=[1.1] +SimplePoolFile3.root Debug --->Reading Param:FORMAT_VSN=[1.1] +##Params Debug No objects passing selection criteria... Container has 4 Entries in total. +SimplePoolFile3.root Debug --> Access DbContainer READ [ROOT_Tree] MetaDataHdr(DataHeader) +???? Debug Opened container MetaDataHdr(DataHeader) of type ROOT_Tree PoolSvc INFO Failed to find container MetaDataHdrDataHeader to get Token. EventPersistenc... INFO Added successfully Conversion service:AthenaPoolCnvSvc +SimplePoolFile3.root Debug --> Access DbContainer READ [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) +???? Debug Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree MetaDataSvc DEBUG Loaded input meta data store proxies -AthenaPoolAddre... INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-18-35 -ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-01-10 +AthenaPoolAddre... INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-19-07 +ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-02-07 Stream1 DEBUG In initialize Stream1 DEBUG Found IDecisionSvc. DecisionSvc INFO Inserting stream: Stream1 with no Algs Stream1 DEBUG End initialize Stream1 DEBUG In initialize -StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-03-06-31 Stream1 DEBUG Found StoreGateSvc store. Stream1 DEBUG Found MetaDataStore store. -ItemListSvc INFO ItemListSvc initialize -OutputStreamSeq... INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-59-04 -Stream1.Stream1... INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-75 +OutputStreamSeq... INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-60-03 +Stream1.Stream1... INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-84 Stream1.Stream1... DEBUG In connectServices -DetectorStore INFO Initializing DetectorStore - package version StoreGate-02-45-01-04 +DetectorStore INFO Initializing DetectorStore - package version StoreGate-03-06-31 AthenaPoolAddre... DEBUG Cannot retrieve DataHeader from DetectorStore. -Stream1.Stream1... INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-75 +Stream1.Stream1... INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-84 Stream1 INFO Found HelperTools = PrivateToolHandleArray(['MakeEventStreamInfo/Stream1_MakeEventStreamInfo']) Stream1 INFO Data output: SimplePoolFile5.root Stream1 INFO I/O reinitialization... @@ -107,15 +162,19 @@ RegStream1 DEBUG Not class requested by Tool, skipping (222376821,"*") RegStream1 DEBUG End initialize HistogramPersis...WARNING Histograms saving not required. AthenaEventLoopMgr INFO Setup EventSelector service EventSelector -ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-02-45-01-04 +ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-03-06-31 ApplicationMgr INFO Application Manager Initialized successfully MetaDataStore INFO Start MetaDataStore TagMetaDataStore INFO Start TagMetaDataStore RootCollection Info Closing open collection 'SimplePoolCollection3.root' EventSelector DEBUG Try item: "SimplePoolCollection3.root" from the collection list. RootCollection Info Opening Collection File SimplePoolCollection3.root in mode: READ +RootCollection Debug File SimplePoolCollection3.root exists. RootCollection Info File SimplePoolCollection3.root opened +RootCollection Debug Retrieved Collection TTree "POOLCollectionTree" from file SimplePoolCollection3.root RootCollection Info Root collection opened, size = 20 +RootCollection::Metadata Debug Using char buffer of size: 4100 +RootCollection::Metadata Debug readKeys: found 3 metadata keys MetaDataSvc DEBUG handle() BeginTagFile for SimplePoolCollection3.root InputMetaDataStore INFO Start InputMetaDataStore StoreGateSvc INFO Start StoreGateSvc @@ -169,15 +228,23 @@ EventSelector.Q... DEBUG EventNumber = 10 EventSelector.Q... DEBUG RunNumber = 1 EventSelector.Q... DEBUG MagicNumber = 24 EventSelector DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000A] +SimplePoolFile3.root Debug --> Access DbContainer READ [ROOT_Tree] POOLContainer(DataHeader) +???? Debug Opened container POOLContainer(DataHeader) of type ROOT_Tree +SimplePoolFile3.root Debug --> Access DbContainer READ [ROOT_Tree] POOLContainerForm(DataHeaderForm) +???? Debug Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree AthenaPoolAddre... DEBUG The current Event contains: 3 objects AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9103, name = MyTracks +SimplePoolFile3.root Debug --> Access DbContainer READ [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo) +???? Debug Opened container CollectionTree(EventInfo_p4/McEventInfo) of type ROOT_Tree AthenaEventLoopMgr INFO ===>>> start of run 1 <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #10, run #1 0 events processed so far <<<=== ReadData DEBUG in execute() ReadData INFO CollectionMetadata, key = Name, value = PFN:SimplePoolCollection3.root ReadData INFO CollectionMetadata, key = POOLCollectionID, value = ???? -ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1423221281 +ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1458596283 +SimplePoolFile3.root Debug --> Access DbContainer READ [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1) +???? Debug Opened container MetaData(EventStreamInfo_p3/Stream1) of type ROOT_Tree ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: ReadData INFO CLID = 2101, key = McEventInfo @@ -187,13 +254,34 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 10 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1018.38 eta = -9.76 phi = 149.13 detector = Track made in: DummyHitDetector +SimplePoolFile3.root Debug --> Access DbContainer READ [ROOT_Tree] CollectionTree(ExampleTrackContainer_p1/MyTracks) +???? Debug Opened container CollectionTree(ExampleTrackContainer_p1/MyTracks) of type ROOT_Tree +ReadData INFO Track pt = 1018.38 eta = -11.00 phi = 149.13 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits Stream1.Stream1... DEBUG In connectOutput DbSession Info Open DbSession Domain[ROOT_All] Info > Access DbDomain UPDATE [ROOT_All] +PoolXMLFileCatalog Debug filename SimplePoolFile5.root does not exist +XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found +PoolXMLFileCatalog Debug filename SimplePoolFile5.root does not exist +XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found Domain[ROOT_All] Info -> Access DbDatabase CREATE [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFile5.root -RootDatabase.open Success SimplePoolFile5.root File version:53424 +SimplePoolFile5.root Debug --> Access DbContainer CREATE [ROOT_All] ##Shapes +???? Debug Opened container ##Shapes of type ROOT_Tree +##Shapes Debug No objects passing selection criteria... Container has 0 Entries in total. +SimplePoolFile5.root Debug --> Access DbContainer CREATE [ROOT_All] ##Links +???? Debug Opened container ##Links of type ROOT_Tree +##Links Debug No objects passing selection criteria... Container has 0 Entries in total. +SimplePoolFile5.root Debug --> Access DbContainer CREATE [ROOT_All] ##Params +???? Debug Opened container ##Params of type ROOT_Tree +SimplePoolFile5.root Debug --->Adding Assoc :????/##Params [200] (2 , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? +##Params Debug No objects passing selection criteria... Container has 0 Entries in total. +RootDatabase.setOption Debug Request TREE_AUTO_FLUSH +RootDatabase.setOption Debug File name SimplePoolFile5.root +RootDatabase.setOption Debug Demand to set AUTO_FLUSH for TTree: POOLContainer with value: 0 Stream1.Stream1... DEBUG Connected to SimplePoolFile5.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 Stream1 DEBUG addItemObjects(2101,"*") called @@ -205,6 +293,39 @@ Stream1 DEBUG Added object 9103,"MyTracks" Stream1 DEBUG Collected objects: Stream1 DEBUG Object/count: EventInfo_McEventInfo, 1 Stream1 DEBUG Object/count: ExampleTrackContainer_MyTracks, 1 +SimplePoolFile5.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo) +???? Debug Opened container CollectionTree(EventInfo_p4/McEventInfo) of type ROOT_Tree +SimplePoolFile5.root Debug --->Adding Assoc :????/CollectionTree(EventInfo_p4/McEventInfo) [202] (3 , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? +SimplePoolFile5.root Debug --->Adding Shape[0 , ????]: [1 Column(s)] +SimplePoolFile5.root Debug ---->Class:EventInfo_p4 +SimplePoolFile5.root Debug ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile5.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] CollectionTree(ExampleTrackContainer_p1/MyTracks) +???? Debug Opened container CollectionTree(ExampleTrackContainer_p1/MyTracks) of type ROOT_Tree +SimplePoolFile5.root Debug --->Adding Assoc :????/CollectionTree(ExampleTrackContainer_p1/MyTracks) [202] (4 , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? +SimplePoolFile5.root Debug --->Adding Shape[1 , ????]: [1 Column(s)] +SimplePoolFile5.root Debug ---->Class:ExampleTrackContainer_p1 +SimplePoolFile5.root Debug ---->[0]:ExampleTrackContainer_p1 Typ:ExampleTrackContainer_p1 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile5.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm) +???? Debug Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree +SimplePoolFile5.root Debug --->Adding Assoc :????/POOLContainerForm(DataHeaderForm) [202] (5 , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? +SimplePoolFile5.root Debug --->Adding Shape[2 , ????]: [1 Column(s)] +SimplePoolFile5.root Debug ---->Class:DataHeaderForm_p5 +SimplePoolFile5.root Debug ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile5.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(DataHeader) +???? Debug Opened container POOLContainer(DataHeader) of type ROOT_Tree +POOLContainer(DataHeader) Debug Setting AUTO_FLUSH for TTree: POOLContainer to value: 0 +SimplePoolFile5.root Debug --->Adding Assoc :????/POOLContainer(DataHeader) [202] (6 , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? +SimplePoolFile5.root Debug --->Adding Shape[3 , ????]: [1 Column(s)] +SimplePoolFile5.root Debug ---->Class:DataHeader_p5 +SimplePoolFile5.root Debug ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile5.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader) +???? Debug Opened container POOLContainer(basic/DataHeader) of type ROOT_Tree +SimplePoolFile5.root Debug --->Adding Assoc :????/POOLContainer(basic/DataHeader) [202] (7 , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? Stream1.Stream1... DEBUG In commitOutput WriteTag INFO EventInfo event: 10 run: 1 WriteTag INFO registered all data @@ -226,9 +347,16 @@ RegStream1.TagTool DEBUG Collection type RootCollection RegStream1.TagTool DEBUG Collection open mode 'CollectionOpenMode':CREATE_AND_OVERWRITE PoolSvc INFO Writing ExplicitROOT Collection - do not pass session pointer RootCollection Info Opening Collection File SimplePoolCollection5.root in mode: UPDATE +RootCollection Debug File SimplePoolCollection5.root does not exist. RootCollection Info File SimplePoolCollection5.root opened +RootCollection Debug Created Collection TTree. Collection file will be SimplePoolCollection5.root +RootCollectionSchemaEditor Debug Created Branch Token, Type=Token RootCollection Info Root collection opened, size = 0 +POOLCollFactory Debug Generated new ID for collection PFN:SimplePoolCollection5.root GUID=???? RootCollection::Metadata Info ****** Created metadata tree in the collection file +RootCollection Debug Commit: saving collection TTree to file: SimplePoolCollection5.root +RootCollection Debug bytes written to TTree ???? +RootCollection::MetadataCommit Debug Bytes written to the Metadata TTree ???? RegStream1.TagTool DEBUG Created collection RegStream1.TagTool DEBUG RSTool::fill dumping inputs RegStream1.TagTool DEBUG tagKey = RunEventTag @@ -238,6 +366,7 @@ RegStream1.TagTool DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID= RegStream1.TagTool DEBUG Stream1 [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000A] RegStream1.TagTool DEBUG Setting primary ref to Stream1_derived_ref RegStream1.TagTool DEBUG Event 0 +RootCollectionSchemaEditor Debug Created Branch Stream1_ref, Type=Token RegStream1.TagTool DEBUG Provenance key Stream1_ref added to spec RegStream1.TagTool DEBUG Event 0 RegStream1.TagTool DEBUG ref name Stream1_ref already used @@ -252,6 +381,8 @@ RegStream1.TagTool DEBUG add spec to collection RegStream1.TagTool DEBUG Collection has 2 total columns RegStream1.TagTool DEBUG Collection has 0 metadata columns RegStream1.TagTool DEBUG Collection has 2 token columns +RootCollectionSchemaEditor Debug Created Branch RunNumber, Type=unsigned int +RootCollectionSchemaEditor Debug Created Branch EventNumber, Type=unsigned int RegStream1.TagTool INFO No Primary Key defined RegStream1.TagTool DEBUG CollDesc after attribute addition RegStream1.TagTool DEBUG Token Attributes for fragment 0 @@ -261,6 +392,7 @@ RegStream1.TagTool DEBUG Metadata Attributes for fragment 0 RegStream1.TagTool DEBUG Name: RunNumber Type: unsigned int RegStream1.TagTool DEBUG Name: EventNumber Type: unsigned int RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=2 +RootCollection Debug Collection size=1 AthenaEventLoopMgr INFO ===>>> done processing event #10, run #1 1 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 3 @@ -277,7 +409,7 @@ AthenaEventLoopMgr INFO ===>>> start processing event #11, run #1 1 events ReadData DEBUG in execute() ReadData INFO CollectionMetadata, key = Name, value = PFN:SimplePoolCollection3.root ReadData INFO CollectionMetadata, key = POOLCollectionID, value = ???? -ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1423221281 +ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1458596283 ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: ReadData INFO CLID = 2101, key = McEventInfo @@ -287,7 +419,9 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 11 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1118.13 eta = -9.69 phi = 163.78 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1118.13 eta = -10.90 phi = 163.78 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to SimplePoolFile5.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 @@ -330,6 +464,7 @@ RegStream1.TagTool DEBUG Name: EventNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=2 +RootCollection Debug Collection size=2 AthenaEventLoopMgr INFO ===>>> done processing event #11, run #1 2 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 3 @@ -346,7 +481,7 @@ AthenaEventLoopMgr INFO ===>>> start processing event #12, run #1 2 events ReadData DEBUG in execute() ReadData INFO CollectionMetadata, key = Name, value = PFN:SimplePoolCollection3.root ReadData INFO CollectionMetadata, key = POOLCollectionID, value = ???? -ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1423221281 +ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1458596283 ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: ReadData INFO CLID = 2101, key = McEventInfo @@ -356,7 +491,9 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 12 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1217.93 eta = -9.63 phi = 178.43 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1217.93 eta = -10.82 phi = 178.43 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to SimplePoolFile5.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 @@ -399,6 +536,7 @@ RegStream1.TagTool DEBUG Name: EventNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=2 +RootCollection Debug Collection size=3 AthenaEventLoopMgr INFO ===>>> done processing event #12, run #1 3 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 3 @@ -415,7 +553,7 @@ AthenaEventLoopMgr INFO ===>>> start processing event #13, run #1 3 events ReadData DEBUG in execute() ReadData INFO CollectionMetadata, key = Name, value = PFN:SimplePoolCollection3.root ReadData INFO CollectionMetadata, key = POOLCollectionID, value = ???? -ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1423221281 +ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1458596283 ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: ReadData INFO CLID = 2101, key = McEventInfo @@ -425,7 +563,9 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 13 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1317.76 eta = -9.57 phi = 193.09 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1317.76 eta = -10.75 phi = 193.09 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to SimplePoolFile5.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 @@ -468,6 +608,7 @@ RegStream1.TagTool DEBUG Name: EventNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=2 +RootCollection Debug Collection size=4 AthenaEventLoopMgr INFO ===>>> done processing event #13, run #1 4 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 3 @@ -484,7 +625,7 @@ AthenaEventLoopMgr INFO ===>>> start processing event #14, run #1 4 events ReadData DEBUG in execute() ReadData INFO CollectionMetadata, key = Name, value = PFN:SimplePoolCollection3.root ReadData INFO CollectionMetadata, key = POOLCollectionID, value = ???? -ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1423221281 +ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1458596283 ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: ReadData INFO CLID = 2101, key = McEventInfo @@ -494,7 +635,9 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 14 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1417.61 eta = -9.53 phi = 207.74 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1417.61 eta = -10.69 phi = 207.74 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to SimplePoolFile5.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 @@ -537,6 +680,7 @@ RegStream1.TagTool DEBUG Name: EventNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=2 +RootCollection Debug Collection size=5 AthenaEventLoopMgr INFO ===>>> done processing event #14, run #1 5 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 3 @@ -553,7 +697,7 @@ AthenaEventLoopMgr INFO ===>>> start processing event #15, run #1 5 events ReadData DEBUG in execute() ReadData INFO CollectionMetadata, key = Name, value = PFN:SimplePoolCollection3.root ReadData INFO CollectionMetadata, key = POOLCollectionID, value = ???? -ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1423221281 +ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1458596283 ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: ReadData INFO CLID = 2101, key = McEventInfo @@ -563,7 +707,9 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 15 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1517.49 eta = -9.49 phi = 222.39 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1517.49 eta = -10.64 phi = 222.39 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to SimplePoolFile5.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 @@ -606,6 +752,7 @@ RegStream1.TagTool DEBUG Name: EventNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=2 +RootCollection Debug Collection size=6 AthenaEventLoopMgr INFO ===>>> done processing event #15, run #1 6 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 3 @@ -622,7 +769,7 @@ AthenaEventLoopMgr INFO ===>>> start processing event #16, run #1 6 events ReadData DEBUG in execute() ReadData INFO CollectionMetadata, key = Name, value = PFN:SimplePoolCollection3.root ReadData INFO CollectionMetadata, key = POOLCollectionID, value = ???? -ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1423221281 +ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1458596283 ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: ReadData INFO CLID = 2101, key = McEventInfo @@ -632,7 +779,9 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 16 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1617.37 eta = -9.46 phi = 237.04 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1617.37 eta = -10.59 phi = 237.04 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to SimplePoolFile5.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 @@ -675,6 +824,7 @@ RegStream1.TagTool DEBUG Name: EventNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=2 +RootCollection Debug Collection size=7 AthenaEventLoopMgr INFO ===>>> done processing event #16, run #1 7 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 3 @@ -691,7 +841,7 @@ AthenaEventLoopMgr INFO ===>>> start processing event #17, run #1 7 events ReadData DEBUG in execute() ReadData INFO CollectionMetadata, key = Name, value = PFN:SimplePoolCollection3.root ReadData INFO CollectionMetadata, key = POOLCollectionID, value = ???? -ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1423221281 +ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1458596283 ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: ReadData INFO CLID = 2101, key = McEventInfo @@ -701,7 +851,9 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 17 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1717.27 eta = -9.43 phi = 251.69 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1717.27 eta = -10.56 phi = 251.69 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to SimplePoolFile5.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 @@ -744,6 +896,7 @@ RegStream1.TagTool DEBUG Name: EventNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=2 +RootCollection Debug Collection size=8 AthenaEventLoopMgr INFO ===>>> done processing event #17, run #1 8 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 3 @@ -760,7 +913,7 @@ AthenaEventLoopMgr INFO ===>>> start processing event #18, run #1 8 events ReadData DEBUG in execute() ReadData INFO CollectionMetadata, key = Name, value = PFN:SimplePoolCollection3.root ReadData INFO CollectionMetadata, key = POOLCollectionID, value = ???? -ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1423221281 +ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1458596283 ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: ReadData INFO CLID = 2101, key = McEventInfo @@ -770,7 +923,9 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 18 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1817.19 eta = -9.41 phi = 266.34 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1817.19 eta = -10.52 phi = 266.34 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to SimplePoolFile5.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 @@ -813,6 +968,7 @@ RegStream1.TagTool DEBUG Name: EventNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=2 +RootCollection Debug Collection size=9 AthenaEventLoopMgr INFO ===>>> done processing event #18, run #1 9 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 3 @@ -829,7 +985,7 @@ AthenaEventLoopMgr INFO ===>>> start processing event #19, run #1 9 events ReadData DEBUG in execute() ReadData INFO CollectionMetadata, key = Name, value = PFN:SimplePoolCollection3.root ReadData INFO CollectionMetadata, key = POOLCollectionID, value = ???? -ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1423221281 +ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1458596283 ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: ReadData INFO CLID = 2101, key = McEventInfo @@ -839,7 +995,9 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 19 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1917.11 eta = -9.38 phi = 281 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1917.11 eta = -10.49 phi = 281 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to SimplePoolFile5.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 @@ -882,13 +1040,28 @@ RegStream1.TagTool DEBUG Name: EventNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=2 +RootCollection Debug Collection size=10 AthenaEventLoopMgr INFO ===>>> done processing event #19, run #1 10 events processed so far <<<=== RootCollection Info Closing open collection 'SimplePoolCollection3.root' MetaDataSvc DEBUG handle() EndInputFile for FID:???? +MetaDataSvc DEBUG handle() EndTagFile for SimplePoolCollection3.root SimplePoolFile3.root Info Database being retired... +SimplePoolFile3.root Debug --> Deaccess DbContainer READ [ROOT_All] ##Links +SimplePoolFile3.root Debug --> Deaccess DbContainer READ [ROOT_All] ##Shapes +SimplePoolFile3.root Debug --> Deaccess DbContainer READ [ROOT_All] ##Params +RootDatabase.close Debug I/O READ Bytes: ???? +RootDatabase.close Debug I/O WRITE Bytes: 0 +RootDatabase.close Debug I/O OTHER Bytes: 0 Domain[ROOT_All] Info -> Deaccess DbDatabase READ [ROOT_All] ???? +SimplePoolFile3.root Debug --> Deaccess DbContainer READ [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo) +SimplePoolFile3.root Debug --> Deaccess DbContainer READ [ROOT_Tree] CollectionTree(ExampleTrackContainer_p1/MyTracks) +SimplePoolFile3.root Debug --> Deaccess DbContainer READ [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1) +SimplePoolFile3.root Debug --> Deaccess DbContainer READ [ROOT_Tree] MetaDataHdr(DataHeader) +SimplePoolFile3.root Debug --> Deaccess DbContainer READ [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) +SimplePoolFile3.root Debug --> Deaccess DbContainer READ [ROOT_Tree] POOLContainer(DataHeader) +SimplePoolFile3.root Debug --> Deaccess DbContainer READ [ROOT_Tree] POOLContainerForm(DataHeaderForm) Domain[ROOT_All] Info > Deaccess DbDomain READ [ROOT_All] -MetaDataSvc DEBUG handle() EndTagFile for SimplePoolCollection3.root +MetaDataSvc DEBUG handle() LastInputFile for end AthenaEventLoopMgr INFO No more events in event selection DetectorStore INFO Stop DetectorStore StoreGateSvc INFO Stop StoreGateSvc @@ -907,25 +1080,92 @@ Stream1 DEBUG addItemObjects(1316383046,"*") called Stream1 DEBUG Key:* StorageSvc Info Building shape according to reflection information using shape ID for: StorageSvc Info EventStreamInfo_p3 [????] +SimplePoolFile5.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1) +???? Debug Opened container MetaData(EventStreamInfo_p3/Stream1) of type ROOT_Tree +SimplePoolFile5.root Debug --->Adding Assoc :????/MetaData(EventStreamInfo_p3/Stream1) [202] (8 , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? +SimplePoolFile5.root Debug --->Adding Shape[4 , ????]: [1 Column(s)] +SimplePoolFile5.root Debug ---->Class:EventStreamInfo_p3 +SimplePoolFile5.root Debug ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile5.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) +???? Debug Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree +SimplePoolFile5.root Debug --->Adding Assoc :????/MetaDataHdrForm(DataHeaderForm) [202] (9 , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? +SimplePoolFile5.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdr(DataHeader) +???? Debug Opened container MetaDataHdr(DataHeader) of type ROOT_Tree +SimplePoolFile5.root Debug --->Adding Assoc :????/MetaDataHdr(DataHeader) [202] (a , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? Stream1.Stream1... DEBUG In commitOutput +CollectionTree(EventInfo_p4/McEventInfo) Debug endTransaction: go to finish +CollectionTree(ExampleTrackContainer_p1/MyTracks) Debug endTransaction: go to finish +MetaData(EventStreamInfo_p3/Stream1) Debug endTransaction: go to finish +MetaDataHdr(DataHeader) Debug endTransaction: go to finish +MetaDataHdrForm(DataHeaderForm) Debug endTransaction: go to finish +POOLContainer(DataHeader) Debug endTransaction: go to finish +POOLContainer(basic/DataHeader) Debug endTransaction: go to finish +POOLContainerForm(DataHeaderForm) Debug endTransaction: go to finish +##Params Debug endTransaction: tree AutoSave +##Shapes Debug endTransaction: tree AutoSave +##Links Debug endTransaction: tree AutoSave Stream1.Stream1... DEBUG In connectServices Stream1 INFO Records written: 11 Stream1 DEBUG Leaving handle RegStream1 DEBUG handle() incident type: MetaDataStop RegStream1.TagTool INFO Collection Events output: 10 RegStream1.TagTool DEBUG pointer to collection is not null +XMLFileCatalog Debug There were no updates in the catalog XMLFileCatalog Info Updating the catalog +POOLCollFactory Debug Registering existing collection PFN=RootCollection||PFN:SimplePoolCollection5.root, LFN= +PoolXMLFileCatalog Debug filename RootCollection||PFN:SimplePoolCollection5.root does not exist +XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found +PoolXMLFileCatalog Debug filename RootCollection||PFN:SimplePoolCollection5.root does not exist +XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found +XMLFileCatalog Debug There were no updates in the catalog XMLFileCatalog Info Updating the catalog +RootCollection::Metadata Debug Using char buffer of size: 4100 +RootCollection::Metadata Debug readKeys: found 1 metadata keys +POOLCollFactory Debug --- found catalog guid= +POOLCollFactory Debug --- collection guid=???? +XMLFileCatalog Debug There were no updates in the catalog XMLFileCatalog Info Updating the catalog RegStream1.TagTool DEBUG Found metadata store, MetaDataStore RegStream1.TagTool DEBUG Looking for key Input +RootCollection Debug Commit: saving collection TTree to file: SimplePoolCollection5.root +RootCollection Debug bytes written to TTree ???? +RootCollection::MetadataCommit Debug Bytes written to the Metadata TTree ???? RegStream1.TagTool DEBUG Committed collection RootCollection Info Closing open collection 'SimplePoolCollection5.root' +RootCollection Debug Retrieved Collection TTree "POOLCollectionTree" from file SimplePoolCollection5.root +RootCollectionSchemaEditor Debug ###### Writing schema.... RegStream1.TagTool DEBUG Closed collection -MetaDataSvc DEBUG handle() LastInputFile for end TagMetaDataStore INFO Stop TagMetaDataStore +CollectionTree(EventInfo_p4/McEventInfo) Debug endTransaction: go to finish +CollectionTree(ExampleTrackContainer_p1/MyTracks) Debug endTransaction: go to finish +MetaData(EventStreamInfo_p3/Stream1) Debug endTransaction: go to finish +MetaDataHdr(DataHeader) Debug endTransaction: go to finish +MetaDataHdrForm(DataHeaderForm) Debug endTransaction: go to finish +POOLContainer(DataHeader) Debug endTransaction: go to finish +POOLContainer(basic/DataHeader) Debug endTransaction: go to finish +POOLContainerForm(DataHeaderForm) Debug endTransaction: go to finish +##Params Debug endTransaction: tree AutoSave +##Shapes Debug endTransaction: tree AutoSave +##Links Debug endTransaction: tree AutoSave SimplePoolFile5.root Info Database being retired... +SimplePoolFile5.root Debug --> Deaccess DbContainer CREATE [ROOT_All] ##Links +SimplePoolFile5.root Debug --> Deaccess DbContainer CREATE [ROOT_All] ##Shapes +SimplePoolFile5.root Debug --> Deaccess DbContainer CREATE [ROOT_All] ##Params +RootDatabase.close Debug I/O READ Bytes: 0 +RootDatabase.close Debug I/O WRITE Bytes: ???? +RootDatabase.close Debug I/O OTHER Bytes: 0 Domain[ROOT_All] Info -> Deaccess DbDatabase CREATE [ROOT_All] ???? +SimplePoolFile5.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo) +SimplePoolFile5.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] CollectionTree(ExampleTrackContainer_p1/MyTracks) +SimplePoolFile5.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1) +SimplePoolFile5.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdr(DataHeader) +SimplePoolFile5.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) +SimplePoolFile5.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(DataHeader) +SimplePoolFile5.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader) +SimplePoolFile5.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm) Domain[ROOT_All] Info > Deaccess DbDomain UPDATE [ROOT_All] MetaDataStore INFO Stop MetaDataStore ApplicationMgr INFO Application Manager Stopped successfully @@ -941,22 +1181,19 @@ ReadData DEBUG Calling destructor AthOutSeq INFO Finalizing AthOutSeq... AthRegSeq INFO Finalizing AthRegSeq... AthMasterSeq INFO Finalizing AthMasterSeq... -StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-02-45-01-04 -DetectorStore INFO Finalizing DetectorStore - package version StoreGate-02-45-01-04 -ItemListSvc INFO -- OUTPUT STREAM ITEM OVERLAP SUMMARY -- -ItemListSvc INFO STREAM Stream1 has (3) items -ItemListSvc INFO - EventInfo_McEventInfo -ItemListSvc INFO - EventStreamInfo_Stream1 -ItemListSvc INFO - ExampleTrackContainer_MyTracks +StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-03-06-31 +DetectorStore INFO Finalizing DetectorStore - package version StoreGate-03-06-31 DecisionSvc INFO -- OUTPUT STREAM EVENT OVERLAP SUMMARY -- DecisionSvc INFO List of registered 2 Streams: RegStream1 Stream1 DecisionSvc INFO Finalized successfully. -InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-02-45-01-04 -TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-02-45-01-04 +InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-03-06-31 +TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-03-06-31 PoolSvc INFO I/O finalization... +XMLFileCatalog Debug There were no updates in the catalog XMLFileCatalog Info Updating the catalog +PoolXMLFileCatalog Debug XercesC termination number 1 PoolXMLFileCatalog Info XercesC termination number 0 -MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-02-45-01-04 +MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-03-06-31 AthDictLoaderSvc INFO in finalize... ToolSvc INFO Removing all tools created by ToolSvc Stream1.Stream1... DEBUG in finalize() @@ -969,9 +1206,8 @@ Stream1.Stream1... DEBUG Calling destructor *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -AthenaSealSvc::... INFO Time User : Tot= 2 [ms] Ave/Min/Max= 182(+- 386)/ 0/1e+03 [us] #= 11 -AthenaSealSvc::... INFO Time User : Tot= 131 [ms] #= 1 -ChronoStatSvc INFO Time User : Tot= 4.82 [s] #= 1 +AthenaSealSvc::... INFO Time User : Tot= 12 [ms] #= 1 +ChronoStatSvc INFO Time User : Tot= 1 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ChronoStatSvc.f... INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RCond.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RCond.ref index 3ced42e4b30..a3663a9844f 100755 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RCond.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RCond.ref @@ -1,8 +1,9 @@ -Fri Feb 6 11:38:49 CET 2015 +Mon Mar 21 22:40:04 CET 2016 Preloading tcmalloc_minimal.so Athena INFO including file "AthenaCommon/Preparation.py" Athena INFO including file "AthenaCommon/Bootstrap.py" Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py" +Athena INFO executing ROOT6Setup Athena INFO including file "AthenaCommon/Execution.py" Athena INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_RCondJobOptions.py" Athena INFO including file "AthenaCommon/runbatch.py" @@ -18,18 +19,16 @@ AthDictLoaderSvc INFO in initialize... AthDictLoaderSvc INFO acquired Dso-registry ChronoStatSvc INFO Number of skipped events for MemStat-1 CoreDumpSvc INFO install f-a-t-a-l handler... (flag = -1) -AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-59-04 +AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-60-03 AthMasterSeq INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq AthAlgSeq INFO Member list: AthPoolEx::ReadCond/ReadCond, AthPoolEx::ReadData/ReadData ReadCond INFO in initialize() ReadData INFO in initialize() -InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-02-45-01-04 -MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-59-04 -MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-02-45-01-04 -AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-18 -AthenaRootStrea... INFO POOL/ROOT class loader initialized -AthenaRootStrea... INFO 9 ROOT streamers declared -PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-24-06 +InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-03-06-31 +MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-60-03 +MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-03-06-31 +AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-28-12 +PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-25-00 PoolSvc INFO Set connectionsvc retry/timeout/IDLE timeout to 'ConnectionRetrialPeriod':300/ 'ConnectionRetrialTimeOut':3600/ 'ConnectionTimeOut':5 seconds with connection cleanup disabled PoolSvc INFO Frontier compression level set to 5 PoolSvc INFO Successfully setup replica sorting algorithm @@ -45,8 +44,8 @@ PoolXMLFileCatalog Debug Xerces-c initialization Number 1 XMLFileCatalog Info Connecting to the catalog PoolXMLFileCatalog Debug Xerces-c initialization Number 2 PoolXMLFileCatalog Info File Catalog0.xml does not exist, a new one is created -EventSelector INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-18-35 -TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-02-45-01-04 +EventSelector INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-19-07 +TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-03-06-31 EventSelector INFO reinitialization... EventSelector INFO EventSelection with query EventSelector DEBUG Try item: "SimplePoolFile1.root" from the collection list. @@ -70,7 +69,6 @@ DbSession Info Open DbSession Domain[ROOT_All] Info > Access DbDomain READ [ROOT_All] Domain[ROOT_All] Info -> Access DbDatabase READ [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFile1.root -RootDatabase.open Success SimplePoolFile1.root File version:53424 SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree SimplePoolFile1.root Debug --->Reading Shape[0 , ????]: [1 Column(s)] @@ -112,7 +110,6 @@ SimplePoolFile1.root Debug --->Reading Param:PFN=[SimplePoolFile1.root] SimplePoolFile1.root Debug --->Reading Param:POOL_VSN=[1.1] SimplePoolFile1.root Debug --->Reading Param:FORMAT_VSN=[1.1] ##Params Debug No objects passing selection criteria... Container has 4 Entries in total. -RootDatabase.onOpen Debug ???? File version:53424 ImplicitCollection Info Opened the implicit collection with connection string "PFN:SimplePoolFile1.root" ImplicitCollection Info and a name "POOLContainer(DataHeader)" SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_Tree] POOLContainer(DataHeader) @@ -126,8 +123,8 @@ EventPersistenc... INFO Added successfully Conversion service:AthenaPoolCnvSvc SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) ???? Debug Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree MetaDataSvc DEBUG Loaded input meta data store proxies -AthenaPoolAddre... INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-18-35 -CondProxyProvider INFO Initializing CondProxyProvider - package version EventSelectorAthenaPool-00-18-35 +AthenaPoolAddre... INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-19-07 +CondProxyProvider INFO Initializing CondProxyProvider - package version EventSelectorAthenaPool-00-19-07 CondProxyProvider DEBUG Try item: "SimplePoolFile4.root" from the collection list. PoolXMLFileCatalog Debug filename SimplePoolFile4.root does not exist XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found @@ -147,7 +144,6 @@ PoolXMLFileCatalog Debug filename SimplePoolFile4.root does not exist XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found Domain[ROOT_All] Info -> Access DbDatabase READ [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFile4.root -RootDatabase.open Success SimplePoolFile4.root File version:53424 SimplePoolFile4.root Debug --> Access DbContainer READ [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree SimplePoolFile4.root Debug --->Reading Shape[0 , ????]: [1 Column(s)] @@ -177,14 +173,13 @@ SimplePoolFile4.root Debug --->Reading Param:PFN=[SimplePoolFile4.root] SimplePoolFile4.root Debug --->Reading Param:POOL_VSN=[1.1] SimplePoolFile4.root Debug --->Reading Param:FORMAT_VSN=[1.1] ##Params Debug No objects passing selection criteria... Container has 4 Entries in total. -RootDatabase.onOpen Debug ???? File version:53424 ImplicitCollection Info Opened the implicit collection with connection string "PFN:SimplePoolFile4.root" ImplicitCollection Info and a name "POOLContainer(DataHeader)" -ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-01-10 -StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-02-45-01-04 +ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-02-07 +StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-03-06-31 HistogramPersis...WARNING Histograms saving not required. AthenaEventLoopMgr INFO Setup EventSelector service EventSelector -ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-02-45-01-04 +ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-03-06-31 ApplicationMgr INFO Application Manager Initialized successfully MetaDataStore INFO Start MetaDataStore TagMetaDataStore INFO Start TagMetaDataStore @@ -218,7 +213,6 @@ PoolXMLFileCatalog Debug filename SimplePoolFile1.root does not exist XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found Domain[ROOT_All] Info -> Access DbDatabase READ [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFile1.root -RootDatabase.open Success SimplePoolFile1.root File version:53424 SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree SimplePoolFile1.root Debug --->Reading Shape[0 , ????]: [1 Column(s)] @@ -260,7 +254,6 @@ SimplePoolFile1.root Debug --->Reading Param:PFN=[SimplePoolFile1.root] SimplePoolFile1.root Debug --->Reading Param:POOL_VSN=[1.1] SimplePoolFile1.root Debug --->Reading Param:FORMAT_VSN=[1.1] ##Params Debug No objects passing selection criteria... Container has 4 Entries in total. -RootDatabase.onOpen Debug ???? File version:53424 ImplicitCollection Info Opened the implicit collection with connection string "PFN:SimplePoolFile1.root" ImplicitCollection Info and a name "POOLContainer(DataHeader)" MetaDataSvc DEBUG handle() BeginTagFile for SimplePoolFile1.root @@ -290,7 +283,7 @@ SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_Tree] Colle AthenaEventLoopMgr INFO ===>>> start of run 1 <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #0, run #1 0 events processed so far <<<=== ReadCond DEBUG in execute() -DetectorStore INFO Initializing DetectorStore - package version StoreGate-02-45-01-04 +DetectorStore INFO Initializing DetectorStore - package version StoreGate-03-06-31 AthenaPoolAddre... DEBUG Cannot retrieve DataHeader from DetectorStore. SimplePoolFile4.root Debug --> Access DbContainer READ [ROOT_Tree] POOLContainer(DataHeader) ???? Debug Opened container POOLContainer(DataHeader) of type ROOT_Tree @@ -311,7 +304,6 @@ XMLFileCatalog Debug empty physical filename found PoolXMLFileCatalog Debug PFname is not in the xml file Domain[ROOT_All] Info -> Access DbDatabase READ [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFile4.root -RootDatabase.open Success SimplePoolFile4.root File version:53424 SimplePoolFile4.root Debug --> Access DbContainer READ [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree SimplePoolFile4.root Debug --->Reading Shape[0 , ????]: [1 Column(s)] @@ -341,7 +333,6 @@ SimplePoolFile4.root Debug --->Reading Param:PFN=[SimplePoolFile4.root] SimplePoolFile4.root Debug --->Reading Param:POOL_VSN=[1.1] SimplePoolFile4.root Debug --->Reading Param:FORMAT_VSN=[1.1] ##Params Debug No objects passing selection criteria... Container has 4 Entries in total. -RootDatabase.onOpen Debug ???? File version:53424 SimplePoolFile4.root Debug --> Access DbContainer READ [ROOT_Tree] POOLContainer(DataHeader) ???? Debug Opened container POOLContainer(DataHeader) of type ROOT_Tree SimplePoolFile4.root Debug --> Access DbContainer READ [ROOT_Tree] POOLContainerForm(DataHeaderForm) @@ -353,10 +344,10 @@ CondProxyProvider DEBUG preLoadAddresses: DataObject address, clid = 9102, nam DetectorStore INFO Start DetectorStore SimplePoolFile4.root Debug --> Access DbContainer READ [ROOT_Tree] ConditionsContainer(ExampleHitContainer_p1/PedestalWriteData) ???? Debug Opened container ConditionsContainer(ExampleHitContainer_p1/PedestalWriteData) of type ROOT_Tree -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> SimplePoolFile4.root Debug --> Access DbContainer READ [ROOT_Tree] ConditionsContainer(ExampleHitContainer_p1/PedestalAppendData) ???? Debug Opened container ConditionsContainer(ExampleHitContainer_p1/PedestalAppendData) of type ROOT_Tree -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1) ???? Debug Opened container MetaData(EventStreamInfo_p3/Stream1) of type ROOT_Tree @@ -369,18 +360,19 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 0 run: 1 ReadData INFO Get Smart data ptr 1 +ReadData INFO Could not find ExampleTrackContainer/MyTracks SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits) ???? Debug Opened container CollectionTree(ExampleHitContainer_p1/MyHits) of type ROOT_Tree -ReadData INFO Hit x = 1.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 4.44 y = 91.97 z = 122.16 detector = DummyHitDetector -ReadData INFO Hit x = 7.65 y = 86.29 z = 78.36 detector = DummyHitDetector -ReadData INFO Hit x = 10.86 y = 80.61 z = 63.76 detector = DummyHitDetector -ReadData INFO Hit x = 14.07 y = 74.93 z = 56.46 detector = DummyHitDetector -ReadData INFO Hit x = 17.28 y = 69.26 z = 52.08 detector = DummyHitDetector -ReadData INFO Hit x = 20.49 y = 63.58 z = 49.16 detector = DummyHitDetector -ReadData INFO Hit x = 23.70 y = 57.90 z = 47.08 detector = DummyHitDetector -ReadData INFO Hit x = 26.91 y = 52.22 z = 45.51 detector = DummyHitDetector -ReadData INFO Hit x = 30.12 y = 46.54 z = 44.30 detector = DummyHitDetector +ReadData INFO Hit x = 1.23 y = 97.65 z = 226.67 detector = DummyHitDetector +ReadData INFO Hit x = 4.44 y = 91.97 z = 94.73 detector = DummyHitDetector +ReadData INFO Hit x = 7.65 y = 86.29 z = 70.23 detector = DummyHitDetector +ReadData INFO Hit x = 10.86 y = 80.61 z = 59.91 detector = DummyHitDetector +ReadData INFO Hit x = 14.07 y = 74.93 z = 54.22 detector = DummyHitDetector +ReadData INFO Hit x = 17.28 y = 69.26 z = 50.62 detector = DummyHitDetector +ReadData INFO Hit x = 20.49 y = 63.58 z = 48.13 detector = DummyHitDetector +ReadData INFO Hit x = 23.70 y = 57.90 z = 46.31 detector = DummyHitDetector +ReadData INFO Hit x = 26.91 y = 52.22 z = 44.92 detector = DummyHitDetector +ReadData INFO Hit x = 30.12 y = 46.54 z = 43.83 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #0, run #1 1 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -392,8 +384,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #1, run #1 1 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -404,16 +396,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 1 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 101.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 104.44 y = 91.97 z = 22.16 detector = DummyHitDetector -ReadData INFO Hit x = 107.65 y = 86.29 z = -21.63 detector = DummyHitDetector -ReadData INFO Hit x = 110.86 y = 80.61 z = -36.23 detector = DummyHitDetector -ReadData INFO Hit x = 114.07 y = 74.93 z = -43.53 detector = DummyHitDetector -ReadData INFO Hit x = 117.28 y = 69.26 z = -47.91 detector = DummyHitDetector -ReadData INFO Hit x = 120.49 y = 63.58 z = -50.83 detector = DummyHitDetector -ReadData INFO Hit x = 123.70 y = 57.90 z = -52.91 detector = DummyHitDetector -ReadData INFO Hit x = 126.91 y = 52.22 z = -54.48 detector = DummyHitDetector -ReadData INFO Hit x = 130.12 y = 46.54 z = -55.69 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 101.23 y = 97.65 z = 126.67 detector = DummyHitDetector +ReadData INFO Hit x = 104.44 y = 91.97 z = -5.26 detector = DummyHitDetector +ReadData INFO Hit x = 107.65 y = 86.29 z = -29.76 detector = DummyHitDetector +ReadData INFO Hit x = 110.86 y = 80.61 z = -40.08 detector = DummyHitDetector +ReadData INFO Hit x = 114.07 y = 74.93 z = -45.77 detector = DummyHitDetector +ReadData INFO Hit x = 117.28 y = 69.26 z = -49.37 detector = DummyHitDetector +ReadData INFO Hit x = 120.49 y = 63.58 z = -51.86 detector = DummyHitDetector +ReadData INFO Hit x = 123.70 y = 57.90 z = -53.68 detector = DummyHitDetector +ReadData INFO Hit x = 126.91 y = 52.22 z = -55.07 detector = DummyHitDetector +ReadData INFO Hit x = 130.12 y = 46.54 z = -56.16 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #1, run #1 2 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -425,8 +418,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #2, run #1 2 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -437,16 +430,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 2 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 201.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 204.44 y = 91.97 z = -77.83 detector = DummyHitDetector -ReadData INFO Hit x = 207.65 y = 86.29 z = -121.63 detector = DummyHitDetector -ReadData INFO Hit x = 210.86 y = 80.61 z = -136.23 detector = DummyHitDetector -ReadData INFO Hit x = 214.07 y = 74.93 z = -143.53 detector = DummyHitDetector -ReadData INFO Hit x = 217.28 y = 69.26 z = -147.91 detector = DummyHitDetector -ReadData INFO Hit x = 220.49 y = 63.58 z = -150.83 detector = DummyHitDetector -ReadData INFO Hit x = 223.70 y = 57.90 z = -152.91 detector = DummyHitDetector -ReadData INFO Hit x = 226.91 y = 52.22 z = -154.48 detector = DummyHitDetector -ReadData INFO Hit x = 230.12 y = 46.54 z = -155.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 201.23 y = 97.65 z = 26.67 detector = DummyHitDetector +ReadData INFO Hit x = 204.44 y = 91.97 z = -105.26 detector = DummyHitDetector +ReadData INFO Hit x = 207.65 y = 86.29 z = -129.76 detector = DummyHitDetector +ReadData INFO Hit x = 210.86 y = 80.61 z = -140.08 detector = DummyHitDetector +ReadData INFO Hit x = 214.07 y = 74.93 z = -145.77 detector = DummyHitDetector +ReadData INFO Hit x = 217.28 y = 69.26 z = -149.37 detector = DummyHitDetector +ReadData INFO Hit x = 220.49 y = 63.58 z = -151.86 detector = DummyHitDetector +ReadData INFO Hit x = 223.70 y = 57.90 z = -153.68 detector = DummyHitDetector +ReadData INFO Hit x = 226.91 y = 52.22 z = -155.07 detector = DummyHitDetector +ReadData INFO Hit x = 230.12 y = 46.54 z = -156.16 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #2, run #1 3 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -458,8 +452,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #3, run #1 3 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -470,16 +464,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 3 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 301.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 304.44 y = 91.97 z = -177.83 detector = DummyHitDetector -ReadData INFO Hit x = 307.65 y = 86.29 z = -221.63 detector = DummyHitDetector -ReadData INFO Hit x = 310.86 y = 80.61 z = -236.23 detector = DummyHitDetector -ReadData INFO Hit x = 314.07 y = 74.93 z = -243.53 detector = DummyHitDetector -ReadData INFO Hit x = 317.28 y = 69.26 z = -247.91 detector = DummyHitDetector -ReadData INFO Hit x = 320.49 y = 63.58 z = -250.83 detector = DummyHitDetector -ReadData INFO Hit x = 323.70 y = 57.90 z = -252.91 detector = DummyHitDetector -ReadData INFO Hit x = 326.91 y = 52.22 z = -254.48 detector = DummyHitDetector -ReadData INFO Hit x = 330.12 y = 46.54 z = -255.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 301.23 y = 97.65 z = -73.32 detector = DummyHitDetector +ReadData INFO Hit x = 304.44 y = 91.97 z = -205.26 detector = DummyHitDetector +ReadData INFO Hit x = 307.65 y = 86.29 z = -229.76 detector = DummyHitDetector +ReadData INFO Hit x = 310.86 y = 80.61 z = -240.08 detector = DummyHitDetector +ReadData INFO Hit x = 314.07 y = 74.93 z = -245.77 detector = DummyHitDetector +ReadData INFO Hit x = 317.28 y = 69.26 z = -249.37 detector = DummyHitDetector +ReadData INFO Hit x = 320.49 y = 63.58 z = -251.86 detector = DummyHitDetector +ReadData INFO Hit x = 323.70 y = 57.90 z = -253.68 detector = DummyHitDetector +ReadData INFO Hit x = 326.91 y = 52.22 z = -255.07 detector = DummyHitDetector +ReadData INFO Hit x = 330.12 y = 46.54 z = -256.16 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #3, run #1 4 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -491,8 +486,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #4, run #1 4 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -503,16 +498,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 4 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 401.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 404.44 y = 91.97 z = -277.83 detector = DummyHitDetector -ReadData INFO Hit x = 407.65 y = 86.29 z = -321.63 detector = DummyHitDetector -ReadData INFO Hit x = 410.86 y = 80.61 z = -336.23 detector = DummyHitDetector -ReadData INFO Hit x = 414.07 y = 74.93 z = -343.53 detector = DummyHitDetector -ReadData INFO Hit x = 417.28 y = 69.26 z = -347.91 detector = DummyHitDetector -ReadData INFO Hit x = 420.49 y = 63.58 z = -350.83 detector = DummyHitDetector -ReadData INFO Hit x = 423.70 y = 57.90 z = -352.91 detector = DummyHitDetector -ReadData INFO Hit x = 426.91 y = 52.22 z = -354.48 detector = DummyHitDetector -ReadData INFO Hit x = 430.12 y = 46.54 z = -355.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 401.23 y = 97.65 z = -173.32 detector = DummyHitDetector +ReadData INFO Hit x = 404.44 y = 91.97 z = -305.26 detector = DummyHitDetector +ReadData INFO Hit x = 407.65 y = 86.29 z = -329.76 detector = DummyHitDetector +ReadData INFO Hit x = 410.86 y = 80.61 z = -340.08 detector = DummyHitDetector +ReadData INFO Hit x = 414.07 y = 74.93 z = -345.77 detector = DummyHitDetector +ReadData INFO Hit x = 417.28 y = 69.26 z = -349.37 detector = DummyHitDetector +ReadData INFO Hit x = 420.49 y = 63.58 z = -351.86 detector = DummyHitDetector +ReadData INFO Hit x = 423.70 y = 57.90 z = -353.68 detector = DummyHitDetector +ReadData INFO Hit x = 426.91 y = 52.22 z = -355.07 detector = DummyHitDetector +ReadData INFO Hit x = 430.12 y = 46.54 z = -356.16 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #4, run #1 5 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -524,8 +520,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #5, run #1 5 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -536,16 +532,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 5 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 501.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 504.44 y = 91.97 z = -377.83 detector = DummyHitDetector -ReadData INFO Hit x = 507.65 y = 86.29 z = -421.63 detector = DummyHitDetector -ReadData INFO Hit x = 510.86 y = 80.61 z = -436.23 detector = DummyHitDetector -ReadData INFO Hit x = 514.07 y = 74.93 z = -443.53 detector = DummyHitDetector -ReadData INFO Hit x = 517.28 y = 69.26 z = -447.91 detector = DummyHitDetector -ReadData INFO Hit x = 520.49 y = 63.58 z = -450.83 detector = DummyHitDetector -ReadData INFO Hit x = 523.70 y = 57.90 z = -452.91 detector = DummyHitDetector -ReadData INFO Hit x = 526.91 y = 52.22 z = -454.48 detector = DummyHitDetector -ReadData INFO Hit x = 530.12 y = 46.54 z = -455.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 501.23 y = 97.65 z = -273.32 detector = DummyHitDetector +ReadData INFO Hit x = 504.44 y = 91.97 z = -405.26 detector = DummyHitDetector +ReadData INFO Hit x = 507.65 y = 86.29 z = -429.76 detector = DummyHitDetector +ReadData INFO Hit x = 510.86 y = 80.61 z = -440.08 detector = DummyHitDetector +ReadData INFO Hit x = 514.07 y = 74.93 z = -445.77 detector = DummyHitDetector +ReadData INFO Hit x = 517.28 y = 69.26 z = -449.37 detector = DummyHitDetector +ReadData INFO Hit x = 520.49 y = 63.58 z = -451.86 detector = DummyHitDetector +ReadData INFO Hit x = 523.70 y = 57.90 z = -453.68 detector = DummyHitDetector +ReadData INFO Hit x = 526.91 y = 52.22 z = -455.07 detector = DummyHitDetector +ReadData INFO Hit x = 530.12 y = 46.54 z = -456.16 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #5, run #1 6 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -557,8 +554,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #6, run #1 6 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -569,16 +566,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 6 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 601.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 604.44 y = 91.97 z = -477.83 detector = DummyHitDetector -ReadData INFO Hit x = 607.65 y = 86.29 z = -521.63 detector = DummyHitDetector -ReadData INFO Hit x = 610.86 y = 80.61 z = -536.23 detector = DummyHitDetector -ReadData INFO Hit x = 614.07 y = 74.93 z = -543.53 detector = DummyHitDetector -ReadData INFO Hit x = 617.28 y = 69.26 z = -547.91 detector = DummyHitDetector -ReadData INFO Hit x = 620.49 y = 63.58 z = -550.83 detector = DummyHitDetector -ReadData INFO Hit x = 623.70 y = 57.90 z = -552.91 detector = DummyHitDetector -ReadData INFO Hit x = 626.91 y = 52.22 z = -554.48 detector = DummyHitDetector -ReadData INFO Hit x = 630.12 y = 46.54 z = -555.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 601.23 y = 97.65 z = -373.32 detector = DummyHitDetector +ReadData INFO Hit x = 604.44 y = 91.97 z = -505.26 detector = DummyHitDetector +ReadData INFO Hit x = 607.65 y = 86.29 z = -529.76 detector = DummyHitDetector +ReadData INFO Hit x = 610.86 y = 80.61 z = -540.08 detector = DummyHitDetector +ReadData INFO Hit x = 614.07 y = 74.93 z = -545.77 detector = DummyHitDetector +ReadData INFO Hit x = 617.28 y = 69.26 z = -549.37 detector = DummyHitDetector +ReadData INFO Hit x = 620.49 y = 63.58 z = -551.86 detector = DummyHitDetector +ReadData INFO Hit x = 623.70 y = 57.90 z = -553.68 detector = DummyHitDetector +ReadData INFO Hit x = 626.91 y = 52.22 z = -555.07 detector = DummyHitDetector +ReadData INFO Hit x = 630.12 y = 46.54 z = -556.16 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #6, run #1 7 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -590,8 +588,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #7, run #1 7 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -602,16 +600,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 7 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 701.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 704.44 y = 91.97 z = -577.83 detector = DummyHitDetector -ReadData INFO Hit x = 707.65 y = 86.29 z = -621.63 detector = DummyHitDetector -ReadData INFO Hit x = 710.86 y = 80.61 z = -636.23 detector = DummyHitDetector -ReadData INFO Hit x = 714.07 y = 74.93 z = -643.53 detector = DummyHitDetector -ReadData INFO Hit x = 717.28 y = 69.26 z = -647.91 detector = DummyHitDetector -ReadData INFO Hit x = 720.49 y = 63.58 z = -650.83 detector = DummyHitDetector -ReadData INFO Hit x = 723.70 y = 57.90 z = -652.91 detector = DummyHitDetector -ReadData INFO Hit x = 726.91 y = 52.22 z = -654.48 detector = DummyHitDetector -ReadData INFO Hit x = 730.12 y = 46.54 z = -655.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 701.23 y = 97.65 z = -473.32 detector = DummyHitDetector +ReadData INFO Hit x = 704.44 y = 91.97 z = -605.26 detector = DummyHitDetector +ReadData INFO Hit x = 707.65 y = 86.29 z = -629.76 detector = DummyHitDetector +ReadData INFO Hit x = 710.86 y = 80.61 z = -640.08 detector = DummyHitDetector +ReadData INFO Hit x = 714.07 y = 74.93 z = -645.77 detector = DummyHitDetector +ReadData INFO Hit x = 717.28 y = 69.26 z = -649.37 detector = DummyHitDetector +ReadData INFO Hit x = 720.49 y = 63.58 z = -651.86 detector = DummyHitDetector +ReadData INFO Hit x = 723.70 y = 57.90 z = -653.68 detector = DummyHitDetector +ReadData INFO Hit x = 726.91 y = 52.22 z = -655.07 detector = DummyHitDetector +ReadData INFO Hit x = 730.12 y = 46.54 z = -656.16 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #7, run #1 8 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -623,8 +622,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #8, run #1 8 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -635,16 +634,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 8 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 801.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 804.44 y = 91.97 z = -677.83 detector = DummyHitDetector -ReadData INFO Hit x = 807.65 y = 86.29 z = -721.63 detector = DummyHitDetector -ReadData INFO Hit x = 810.86 y = 80.61 z = -736.23 detector = DummyHitDetector -ReadData INFO Hit x = 814.07 y = 74.93 z = -743.53 detector = DummyHitDetector -ReadData INFO Hit x = 817.28 y = 69.26 z = -747.91 detector = DummyHitDetector -ReadData INFO Hit x = 820.49 y = 63.58 z = -750.83 detector = DummyHitDetector -ReadData INFO Hit x = 823.70 y = 57.90 z = -752.91 detector = DummyHitDetector -ReadData INFO Hit x = 826.91 y = 52.22 z = -754.48 detector = DummyHitDetector -ReadData INFO Hit x = 830.12 y = 46.54 z = -755.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 801.23 y = 97.65 z = -573.32 detector = DummyHitDetector +ReadData INFO Hit x = 804.44 y = 91.97 z = -705.26 detector = DummyHitDetector +ReadData INFO Hit x = 807.65 y = 86.29 z = -729.76 detector = DummyHitDetector +ReadData INFO Hit x = 810.86 y = 80.61 z = -740.08 detector = DummyHitDetector +ReadData INFO Hit x = 814.07 y = 74.93 z = -745.77 detector = DummyHitDetector +ReadData INFO Hit x = 817.28 y = 69.26 z = -749.37 detector = DummyHitDetector +ReadData INFO Hit x = 820.49 y = 63.58 z = -751.86 detector = DummyHitDetector +ReadData INFO Hit x = 823.70 y = 57.90 z = -753.68 detector = DummyHitDetector +ReadData INFO Hit x = 826.91 y = 52.22 z = -755.07 detector = DummyHitDetector +ReadData INFO Hit x = 830.12 y = 46.54 z = -756.16 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #8, run #1 9 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -656,8 +656,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #9, run #1 9 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -668,16 +668,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 9 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 901.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 904.44 y = 91.97 z = -777.83 detector = DummyHitDetector -ReadData INFO Hit x = 907.65 y = 86.29 z = -821.63 detector = DummyHitDetector -ReadData INFO Hit x = 910.86 y = 80.61 z = -836.23 detector = DummyHitDetector -ReadData INFO Hit x = 914.07 y = 74.93 z = -843.53 detector = DummyHitDetector -ReadData INFO Hit x = 917.28 y = 69.26 z = -847.91 detector = DummyHitDetector -ReadData INFO Hit x = 920.49 y = 63.58 z = -850.83 detector = DummyHitDetector -ReadData INFO Hit x = 923.70 y = 57.90 z = -852.91 detector = DummyHitDetector -ReadData INFO Hit x = 926.91 y = 52.22 z = -854.48 detector = DummyHitDetector -ReadData INFO Hit x = 930.12 y = 46.54 z = -855.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 901.23 y = 97.65 z = -673.32 detector = DummyHitDetector +ReadData INFO Hit x = 904.44 y = 91.97 z = -805.26 detector = DummyHitDetector +ReadData INFO Hit x = 907.65 y = 86.29 z = -829.76 detector = DummyHitDetector +ReadData INFO Hit x = 910.86 y = 80.61 z = -840.08 detector = DummyHitDetector +ReadData INFO Hit x = 914.07 y = 74.93 z = -845.77 detector = DummyHitDetector +ReadData INFO Hit x = 917.28 y = 69.26 z = -849.37 detector = DummyHitDetector +ReadData INFO Hit x = 920.49 y = 63.58 z = -851.86 detector = DummyHitDetector +ReadData INFO Hit x = 923.70 y = 57.90 z = -853.68 detector = DummyHitDetector +ReadData INFO Hit x = 926.91 y = 52.22 z = -855.07 detector = DummyHitDetector +ReadData INFO Hit x = 930.12 y = 46.54 z = -856.16 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #9, run #1 10 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -689,8 +690,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #10, run #1 10 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -701,16 +702,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 10 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1001.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1004.44 y = 91.97 z = -877.83 detector = DummyHitDetector -ReadData INFO Hit x = 1007.65 y = 86.29 z = -921.63 detector = DummyHitDetector -ReadData INFO Hit x = 1010.86 y = 80.61 z = -936.23 detector = DummyHitDetector -ReadData INFO Hit x = 1014.07 y = 74.93 z = -943.53 detector = DummyHitDetector -ReadData INFO Hit x = 1017.28 y = 69.26 z = -947.91 detector = DummyHitDetector -ReadData INFO Hit x = 1020.49 y = 63.58 z = -950.83 detector = DummyHitDetector -ReadData INFO Hit x = 1023.7 y = 57.90 z = -952.91 detector = DummyHitDetector -ReadData INFO Hit x = 1026.91 y = 52.22 z = -954.48 detector = DummyHitDetector -ReadData INFO Hit x = 1030.12 y = 46.54 z = -955.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1001.23 y = 97.65 z = -773.32 detector = DummyHitDetector +ReadData INFO Hit x = 1004.44 y = 91.97 z = -905.26 detector = DummyHitDetector +ReadData INFO Hit x = 1007.65 y = 86.29 z = -929.76 detector = DummyHitDetector +ReadData INFO Hit x = 1010.86 y = 80.61 z = -940.08 detector = DummyHitDetector +ReadData INFO Hit x = 1014.07 y = 74.93 z = -945.77 detector = DummyHitDetector +ReadData INFO Hit x = 1017.28 y = 69.26 z = -949.37 detector = DummyHitDetector +ReadData INFO Hit x = 1020.49 y = 63.58 z = -951.86 detector = DummyHitDetector +ReadData INFO Hit x = 1023.7 y = 57.90 z = -953.68 detector = DummyHitDetector +ReadData INFO Hit x = 1026.91 y = 52.22 z = -955.07 detector = DummyHitDetector +ReadData INFO Hit x = 1030.12 y = 46.54 z = -956.16 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #10, run #1 11 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -722,8 +724,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #11, run #1 11 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -734,16 +736,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 11 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1101.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1104.44 y = 91.97 z = -977.83 detector = DummyHitDetector -ReadData INFO Hit x = 1107.65 y = 86.29 z = -1021.63 detector = DummyHitDetector -ReadData INFO Hit x = 1110.86 y = 80.61 z = -1036.23 detector = DummyHitDetector -ReadData INFO Hit x = 1114.07 y = 74.93 z = -1043.53 detector = DummyHitDetector -ReadData INFO Hit x = 1117.28 y = 69.26 z = -1047.91 detector = DummyHitDetector -ReadData INFO Hit x = 1120.49 y = 63.58 z = -1050.83 detector = DummyHitDetector -ReadData INFO Hit x = 1123.7 y = 57.90 z = -1052.92 detector = DummyHitDetector -ReadData INFO Hit x = 1126.91 y = 52.22 z = -1054.48 detector = DummyHitDetector -ReadData INFO Hit x = 1130.12 y = 46.54 z = -1055.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1101.23 y = 97.65 z = -873.32 detector = DummyHitDetector +ReadData INFO Hit x = 1104.44 y = 91.97 z = -1005.27 detector = DummyHitDetector +ReadData INFO Hit x = 1107.65 y = 86.29 z = -1029.77 detector = DummyHitDetector +ReadData INFO Hit x = 1110.86 y = 80.61 z = -1040.09 detector = DummyHitDetector +ReadData INFO Hit x = 1114.07 y = 74.93 z = -1045.77 detector = DummyHitDetector +ReadData INFO Hit x = 1117.28 y = 69.26 z = -1049.38 detector = DummyHitDetector +ReadData INFO Hit x = 1120.49 y = 63.58 z = -1051.86 detector = DummyHitDetector +ReadData INFO Hit x = 1123.7 y = 57.90 z = -1053.68 detector = DummyHitDetector +ReadData INFO Hit x = 1126.91 y = 52.22 z = -1055.07 detector = DummyHitDetector +ReadData INFO Hit x = 1130.12 y = 46.54 z = -1056.17 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #11, run #1 12 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -755,8 +758,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #12, run #1 12 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -767,16 +770,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 12 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1201.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1204.44 y = 91.97 z = -1077.83 detector = DummyHitDetector -ReadData INFO Hit x = 1207.65 y = 86.29 z = -1121.63 detector = DummyHitDetector -ReadData INFO Hit x = 1210.86 y = 80.61 z = -1136.23 detector = DummyHitDetector -ReadData INFO Hit x = 1214.07 y = 74.93 z = -1143.53 detector = DummyHitDetector -ReadData INFO Hit x = 1217.28 y = 69.26 z = -1147.91 detector = DummyHitDetector -ReadData INFO Hit x = 1220.49 y = 63.58 z = -1150.83 detector = DummyHitDetector -ReadData INFO Hit x = 1223.7 y = 57.90 z = -1152.92 detector = DummyHitDetector -ReadData INFO Hit x = 1226.91 y = 52.22 z = -1154.48 detector = DummyHitDetector -ReadData INFO Hit x = 1230.12 y = 46.54 z = -1155.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1201.23 y = 97.65 z = -973.32 detector = DummyHitDetector +ReadData INFO Hit x = 1204.44 y = 91.97 z = -1105.27 detector = DummyHitDetector +ReadData INFO Hit x = 1207.65 y = 86.29 z = -1129.77 detector = DummyHitDetector +ReadData INFO Hit x = 1210.86 y = 80.61 z = -1140.09 detector = DummyHitDetector +ReadData INFO Hit x = 1214.07 y = 74.93 z = -1145.77 detector = DummyHitDetector +ReadData INFO Hit x = 1217.28 y = 69.26 z = -1149.38 detector = DummyHitDetector +ReadData INFO Hit x = 1220.49 y = 63.58 z = -1151.86 detector = DummyHitDetector +ReadData INFO Hit x = 1223.7 y = 57.90 z = -1153.68 detector = DummyHitDetector +ReadData INFO Hit x = 1226.91 y = 52.22 z = -1155.07 detector = DummyHitDetector +ReadData INFO Hit x = 1230.12 y = 46.54 z = -1156.17 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #12, run #1 13 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -788,8 +792,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #13, run #1 13 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -800,16 +804,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 13 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1301.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1304.44 y = 91.97 z = -1177.83 detector = DummyHitDetector -ReadData INFO Hit x = 1307.65 y = 86.29 z = -1221.63 detector = DummyHitDetector -ReadData INFO Hit x = 1310.86 y = 80.61 z = -1236.23 detector = DummyHitDetector -ReadData INFO Hit x = 1314.07 y = 74.93 z = -1243.53 detector = DummyHitDetector -ReadData INFO Hit x = 1317.28 y = 69.26 z = -1247.91 detector = DummyHitDetector -ReadData INFO Hit x = 1320.49 y = 63.58 z = -1250.83 detector = DummyHitDetector -ReadData INFO Hit x = 1323.7 y = 57.90 z = -1252.92 detector = DummyHitDetector -ReadData INFO Hit x = 1326.91 y = 52.22 z = -1254.48 detector = DummyHitDetector -ReadData INFO Hit x = 1330.12 y = 46.54 z = -1255.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1301.23 y = 97.65 z = -1073.33 detector = DummyHitDetector +ReadData INFO Hit x = 1304.44 y = 91.97 z = -1205.27 detector = DummyHitDetector +ReadData INFO Hit x = 1307.65 y = 86.29 z = -1229.77 detector = DummyHitDetector +ReadData INFO Hit x = 1310.86 y = 80.61 z = -1240.09 detector = DummyHitDetector +ReadData INFO Hit x = 1314.07 y = 74.93 z = -1245.77 detector = DummyHitDetector +ReadData INFO Hit x = 1317.28 y = 69.26 z = -1249.38 detector = DummyHitDetector +ReadData INFO Hit x = 1320.49 y = 63.58 z = -1251.86 detector = DummyHitDetector +ReadData INFO Hit x = 1323.7 y = 57.90 z = -1253.68 detector = DummyHitDetector +ReadData INFO Hit x = 1326.91 y = 52.22 z = -1255.07 detector = DummyHitDetector +ReadData INFO Hit x = 1330.12 y = 46.54 z = -1256.17 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #13, run #1 14 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -821,8 +826,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #14, run #1 14 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -833,16 +838,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 14 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1401.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1404.44 y = 91.97 z = -1277.83 detector = DummyHitDetector -ReadData INFO Hit x = 1407.65 y = 86.29 z = -1321.63 detector = DummyHitDetector -ReadData INFO Hit x = 1410.86 y = 80.61 z = -1336.23 detector = DummyHitDetector -ReadData INFO Hit x = 1414.07 y = 74.93 z = -1343.53 detector = DummyHitDetector -ReadData INFO Hit x = 1417.28 y = 69.26 z = -1347.91 detector = DummyHitDetector -ReadData INFO Hit x = 1420.49 y = 63.58 z = -1350.83 detector = DummyHitDetector -ReadData INFO Hit x = 1423.7 y = 57.90 z = -1352.92 detector = DummyHitDetector -ReadData INFO Hit x = 1426.91 y = 52.22 z = -1354.48 detector = DummyHitDetector -ReadData INFO Hit x = 1430.12 y = 46.54 z = -1355.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1401.23 y = 97.65 z = -1173.33 detector = DummyHitDetector +ReadData INFO Hit x = 1404.44 y = 91.97 z = -1305.27 detector = DummyHitDetector +ReadData INFO Hit x = 1407.65 y = 86.29 z = -1329.77 detector = DummyHitDetector +ReadData INFO Hit x = 1410.86 y = 80.61 z = -1340.09 detector = DummyHitDetector +ReadData INFO Hit x = 1414.07 y = 74.93 z = -1345.77 detector = DummyHitDetector +ReadData INFO Hit x = 1417.28 y = 69.26 z = -1349.38 detector = DummyHitDetector +ReadData INFO Hit x = 1420.49 y = 63.58 z = -1351.86 detector = DummyHitDetector +ReadData INFO Hit x = 1423.7 y = 57.90 z = -1353.68 detector = DummyHitDetector +ReadData INFO Hit x = 1426.91 y = 52.22 z = -1355.07 detector = DummyHitDetector +ReadData INFO Hit x = 1430.12 y = 46.54 z = -1356.17 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #14, run #1 15 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -854,8 +860,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #15, run #1 15 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -866,16 +872,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 15 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1501.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1504.44 y = 91.97 z = -1377.83 detector = DummyHitDetector -ReadData INFO Hit x = 1507.65 y = 86.29 z = -1421.63 detector = DummyHitDetector -ReadData INFO Hit x = 1510.86 y = 80.61 z = -1436.23 detector = DummyHitDetector -ReadData INFO Hit x = 1514.07 y = 74.93 z = -1443.53 detector = DummyHitDetector -ReadData INFO Hit x = 1517.28 y = 69.26 z = -1447.91 detector = DummyHitDetector -ReadData INFO Hit x = 1520.49 y = 63.58 z = -1450.83 detector = DummyHitDetector -ReadData INFO Hit x = 1523.7 y = 57.90 z = -1452.92 detector = DummyHitDetector -ReadData INFO Hit x = 1526.91 y = 52.22 z = -1454.48 detector = DummyHitDetector -ReadData INFO Hit x = 1530.12 y = 46.54 z = -1455.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1501.23 y = 97.65 z = -1273.33 detector = DummyHitDetector +ReadData INFO Hit x = 1504.44 y = 91.97 z = -1405.27 detector = DummyHitDetector +ReadData INFO Hit x = 1507.65 y = 86.29 z = -1429.77 detector = DummyHitDetector +ReadData INFO Hit x = 1510.86 y = 80.61 z = -1440.09 detector = DummyHitDetector +ReadData INFO Hit x = 1514.07 y = 74.93 z = -1445.77 detector = DummyHitDetector +ReadData INFO Hit x = 1517.28 y = 69.26 z = -1449.38 detector = DummyHitDetector +ReadData INFO Hit x = 1520.49 y = 63.58 z = -1451.86 detector = DummyHitDetector +ReadData INFO Hit x = 1523.7 y = 57.90 z = -1453.68 detector = DummyHitDetector +ReadData INFO Hit x = 1526.91 y = 52.22 z = -1455.07 detector = DummyHitDetector +ReadData INFO Hit x = 1530.12 y = 46.54 z = -1456.17 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #15, run #1 16 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -887,8 +894,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #16, run #1 16 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -899,16 +906,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 16 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1601.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1604.44 y = 91.97 z = -1477.83 detector = DummyHitDetector -ReadData INFO Hit x = 1607.65 y = 86.29 z = -1521.63 detector = DummyHitDetector -ReadData INFO Hit x = 1610.86 y = 80.61 z = -1536.23 detector = DummyHitDetector -ReadData INFO Hit x = 1614.07 y = 74.93 z = -1543.53 detector = DummyHitDetector -ReadData INFO Hit x = 1617.28 y = 69.26 z = -1547.91 detector = DummyHitDetector -ReadData INFO Hit x = 1620.49 y = 63.58 z = -1550.83 detector = DummyHitDetector -ReadData INFO Hit x = 1623.7 y = 57.90 z = -1552.92 detector = DummyHitDetector -ReadData INFO Hit x = 1626.91 y = 52.22 z = -1554.48 detector = DummyHitDetector -ReadData INFO Hit x = 1630.12 y = 46.54 z = -1555.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1601.23 y = 97.65 z = -1373.33 detector = DummyHitDetector +ReadData INFO Hit x = 1604.44 y = 91.97 z = -1505.27 detector = DummyHitDetector +ReadData INFO Hit x = 1607.65 y = 86.29 z = -1529.77 detector = DummyHitDetector +ReadData INFO Hit x = 1610.86 y = 80.61 z = -1540.09 detector = DummyHitDetector +ReadData INFO Hit x = 1614.07 y = 74.93 z = -1545.77 detector = DummyHitDetector +ReadData INFO Hit x = 1617.28 y = 69.26 z = -1549.38 detector = DummyHitDetector +ReadData INFO Hit x = 1620.49 y = 63.58 z = -1551.86 detector = DummyHitDetector +ReadData INFO Hit x = 1623.7 y = 57.90 z = -1553.68 detector = DummyHitDetector +ReadData INFO Hit x = 1626.91 y = 52.22 z = -1555.07 detector = DummyHitDetector +ReadData INFO Hit x = 1630.12 y = 46.54 z = -1556.17 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #16, run #1 17 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -920,8 +928,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #17, run #1 17 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -932,16 +940,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 17 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1701.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1704.44 y = 91.97 z = -1577.83 detector = DummyHitDetector -ReadData INFO Hit x = 1707.65 y = 86.29 z = -1621.63 detector = DummyHitDetector -ReadData INFO Hit x = 1710.86 y = 80.61 z = -1636.23 detector = DummyHitDetector -ReadData INFO Hit x = 1714.07 y = 74.93 z = -1643.53 detector = DummyHitDetector -ReadData INFO Hit x = 1717.28 y = 69.26 z = -1647.91 detector = DummyHitDetector -ReadData INFO Hit x = 1720.49 y = 63.58 z = -1650.83 detector = DummyHitDetector -ReadData INFO Hit x = 1723.7 y = 57.90 z = -1652.92 detector = DummyHitDetector -ReadData INFO Hit x = 1726.91 y = 52.22 z = -1654.48 detector = DummyHitDetector -ReadData INFO Hit x = 1730.12 y = 46.54 z = -1655.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1701.23 y = 97.65 z = -1473.33 detector = DummyHitDetector +ReadData INFO Hit x = 1704.44 y = 91.97 z = -1605.27 detector = DummyHitDetector +ReadData INFO Hit x = 1707.65 y = 86.29 z = -1629.77 detector = DummyHitDetector +ReadData INFO Hit x = 1710.86 y = 80.61 z = -1640.09 detector = DummyHitDetector +ReadData INFO Hit x = 1714.07 y = 74.93 z = -1645.77 detector = DummyHitDetector +ReadData INFO Hit x = 1717.28 y = 69.26 z = -1649.38 detector = DummyHitDetector +ReadData INFO Hit x = 1720.49 y = 63.58 z = -1651.86 detector = DummyHitDetector +ReadData INFO Hit x = 1723.7 y = 57.90 z = -1653.68 detector = DummyHitDetector +ReadData INFO Hit x = 1726.91 y = 52.22 z = -1655.07 detector = DummyHitDetector +ReadData INFO Hit x = 1730.12 y = 46.54 z = -1656.17 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #17, run #1 18 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -953,8 +962,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #18, run #1 18 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -965,16 +974,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 18 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1801.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1804.44 y = 91.97 z = -1677.83 detector = DummyHitDetector -ReadData INFO Hit x = 1807.65 y = 86.29 z = -1721.63 detector = DummyHitDetector -ReadData INFO Hit x = 1810.86 y = 80.61 z = -1736.23 detector = DummyHitDetector -ReadData INFO Hit x = 1814.07 y = 74.93 z = -1743.53 detector = DummyHitDetector -ReadData INFO Hit x = 1817.28 y = 69.26 z = -1747.91 detector = DummyHitDetector -ReadData INFO Hit x = 1820.49 y = 63.58 z = -1750.83 detector = DummyHitDetector -ReadData INFO Hit x = 1823.7 y = 57.90 z = -1752.92 detector = DummyHitDetector -ReadData INFO Hit x = 1826.91 y = 52.22 z = -1754.48 detector = DummyHitDetector -ReadData INFO Hit x = 1830.12 y = 46.54 z = -1755.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1801.23 y = 97.65 z = -1573.33 detector = DummyHitDetector +ReadData INFO Hit x = 1804.44 y = 91.97 z = -1705.27 detector = DummyHitDetector +ReadData INFO Hit x = 1807.65 y = 86.29 z = -1729.77 detector = DummyHitDetector +ReadData INFO Hit x = 1810.86 y = 80.61 z = -1740.09 detector = DummyHitDetector +ReadData INFO Hit x = 1814.07 y = 74.93 z = -1745.77 detector = DummyHitDetector +ReadData INFO Hit x = 1817.28 y = 69.26 z = -1749.38 detector = DummyHitDetector +ReadData INFO Hit x = 1820.49 y = 63.58 z = -1751.86 detector = DummyHitDetector +ReadData INFO Hit x = 1823.7 y = 57.90 z = -1753.68 detector = DummyHitDetector +ReadData INFO Hit x = 1826.91 y = 52.22 z = -1755.07 detector = DummyHitDetector +ReadData INFO Hit x = 1830.12 y = 46.54 z = -1756.17 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #18, run #1 19 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -986,8 +996,8 @@ AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits AthenaEventLoopMgr INFO ===>>> start processing event #19, run #1 19 events processed so far <<<=== ReadCond DEBUG in execute() -ReadCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> -ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +ReadCond INFO Pedestal (2) x = 309704 y = 41630 z = -242812 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> ReadData DEBUG in execute() ReadData INFO EventStreamInfo: Number of events = 20 ReadData INFO EventStreamInfo: ItemList: @@ -998,16 +1008,17 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 19 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1901.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1904.44 y = 91.97 z = -1777.83 detector = DummyHitDetector -ReadData INFO Hit x = 1907.65 y = 86.29 z = -1821.63 detector = DummyHitDetector -ReadData INFO Hit x = 1910.86 y = 80.61 z = -1836.23 detector = DummyHitDetector -ReadData INFO Hit x = 1914.07 y = 74.93 z = -1843.53 detector = DummyHitDetector -ReadData INFO Hit x = 1917.28 y = 69.26 z = -1847.91 detector = DummyHitDetector -ReadData INFO Hit x = 1920.49 y = 63.58 z = -1850.83 detector = DummyHitDetector -ReadData INFO Hit x = 1923.7 y = 57.90 z = -1852.92 detector = DummyHitDetector -ReadData INFO Hit x = 1926.91 y = 52.22 z = -1854.48 detector = DummyHitDetector -ReadData INFO Hit x = 1930.12 y = 46.54 z = -1855.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1901.23 y = 97.65 z = -1673.33 detector = DummyHitDetector +ReadData INFO Hit x = 1904.44 y = 91.97 z = -1805.27 detector = DummyHitDetector +ReadData INFO Hit x = 1907.65 y = 86.29 z = -1829.77 detector = DummyHitDetector +ReadData INFO Hit x = 1910.86 y = 80.61 z = -1840.09 detector = DummyHitDetector +ReadData INFO Hit x = 1914.07 y = 74.93 z = -1845.77 detector = DummyHitDetector +ReadData INFO Hit x = 1917.28 y = 69.26 z = -1849.38 detector = DummyHitDetector +ReadData INFO Hit x = 1920.49 y = 63.58 z = -1851.86 detector = DummyHitDetector +ReadData INFO Hit x = 1923.7 y = 57.90 z = -1853.68 detector = DummyHitDetector +ReadData INFO Hit x = 1926.91 y = 52.22 z = -1855.07 detector = DummyHitDetector +ReadData INFO Hit x = 1930.12 y = 46.54 z = -1856.17 detector = DummyHitDetector AthenaEventLoopMgr INFO ===>>> done processing event #19, run #1 20 events processed so far <<<=== SimplePoolFile1.root Info Database being retired... SimplePoolFile1.root Debug --> Deaccess DbContainer READ [ROOT_All] ##Links @@ -1025,13 +1036,13 @@ SimplePoolFile1.root Debug --> Deaccess DbContainer READ [ROOT_Tree] POOLC SimplePoolFile1.root Debug --> Deaccess DbContainer READ [ROOT_Tree] POOLContainer(DataHeader) MetaDataSvc DEBUG handle() EndInputFile for FID:???? MetaDataSvc DEBUG handle() EndTagFile for SimplePoolFile1.root +MetaDataSvc DEBUG handle() LastInputFile for end AthenaEventLoopMgr INFO No more events in event selection DetectorStore INFO Stop DetectorStore StoreGateSvc INFO Stop StoreGateSvc StoreGateSvc INFO stop: setting service priority to 101 so that event stores get finalized and cleared before other stores InputMetaDataStore INFO Stop InputMetaDataStore MetaDataSvc DEBUG Releasing MetaDataTools -MetaDataSvc DEBUG handle() LastInputFile for end TagMetaDataStore INFO Stop TagMetaDataStore ConditionsContainer(ExampleHitContainer_p1/PedestalAppendData) Debug endTransaction: go to finish ConditionsContainer(ExampleHitContainer_p1/PedestalWriteData) Debug endTransaction: go to finish @@ -1063,10 +1074,10 @@ ReadData DEBUG Calling destructor AthOutSeq INFO Finalizing AthOutSeq... AthRegSeq INFO Finalizing AthRegSeq... AthMasterSeq INFO Finalizing AthMasterSeq... -StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-02-45-01-04 -DetectorStore INFO Finalizing DetectorStore - package version StoreGate-02-45-01-04 -InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-02-45-01-04 -TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-03-06-31 +DetectorStore INFO Finalizing DetectorStore - package version StoreGate-03-06-31 +InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-03-06-31 +TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-03-06-31 PoolSvc INFO I/O finalization... XMLFileCatalog Debug There were no updates in the catalog XMLFileCatalog Debug There were no updates in the catalog @@ -1074,15 +1085,14 @@ XMLFileCatalog Debug There were no updates in the catalog PoolXMLFileCatalog Debug XercesC termination number 2 PoolXMLFileCatalog Debug XercesC termination number 1 PoolXMLFileCatalog Info XercesC termination number 0 -MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-02-45-01-04 +MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-03-06-31 AthDictLoaderSvc INFO in finalize... ToolSvc INFO Removing all tools created by ToolSvc *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -AthenaSealSvc::... INFO Time User : Tot= 2 [ms] Ave/Min/Max= 0.5(+- 0.5)/ 0/ 1 [ms] #= 4 -AthenaSealSvc::... INFO Time User : Tot= 125 [ms] #= 1 -ChronoStatSvc INFO Time User : Tot= 4.6 [s] #= 1 +AthenaSealSvc::... INFO Time User : Tot= 12 [ms] #= 1 +ChronoStatSvc INFO Time User : Tot=0.88 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ChronoStatSvc.f... INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RFilter.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RFilter.ref index ef99cb9203e..51e69397a2c 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RFilter.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RFilter.ref @@ -1,8 +1,9 @@ -Wed Feb 4 11:02:17 CET 2015 +Mon Mar 21 22:38:23 CET 2016 Preloading tcmalloc_minimal.so Athena INFO including file "AthenaCommon/Preparation.py" Athena INFO including file "AthenaCommon/Bootstrap.py" Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py" +Athena INFO executing ROOT6Setup Athena INFO including file "AthenaCommon/Execution.py" Athena INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_RFilterJobOptions.py" Athena INFO including file "AthenaCommon/runbatch.py" @@ -18,17 +19,15 @@ AthDictLoaderSvc INFO in initialize... AthDictLoaderSvc INFO acquired Dso-registry ChronoStatSvc INFO Number of skipped events for MemStat-1 CoreDumpSvc INFO install f-a-t-a-l handler... (flag = -1) -AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-59-04 +AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-60-03 AthMasterSeq INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq AthAlgSeq INFO Member list: AthPoolEx::ReadData/ReadData ReadData INFO in initialize() -InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-02-45-01-04 -MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-59-04 -MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-02-45-01-04 -AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-18 -AthenaRootStrea... INFO POOL/ROOT class loader initialized -AthenaRootStrea... INFO 9 ROOT streamers declared -PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-24-06 +InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-03-06-31 +MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-60-03 +MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-03-06-31 +AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-28-12 +PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-25-00 PoolSvc INFO Set connectionsvc retry/timeout/IDLE timeout to 'ConnectionRetrialPeriod':300/ 'ConnectionRetrialTimeOut':3600/ 'ConnectionTimeOut':5 seconds with connection cleanup disabled PoolSvc INFO Frontier compression level set to 5 PoolSvc INFO Successfully setup replica sorting algorithm @@ -44,65 +43,121 @@ PoolXMLFileCatalog Debug Xerces-c initialization Number 1 XMLFileCatalog Info Connecting to the catalog PoolXMLFileCatalog Debug Xerces-c initialization Number 2 PoolXMLFileCatalog Info File Catalog2.xml does not exist, a new one is created -EventSelector INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-18-35 -TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-02-45-01-04 -StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-02-45-01-04 +EventSelector INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-19-07 +TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-03-06-31 +EventSelector INFO reinitialization... +EventSelector INFO EventSelection with query EventNumber > 9 +EventSelector DEBUG Try item: "SimplePoolCollection5.root" from the collection list. RootCollection Info Opening Collection File SimplePoolCollection5.root in mode: READ RootCollection Debug File SimplePoolCollection5.root exists. RootCollection Info File SimplePoolCollection5.root opened +RootCollection Debug Retrieved Collection TTree "POOLCollectionTree" from file SimplePoolCollection5.root RootCollection Info Root collection opened, size = 10 -EventSelector INFO reinitialization... -EventSelector INFO EventSelection with query EventNumber > 9 -EventSelector DEBUG Try item: "SimplePoolCollection3.root" from the collection list. -RootCollection Info Opening Collection File SimplePoolCollection3.root in mode: READ -RootCollection Info File SimplePoolCollection3.root opened -RootCollection Info Root collection opened, size = 20 EventSelector INFO Using standard collection ref -AthenaPoolAddre... INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-18-35 -ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-01-10 +AthenaPoolAddre... INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-19-07 +ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-02-07 +StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-03-06-31 HistogramPersis...WARNING Histograms saving not required. AthenaEventLoopMgr INFO Setup EventSelector service EventSelector -ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-02-45-01-04 +ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-03-06-31 ApplicationMgr INFO Application Manager Initialized successfully MetaDataStore INFO Start MetaDataStore TagMetaDataStore INFO Start TagMetaDataStore -StoreGateSvc INFO Start StoreGateSvc -RootCollection Info Closing open collection 'SimplePoolCollection3.root' -EventSelector DEBUG Try item: "SimplePoolCollection3.root" from the collection list. -RootCollection Info Opening Collection File SimplePoolCollection3.root in mode: READ -RootCollection Info File SimplePoolCollection3.root opened -RootCollection Info Root collection opened, size = 20 +RootCollection Info Closing open collection 'SimplePoolCollection5.root' +EventSelector DEBUG Try item: "SimplePoolCollection5.root" from the collection list. +RootCollection Info Opening Collection File SimplePoolCollection5.root in mode: READ +RootCollection Debug File SimplePoolCollection5.root exists. +RootCollection Info File SimplePoolCollection5.root opened +RootCollection Debug Retrieved Collection TTree "POOLCollectionTree" from file SimplePoolCollection5.root +RootCollection Info Root collection opened, size = 10 InputMetaDataStore INFO Start InputMetaDataStore +StoreGateSvc INFO Start StoreGateSvc ApplicationMgr INFO Application Manager Started successfully EventSelector DEBUG Get AttributeList from the collection -EventSelector DEBUG AttributeList size 3 -EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000A]. -EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000A]. -EventSelector.T... DEBUG Remapped Token: Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000000] -EventSelector DEBUG found AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000000] +EventSelector DEBUG AttributeList size 2 +EventSelector DEBUG record AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000000]. +EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000A]. +EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000000]. +EventSelector DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000000] EventPersistenc... INFO Added successfully Conversion service:AthenaPoolCnvSvc +PoolXMLFileCatalog Debug FileID ???? is not in the catalog +XMLFileCatalog Debug empty physical filename found +PoolXMLFileCatalog Debug PFname is not in the xml file +PoolXMLFileCatalog Debug FileID ???? is not in the catalog +XMLFileCatalog Debug empty physical filename found +PoolXMLFileCatalog Debug PFname is not in the xml file DbSession Info Open DbSession Domain[ROOT_All] Info > Access DbDomain READ [ROOT_All] Domain[ROOT_All] Info -> Access DbDatabase READ [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFile5.root -RootDatabase.open Success SimplePoolFile5.root File version:53424 +SimplePoolFile5.root Debug --> Access DbContainer READ [ROOT_All] ##Shapes +???? Debug Opened container ##Shapes of type ROOT_Tree +SimplePoolFile5.root Debug --->Reading Shape[0 , ????]: [1 Column(s)] +SimplePoolFile5.root Debug ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile5.root Debug --->Reading Shape[1 , ????]: [1 Column(s)] +SimplePoolFile5.root Debug ---->[0]:ExampleTrackContainer_p1 Typ:ExampleTrackContainer_p1 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile5.root Debug --->Reading Shape[2 , ????]: [1 Column(s)] +SimplePoolFile5.root Debug ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile5.root Debug --->Reading Shape[3 , ????]: [1 Column(s)] +SimplePoolFile5.root Debug ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFile5.root Debug --->Reading Shape[4 , ????]: [1 Column(s)] +SimplePoolFile5.root Debug ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1 +##Shapes Debug No objects passing selection criteria... Container has 5 Entries in total. +SimplePoolFile5.root Debug --> Access DbContainer READ [ROOT_All] ##Links +???? Debug Opened container ##Links of type ROOT_Tree +SimplePoolFile5.root Debug --->Reading Assoc:????/##Params [200] (2 , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? +SimplePoolFile5.root Debug --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202] (3 , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? +SimplePoolFile5.root Debug --->Reading Assoc:????/CollectionTree(ExampleTrackContainer_p1/MyTracks) [202] (4 , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? +SimplePoolFile5.root Debug --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202] (5 , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? +SimplePoolFile5.root Debug --->Reading Assoc:????/POOLContainer(DataHeader) [202] (6 , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? +SimplePoolFile5.root Debug --->Reading Assoc:????/POOLContainer(basic/DataHeader) [202] (7 , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? +SimplePoolFile5.root Debug --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202] (8 , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? +SimplePoolFile5.root Debug --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202] (9 , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? +SimplePoolFile5.root Debug --->Reading Assoc:????/MetaDataHdr(DataHeader) [202] (a , ffffffff) +SimplePoolFile5.root Debug ---->ClassID:???? +##Links Debug No objects passing selection criteria... Container has 9 Entries in total. +SimplePoolFile5.root Debug --> Access DbContainer READ [ROOT_All] ##Params +???? Debug Opened container ##Params of type ROOT_Tree +SimplePoolFile5.root Debug --->Reading Param:FID=[????] +SimplePoolFile5.root Debug --->Reading Param:PFN=[SimplePoolFile5.root] +SimplePoolFile5.root Debug --->Reading Param:POOL_VSN=[1.1] +SimplePoolFile5.root Debug --->Reading Param:FORMAT_VSN=[1.1] +##Params Debug No objects passing selection criteria... Container has 4 Entries in total. +SimplePoolFile5.root Debug --> Access DbContainer READ [ROOT_Tree] POOLContainer(DataHeader) +???? Debug Opened container POOLContainer(DataHeader) of type ROOT_Tree +SimplePoolFile5.root Debug --> Access DbContainer READ [ROOT_Tree] POOLContainerForm(DataHeaderForm) +???? Debug Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree AthenaPoolAddre... DEBUG The current Event contains: 3 objects AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9103, name = MyTracks +SimplePoolFile5.root Debug --> Access DbContainer READ [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo) +???? Debug Opened container CollectionTree(EventInfo_p4/McEventInfo) of type ROOT_Tree AthenaEventLoopMgr INFO ===>>> start of run 1 <<<=== AthenaEventLoopMgr INFO ===>>> start processing event #10, run #1 0 events processed so far <<<=== ReadData DEBUG in execute() ReadData WARNING Could not find EventStreamInfo ReadData INFO EventInfo event: 10 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1018.38 eta = -9.76 phi = 149.13 detector = Track made in: DummyHitDetector +SimplePoolFile5.root Debug --> Access DbContainer READ [ROOT_Tree] CollectionTree(ExampleTrackContainer_p1/MyTracks) +???? Debug Opened container CollectionTree(ExampleTrackContainer_p1/MyTracks) of type ROOT_Tree +ReadData INFO Track pt = 1018.38 eta = -11.00 phi = 149.13 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits AthenaEventLoopMgr INFO ===>>> done processing event #10, run #1 1 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection -EventSelector DEBUG AttributeList size 3 -EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000B]. -EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000B]. -EventSelector.T... DEBUG Remapped Token: Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000001] -EventSelector DEBUG found AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000001] +EventSelector DEBUG AttributeList size 2 +EventSelector DEBUG record AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000001]. +EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000B]. +EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000001]. +EventSelector DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000001] AthenaPoolAddre... DEBUG The current Event contains: 3 objects AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9103, name = MyTracks @@ -111,14 +166,16 @@ ReadData DEBUG in execute() ReadData WARNING Could not find EventStreamInfo ReadData INFO EventInfo event: 11 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1118.13 eta = -9.69 phi = 163.78 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1118.13 eta = -10.90 phi = 163.78 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits AthenaEventLoopMgr INFO ===>>> done processing event #11, run #1 2 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection -EventSelector DEBUG AttributeList size 3 -EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000C]. -EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000C]. -EventSelector.T... DEBUG Remapped Token: Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000002] -EventSelector DEBUG found AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000002] +EventSelector DEBUG AttributeList size 2 +EventSelector DEBUG record AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000002]. +EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000C]. +EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000002]. +EventSelector DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000002] AthenaPoolAddre... DEBUG The current Event contains: 3 objects AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9103, name = MyTracks @@ -127,14 +184,16 @@ ReadData DEBUG in execute() ReadData WARNING Could not find EventStreamInfo ReadData INFO EventInfo event: 12 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1217.93 eta = -9.63 phi = 178.43 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1217.93 eta = -10.82 phi = 178.43 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits AthenaEventLoopMgr INFO ===>>> done processing event #12, run #1 3 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection -EventSelector DEBUG AttributeList size 3 -EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000D]. -EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000D]. -EventSelector.T... DEBUG Remapped Token: Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000003] -EventSelector DEBUG found AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000003] +EventSelector DEBUG AttributeList size 2 +EventSelector DEBUG record AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000003]. +EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000D]. +EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000003]. +EventSelector DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000003] AthenaPoolAddre... DEBUG The current Event contains: 3 objects AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9103, name = MyTracks @@ -143,14 +202,16 @@ ReadData DEBUG in execute() ReadData WARNING Could not find EventStreamInfo ReadData INFO EventInfo event: 13 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1317.76 eta = -9.57 phi = 193.09 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1317.76 eta = -10.75 phi = 193.09 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits AthenaEventLoopMgr INFO ===>>> done processing event #13, run #1 4 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection -EventSelector DEBUG AttributeList size 3 -EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000E]. -EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000E]. -EventSelector.T... DEBUG Remapped Token: Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000004] -EventSelector DEBUG found AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000004] +EventSelector DEBUG AttributeList size 2 +EventSelector DEBUG record AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000004]. +EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000E]. +EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000004]. +EventSelector DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000004] AthenaPoolAddre... DEBUG The current Event contains: 3 objects AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9103, name = MyTracks @@ -159,14 +220,16 @@ ReadData DEBUG in execute() ReadData WARNING Could not find EventStreamInfo ReadData INFO EventInfo event: 14 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1417.61 eta = -9.53 phi = 207.74 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1417.61 eta = -10.69 phi = 207.74 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits AthenaEventLoopMgr INFO ===>>> done processing event #14, run #1 5 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection -EventSelector DEBUG AttributeList size 3 -EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000F]. -EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000F]. -EventSelector.T... DEBUG Remapped Token: Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000005] -EventSelector DEBUG found AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000005] +EventSelector DEBUG AttributeList size 2 +EventSelector DEBUG record AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000005]. +EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000F]. +EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000005]. +EventSelector DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000005] AthenaPoolAddre... DEBUG The current Event contains: 3 objects AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9103, name = MyTracks @@ -175,14 +238,16 @@ ReadData DEBUG in execute() ReadData WARNING Could not find EventStreamInfo ReadData INFO EventInfo event: 15 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1517.49 eta = -9.49 phi = 222.39 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1517.49 eta = -10.64 phi = 222.39 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits AthenaEventLoopMgr INFO ===>>> done processing event #15, run #1 6 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection -EventSelector DEBUG AttributeList size 3 -EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000010]. -EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000010]. -EventSelector.T... DEBUG Remapped Token: Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000006] -EventSelector DEBUG found AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000006] +EventSelector DEBUG AttributeList size 2 +EventSelector DEBUG record AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000006]. +EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-00000010]. +EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000006]. +EventSelector DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000006] AthenaPoolAddre... DEBUG The current Event contains: 3 objects AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9103, name = MyTracks @@ -191,14 +256,16 @@ ReadData DEBUG in execute() ReadData WARNING Could not find EventStreamInfo ReadData INFO EventInfo event: 16 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1617.37 eta = -9.46 phi = 237.04 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1617.37 eta = -10.59 phi = 237.04 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits AthenaEventLoopMgr INFO ===>>> done processing event #16, run #1 7 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection -EventSelector DEBUG AttributeList size 3 -EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000011]. -EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000011]. -EventSelector.T... DEBUG Remapped Token: Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000007] -EventSelector DEBUG found AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000007] +EventSelector DEBUG AttributeList size 2 +EventSelector DEBUG record AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000007]. +EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-00000011]. +EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000007]. +EventSelector DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000007] AthenaPoolAddre... DEBUG The current Event contains: 3 objects AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9103, name = MyTracks @@ -207,14 +274,16 @@ ReadData DEBUG in execute() ReadData WARNING Could not find EventStreamInfo ReadData INFO EventInfo event: 17 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1717.27 eta = -9.43 phi = 251.69 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1717.27 eta = -10.56 phi = 251.69 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits AthenaEventLoopMgr INFO ===>>> done processing event #17, run #1 8 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection -EventSelector DEBUG AttributeList size 3 -EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000012]. -EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000012]. -EventSelector.T... DEBUG Remapped Token: Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000008] -EventSelector DEBUG found AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000008] +EventSelector DEBUG AttributeList size 2 +EventSelector DEBUG record AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000008]. +EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-00000012]. +EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000008]. +EventSelector DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000008] AthenaPoolAddre... DEBUG The current Event contains: 3 objects AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9103, name = MyTracks @@ -223,14 +292,16 @@ ReadData DEBUG in execute() ReadData WARNING Could not find EventStreamInfo ReadData INFO EventInfo event: 18 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1817.19 eta = -9.41 phi = 266.34 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1817.19 eta = -10.52 phi = 266.34 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits AthenaEventLoopMgr INFO ===>>> done processing event #18, run #1 9 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection -EventSelector DEBUG AttributeList size 3 -EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000013]. -EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000013]. -EventSelector.T... DEBUG Remapped Token: Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000009] -EventSelector DEBUG found AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000009] +EventSelector DEBUG AttributeList size 2 +EventSelector DEBUG record AthenaAttribute, name = Stream1_derived_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000009]. +EventSelector DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-00000013]. +EventSelector DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000009]. +EventSelector DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000009] AthenaPoolAddre... DEBUG The current Event contains: 3 objects AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo AthenaPoolAddre... DEBUG loadAddresses: DataObject address, clid = 9103, name = MyTracks @@ -239,18 +310,30 @@ ReadData DEBUG in execute() ReadData WARNING Could not find EventStreamInfo ReadData INFO EventInfo event: 19 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Track pt = 1917.11 eta = -9.38 phi = 281 detector = Track made in: DummyHitDetector +ReadData INFO Track pt = 1917.11 eta = -10.49 phi = 281 detector = Track made in: DummyHitDetector +ReadData WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits +ReadData INFO Could not find ExampleHitContainer/MyHits AthenaEventLoopMgr INFO ===>>> done processing event #19, run #1 10 events processed so far <<<=== -RootCollection Info Closing open collection 'SimplePoolCollection3.root' +RootCollection Info Closing open collection 'SimplePoolCollection5.root' +SimplePoolFile5.root Info Database being retired... +SimplePoolFile5.root Debug --> Deaccess DbContainer READ [ROOT_All] ##Links +SimplePoolFile5.root Debug --> Deaccess DbContainer READ [ROOT_All] ##Shapes +SimplePoolFile5.root Debug --> Deaccess DbContainer READ [ROOT_All] ##Params +RootDatabase.close Debug I/O READ Bytes: ???? +RootDatabase.close Debug I/O WRITE Bytes: 0 +RootDatabase.close Debug I/O OTHER Bytes: 0 +Domain[ROOT_All] Info -> Deaccess DbDatabase READ [ROOT_All] ???? +SimplePoolFile5.root Debug --> Deaccess DbContainer READ [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo) +SimplePoolFile5.root Debug --> Deaccess DbContainer READ [ROOT_Tree] CollectionTree(ExampleTrackContainer_p1/MyTracks) +SimplePoolFile5.root Debug --> Deaccess DbContainer READ [ROOT_Tree] POOLContainer(DataHeader) +SimplePoolFile5.root Debug --> Deaccess DbContainer READ [ROOT_Tree] POOLContainerForm(DataHeaderForm) +Domain[ROOT_All] Info > Deaccess DbDomain READ [ROOT_All] AthenaEventLoopMgr INFO No more events in event selection -InputMetaDataStore INFO Stop InputMetaDataStore -MetaDataSvc DEBUG Releasing MetaDataTools StoreGateSvc INFO Stop StoreGateSvc StoreGateSvc INFO stop: setting service priority to 101 so that event stores get finalized and cleared before other stores +InputMetaDataStore INFO Stop InputMetaDataStore +MetaDataSvc DEBUG Releasing MetaDataTools TagMetaDataStore INFO Stop TagMetaDataStore -SimplePoolFile5.root Info Database being retired... -Domain[ROOT_All] Info -> Deaccess DbDatabase READ [ROOT_All] ???? -Domain[ROOT_All] Info > Deaccess DbDomain READ [ROOT_All] MetaDataStore INFO Stop MetaDataStore ApplicationMgr INFO Application Manager Stopped successfully ReadData INFO in finalize() @@ -259,23 +342,24 @@ ReadData DEBUG Calling destructor AthOutSeq INFO Finalizing AthOutSeq... AthRegSeq INFO Finalizing AthRegSeq... AthMasterSeq INFO Finalizing AthMasterSeq... -StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-02-45-01-04 -InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-02-45-01-04 -TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-03-06-31 +InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-03-06-31 +TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-03-06-31 PoolSvc INFO I/O finalization... +XMLFileCatalog Debug There were no updates in the catalog +XMLFileCatalog Debug There were no updates in the catalog +XMLFileCatalog Debug There were no updates in the catalog +PoolXMLFileCatalog Debug XercesC termination number 2 +PoolXMLFileCatalog Debug XercesC termination number 1 PoolXMLFileCatalog Info XercesC termination number 0 -MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-02-45-01-04 +MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-03-06-31 AthDictLoaderSvc INFO in finalize... ToolSvc INFO Removing all tools created by ToolSvc -RootCollection Info Closing open collection 'SimplePoolCollection5.root' -EventSelector.T... DEBUG Calling destructor *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -AthenaSealSvc::... INFO Time User : Tot= 31 [ms] #= 1 -AthenaSealSvc::... INFO Time User : Tot= 31 [ms] Ave/Min/Max= 10.3(+- 14.6)/ 0/ 31 [ms] #= 3 -AthenaSealSvc::... INFO Time User : Tot= 128 [ms] #= 1 -ChronoStatSvc INFO Time User : Tot= 5.28 [s] #= 1 +AthenaSealSvc::... INFO Time User : Tot= 11 [ms] #= 1 +ChronoStatSvc INFO Time User : Tot=0.93 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ChronoStatSvc.f... INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RFilterPL.pattern b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RFilterPL.pattern index 0483d1feea7..63a3b0f814b 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RFilterPL.pattern +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RFilterPL.pattern @@ -8,3 +8,9 @@ > Domain\[ROOT_All\] Info SimplePoolFile5.root > PoolXMLFileCatalog Info File Catalog2.xml does not exist, a new one is created < PoolXMLFileCatalog Info File Catalog2.xml does not exist, a new one is created +< .* Debug No objects passing selection criteria... Container has +> SimplePoolFile5.root Debug -- +< SimplePoolFile5.root Debug -- +> ##Params Debug +> ##Shapes Debug +> ##Links Debug diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RWBs.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RWBs.ref index 426aff7c5f4..72ea078e1f5 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RWBs.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RWBs.ref @@ -1,8 +1,9 @@ -Fri Feb 6 10:02:02 CET 2015 +Mon Mar 21 22:39:16 CET 2016 Preloading tcmalloc_minimal.so Athena INFO including file "AthenaCommon/Preparation.py" Athena INFO including file "AthenaCommon/Bootstrap.py" Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py" +Athena INFO executing ROOT6Setup Athena INFO including file "AthenaCommon/Execution.py" Athena INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_RWBsJobOptions.py" Athena INFO including file "ByteStreamCnvSvc/BSEventStorageEventSelector_jobOptions.py" @@ -19,13 +20,13 @@ AthDictLoaderSvc INFO in initialize... AthDictLoaderSvc INFO acquired Dso-registry ChronoStatSvc INFO Number of skipped events for MemStat-1 CoreDumpSvc INFO install f-a-t-a-l handler... (flag = -1) -AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-59-04 +AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-60-03 AthMasterSeq INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq AthAlgSeq INFO Member list: AthPoolEx::ReadBs/ReadBs, AthPoolEx::ReadData/ReadData, AthenaOutputStream/Stream1, AthPoolEx::WriteTag/WriteTag, RegistrationStream/RegStream1 ReadBs INFO in initialize() -InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-02-45-01-04 -ByteStreamAddre... INFO Initializing ByteStreamAddressProviderSvc - package version ByteStreamCnvSvcBase-00-08-10 -ROBDataProviderSvc INFO Initializing ROBDataProviderSvc - package version ByteStreamCnvSvcBase-00-08-10 +InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-03-06-31 +ByteStreamAddre... INFO Initializing ByteStreamAddressProviderSvc - package version ByteStreamCnvSvcBase-00-08-12 +ROBDataProviderSvc INFO Initializing ROBDataProviderSvc - package version ByteStreamCnvSvcBase-00-08-12 ROBDataProviderSvc INFO ---> Filter out empty ROB fragments = 'filterEmptyROB':False ROBDataProviderSvc INFO ---> Filter out specific ROBs by Status Code: # ROBs = 0 ROBDataProviderSvc INFO ---> Filter out Sub Detector ROBs by Status Code: # Sub Detectors = 0 @@ -35,14 +36,12 @@ ByteStreamAddre... INFO CTP = 0x1 ByteStreamAddre... INFO muCTPi = 0x1 ByteStreamAddre... INFO Calorimeter Cluster Processor RoI = 0xa8, 0xa9, 0xaa, 0xab ByteStreamAddre... INFO Calorimeter Jet/Energy Processor RoI = 0xac, 0xad -ByteStreamAddre... INFO Topo Processor RoI = 0x910080, 0x910090 +ByteStreamAddre... INFO Topo Processor RoI = 0x81, 0x91 ByteStreamAddre... INFO -- Will fill Store with id = 0 -MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-59-04 -MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-02-45-01-04 -AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-18 -AthenaRootStrea... INFO POOL/ROOT class loader initialized -AthenaRootStrea... INFO 9 ROOT streamers declared -PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-24-06 +MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-60-03 +MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-03-06-31 +AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-28-12 +PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-25-00 PoolSvc INFO io_register[PoolSvc](xmlcatalog_file:PoolFileCatalog.xml) [ok] PoolSvc INFO Set connectionsvc retry/timeout/IDLE timeout to 'ConnectionRetrialPeriod':300/ 'ConnectionRetrialTimeOut':3600/ 'ConnectionTimeOut':5 seconds with connection cleanup disabled PoolSvc INFO Frontier compression level set to 5 @@ -53,25 +52,24 @@ PoolSvc INFO POOL WriteCatalog is xmlcatalog_file:PoolFileCatalog.x XMLFileCatalog Info Connecting to the catalog PoolXMLFileCatalog Info Xerces-c initialization Number 0 PoolXMLFileCatalog Info File PoolFileCatalog.xml does not exist, a new one is created -ToolSvc.ByteStr... INFO Initializing ToolSvc.ByteStreamMetadataTool - package version ByteStreamCnvSvc-01-34-22 -ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-01-10 +ToolSvc.ByteStr... INFO Initializing ToolSvc.ByteStreamMetadataTool - package version ByteStreamCnvSvc-01-34-33 +ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-02-07 ReadData INFO in initialize() -TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-02-45-01-04 +TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-03-06-31 Stream1 DEBUG In initialize Stream1 DEBUG Found IDecisionSvc. DecisionSvc INFO Inserting stream: Stream1 with no Algs Stream1 DEBUG End initialize Stream1 DEBUG In initialize -StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-03-06-31 Stream1 DEBUG Found StoreGateSvc store. Stream1 DEBUG Found MetaDataStore store. -ItemListSvc INFO ItemListSvc initialize -OutputStreamSeq... INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-59-04 -Stream1.Stream1... INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-75 +OutputStreamSeq... INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-60-03 +Stream1.Stream1... INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-84 Stream1.Stream1... INFO streamProperty ProcessingTag = Stream1 Stream1.Stream1... DEBUG In connectServices -DetectorStore INFO Initializing DetectorStore - package version StoreGate-02-45-01-04 -Stream1.Stream1... INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-75 +DetectorStore INFO Initializing DetectorStore - package version StoreGate-03-06-31 +Stream1.Stream1... INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-84 Stream1 INFO Found HelperTools = PrivateToolHandleArray(['MakeEventStreamInfo/Stream1_MakeEventStreamInfo']) Stream1 INFO Data output: SimplePoolFromRaw.root Stream1 INFO I/O reinitialization... @@ -100,14 +98,15 @@ RegStream1 DEBUG Not class requested by Tool, skipping (40774349,"RunE RegStream1 DEBUG Not class requested by Tool, skipping (222376821,"Stream1") RegStream1 DEBUG End initialize HistogramPersis...WARNING Histograms saving not required. -EventSelector INFO Initializing EventSelector - package version ByteStreamCnvSvc-01-34-22 +EventSelector INFO Initializing EventSelector - package version ByteStreamCnvSvc-01-34-33 EventSelector WARNING InputCollections not properly set, checking EventStorageInputSvc properties +EventSelector INFO Retrieved StoreGateSvc name of '':[ ] EventSelector INFO Retrieved InputCollections from InputSvc -ByteStreamInputSvc INFO Initializing ByteStreamInputSvc - package version ByteStreamCnvSvc-01-34-22 +ByteStreamInputSvc INFO Initializing ByteStreamInputSvc - package version ByteStreamCnvSvc-01-34-33 ByteStreamInputSvcWARNING ProcessBadEvent property has been moved to EventSelector, please use svgMgr.EventSelector.ProcessBadEvent instead EventSelector INFO reinitialization... AthenaEventLoopMgr INFO Setup EventSelector service EventSelector -ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-02-45-01-04 +ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-03-06-31 ApplicationMgr INFO Application Manager Initialized successfully MetaDataStore INFO Start MetaDataStore InputMetaDataStore INFO Start InputMetaDataStore @@ -116,7 +115,8 @@ StoreGateSvc INFO Start StoreGateSvc DetectorStore INFO Start DetectorStore MetaDataSvc DEBUG handle() FirstInputFile for BSF:/afs/cern.ch/atlas/offline/test/daq.m4_combined.00.extract.L1TT-b00000010._0001.data MetaDataSvc DEBUG initInputMetaDataStore: file name BSF:/afs/cern.ch/atlas/offline/test/daq.m4_combined.00.extract.L1TT-b00000010._0001.data -MetaDataSvc DEBUG MetaDataSvc called without MetaDataContainer set. +MetaDataSvc DEBUG MetaDataSvc called for non ROOT file. +MetaDataSvc DEBUG Loaded input meta data store proxies ToolSvc.ByteStr... INFO handle() FirstInputFile, filename = BSF:/afs/cern.ch/atlas/offline/test/daq.m4_combined.00.extract.L1TT-b00000010._0001.data ByteStreamInputSvc INFO Picked valid file: /afs/cern.ch/atlas/offline/test/daq.m4_combined.00.extract.L1TT-b00000010._0001.data MetaDataSvc DEBUG handle() BeginInputFile for BSF:/afs/cern.ch/atlas/offline/test/daq.m4_combined.00.extract.L1TT-b00000010._0001.data @@ -137,6 +137,8 @@ ReadData DEBUG in execute() ReadData WARNING Could not find EventStreamInfo ReadData INFO EventInfo event: 14350 run: 20720 ReadData INFO Get Smart data ptr 1 +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Could not find ExampleHitContainer/MyHits Stream1.Stream1... DEBUG In connectOutput DbSession Info Open DbSession Domain[ROOT_All] Info > Access DbDomain UPDATE [ROOT_All] @@ -148,7 +150,6 @@ PoolXMLFileCatalog Debug filename SimplePoolFromRaw.root does not exist XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found Domain[ROOT_All] Info -> Access DbDatabase CREATE [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFromRaw.root -RootDatabase.open Success SimplePoolFromRaw.root File version:53424 SimplePoolFromRaw.root Debug --> Access DbContainer CREATE [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree ##Shapes Debug No objects passing selection criteria... Container has 0 Entries in total. @@ -164,6 +165,7 @@ RootDatabase.setOption Debug Request TREE_AUTO_FLUSH RootDatabase.setOption Debug File name SimplePoolFromRaw.root RootDatabase.setOption Debug Demand to set AUTO_FLUSH for TTree: POOLContainer with value: 0 AthenaPoolCnvSvc DEBUG setAttribute TREE_AUTO_FLUSH to 0 for db: SimplePoolFromRaw.root and cont: TTree=POOLContainer +AthenaPoolCnvSvc DEBUG setAttribute CONTAINER_SPLITLEVEL to 99 for db: SimplePoolFromRaw.root and cont: TTree=POOLContainerForm(DataHeaderForm) Stream1.Stream1... DEBUG Connected to SimplePoolFromRaw.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 Stream1 DEBUG addItemObjects(2101,"*") called @@ -276,6 +278,8 @@ ReadData DEBUG in execute() ReadData WARNING Could not find EventStreamInfo ReadData INFO EventInfo event: 14356 run: 20720 ReadData INFO Get Smart data ptr 1 +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Could not find ExampleHitContainer/MyHits Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to SimplePoolFromRaw.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 @@ -322,6 +326,8 @@ ReadData DEBUG in execute() ReadData WARNING Could not find EventStreamInfo ReadData INFO EventInfo event: 14382 run: 20720 ReadData INFO Get Smart data ptr 1 +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Could not find ExampleHitContainer/MyHits Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to SimplePoolFromRaw.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 @@ -481,24 +487,19 @@ ReadData DEBUG Calling destructor AthOutSeq INFO Finalizing AthOutSeq... AthRegSeq INFO Finalizing AthRegSeq... AthMasterSeq INFO Finalizing AthMasterSeq... -StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-03-06-31 EventInfoByteSt... INFO finalize -DetectorStore INFO Finalizing DetectorStore - package version StoreGate-02-45-01-04 -ItemListSvc INFO -- OUTPUT STREAM ITEM OVERLAP SUMMARY -- -ItemListSvc INFO STREAM Stream1 has (3) items -ItemListSvc INFO - ByteStreamMetadataContainer_ByteStreamMetadata -ItemListSvc INFO - EventInfo_ByteStreamEventInfo -ItemListSvc INFO - EventStreamInfo_Stream1 +DetectorStore INFO Finalizing DetectorStore - package version StoreGate-03-06-31 DecisionSvc INFO -- OUTPUT STREAM EVENT OVERLAP SUMMARY -- DecisionSvc INFO List of registered 2 Streams: RegStream1 Stream1 DecisionSvc INFO Finalized successfully. -TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-02-45-01-04 -InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-02-45-01-04 +TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-03-06-31 +InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-03-06-31 AthenaPoolCnvSvc DEBUG releasing all workers PoolSvc INFO I/O finalization... XMLFileCatalog Info Updating the catalog PoolXMLFileCatalog Info XercesC termination number 0 -MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-02-45-01-04 +MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-03-06-31 AthDictLoaderSvc INFO in finalize... ToolSvc INFO Removing all tools created by ToolSvc Stream1.Stream1... DEBUG in finalize() @@ -510,10 +511,8 @@ Stream1.Stream1... DEBUG Calling destructor *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -AthenaSealSvc::... INFO Time User : Tot= 93 [ms] Ave/Min/Max= 31(+- 8.83)/ 19/ 40 [ms] #= 3 -AthenaSealSvc::... INFO Time User : Tot= 94 [ms] Ave/Min/Max= 15.7(+- 16.7)/ 0/ 40 [ms] #= 6 -AthenaSealSvc::... INFO Time User : Tot= 130 [ms] #= 1 -ChronoStatSvc INFO Time User : Tot= 4.88 [s] #= 1 +AthenaSealSvc::... INFO Time User : Tot= 10 [ms] #= 1 +ChronoStatSvc INFO Time User : Tot= 1.1 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ChronoStatSvc.f... INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RWcBs.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RWcBs.ref index 96420dad851..6c8b5f83683 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RWcBs.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RWcBs.ref @@ -1,8 +1,9 @@ -Fri Feb 6 10:14:31 CET 2015 +Mon Mar 21 22:40:14 CET 2016 Preloading tcmalloc_minimal.so Athena INFO including file "AthenaCommon/Preparation.py" Athena INFO including file "AthenaCommon/Bootstrap.py" Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py" +Athena INFO executing ROOT6Setup Athena INFO including file "AthenaCommon/Execution.py" Athena INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_RWcBsJobOptions.py" Athena INFO including file "ByteStreamCnvSvc/BSEventStorageEventSelector_jobOptions.py" @@ -19,13 +20,13 @@ AthDictLoaderSvc INFO in initialize... AthDictLoaderSvc INFO acquired Dso-registry ChronoStatSvc INFO Number of skipped events for MemStat-1 CoreDumpSvc INFO install f-a-t-a-l handler... (flag = -1) -AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-59-04 +AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-60-03 AthMasterSeq INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq AthAlgSeq INFO Member list: AthPoolEx::ReadBs/ReadBs, AthPoolEx::ReadData/ReadData, AthenaOutputStream/Stream1, AthPoolEx::WriteTag/WriteTag, RegistrationStream/RegStream1 ReadBs INFO in initialize() -InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-02-45-01-04 -ByteStreamAddre... INFO Initializing ByteStreamAddressProviderSvc - package version ByteStreamCnvSvcBase-00-08-10 -ROBDataProviderSvc INFO Initializing ROBDataProviderSvc - package version ByteStreamCnvSvcBase-00-08-10 +InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-03-06-31 +ByteStreamAddre... INFO Initializing ByteStreamAddressProviderSvc - package version ByteStreamCnvSvcBase-00-08-12 +ROBDataProviderSvc INFO Initializing ROBDataProviderSvc - package version ByteStreamCnvSvcBase-00-08-12 ROBDataProviderSvc INFO ---> Filter out empty ROB fragments = 'filterEmptyROB':False ROBDataProviderSvc INFO ---> Filter out specific ROBs by Status Code: # ROBs = 0 ROBDataProviderSvc INFO ---> Filter out Sub Detector ROBs by Status Code: # Sub Detectors = 0 @@ -35,14 +36,12 @@ ByteStreamAddre... INFO CTP = 0x1 ByteStreamAddre... INFO muCTPi = 0x1 ByteStreamAddre... INFO Calorimeter Cluster Processor RoI = 0xa8, 0xa9, 0xaa, 0xab ByteStreamAddre... INFO Calorimeter Jet/Energy Processor RoI = 0xac, 0xad -ByteStreamAddre... INFO Topo Processor RoI = 0x910080, 0x910090 +ByteStreamAddre... INFO Topo Processor RoI = 0x81, 0x91 ByteStreamAddre... INFO -- Will fill Store with id = 0 -MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-59-04 -MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-02-45-01-04 -AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-18 -AthenaRootStrea... INFO POOL/ROOT class loader initialized -AthenaRootStrea... INFO 9 ROOT streamers declared -PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-24-06 +MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-60-03 +MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-03-06-31 +AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-28-12 +PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-25-00 PoolSvc INFO io_register[PoolSvc](xmlcatalog_file:PoolFileCatalog.xml) [ok] PoolSvc INFO Set connectionsvc retry/timeout/IDLE timeout to 'ConnectionRetrialPeriod':300/ 'ConnectionRetrialTimeOut':3600/ 'ConnectionTimeOut':5 seconds with connection cleanup disabled PoolSvc INFO Frontier compression level set to 5 @@ -52,25 +51,24 @@ PoolSvc INFO Re-initializing PoolSvc PoolSvc INFO POOL WriteCatalog is xmlcatalog_file:PoolFileCatalog.xml XMLFileCatalog Info Connecting to the catalog PoolXMLFileCatalog Info Xerces-c initialization Number 0 -ToolSvc.ByteStr... INFO Initializing ToolSvc.ByteStreamMetadataTool - package version ByteStreamCnvSvc-01-34-22 -ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-01-10 +ToolSvc.ByteStr... INFO Initializing ToolSvc.ByteStreamMetadataTool - package version ByteStreamCnvSvc-01-34-33 +ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-02-07 ReadData INFO in initialize() -TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-02-45-01-04 +TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-03-06-31 Stream1 DEBUG In initialize Stream1 DEBUG Found IDecisionSvc. DecisionSvc INFO Inserting stream: Stream1 with no Algs Stream1 DEBUG End initialize Stream1 DEBUG In initialize -StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-03-06-31 Stream1 DEBUG Found StoreGateSvc store. Stream1 DEBUG Found MetaDataStore store. -ItemListSvc INFO ItemListSvc initialize -OutputStreamSeq... INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-59-04 -Stream1.Stream1... INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-75 +OutputStreamSeq... INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-60-03 +Stream1.Stream1... INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-84 Stream1.Stream1... INFO streamProperty ProcessingTag = Stream1 Stream1.Stream1... DEBUG In connectServices -DetectorStore INFO Initializing DetectorStore - package version StoreGate-02-45-01-04 -Stream1.Stream1... INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-75 +DetectorStore INFO Initializing DetectorStore - package version StoreGate-03-06-31 +Stream1.Stream1... INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-84 Stream1 INFO Found HelperTools = PrivateToolHandleArray(['MakeEventStreamInfo/Stream1_MakeEventStreamInfo']) Stream1 INFO Data output: SimplePoolFromRaw.root Stream1 INFO I/O reinitialization... @@ -99,14 +97,15 @@ RegStream1 DEBUG Not class requested by Tool, skipping (40774349,"RunE RegStream1 DEBUG Not class requested by Tool, skipping (222376821,"Stream1") RegStream1 DEBUG End initialize HistogramPersis...WARNING Histograms saving not required. -EventSelector INFO Initializing EventSelector - package version ByteStreamCnvSvc-01-34-22 +EventSelector INFO Initializing EventSelector - package version ByteStreamCnvSvc-01-34-33 EventSelector WARNING InputCollections not properly set, checking EventStorageInputSvc properties +EventSelector INFO Retrieved StoreGateSvc name of '':[ ] EventSelector INFO Retrieved InputCollections from InputSvc -ByteStreamInputSvc INFO Initializing ByteStreamInputSvc - package version ByteStreamCnvSvc-01-34-22 +ByteStreamInputSvc INFO Initializing ByteStreamInputSvc - package version ByteStreamCnvSvc-01-34-33 ByteStreamInputSvcWARNING ProcessBadEvent property has been moved to EventSelector, please use svgMgr.EventSelector.ProcessBadEvent instead EventSelector INFO reinitialization... AthenaEventLoopMgr INFO Setup EventSelector service EventSelector -ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-02-45-01-04 +ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-03-06-31 ApplicationMgr INFO Application Manager Initialized successfully MetaDataStore INFO Start MetaDataStore InputMetaDataStore INFO Start InputMetaDataStore @@ -115,7 +114,8 @@ StoreGateSvc INFO Start StoreGateSvc DetectorStore INFO Start DetectorStore MetaDataSvc DEBUG handle() FirstInputFile for BSF:test_defl.data MetaDataSvc DEBUG initInputMetaDataStore: file name BSF:test_defl.data -MetaDataSvc DEBUG MetaDataSvc called without MetaDataContainer set. +MetaDataSvc DEBUG MetaDataSvc called for non ROOT file. +MetaDataSvc DEBUG Loaded input meta data store proxies ToolSvc.ByteStr... INFO handle() FirstInputFile, filename = BSF:test_defl.data ByteStreamInputSvc INFO Picked valid file: test_defl.data MetaDataSvc DEBUG handle() BeginInputFile for BSF:test_defl.data @@ -136,6 +136,8 @@ ReadData DEBUG in execute() ReadData WARNING Could not find EventStreamInfo ReadData INFO EventInfo event: 14350 run: 20720 ReadData INFO Get Smart data ptr 1 +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Could not find ExampleHitContainer/MyHits Stream1.Stream1... DEBUG In connectOutput DbSession Info Open DbSession Domain[ROOT_All] Info > Access DbDomain UPDATE [ROOT_All] @@ -145,7 +147,6 @@ AthenaPoolCnvSvc DEBUG setAttribute STREAM_MEMBER_WISE to 1 AthenaPoolCnvSvc DEBUG setAttribute DEFAULT_BUFFERSIZE to 32000 Domain[ROOT_All] Info -> Access DbDatabase CREATE [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFromRaw.root -RootDatabase.open Success SimplePoolFromRaw.root File version:53424 SimplePoolFromRaw.root Debug --> Access DbContainer CREATE [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree ##Shapes Debug No objects passing selection criteria... Container has 0 Entries in total. @@ -161,6 +162,7 @@ RootDatabase.setOption Debug Request TREE_AUTO_FLUSH RootDatabase.setOption Debug File name SimplePoolFromRaw.root RootDatabase.setOption Debug Demand to set AUTO_FLUSH for TTree: POOLContainer with value: 0 AthenaPoolCnvSvc DEBUG setAttribute TREE_AUTO_FLUSH to 0 for db: SimplePoolFromRaw.root and cont: TTree=POOLContainer +AthenaPoolCnvSvc DEBUG setAttribute CONTAINER_SPLITLEVEL to 99 for db: SimplePoolFromRaw.root and cont: TTree=POOLContainerForm(DataHeaderForm) Stream1.Stream1... DEBUG Connected to SimplePoolFromRaw.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 Stream1 DEBUG addItemObjects(2101,"*") called @@ -222,8 +224,14 @@ PoolSvc INFO Writing ExplicitROOT Collection - do not pass session RootCollection Info Opening Collection File SimpleRawCollection.root in mode: UPDATE RootCollection Debug File SimpleRawCollection.root exists. RootCollection Info File SimpleRawCollection.root opened +RootCollection Debug Created Collection TTree. Collection file will be SimpleRawCollection.root +RootCollectionSchemaEditor Debug Created Branch Token, Type=Token RootCollection Info Root collection opened, size = 0 +POOLCollFactory Debug Generated new ID for collection PFN:SimpleRawCollection.root GUID=???? RootCollection::Metadata Info ****** Created metadata tree in the collection file +RootCollection Debug Commit: saving collection TTree to file: SimpleRawCollection.root +RootCollection Debug bytes written to TTree ???? +RootCollection::MetadataCommit Debug Bytes written to the Metadata TTree ???? RegStream1.TagTool DEBUG Created collection RegStream1.TagTool DEBUG RSTool::fill dumping inputs RegStream1.TagTool DEBUG tagKey = RunEventTag @@ -232,6 +240,7 @@ RegStream1.TagTool DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID= RegStream1.TagTool DEBUG StreamRAW [DB=????][CNT=][CLID=!!!!][TECH=00001000][OID=00000000-000000F0] RegStream1.TagTool DEBUG Setting primary ref to Stream1_ref RegStream1.TagTool DEBUG Event 0 +RootCollectionSchemaEditor Debug Created Branch StreamRAW_ref, Type=Token RegStream1.TagTool DEBUG Provenance key StreamRAW_ref added to spec RegStream1.TagTool DEBUG CollDesc after token addition RegStream1.TagTool DEBUG Token Attributes for fragment 0 @@ -244,6 +253,8 @@ RegStream1.TagTool DEBUG add spec to collection RegStream1.TagTool DEBUG Collection has 2 total columns RegStream1.TagTool DEBUG Collection has 0 metadata columns RegStream1.TagTool DEBUG Collection has 2 token columns +RootCollectionSchemaEditor Debug Created Branch RunNumber, Type=unsigned int +RootCollectionSchemaEditor Debug Created Branch EventNumber, Type=unsigned int RegStream1.TagTool INFO No Primary Key defined RegStream1.TagTool DEBUG CollDesc after attribute addition RegStream1.TagTool DEBUG Token Attributes for fragment 0 @@ -253,6 +264,7 @@ RegStream1.TagTool DEBUG Metadata Attributes for fragment 0 RegStream1.TagTool DEBUG Name: RunNumber Type: unsigned int RegStream1.TagTool DEBUG Name: EventNumber Type: unsigned int RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=2 +RootCollection Debug Collection size=1 AthenaEventLoopMgr INFO ===>>> done processing event #14350, run #20720 1 events processed so far <<<=== EventSelector WARNING bc_time nanosecond number larger than 1e9, it is 1188507008, reset it to 1 sec AthenaEventLoopMgr INFO ===>>> start processing event #14356, run #20720 1 events processed so far <<<=== @@ -263,6 +275,8 @@ ReadData DEBUG in execute() ReadData WARNING Could not find EventStreamInfo ReadData INFO EventInfo event: 14356 run: 20720 ReadData INFO Get Smart data ptr 1 +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Could not find ExampleHitContainer/MyHits Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to SimplePoolFromRaw.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 @@ -298,6 +312,7 @@ RegStream1.TagTool DEBUG Name: EventNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=2 +RootCollection Debug Collection size=2 AthenaEventLoopMgr INFO ===>>> done processing event #14356, run #20720 2 events processed so far <<<=== EventSelector WARNING bc_time nanosecond number larger than 1e9, it is 1188507009, reset it to 1 sec AthenaEventLoopMgr INFO ===>>> start processing event #14382, run #20720 2 events processed so far <<<=== @@ -308,6 +323,8 @@ ReadData DEBUG in execute() ReadData WARNING Could not find EventStreamInfo ReadData INFO EventInfo event: 14382 run: 20720 ReadData INFO Get Smart data ptr 1 +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Could not find ExampleHitContainer/MyHits Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to SimplePoolFromRaw.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 @@ -343,6 +360,7 @@ RegStream1.TagTool DEBUG Name: EventNumber Type: unsigned int RegStream1.TagTool DEBUG Retrieved attribute list with Key/tagname RunEventTag RegStream1.TagTool DEBUG Attribute list RegStream1.TagTool DEBUG Set the row buffer attributelist to a size=2 +RootCollection Debug Collection size=3 AthenaEventLoopMgr INFO ===>>> done processing event #14382, run #20720 3 events processed so far <<<=== ToolSvc.ByteStr... INFO handle() EndInputFile, filename = BSF:test_defl.data MetaDataSvc DEBUG handle() EndInputFile for BSF:test_defl.data @@ -371,8 +389,30 @@ Stream1 DEBUG addItemObjects(1316383046,"*") called Stream1 DEBUG Key:* StorageSvc Info Building shape according to reflection information using shape ID for: StorageSvc Info EventStreamInfo_p3 [????] +SimplePoolFromRaw.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1) +???? Debug Opened container MetaData(EventStreamInfo_p3/Stream1) of type ROOT_Tree +SimplePoolFromRaw.root Debug --->Adding Assoc :????/MetaData(EventStreamInfo_p3/Stream1) [202] (7 , ffffffff) +SimplePoolFromRaw.root Debug ---->ClassID:???? +SimplePoolFromRaw.root Debug --->Adding Shape[3 , ????]: [1 Column(s)] +SimplePoolFromRaw.root Debug ---->Class:EventStreamInfo_p3 +SimplePoolFromRaw.root Debug ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1 StorageSvc Info Building shape according to reflection information using shape ID for: StorageSvc Info ByteStreamMetadataContainer_p1 [????] +SimplePoolFromRaw.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaData(ByteStreamMetadataContainer_p1/ByteStreamMetadata) +???? Debug Opened container MetaData(ByteStreamMetadataContainer_p1/ByteStreamMetadata) of type ROOT_Tree +SimplePoolFromRaw.root Debug --->Adding Assoc :????/MetaData(ByteStreamMetadataContainer_p1/ByteStreamMetadata) [202] (8 , ffffffff) +SimplePoolFromRaw.root Debug ---->ClassID:???? +SimplePoolFromRaw.root Debug --->Adding Shape[4 , ????]: [1 Column(s)] +SimplePoolFromRaw.root Debug ---->Class:ByteStreamMetadataContainer_p1 +SimplePoolFromRaw.root Debug ---->[0]:ByteStreamMetadataContainer_p1 Typ:ByteStreamMetadataContainer_p1 [21] Size:0 Offset:0 #Elements:1 +SimplePoolFromRaw.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) +???? Debug Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree +SimplePoolFromRaw.root Debug --->Adding Assoc :????/MetaDataHdrForm(DataHeaderForm) [202] (9 , ffffffff) +SimplePoolFromRaw.root Debug ---->ClassID:???? +SimplePoolFromRaw.root Debug --> Access DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdr(DataHeader) +???? Debug Opened container MetaDataHdr(DataHeader) of type ROOT_Tree +SimplePoolFromRaw.root Debug --->Adding Assoc :????/MetaDataHdr(DataHeader) [202] (a , ffffffff) +SimplePoolFromRaw.root Debug ---->ClassID:???? Stream1.Stream1... DEBUG In commitOutput Stream1.Stream1... DEBUG In connectServices Stream1 INFO Records written: 4 @@ -380,16 +420,53 @@ Stream1 DEBUG Leaving handle RegStream1 DEBUG handle() incident type: MetaDataStop RegStream1.TagTool INFO Collection Events output: 3 RegStream1.TagTool DEBUG pointer to collection is not null +XMLFileCatalog Debug There were no updates in the catalog +POOLCollFactory Debug Registering existing collection PFN=RootCollection||PFN:SimpleRawCollection.root, LFN= +XMLFileCatalog Debug There were no updates in the catalog +RootCollection::Metadata Debug Using char buffer of size: 4100 +RootCollection::Metadata Debug readKeys: found 1 metadata keys +POOLCollFactory Debug --- found catalog guid=???? +POOLCollFactory Debug --- collection guid=???? POOLCollFactory Info -- removing ???? from the catalog XMLFileCatalog Info Updating the catalog XMLFileCatalog Info Updating the catalog RegStream1.TagTool DEBUG Found metadata store, MetaDataStore RegStream1.TagTool DEBUG Looking for key Input +RootCollection Debug Commit: saving collection TTree to file: SimpleRawCollection.root +RootCollection Debug bytes written to TTree ???? +RootCollection::MetadataCommit Debug Bytes written to the Metadata TTree ???? RegStream1.TagTool DEBUG Committed collection RootCollection Info Closing open collection 'SimpleRawCollection.root' +RootCollection Debug Retrieved Collection TTree "POOLCollectionTree" from file SimpleRawCollection.root +RootCollectionSchemaEditor Debug ###### Writing schema.... RegStream1.TagTool DEBUG Closed collection +CollectionTree(EventInfo_p4/ByteStreamEventInfo) Debug endTransaction: go to finish +MetaData(ByteStreamMetadataContainer_p1/ByteStreamMetadata) Debug endTransaction: go to finish +MetaData(EventStreamInfo_p3/Stream1) Debug endTransaction: go to finish +MetaDataHdr(DataHeader) Debug endTransaction: go to finish +MetaDataHdrForm(DataHeaderForm) Debug endTransaction: go to finish +POOLContainer(DataHeader) Debug endTransaction: go to finish +POOLContainer(basic/DataHeader) Debug endTransaction: go to finish +POOLContainerForm(DataHeaderForm) Debug endTransaction: go to finish +##Params Debug endTransaction: tree AutoSave +##Shapes Debug endTransaction: tree AutoSave +##Links Debug endTransaction: tree AutoSave SimplePoolFromRaw.root Info Database being retired... +SimplePoolFromRaw.root Debug --> Deaccess DbContainer CREATE [ROOT_All] ##Links +SimplePoolFromRaw.root Debug --> Deaccess DbContainer CREATE [ROOT_All] ##Shapes +SimplePoolFromRaw.root Debug --> Deaccess DbContainer CREATE [ROOT_All] ##Params +RootDatabase.close Debug I/O READ Bytes: 0 +RootDatabase.close Debug I/O WRITE Bytes: ???? +RootDatabase.close Debug I/O OTHER Bytes: 0 Domain[ROOT_All] Info -> Deaccess DbDatabase CREATE [ROOT_All] ???? +SimplePoolFromRaw.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] CollectionTree(EventInfo_p4/ByteStreamEventInfo) +SimplePoolFromRaw.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaData(ByteStreamMetadataContainer_p1/ByteStreamMetadata) +SimplePoolFromRaw.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1) +SimplePoolFromRaw.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdr(DataHeader) +SimplePoolFromRaw.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) +SimplePoolFromRaw.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(DataHeader) +SimplePoolFromRaw.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader) +SimplePoolFromRaw.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm) Domain[ROOT_All] Info > Deaccess DbDomain UPDATE [ROOT_All] MetaDataStore INFO Stop MetaDataStore ApplicationMgr INFO Application Manager Stopped successfully @@ -407,24 +484,19 @@ ReadData DEBUG Calling destructor AthOutSeq INFO Finalizing AthOutSeq... AthRegSeq INFO Finalizing AthRegSeq... AthMasterSeq INFO Finalizing AthMasterSeq... -StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-03-06-31 EventInfoByteSt... INFO finalize -DetectorStore INFO Finalizing DetectorStore - package version StoreGate-02-45-01-04 -ItemListSvc INFO -- OUTPUT STREAM ITEM OVERLAP SUMMARY -- -ItemListSvc INFO STREAM Stream1 has (3) items -ItemListSvc INFO - ByteStreamMetadataContainer_ByteStreamMetadata -ItemListSvc INFO - EventInfo_ByteStreamEventInfo -ItemListSvc INFO - EventStreamInfo_Stream1 +DetectorStore INFO Finalizing DetectorStore - package version StoreGate-03-06-31 DecisionSvc INFO -- OUTPUT STREAM EVENT OVERLAP SUMMARY -- DecisionSvc INFO List of registered 2 Streams: RegStream1 Stream1 DecisionSvc INFO Finalized successfully. -TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-02-45-01-04 -InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-02-45-01-04 +TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-03-06-31 +InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-03-06-31 AthenaPoolCnvSvc DEBUG releasing all workers PoolSvc INFO I/O finalization... XMLFileCatalog Info Updating the catalog PoolXMLFileCatalog Info XercesC termination number 0 -MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-02-45-01-04 +MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-03-06-31 AthDictLoaderSvc INFO in finalize... ToolSvc INFO Removing all tools created by ToolSvc Stream1.Stream1... DEBUG in finalize() @@ -436,10 +508,8 @@ Stream1.Stream1... DEBUG Calling destructor *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -AthenaSealSvc::... INFO Time User : Tot= 80 [ms] Ave/Min/Max= 26.7(+- 8.73)/ 15/ 36 [ms] #= 3 -AthenaSealSvc::... INFO Time User : Tot= 82 [ms] Ave/Min/Max= 13.7(+- 15)/ 0/ 37 [ms] #= 6 -AthenaSealSvc::... INFO Time User : Tot= 121 [ms] #= 1 -ChronoStatSvc INFO Time User : Tot= 4.74 [s] #= 1 +AthenaSealSvc::... INFO Time User : Tot= 13 [ms] #= 1 +ChronoStatSvc INFO Time User : Tot= 1.29 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ChronoStatSvc.f... INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadBs.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadBs.ref index 5eb24f15ec7..596a7702ae4 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadBs.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadBs.ref @@ -1,8 +1,9 @@ -Wed Feb 4 10:45:55 CET 2015 +Mon Mar 21 22:39:38 CET 2016 Preloading tcmalloc_minimal.so Athena INFO including file "AthenaCommon/Preparation.py" Athena INFO including file "AthenaCommon/Bootstrap.py" Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py" +Athena INFO executing ROOT6Setup Athena INFO including file "AthenaCommon/Execution.py" Athena INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadBsJobOptions.py" Athena INFO including file "AthenaCommon/runbatch.py" @@ -18,17 +19,15 @@ AthDictLoaderSvc INFO in initialize... AthDictLoaderSvc INFO acquired Dso-registry ChronoStatSvc INFO Number of skipped events for MemStat-1 CoreDumpSvc INFO install f-a-t-a-l handler... (flag = -1) -AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-59-04 +AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-60-03 AthMasterSeq INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq AthAlgSeq INFO Member list: AthPoolEx::ReadBs/ReadBs, AthPoolEx::ReadData/ReadData ReadBs INFO in initialize() -InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-02-45-01-04 -MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-59-04 -MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-02-45-01-04 -AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-18 -AthenaRootStrea... INFO POOL/ROOT class loader initialized -AthenaRootStrea... INFO 9 ROOT streamers declared -PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-24-06 +InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-03-06-31 +MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-60-03 +MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-03-06-31 +AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-28-12 +PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-25-00 PoolSvc INFO io_register[PoolSvc](xmlcatalog_file:PoolFileCatalog.xml) [ok] PoolSvc INFO Set connectionsvc retry/timeout/IDLE timeout to 'ConnectionRetrialPeriod':300/ 'ConnectionRetrialTimeOut':3600/ 'ConnectionTimeOut':5 seconds with connection cleanup disabled PoolSvc INFO Frontier compression level set to 5 @@ -38,9 +37,9 @@ PoolSvc INFO Re-initializing PoolSvc PoolSvc INFO POOL WriteCatalog is xmlcatalog_file:PoolFileCatalog.xml XMLFileCatalog Info Connecting to the catalog PoolXMLFileCatalog Info Xerces-c initialization Number 0 -ToolSvc.ByteStr... INFO Initializing ToolSvc.ByteStreamMetadataTool - package version ByteStreamCnvSvc-01-34-22 -EventSelector INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-18-35 -TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-02-45-01-04 +ToolSvc.ByteStr... INFO Initializing ToolSvc.ByteStreamMetadataTool - package version ByteStreamCnvSvc-01-34-33 +EventSelector INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-19-07 +TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-03-06-31 EventSelector INFO reinitialization... EventSelector INFO EventSelection with query EventSelector DEBUG Try item: "SimplePoolFromRaw.root" from the collection list. @@ -52,7 +51,6 @@ DbSession Info Open DbSession Domain[ROOT_All] Info > Access DbDomain READ [ROOT_All] Domain[ROOT_All] Info -> Access DbDatabase READ [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFromRaw.root -RootDatabase.open Success SimplePoolFromRaw.root File version:53424 SimplePoolFromRaw.root Debug --> Access DbContainer READ [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree SimplePoolFromRaw.root Debug --->Reading Shape[0 , ????]: [1 Column(s)] @@ -94,7 +92,6 @@ SimplePoolFromRaw.root Debug --->Reading Param:PFN=[SimplePoolFromRaw.root] SimplePoolFromRaw.root Debug --->Reading Param:POOL_VSN=[1.1] SimplePoolFromRaw.root Debug --->Reading Param:FORMAT_VSN=[1.1] ##Params Debug No objects passing selection criteria... Container has 4 Entries in total. -RootDatabase.onOpen Debug ???? File version:53424 ImplicitCollection Info Opened the implicit collection with connection string "PFN:SimplePoolFromRaw.root" ImplicitCollection Info and a name "POOLContainer(DataHeader)" SimplePoolFromRaw.root Debug --> Access DbContainer READ [ROOT_Tree] POOLContainer(DataHeader) @@ -109,13 +106,13 @@ SimplePoolFromRaw.root Debug --> Access DbContainer READ [ROOT_Tree] Met ???? Debug Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree MetaDataSvc DEBUG Loaded input meta data store proxies ToolSvc.ByteStr... INFO handle() FirstInputFile, filename = FID:???? -AthenaPoolAddre... INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-18-35 -ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-01-10 +AthenaPoolAddre... INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-19-07 +ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-02-07 ReadData INFO in initialize() -StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-03-06-31 HistogramPersis...WARNING Histograms saving not required. AthenaEventLoopMgr INFO Setup EventSelector service EventSelector -ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-02-45-01-04 +ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-03-06-31 ApplicationMgr INFO Application Manager Initialized successfully MetaDataStore INFO Start MetaDataStore TagMetaDataStore INFO Start TagMetaDataStore @@ -140,7 +137,6 @@ DbSession Info Open DbSession Domain[ROOT_All] Info > Access DbDomain READ [ROOT_All] Domain[ROOT_All] Info -> Access DbDatabase READ [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFromRaw.root -RootDatabase.open Success SimplePoolFromRaw.root File version:53424 SimplePoolFromRaw.root Debug --> Access DbContainer READ [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree SimplePoolFromRaw.root Debug --->Reading Shape[0 , ????]: [1 Column(s)] @@ -182,7 +178,6 @@ SimplePoolFromRaw.root Debug --->Reading Param:PFN=[SimplePoolFromRaw.root] SimplePoolFromRaw.root Debug --->Reading Param:POOL_VSN=[1.1] SimplePoolFromRaw.root Debug --->Reading Param:FORMAT_VSN=[1.1] ##Params Debug No objects passing selection criteria... Container has 4 Entries in total. -RootDatabase.onOpen Debug ???? File version:53424 ImplicitCollection Info Opened the implicit collection with connection string "PFN:SimplePoolFromRaw.root" ImplicitCollection Info and a name "POOLContainer(DataHeader)" MetaDataSvc DEBUG handle() BeginTagFile for SimplePoolFromRaw.root @@ -225,6 +220,8 @@ ReadData INFO EventType: Event type: sim/data - is data , testbeam/ ReadData INFO TagInfo: ReadData INFO EventInfo event: 14350 run: 20720 ReadData INFO Get Smart data ptr 1 +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Could not find ExampleHitContainer/MyHits AthenaEventLoopMgr INFO ===>>> done processing event #14350, run #20720 1 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -244,6 +241,8 @@ ReadData INFO EventType: Event type: sim/data - is data , testbeam/ ReadData INFO TagInfo: ReadData INFO EventInfo event: 14356 run: 20720 ReadData INFO Get Smart data ptr 1 +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Could not find ExampleHitContainer/MyHits AthenaEventLoopMgr INFO ===>>> done processing event #14356, run #20720 2 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection EventSelector DEBUG AttributeList size 0 @@ -263,6 +262,8 @@ ReadData INFO EventType: Event type: sim/data - is data , testbeam/ ReadData INFO TagInfo: ReadData INFO EventInfo event: 14382 run: 20720 ReadData INFO Get Smart data ptr 1 +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Could not find ExampleHitContainer/MyHits AthenaEventLoopMgr INFO ===>>> done processing event #14382, run #20720 3 events processed so far <<<=== SimplePoolFromRaw.root Info Database being retired... SimplePoolFromRaw.root Debug --> Deaccess DbContainer READ [ROOT_All] ##Links @@ -282,13 +283,13 @@ Domain[ROOT_All] Info > Deaccess DbDomain READ [ROOT_All] ToolSvc.ByteStr... INFO handle() EndInputFile, filename = FID:???? MetaDataSvc DEBUG handle() EndInputFile for FID:???? MetaDataSvc DEBUG handle() EndTagFile for SimplePoolFromRaw.root +ToolSvc.ByteStr... INFO handle() LastInputFile, filename = end +MetaDataSvc DEBUG handle() LastInputFile for end AthenaEventLoopMgr INFO No more events in event selection StoreGateSvc INFO Stop StoreGateSvc StoreGateSvc INFO stop: setting service priority to 101 so that event stores get finalized and cleared before other stores InputMetaDataStore INFO Stop InputMetaDataStore MetaDataSvc DEBUG Releasing MetaDataTools -ToolSvc.ByteStr... INFO handle() LastInputFile, filename = end -MetaDataSvc DEBUG handle() LastInputFile for end TagMetaDataStore INFO Stop TagMetaDataStore MetaDataStore INFO Stop MetaDataStore ApplicationMgr INFO Application Manager Stopped successfully @@ -299,22 +300,21 @@ ReadData DEBUG Calling destructor AthOutSeq INFO Finalizing AthOutSeq... AthRegSeq INFO Finalizing AthRegSeq... AthMasterSeq INFO Finalizing AthMasterSeq... -StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-02-45-01-04 -InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-02-45-01-04 -TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-03-06-31 +InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-03-06-31 +TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-03-06-31 PoolSvc INFO I/O finalization... XMLFileCatalog Debug There were no updates in the catalog PoolXMLFileCatalog Info XercesC termination number 0 -MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-02-45-01-04 +MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-03-06-31 AthDictLoaderSvc INFO in finalize... ToolSvc INFO Removing all tools created by ToolSvc ToolSvc.ByteStr... INFO in finalize() *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -AthenaSealSvc::... INFO Time User : Tot= 2 [ms] Ave/Min/Max= 0.5(+- 0.5)/ 0/ 1 [ms] #= 4 -AthenaSealSvc::... INFO Time User : Tot= 129 [ms] #= 1 -ChronoStatSvc INFO Time User : Tot= 4.69 [s] #= 1 +AthenaSealSvc::... INFO Time User : Tot= 11 [ms] #= 1 +ChronoStatSvc INFO Time User : Tot=0.96 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ChronoStatSvc.f... INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadBsTag.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadBsTag.ref index 6b3e3576251..dd5d74fcde7 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadBsTag.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadBsTag.ref @@ -1,8 +1,9 @@ -Wed Feb 4 10:46:08 CET 2015 +Mon Mar 21 22:39:55 CET 2016 Preloading tcmalloc_minimal.so Athena INFO including file "AthenaCommon/Preparation.py" Athena INFO including file "AthenaCommon/Bootstrap.py" Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py" +Athena INFO executing ROOT6Setup Athena INFO including file "AthenaCommon/Execution.py" Athena INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadBsTagJobOptions.py" Athena INFO including file "AthenaCommon/runbatch.py" @@ -18,17 +19,15 @@ AthDictLoaderSvc INFO in initialize... AthDictLoaderSvc INFO acquired Dso-registry ChronoStatSvc INFO Number of skipped events for MemStat-1 CoreDumpSvc INFO install f-a-t-a-l handler... (flag = -1) -AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-59-04 +AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-60-03 AthMasterSeq INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq AthAlgSeq INFO Member list: AthPoolEx::ReadBs/ReadBs, AthPoolEx::ReadData/ReadData ReadBs INFO in initialize() -InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-02-45-01-04 -MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-59-04 -MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-02-45-01-04 -AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-18 -AthenaRootStrea... INFO POOL/ROOT class loader initialized -AthenaRootStrea... INFO 9 ROOT streamers declared -PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-24-06 +InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-03-06-31 +MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-60-03 +MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-03-06-31 +AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-28-12 +PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-25-00 PoolSvc INFO io_register[PoolSvc](xmlcatalog_file:PoolFileCatalog.xml) [ok] PoolSvc INFO Set connectionsvc retry/timeout/IDLE timeout to 'ConnectionRetrialPeriod':300/ 'ConnectionRetrialTimeOut':3600/ 'ConnectionTimeOut':5 seconds with connection cleanup disabled PoolSvc INFO Frontier compression level set to 5 @@ -38,46 +37,51 @@ PoolSvc INFO Re-initializing PoolSvc PoolSvc INFO POOL WriteCatalog is xmlcatalog_file:PoolFileCatalog.xml XMLFileCatalog Info Connecting to the catalog PoolXMLFileCatalog Info Xerces-c initialization Number 0 -ToolSvc.ByteStr... INFO Initializing ToolSvc.ByteStreamMetadataTool - package version ByteStreamCnvSvc-01-34-22 -EventSelector INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-18-35 -TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-02-45-01-04 +ToolSvc.ByteStr... INFO Initializing ToolSvc.ByteStreamMetadataTool - package version ByteStreamCnvSvc-01-34-33 +EventSelector INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-19-07 +TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-03-06-31 EventSelector INFO reinitialization... EventSelector INFO EventSelection with query EventNumber==14356 EventSelector DEBUG Try item: "SimpleRawCollection.root" from the collection list. RootCollection Info Opening Collection File SimpleRawCollection.root in mode: READ RootCollection Debug File SimpleRawCollection.root exists. RootCollection Info File SimpleRawCollection.root opened +RootCollection Debug Retrieved Collection TTree "POOLCollectionTree" from file SimpleRawCollection.root RootCollection Info Root collection opened, size = 3 EventSelector INFO Using collection ref name: StreamRAW -AthenaPoolAddre... INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-18-35 -ByteStreamNavig... INFO Initializing ByteStreamNavigationProviderSvc - package version ByteStreamCnvSvc-01-34-22 -ROBDataProviderSvc INFO Initializing ROBDataProviderSvc - package version ByteStreamCnvSvcBase-00-08-10 +AthenaPoolAddre... INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-19-07 +ByteStreamNavig... INFO Initializing ByteStreamNavigationProviderSvc - package version ByteStreamCnvSvc-01-34-33 +ROBDataProviderSvc INFO Initializing ROBDataProviderSvc - package version ByteStreamCnvSvcBase-00-08-12 ROBDataProviderSvc INFO ---> Filter out empty ROB fragments = 'filterEmptyROB':False ROBDataProviderSvc INFO ---> Filter out specific ROBs by Status Code: # ROBs = 0 ROBDataProviderSvc INFO ---> Filter out Sub Detector ROBs by Status Code: # Sub Detectors = 0 -ByteStreamAddre... INFO Initializing ByteStreamAddressProviderSvc - package version ByteStreamCnvSvcBase-00-08-10 +ByteStreamAddre... INFO Initializing ByteStreamAddressProviderSvc - package version ByteStreamCnvSvcBase-00-08-12 ByteStreamAddre... INFO initialized ByteStreamAddre... INFO -- Module IDs for: ByteStreamAddre... INFO CTP = 0x1 ByteStreamAddre... INFO muCTPi = 0x1 ByteStreamAddre... INFO Calorimeter Cluster Processor RoI = 0xa8, 0xa9, 0xaa, 0xab ByteStreamAddre... INFO Calorimeter Jet/Energy Processor RoI = 0xac, 0xad -ByteStreamAddre... INFO Topo Processor RoI = 0x910080, 0x910090 +ByteStreamAddre... INFO Topo Processor RoI = 0x81, 0x91 ByteStreamAddre... INFO -- Will fill Store with id = 0 -ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-01-10 +ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-02-07 ReadData INFO in initialize() -StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-03-06-31 HistogramPersis...WARNING Histograms saving not required. AthenaEventLoopMgr INFO Setup EventSelector service EventSelector -ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-02-45-01-04 +ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-03-06-31 ApplicationMgr INFO Application Manager Initialized successfully MetaDataStore INFO Start MetaDataStore TagMetaDataStore INFO Start TagMetaDataStore RootCollection Info Closing open collection 'SimpleRawCollection.root' EventSelector DEBUG Try item: "SimpleRawCollection.root" from the collection list. RootCollection Info Opening Collection File SimpleRawCollection.root in mode: READ +RootCollection Debug File SimpleRawCollection.root exists. RootCollection Info File SimpleRawCollection.root opened +RootCollection Debug Retrieved Collection TTree "POOLCollectionTree" from file SimpleRawCollection.root RootCollection Info Root collection opened, size = 3 +RootCollection::Metadata Debug Using char buffer of size: 4100 +RootCollection::Metadata Debug readKeys: found 3 metadata keys MetaDataSvc DEBUG handle() BeginTagFile for SimpleRawCollection.root InputMetaDataStore INFO Start InputMetaDataStore StoreGateSvc INFO Start StoreGateSvc @@ -109,10 +113,12 @@ ReadBs INFO ByteStreamMetadataContainer, size = 1 ReadData DEBUG in execute() ReadData INFO CollectionMetadata, key = Name, value = PFN:SimpleRawCollection.root ReadData INFO CollectionMetadata, key = POOLCollectionID, value = ???? -ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1423043152 +ReadData INFO CollectionMetadata, key = UnixTimestamp, value = 1458596366 ReadData WARNING Could not find EventStreamInfo ReadData INFO EventInfo event: 14356 run: 20720 ReadData INFO Get Smart data ptr 1 +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Could not find ExampleHitContainer/MyHits AthenaEventLoopMgr INFO ===>>> done processing event #14356, run #20720 1 events processed so far <<<=== RootCollection Info Closing open collection 'SimpleRawCollection.root' ToolSvc.ByteStr... INFO handle() EndInputFile, filename = FID:???? @@ -135,21 +141,22 @@ ReadData DEBUG Calling destructor AthOutSeq INFO Finalizing AthOutSeq... AthRegSeq INFO Finalizing AthRegSeq... AthMasterSeq INFO Finalizing AthMasterSeq... -StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-03-06-31 EventInfoByteSt... INFO finalize -InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-02-45-01-04 -TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-02-45-01-04 +InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-03-06-31 +TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-03-06-31 PoolSvc INFO I/O finalization... +XMLFileCatalog Debug There were no updates in the catalog PoolXMLFileCatalog Info XercesC termination number 0 -MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-02-45-01-04 +MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-03-06-31 AthDictLoaderSvc INFO in finalize... ToolSvc INFO Removing all tools created by ToolSvc ToolSvc.ByteStr... INFO in finalize() *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -AthenaSealSvc::... INFO Time User : Tot= 125 [ms] #= 1 -ChronoStatSvc INFO Time User : Tot= 5.04 [s] #= 1 +AthenaSealSvc::... INFO Time User : Tot= 13 [ms] #= 1 +ChronoStatSvc INFO Time User : Tot=0.93 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ChronoStatSvc.f... INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_WCond.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_WCond.ref index dd98830b329..bdeec58daf2 100755 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_WCond.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_WCond.ref @@ -1,8 +1,9 @@ -Fri Feb 6 10:02:02 CET 2015 +Mon Mar 21 22:39:28 CET 2016 Preloading tcmalloc_minimal.so Athena INFO including file "AthenaCommon/Preparation.py" Athena INFO including file "AthenaCommon/Bootstrap.py" Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py" +Athena INFO executing ROOT6Setup Athena INFO including file "AthenaCommon/Execution.py" Athena INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_WCondJobOptions.py" Athena INFO including file "AthenaCommon/runbatch.py" @@ -18,15 +19,13 @@ AthDictLoaderSvc INFO in initialize... AthDictLoaderSvc INFO acquired Dso-registry ChronoStatSvc INFO Number of skipped events for MemStat-1 CoreDumpSvc INFO install f-a-t-a-l handler... (flag = -1) -AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-59-04 +AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-60-03 AthMasterSeq INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq AthAlgSeq INFO Member list: OutputConditionsAlg/Stream1, AthPoolEx::ReadData/ReadData, AthPoolEx::WriteCond/WriteCond Stream1 DEBUG in initialize() -ToolSvc.Stream1... INFO Initializing ToolSvc.Stream1Tool - package version OutputStreamAthenaPool-00-02-75 -AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-18 -AthenaRootStrea... INFO POOL/ROOT class loader initialized -AthenaRootStrea... INFO 9 ROOT streamers declared -PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-24-06 +ToolSvc.Stream1... INFO Initializing ToolSvc.Stream1Tool - package version OutputStreamAthenaPool-00-02-84 +AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-28-12 +PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-25-00 PoolSvc INFO Set connectionsvc retry/timeout/IDLE timeout to 'ConnectionRetrialPeriod':300/ 'ConnectionRetrialTimeOut':3600/ 'ConnectionTimeOut':5 seconds with connection cleanup disabled PoolSvc INFO Frontier compression level set to 5 PoolSvc INFO Successfully setup replica sorting algorithm @@ -36,11 +35,11 @@ PoolSvc INFO POOL WriteCatalog is file:Catalog1.xml XMLFileCatalog Info Connecting to the catalog PoolXMLFileCatalog Info Xerces-c initialization Number 0 ReadData INFO in initialize() -InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-02-45-01-04 -MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-59-04 -MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-02-45-01-04 -EventSelector INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-18-35 -TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-02-45-01-04 +InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-03-06-31 +MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-60-03 +MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-03-06-31 +EventSelector INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-19-07 +TagMetaDataStore INFO Initializing TagMetaDataStore - package version StoreGate-03-06-31 EventSelector INFO reinitialization... EventSelector INFO EventSelection with query EventSelector DEBUG Try item: "SimplePoolFile1.root" from the collection list. @@ -52,7 +51,6 @@ DbSession Info Open DbSession Domain[ROOT_All] Info > Access DbDomain READ [ROOT_All] Domain[ROOT_All] Info -> Access DbDatabase READ [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFile1.root -RootDatabase.open Success SimplePoolFile1.root File version:53424 SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree SimplePoolFile1.root Debug --->Reading Shape[0 , ????]: [1 Column(s)] @@ -94,7 +92,6 @@ SimplePoolFile1.root Debug --->Reading Param:PFN=[SimplePoolFile1.root] SimplePoolFile1.root Debug --->Reading Param:POOL_VSN=[1.1] SimplePoolFile1.root Debug --->Reading Param:FORMAT_VSN=[1.1] ##Params Debug No objects passing selection criteria... Container has 4 Entries in total. -RootDatabase.onOpen Debug ???? File version:53424 ImplicitCollection Info Opened the implicit collection with connection string "PFN:SimplePoolFile1.root" ImplicitCollection Info and a name "POOLContainer(DataHeader)" SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_Tree] POOLContainer(DataHeader) @@ -108,15 +105,15 @@ EventPersistenc... INFO Added successfully Conversion service:AthenaPoolCnvSvc SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_Tree] MetaDataHdrForm(DataHeaderForm) ???? Debug Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree MetaDataSvc DEBUG Loaded input meta data store proxies -AthenaPoolAddre... INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-18-35 -ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-01-10 +AthenaPoolAddre... INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-19-07 +ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-02-07 WriteCond INFO in initialize() -DetectorStore INFO Initializing DetectorStore - package version StoreGate-02-45-01-04 +DetectorStore INFO Initializing DetectorStore - package version StoreGate-03-06-31 AthenaPoolAddre... DEBUG Cannot retrieve DataHeader from DetectorStore. -StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-03-06-31 HistogramPersis...WARNING Histograms saving not required. AthenaEventLoopMgr INFO Setup EventSelector service EventSelector -ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-02-45-01-04 +ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-03-06-31 ApplicationMgr INFO Application Manager Initialized successfully MetaDataStore INFO Start MetaDataStore TagMetaDataStore INFO Start TagMetaDataStore @@ -141,7 +138,6 @@ DbSession Info Open DbSession Domain[ROOT_All] Info > Access DbDomain READ [ROOT_All] Domain[ROOT_All] Info -> Access DbDatabase READ [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFile1.root -RootDatabase.open Success SimplePoolFile1.root File version:53424 SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree SimplePoolFile1.root Debug --->Reading Shape[0 , ????]: [1 Column(s)] @@ -183,7 +179,6 @@ SimplePoolFile1.root Debug --->Reading Param:PFN=[SimplePoolFile1.root] SimplePoolFile1.root Debug --->Reading Param:POOL_VSN=[1.1] SimplePoolFile1.root Debug --->Reading Param:FORMAT_VSN=[1.1] ##Params Debug No objects passing selection criteria... Container has 4 Entries in total. -RootDatabase.onOpen Debug ???? File version:53424 ImplicitCollection Info Opened the implicit collection with connection string "PFN:SimplePoolFile1.root" ImplicitCollection Info and a name "POOLContainer(DataHeader)" MetaDataSvc DEBUG handle() BeginTagFile for SimplePoolFile1.root @@ -225,29 +220,30 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 0 run: 1 ReadData INFO Get Smart data ptr 1 +ReadData INFO Could not find ExampleTrackContainer/MyTracks SimplePoolFile1.root Debug --> Access DbContainer READ [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits) ???? Debug Opened container CollectionTree(ExampleHitContainer_p1/MyHits) of type ROOT_Tree -ReadData INFO Hit x = 1.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 4.44 y = 91.97 z = 122.16 detector = DummyHitDetector -ReadData INFO Hit x = 7.65 y = 86.29 z = 78.36 detector = DummyHitDetector -ReadData INFO Hit x = 10.86 y = 80.61 z = 63.76 detector = DummyHitDetector -ReadData INFO Hit x = 14.07 y = 74.93 z = 56.46 detector = DummyHitDetector -ReadData INFO Hit x = 17.28 y = 69.26 z = 52.08 detector = DummyHitDetector -ReadData INFO Hit x = 20.49 y = 63.58 z = 49.16 detector = DummyHitDetector -ReadData INFO Hit x = 23.70 y = 57.90 z = 47.08 detector = DummyHitDetector -ReadData INFO Hit x = 26.91 y = 52.22 z = 45.51 detector = DummyHitDetector -ReadData INFO Hit x = 30.12 y = 46.54 z = 44.30 detector = DummyHitDetector +ReadData INFO Hit x = 1.23 y = 97.65 z = 226.67 detector = DummyHitDetector +ReadData INFO Hit x = 4.44 y = 91.97 z = 94.73 detector = DummyHitDetector +ReadData INFO Hit x = 7.65 y = 86.29 z = 70.23 detector = DummyHitDetector +ReadData INFO Hit x = 10.86 y = 80.61 z = 59.91 detector = DummyHitDetector +ReadData INFO Hit x = 14.07 y = 74.93 z = 54.22 detector = DummyHitDetector +ReadData INFO Hit x = 17.28 y = 69.26 z = 50.62 detector = DummyHitDetector +ReadData INFO Hit x = 20.49 y = 63.58 z = 48.13 detector = DummyHitDetector +ReadData INFO Hit x = 23.70 y = 57.90 z = 46.31 detector = DummyHitDetector +ReadData INFO Hit x = 26.91 y = 52.22 z = 44.92 detector = DummyHitDetector +ReadData INFO Hit x = 30.12 y = 46.54 z = 43.83 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 4.44 y = 91.97 z = 122.16 detector = DummyHitDetector -WriteCond INFO Hit x = 7.65 y = 86.29 z = 78.36 detector = DummyHitDetector -WriteCond INFO Hit x = 10.86 y = 80.61 z = 63.76 detector = DummyHitDetector -WriteCond INFO Hit x = 14.07 y = 74.93 z = 56.46 detector = DummyHitDetector -WriteCond INFO Hit x = 17.28 y = 69.26 z = 52.08 detector = DummyHitDetector -WriteCond INFO Hit x = 20.49 y = 63.58 z = 49.16 detector = DummyHitDetector -WriteCond INFO Hit x = 23.70 y = 57.90 z = 47.08 detector = DummyHitDetector -WriteCond INFO Hit x = 26.91 y = 52.22 z = 45.51 detector = DummyHitDetector -WriteCond INFO Hit x = 30.12 y = 46.54 z = 44.30 detector = DummyHitDetector +WriteCond INFO Hit x = 1.23 y = 97.65 z = 226.67 detector = DummyHitDetector +WriteCond INFO Hit x = 4.44 y = 91.97 z = 94.73 detector = DummyHitDetector +WriteCond INFO Hit x = 7.65 y = 86.29 z = 70.23 detector = DummyHitDetector +WriteCond INFO Hit x = 10.86 y = 80.61 z = 59.91 detector = DummyHitDetector +WriteCond INFO Hit x = 14.07 y = 74.93 z = 54.22 detector = DummyHitDetector +WriteCond INFO Hit x = 17.28 y = 69.26 z = 50.62 detector = DummyHitDetector +WriteCond INFO Hit x = 20.49 y = 63.58 z = 48.13 detector = DummyHitDetector +WriteCond INFO Hit x = 23.70 y = 57.90 z = 46.31 detector = DummyHitDetector +WriteCond INFO Hit x = 26.91 y = 52.22 z = 44.92 detector = DummyHitDetector +WriteCond INFO Hit x = 30.12 y = 46.54 z = 43.83 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #0, run #1 1 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -269,27 +265,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 1 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 101.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 104.44 y = 91.97 z = 22.16 detector = DummyHitDetector -ReadData INFO Hit x = 107.65 y = 86.29 z = -21.63 detector = DummyHitDetector -ReadData INFO Hit x = 110.86 y = 80.61 z = -36.23 detector = DummyHitDetector -ReadData INFO Hit x = 114.07 y = 74.93 z = -43.53 detector = DummyHitDetector -ReadData INFO Hit x = 117.28 y = 69.26 z = -47.91 detector = DummyHitDetector -ReadData INFO Hit x = 120.49 y = 63.58 z = -50.83 detector = DummyHitDetector -ReadData INFO Hit x = 123.70 y = 57.90 z = -52.91 detector = DummyHitDetector -ReadData INFO Hit x = 126.91 y = 52.22 z = -54.48 detector = DummyHitDetector -ReadData INFO Hit x = 130.12 y = 46.54 z = -55.69 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 101.23 y = 97.65 z = 126.67 detector = DummyHitDetector +ReadData INFO Hit x = 104.44 y = 91.97 z = -5.26 detector = DummyHitDetector +ReadData INFO Hit x = 107.65 y = 86.29 z = -29.76 detector = DummyHitDetector +ReadData INFO Hit x = 110.86 y = 80.61 z = -40.08 detector = DummyHitDetector +ReadData INFO Hit x = 114.07 y = 74.93 z = -45.77 detector = DummyHitDetector +ReadData INFO Hit x = 117.28 y = 69.26 z = -49.37 detector = DummyHitDetector +ReadData INFO Hit x = 120.49 y = 63.58 z = -51.86 detector = DummyHitDetector +ReadData INFO Hit x = 123.70 y = 57.90 z = -53.68 detector = DummyHitDetector +ReadData INFO Hit x = 126.91 y = 52.22 z = -55.07 detector = DummyHitDetector +ReadData INFO Hit x = 130.12 y = 46.54 z = -56.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 101.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 104.44 y = 91.97 z = 22.16 detector = DummyHitDetector -WriteCond INFO Hit x = 107.65 y = 86.29 z = -21.63 detector = DummyHitDetector -WriteCond INFO Hit x = 110.86 y = 80.61 z = -36.23 detector = DummyHitDetector -WriteCond INFO Hit x = 114.07 y = 74.93 z = -43.53 detector = DummyHitDetector -WriteCond INFO Hit x = 117.28 y = 69.26 z = -47.91 detector = DummyHitDetector -WriteCond INFO Hit x = 120.49 y = 63.58 z = -50.83 detector = DummyHitDetector -WriteCond INFO Hit x = 123.70 y = 57.90 z = -52.91 detector = DummyHitDetector -WriteCond INFO Hit x = 126.91 y = 52.22 z = -54.48 detector = DummyHitDetector -WriteCond INFO Hit x = 130.12 y = 46.54 z = -55.69 detector = DummyHitDetector +WriteCond INFO Hit x = 101.23 y = 97.65 z = 126.67 detector = DummyHitDetector +WriteCond INFO Hit x = 104.44 y = 91.97 z = -5.26 detector = DummyHitDetector +WriteCond INFO Hit x = 107.65 y = 86.29 z = -29.76 detector = DummyHitDetector +WriteCond INFO Hit x = 110.86 y = 80.61 z = -40.08 detector = DummyHitDetector +WriteCond INFO Hit x = 114.07 y = 74.93 z = -45.77 detector = DummyHitDetector +WriteCond INFO Hit x = 117.28 y = 69.26 z = -49.37 detector = DummyHitDetector +WriteCond INFO Hit x = 120.49 y = 63.58 z = -51.86 detector = DummyHitDetector +WriteCond INFO Hit x = 123.70 y = 57.90 z = -53.68 detector = DummyHitDetector +WriteCond INFO Hit x = 126.91 y = 52.22 z = -55.07 detector = DummyHitDetector +WriteCond INFO Hit x = 130.12 y = 46.54 z = -56.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #1, run #1 2 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -311,27 +308,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 2 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 201.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 204.44 y = 91.97 z = -77.83 detector = DummyHitDetector -ReadData INFO Hit x = 207.65 y = 86.29 z = -121.63 detector = DummyHitDetector -ReadData INFO Hit x = 210.86 y = 80.61 z = -136.23 detector = DummyHitDetector -ReadData INFO Hit x = 214.07 y = 74.93 z = -143.53 detector = DummyHitDetector -ReadData INFO Hit x = 217.28 y = 69.26 z = -147.91 detector = DummyHitDetector -ReadData INFO Hit x = 220.49 y = 63.58 z = -150.83 detector = DummyHitDetector -ReadData INFO Hit x = 223.70 y = 57.90 z = -152.91 detector = DummyHitDetector -ReadData INFO Hit x = 226.91 y = 52.22 z = -154.48 detector = DummyHitDetector -ReadData INFO Hit x = 230.12 y = 46.54 z = -155.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 201.23 y = 97.65 z = 26.67 detector = DummyHitDetector +ReadData INFO Hit x = 204.44 y = 91.97 z = -105.26 detector = DummyHitDetector +ReadData INFO Hit x = 207.65 y = 86.29 z = -129.76 detector = DummyHitDetector +ReadData INFO Hit x = 210.86 y = 80.61 z = -140.08 detector = DummyHitDetector +ReadData INFO Hit x = 214.07 y = 74.93 z = -145.77 detector = DummyHitDetector +ReadData INFO Hit x = 217.28 y = 69.26 z = -149.37 detector = DummyHitDetector +ReadData INFO Hit x = 220.49 y = 63.58 z = -151.86 detector = DummyHitDetector +ReadData INFO Hit x = 223.70 y = 57.90 z = -153.68 detector = DummyHitDetector +ReadData INFO Hit x = 226.91 y = 52.22 z = -155.07 detector = DummyHitDetector +ReadData INFO Hit x = 230.12 y = 46.54 z = -156.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 201.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 204.44 y = 91.97 z = -77.83 detector = DummyHitDetector -WriteCond INFO Hit x = 207.65 y = 86.29 z = -121.63 detector = DummyHitDetector -WriteCond INFO Hit x = 210.86 y = 80.61 z = -136.23 detector = DummyHitDetector -WriteCond INFO Hit x = 214.07 y = 74.93 z = -143.53 detector = DummyHitDetector -WriteCond INFO Hit x = 217.28 y = 69.26 z = -147.91 detector = DummyHitDetector -WriteCond INFO Hit x = 220.49 y = 63.58 z = -150.83 detector = DummyHitDetector -WriteCond INFO Hit x = 223.70 y = 57.90 z = -152.91 detector = DummyHitDetector -WriteCond INFO Hit x = 226.91 y = 52.22 z = -154.48 detector = DummyHitDetector -WriteCond INFO Hit x = 230.12 y = 46.54 z = -155.7 detector = DummyHitDetector +WriteCond INFO Hit x = 201.23 y = 97.65 z = 26.67 detector = DummyHitDetector +WriteCond INFO Hit x = 204.44 y = 91.97 z = -105.26 detector = DummyHitDetector +WriteCond INFO Hit x = 207.65 y = 86.29 z = -129.76 detector = DummyHitDetector +WriteCond INFO Hit x = 210.86 y = 80.61 z = -140.08 detector = DummyHitDetector +WriteCond INFO Hit x = 214.07 y = 74.93 z = -145.77 detector = DummyHitDetector +WriteCond INFO Hit x = 217.28 y = 69.26 z = -149.37 detector = DummyHitDetector +WriteCond INFO Hit x = 220.49 y = 63.58 z = -151.86 detector = DummyHitDetector +WriteCond INFO Hit x = 223.70 y = 57.90 z = -153.68 detector = DummyHitDetector +WriteCond INFO Hit x = 226.91 y = 52.22 z = -155.07 detector = DummyHitDetector +WriteCond INFO Hit x = 230.12 y = 46.54 z = -156.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #2, run #1 3 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -353,27 +351,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 3 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 301.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 304.44 y = 91.97 z = -177.83 detector = DummyHitDetector -ReadData INFO Hit x = 307.65 y = 86.29 z = -221.63 detector = DummyHitDetector -ReadData INFO Hit x = 310.86 y = 80.61 z = -236.23 detector = DummyHitDetector -ReadData INFO Hit x = 314.07 y = 74.93 z = -243.53 detector = DummyHitDetector -ReadData INFO Hit x = 317.28 y = 69.26 z = -247.91 detector = DummyHitDetector -ReadData INFO Hit x = 320.49 y = 63.58 z = -250.83 detector = DummyHitDetector -ReadData INFO Hit x = 323.70 y = 57.90 z = -252.91 detector = DummyHitDetector -ReadData INFO Hit x = 326.91 y = 52.22 z = -254.48 detector = DummyHitDetector -ReadData INFO Hit x = 330.12 y = 46.54 z = -255.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 301.23 y = 97.65 z = -73.32 detector = DummyHitDetector +ReadData INFO Hit x = 304.44 y = 91.97 z = -205.26 detector = DummyHitDetector +ReadData INFO Hit x = 307.65 y = 86.29 z = -229.76 detector = DummyHitDetector +ReadData INFO Hit x = 310.86 y = 80.61 z = -240.08 detector = DummyHitDetector +ReadData INFO Hit x = 314.07 y = 74.93 z = -245.77 detector = DummyHitDetector +ReadData INFO Hit x = 317.28 y = 69.26 z = -249.37 detector = DummyHitDetector +ReadData INFO Hit x = 320.49 y = 63.58 z = -251.86 detector = DummyHitDetector +ReadData INFO Hit x = 323.70 y = 57.90 z = -253.68 detector = DummyHitDetector +ReadData INFO Hit x = 326.91 y = 52.22 z = -255.07 detector = DummyHitDetector +ReadData INFO Hit x = 330.12 y = 46.54 z = -256.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 301.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 304.44 y = 91.97 z = -177.83 detector = DummyHitDetector -WriteCond INFO Hit x = 307.65 y = 86.29 z = -221.63 detector = DummyHitDetector -WriteCond INFO Hit x = 310.86 y = 80.61 z = -236.23 detector = DummyHitDetector -WriteCond INFO Hit x = 314.07 y = 74.93 z = -243.53 detector = DummyHitDetector -WriteCond INFO Hit x = 317.28 y = 69.26 z = -247.91 detector = DummyHitDetector -WriteCond INFO Hit x = 320.49 y = 63.58 z = -250.83 detector = DummyHitDetector -WriteCond INFO Hit x = 323.70 y = 57.90 z = -252.91 detector = DummyHitDetector -WriteCond INFO Hit x = 326.91 y = 52.22 z = -254.48 detector = DummyHitDetector -WriteCond INFO Hit x = 330.12 y = 46.54 z = -255.7 detector = DummyHitDetector +WriteCond INFO Hit x = 301.23 y = 97.65 z = -73.32 detector = DummyHitDetector +WriteCond INFO Hit x = 304.44 y = 91.97 z = -205.26 detector = DummyHitDetector +WriteCond INFO Hit x = 307.65 y = 86.29 z = -229.76 detector = DummyHitDetector +WriteCond INFO Hit x = 310.86 y = 80.61 z = -240.08 detector = DummyHitDetector +WriteCond INFO Hit x = 314.07 y = 74.93 z = -245.77 detector = DummyHitDetector +WriteCond INFO Hit x = 317.28 y = 69.26 z = -249.37 detector = DummyHitDetector +WriteCond INFO Hit x = 320.49 y = 63.58 z = -251.86 detector = DummyHitDetector +WriteCond INFO Hit x = 323.70 y = 57.90 z = -253.68 detector = DummyHitDetector +WriteCond INFO Hit x = 326.91 y = 52.22 z = -255.07 detector = DummyHitDetector +WriteCond INFO Hit x = 330.12 y = 46.54 z = -256.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #3, run #1 4 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -395,27 +394,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 4 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 401.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 404.44 y = 91.97 z = -277.83 detector = DummyHitDetector -ReadData INFO Hit x = 407.65 y = 86.29 z = -321.63 detector = DummyHitDetector -ReadData INFO Hit x = 410.86 y = 80.61 z = -336.23 detector = DummyHitDetector -ReadData INFO Hit x = 414.07 y = 74.93 z = -343.53 detector = DummyHitDetector -ReadData INFO Hit x = 417.28 y = 69.26 z = -347.91 detector = DummyHitDetector -ReadData INFO Hit x = 420.49 y = 63.58 z = -350.83 detector = DummyHitDetector -ReadData INFO Hit x = 423.70 y = 57.90 z = -352.91 detector = DummyHitDetector -ReadData INFO Hit x = 426.91 y = 52.22 z = -354.48 detector = DummyHitDetector -ReadData INFO Hit x = 430.12 y = 46.54 z = -355.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 401.23 y = 97.65 z = -173.32 detector = DummyHitDetector +ReadData INFO Hit x = 404.44 y = 91.97 z = -305.26 detector = DummyHitDetector +ReadData INFO Hit x = 407.65 y = 86.29 z = -329.76 detector = DummyHitDetector +ReadData INFO Hit x = 410.86 y = 80.61 z = -340.08 detector = DummyHitDetector +ReadData INFO Hit x = 414.07 y = 74.93 z = -345.77 detector = DummyHitDetector +ReadData INFO Hit x = 417.28 y = 69.26 z = -349.37 detector = DummyHitDetector +ReadData INFO Hit x = 420.49 y = 63.58 z = -351.86 detector = DummyHitDetector +ReadData INFO Hit x = 423.70 y = 57.90 z = -353.68 detector = DummyHitDetector +ReadData INFO Hit x = 426.91 y = 52.22 z = -355.07 detector = DummyHitDetector +ReadData INFO Hit x = 430.12 y = 46.54 z = -356.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 401.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 404.44 y = 91.97 z = -277.83 detector = DummyHitDetector -WriteCond INFO Hit x = 407.65 y = 86.29 z = -321.63 detector = DummyHitDetector -WriteCond INFO Hit x = 410.86 y = 80.61 z = -336.23 detector = DummyHitDetector -WriteCond INFO Hit x = 414.07 y = 74.93 z = -343.53 detector = DummyHitDetector -WriteCond INFO Hit x = 417.28 y = 69.26 z = -347.91 detector = DummyHitDetector -WriteCond INFO Hit x = 420.49 y = 63.58 z = -350.83 detector = DummyHitDetector -WriteCond INFO Hit x = 423.70 y = 57.90 z = -352.91 detector = DummyHitDetector -WriteCond INFO Hit x = 426.91 y = 52.22 z = -354.48 detector = DummyHitDetector -WriteCond INFO Hit x = 430.12 y = 46.54 z = -355.7 detector = DummyHitDetector +WriteCond INFO Hit x = 401.23 y = 97.65 z = -173.32 detector = DummyHitDetector +WriteCond INFO Hit x = 404.44 y = 91.97 z = -305.26 detector = DummyHitDetector +WriteCond INFO Hit x = 407.65 y = 86.29 z = -329.76 detector = DummyHitDetector +WriteCond INFO Hit x = 410.86 y = 80.61 z = -340.08 detector = DummyHitDetector +WriteCond INFO Hit x = 414.07 y = 74.93 z = -345.77 detector = DummyHitDetector +WriteCond INFO Hit x = 417.28 y = 69.26 z = -349.37 detector = DummyHitDetector +WriteCond INFO Hit x = 420.49 y = 63.58 z = -351.86 detector = DummyHitDetector +WriteCond INFO Hit x = 423.70 y = 57.90 z = -353.68 detector = DummyHitDetector +WriteCond INFO Hit x = 426.91 y = 52.22 z = -355.07 detector = DummyHitDetector +WriteCond INFO Hit x = 430.12 y = 46.54 z = -356.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #4, run #1 5 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -437,27 +437,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 5 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 501.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 504.44 y = 91.97 z = -377.83 detector = DummyHitDetector -ReadData INFO Hit x = 507.65 y = 86.29 z = -421.63 detector = DummyHitDetector -ReadData INFO Hit x = 510.86 y = 80.61 z = -436.23 detector = DummyHitDetector -ReadData INFO Hit x = 514.07 y = 74.93 z = -443.53 detector = DummyHitDetector -ReadData INFO Hit x = 517.28 y = 69.26 z = -447.91 detector = DummyHitDetector -ReadData INFO Hit x = 520.49 y = 63.58 z = -450.83 detector = DummyHitDetector -ReadData INFO Hit x = 523.70 y = 57.90 z = -452.91 detector = DummyHitDetector -ReadData INFO Hit x = 526.91 y = 52.22 z = -454.48 detector = DummyHitDetector -ReadData INFO Hit x = 530.12 y = 46.54 z = -455.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 501.23 y = 97.65 z = -273.32 detector = DummyHitDetector +ReadData INFO Hit x = 504.44 y = 91.97 z = -405.26 detector = DummyHitDetector +ReadData INFO Hit x = 507.65 y = 86.29 z = -429.76 detector = DummyHitDetector +ReadData INFO Hit x = 510.86 y = 80.61 z = -440.08 detector = DummyHitDetector +ReadData INFO Hit x = 514.07 y = 74.93 z = -445.77 detector = DummyHitDetector +ReadData INFO Hit x = 517.28 y = 69.26 z = -449.37 detector = DummyHitDetector +ReadData INFO Hit x = 520.49 y = 63.58 z = -451.86 detector = DummyHitDetector +ReadData INFO Hit x = 523.70 y = 57.90 z = -453.68 detector = DummyHitDetector +ReadData INFO Hit x = 526.91 y = 52.22 z = -455.07 detector = DummyHitDetector +ReadData INFO Hit x = 530.12 y = 46.54 z = -456.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 501.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 504.44 y = 91.97 z = -377.83 detector = DummyHitDetector -WriteCond INFO Hit x = 507.65 y = 86.29 z = -421.63 detector = DummyHitDetector -WriteCond INFO Hit x = 510.86 y = 80.61 z = -436.23 detector = DummyHitDetector -WriteCond INFO Hit x = 514.07 y = 74.93 z = -443.53 detector = DummyHitDetector -WriteCond INFO Hit x = 517.28 y = 69.26 z = -447.91 detector = DummyHitDetector -WriteCond INFO Hit x = 520.49 y = 63.58 z = -450.83 detector = DummyHitDetector -WriteCond INFO Hit x = 523.70 y = 57.90 z = -452.91 detector = DummyHitDetector -WriteCond INFO Hit x = 526.91 y = 52.22 z = -454.48 detector = DummyHitDetector -WriteCond INFO Hit x = 530.12 y = 46.54 z = -455.7 detector = DummyHitDetector +WriteCond INFO Hit x = 501.23 y = 97.65 z = -273.32 detector = DummyHitDetector +WriteCond INFO Hit x = 504.44 y = 91.97 z = -405.26 detector = DummyHitDetector +WriteCond INFO Hit x = 507.65 y = 86.29 z = -429.76 detector = DummyHitDetector +WriteCond INFO Hit x = 510.86 y = 80.61 z = -440.08 detector = DummyHitDetector +WriteCond INFO Hit x = 514.07 y = 74.93 z = -445.77 detector = DummyHitDetector +WriteCond INFO Hit x = 517.28 y = 69.26 z = -449.37 detector = DummyHitDetector +WriteCond INFO Hit x = 520.49 y = 63.58 z = -451.86 detector = DummyHitDetector +WriteCond INFO Hit x = 523.70 y = 57.90 z = -453.68 detector = DummyHitDetector +WriteCond INFO Hit x = 526.91 y = 52.22 z = -455.07 detector = DummyHitDetector +WriteCond INFO Hit x = 530.12 y = 46.54 z = -456.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #5, run #1 6 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -479,27 +480,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 6 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 601.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 604.44 y = 91.97 z = -477.83 detector = DummyHitDetector -ReadData INFO Hit x = 607.65 y = 86.29 z = -521.63 detector = DummyHitDetector -ReadData INFO Hit x = 610.86 y = 80.61 z = -536.23 detector = DummyHitDetector -ReadData INFO Hit x = 614.07 y = 74.93 z = -543.53 detector = DummyHitDetector -ReadData INFO Hit x = 617.28 y = 69.26 z = -547.91 detector = DummyHitDetector -ReadData INFO Hit x = 620.49 y = 63.58 z = -550.83 detector = DummyHitDetector -ReadData INFO Hit x = 623.70 y = 57.90 z = -552.91 detector = DummyHitDetector -ReadData INFO Hit x = 626.91 y = 52.22 z = -554.48 detector = DummyHitDetector -ReadData INFO Hit x = 630.12 y = 46.54 z = -555.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 601.23 y = 97.65 z = -373.32 detector = DummyHitDetector +ReadData INFO Hit x = 604.44 y = 91.97 z = -505.26 detector = DummyHitDetector +ReadData INFO Hit x = 607.65 y = 86.29 z = -529.76 detector = DummyHitDetector +ReadData INFO Hit x = 610.86 y = 80.61 z = -540.08 detector = DummyHitDetector +ReadData INFO Hit x = 614.07 y = 74.93 z = -545.77 detector = DummyHitDetector +ReadData INFO Hit x = 617.28 y = 69.26 z = -549.37 detector = DummyHitDetector +ReadData INFO Hit x = 620.49 y = 63.58 z = -551.86 detector = DummyHitDetector +ReadData INFO Hit x = 623.70 y = 57.90 z = -553.68 detector = DummyHitDetector +ReadData INFO Hit x = 626.91 y = 52.22 z = -555.07 detector = DummyHitDetector +ReadData INFO Hit x = 630.12 y = 46.54 z = -556.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 601.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 604.44 y = 91.97 z = -477.83 detector = DummyHitDetector -WriteCond INFO Hit x = 607.65 y = 86.29 z = -521.63 detector = DummyHitDetector -WriteCond INFO Hit x = 610.86 y = 80.61 z = -536.23 detector = DummyHitDetector -WriteCond INFO Hit x = 614.07 y = 74.93 z = -543.53 detector = DummyHitDetector -WriteCond INFO Hit x = 617.28 y = 69.26 z = -547.91 detector = DummyHitDetector -WriteCond INFO Hit x = 620.49 y = 63.58 z = -550.83 detector = DummyHitDetector -WriteCond INFO Hit x = 623.70 y = 57.90 z = -552.91 detector = DummyHitDetector -WriteCond INFO Hit x = 626.91 y = 52.22 z = -554.48 detector = DummyHitDetector -WriteCond INFO Hit x = 630.12 y = 46.54 z = -555.7 detector = DummyHitDetector +WriteCond INFO Hit x = 601.23 y = 97.65 z = -373.32 detector = DummyHitDetector +WriteCond INFO Hit x = 604.44 y = 91.97 z = -505.26 detector = DummyHitDetector +WriteCond INFO Hit x = 607.65 y = 86.29 z = -529.76 detector = DummyHitDetector +WriteCond INFO Hit x = 610.86 y = 80.61 z = -540.08 detector = DummyHitDetector +WriteCond INFO Hit x = 614.07 y = 74.93 z = -545.77 detector = DummyHitDetector +WriteCond INFO Hit x = 617.28 y = 69.26 z = -549.37 detector = DummyHitDetector +WriteCond INFO Hit x = 620.49 y = 63.58 z = -551.86 detector = DummyHitDetector +WriteCond INFO Hit x = 623.70 y = 57.90 z = -553.68 detector = DummyHitDetector +WriteCond INFO Hit x = 626.91 y = 52.22 z = -555.07 detector = DummyHitDetector +WriteCond INFO Hit x = 630.12 y = 46.54 z = -556.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #6, run #1 7 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -521,27 +523,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 7 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 701.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 704.44 y = 91.97 z = -577.83 detector = DummyHitDetector -ReadData INFO Hit x = 707.65 y = 86.29 z = -621.63 detector = DummyHitDetector -ReadData INFO Hit x = 710.86 y = 80.61 z = -636.23 detector = DummyHitDetector -ReadData INFO Hit x = 714.07 y = 74.93 z = -643.53 detector = DummyHitDetector -ReadData INFO Hit x = 717.28 y = 69.26 z = -647.91 detector = DummyHitDetector -ReadData INFO Hit x = 720.49 y = 63.58 z = -650.83 detector = DummyHitDetector -ReadData INFO Hit x = 723.70 y = 57.90 z = -652.91 detector = DummyHitDetector -ReadData INFO Hit x = 726.91 y = 52.22 z = -654.48 detector = DummyHitDetector -ReadData INFO Hit x = 730.12 y = 46.54 z = -655.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 701.23 y = 97.65 z = -473.32 detector = DummyHitDetector +ReadData INFO Hit x = 704.44 y = 91.97 z = -605.26 detector = DummyHitDetector +ReadData INFO Hit x = 707.65 y = 86.29 z = -629.76 detector = DummyHitDetector +ReadData INFO Hit x = 710.86 y = 80.61 z = -640.08 detector = DummyHitDetector +ReadData INFO Hit x = 714.07 y = 74.93 z = -645.77 detector = DummyHitDetector +ReadData INFO Hit x = 717.28 y = 69.26 z = -649.37 detector = DummyHitDetector +ReadData INFO Hit x = 720.49 y = 63.58 z = -651.86 detector = DummyHitDetector +ReadData INFO Hit x = 723.70 y = 57.90 z = -653.68 detector = DummyHitDetector +ReadData INFO Hit x = 726.91 y = 52.22 z = -655.07 detector = DummyHitDetector +ReadData INFO Hit x = 730.12 y = 46.54 z = -656.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 701.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 704.44 y = 91.97 z = -577.83 detector = DummyHitDetector -WriteCond INFO Hit x = 707.65 y = 86.29 z = -621.63 detector = DummyHitDetector -WriteCond INFO Hit x = 710.86 y = 80.61 z = -636.23 detector = DummyHitDetector -WriteCond INFO Hit x = 714.07 y = 74.93 z = -643.53 detector = DummyHitDetector -WriteCond INFO Hit x = 717.28 y = 69.26 z = -647.91 detector = DummyHitDetector -WriteCond INFO Hit x = 720.49 y = 63.58 z = -650.83 detector = DummyHitDetector -WriteCond INFO Hit x = 723.70 y = 57.90 z = -652.91 detector = DummyHitDetector -WriteCond INFO Hit x = 726.91 y = 52.22 z = -654.48 detector = DummyHitDetector -WriteCond INFO Hit x = 730.12 y = 46.54 z = -655.7 detector = DummyHitDetector +WriteCond INFO Hit x = 701.23 y = 97.65 z = -473.32 detector = DummyHitDetector +WriteCond INFO Hit x = 704.44 y = 91.97 z = -605.26 detector = DummyHitDetector +WriteCond INFO Hit x = 707.65 y = 86.29 z = -629.76 detector = DummyHitDetector +WriteCond INFO Hit x = 710.86 y = 80.61 z = -640.08 detector = DummyHitDetector +WriteCond INFO Hit x = 714.07 y = 74.93 z = -645.77 detector = DummyHitDetector +WriteCond INFO Hit x = 717.28 y = 69.26 z = -649.37 detector = DummyHitDetector +WriteCond INFO Hit x = 720.49 y = 63.58 z = -651.86 detector = DummyHitDetector +WriteCond INFO Hit x = 723.70 y = 57.90 z = -653.68 detector = DummyHitDetector +WriteCond INFO Hit x = 726.91 y = 52.22 z = -655.07 detector = DummyHitDetector +WriteCond INFO Hit x = 730.12 y = 46.54 z = -656.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #7, run #1 8 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -563,27 +566,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 8 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 801.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 804.44 y = 91.97 z = -677.83 detector = DummyHitDetector -ReadData INFO Hit x = 807.65 y = 86.29 z = -721.63 detector = DummyHitDetector -ReadData INFO Hit x = 810.86 y = 80.61 z = -736.23 detector = DummyHitDetector -ReadData INFO Hit x = 814.07 y = 74.93 z = -743.53 detector = DummyHitDetector -ReadData INFO Hit x = 817.28 y = 69.26 z = -747.91 detector = DummyHitDetector -ReadData INFO Hit x = 820.49 y = 63.58 z = -750.83 detector = DummyHitDetector -ReadData INFO Hit x = 823.70 y = 57.90 z = -752.91 detector = DummyHitDetector -ReadData INFO Hit x = 826.91 y = 52.22 z = -754.48 detector = DummyHitDetector -ReadData INFO Hit x = 830.12 y = 46.54 z = -755.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 801.23 y = 97.65 z = -573.32 detector = DummyHitDetector +ReadData INFO Hit x = 804.44 y = 91.97 z = -705.26 detector = DummyHitDetector +ReadData INFO Hit x = 807.65 y = 86.29 z = -729.76 detector = DummyHitDetector +ReadData INFO Hit x = 810.86 y = 80.61 z = -740.08 detector = DummyHitDetector +ReadData INFO Hit x = 814.07 y = 74.93 z = -745.77 detector = DummyHitDetector +ReadData INFO Hit x = 817.28 y = 69.26 z = -749.37 detector = DummyHitDetector +ReadData INFO Hit x = 820.49 y = 63.58 z = -751.86 detector = DummyHitDetector +ReadData INFO Hit x = 823.70 y = 57.90 z = -753.68 detector = DummyHitDetector +ReadData INFO Hit x = 826.91 y = 52.22 z = -755.07 detector = DummyHitDetector +ReadData INFO Hit x = 830.12 y = 46.54 z = -756.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 801.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 804.44 y = 91.97 z = -677.83 detector = DummyHitDetector -WriteCond INFO Hit x = 807.65 y = 86.29 z = -721.63 detector = DummyHitDetector -WriteCond INFO Hit x = 810.86 y = 80.61 z = -736.23 detector = DummyHitDetector -WriteCond INFO Hit x = 814.07 y = 74.93 z = -743.53 detector = DummyHitDetector -WriteCond INFO Hit x = 817.28 y = 69.26 z = -747.91 detector = DummyHitDetector -WriteCond INFO Hit x = 820.49 y = 63.58 z = -750.83 detector = DummyHitDetector -WriteCond INFO Hit x = 823.70 y = 57.90 z = -752.91 detector = DummyHitDetector -WriteCond INFO Hit x = 826.91 y = 52.22 z = -754.48 detector = DummyHitDetector -WriteCond INFO Hit x = 830.12 y = 46.54 z = -755.7 detector = DummyHitDetector +WriteCond INFO Hit x = 801.23 y = 97.65 z = -573.32 detector = DummyHitDetector +WriteCond INFO Hit x = 804.44 y = 91.97 z = -705.26 detector = DummyHitDetector +WriteCond INFO Hit x = 807.65 y = 86.29 z = -729.76 detector = DummyHitDetector +WriteCond INFO Hit x = 810.86 y = 80.61 z = -740.08 detector = DummyHitDetector +WriteCond INFO Hit x = 814.07 y = 74.93 z = -745.77 detector = DummyHitDetector +WriteCond INFO Hit x = 817.28 y = 69.26 z = -749.37 detector = DummyHitDetector +WriteCond INFO Hit x = 820.49 y = 63.58 z = -751.86 detector = DummyHitDetector +WriteCond INFO Hit x = 823.70 y = 57.90 z = -753.68 detector = DummyHitDetector +WriteCond INFO Hit x = 826.91 y = 52.22 z = -755.07 detector = DummyHitDetector +WriteCond INFO Hit x = 830.12 y = 46.54 z = -756.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #8, run #1 9 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -605,27 +609,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 9 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 901.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 904.44 y = 91.97 z = -777.83 detector = DummyHitDetector -ReadData INFO Hit x = 907.65 y = 86.29 z = -821.63 detector = DummyHitDetector -ReadData INFO Hit x = 910.86 y = 80.61 z = -836.23 detector = DummyHitDetector -ReadData INFO Hit x = 914.07 y = 74.93 z = -843.53 detector = DummyHitDetector -ReadData INFO Hit x = 917.28 y = 69.26 z = -847.91 detector = DummyHitDetector -ReadData INFO Hit x = 920.49 y = 63.58 z = -850.83 detector = DummyHitDetector -ReadData INFO Hit x = 923.70 y = 57.90 z = -852.91 detector = DummyHitDetector -ReadData INFO Hit x = 926.91 y = 52.22 z = -854.48 detector = DummyHitDetector -ReadData INFO Hit x = 930.12 y = 46.54 z = -855.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 901.23 y = 97.65 z = -673.32 detector = DummyHitDetector +ReadData INFO Hit x = 904.44 y = 91.97 z = -805.26 detector = DummyHitDetector +ReadData INFO Hit x = 907.65 y = 86.29 z = -829.76 detector = DummyHitDetector +ReadData INFO Hit x = 910.86 y = 80.61 z = -840.08 detector = DummyHitDetector +ReadData INFO Hit x = 914.07 y = 74.93 z = -845.77 detector = DummyHitDetector +ReadData INFO Hit x = 917.28 y = 69.26 z = -849.37 detector = DummyHitDetector +ReadData INFO Hit x = 920.49 y = 63.58 z = -851.86 detector = DummyHitDetector +ReadData INFO Hit x = 923.70 y = 57.90 z = -853.68 detector = DummyHitDetector +ReadData INFO Hit x = 926.91 y = 52.22 z = -855.07 detector = DummyHitDetector +ReadData INFO Hit x = 930.12 y = 46.54 z = -856.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 901.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 904.44 y = 91.97 z = -777.83 detector = DummyHitDetector -WriteCond INFO Hit x = 907.65 y = 86.29 z = -821.63 detector = DummyHitDetector -WriteCond INFO Hit x = 910.86 y = 80.61 z = -836.23 detector = DummyHitDetector -WriteCond INFO Hit x = 914.07 y = 74.93 z = -843.53 detector = DummyHitDetector -WriteCond INFO Hit x = 917.28 y = 69.26 z = -847.91 detector = DummyHitDetector -WriteCond INFO Hit x = 920.49 y = 63.58 z = -850.83 detector = DummyHitDetector -WriteCond INFO Hit x = 923.70 y = 57.90 z = -852.91 detector = DummyHitDetector -WriteCond INFO Hit x = 926.91 y = 52.22 z = -854.48 detector = DummyHitDetector -WriteCond INFO Hit x = 930.12 y = 46.54 z = -855.7 detector = DummyHitDetector +WriteCond INFO Hit x = 901.23 y = 97.65 z = -673.32 detector = DummyHitDetector +WriteCond INFO Hit x = 904.44 y = 91.97 z = -805.26 detector = DummyHitDetector +WriteCond INFO Hit x = 907.65 y = 86.29 z = -829.76 detector = DummyHitDetector +WriteCond INFO Hit x = 910.86 y = 80.61 z = -840.08 detector = DummyHitDetector +WriteCond INFO Hit x = 914.07 y = 74.93 z = -845.77 detector = DummyHitDetector +WriteCond INFO Hit x = 917.28 y = 69.26 z = -849.37 detector = DummyHitDetector +WriteCond INFO Hit x = 920.49 y = 63.58 z = -851.86 detector = DummyHitDetector +WriteCond INFO Hit x = 923.70 y = 57.90 z = -853.68 detector = DummyHitDetector +WriteCond INFO Hit x = 926.91 y = 52.22 z = -855.07 detector = DummyHitDetector +WriteCond INFO Hit x = 930.12 y = 46.54 z = -856.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #9, run #1 10 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -647,27 +652,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 10 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1001.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1004.44 y = 91.97 z = -877.83 detector = DummyHitDetector -ReadData INFO Hit x = 1007.65 y = 86.29 z = -921.63 detector = DummyHitDetector -ReadData INFO Hit x = 1010.86 y = 80.61 z = -936.23 detector = DummyHitDetector -ReadData INFO Hit x = 1014.07 y = 74.93 z = -943.53 detector = DummyHitDetector -ReadData INFO Hit x = 1017.28 y = 69.26 z = -947.91 detector = DummyHitDetector -ReadData INFO Hit x = 1020.49 y = 63.58 z = -950.83 detector = DummyHitDetector -ReadData INFO Hit x = 1023.7 y = 57.90 z = -952.91 detector = DummyHitDetector -ReadData INFO Hit x = 1026.91 y = 52.22 z = -954.48 detector = DummyHitDetector -ReadData INFO Hit x = 1030.12 y = 46.54 z = -955.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1001.23 y = 97.65 z = -773.32 detector = DummyHitDetector +ReadData INFO Hit x = 1004.44 y = 91.97 z = -905.26 detector = DummyHitDetector +ReadData INFO Hit x = 1007.65 y = 86.29 z = -929.76 detector = DummyHitDetector +ReadData INFO Hit x = 1010.86 y = 80.61 z = -940.08 detector = DummyHitDetector +ReadData INFO Hit x = 1014.07 y = 74.93 z = -945.77 detector = DummyHitDetector +ReadData INFO Hit x = 1017.28 y = 69.26 z = -949.37 detector = DummyHitDetector +ReadData INFO Hit x = 1020.49 y = 63.58 z = -951.86 detector = DummyHitDetector +ReadData INFO Hit x = 1023.7 y = 57.90 z = -953.68 detector = DummyHitDetector +ReadData INFO Hit x = 1026.91 y = 52.22 z = -955.07 detector = DummyHitDetector +ReadData INFO Hit x = 1030.12 y = 46.54 z = -956.16 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1001.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1004.44 y = 91.97 z = -877.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1007.65 y = 86.29 z = -921.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1010.86 y = 80.61 z = -936.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1014.07 y = 74.93 z = -943.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1017.28 y = 69.26 z = -947.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1020.49 y = 63.58 z = -950.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1023.7 y = 57.90 z = -952.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1026.91 y = 52.22 z = -954.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1030.12 y = 46.54 z = -955.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1001.23 y = 97.65 z = -773.32 detector = DummyHitDetector +WriteCond INFO Hit x = 1004.44 y = 91.97 z = -905.26 detector = DummyHitDetector +WriteCond INFO Hit x = 1007.65 y = 86.29 z = -929.76 detector = DummyHitDetector +WriteCond INFO Hit x = 1010.86 y = 80.61 z = -940.08 detector = DummyHitDetector +WriteCond INFO Hit x = 1014.07 y = 74.93 z = -945.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1017.28 y = 69.26 z = -949.37 detector = DummyHitDetector +WriteCond INFO Hit x = 1020.49 y = 63.58 z = -951.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1023.7 y = 57.90 z = -953.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1026.91 y = 52.22 z = -955.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1030.12 y = 46.54 z = -956.16 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #10, run #1 11 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -689,27 +695,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 11 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1101.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1104.44 y = 91.97 z = -977.83 detector = DummyHitDetector -ReadData INFO Hit x = 1107.65 y = 86.29 z = -1021.63 detector = DummyHitDetector -ReadData INFO Hit x = 1110.86 y = 80.61 z = -1036.23 detector = DummyHitDetector -ReadData INFO Hit x = 1114.07 y = 74.93 z = -1043.53 detector = DummyHitDetector -ReadData INFO Hit x = 1117.28 y = 69.26 z = -1047.91 detector = DummyHitDetector -ReadData INFO Hit x = 1120.49 y = 63.58 z = -1050.83 detector = DummyHitDetector -ReadData INFO Hit x = 1123.7 y = 57.90 z = -1052.92 detector = DummyHitDetector -ReadData INFO Hit x = 1126.91 y = 52.22 z = -1054.48 detector = DummyHitDetector -ReadData INFO Hit x = 1130.12 y = 46.54 z = -1055.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1101.23 y = 97.65 z = -873.32 detector = DummyHitDetector +ReadData INFO Hit x = 1104.44 y = 91.97 z = -1005.27 detector = DummyHitDetector +ReadData INFO Hit x = 1107.65 y = 86.29 z = -1029.77 detector = DummyHitDetector +ReadData INFO Hit x = 1110.86 y = 80.61 z = -1040.09 detector = DummyHitDetector +ReadData INFO Hit x = 1114.07 y = 74.93 z = -1045.77 detector = DummyHitDetector +ReadData INFO Hit x = 1117.28 y = 69.26 z = -1049.38 detector = DummyHitDetector +ReadData INFO Hit x = 1120.49 y = 63.58 z = -1051.86 detector = DummyHitDetector +ReadData INFO Hit x = 1123.7 y = 57.90 z = -1053.68 detector = DummyHitDetector +ReadData INFO Hit x = 1126.91 y = 52.22 z = -1055.07 detector = DummyHitDetector +ReadData INFO Hit x = 1130.12 y = 46.54 z = -1056.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1101.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1104.44 y = 91.97 z = -977.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1107.65 y = 86.29 z = -1021.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1110.86 y = 80.61 z = -1036.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1114.07 y = 74.93 z = -1043.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1117.28 y = 69.26 z = -1047.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1120.49 y = 63.58 z = -1050.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1123.7 y = 57.90 z = -1052.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1126.91 y = 52.22 z = -1054.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1130.12 y = 46.54 z = -1055.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1101.23 y = 97.65 z = -873.32 detector = DummyHitDetector +WriteCond INFO Hit x = 1104.44 y = 91.97 z = -1005.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1107.65 y = 86.29 z = -1029.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1110.86 y = 80.61 z = -1040.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1114.07 y = 74.93 z = -1045.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1117.28 y = 69.26 z = -1049.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1120.49 y = 63.58 z = -1051.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1123.7 y = 57.90 z = -1053.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1126.91 y = 52.22 z = -1055.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1130.12 y = 46.54 z = -1056.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #11, run #1 12 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -731,27 +738,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 12 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1201.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1204.44 y = 91.97 z = -1077.83 detector = DummyHitDetector -ReadData INFO Hit x = 1207.65 y = 86.29 z = -1121.63 detector = DummyHitDetector -ReadData INFO Hit x = 1210.86 y = 80.61 z = -1136.23 detector = DummyHitDetector -ReadData INFO Hit x = 1214.07 y = 74.93 z = -1143.53 detector = DummyHitDetector -ReadData INFO Hit x = 1217.28 y = 69.26 z = -1147.91 detector = DummyHitDetector -ReadData INFO Hit x = 1220.49 y = 63.58 z = -1150.83 detector = DummyHitDetector -ReadData INFO Hit x = 1223.7 y = 57.90 z = -1152.92 detector = DummyHitDetector -ReadData INFO Hit x = 1226.91 y = 52.22 z = -1154.48 detector = DummyHitDetector -ReadData INFO Hit x = 1230.12 y = 46.54 z = -1155.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1201.23 y = 97.65 z = -973.32 detector = DummyHitDetector +ReadData INFO Hit x = 1204.44 y = 91.97 z = -1105.27 detector = DummyHitDetector +ReadData INFO Hit x = 1207.65 y = 86.29 z = -1129.77 detector = DummyHitDetector +ReadData INFO Hit x = 1210.86 y = 80.61 z = -1140.09 detector = DummyHitDetector +ReadData INFO Hit x = 1214.07 y = 74.93 z = -1145.77 detector = DummyHitDetector +ReadData INFO Hit x = 1217.28 y = 69.26 z = -1149.38 detector = DummyHitDetector +ReadData INFO Hit x = 1220.49 y = 63.58 z = -1151.86 detector = DummyHitDetector +ReadData INFO Hit x = 1223.7 y = 57.90 z = -1153.68 detector = DummyHitDetector +ReadData INFO Hit x = 1226.91 y = 52.22 z = -1155.07 detector = DummyHitDetector +ReadData INFO Hit x = 1230.12 y = 46.54 z = -1156.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1201.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1204.44 y = 91.97 z = -1077.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1207.65 y = 86.29 z = -1121.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1210.86 y = 80.61 z = -1136.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1214.07 y = 74.93 z = -1143.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1217.28 y = 69.26 z = -1147.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1220.49 y = 63.58 z = -1150.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1223.7 y = 57.90 z = -1152.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1226.91 y = 52.22 z = -1154.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1230.12 y = 46.54 z = -1155.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1201.23 y = 97.65 z = -973.32 detector = DummyHitDetector +WriteCond INFO Hit x = 1204.44 y = 91.97 z = -1105.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1207.65 y = 86.29 z = -1129.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1210.86 y = 80.61 z = -1140.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1214.07 y = 74.93 z = -1145.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1217.28 y = 69.26 z = -1149.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1220.49 y = 63.58 z = -1151.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1223.7 y = 57.90 z = -1153.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1226.91 y = 52.22 z = -1155.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1230.12 y = 46.54 z = -1156.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #12, run #1 13 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -773,27 +781,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 13 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1301.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1304.44 y = 91.97 z = -1177.83 detector = DummyHitDetector -ReadData INFO Hit x = 1307.65 y = 86.29 z = -1221.63 detector = DummyHitDetector -ReadData INFO Hit x = 1310.86 y = 80.61 z = -1236.23 detector = DummyHitDetector -ReadData INFO Hit x = 1314.07 y = 74.93 z = -1243.53 detector = DummyHitDetector -ReadData INFO Hit x = 1317.28 y = 69.26 z = -1247.91 detector = DummyHitDetector -ReadData INFO Hit x = 1320.49 y = 63.58 z = -1250.83 detector = DummyHitDetector -ReadData INFO Hit x = 1323.7 y = 57.90 z = -1252.92 detector = DummyHitDetector -ReadData INFO Hit x = 1326.91 y = 52.22 z = -1254.48 detector = DummyHitDetector -ReadData INFO Hit x = 1330.12 y = 46.54 z = -1255.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1301.23 y = 97.65 z = -1073.33 detector = DummyHitDetector +ReadData INFO Hit x = 1304.44 y = 91.97 z = -1205.27 detector = DummyHitDetector +ReadData INFO Hit x = 1307.65 y = 86.29 z = -1229.77 detector = DummyHitDetector +ReadData INFO Hit x = 1310.86 y = 80.61 z = -1240.09 detector = DummyHitDetector +ReadData INFO Hit x = 1314.07 y = 74.93 z = -1245.77 detector = DummyHitDetector +ReadData INFO Hit x = 1317.28 y = 69.26 z = -1249.38 detector = DummyHitDetector +ReadData INFO Hit x = 1320.49 y = 63.58 z = -1251.86 detector = DummyHitDetector +ReadData INFO Hit x = 1323.7 y = 57.90 z = -1253.68 detector = DummyHitDetector +ReadData INFO Hit x = 1326.91 y = 52.22 z = -1255.07 detector = DummyHitDetector +ReadData INFO Hit x = 1330.12 y = 46.54 z = -1256.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1301.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1304.44 y = 91.97 z = -1177.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1307.65 y = 86.29 z = -1221.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1310.86 y = 80.61 z = -1236.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1314.07 y = 74.93 z = -1243.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1317.28 y = 69.26 z = -1247.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1320.49 y = 63.58 z = -1250.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1323.7 y = 57.90 z = -1252.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1326.91 y = 52.22 z = -1254.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1330.12 y = 46.54 z = -1255.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1301.23 y = 97.65 z = -1073.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1304.44 y = 91.97 z = -1205.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1307.65 y = 86.29 z = -1229.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1310.86 y = 80.61 z = -1240.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1314.07 y = 74.93 z = -1245.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1317.28 y = 69.26 z = -1249.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1320.49 y = 63.58 z = -1251.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1323.7 y = 57.90 z = -1253.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1326.91 y = 52.22 z = -1255.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1330.12 y = 46.54 z = -1256.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #13, run #1 14 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -815,27 +824,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 14 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1401.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1404.44 y = 91.97 z = -1277.83 detector = DummyHitDetector -ReadData INFO Hit x = 1407.65 y = 86.29 z = -1321.63 detector = DummyHitDetector -ReadData INFO Hit x = 1410.86 y = 80.61 z = -1336.23 detector = DummyHitDetector -ReadData INFO Hit x = 1414.07 y = 74.93 z = -1343.53 detector = DummyHitDetector -ReadData INFO Hit x = 1417.28 y = 69.26 z = -1347.91 detector = DummyHitDetector -ReadData INFO Hit x = 1420.49 y = 63.58 z = -1350.83 detector = DummyHitDetector -ReadData INFO Hit x = 1423.7 y = 57.90 z = -1352.92 detector = DummyHitDetector -ReadData INFO Hit x = 1426.91 y = 52.22 z = -1354.48 detector = DummyHitDetector -ReadData INFO Hit x = 1430.12 y = 46.54 z = -1355.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1401.23 y = 97.65 z = -1173.33 detector = DummyHitDetector +ReadData INFO Hit x = 1404.44 y = 91.97 z = -1305.27 detector = DummyHitDetector +ReadData INFO Hit x = 1407.65 y = 86.29 z = -1329.77 detector = DummyHitDetector +ReadData INFO Hit x = 1410.86 y = 80.61 z = -1340.09 detector = DummyHitDetector +ReadData INFO Hit x = 1414.07 y = 74.93 z = -1345.77 detector = DummyHitDetector +ReadData INFO Hit x = 1417.28 y = 69.26 z = -1349.38 detector = DummyHitDetector +ReadData INFO Hit x = 1420.49 y = 63.58 z = -1351.86 detector = DummyHitDetector +ReadData INFO Hit x = 1423.7 y = 57.90 z = -1353.68 detector = DummyHitDetector +ReadData INFO Hit x = 1426.91 y = 52.22 z = -1355.07 detector = DummyHitDetector +ReadData INFO Hit x = 1430.12 y = 46.54 z = -1356.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1401.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1404.44 y = 91.97 z = -1277.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1407.65 y = 86.29 z = -1321.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1410.86 y = 80.61 z = -1336.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1414.07 y = 74.93 z = -1343.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1417.28 y = 69.26 z = -1347.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1420.49 y = 63.58 z = -1350.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1423.7 y = 57.90 z = -1352.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1426.91 y = 52.22 z = -1354.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1430.12 y = 46.54 z = -1355.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1401.23 y = 97.65 z = -1173.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1404.44 y = 91.97 z = -1305.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1407.65 y = 86.29 z = -1329.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1410.86 y = 80.61 z = -1340.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1414.07 y = 74.93 z = -1345.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1417.28 y = 69.26 z = -1349.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1420.49 y = 63.58 z = -1351.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1423.7 y = 57.90 z = -1353.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1426.91 y = 52.22 z = -1355.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1430.12 y = 46.54 z = -1356.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #14, run #1 15 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -857,27 +867,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 15 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1501.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1504.44 y = 91.97 z = -1377.83 detector = DummyHitDetector -ReadData INFO Hit x = 1507.65 y = 86.29 z = -1421.63 detector = DummyHitDetector -ReadData INFO Hit x = 1510.86 y = 80.61 z = -1436.23 detector = DummyHitDetector -ReadData INFO Hit x = 1514.07 y = 74.93 z = -1443.53 detector = DummyHitDetector -ReadData INFO Hit x = 1517.28 y = 69.26 z = -1447.91 detector = DummyHitDetector -ReadData INFO Hit x = 1520.49 y = 63.58 z = -1450.83 detector = DummyHitDetector -ReadData INFO Hit x = 1523.7 y = 57.90 z = -1452.92 detector = DummyHitDetector -ReadData INFO Hit x = 1526.91 y = 52.22 z = -1454.48 detector = DummyHitDetector -ReadData INFO Hit x = 1530.12 y = 46.54 z = -1455.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1501.23 y = 97.65 z = -1273.33 detector = DummyHitDetector +ReadData INFO Hit x = 1504.44 y = 91.97 z = -1405.27 detector = DummyHitDetector +ReadData INFO Hit x = 1507.65 y = 86.29 z = -1429.77 detector = DummyHitDetector +ReadData INFO Hit x = 1510.86 y = 80.61 z = -1440.09 detector = DummyHitDetector +ReadData INFO Hit x = 1514.07 y = 74.93 z = -1445.77 detector = DummyHitDetector +ReadData INFO Hit x = 1517.28 y = 69.26 z = -1449.38 detector = DummyHitDetector +ReadData INFO Hit x = 1520.49 y = 63.58 z = -1451.86 detector = DummyHitDetector +ReadData INFO Hit x = 1523.7 y = 57.90 z = -1453.68 detector = DummyHitDetector +ReadData INFO Hit x = 1526.91 y = 52.22 z = -1455.07 detector = DummyHitDetector +ReadData INFO Hit x = 1530.12 y = 46.54 z = -1456.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1501.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1504.44 y = 91.97 z = -1377.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1507.65 y = 86.29 z = -1421.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1510.86 y = 80.61 z = -1436.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1514.07 y = 74.93 z = -1443.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1517.28 y = 69.26 z = -1447.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1520.49 y = 63.58 z = -1450.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1523.7 y = 57.90 z = -1452.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1526.91 y = 52.22 z = -1454.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1530.12 y = 46.54 z = -1455.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1501.23 y = 97.65 z = -1273.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1504.44 y = 91.97 z = -1405.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1507.65 y = 86.29 z = -1429.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1510.86 y = 80.61 z = -1440.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1514.07 y = 74.93 z = -1445.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1517.28 y = 69.26 z = -1449.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1520.49 y = 63.58 z = -1451.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1523.7 y = 57.90 z = -1453.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1526.91 y = 52.22 z = -1455.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1530.12 y = 46.54 z = -1456.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #15, run #1 16 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -899,27 +910,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 16 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1601.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1604.44 y = 91.97 z = -1477.83 detector = DummyHitDetector -ReadData INFO Hit x = 1607.65 y = 86.29 z = -1521.63 detector = DummyHitDetector -ReadData INFO Hit x = 1610.86 y = 80.61 z = -1536.23 detector = DummyHitDetector -ReadData INFO Hit x = 1614.07 y = 74.93 z = -1543.53 detector = DummyHitDetector -ReadData INFO Hit x = 1617.28 y = 69.26 z = -1547.91 detector = DummyHitDetector -ReadData INFO Hit x = 1620.49 y = 63.58 z = -1550.83 detector = DummyHitDetector -ReadData INFO Hit x = 1623.7 y = 57.90 z = -1552.92 detector = DummyHitDetector -ReadData INFO Hit x = 1626.91 y = 52.22 z = -1554.48 detector = DummyHitDetector -ReadData INFO Hit x = 1630.12 y = 46.54 z = -1555.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1601.23 y = 97.65 z = -1373.33 detector = DummyHitDetector +ReadData INFO Hit x = 1604.44 y = 91.97 z = -1505.27 detector = DummyHitDetector +ReadData INFO Hit x = 1607.65 y = 86.29 z = -1529.77 detector = DummyHitDetector +ReadData INFO Hit x = 1610.86 y = 80.61 z = -1540.09 detector = DummyHitDetector +ReadData INFO Hit x = 1614.07 y = 74.93 z = -1545.77 detector = DummyHitDetector +ReadData INFO Hit x = 1617.28 y = 69.26 z = -1549.38 detector = DummyHitDetector +ReadData INFO Hit x = 1620.49 y = 63.58 z = -1551.86 detector = DummyHitDetector +ReadData INFO Hit x = 1623.7 y = 57.90 z = -1553.68 detector = DummyHitDetector +ReadData INFO Hit x = 1626.91 y = 52.22 z = -1555.07 detector = DummyHitDetector +ReadData INFO Hit x = 1630.12 y = 46.54 z = -1556.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1601.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1604.44 y = 91.97 z = -1477.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1607.65 y = 86.29 z = -1521.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1610.86 y = 80.61 z = -1536.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1614.07 y = 74.93 z = -1543.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1617.28 y = 69.26 z = -1547.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1620.49 y = 63.58 z = -1550.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1623.7 y = 57.90 z = -1552.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1626.91 y = 52.22 z = -1554.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1630.12 y = 46.54 z = -1555.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1601.23 y = 97.65 z = -1373.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1604.44 y = 91.97 z = -1505.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1607.65 y = 86.29 z = -1529.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1610.86 y = 80.61 z = -1540.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1614.07 y = 74.93 z = -1545.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1617.28 y = 69.26 z = -1549.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1620.49 y = 63.58 z = -1551.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1623.7 y = 57.90 z = -1553.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1626.91 y = 52.22 z = -1555.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1630.12 y = 46.54 z = -1556.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #16, run #1 17 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -941,27 +953,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 17 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1701.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1704.44 y = 91.97 z = -1577.83 detector = DummyHitDetector -ReadData INFO Hit x = 1707.65 y = 86.29 z = -1621.63 detector = DummyHitDetector -ReadData INFO Hit x = 1710.86 y = 80.61 z = -1636.23 detector = DummyHitDetector -ReadData INFO Hit x = 1714.07 y = 74.93 z = -1643.53 detector = DummyHitDetector -ReadData INFO Hit x = 1717.28 y = 69.26 z = -1647.91 detector = DummyHitDetector -ReadData INFO Hit x = 1720.49 y = 63.58 z = -1650.83 detector = DummyHitDetector -ReadData INFO Hit x = 1723.7 y = 57.90 z = -1652.92 detector = DummyHitDetector -ReadData INFO Hit x = 1726.91 y = 52.22 z = -1654.48 detector = DummyHitDetector -ReadData INFO Hit x = 1730.12 y = 46.54 z = -1655.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1701.23 y = 97.65 z = -1473.33 detector = DummyHitDetector +ReadData INFO Hit x = 1704.44 y = 91.97 z = -1605.27 detector = DummyHitDetector +ReadData INFO Hit x = 1707.65 y = 86.29 z = -1629.77 detector = DummyHitDetector +ReadData INFO Hit x = 1710.86 y = 80.61 z = -1640.09 detector = DummyHitDetector +ReadData INFO Hit x = 1714.07 y = 74.93 z = -1645.77 detector = DummyHitDetector +ReadData INFO Hit x = 1717.28 y = 69.26 z = -1649.38 detector = DummyHitDetector +ReadData INFO Hit x = 1720.49 y = 63.58 z = -1651.86 detector = DummyHitDetector +ReadData INFO Hit x = 1723.7 y = 57.90 z = -1653.68 detector = DummyHitDetector +ReadData INFO Hit x = 1726.91 y = 52.22 z = -1655.07 detector = DummyHitDetector +ReadData INFO Hit x = 1730.12 y = 46.54 z = -1656.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1701.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1704.44 y = 91.97 z = -1577.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1707.65 y = 86.29 z = -1621.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1710.86 y = 80.61 z = -1636.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1714.07 y = 74.93 z = -1643.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1717.28 y = 69.26 z = -1647.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1720.49 y = 63.58 z = -1650.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1723.7 y = 57.90 z = -1652.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1726.91 y = 52.22 z = -1654.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1730.12 y = 46.54 z = -1655.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1701.23 y = 97.65 z = -1473.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1704.44 y = 91.97 z = -1605.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1707.65 y = 86.29 z = -1629.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1710.86 y = 80.61 z = -1640.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1714.07 y = 74.93 z = -1645.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1717.28 y = 69.26 z = -1649.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1720.49 y = 63.58 z = -1651.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1723.7 y = 57.90 z = -1653.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1726.91 y = 52.22 z = -1655.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1730.12 y = 46.54 z = -1656.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #17, run #1 18 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -983,27 +996,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 18 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1801.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1804.44 y = 91.97 z = -1677.83 detector = DummyHitDetector -ReadData INFO Hit x = 1807.65 y = 86.29 z = -1721.63 detector = DummyHitDetector -ReadData INFO Hit x = 1810.86 y = 80.61 z = -1736.23 detector = DummyHitDetector -ReadData INFO Hit x = 1814.07 y = 74.93 z = -1743.53 detector = DummyHitDetector -ReadData INFO Hit x = 1817.28 y = 69.26 z = -1747.91 detector = DummyHitDetector -ReadData INFO Hit x = 1820.49 y = 63.58 z = -1750.83 detector = DummyHitDetector -ReadData INFO Hit x = 1823.7 y = 57.90 z = -1752.92 detector = DummyHitDetector -ReadData INFO Hit x = 1826.91 y = 52.22 z = -1754.48 detector = DummyHitDetector -ReadData INFO Hit x = 1830.12 y = 46.54 z = -1755.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1801.23 y = 97.65 z = -1573.33 detector = DummyHitDetector +ReadData INFO Hit x = 1804.44 y = 91.97 z = -1705.27 detector = DummyHitDetector +ReadData INFO Hit x = 1807.65 y = 86.29 z = -1729.77 detector = DummyHitDetector +ReadData INFO Hit x = 1810.86 y = 80.61 z = -1740.09 detector = DummyHitDetector +ReadData INFO Hit x = 1814.07 y = 74.93 z = -1745.77 detector = DummyHitDetector +ReadData INFO Hit x = 1817.28 y = 69.26 z = -1749.38 detector = DummyHitDetector +ReadData INFO Hit x = 1820.49 y = 63.58 z = -1751.86 detector = DummyHitDetector +ReadData INFO Hit x = 1823.7 y = 57.90 z = -1753.68 detector = DummyHitDetector +ReadData INFO Hit x = 1826.91 y = 52.22 z = -1755.07 detector = DummyHitDetector +ReadData INFO Hit x = 1830.12 y = 46.54 z = -1756.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1801.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1804.44 y = 91.97 z = -1677.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1807.65 y = 86.29 z = -1721.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1810.86 y = 80.61 z = -1736.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1814.07 y = 74.93 z = -1743.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1817.28 y = 69.26 z = -1747.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1820.49 y = 63.58 z = -1750.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1823.7 y = 57.90 z = -1752.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1826.91 y = 52.22 z = -1754.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1830.12 y = 46.54 z = -1755.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1801.23 y = 97.65 z = -1573.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1804.44 y = 91.97 z = -1705.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1807.65 y = 86.29 z = -1729.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1810.86 y = 80.61 z = -1740.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1814.07 y = 74.93 z = -1745.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1817.28 y = 69.26 z = -1749.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1820.49 y = 63.58 z = -1751.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1823.7 y = 57.90 z = -1753.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1826.91 y = 52.22 z = -1755.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1830.12 y = 46.54 z = -1756.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #18, run #1 19 events processed so far <<<=== EventSelector DEBUG Get AttributeList from the collection @@ -1025,27 +1039,28 @@ ReadData INFO EventType: Event type: sim/data - is sim , testbeam/a ReadData INFO TagInfo: ReadData INFO EventInfo event: 19 run: 1 ReadData INFO Get Smart data ptr 1 -ReadData INFO Hit x = 1901.23 y = 97.65 z = inf detector = DummyHitDetector -ReadData INFO Hit x = 1904.44 y = 91.97 z = -1777.83 detector = DummyHitDetector -ReadData INFO Hit x = 1907.65 y = 86.29 z = -1821.63 detector = DummyHitDetector -ReadData INFO Hit x = 1910.86 y = 80.61 z = -1836.23 detector = DummyHitDetector -ReadData INFO Hit x = 1914.07 y = 74.93 z = -1843.53 detector = DummyHitDetector -ReadData INFO Hit x = 1917.28 y = 69.26 z = -1847.91 detector = DummyHitDetector -ReadData INFO Hit x = 1920.49 y = 63.58 z = -1850.83 detector = DummyHitDetector -ReadData INFO Hit x = 1923.7 y = 57.90 z = -1852.92 detector = DummyHitDetector -ReadData INFO Hit x = 1926.91 y = 52.22 z = -1854.48 detector = DummyHitDetector -ReadData INFO Hit x = 1930.12 y = 46.54 z = -1855.7 detector = DummyHitDetector +ReadData INFO Could not find ExampleTrackContainer/MyTracks +ReadData INFO Hit x = 1901.23 y = 97.65 z = -1673.33 detector = DummyHitDetector +ReadData INFO Hit x = 1904.44 y = 91.97 z = -1805.27 detector = DummyHitDetector +ReadData INFO Hit x = 1907.65 y = 86.29 z = -1829.77 detector = DummyHitDetector +ReadData INFO Hit x = 1910.86 y = 80.61 z = -1840.09 detector = DummyHitDetector +ReadData INFO Hit x = 1914.07 y = 74.93 z = -1845.77 detector = DummyHitDetector +ReadData INFO Hit x = 1917.28 y = 69.26 z = -1849.38 detector = DummyHitDetector +ReadData INFO Hit x = 1920.49 y = 63.58 z = -1851.86 detector = DummyHitDetector +ReadData INFO Hit x = 1923.7 y = 57.90 z = -1853.68 detector = DummyHitDetector +ReadData INFO Hit x = 1926.91 y = 52.22 z = -1855.07 detector = DummyHitDetector +ReadData INFO Hit x = 1930.12 y = 46.54 z = -1856.17 detector = DummyHitDetector WriteCond DEBUG in execute() -WriteCond INFO Hit x = 1901.23 y = 97.65 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1904.44 y = 91.97 z = -1777.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1907.65 y = 86.29 z = -1821.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1910.86 y = 80.61 z = -1836.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1914.07 y = 74.93 z = -1843.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1917.28 y = 69.26 z = -1847.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1920.49 y = 63.58 z = -1850.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1923.7 y = 57.90 z = -1852.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1926.91 y = 52.22 z = -1854.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1930.12 y = 46.54 z = -1855.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1901.23 y = 97.65 z = -1673.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1904.44 y = 91.97 z = -1805.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1907.65 y = 86.29 z = -1829.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1910.86 y = 80.61 z = -1840.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1914.07 y = 74.93 z = -1845.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1917.28 y = 69.26 z = -1849.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1920.49 y = 63.58 z = -1851.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1923.7 y = 57.90 z = -1853.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1926.91 y = 52.22 z = -1855.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1930.12 y = 46.54 z = -1856.17 detector = DummyHitDetector WriteCond INFO registered all data AthenaEventLoopMgr INFO ===>>> done processing event #19, run #1 20 events processed so far <<<=== SimplePoolFile1.root Info Database being retired... @@ -1065,15 +1080,15 @@ SimplePoolFile1.root Debug --> Deaccess DbContainer READ [ROOT_Tree] POOLC Domain[ROOT_All] Info > Deaccess DbDomain READ [ROOT_All] MetaDataSvc DEBUG handle() EndInputFile for FID:???? MetaDataSvc DEBUG handle() EndTagFile for SimplePoolFile1.root +MetaDataSvc DEBUG handle() LastInputFile for end AthenaEventLoopMgr INFO No more events in event selection WriteCond INFO in finalize() -WriteCond INFO Pedestal x = 193136 y = 14420 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +WriteCond INFO Pedestal x = 193136 y = 14420 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> StoreGateSvc INFO Stop StoreGateSvc StoreGateSvc INFO stop: setting service priority to 101 so that event stores get finalized and cleared before other stores DetectorStore INFO Stop DetectorStore InputMetaDataStore INFO Stop InputMetaDataStore MetaDataSvc DEBUG Releasing MetaDataTools -MetaDataSvc DEBUG handle() LastInputFile for end TagMetaDataStore INFO Stop TagMetaDataStore MetaDataStore INFO Stop MetaDataStore ApplicationMgr INFO Application Manager Stopped successfully @@ -1084,7 +1099,6 @@ PoolXMLFileCatalog Debug filename SimplePoolFile4.root does not exist XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found Domain[ROOT_All] Info -> Access DbDatabase CREATE [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFile4.root -RootDatabase.open Success SimplePoolFile4.root File version:53424 SimplePoolFile4.root Debug --> Access DbContainer CREATE [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree ##Shapes Debug No objects passing selection criteria... Container has 0 Entries in total. @@ -1139,11 +1153,11 @@ WriteCond DEBUG Calling destructor AthOutSeq INFO Finalizing AthOutSeq... AthRegSeq INFO Finalizing AthRegSeq... AthMasterSeq INFO Finalizing AthMasterSeq... -StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-02-45-01-04 -DetectorStore INFO Finalizing DetectorStore - package version StoreGate-02-45-01-04 -InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-02-45-01-04 -TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-02-45-01-04 -MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-03-06-31 +DetectorStore INFO Finalizing DetectorStore - package version StoreGate-03-06-31 +InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-03-06-31 +TagMetaDataStore INFO Finalizing TagMetaDataStore - package version StoreGate-03-06-31 +MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-03-06-31 PoolSvc INFO I/O finalization... SimplePoolFile4.root Info Database being retired... SimplePoolFile4.root Debug --> Deaccess DbContainer CREATE [ROOT_All] ##Links @@ -1164,9 +1178,8 @@ ToolSvc INFO Removing all tools created by ToolSvc *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -AthenaSealSvc::... INFO Time User : Tot= 2 [ms] Ave/Min/Max= 286(+- 452)/ 0/1e+03 [us] #= 7 -AthenaSealSvc::... INFO Time User : Tot= 125 [ms] #= 1 -ChronoStatSvc INFO Time User : Tot= 4.41 [s] #= 1 +AthenaSealSvc::... INFO Time User : Tot= 11 [ms] #= 1 +ChronoStatSvc INFO Time User : Tot= 0.97 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ChronoStatSvc.f... INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_WMeta.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_WMeta.ref index fefebe832de..3e6a45e63d6 100755 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_WMeta.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_WMeta.ref @@ -1,8 +1,9 @@ -Wed Feb 4 10:47:03 CET 2015 +Mon Mar 21 22:40:52 CET 2016 Preloading tcmalloc_minimal.so Athena INFO including file "AthenaCommon/Preparation.py" Athena INFO including file "AthenaCommon/Bootstrap.py" Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py" +Athena INFO executing ROOT6Setup Athena INFO including file "AthenaCommon/Execution.py" Athena INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_WMetaJobOptions.py" Athena INFO including file "AthenaCommon/runbatch.py" @@ -18,19 +19,16 @@ AthDictLoaderSvc INFO in initialize... AthDictLoaderSvc INFO acquired Dso-registry ChronoStatSvc INFO Number of skipped events for MemStat-1 CoreDumpSvc INFO install f-a-t-a-l handler... (flag = -1) -AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-59-04 +AthenaEventLoopMgr INFO Initializing AthenaEventLoopMgr - package version AthenaServices-01-60-03 AthMasterSeq INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq AthAlgSeq INFO Member list: AthPoolEx::WriteData/WriteData, AthPoolEx::WriteCond/WriteCond WriteData INFO in initialize() WriteCond INFO in initialize() -StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-02-45-01-04 -MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-59-04 -InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-02-45-01-04 -MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-02-45-01-04 -AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-18 -AthenaRootStrea... INFO POOL/ROOT class loader initialized -AthenaRootStrea... INFO 9 ROOT streamers declared -PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-24-06 +MetaDataStore INFO Initializing MetaDataStore - package version StoreGate-03-06-31 +MetaDataSvc INFO Initializing MetaDataSvc - package version AthenaServices-01-60-03 +InputMetaDataStore INFO Initializing InputMetaDataStore - package version StoreGate-03-06-31 +AthenaPoolCnvSvc INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-28-12 +PoolSvc INFO Initializing PoolSvc - package version PoolSvc-00-25-00 PoolSvc INFO io_register[PoolSvc](xmlcatalog_file:Catalog2.xml) [ok] PoolSvc INFO Set connectionsvc retry/timeout/IDLE timeout to 'ConnectionRetrialPeriod':300/ 'ConnectionRetrialTimeOut':3600/ 'ConnectionTimeOut':5 seconds with connection cleanup disabled PoolSvc INFO Frontier compression level set to 5 @@ -41,21 +39,21 @@ PoolSvc INFO POOL WriteCatalog is xmlcatalog_file:Catalog2.xml XMLFileCatalog Info Connecting to the catalog PoolXMLFileCatalog Info Xerces-c initialization Number 0 PoolXMLFileCatalog Info File Catalog2.xml does not exist, a new one is created -ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-01-10 +ProxyProviderSvc INFO Initializing ProxyProviderSvc - package version SGComps-00-02-07 Stream1 DEBUG In initialize Stream1 DEBUG Found IDecisionSvc. DecisionSvc INFO Inserting stream: Stream1 with no Algs Stream1 DEBUG End initialize Stream1 DEBUG In initialize +StoreGateSvc INFO Initializing StoreGateSvc - package version StoreGate-03-06-31 Stream1 DEBUG Found StoreGateSvc store. Stream1 DEBUG Found MetaDataStore store. -ItemListSvc INFO ItemListSvc initialize -OutputStreamSeq... INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-59-04 -Stream1.Stream1... INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-75 +OutputStreamSeq... INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-60-03 +Stream1.Stream1... INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-84 Stream1.Stream1... INFO streamProperty ProcessingTag = Stream1 Stream1.Stream1... DEBUG In connectServices -DetectorStore INFO Initializing DetectorStore - package version StoreGate-02-45-01-04 -Stream1.Stream1... INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-75 +DetectorStore INFO Initializing DetectorStore - package version StoreGate-03-06-31 +Stream1.Stream1... INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-84 Stream1 INFO Found HelperTools = PrivateToolHandleArray(['MakeEventStreamInfo/Stream1_MakeEventStreamInfo']) Stream1 INFO Data output: ROOTTREE:SimplePoolFile5.root Stream1 INFO I/O reinitialization... @@ -63,7 +61,7 @@ Stream1 DEBUG End initialize HistogramPersis...WARNING Histograms saving not required. EventSelector INFO Enter McEventSelector Initialization AthenaEventLoopMgr INFO Setup EventSelector service EventSelector -ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-02-45-01-04 +ActiveStoreSvc INFO Initializing ActiveStoreSvc - package version StoreGate-03-06-31 ApplicationMgr INFO Application Manager Initialized successfully InputMetaDataStore INFO Start InputMetaDataStore MetaDataStore INFO Start MetaDataStore @@ -76,16 +74,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #0, run #0 0 events p WriteData DEBUG in execute() WriteData INFO EventInfo event: 0 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 1.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 4.44 y = -8.02 z = 122.16 detector = DummyHitDetector -WriteCond INFO Hit x = 7.65 y = -13.70 z = 78.36 detector = DummyHitDetector -WriteCond INFO Hit x = 10.86 y = -19.38 z = 63.76 detector = DummyHitDetector -WriteCond INFO Hit x = 14.07 y = -25.06 z = 56.46 detector = DummyHitDetector -WriteCond INFO Hit x = 17.28 y = -30.73 z = 52.08 detector = DummyHitDetector -WriteCond INFO Hit x = 20.49 y = -36.41 z = 49.16 detector = DummyHitDetector -WriteCond INFO Hit x = 23.70 y = -42.09 z = 47.08 detector = DummyHitDetector -WriteCond INFO Hit x = 26.91 y = -47.77 z = 45.51 detector = DummyHitDetector -WriteCond INFO Hit x = 30.12 y = -53.45 z = 44.30 detector = DummyHitDetector +WriteCond INFO Hit x = 1.23 y = -2.34 z = 226.67 detector = DummyHitDetector +WriteCond INFO Hit x = 4.44 y = -8.02 z = 94.73 detector = DummyHitDetector +WriteCond INFO Hit x = 7.65 y = -13.70 z = 70.23 detector = DummyHitDetector +WriteCond INFO Hit x = 10.86 y = -19.38 z = 59.91 detector = DummyHitDetector +WriteCond INFO Hit x = 14.07 y = -25.06 z = 54.22 detector = DummyHitDetector +WriteCond INFO Hit x = 17.28 y = -30.73 z = 50.62 detector = DummyHitDetector +WriteCond INFO Hit x = 20.49 y = -36.41 z = 48.13 detector = DummyHitDetector +WriteCond INFO Hit x = 23.70 y = -42.09 z = 46.31 detector = DummyHitDetector +WriteCond INFO Hit x = 26.91 y = -47.77 z = 44.92 detector = DummyHitDetector +WriteCond INFO Hit x = 30.12 y = -53.45 z = 43.83 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput DbSession Info Open DbSession @@ -98,7 +96,6 @@ PoolXMLFileCatalog Debug filename SimplePoolFile5.root does not exist XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found Domain[ROOT_All] Info -> Access DbDatabase CREATE [ROOT_All] ???? Domain[ROOT_All] Info SimplePoolFile5.root -RootDatabase.open Success SimplePoolFile5.root File version:53424 SimplePoolFile5.root Debug --> Access DbContainer CREATE [ROOT_All] ##Shapes ???? Debug Opened container ##Shapes of type ROOT_Tree ##Shapes Debug No objects passing selection criteria... Container has 0 Entries in total. @@ -114,6 +111,7 @@ RootDatabase.setOption Debug Request TREE_AUTO_FLUSH RootDatabase.setOption Debug File name SimplePoolFile5.root RootDatabase.setOption Debug Demand to set AUTO_FLUSH for TTree: POOLContainer with value: 0 AthenaPoolCnvSvc DEBUG setAttribute TREE_AUTO_FLUSH to 0 for db: SimplePoolFile5.root and cont: TTree=POOLContainer +AthenaPoolCnvSvc DEBUG setAttribute CONTAINER_SPLITLEVEL to 99 for db: SimplePoolFile5.root and cont: TTree=POOLContainerForm(DataHeaderForm) Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root Stream1.Stream1... DEBUG Recorded DataHeader with key Stream1 Stream1 DEBUG addItemObjects(2101,"*") called @@ -173,16 +171,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #1, run #0 1 events p WriteData DEBUG in execute() WriteData INFO EventInfo event: 1 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 101.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 104.44 y = -8.02 z = 22.16 detector = DummyHitDetector -WriteCond INFO Hit x = 107.65 y = -13.70 z = -21.63 detector = DummyHitDetector -WriteCond INFO Hit x = 110.86 y = -19.38 z = -36.23 detector = DummyHitDetector -WriteCond INFO Hit x = 114.07 y = -25.06 z = -43.53 detector = DummyHitDetector -WriteCond INFO Hit x = 117.28 y = -30.73 z = -47.91 detector = DummyHitDetector -WriteCond INFO Hit x = 120.49 y = -36.41 z = -50.83 detector = DummyHitDetector -WriteCond INFO Hit x = 123.70 y = -42.09 z = -52.91 detector = DummyHitDetector -WriteCond INFO Hit x = 126.91 y = -47.77 z = -54.48 detector = DummyHitDetector -WriteCond INFO Hit x = 130.12 y = -53.45 z = -55.69 detector = DummyHitDetector +WriteCond INFO Hit x = 101.23 y = -2.34 z = 126.67 detector = DummyHitDetector +WriteCond INFO Hit x = 104.44 y = -8.02 z = -5.26 detector = DummyHitDetector +WriteCond INFO Hit x = 107.65 y = -13.70 z = -29.76 detector = DummyHitDetector +WriteCond INFO Hit x = 110.86 y = -19.38 z = -40.08 detector = DummyHitDetector +WriteCond INFO Hit x = 114.07 y = -25.06 z = -45.77 detector = DummyHitDetector +WriteCond INFO Hit x = 117.28 y = -30.73 z = -49.37 detector = DummyHitDetector +WriteCond INFO Hit x = 120.49 y = -36.41 z = -51.86 detector = DummyHitDetector +WriteCond INFO Hit x = 123.70 y = -42.09 z = -53.68 detector = DummyHitDetector +WriteCond INFO Hit x = 126.91 y = -47.77 z = -55.07 detector = DummyHitDetector +WriteCond INFO Hit x = 130.12 y = -53.45 z = -56.16 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -202,16 +200,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #2, run #0 2 events p WriteData DEBUG in execute() WriteData INFO EventInfo event: 2 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 201.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 204.44 y = -8.02 z = -77.83 detector = DummyHitDetector -WriteCond INFO Hit x = 207.65 y = -13.70 z = -121.63 detector = DummyHitDetector -WriteCond INFO Hit x = 210.86 y = -19.38 z = -136.23 detector = DummyHitDetector -WriteCond INFO Hit x = 214.07 y = -25.06 z = -143.53 detector = DummyHitDetector -WriteCond INFO Hit x = 217.28 y = -30.73 z = -147.91 detector = DummyHitDetector -WriteCond INFO Hit x = 220.49 y = -36.41 z = -150.83 detector = DummyHitDetector -WriteCond INFO Hit x = 223.70 y = -42.09 z = -152.91 detector = DummyHitDetector -WriteCond INFO Hit x = 226.91 y = -47.77 z = -154.48 detector = DummyHitDetector -WriteCond INFO Hit x = 230.12 y = -53.45 z = -155.7 detector = DummyHitDetector +WriteCond INFO Hit x = 201.23 y = -2.34 z = 26.67 detector = DummyHitDetector +WriteCond INFO Hit x = 204.44 y = -8.02 z = -105.26 detector = DummyHitDetector +WriteCond INFO Hit x = 207.65 y = -13.70 z = -129.76 detector = DummyHitDetector +WriteCond INFO Hit x = 210.86 y = -19.38 z = -140.08 detector = DummyHitDetector +WriteCond INFO Hit x = 214.07 y = -25.06 z = -145.77 detector = DummyHitDetector +WriteCond INFO Hit x = 217.28 y = -30.73 z = -149.37 detector = DummyHitDetector +WriteCond INFO Hit x = 220.49 y = -36.41 z = -151.86 detector = DummyHitDetector +WriteCond INFO Hit x = 223.70 y = -42.09 z = -153.68 detector = DummyHitDetector +WriteCond INFO Hit x = 226.91 y = -47.77 z = -155.07 detector = DummyHitDetector +WriteCond INFO Hit x = 230.12 y = -53.45 z = -156.16 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -231,16 +229,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #3, run #0 3 events p WriteData DEBUG in execute() WriteData INFO EventInfo event: 3 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 301.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 304.44 y = -8.02 z = -177.83 detector = DummyHitDetector -WriteCond INFO Hit x = 307.65 y = -13.70 z = -221.63 detector = DummyHitDetector -WriteCond INFO Hit x = 310.86 y = -19.38 z = -236.23 detector = DummyHitDetector -WriteCond INFO Hit x = 314.07 y = -25.06 z = -243.53 detector = DummyHitDetector -WriteCond INFO Hit x = 317.28 y = -30.73 z = -247.91 detector = DummyHitDetector -WriteCond INFO Hit x = 320.49 y = -36.41 z = -250.83 detector = DummyHitDetector -WriteCond INFO Hit x = 323.70 y = -42.09 z = -252.91 detector = DummyHitDetector -WriteCond INFO Hit x = 326.91 y = -47.77 z = -254.48 detector = DummyHitDetector -WriteCond INFO Hit x = 330.12 y = -53.45 z = -255.7 detector = DummyHitDetector +WriteCond INFO Hit x = 301.23 y = -2.34 z = -73.32 detector = DummyHitDetector +WriteCond INFO Hit x = 304.44 y = -8.02 z = -205.26 detector = DummyHitDetector +WriteCond INFO Hit x = 307.65 y = -13.70 z = -229.76 detector = DummyHitDetector +WriteCond INFO Hit x = 310.86 y = -19.38 z = -240.08 detector = DummyHitDetector +WriteCond INFO Hit x = 314.07 y = -25.06 z = -245.77 detector = DummyHitDetector +WriteCond INFO Hit x = 317.28 y = -30.73 z = -249.37 detector = DummyHitDetector +WriteCond INFO Hit x = 320.49 y = -36.41 z = -251.86 detector = DummyHitDetector +WriteCond INFO Hit x = 323.70 y = -42.09 z = -253.68 detector = DummyHitDetector +WriteCond INFO Hit x = 326.91 y = -47.77 z = -255.07 detector = DummyHitDetector +WriteCond INFO Hit x = 330.12 y = -53.45 z = -256.16 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -260,16 +258,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #4, run #0 4 events p WriteData DEBUG in execute() WriteData INFO EventInfo event: 4 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 401.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 404.44 y = -8.02 z = -277.83 detector = DummyHitDetector -WriteCond INFO Hit x = 407.65 y = -13.70 z = -321.63 detector = DummyHitDetector -WriteCond INFO Hit x = 410.86 y = -19.38 z = -336.23 detector = DummyHitDetector -WriteCond INFO Hit x = 414.07 y = -25.06 z = -343.53 detector = DummyHitDetector -WriteCond INFO Hit x = 417.28 y = -30.73 z = -347.91 detector = DummyHitDetector -WriteCond INFO Hit x = 420.49 y = -36.41 z = -350.83 detector = DummyHitDetector -WriteCond INFO Hit x = 423.70 y = -42.09 z = -352.91 detector = DummyHitDetector -WriteCond INFO Hit x = 426.91 y = -47.77 z = -354.48 detector = DummyHitDetector -WriteCond INFO Hit x = 430.12 y = -53.45 z = -355.7 detector = DummyHitDetector +WriteCond INFO Hit x = 401.23 y = -2.34 z = -173.32 detector = DummyHitDetector +WriteCond INFO Hit x = 404.44 y = -8.02 z = -305.26 detector = DummyHitDetector +WriteCond INFO Hit x = 407.65 y = -13.70 z = -329.76 detector = DummyHitDetector +WriteCond INFO Hit x = 410.86 y = -19.38 z = -340.08 detector = DummyHitDetector +WriteCond INFO Hit x = 414.07 y = -25.06 z = -345.77 detector = DummyHitDetector +WriteCond INFO Hit x = 417.28 y = -30.73 z = -349.37 detector = DummyHitDetector +WriteCond INFO Hit x = 420.49 y = -36.41 z = -351.86 detector = DummyHitDetector +WriteCond INFO Hit x = 423.70 y = -42.09 z = -353.68 detector = DummyHitDetector +WriteCond INFO Hit x = 426.91 y = -47.77 z = -355.07 detector = DummyHitDetector +WriteCond INFO Hit x = 430.12 y = -53.45 z = -356.16 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -289,16 +287,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #5, run #0 5 events p WriteData DEBUG in execute() WriteData INFO EventInfo event: 5 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 501.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 504.44 y = -8.02 z = -377.83 detector = DummyHitDetector -WriteCond INFO Hit x = 507.65 y = -13.70 z = -421.63 detector = DummyHitDetector -WriteCond INFO Hit x = 510.86 y = -19.38 z = -436.23 detector = DummyHitDetector -WriteCond INFO Hit x = 514.07 y = -25.06 z = -443.53 detector = DummyHitDetector -WriteCond INFO Hit x = 517.28 y = -30.73 z = -447.91 detector = DummyHitDetector -WriteCond INFO Hit x = 520.49 y = -36.41 z = -450.83 detector = DummyHitDetector -WriteCond INFO Hit x = 523.70 y = -42.09 z = -452.91 detector = DummyHitDetector -WriteCond INFO Hit x = 526.91 y = -47.77 z = -454.48 detector = DummyHitDetector -WriteCond INFO Hit x = 530.12 y = -53.45 z = -455.7 detector = DummyHitDetector +WriteCond INFO Hit x = 501.23 y = -2.34 z = -273.32 detector = DummyHitDetector +WriteCond INFO Hit x = 504.44 y = -8.02 z = -405.26 detector = DummyHitDetector +WriteCond INFO Hit x = 507.65 y = -13.70 z = -429.76 detector = DummyHitDetector +WriteCond INFO Hit x = 510.86 y = -19.38 z = -440.08 detector = DummyHitDetector +WriteCond INFO Hit x = 514.07 y = -25.06 z = -445.77 detector = DummyHitDetector +WriteCond INFO Hit x = 517.28 y = -30.73 z = -449.37 detector = DummyHitDetector +WriteCond INFO Hit x = 520.49 y = -36.41 z = -451.86 detector = DummyHitDetector +WriteCond INFO Hit x = 523.70 y = -42.09 z = -453.68 detector = DummyHitDetector +WriteCond INFO Hit x = 526.91 y = -47.77 z = -455.07 detector = DummyHitDetector +WriteCond INFO Hit x = 530.12 y = -53.45 z = -456.16 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -318,16 +316,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #6, run #0 6 events p WriteData DEBUG in execute() WriteData INFO EventInfo event: 6 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 601.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 604.44 y = -8.02 z = -477.83 detector = DummyHitDetector -WriteCond INFO Hit x = 607.65 y = -13.70 z = -521.63 detector = DummyHitDetector -WriteCond INFO Hit x = 610.86 y = -19.38 z = -536.23 detector = DummyHitDetector -WriteCond INFO Hit x = 614.07 y = -25.06 z = -543.53 detector = DummyHitDetector -WriteCond INFO Hit x = 617.28 y = -30.73 z = -547.91 detector = DummyHitDetector -WriteCond INFO Hit x = 620.49 y = -36.41 z = -550.83 detector = DummyHitDetector -WriteCond INFO Hit x = 623.70 y = -42.09 z = -552.91 detector = DummyHitDetector -WriteCond INFO Hit x = 626.91 y = -47.77 z = -554.48 detector = DummyHitDetector -WriteCond INFO Hit x = 630.12 y = -53.45 z = -555.7 detector = DummyHitDetector +WriteCond INFO Hit x = 601.23 y = -2.34 z = -373.32 detector = DummyHitDetector +WriteCond INFO Hit x = 604.44 y = -8.02 z = -505.26 detector = DummyHitDetector +WriteCond INFO Hit x = 607.65 y = -13.70 z = -529.76 detector = DummyHitDetector +WriteCond INFO Hit x = 610.86 y = -19.38 z = -540.08 detector = DummyHitDetector +WriteCond INFO Hit x = 614.07 y = -25.06 z = -545.77 detector = DummyHitDetector +WriteCond INFO Hit x = 617.28 y = -30.73 z = -549.37 detector = DummyHitDetector +WriteCond INFO Hit x = 620.49 y = -36.41 z = -551.86 detector = DummyHitDetector +WriteCond INFO Hit x = 623.70 y = -42.09 z = -553.68 detector = DummyHitDetector +WriteCond INFO Hit x = 626.91 y = -47.77 z = -555.07 detector = DummyHitDetector +WriteCond INFO Hit x = 630.12 y = -53.45 z = -556.16 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -347,16 +345,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #7, run #0 7 events p WriteData DEBUG in execute() WriteData INFO EventInfo event: 7 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 701.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 704.44 y = -8.02 z = -577.83 detector = DummyHitDetector -WriteCond INFO Hit x = 707.65 y = -13.70 z = -621.63 detector = DummyHitDetector -WriteCond INFO Hit x = 710.86 y = -19.38 z = -636.23 detector = DummyHitDetector -WriteCond INFO Hit x = 714.07 y = -25.06 z = -643.53 detector = DummyHitDetector -WriteCond INFO Hit x = 717.28 y = -30.73 z = -647.91 detector = DummyHitDetector -WriteCond INFO Hit x = 720.49 y = -36.41 z = -650.83 detector = DummyHitDetector -WriteCond INFO Hit x = 723.70 y = -42.09 z = -652.91 detector = DummyHitDetector -WriteCond INFO Hit x = 726.91 y = -47.77 z = -654.48 detector = DummyHitDetector -WriteCond INFO Hit x = 730.12 y = -53.45 z = -655.7 detector = DummyHitDetector +WriteCond INFO Hit x = 701.23 y = -2.34 z = -473.32 detector = DummyHitDetector +WriteCond INFO Hit x = 704.44 y = -8.02 z = -605.26 detector = DummyHitDetector +WriteCond INFO Hit x = 707.65 y = -13.70 z = -629.76 detector = DummyHitDetector +WriteCond INFO Hit x = 710.86 y = -19.38 z = -640.08 detector = DummyHitDetector +WriteCond INFO Hit x = 714.07 y = -25.06 z = -645.77 detector = DummyHitDetector +WriteCond INFO Hit x = 717.28 y = -30.73 z = -649.37 detector = DummyHitDetector +WriteCond INFO Hit x = 720.49 y = -36.41 z = -651.86 detector = DummyHitDetector +WriteCond INFO Hit x = 723.70 y = -42.09 z = -653.68 detector = DummyHitDetector +WriteCond INFO Hit x = 726.91 y = -47.77 z = -655.07 detector = DummyHitDetector +WriteCond INFO Hit x = 730.12 y = -53.45 z = -656.16 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -376,16 +374,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #8, run #0 8 events p WriteData DEBUG in execute() WriteData INFO EventInfo event: 8 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 801.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 804.44 y = -8.02 z = -677.83 detector = DummyHitDetector -WriteCond INFO Hit x = 807.65 y = -13.70 z = -721.63 detector = DummyHitDetector -WriteCond INFO Hit x = 810.86 y = -19.38 z = -736.23 detector = DummyHitDetector -WriteCond INFO Hit x = 814.07 y = -25.06 z = -743.53 detector = DummyHitDetector -WriteCond INFO Hit x = 817.28 y = -30.73 z = -747.91 detector = DummyHitDetector -WriteCond INFO Hit x = 820.49 y = -36.41 z = -750.83 detector = DummyHitDetector -WriteCond INFO Hit x = 823.70 y = -42.09 z = -752.91 detector = DummyHitDetector -WriteCond INFO Hit x = 826.91 y = -47.77 z = -754.48 detector = DummyHitDetector -WriteCond INFO Hit x = 830.12 y = -53.45 z = -755.7 detector = DummyHitDetector +WriteCond INFO Hit x = 801.23 y = -2.34 z = -573.32 detector = DummyHitDetector +WriteCond INFO Hit x = 804.44 y = -8.02 z = -705.26 detector = DummyHitDetector +WriteCond INFO Hit x = 807.65 y = -13.70 z = -729.76 detector = DummyHitDetector +WriteCond INFO Hit x = 810.86 y = -19.38 z = -740.08 detector = DummyHitDetector +WriteCond INFO Hit x = 814.07 y = -25.06 z = -745.77 detector = DummyHitDetector +WriteCond INFO Hit x = 817.28 y = -30.73 z = -749.37 detector = DummyHitDetector +WriteCond INFO Hit x = 820.49 y = -36.41 z = -751.86 detector = DummyHitDetector +WriteCond INFO Hit x = 823.70 y = -42.09 z = -753.68 detector = DummyHitDetector +WriteCond INFO Hit x = 826.91 y = -47.77 z = -755.07 detector = DummyHitDetector +WriteCond INFO Hit x = 830.12 y = -53.45 z = -756.16 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -405,16 +403,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #9, run #0 9 events p WriteData DEBUG in execute() WriteData INFO EventInfo event: 9 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 901.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 904.44 y = -8.02 z = -777.83 detector = DummyHitDetector -WriteCond INFO Hit x = 907.65 y = -13.70 z = -821.63 detector = DummyHitDetector -WriteCond INFO Hit x = 910.86 y = -19.38 z = -836.23 detector = DummyHitDetector -WriteCond INFO Hit x = 914.07 y = -25.06 z = -843.53 detector = DummyHitDetector -WriteCond INFO Hit x = 917.28 y = -30.73 z = -847.91 detector = DummyHitDetector -WriteCond INFO Hit x = 920.49 y = -36.41 z = -850.83 detector = DummyHitDetector -WriteCond INFO Hit x = 923.70 y = -42.09 z = -852.91 detector = DummyHitDetector -WriteCond INFO Hit x = 926.91 y = -47.77 z = -854.48 detector = DummyHitDetector -WriteCond INFO Hit x = 930.12 y = -53.45 z = -855.7 detector = DummyHitDetector +WriteCond INFO Hit x = 901.23 y = -2.34 z = -673.32 detector = DummyHitDetector +WriteCond INFO Hit x = 904.44 y = -8.02 z = -805.26 detector = DummyHitDetector +WriteCond INFO Hit x = 907.65 y = -13.70 z = -829.76 detector = DummyHitDetector +WriteCond INFO Hit x = 910.86 y = -19.38 z = -840.08 detector = DummyHitDetector +WriteCond INFO Hit x = 914.07 y = -25.06 z = -845.77 detector = DummyHitDetector +WriteCond INFO Hit x = 917.28 y = -30.73 z = -849.37 detector = DummyHitDetector +WriteCond INFO Hit x = 920.49 y = -36.41 z = -851.86 detector = DummyHitDetector +WriteCond INFO Hit x = 923.70 y = -42.09 z = -853.68 detector = DummyHitDetector +WriteCond INFO Hit x = 926.91 y = -47.77 z = -855.07 detector = DummyHitDetector +WriteCond INFO Hit x = 930.12 y = -53.45 z = -856.16 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -434,16 +432,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #10, run #0 10 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 10 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 1001.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1004.44 y = -8.02 z = -877.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1007.65 y = -13.70 z = -921.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1010.86 y = -19.38 z = -936.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1014.07 y = -25.06 z = -943.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1017.28 y = -30.73 z = -947.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1020.49 y = -36.41 z = -950.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1023.7 y = -42.09 z = -952.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1026.91 y = -47.77 z = -954.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1030.12 y = -53.45 z = -955.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1001.23 y = -2.34 z = -773.32 detector = DummyHitDetector +WriteCond INFO Hit x = 1004.44 y = -8.02 z = -905.26 detector = DummyHitDetector +WriteCond INFO Hit x = 1007.65 y = -13.70 z = -929.76 detector = DummyHitDetector +WriteCond INFO Hit x = 1010.86 y = -19.38 z = -940.08 detector = DummyHitDetector +WriteCond INFO Hit x = 1014.07 y = -25.06 z = -945.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1017.28 y = -30.73 z = -949.37 detector = DummyHitDetector +WriteCond INFO Hit x = 1020.49 y = -36.41 z = -951.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1023.7 y = -42.09 z = -953.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1026.91 y = -47.77 z = -955.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1030.12 y = -53.45 z = -956.16 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -471,16 +469,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #11, run #0 11 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 11 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 1101.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1104.44 y = -8.02 z = -977.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1107.65 y = -13.70 z = -1021.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1110.86 y = -19.38 z = -1036.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1114.07 y = -25.06 z = -1043.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1117.28 y = -30.73 z = -1047.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1120.49 y = -36.41 z = -1050.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1123.7 y = -42.09 z = -1052.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1126.91 y = -47.77 z = -1054.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1130.12 y = -53.45 z = -1055.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1101.23 y = -2.34 z = -873.32 detector = DummyHitDetector +WriteCond INFO Hit x = 1104.44 y = -8.02 z = -1005.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1107.65 y = -13.70 z = -1029.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1110.86 y = -19.38 z = -1040.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1114.07 y = -25.06 z = -1045.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1117.28 y = -30.73 z = -1049.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1120.49 y = -36.41 z = -1051.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1123.7 y = -42.09 z = -1053.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1126.91 y = -47.77 z = -1055.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1130.12 y = -53.45 z = -1056.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -500,16 +498,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #12, run #0 12 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 12 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 1201.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1204.44 y = -8.02 z = -1077.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1207.65 y = -13.70 z = -1121.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1210.86 y = -19.38 z = -1136.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1214.07 y = -25.06 z = -1143.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1217.28 y = -30.73 z = -1147.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1220.49 y = -36.41 z = -1150.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1223.7 y = -42.09 z = -1152.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1226.91 y = -47.77 z = -1154.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1230.12 y = -53.45 z = -1155.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1201.23 y = -2.34 z = -973.32 detector = DummyHitDetector +WriteCond INFO Hit x = 1204.44 y = -8.02 z = -1105.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1207.65 y = -13.70 z = -1129.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1210.86 y = -19.38 z = -1140.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1214.07 y = -25.06 z = -1145.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1217.28 y = -30.73 z = -1149.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1220.49 y = -36.41 z = -1151.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1223.7 y = -42.09 z = -1153.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1226.91 y = -47.77 z = -1155.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1230.12 y = -53.45 z = -1156.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -529,16 +527,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #13, run #0 13 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 13 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 1301.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1304.44 y = -8.02 z = -1177.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1307.65 y = -13.70 z = -1221.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1310.86 y = -19.38 z = -1236.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1314.07 y = -25.06 z = -1243.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1317.28 y = -30.73 z = -1247.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1320.49 y = -36.41 z = -1250.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1323.7 y = -42.09 z = -1252.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1326.91 y = -47.77 z = -1254.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1330.12 y = -53.45 z = -1255.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1301.23 y = -2.34 z = -1073.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1304.44 y = -8.02 z = -1205.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1307.65 y = -13.70 z = -1229.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1310.86 y = -19.38 z = -1240.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1314.07 y = -25.06 z = -1245.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1317.28 y = -30.73 z = -1249.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1320.49 y = -36.41 z = -1251.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1323.7 y = -42.09 z = -1253.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1326.91 y = -47.77 z = -1255.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1330.12 y = -53.45 z = -1256.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -559,16 +557,16 @@ WriteData DEBUG in execute() WriteData INFO EventInfo event: 14 run: 0 WriteData INFO Now creating ExampleHit alias for event: 14 WriteData INFO registered all data -WriteCond INFO Hit x = 1401.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1404.44 y = -8.02 z = -1277.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1407.65 y = -13.70 z = -1321.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1410.86 y = -19.38 z = -1336.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1414.07 y = -25.06 z = -1343.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1417.28 y = -30.73 z = -1347.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1420.49 y = -36.41 z = -1350.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1423.7 y = -42.09 z = -1352.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1426.91 y = -47.77 z = -1354.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1430.12 y = -53.45 z = -1355.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1401.23 y = -2.34 z = -1173.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1404.44 y = -8.02 z = -1305.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1407.65 y = -13.70 z = -1329.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1410.86 y = -19.38 z = -1340.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1414.07 y = -25.06 z = -1345.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1417.28 y = -30.73 z = -1349.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1420.49 y = -36.41 z = -1351.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1423.7 y = -42.09 z = -1353.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1426.91 y = -47.77 z = -1355.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1430.12 y = -53.45 z = -1356.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -588,16 +586,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #15, run #0 15 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 15 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 1501.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1504.44 y = -8.02 z = -1377.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1507.65 y = -13.70 z = -1421.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1510.86 y = -19.38 z = -1436.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1514.07 y = -25.06 z = -1443.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1517.28 y = -30.73 z = -1447.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1520.49 y = -36.41 z = -1450.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1523.7 y = -42.09 z = -1452.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1526.91 y = -47.77 z = -1454.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1530.12 y = -53.45 z = -1455.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1501.23 y = -2.34 z = -1273.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1504.44 y = -8.02 z = -1405.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1507.65 y = -13.70 z = -1429.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1510.86 y = -19.38 z = -1440.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1514.07 y = -25.06 z = -1445.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1517.28 y = -30.73 z = -1449.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1520.49 y = -36.41 z = -1451.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1523.7 y = -42.09 z = -1453.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1526.91 y = -47.77 z = -1455.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1530.12 y = -53.45 z = -1456.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -617,16 +615,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #16, run #0 16 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 16 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 1601.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1604.44 y = -8.02 z = -1477.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1607.65 y = -13.70 z = -1521.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1610.86 y = -19.38 z = -1536.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1614.07 y = -25.06 z = -1543.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1617.28 y = -30.73 z = -1547.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1620.49 y = -36.41 z = -1550.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1623.7 y = -42.09 z = -1552.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1626.91 y = -47.77 z = -1554.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1630.12 y = -53.45 z = -1555.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1601.23 y = -2.34 z = -1373.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1604.44 y = -8.02 z = -1505.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1607.65 y = -13.70 z = -1529.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1610.86 y = -19.38 z = -1540.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1614.07 y = -25.06 z = -1545.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1617.28 y = -30.73 z = -1549.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1620.49 y = -36.41 z = -1551.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1623.7 y = -42.09 z = -1553.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1626.91 y = -47.77 z = -1555.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1630.12 y = -53.45 z = -1556.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -646,16 +644,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #17, run #0 17 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 17 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 1701.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1704.44 y = -8.02 z = -1577.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1707.65 y = -13.70 z = -1621.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1710.86 y = -19.38 z = -1636.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1714.07 y = -25.06 z = -1643.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1717.28 y = -30.73 z = -1647.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1720.49 y = -36.41 z = -1650.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1723.7 y = -42.09 z = -1652.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1726.91 y = -47.77 z = -1654.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1730.12 y = -53.45 z = -1655.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1701.23 y = -2.34 z = -1473.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1704.44 y = -8.02 z = -1605.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1707.65 y = -13.70 z = -1629.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1710.86 y = -19.38 z = -1640.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1714.07 y = -25.06 z = -1645.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1717.28 y = -30.73 z = -1649.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1720.49 y = -36.41 z = -1651.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1723.7 y = -42.09 z = -1653.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1726.91 y = -47.77 z = -1655.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1730.12 y = -53.45 z = -1656.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -675,16 +673,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #18, run #0 18 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 18 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 1801.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1804.44 y = -8.02 z = -1677.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1807.65 y = -13.70 z = -1721.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1810.86 y = -19.38 z = -1736.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1814.07 y = -25.06 z = -1743.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1817.28 y = -30.73 z = -1747.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1820.49 y = -36.41 z = -1750.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1823.7 y = -42.09 z = -1752.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1826.91 y = -47.77 z = -1754.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1830.12 y = -53.45 z = -1755.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1801.23 y = -2.34 z = -1573.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1804.44 y = -8.02 z = -1705.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1807.65 y = -13.70 z = -1729.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1810.86 y = -19.38 z = -1740.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1814.07 y = -25.06 z = -1745.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1817.28 y = -30.73 z = -1749.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1820.49 y = -36.41 z = -1751.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1823.7 y = -42.09 z = -1753.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1826.91 y = -47.77 z = -1755.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1830.12 y = -53.45 z = -1756.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -704,16 +702,16 @@ AthenaEventLoopMgr INFO ===>>> start processing event #19, run #0 19 events WriteData DEBUG in execute() WriteData INFO EventInfo event: 19 run: 0 WriteData INFO registered all data -WriteCond INFO Hit x = 1901.23 y = -2.34 z = inf detector = DummyHitDetector -WriteCond INFO Hit x = 1904.44 y = -8.02 z = -1777.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1907.65 y = -13.70 z = -1821.63 detector = DummyHitDetector -WriteCond INFO Hit x = 1910.86 y = -19.38 z = -1836.23 detector = DummyHitDetector -WriteCond INFO Hit x = 1914.07 y = -25.06 z = -1843.53 detector = DummyHitDetector -WriteCond INFO Hit x = 1917.28 y = -30.73 z = -1847.91 detector = DummyHitDetector -WriteCond INFO Hit x = 1920.49 y = -36.41 z = -1850.83 detector = DummyHitDetector -WriteCond INFO Hit x = 1923.7 y = -42.09 z = -1852.92 detector = DummyHitDetector -WriteCond INFO Hit x = 1926.91 y = -47.77 z = -1854.48 detector = DummyHitDetector -WriteCond INFO Hit x = 1930.12 y = -53.45 z = -1855.7 detector = DummyHitDetector +WriteCond INFO Hit x = 1901.23 y = -2.34 z = -1673.33 detector = DummyHitDetector +WriteCond INFO Hit x = 1904.44 y = -8.02 z = -1805.27 detector = DummyHitDetector +WriteCond INFO Hit x = 1907.65 y = -13.70 z = -1829.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1910.86 y = -19.38 z = -1840.09 detector = DummyHitDetector +WriteCond INFO Hit x = 1914.07 y = -25.06 z = -1845.77 detector = DummyHitDetector +WriteCond INFO Hit x = 1917.28 y = -30.73 z = -1849.38 detector = DummyHitDetector +WriteCond INFO Hit x = 1920.49 y = -36.41 z = -1851.86 detector = DummyHitDetector +WriteCond INFO Hit x = 1923.7 y = -42.09 z = -1853.68 detector = DummyHitDetector +WriteCond INFO Hit x = 1926.91 y = -47.77 z = -1855.07 detector = DummyHitDetector +WriteCond INFO Hit x = 1930.12 y = -53.45 z = -1856.17 detector = DummyHitDetector WriteCond INFO registered all data Stream1.Stream1... DEBUG In connectOutput Stream1.Stream1... DEBUG Connected to ROOTTREE:SimplePoolFile5.root @@ -730,10 +728,11 @@ Stream1 DEBUG Object/count: ExampleHitContainer_MyHits, 20 Stream1.Stream1... DEBUG In commitOutput AthenaEventLoopMgr INFO ===>>> done processing event #19, run #0 20 events processed so far <<<=== WriteCond INFO in finalize() -WriteCond INFO Pedestal x = 193136 y = -5580.01 z = inf string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> +WriteCond INFO Pedestal x = 193136 y = -5580.01 z = -175208 string = <..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o..........o> DetectorStore INFO Stop DetectorStore StoreGateSvc INFO Stop StoreGateSvc StoreGateSvc INFO stop: setting service priority to 101 so that event stores get finalized and cleared before other stores +MetaDataStore INFO Stop MetaDataStore Stream1 DEBUG handle() incident type: MetaDataStop Stream1.Stream1... DEBUG In connectServices Stream1.Stream1... DEBUG In connectOutput @@ -802,7 +801,6 @@ SimplePoolFile5.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLC SimplePoolFile5.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader) SimplePoolFile5.root Debug --> Deaccess DbContainer CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm) Domain[ROOT_All] Info > Deaccess DbDomain UPDATE [ROOT_All] -MetaDataStore INFO Stop MetaDataStore InputMetaDataStore INFO Stop InputMetaDataStore ApplicationMgr INFO Application Manager Stopped successfully WriteData INFO in finalize() @@ -813,24 +811,18 @@ AthRegSeq INFO Finalizing AthRegSeq... AthMasterSeq INFO Finalizing AthMasterSeq... Stream1 DEBUG finalize: Optimize output Stream1 DEBUG finalize: end optimize output -StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-02-45-01-04 +StoreGateSvc INFO Finalizing StoreGateSvc - package version StoreGate-03-06-31 EventSelector INFO finalize -DetectorStore INFO Finalizing DetectorStore - package version StoreGate-02-45-01-04 -ItemListSvc INFO -- OUTPUT STREAM ITEM OVERLAP SUMMARY -- -ItemListSvc INFO STREAM Stream1 has (4) items -ItemListSvc INFO - EventInfo_McEventInfo -ItemListSvc INFO - EventStreamInfo_Stream1 -ItemListSvc INFO - ExampleHitContainer_MyHits -ItemListSvc INFO - ExampleHitContainer_PedestalWriteData +DetectorStore INFO Finalizing DetectorStore - package version StoreGate-03-06-31 DecisionSvc INFO -- OUTPUT STREAM EVENT OVERLAP SUMMARY -- DecisionSvc INFO List of registered 1 Streams: Stream1 DecisionSvc INFO Finalized successfully. +MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-03-06-31 AthenaPoolCnvSvc DEBUG releasing all workers PoolSvc INFO I/O finalization... XMLFileCatalog Info Updating the catalog PoolXMLFileCatalog Info XercesC termination number 0 -MetaDataStore INFO Finalizing MetaDataStore - package version StoreGate-02-45-01-04 -InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-02-45-01-04 +InputMetaDataStore INFO Finalizing InputMetaDataStore - package version StoreGate-03-06-31 AthDictLoaderSvc INFO in finalize... ToolSvc INFO Removing all tools created by ToolSvc Stream1.Stream1... DEBUG in finalize() @@ -840,10 +832,8 @@ Stream1.Stream1... DEBUG Calling destructor *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -AthenaSealSvc::... INFO Time User : Tot= 83 [ms] Ave/Min/Max= 20.7(+- 9.04)/ 10/ 32 [ms] #= 4 -AthenaSealSvc::... INFO Time User : Tot= 85 [ms] Ave/Min/Max= 12.1(+- 12.3)/ 0/ 32 [ms] #= 7 -AthenaSealSvc::... INFO Time User : Tot= 128 [ms] #= 1 -ChronoStatSvc INFO Time User : Tot= 4.73 [s] #= 1 +AthenaSealSvc::... INFO Time User : Tot= 11 [ms] #= 1 +ChronoStatSvc INFO Time User : Tot=0.87 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ChronoStatSvc.f... INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/athenarun_test.sh.in b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/athenarun_test.sh.in new file mode 100755 index 00000000000..268c8fbed12 --- /dev/null +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/athenarun_test.sh.in @@ -0,0 +1,13 @@ +#!/bin/bash +# +# $Id: athenarun_test.sh.in 740489 2016-04-15 09:17:00Z krasznaa $ +# +# This script template is used to create the scripts for the package that +# executes its integration tests. +# + +# Transmit errors: +set -e + +# Execute the job: +@toExecute@ diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/empty.pattern b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/empty.pattern index ad888c373c3..3c841a18e37 100755 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/empty.pattern +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/empty.pattern @@ -1,8 +1,8 @@ +Segmentation fault < Athena INFO using release < Preloading tcmalloc.so > Preloading tcmalloc_minimal.so < Py:ConfigurableDb WARNING -> Py:ConfigurableDb WARNING > Py:ConfigurableDb INFO No duplicates have been found: that's good ! < Py:ConfigurableDb INFO No duplicates have been found: that's good ! < PoolSvc INFO Database \([a-zA-Z0-9]*.root\) attribute \[FILE_SIZE\]: @@ -27,8 +27,6 @@ > ReadData INFO CollectionMetadata, key = UnixTimestamp, value = [0-9]* < TEnvRec::ChangeValue:0: RuntimeWarning: duplicate entry < Note: \(file \"\(tmpfile\)\", line 2\) File -< Stream[1-5]_FH INFO -< Stream[1-5]_FH.Defa... INFO < RootDbase: all good: < evt no, per run < WARNING: TCMALLOCDIR not defined, will use libc malloc @@ -37,6 +35,7 @@ < [a-zA-Z0-9_\(\)\/]* Debug endTransaction: go to finish > [a-zA-Z0-9_\(\)\/]* Debug endTransaction: go to finish < Warning in <TInterpreter::ReadRootmapFile>: class +> Warning in <TInterpreter::ReadRootmapFile>: class < GUID: Class < Athena INFO executing ROOT6Setup > AthenaRootStrea... INFO diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/post_check.sh b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/post_check.sh index a140d982cee..6e11aef65ab 100755 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/post_check.sh +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/post_check.sh @@ -28,7 +28,7 @@ else grep -v "running on " |\ grep -v "Skipping" |\ # Py:Athena will be Athena - sed -e 's/^Py:Athena/Athena /g' |\ + sed -e 's/^.*Py:Athena /Athena /g' |\ # Pointer addresses (mark 0) sed -e 's/0x0\{8\}/0x!!!!/g' |\ sed -e 's/0x[0-9a-f]\{8\}/0x????/g' |\ @@ -132,11 +132,6 @@ else sed 's/AthenaPoolExample_ReadJobOptions/AthenaPoolExample_ReadConcatJobOptions/g' |\ sed '/SimplePoolFile3.root/,/[)0]/ s/Stream2/Stream1/g' > ${joblog}.tmp mv ${joblog}.tmp ${joblog} - elif [ "${test}" = "AthenaPoolExample_RFilterPL" ] - then - cat ${joblog} | \ - sed -e 's/SimplePoolFile3/SimplePoolCollection5/g' > ${joblog}.tmp - mv ${joblog}.tmp ${joblog} fi if [ -e ../test/${test}.pattern ] @@ -214,7 +209,7 @@ else if [ ${diffStatus} != 0 ] then echo "[97;101;1m post.sh> ERROR: ${joblog} and ${reflog} differ [m" -# exit 1 + exit 1 else echo "[92;1m post.sh> OK: ${joblog} and ${reflog} identical [m" fi diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/pre_check.sh b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/pre_check.sh index 6ee933c59bd..c4f18f47a4b 100755 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/pre_check.sh +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/pre_check.sh @@ -16,35 +16,31 @@ elif [ "${test}" = "AthenaPoolExample_WriteFast" ] then echo "## clean up iii" /bin/rm -f SimplePool*[1-4].root #*.xml* - cat ../share/AthenaPoolExample_WriteJobOptions.py | \ - sed -e 's/SimplePoolFile2.root/SimplePoolFileA.root/g' > ${test}.py -elif [ "${test}" = "AthenaPoolExample_AppendFast" ] -then - cat ../share/AthenaPoolExample_AppendJobOptions.py | \ - sed -e 's/Stream1/Stream2/g' | \ - sed -e 's/SimplePoolFile2.root/SimplePoolFileB.root/g' > ${test}.py -elif [ "${test}" = "AthenaPoolExample_ReWriteTagFast" ] -then - cat ../share/AthenaPoolExample_RWJobOptions.py | \ - sed -e 's/SimplePoolFile1.root/SimplePoolFile2.root/g' | \ - sed -e 's/SimplePoolFile3.root/SimplePoolFile4.root/g' | \ - sed -e 's/SimplePoolCollection3.root/SimplePoolCollection4.root/g' | \ - sed -e 's/^RegStream1.WriteInputDataHeader = False/RegStream1.WriteInputDataHeader = True/g' | \ - sed -e 's/DataHeader#Stream1/DataHeader#\*/g' > ${test}.py -elif [ "${test}" = "AthenaPoolExample_ReadTagFast" ] -then - cat ../share/AthenaPoolExample_ReadJobOptions.py | \ - sed -e 's/SimplePoolCollection2.root/SimplePoolCollection4.root/g' | \ - sed -e 's/^svcMgr.EventSelector.SkipEvent/#svcMgr.EventSelector.SkipEvent/g' | \ - sed -e 's/^#svcMgr.EventSelector.InputCollections/svcMgr.EventSelector.InputCollections/g' | \ - sed -e 's/^#svcMgr.EventSelector.CollectionType/svcMgr.EventSelector.CollectionType/g' | \ - sed -e 's/^#svcMgr.EventSelector.HelperTools/svcMgr.EventSelector.HelperTools/g' | \ - sed -e 's/^#Switch Off for TAG - start/\"\"\"/g' | \ - sed -e 's/^#Switch Off for TAG - end/\"\"\"/g' > ${test}.py -elif [ "${test}" = "AthenaPoolExample_RFilterPL" ] -then - cat ../share/AthenaPoolExample_RFilterJobOptions.py | \ - sed -e 's/SimplePoolCollection5/SimplePoolFile3/g' > ${test}.py +# cat ../share/AthenaPoolExample_WriteJobOptions.py | \ +# sed -e 's/SimplePoolFile2.root/SimplePoolFileA.root/g' > ${test}.py +#elif [ "${test}" = "AthenaPoolExample_AppendFast" ] +#then +# cat ../share/AthenaPoolExample_AppendJobOptions.py | \ +# sed -e 's/Stream1/Stream2/g' | \ +# sed -e 's/SimplePoolFile2.root/SimplePoolFileB.root/g' > ${test}.py +#elif [ "${test}" = "AthenaPoolExample_ReWriteTagFast" ] +#then +# cat ../share/AthenaPoolExample_RWJobOptions.py | \ +# sed -e 's/SimplePoolFile1.root/SimplePoolFile2.root/g' | \ +# sed -e 's/SimplePoolFile3.root/SimplePoolFile4.root/g' | \ +# sed -e 's/SimplePoolCollection3.root/SimplePoolCollection4.root/g' | \ +# sed -e 's/^RegStream1.WriteInputDataHeader = False/RegStream1.WriteInputDataHeader = True/g' | \ +# sed -e 's/DataHeader#Stream1/DataHeader#\*/g' > ${test}.py +#elif [ "${test}" = "AthenaPoolExample_ReadTagFast" ] +#then +# cat ../share/AthenaPoolExample_ReadJobOptions.py | \ +# sed -e 's/SimplePoolCollection2.root/SimplePoolCollection4.root/g' | \ +# sed -e 's/^svcMgr.EventSelector.SkipEvent/#svcMgr.EventSelector.SkipEvent/g' | \ +# sed -e 's/^#svcMgr.EventSelector.InputCollections/svcMgr.EventSelector.InputCollections/g' | \ +# sed -e 's/^#svcMgr.EventSelector.CollectionType/svcMgr.EventSelector.CollectionType/g' | \ +# sed -e 's/^#svcMgr.EventSelector.HelperTools/svcMgr.EventSelector.HelperTools/g' | \ +# sed -e 's/^#Switch Off for TAG - start/\"\"\"/g' | \ +# sed -e 's/^#Switch Off for TAG - end/\"\"\"/g' > ${test}.py elif [ "${test}" = "AthenaPoolExample_WMeta" ] then echo "## clean up iii" @@ -53,66 +49,45 @@ then elif [ "${test}" == "AthenaPoolExample_ReWriteAgain" ] then rm SimplePool*3.root - cat ../share/AthenaPoolExample_RWJobOptions.py | \ - sed -e 's/SimplePoolFile1.root/SimplePoolReplica1.root/g' > ${test}.py -elif [ "${test}" == "AthenaPoolExample_ReWriteNext" ] -then - cat ../share/AthenaPoolExample_RWJobOptions.py | \ - #sed -e 's/#Stream1.WritingTool.ProvenanceTags/Stream1.WritingTool.ProvenanceTags/g' | \ - sed -e 's/3.root/4.root/g' | \ - sed -e 's/1.root/3.root/g' > ${test}.py +# cat ../share/AthenaPoolExample_RWJobOptions.py | \ +# sed -e 's/SimplePoolFile1.root/SimplePoolReplica1.root/g' > ${test}.py +#elif [ "${test}" == "AthenaPoolExample_ReWriteNext" ] +#then +# cat ../share/AthenaPoolExample_RWJobOptions.py | \ +# #sed -e 's/#Stream1.WritingTool.ProvenanceTags/Stream1.WritingTool.ProvenanceTags/g' | \ +# sed -e 's/3.root/4.root/g' | \ +# sed -e 's/1.root/3.root/g' > ${test}.py elif [ "${test}" == "AthenaPoolExample_ReWriteSkip" ] then /bin/rm -f TruncatedPoolFile.root SimplePool*3.root SimplePool*4.root Catalog1.xml* pool_insertFileToCatalog -u xmlcatalog_file:Catalog1.xml *File*.root cat ../share/AthenaPoolExample_RWJobOptions.py | \ sed -e 's/^#Stream1.ExtendProvenanceRecord = FALSE/Stream1.ExtendProvenanceRecord = FALSE/g' > ${test}.py -elif [ "${test}" == "AthenaPoolExample_ReadBN" ] -then - cat ../share/AthenaPoolExample_ReadJobOptions.py | \ - sed -e 's/^svcMgr.EventSelector.SkipEvent = 3/svcMgr.EventSelector.SkipEvent = 10/g' | \ - sed -e 's/^svcMgr.AthenaPoolAddressProviderSvc.BackNavigation = TRUE/svcMgr.AthenaPoolAddressProviderSvc.BackNavigation = FALSE/g' | \ - sed -e 's/^#svcMgr.AthenaPoolAddressProviderSvc.BackNavigationScope/svcMgr.AthenaPoolAddressProviderSvc.BackNavigationScope/g' > ${test}.py -elif [ "${test}" == "AthenaPoolExample_ReadNoBN" ] -then - FCdeletePFN -u xmlcatalog_file:Catalog1.xml -p EmptyPoolFile.root - cat ../share/AthenaPoolExample_ReadJobOptions.py | \ - sed -e 's/^#svcMgr.PoolSvc.AttemptCatalogPatch/svcMgr.PoolSvc.AttemptCatalogPatch/g' | \ - sed -e 's/^svcMgr.AthenaPoolAddressProviderSvc.BackNavigation = TRUE/svcMgr.AthenaPoolAddressProviderSvc.BackNavigation = FALSE/g' > ${test}.py elif [ "${test}" == "AthenaPoolExample_ReadAgain" ] then FCdeletePFN -u xmlcatalog_file:Catalog1.xml -p EmptyPoolFile.root FCaddReplica -u xmlcatalog_file:Catalog1.xml -r NotFoundPoolFile.root -p SimplePoolFile3.root FCaddReplica -u xmlcatalog_file:Catalog1.xml -r TruncatedPoolFile.root -p SimplePoolFile4.root FCdeletePFN -u xmlcatalog_file:Catalog1.xml -p SimplePoolFile4.root - cat ../share/AthenaPoolExample_ReadJobOptions.py | \ +# cat ../share/AthenaPoolExample_ReadJobOptions.py | \ # sed -e 's/^#svcMgr.PoolSvc.AttemptCatalogPatch/svcMgr.PoolSvc.AttemptCatalogPatch/g' | \ - sed -e 's/SimplePoolFile1.root/SimplePoolReplica1.root/g' | \ - sed -e 's/, "SimplePoolFile3.root"/, "NotTherePoolFile.root", "NotFoundPoolFile.root", "TruncatedPoolFile.root", "SimplePoolFile4.root"/g' > ${test}.py -elif [ "${test}" == "AthenaPoolExample_ReadTag" ] -then - cat ../share/AthenaPoolExample_ReadJobOptions.py | \ - sed -e 's/^svcMgr.EventSelector.SkipEvent/#svcMgr.EventSelector.SkipEvent/g' | \ - sed -e 's/^#svcMgr.EventSelector.InputCollections/svcMgr.EventSelector.InputCollections/g' | \ - sed -e 's/^#svcMgr.EventSelector.CollectionType/svcMgr.EventSelector.CollectionType/g' | \ - sed -e 's/^#svcMgr.EventSelector.HelperTools/svcMgr.EventSelector.HelperTools/g' | \ - sed -e 's/^#Switch Off for TAG - start/\"\"\"/g' | \ - sed -e 's/^#Switch Off for TAG - end/\"\"\"/g' > ${test}.py +# sed -e 's/SimplePoolFile1.root/SimplePoolReplica1.root/g' | \ +# sed -e 's/, "SimplePoolFile3.root"/, "NotTherePoolFile.root", "NotFoundPoolFile.root", "TruncatedPoolFile.root", "SimplePoolFile4.root"/g' > ${test}.py elif [ "${test}" == "AthenaPoolExample_ReadBsTag" ] then #catalogBytestreamFiles.sh /afs/cern.ch/atlas/offline/test/daq.m4_combined.0020720.extract.L1TT-b00000010._0001.data FCregisterPFN -g "7AB2B62D-7276-DC11-9AB7-0018FE6D438B" -t "BYTE_STREAM" -p "/afs/cern.ch/atlas/offline/test/daq.m4_combined.0020720.extract.L1TT-b00000010._0001.data" # For now, as catalogBytestreamFiles.sh fails on gcc4.8 rm SimplePoolFromRaw.root - cat ../share/AthenaPoolExample_ReadBsJobOptions.py | \ - sed -e 's/^#svcMgr.EventSelector.InputCollections/svcMgr.EventSelector.InputCollections/g' | \ - sed -e 's/^#svcMgr.EventSelector.CollectionType/svcMgr.EventSelector.CollectionType/g' | \ - sed -e 's/^#svcMgr.EventSelector.RefName/svcMgr.EventSelector.RefName/g' | \ - sed -e 's/^#svcMgr.EventSelector.Query/svcMgr.EventSelector.Query/g' | \ - grep -v "^\"\"\"" > ${test}.py +# cat ../share/AthenaPoolExample_ReadBsJobOptions.py | \ +# sed -e 's/^#svcMgr.EventSelector.InputCollections/svcMgr.EventSelector.InputCollections/g' | \ +# sed -e 's/^#svcMgr.EventSelector.CollectionType/svcMgr.EventSelector.CollectionType/g' | \ +# sed -e 's/^#svcMgr.EventSelector.RefName/svcMgr.EventSelector.RefName/g' | \ +# sed -e 's/^#svcMgr.EventSelector.Query/svcMgr.EventSelector.Query/g' | \ +# grep -v "^\"\"\"" > ${test}.py elif [ "${test}" == "AthenaPoolExample_RWcBs" ] then - cat ../share/AthenaPoolExample_RWBsJobOptions.py | \ - sed -e 's/^#svcMgr.ByteStreamInputSvc.FullFileName/svcMgr.ByteStreamInputSvc.FullFileName/g' > ${test}.py +# cat ../share/AthenaPoolExample_RWBsJobOptions.py | \ +# sed -e 's/^#svcMgr.ByteStreamInputSvc.FullFileName/svcMgr.ByteStreamInputSvc.FullFileName/g' > ${test}.py AtlCopyBSEvent.exe -d -e 14350,14356,14382 -o test_defl.data /afs/cern.ch/atlas/offline/test/daq.m4_combined.0020720.extract.L1TT-b00000010._0001.data #catalogBytestreamFiles.sh test_defl.data guid=`strings ../run/test_defl.data | grep "GUID=" | cut -d= -f2` -- GitLab