From eae18d193d7442d2809925258b64d2b9925a0991 Mon Sep 17 00:00:00 2001
From: Peter Van Gemmeren <peter.van.gemmeren@cern.ch>
Date: Thu, 26 Jun 2014 15:35:17 +0200
Subject: [PATCH] test logs (AthenaPoolExampleAlgorithms-00-05-02)

---
 .../cmt/requirements                          |  217 +++
 .../doc/MainPage.h                            |  185 +++
 .../AthenaPoolExample_ACondJobOptions.py      |   85 ++
 .../AthenaPoolExample_AMetaJobOptions.py      |   90 ++
 .../AthenaPoolExample_AppendJobOptions.py     |  114 ++
 .../AthenaPoolExample_ConcatJobOptions.py     |   87 ++
 .../share/AthenaPoolExample_CopyJobOptions.py |   95 ++
 .../AthenaPoolExample_FilterJobOptions.py     |  123 ++
 .../AthenaPoolExample_RCondJobOptions.py      |   80 ++
 .../AthenaPoolExample_RFilterJobOptions.py    |  101 ++
 .../AthenaPoolExample_RMetaJobOptions.py      |   81 ++
 .../share/AthenaPoolExample_RWBsJobOptions.py |   98 ++
 .../share/AthenaPoolExample_RWJobOptions.py   |  133 ++
 .../AthenaPoolExample_ReadBsJobOptions.py     |   88 ++
 .../share/AthenaPoolExample_ReadJobOptions.py |  110 ++
 .../AthenaPoolExample_WCondJobOptions.py      |   82 ++
 .../AthenaPoolExample_WMetaJobOptions.py      |   78 ++
 .../AthenaPoolExample_WriteJobOptions.py      |  172 +++
 .../src/PassNoneFilter.cxx                    |   27 +
 .../src/PassNoneFilter.h                      |   36 +
 .../src/QueryTag.cxx                          |   98 ++
 .../src/QueryTag.h                            |   50 +
 .../src/ReWriteData.cxx                       |  118 ++
 .../src/ReWriteData.h                         |   44 +
 .../src/ReadBs.cxx                            |   78 ++
 .../AthenaPoolExampleAlgorithms/src/ReadBs.h  |   45 +
 .../src/ReadCond.cxx                          |   78 ++
 .../src/ReadCond.h                            |   44 +
 .../src/ReadData.cxx                          |  187 +++
 .../src/ReadData.h                            |   47 +
 .../src/ReadMeta.cxx                          |  132 ++
 .../src/ReadMeta.h                            |   50 +
 .../src/WriteCond.cxx                         |  110 ++
 .../src/WriteCond.h                           |   48 +
 .../src/WriteData.cxx                         |   89 ++
 .../src/WriteData.h                           |   44 +
 .../src/WriteTag.cxx                          |   99 ++
 .../src/WriteTag.h                            |   50 +
 .../AthenaPoolExampleAlgorithms_entries.cxx   |   41 +
 .../AthenaPoolExampleAlgorithms_load.cxx      |    9 +
 .../test/AthenaPoolExample_ACond.ref          | 1181 ++++++++++++++++
 .../test/AthenaPoolExample_AMeta.pattern      |    2 +
 .../test/AthenaPoolExample_AMeta.ref          |  782 +++++++++++
 .../test/AthenaPoolExample_Append.ref         | 1014 ++++++++++++++
 .../test/AthenaPoolExample_AppendFast.ref     | 1016 ++++++++++++++
 .../test/AthenaPoolExample_Concat.pattern     |    2 +
 .../test/AthenaPoolExample_Copy.pattern       |    2 +
 .../test/AthenaPoolExample_Copy.ref           |  898 +++++++++++++
 .../test/AthenaPoolExample_Filter.ref         |  982 ++++++++++++++
 .../test/AthenaPoolExample_RCond.ref          | 1093 +++++++++++++++
 .../test/AthenaPoolExample_RFilter.ref        |  290 ++++
 .../test/AthenaPoolExample_RFilterPL.pattern  |   10 +
 .../test/AthenaPoolExample_RWBs.ref           |  521 ++++++++
 .../test/AthenaPoolExample_RWcBs.ref          |  447 +++++++
 .../AthenaPoolExample_ReWriteAgain.pattern    |    9 +
 .../AthenaPoolExample_ReWriteSkip.pattern     |    8 +
 .../test/AthenaPoolExample_ReadAgain.pattern  |   11 +
 .../test/AthenaPoolExample_ReadBs.ref         |  332 +++++
 .../test/AthenaPoolExample_ReadBsTag.ref      |  164 +++
 .../test/AthenaPoolExample_ReadFast.pattern   |   13 +
 .../AthenaPoolExample_ReadTagFast.pattern     |    2 +
 .../test/AthenaPoolExample_ReadcBsTag.pattern |    4 +
 .../test/AthenaPoolExample_WCond.ref          | 1182 +++++++++++++++++
 .../test/AthenaPoolExample_WMeta.ref          |  852 ++++++++++++
 .../test/TestAthenaPoolExample.xml            |   14 +
 .../test/empty.pattern                        |   38 +
 .../test/post_check.sh                        |  244 ++++
 .../test/pre_check.sh                         |  147 ++
 68 files changed, 14803 insertions(+)
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/cmt/requirements
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/doc/MainPage.h
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ACondJobOptions.py
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_AMetaJobOptions.py
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_AppendJobOptions.py
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ConcatJobOptions.py
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_CopyJobOptions.py
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_FilterJobOptions.py
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RCondJobOptions.py
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RFilterJobOptions.py
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RMetaJobOptions.py
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RWBsJobOptions.py
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RWJobOptions.py
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBsJobOptions.py
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadJobOptions.py
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WCondJobOptions.py
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WMetaJobOptions.py
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WriteJobOptions.py
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/PassNoneFilter.cxx
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/PassNoneFilter.h
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/QueryTag.cxx
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/QueryTag.h
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReWriteData.cxx
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReWriteData.h
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadBs.cxx
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadBs.h
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadCond.cxx
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadCond.h
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadData.cxx
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadData.h
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadMeta.cxx
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadMeta.h
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteCond.cxx
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteCond.h
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteData.cxx
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteData.h
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteTag.cxx
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteTag.h
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/components/AthenaPoolExampleAlgorithms_entries.cxx
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/components/AthenaPoolExampleAlgorithms_load.cxx
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ACond.ref
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AMeta.pattern
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AMeta.ref
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Append.ref
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AppendFast.ref
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Concat.pattern
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Copy.pattern
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Copy.ref
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Filter.ref
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RCond.ref
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RFilter.ref
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RFilterPL.pattern
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RWBs.ref
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RWcBs.ref
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReWriteAgain.pattern
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReWriteSkip.pattern
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadAgain.pattern
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadBs.ref
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadBsTag.ref
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadFast.pattern
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadTagFast.pattern
 create mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadcBsTag.pattern
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_WCond.ref
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_WMeta.ref
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/TestAthenaPoolExample.xml
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/empty.pattern
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/post_check.sh
 create mode 100755 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/pre_check.sh

diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/cmt/requirements b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/cmt/requirements
new file mode 100755
index 00000000000..ae07cc2d63c
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/cmt/requirements
@@ -0,0 +1,217 @@
+package AthenaPoolExampleAlgorithms
+
+author Peter Van Gemmeren <gemmeren@anl.gov>
+
+use AtlasPolicy           AtlasPolicy-*
+
+private
+
+use GaudiInterface        GaudiInterface-*           External
+use AthenaKernel          AthenaKernel-*             Control
+use StoreGate             StoreGate-*                Control
+use ByteStreamData        ByteStreamData-*           Event
+use EventInfo             EventInfo-*                Event
+use EventBookkeeperMetaData EventBookkeeperMetaData-* Event
+use AthenaPoolExampleData AthenaPoolExampleData-*    Database/AthenaPOOL/AthenaPoolExample
+use AthenaPoolKernel      AthenaPoolKernel-*         Database/AthenaPOOL
+use AthenaPoolUtilities   AthenaPoolUtilities-*      Database/AthenaPOOL
+use DBDataModel           DBDataModel-*              Database/AthenaPOOL
+
+apply_pattern component_library
+library AthenaPoolExampleAlgorithms *.cxx components/*.cxx
+
+apply_pattern declare_joboptions files="-s=../share *.py"
+
+private
+
+# Setup automatic testing which runs with gmake check
+# Test infrastructure
+use TestPolicy            TestPolicy-*
+use MinimalRunTime        MinimalRunTime-*           Control -no_auto_imports
+
+# We define here a macro which can be used to run the tests only on
+# optimized mode.
+macro test_pattern_opt_only "athenarun_test" \
+      debug        ""
+
+# Write out some simple data objects (hits):
+# AthenaPoolExample_Write
+apply_pattern athenarun_test name="AthenaPoolExample_Write" pre_script="../test/pre_check.sh AthenaPoolExample_Write " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_WriteJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_Write "
+
+# AthenaPoolExample_Append
+apply_pattern athenarun_test name="AthenaPoolExample_Append" pre_script="../test/pre_check.sh AthenaPoolExample_Append " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_AppendJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_Append "
+
+# Write/read out some simple data objects (hits -> tracks):
+# AthenaPoolExample_ReWrite
+apply_pattern athenarun_test name="AthenaPoolExample_ReWrite" pre_script="../test/pre_check.sh AthenaPoolExample_ReWrite " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_RWJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_ReWrite "
+
+# Read some simple data objects (hits, tracks), using global BackNavigation:
+# AthenaPoolExample_Read
+apply_pattern athenarun_test name="AthenaPoolExample_Read" pre_script="../test/pre_check.sh AthenaPoolExample_Read " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_Read "
+
+# 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 "
+
+# 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 "
+
+# 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 "
+
+
+# Create a direct pers -> pers copy of SPF1.root:
+# AthenaPoolExample_Copy
+apply_pattern athenarun_test name="AthenaPoolExample_Copy" pre_script="../test/pre_check.sh AthenaPoolExample_Copy " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_CopyJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_Copy "
+
+# 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 "
+
+# 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 "
+
+# Filter out some simple data objects (tracks -> tracks):
+# AthenaPoolExample_Filter
+apply_pattern athenarun_test name="AthenaPoolExample_Filter" pre_script="../test/pre_check.sh AthenaPoolExample_Filter " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_FilterJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_Filter "
+
+# 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 "
+
+# Write/read out some simple data objects (hits -> tracks), without extending provenance:
+# AthenaPoolExample_ReWriteSkip
+apply_pattern athenarun_test name="AthenaPoolExample_ReWriteSkip" pre_script="../test/pre_check.sh AthenaPoolExample_ReWriteSkip " options="./AthenaPoolExample_ReWriteSkip.py" post_script="../test/post_check.sh AthenaPoolExample_ReWriteSkip AthenaPoolExample_ReWrite "
+
+# AthenaPoolExample_ReadSkip
+apply_pattern athenarun_test name="AthenaPoolExample_ReadSkip" pre_script="../test/pre_check.sh AthenaPoolExample_ReadSkip " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_ReadSkip "
+
+# Write out two sets of some simple data objects (hits, tracks):
+# AthenaPoolExample_Concat
+apply_pattern athenarun_test name="AthenaPoolExample_Concat" pre_script="../test/pre_check.sh AthenaPoolExample_Concat " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_ConcatJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_Concat "
+
+# AthenaPoolExample_ReadConcat
+apply_pattern athenarun_test name="AthenaPoolExample_ReadConcat" pre_script="../test/pre_check.sh AthenaPoolExample_ReadConcat " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_ReadConcat "
+
+# ByteStream propagation tests
+# AthenaPoolExample_RWBs
+apply_pattern athenarun_test name="AthenaPoolExample_RWBs" pre_script="../test/pre_check.sh AthenaPoolExample_RWBs " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_RWBsJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_RWBs "
+
+# AthenaPoolExample_ReadBs
+apply_pattern athenarun_test name="AthenaPoolExample_ReadBs" pre_script="../test/pre_check.sh AthenaPoolExample_ReadBs " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadBsJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_ReadBs "
+
+# AthenaPoolExample_ReadBsTag
+apply_pattern athenarun_test name="AthenaPoolExample_ReadBsTag" pre_script="../test/pre_check.sh AthenaPoolExample_ReadBsTag " options="./AthenaPoolExample_ReadBsTag.py" post_script="../test/post_check.sh AthenaPoolExample_ReadBsTag "
+
+# Compressed ByteStream propagation tests
+# AthenaPoolExample_RWcBs
+apply_pattern athenarun_test name="AthenaPoolExample_RWcBs" pre_script="../test/pre_check.sh AthenaPoolExample_RWcBs " options="./AthenaPoolExample_RWcBs.py" post_script="../test/post_check.sh AthenaPoolExample_RWcBs "
+
+# AthenaPoolExample_ReadcBs
+apply_pattern athenarun_test name="AthenaPoolExample_ReadcBs" pre_script="../test/pre_check.sh AthenaPoolExample_ReadcBs " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadBsJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_ReadcBs AthenaPoolExample_ReadBs "
+
+# AthenaPoolExample_ReadcBsTag
+apply_pattern athenarun_test name="AthenaPoolExample_ReadcBsTag" pre_script="../test/pre_check.sh AthenaPoolExample_ReadBscTag " options="./AthenaPoolExample_ReadBsTag.py" post_script="../test/post_check.sh AthenaPoolExample_ReadcBsTag AthenaPoolExample_ReadBsTag "
+
+# AthenaPoolExample_WCond
+apply_pattern athenarun_test name="AthenaPoolExample_WCond" pre_script="../test/pre_check.sh AthenaPoolExample_WCond " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_WCondJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_WCond "
+
+# AthenaPoolExample_ACond
+apply_pattern athenarun_test name="AthenaPoolExample_ACond" pre_script="../test/pre_check.sh AthenaPoolExample_ACond " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_ACondJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_ACond "
+
+# AthenaPoolExample_RCond
+apply_pattern athenarun_test name="AthenaPoolExample_RCond" pre_script="../test/pre_check.sh AthenaPoolExample_RCond " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_RCondJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_RCond "
+
+# Test zipping POOL files
+# AthenaPoolExample_Read_BNzip
+apply_pattern athenarun_test name="AthenaPoolExample_ReadBNzip" pre_script="../test/pre_check.sh AthenaPoolExample_ReadBNzip " options="./AthenaPoolExample_ReadBNzip.py" post_script="../test/post_check.sh AthenaPoolExample_ReadBNzip AthenaPoolExample_ReadConcat "
+
+# AthenaPoolExample_Read_BNzipAgain
+#apply_pattern athenarun_test name="AthenaPoolExample_ReadBNzipAgain" pre_script="../test/pre_check.sh AthenaPoolExample_ReadBNzipAgain " options="./AthenaPoolExample_ReadBNzipAgain.py" post_script="../test/post_check.sh AthenaPoolExample_ReadBNzipAgain AthenaPoolExample_ReadConcat "
+
+# AthenaPoolExample_WMeta
+apply_pattern athenarun_test name="AthenaPoolExample_WMeta" pre_script="../test/pre_check.sh AthenaPoolExample_WMeta " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_WMetaJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_WMeta "
+
+# AthenaPoolExample_AMeta
+apply_pattern athenarun_test name="AthenaPoolExample_AMeta" pre_script="../test/pre_check.sh AthenaPoolExample_AMeta " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_AMetaJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_AMeta "
+
+# AthenaPoolExample_RMeta
+apply_pattern athenarun_test name="AthenaPoolExample_RMeta" pre_script="../test/pre_check.sh AthenaPoolExample_RMeta " options="AthenaPoolExampleAlgorithms/AthenaPoolExample_RMetaJobOptions.py" post_script="../test/post_check.sh AthenaPoolExample_RMeta "
+
+# 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 "
+
+# 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 "
+
+# 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_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 "
+
+
+# Make tests run sequentially
+macro_append AthenaPoolExample_Append_test_dependencies " AthenaPoolExample_Write_test "
+macro_append AthenaPoolExample_ReWrite_test_dependencies " AthenaPoolExample_Append_test "
+macro_append AthenaPoolExample_Read_test_dependencies " AthenaPoolExample_ReWrite_test "
+macro_append AthenaPoolExample_ReadTag_test_dependencies " AthenaPoolExample_ReWrite_test "
+macro_append AthenaPoolExample_ReadBN_test_dependencies " AthenaPoolExample_ReWrite_test "
+macro_append AthenaPoolExample_ReadNoBN_test_dependencies " AthenaPoolExample_Read_test AthenaPoolExample_ReadTag_test AthenaPoolExample_ReadBN_test "
+
+macro_append AthenaPoolExample_Copy_test_dependencies " AthenaPoolExample_Write_test "
+macro_append AthenaPoolExample_ReWriteAgain_test_dependencies " AthenaPoolExample_ReadNoBN_test AthenaPoolExample_Copy_test "
+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 "
+
+macro_append AthenaPoolExample_Concat_test_dependencies " AthenaPoolExample_ReadSkip_test "
+macro_append AthenaPoolExample_ReadConcat_test_dependencies " AthenaPoolExample_Concat_test "
+
+macro_append AthenaPoolExample_RWBs_test_dependencies " AthenaPoolExample_ReadConcat_test "
+macro_append AthenaPoolExample_ReadBs_test_dependencies " AthenaPoolExample_RWBs_test "
+macro_append AthenaPoolExample_ReadBsTag_test_dependencies " AthenaPoolExample_ReadBs_test "
+macro_append AthenaPoolExample_RWcBs_test_dependencies " AthenaPoolExample_ReadBs_test AthenaPoolExample_ReadBsTag_test "
+macro_append AthenaPoolExample_ReadcBs_test_dependencies " AthenaPoolExample_RWcBs_test "
+macro_append AthenaPoolExample_ReadcBsTag_test_dependencies " AthenaPoolExample_RWcBs_test "
+
+macro_append AthenaPoolExample_WCond_test_dependencies " AthenaPoolExample_ReadConcat_test "
+macro_append AthenaPoolExample_ACond_test_dependencies " AthenaPoolExample_WCond_test "
+macro_append AthenaPoolExample_RCond_test_dependencies " AthenaPoolExample_ACond_test "
+
+macro_append AthenaPoolExample_ReadBNzip_test_dependencies " AthenaPoolExample_ReadcBs_test AthenaPoolExample_ReadcBsTag_test AthenaPoolExample_RCond_test "
+
+macro_append AthenaPoolExample_WMeta_test_dependencies " AthenaPoolExample_ReadBNzip_test "
+macro_append AthenaPoolExample_AMeta_test_dependencies " AthenaPoolExample_WMeta_test "
+macro_append AthenaPoolExample_RMeta_test_dependencies " AthenaPoolExample_AMeta_test "
+
+macro_append AthenaPoolExample_WriteFast_test_dependencies " AthenaPoolExample_AMeta_test "
+macro_append AthenaPoolExample_AppendFast_test_dependencies " AthenaPoolExample_WriteFast_test "
+macro_append AthenaPoolExample_ReWriteFast_test_dependencies " AthenaPoolExample_AppendFast_test "
+#macro_append AthenaPoolExample_ReWriteTagFast_test_dependencies " AthenaPoolExample_ReWriteFast_test "
+macro_append AthenaPoolExample_ReadFast_test_dependencies " AthenaPoolExample_ReWriteFast_test "
+#macro_append AthenaPoolExample_ReadTagFast_test_dependencies " AthenaPoolExample_ReWriteTagFast_test "
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/doc/MainPage.h b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/doc/MainPage.h
new file mode 100755
index 00000000000..65e969da513
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/doc/MainPage.h
@@ -0,0 +1,185 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+/**
+
+@mainpage
+
+The package Database/AthenaPOOL/AthenaPoolExample contains running examples of algorithms writing and
+reading Data Objects using AthenaPool. This sub package, AthenaPoolExampleAlgorithms, defines the 
+algorithms write and read data, tags and conditions via AthenaPOOL.
+
+WriteData: The WriteData algorithm creates some ExampleHits in a ExampleHitContainer and records them
+into StoreGate.
+
+WriteTag: The WriteTag algorithm creates an AthenaAttributeList and records it in StoreGate so it can be
+used for collections.
+
+AthenaPoolExample_WriteJobOptions.py: These jobOptions create two streams to write two different data
+files via AthenaPOOL.
+
+	Tests:
+
+	- Simple Writing of EventData and InFile MetaData.
+	- Multiple Streams.
+	- Tag Writing.
+
+
+@verbatim
+
+run > checkFile.py SimplePoolFile1.root
+## opening file [SimplePoolFile1.root]...
+## importing ROOT...
+## importing ROOT... [DONE]
+## opening file [OK]
+File:SimplePoolFile1.root
+Size:       34.836 kb
+Nbr Events: 20
+
+================================================================================
+     Mem Size       Disk Size        Size/Evt      MissZip/Mem  items  (X) Container Name (X=Tree|Branch)
+================================================================================
+      72.382 kb        0.000 kb        0.000 kb        1.000       20  (T) DataHeader
+--------------------------------------------------------------------------------
+      46.367 kb        0.000 kb        0.000 kb        1.000       20  (B) EventInfo_p2_McEventInfo
+      29.958 kb        0.000 kb        0.000 kb        1.000       20  (B) ExampleHitContainer_p1_MyHits
+       9.207 kb        0.000 kb        0.000 kb        1.000        1  (B) EventStreamInfo_p1_Stream1
+      50.704 kb        0.000 kb        0.000 kb        1.000        1  (T) MetaDataHdrDataHeader
+================================================================================
+     208.618 kb        0.000 kb        0.000 kb        0.000       20  TOTAL (POOL containers)
+================================================================================
+## Bye.
+run > checkFile.py SimplePoolFile2.root
+## opening file [SimplePoolFile2.root]...
+## importing ROOT...
+## importing ROOT... [DONE]
+## opening file [OK]
+File:SimplePoolFile2.root
+Size:       29.271 kb
+Nbr Events: 20
+
+================================================================================
+     Mem Size       Disk Size        Size/Evt      MissZip/Mem  items  (X) Container Name (X=Tree|Branch)
+================================================================================
+      67.502 kb        0.000 kb        0.000 kb        1.000       20  (T) DataHeader
+--------------------------------------------------------------------------------
+      46.367 kb        0.000 kb        0.000 kb        1.000       20  (B) EventInfo_p2_McEventInfo
+       9.207 kb        0.000 kb        0.000 kb        1.000        1  (B) EventStreamInfo_p1_Stream2
+      50.704 kb        0.000 kb        0.000 kb        1.000        1  (T) MetaDataHdrDataHeader
+================================================================================
+     173.780 kb        0.000 kb        0.000 kb        0.000       20  TOTAL (POOL containers)
+================================================================================
+## Bye.
+
+@endverbatim
+
+AthenaPoolExample_AppendJobOptions.py: These jobOptions appends events and tags to the second stream written by
+AthenaPoolExample_WriteJobOptions.py.
+
+        Tests:
+
+        - Simple Appending of EventData and InFile MetaData.
+        - Tag Writing in update (append) mode.
+
+	Note:
+	- Appending InFile MetaData does _not_ work in the current framework.
+
+@verbatim
+
+run > checkFile.py SimplePoolFile2.root
+## opening file [SimplePoolFile2.root]...
+## importing ROOT...
+## importing ROOT... [DONE]
+## opening file [OK]
+File:SimplePoolFile2.root
+Size:       43.342 kb
+Nbr Events: 40
+
+================================================================================
+     Mem Size       Disk Size        Size/Evt      MissZip/Mem  items  (X) Container Name (X=Tree|Branch)
+================================================================================
+      84.822 kb        0.000 kb        0.000 kb        1.000       40  (T) DataHeader
+--------------------------------------------------------------------------------
+      52.327 kb        0.000 kb        0.000 kb        1.000       40  (B) EventInfo_p2_McEventInfo
+       9.207 kb        0.000 kb        0.000 kb        1.000        1  (B) EventStreamInfo_p1_Stream2
+       9.207 kb        0.000 kb        0.000 kb        1.000        1  (B) EventStreamInfo_p1_Stream1
+      51.562 kb        0.000 kb        0.000 kb        1.000        2  (T) MetaDataHdrDataHeader
+================================================================================
+     207.125 kb        0.000 kb        0.000 kb        0.000       40  TOTAL (POOL containers)
+================================================================================
+## Bye.
+
+@endverbatim
+
+AthenaPoolExample_RWJobOptions.py: These jobOptions read the previous events (SimplePoolFile1.root from
+AthenaPoolExample_WriteJobOptions.py) and processes the hits into tracks which are than written out.
+
+        Tests:
+
+        - Reading of EventData (without navigation) and InFile MetaData.
+	- Writing EventData with navigational relations (ElementLinks, ElementLinkVector, Navigable) to
+	  upstream EventData.
+
+
+@verbatim
+
+run > checkFile.py SimplePoolFile3.root
+## opening file [SimplePoolFile3.root]...
+## importing ROOT...
+## importing ROOT... [DONE]
+## opening file [OK]
+File:SimplePoolFile3.root
+Size:       39.700 kb
+Nbr Events: 20
+
+================================================================================
+     Mem Size       Disk Size        Size/Evt      MissZip/Mem  items  (X) Container Name (X=Tree|Branch)
+================================================================================
+      79.462 kb        0.000 kb        0.000 kb        1.000       20  (T) DataHeader
+--------------------------------------------------------------------------------
+      46.367 kb        0.000 kb        0.000 kb        1.000       20  (B) EventInfo_p2_McEventInfo
+      49.346 kb        0.000 kb        0.000 kb        1.000       20  (B) ExampleTrackContainer_p1_MyTracks
+       9.207 kb        0.000 kb        0.000 kb        1.000        1  (B) EventStreamInfo_p1_Stream1
+      50.704 kb        0.000 kb        0.000 kb        1.000        1  (T) MetaDataHdrDataHeader
+================================================================================
+     235.086 kb        0.000 kb        0.000 kb        0.000       20  TOTAL (POOL containers)
+================================================================================
+## Bye.
+
+@endverbatim
+
+AthenaPoolExample_ReadJobOptions.py: These jobOptions read the previous events (SimplePoolFile1-3.root) including
+BackNavigation via global flag and scope.
+
+        Tests:
+
+        - Reading of EventData (with navigation) and InFile MetaData.
+	- Skipping events.
+	- BackNavigation to upstream data.
+
+SimplePoolFile1.root: EventInfo, Hits
+SimplePoolFile2.root: EventInfo
+SimplePoolFile3.root: EventInfo, Hits (via Navigation), Tracks
+
+
+@section Documentation Additional Documentation
+
+See the ATLAS User/Developer HowTo document for additional information.
+
+The code can be browsed using LXR
+(http://alxr.usatlas.bnl.gov/lxr/source/atlas/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/)
+
+
+@section Requirements Requirements
+
+@include requirements
+
+
+@section PackagesUsed Packages Used
+
+@htmlinclude used_packages.html
+
+
+@author Peter van Gemmeren <gemmeren@anl.gov>
+*/
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ACondJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ACondJobOptions.py
new file mode 100755
index 00000000000..6e4cff0bd07
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ACondJobOptions.py
@@ -0,0 +1,85 @@
+## @file AthenaPoolExample_WCondJobOptions.py
+## @brief Example job options file to illustrate how to write conditions data to Pool.
+## @author Peter van Gemmeren <gemmeren@anl.gov>
+## $Id: AthenaPoolExample_ACondJobOptions.py,v 1.9 2008-04-24 15:42:18 gemmeren Exp $
+###############################################################
+#
+# This Job option:
+# ----------------
+# 1. Reads the data from the SimplePoolFile1.root file
+#    had been written with the AthneaPoolExample_WriteJobOptions.py
+# 2. Writes another SimplePoolFile4.root ROOT file using WriteCond algorithm
+#    which contains conditions for the event sample (eg pedestals).
+# ------------------------------------------------------------
+# Expected output file (20 events):
+# -rw-r--r--    1 gemmeren zp          24213 Dec  8 18:59 SimplePoolFile4.root
+#
+#==============================================================
+
+## 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 = [ "SimplePoolFile1.root" ]; # ** mandatory parameter ** // The input file name
+
+#Explicitly specify the output file catalog
+svcMgr.PoolSvc.WriteCatalog = "file:Catalog1.xml"
+
+#Open file in "update" mode
+svcMgr.PoolSvc.FileOpen = "update";
+
+#--------------------------------------------------------------
+#---   Secondary Write portion  ----- Don't change it !!!
+#--------------------------------------------------------------
+# Load the OutputStream
+from OutputStreamAthenaPool.OutputStreamAthenaPool import AthenaPoolOutputConditionStream
+Stream1 = AthenaPoolOutputConditionStream( "Stream1", "SimplePoolFile4.root" )
+Stream1.ObjectList += [ "ExampleHitContainer#PedestalAppendData" ]
+
+#--------------------------------------------------------------
+# 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__WriteCond
+topSequence += AthPoolEx__ReadData("ReadData")
+from StoreGate.StoreGateConf import StoreGateSvc
+topSequence += AthPoolEx__WriteCond( "WriteCond",
+                                     ConditionName = "PedestalAppendData",
+                                     Store  = StoreGateSvc("DetectorStore"),
+                                     Weight = 0.5,
+                                     Offset = 100.0 )
+
+#--------------------------------------------------------------
+# Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL)
+#--------------------------------------------------------------
+svcMgr.MessageSvc.OutputLevel = 3
+
+svcMgr.EventSelector.OutputLevel = 2
+svcMgr.AthenaPoolAddressProviderSvc.OutputLevel = 2
+svcMgr.MetaDataSvc.OutputLevel = 2
+svcMgr.PoolSvc.OutputLevel = 2
+topSequence.ReadData.OutputLevel = 2
+topSequence.WriteCond.OutputLevel = 2
+Stream1.OutputLevel = 2
+
+#
+# End of job options file
+#
+###############################################################
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_AMetaJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_AMetaJobOptions.py
new file mode 100755
index 00000000000..be3754952fa
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_AMetaJobOptions.py
@@ -0,0 +1,90 @@
+## @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_AMetaJobOptions.py,v 1.2 2008-11-20 15:29:01 gemmeren Exp $
+###############################################################
+#
+# This Job option:
+# ----------------
+# 1. Writes a SimplePoolFile5.root file with ExampleHit
+#    using WriteData algorithm
+# ------------------------------------------------------------
+# Expected output file (20 events):
+# -rw-r--r--    1 gemmeren zp          36266 Dec  8 19:08 SimplePoolFile5.root
+#
+#==============================================================
+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
+
+#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:Catalog2.xml"
+#Open file in "update" mode
+svcMgr.PoolSvc.FileOpen = "update";
+
+svcMgr.AthenaPoolCnvSvc.CommitInterval = 10;
+
+from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream
+Stream1 = AthenaPoolOutputStream( "Stream1", "ROOTTREE:SimplePoolFile5.root" )
+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
+#--------------------------------------------------------------
+# Load "user algorithm" top algorithms to be run, and the libraries that house them
+from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__WriteData,AthPoolEx__WriteCond
+topSequence += AthPoolEx__WriteData( "WriteData" )
+from StoreGate.StoreGateConf import StoreGateSvc
+topSequence += AthPoolEx__WriteCond( "WriteCond",
+                                     Store = "MetaDataStore",
+                                     ConditionName = "PedestalWriteData"
+                                     )
+
+#--------------------------------------------------------------
+# 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
+
+#
+# End of job options file
+#
+###############################################################
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_AppendJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_AppendJobOptions.py
new file mode 100755
index 00000000000..e2df04e65df
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_AppendJobOptions.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) SimplePoolFile2.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 SimplePoolFile2.root
+# ------------------------------------------------------------
+# File:SimplePoolFile2.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_Stream1
+#       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
+Stream1 = AthenaPoolOutputStream ( "Stream1" , "SimplePoolFile2.root" , True )
+Stream1.WritingTool.AttributeListKey = "RunEventTag"
+
+#--------------------------------------------------------------
+# 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 = "SimplePoolCollection2.root"
+RegStream1.CollectionOpenMode = "UPDATE"
+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
+topSequence.WriteData.OutputLevel = 2
+Stream1.OutputLevel = 2
+RegStream1.OutputLevel = 2
+
+#
+# End of job options file
+#
+###############################################################
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ConcatJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ConcatJobOptions.py
new file mode 100755
index 00000000000..622280073c1
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ConcatJobOptions.py
@@ -0,0 +1,87 @@
+## @file AthenaPoolExample_ConcatJobOptions.py
+## @brief Example job options file to illustrate how to concatinate two write jobs.
+## @author Peter van Gemmeren <gemmeren@anl.gov>
+## $Id: AthenaPoolExample_ConcatJobOptions.py,v 1.24 2009-03-20 15:30:21 gemmeren Exp $
+###############################################################
+#
+# Job options file
+# ------------------------------------------------------------
+# Expected output file (20 events):
+# -rw-r--r--    1 gemmeren zp          34657 Dec  8 18:58 SimplePoolFile1.root
+# -rw-r--r--    1 gemmeren zp          35967 Dec  8 18:58 SimplePoolFile3.root
+#==============================================================
+
+## 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
+
+svcMgr.EventSelector.RunNumber = 1
+
+#--------------------------------------------------------------
+# Event related parameters
+#--------------------------------------------------------------
+from AthenaCommon.AppMgr import theApp
+theApp.EvtMax = 20
+
+#--------------------------------------------------------------
+# Load POOL support
+#--------------------------------------------------------------
+import AthenaPoolCnvSvc.AthenaPool
+
+#Explicitly specify the output file catalog
+svcMgr.PoolSvc.WriteCatalog = "xmlcatalog_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__WriteData,AthPoolEx__ReWriteData
+topSequence += AthPoolEx__WriteData("WriteData")
+
+# Run OutputStream as an algorithm
+from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream
+Stream1 = AthenaPoolOutputStream( "Stream1" , "SimplePoolFile1.root", True )
+Stream1.ItemList += [ "ExampleHitContainer#My*" ]
+
+#--------------------------------------------------------------
+# Private Application Configuration options
+#--------------------------------------------------------------
+from OutputStreamAthenaPool.OutputStreamAthenaPoolConf import MakeInputDataHeader
+topSequence += MakeInputDataHeader( StreamName = "Stream1" )
+topSequence += AthPoolEx__ReWriteData( "ReWriteData" )
+
+# Run OutputStream as an algorithm
+Stream2 = AthenaPoolOutputStream( "Stream2" , "SimplePoolFile3.root", True )
+Stream2.ItemList += [ "ExampleTrackContainer#*Tracks" ]
+
+# Must make sure that no OutStream's have been declared
+theApp.OutStream = []
+
+#--------------------------------------------------------------
+# Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL)
+#--------------------------------------------------------------
+svcMgr.MessageSvc.OutputLevel = 3
+svcMgr.MessageSvc.defaultLimit = 100000
+
+svcMgr.PoolSvc.OutputLevel = 2
+svcMgr.AthenaPoolCnvSvc.OutputLevel = 2
+topSequence.WriteData.OutputLevel = 2
+topSequence.ReWriteData.OutputLevel = 2
+Stream1.OutputLevel = 2
+Stream2.OutputLevel = 2
+
+from StoreGate.StoreGateConf import StoreGateSvc
+svcMgr += StoreGateSvc()
+
+#
+# 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
new file mode 100644
index 00000000000..46c924889f1
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_CopyJobOptions.py
@@ -0,0 +1,95 @@
+## @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. Creates a direct pers. to pers. copy of SimplePoolFile1.root file with ExampleHit DataObjects
+# ------------------------------------------------------------
+# Expected output file (20 events):
+# -rw-r--r--  1 gemmeren zp 28071 Aug  5 18:59 SimplePoolReplica1.root
+# ------------------------------------------------------------
+# File:SimplePoolReplica1.root
+# Size:       27.413 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.745 kb        0.037 kb        0.156       20  (T) POOLContainer_DataHeaderForm
+#       10.578 kb        0.903 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.692 kb        0.385 kb        0.000       20  TOTAL (POOL containers)
+# 
+# ================================================================================
+
+## basic job configuration
+import AthenaCommon.AtlasUnixStandardJob
+
+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 = [ "SimplePoolFile1.root" ]
+
+#--------------------------------------------------------------
+# Load POOL support
+#--------------------------------------------------------------
+import AthenaPoolCnvSvc.WriteAthenaPool
+
+#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;
+
+#--------------------------------------------------------------
+# Private Application Configuration options
+#--------------------------------------------------------------
+# Load "user algorithm" top algorithms to be run, and the libraries that house them
+
+from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream
+Stream1 = AthenaPoolOutputStream( "Stream1" , "SimplePoolReplica1.root" , True )
+Stream1.ItemList += [ "ExampleHitContainer#MyHits" ]
+Stream1.ExtendProvenanceRecord = FALSE;
+Stream1.PersToPers = True
+
+#--------------------------------------------------------------
+# Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL)
+#--------------------------------------------------------------
+svcMgr.MessageSvc.OutputLevel = 3
+
+svcMgr.EventSelector.OutputLevel = 2
+svcMgr.AthenaPoolAddressProviderSvc.OutputLevel = 2
+svcMgr.PoolSvc.OutputLevel = 2 
+svcMgr.AthenaPoolCnvSvc.OutputLevel = 2
+Stream1.OutputLevel = 2
+
+#
+# End of job options file
+#
+###############################################################
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_FilterJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_FilterJobOptions.py
new file mode 100755
index 00000000000..e558af06c8d
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_FilterJobOptions.py
@@ -0,0 +1,123 @@
+## @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 SimplePoolFile1.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 = [ "SimplePoolCollection3.root" ]; # ** mandatory parameter ** // The input file name
+svcMgr.EventSelector.CollectionType = "ExplicitROOT"
+
+svcMgr.EventSelector.Query = "EventNumber > 5"
+
+#Explicitly specify the output file catalog
+svcMgr.PoolSvc.ReadCatalog = [ "file:Catalog.xml" ]
+svcMgr.PoolSvc.WriteCatalog = "file:Catalog1.xml"
+
+svcMgr.AthenaPoolCnvSvc.CommitInterval = 10;
+
+from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__QueryTag
+QueryTag = AthPoolEx__QueryTag("QueryTag")
+svcMgr.EventSelector.HelperTools = [ QueryTag ]
+
+#--------------------------------------------------------------
+# 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")
+
+#--------------------------------------------------------------
+#---   Secondary Write portion  ----- Don't change it !!!
+#--------------------------------------------------------------
+from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream
+Stream1 = AthenaPoolOutputStream( "Stream1" , "SimplePoolFile5.root" , True )
+Stream1.ItemList += [ "ExampleTrackContainer#MyTracks" ]
+Stream1.WritingTool.ProcessingTag = "Stream1_derived"
+
+#--------------------------------------------------------------
+# Event Collection Registration
+#--------------------------------------------------------------
+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 = "SimplePoolCollection5.root"
+RegStream1.ItemList += [ "DataHeader#*" ]
+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.MessageSvc.defaultLimit = 100000
+
+svcMgr.MetaDataSvc.OutputLevel = 2
+svcMgr.EventSelector.OutputLevel = 2
+svcMgr.AthenaPoolAddressProviderSvc.OutputLevel = 2
+svcMgr.PoolSvc.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_RCondJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RCondJobOptions.py
new file mode 100755
index 00000000000..87373f01305
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RCondJobOptions.py
@@ -0,0 +1,80 @@
+## @file AthenaPoolExample_RCondJobOptions.py
+## @brief Example job options file to illustrate how to read conditions data from Pool.
+## @author Peter van Gemmeren <gemmeren@anl.gov>
+## $Id: AthenaPoolExample_RCondJobOptions.py,v 1.20 2008-04-24 15:42:18 gemmeren Exp $
+###############################################################
+#
+# This Job option:
+# ----------------
+# 1. Reads the data from the SimplePoolFile1.root file
+#    had been written with the AthneaPoolExample_WriteJobOptions.py
+# 2. Reads another SimplePoolFile4.root file using ReadCond algorithm
+#    which contains conditions for the event sample written by
+#    AthneaPoolExample_WCondJobOptions.py
+#
+#==============================================================
+
+## basic job config
+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
+
+#--------------------------------------------------------------
+# Load POOL support
+#--------------------------------------------------------------
+import AthenaPoolCnvSvc.ReadAthenaPool
+
+#Explicitly specify the output file catalog
+svcMgr.PoolSvc.WriteCatalog = "file:Catalog2.xml"
+
+svcMgr.EventSelector.InputCollections = [ "SimplePoolFile1.root" ] # ** mandatory parameter ** // The input file name
+
+from EventSelectorAthenaPool.EventSelectorAthenaPoolConf import CondProxyProvider
+svcMgr += CondProxyProvider()
+
+svcMgr.ProxyProviderSvc.ProviderNames += [ "CondProxyProvider" ]
+
+svcMgr.CondProxyProvider.InputCollections = [ "SimplePoolFile4.root" ]
+
+#Explicitly specify the output file catalog
+svcMgr.PoolSvc.ReadCatalog = [ "file:Catalog0.xml" ]
+svcMgr.PoolSvc.ReadCatalog += [ "file:Catalog1.xml" ]
+
+#--------------------------------------------------------------
+# Private Application Configuration options
+#--------------------------------------------------------------
+# Load "user algorithm" top algorithms to be run, and the libraries that house them
+#from StoreGate.StoreGateConf import StoreGateSvc
+import DetDescrCnvSvc.DetStoreConfig
+from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__ReadData,AthPoolEx__ReadCond
+topSequence += AthPoolEx__ReadCond( "ReadCond" ) #,
+#                                    Store = StoreGateSvc("DetectorStore") )
+topSequence += AthPoolEx__ReadData( "ReadData" )
+
+#--------------------------------------------------------------
+# Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL)
+#--------------------------------------------------------------
+svcMgr.MessageSvc.OutputLevel = 3
+svcMgr.EventSelector.OutputLevel = 2
+svcMgr.AthenaPoolAddressProviderSvc.OutputLevel = 2
+svcMgr.MetaDataSvc.OutputLevel = 2
+svcMgr.CondProxyProvider.OutputLevel = 2
+svcMgr.PoolSvc.OutputLevel = 2
+topSequence.ReadCond.OutputLevel = 2
+topSequence.ReadData.OutputLevel = 2
+
+#
+# End of job options file
+#
+###############################################################
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RFilterJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RFilterJobOptions.py
new file mode 100755
index 00000000000..245b0ce9f92
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RFilterJobOptions.py
@@ -0,0 +1,101 @@
+## @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 SimplePoolFile1.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 = [ "SimplePoolCollection3.root" ]; # ** mandatory parameter ** // The input file name
+svcMgr.EventSelector.CollectionType = "ExplicitROOT"
+svcMgr.EventSelector.DerivedRefName = "Stream1_derived"
+
+svcMgr.EventSelector.Query = "EventNumber > 9"
+svcMgr.EventSelector.ProcessMetadata = False
+
+#Explicitly specify the output file catalog
+svcMgr.PoolSvc.ReadCatalog = [ "file:Catalog.xml" ]
+svcMgr.PoolSvc.ReadCatalog += [ "file:Catalog1.xml" ]
+svcMgr.PoolSvc.WriteCatalog = "file:Catalog2.xml"
+
+svcMgr.AthenaPoolCnvSvc.CommitInterval = 10;
+
+from EventSelectorAthenaPool.EventSelectorAthenaPoolConf import TagRemappingTool
+TagRemappingTool = TagRemappingTool("TagRemappingTool")
+#TagRemappingTool.JoinListKey = "Stream1_ref"
+TagRemappingTool.TargetTagFile = "SimplePoolCollection5.root"
+svcMgr.EventSelector.HelperTools = [ TagRemappingTool ]
+
+#--------------------------------------------------------------
+# 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")
+
+#--------------------------------------------------------------
+# 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_RMetaJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RMetaJobOptions.py
new file mode 100755
index 00000000000..ed75292161e
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RMetaJobOptions.py
@@ -0,0 +1,81 @@
+## @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_RMetaJobOptions.py,v 1.9 2009-03-20 15:30:21 gemmeren Exp $
+###############################################################
+#
+# This Job option:
+# ----------------
+# 1. Reads the data from the SimplePoolFile5.root and SimplePoolFile2.root files
+#    that have been written with the AthneaPoolExample_WriteJobOptions.py
+# 2. Reads the data from the SimplePoolFile3.root file
+#    that has been written with the AthneaPoolExample_RWJobOptions.py
+#
+#==============================================================
+
+## 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 AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__ReadMeta
+svcMgr.MetaDataSvc.MetaDataTools += [ "AthPoolEx::ReadMeta" ]
+
+"""
+from EventBookkeeperTools.EventBookkeeperToolsConf import EventBookkeeperMetaDataTool
+svcMgr.MetaDataSvc.MetaDataTools += [ "EventBookkeeperMetaDataTool" ]
+"""
+
+svcMgr.EventSelector.InputCollections = [ "SimplePoolFile5.root" ]
+
+#PoolSvc.ReadCatalog = [ "mysqlcatalog_mysql://CollTester:CtAl_204@atlasdbdev.cern.ch:3306/CollectionTest" ]
+svcMgr.PoolSvc.ReadCatalog += [ "xmlcatalog_file:Catalog2.xml" ]
+
+
+#--------------------------------------------------------------
+# 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.EventSelector.OutputLevel = 2
+svcMgr.AthenaPoolAddressProviderSvc.OutputLevel = 2
+svcMgr.MetaDataSvc.OutputLevel = 2
+svcMgr.PoolSvc.OutputLevel = 2
+topSequence.ReadData.OutputLevel = 2
+
+#
+# End of job options file
+#
+###############################################################
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RWBsJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RWBsJobOptions.py
new file mode 100755
index 00000000000..44aeeacfcd6
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RWBsJobOptions.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_RWJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RWJobOptions.py
new file mode 100755
index 00000000000..cebe61730c7
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_RWJobOptions.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 SimplePoolFile1.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 = [ "SimplePoolFile1.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_ReadBsJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBsJobOptions.py
new file mode 100755
index 00000000000..ffed143715d
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBsJobOptions.py
@@ -0,0 +1,88 @@
+## @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"
+
+"""Configure ByteStream
+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
new file mode 100755
index 00000000000..0150dc77a43
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadJobOptions.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"
+
+#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_WCondJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WCondJobOptions.py
new file mode 100755
index 00000000000..ee9a4d4384c
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WCondJobOptions.py
@@ -0,0 +1,82 @@
+## @file AthenaPoolExample_WCondJobOptions.py
+## @brief Example job options file to illustrate how to write conditions data to Pool.
+## @author Peter van Gemmeren <gemmeren@anl.gov>
+## $Id: AthenaPoolExample_WCondJobOptions.py,v 1.19 2008-04-24 15:42:18 gemmeren Exp $
+###############################################################
+#
+# This Job option:
+# ----------------
+# 1. Reads the data from the SimplePoolFile1.root file
+#    had been written with the AthneaPoolExample_WriteJobOptions.py
+# 2. Writes another SimplePoolFile4.root ROOT file using WriteCond algorithm
+#    which contains conditions for the event sample (eg pedestals).
+# ------------------------------------------------------------
+# Expected output file (20 events):
+# -rw-r--r--    1 gemmeren zp          16552 Dec  8 19:07 SimplePoolFile4.root
+#
+#==============================================================
+
+## 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 = [ "SimplePoolFile1.root" ]; # ** mandatory parameter ** // The input file name
+
+#Explicitly specify the output file catalog
+svcMgr.PoolSvc.WriteCatalog = "file:Catalog1.xml"
+
+#--------------------------------------------------------------
+#---   Secondary Write portion  ----- Don't change it !!!
+#--------------------------------------------------------------
+# Load the OutputStream
+from OutputStreamAthenaPool.OutputStreamAthenaPool import AthenaPoolOutputConditionStream
+Stream1 = AthenaPoolOutputConditionStream( "Stream1", "SimplePoolFile4.root" )
+Stream1.ObjectList += [ "ExampleHitContainer#PedestalWriteData" ]
+
+#--------------------------------------------------------------
+# 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__WriteCond
+topSequence += AthPoolEx__ReadData("ReadData")
+from StoreGate.StoreGateConf import StoreGateSvc
+topSequence += AthPoolEx__WriteCond( "WriteCond",
+                                     ConditionName = "PedestalWriteData",
+                                     Store  = StoreGateSvc( "DetectorStore" ),
+                                     Weight = 0.0,
+                                     Offset = 0.0 )
+
+#--------------------------------------------------------------
+# Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL)
+#--------------------------------------------------------------
+svcMgr.MessageSvc.OutputLevel = 3
+
+svcMgr.EventSelector.OutputLevel = 2
+svcMgr.AthenaPoolAddressProviderSvc.OutputLevel = 2
+svcMgr.MetaDataSvc.OutputLevel = 2
+svcMgr.PoolSvc.OutputLevel = 2
+topSequence.ReadData.OutputLevel = 2
+topSequence.WriteCond.OutputLevel = 2
+Stream1.OutputLevel = 2
+
+#
+# End of job options file
+#
+###############################################################
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WMetaJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WMetaJobOptions.py
new file mode 100755
index 00000000000..7492f20c6f2
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WMetaJobOptions.py
@@ -0,0 +1,78 @@
+## @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_WMetaJobOptions.py,v 1.8 2008-03-25 22:38:54 gemmeren Exp $
+###############################################################
+#
+# This Job option:
+# ----------------
+# 1. Writes a SimplePoolFile5.root file with ExampleHit
+#    using WriteData algorithm
+# ------------------------------------------------------------
+# Expected output file (20 events):
+# -rw-r--r--    1 gemmeren zp          36266 Dec  8 19:08 SimplePoolFile5.root
+#
+#==============================================================
+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
+
+#Explicitly specify the output file catalog
+svcMgr.PoolSvc.WriteCatalog = "xmlcatalog_file:Catalog2.xml"
+
+svcMgr.AthenaPoolCnvSvc.CommitInterval = 10;
+
+from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream
+Stream1 = AthenaPoolOutputStream( "Stream1", "ROOTTREE:SimplePoolFile5.root" )
+Stream1.ItemList += [ "ExampleHitContainer#MyHits" ]
+Stream1.MetadataItemList += [ "ExampleHitContainer#PedestalWriteData" ]
+"""
+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
+#--------------------------------------------------------------
+# Load "user algorithm" top algorithms to be run, and the libraries that house them
+from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__WriteData,AthPoolEx__WriteCond
+topSequence += AthPoolEx__WriteData( "WriteData" )
+from StoreGate.StoreGateConf import StoreGateSvc
+topSequence += AthPoolEx__WriteCond( "WriteCond", Store = "MetaDataStore", ConditionName = "PedestalWriteData" )
+
+#--------------------------------------------------------------
+# 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
+
+#
+# End of job options file
+#
+###############################################################
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WriteJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WriteJobOptions.py
new file mode 100755
index 00000000000..42bed82b556
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WriteJobOptions.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 SimplePoolFile2.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 SimplePoolFile2.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:SimplePoolFile2.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" , "SimplePoolFile2.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/PassNoneFilter.cxx b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/PassNoneFilter.cxx
new file mode 100755
index 00000000000..3d3a26a4af7
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/PassNoneFilter.cxx
@@ -0,0 +1,27 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+/** @file PassNoneFilter.cxx
+ *  @brief This file contains the implementation for the PassNoneFilter class.
+ *  $Id: PassNoneFilter.cxx,v 1.2 2008-12-10 21:28:11 gemmeren Exp $
+ **/
+
+#include "PassNoneFilter.h"
+
+#include <string>
+
+using namespace AthPoolEx;
+
+PassNoneFilter::PassNoneFilter(const std::string& name, ISvcLocator* pSvcLocator) : Algorithm(name, pSvcLocator) {}
+
+PassNoneFilter::~PassNoneFilter() {}
+
+StatusCode PassNoneFilter::initialize() { return(StatusCode::SUCCESS); }
+
+StatusCode PassNoneFilter::execute() {
+   setFilterPassed(false);
+   return(StatusCode::SUCCESS);
+}
+
+StatusCode PassNoneFilter::finalize() { return(StatusCode::SUCCESS); }
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/PassNoneFilter.h b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/PassNoneFilter.h
new file mode 100755
index 00000000000..eba5de9433c
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/PassNoneFilter.h
@@ -0,0 +1,36 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+#ifndef ATHENAPOOLMULTITEST_PASSNONEFILTER_H
+#define ATHENAPOOLMULTITEST_PASSNONEFILTER_H
+
+/** @file PassNoneFilter.h
+ *  @brief class definition for PassNoneFilter
+ *  @author Jack Cranshaw (Jack.Cranshaw@cern.ch)
+ *  $Id: PassNoneFilter.h,v 1.1 2008-12-10 21:28:11 gemmeren Exp $
+ **/
+
+#include "GaudiKernel/Algorithm.h"
+
+class string;
+class ISvcLocator;
+
+namespace AthPoolEx {
+
+/** @class PassNoneFilter
+ *  @brief Simple Filter algorithm which simply sets pass=false for all events.
+ **/
+class PassNoneFilter : public Algorithm {
+public:
+   PassNoneFilter(const std::string& name, ISvcLocator* pSvcLocator);
+   virtual ~PassNoneFilter();
+
+   virtual StatusCode initialize();
+   virtual StatusCode execute();
+   virtual StatusCode finalize();
+};
+
+} // end namespace AthPoolEx
+
+#endif
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/QueryTag.cxx b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/QueryTag.cxx
new file mode 100755
index 00000000000..40003c45324
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/QueryTag.cxx
@@ -0,0 +1,98 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+/** @file QueryTag.cxx
+ *  @brief This file contains the implementation for the QueryTag class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: QueryTag.cxx,v 1.5 2009-03-17 09:44:46 gemmeren Exp $
+ **/
+
+#include "QueryTag.h"
+
+#include "GaudiKernel/MsgStream.h"
+
+#include "StoreGate/ActiveStoreSvc.h"
+#include "StoreGate/StoreGateSvc.h"
+
+#include "AthenaPoolUtilities/AthenaAttributeList.h"
+
+using namespace AthPoolEx;
+
+//___________________________________________________________________________
+QueryTag::QueryTag(const std::string& type, const std::string& name, const IInterface* parent) : 
+	AlgTool(type, name, parent), m_eventStore("StoreGateSvc", name), m_attrListKey() {
+   declareInterface<IAthenaSelectorTool>(this);
+}
+//___________________________________________________________________________
+QueryTag::~QueryTag() {
+}
+//___________________________________________________________________________
+StatusCode QueryTag::initialize() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::INFO << "in initialize()" << endreq;
+   const IService* parentSvc = dynamic_cast<const IService*>(this->parent());
+   if (parentSvc != 0) {
+      const IProperty* propertyServer = dynamic_cast<const IProperty*>(parentSvc);
+      if (propertyServer != 0) {
+         StringProperty attrKeyProperty("AttributeListKey", "");
+         StatusCode status = propertyServer->getProperty(&attrKeyProperty);
+         if (status.isSuccess()) {
+            m_attrListKey = attrKeyProperty.value();
+         }
+      }
+   }
+   return(StatusCode::SUCCESS);
+}
+//___________________________________________________________________________
+StatusCode QueryTag::postInitialize() {
+   return(StatusCode::SUCCESS);
+}
+//__________________________________________________________________________
+StatusCode QueryTag::preNext() {
+   return(StatusCode::SUCCESS);
+}
+//__________________________________________________________________________
+StatusCode QueryTag::postNext() {
+   MsgStream log(msgSvc(), name());
+   if (!m_eventStore->contains<AthenaAttributeList>(m_attrListKey)) {
+      log << MSG::DEBUG << "Can't get attributeList for preselection" << endreq;
+      return(StatusCode::SUCCESS);
+   }
+
+   const DataHandle<AthenaAttributeList> attrList;
+   StatusCode status = m_eventStore->retrieve(attrList, m_attrListKey);
+   if (status.isFailure()) {
+      log << MSG::ERROR << "Could not retrieve AthenaAttributeList" << endreq;
+      return(StatusCode::FAILURE);
+   }
+
+   try {
+      unsigned int eventNumber = (*attrList)["EventNumber"].data<unsigned int>();
+      unsigned int runNumber = (*attrList)["RunNumber"].data<unsigned int>();
+      unsigned int magicNumber = (*attrList)["MagicNumber"].data<unsigned int>();
+
+      log << MSG::DEBUG << "EventNumber = " << eventNumber << endreq;
+      log << MSG::DEBUG << "RunNumber = " << runNumber << endreq;
+      log << MSG::DEBUG << "MagicNumber = " << magicNumber << endreq;
+      if (eventNumber < 10 && magicNumber > 17) {
+         return(StatusCode::RECOVERABLE);
+      }
+   } catch (...) {
+      log << MSG::DEBUG << "Can't apply attributeList preselection" << endreq;
+      return(StatusCode::SUCCESS);
+   }
+
+   return(StatusCode::SUCCESS);
+}
+//__________________________________________________________________________
+StatusCode QueryTag::preFinalize() {
+   return(StatusCode::SUCCESS);
+}
+//__________________________________________________________________________
+StatusCode QueryTag::finalize() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::INFO << "in finalize()" << endreq;
+   return(StatusCode::SUCCESS);
+}
+//__________________________________________________________________________
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/QueryTag.h b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/QueryTag.h
new file mode 100755
index 00000000000..374cc0b0627
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/QueryTag.h
@@ -0,0 +1,50 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+#ifndef ATHENAPOOLEXAMPLEALGORITHMS_QUERYTAG_H
+#define ATHENAPOOLEXAMPLEALGORITHMS_QUERYTAG_H
+
+/** @file QueryTag.h
+ *  @brief This file contains the class definition for the QueryTag class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: QueryTag.h,v 1.1 2008-12-10 21:28:11 gemmeren Exp $
+ **/
+
+#include "GaudiKernel/AlgTool.h"
+#include "GaudiKernel/ServiceHandle.h"
+#include "AthenaKernel/IAthenaSelectorTool.h"
+
+#include <string>
+
+class StoreGateSvc;
+
+namespace AthPoolEx {
+
+/** @class AthPoolEx::QueryTag
+ *  @brief This class provides an example for reading with a ISelectorTool to veto events on AttributeList.
+ **/
+class QueryTag : public AlgTool, virtual public IAthenaSelectorTool {
+public: // Constructor and Destructor
+   /// Standard Service Constructor
+   QueryTag(const std::string& type, const std::string& name, const IInterface* parent);
+   /// Destructor
+   virtual ~QueryTag();
+
+public:
+   /// IAthenaSelectorTool Interface method implementations:
+   virtual StatusCode initialize();
+   virtual StatusCode postInitialize();
+   virtual StatusCode preNext();
+   virtual StatusCode postNext();
+   virtual StatusCode preFinalize();
+   virtual StatusCode finalize();
+
+private:
+   ServiceHandle<StoreGateSvc> m_eventStore;
+   std::string m_attrListKey;
+};
+
+} // end AthPoolEx namespace
+
+#endif
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReWriteData.cxx b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReWriteData.cxx
new file mode 100755
index 00000000000..69b9e2a1ad4
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReWriteData.cxx
@@ -0,0 +1,118 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+/** @file ReWriteData.cxx
+ *  @brief This file contains the implementation for the ReWriteData class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: ReWriteData.cxx,v 1.18 2008-12-10 21:28:11 gemmeren Exp $
+ **/
+
+#include "ReWriteData.h"
+
+// the user data-class defintions
+#include "AthenaPoolExampleData/ExampleHitContainer.h"
+#include "AthenaPoolExampleData/ExampleTrackContainer.h"
+
+#include "GaudiKernel/MsgStream.h"
+
+#include "StoreGate/StoreGateSvc.h"
+
+#include <cmath>
+
+using namespace AthPoolEx;
+
+//___________________________________________________________________________
+ReWriteData::ReWriteData(const std::string& name, ISvcLocator* pSvcLocator) : Algorithm(name, pSvcLocator), p_SGevent("StoreGateSvc", name) {
+}
+//___________________________________________________________________________
+ReWriteData::~ReWriteData() {
+}
+//___________________________________________________________________________
+StatusCode ReWriteData::initialize() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::INFO << "in initialize()" << endreq;
+
+   // locate the StoreGateSvc and initialize our local ptr
+   StatusCode sc = p_SGevent.retrieve();
+   if (!sc.isSuccess() || 0 == p_SGevent) {
+      log << MSG::ERROR << "Could not find StoreGateSvc" << endreq;
+   }
+   return(sc);
+}
+//___________________________________________________________________________
+StatusCode ReWriteData::execute() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::DEBUG << "in execute()" << endreq;
+
+   if (p_SGevent->contains<ExampleHitContainer>("MyHits")) {
+      const DataHandle<ExampleHitContainer> hitCont;
+      StatusCode sc = p_SGevent->retrieve(hitCont, "MyHits");
+      if (!sc.isSuccess()) {
+         log << MSG::ERROR << "Could not find ExampleHitContainer/MyHits" << endreq;
+         return(StatusCode::FAILURE);
+      }
+      double pT = 0.0, eta = 0.0, phi = 0.0;
+      for (ExampleHitContainer::const_iterator hitObj = hitCont->begin(); hitObj != hitCont->end(); hitObj++) {
+         log << MSG::INFO << "Hit x = " << (*hitObj)->getX() << " y = " << (*hitObj)->getY() << " z = " << (*hitObj)->getZ() << " detector = " << (*hitObj)->getDetector() << endreq;
+         pT = pT + sqrt((*hitObj)->getX() * (*hitObj)->getX() + (*hitObj)->getY() * (*hitObj)->getY());
+         eta = eta + (*hitObj)->getX() / (*hitObj)->getZ();
+         phi = phi + (*hitObj)->getX() / (*hitObj)->getY();
+      }
+      ExampleTrack* trackObj = new ExampleTrack();
+      trackObj->setPT(pT / hitCont->size());
+      trackObj->setEta(eta);
+      trackObj->setPhi(phi);
+      trackObj->setDetector("Track made in: " + (*hitCont->begin())->getDetector());
+      trackObj->getElementLink1()->toContainedElement(*hitCont, *hitCont->begin());
+      log << MSG::INFO << "ElementLink1 = " << trackObj->getElement1()->getX() << endreq;
+      trackObj->getElementLink2()->toIndexedElement(*hitCont, hitCont->size() - 1);
+      log << MSG::INFO << "ElementLink2 = " << trackObj->getElement2()->getX() << endreq;
+
+      ElementLink<ExampleHitContainer> eLink1, eLink2, eLink3;
+      eLink1.toContainedElement(*hitCont, *hitCont->begin());
+      trackObj->getElementLinkVector()->push_back(eLink1);
+      eLink2.toIndexedElement(*hitCont, 1);
+      trackObj->getElementLinkVector()->push_back(eLink2);
+      eLink3.toContainedElement(*hitCont, (*hitCont)[3]);
+      trackObj->getElementLinkVector()->push_back(eLink3);
+      log << MSG::INFO << "Link ElementLinkVector = " << trackObj->getElementLinkVector()->size() << endreq;
+      for (ElementLinkVector<ExampleHitContainer>::iterator iter = trackObj->getElementLinkVector()->begin(); iter != trackObj->getElementLinkVector()->end(); ++iter) {
+         log << MSG::INFO << "Element = " << (**iter) << " : " << (**iter)->getX() << endreq;
+      }
+
+      trackObj->getNavigable()->putElement(hitCont, *hitCont->begin());
+      trackObj->getNavigable()->putElement(hitCont, (*hitCont)[5]);
+      log << MSG::INFO << "Link Navigable = " << trackObj->getNavigable()->size() << endreq;
+      for (Navigable<ExampleHitContainer>::object_iter iter = trackObj->getNavigable()->begin(); iter != trackObj->getNavigable()->end(); ++iter) {
+         log << MSG::INFO << "Element = " << (*iter) << " : " << (*iter)->getX() << endreq;
+      }
+
+      trackObj->getWeightedNavigable()->putElement(hitCont, *hitCont->begin(), 3.33);
+      trackObj->getWeightedNavigable()->putElement(hitCont, (*hitCont)[5], 1.11);
+      trackObj->getWeightedNavigable()->putElement(hitCont, (*hitCont)[3], 5.55);
+      log << MSG::INFO << "Link Weighted Navigable = " << trackObj->getWeightedNavigable()->size() << endreq;
+      for (Navigable<ExampleHitContainer, double>::object_iter iter = trackObj->getWeightedNavigable()->begin(); iter != trackObj->getWeightedNavigable()->end(); ++iter) {
+         log << MSG::INFO << "Element = " << (*iter) << " : " << (*iter)->getX() << endreq;
+      }
+
+      ExampleTrackContainer* trackCont = new ExampleTrackContainer();
+      trackCont->push_back(trackObj);
+      sc = p_SGevent->record(trackCont, "MyTracks");
+      if (sc.isFailure()) {
+         log << MSG::ERROR << "Could not register ExampleTrackContainer/MyTracks" << endreq;
+         return(StatusCode::FAILURE);
+      } else {
+         log << MSG::INFO << "Track pt = " << trackObj->getPT() << " eta = " << trackObj->getEta() << " phi = " << trackObj->getPhi() << " detector = " << trackObj->getDetector() << endreq;
+      }
+   }
+
+   log << MSG::INFO << "registered all data" << endreq;
+   return(StatusCode::SUCCESS);
+}
+//___________________________________________________________________________
+StatusCode ReWriteData::finalize() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::INFO << "in finalize()" << endreq;
+   return(StatusCode::SUCCESS);
+}
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReWriteData.h b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReWriteData.h
new file mode 100755
index 00000000000..c6ac6dfcd4f
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReWriteData.h
@@ -0,0 +1,44 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+#ifndef ATHENAPOOLEXAMPLEALGORITHMS_REWRITEDATA_H
+#define ATHENAPOOLEXAMPLEALGORITHMS_REWRITEDATA_H
+
+/** @file ReWriteData.h
+ *  @brief This file contains the class definition for the ReWriteData class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: ReWriteData.h,v 1.1 2008-12-10 21:28:11 gemmeren Exp $
+ **/
+
+#include <string>
+#include "GaudiKernel/Algorithm.h"
+#include "GaudiKernel/ServiceHandle.h"
+
+class StoreGateSvc;
+
+namespace AthPoolEx {
+
+/** @class AthPoolEx::ReWriteData
+ *  @brief This class provides an example for reading and writing data objects from/to Pool.
+ **/
+class ReWriteData : public Algorithm {
+public: // Constructor and Destructor
+   /// Standard Service Constructor
+   ReWriteData(const std::string& name, ISvcLocator* pSvcLocator);
+   /// Destructor
+   virtual ~ReWriteData();
+
+public:
+/// Gaudi Service Interface method implementations:
+   StatusCode initialize();
+   StatusCode execute();
+   StatusCode finalize();
+
+private:
+   ServiceHandle<StoreGateSvc> p_SGevent;
+};
+
+} // end AthPoolEx namespace
+
+#endif
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadBs.cxx b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadBs.cxx
new file mode 100755
index 00000000000..04fb25981df
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadBs.cxx
@@ -0,0 +1,78 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+/** @file ReadBs.cxx
+ *  @brief This file contains the implementation for the ReadBs class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: ReadBs.cxx,v 1.26 2009-03-14 22:05:57 gemmeren Exp $
+ **/
+
+#include "ReadBs.h"
+
+// the user data-class defintions
+#include "AthenaPoolExampleData/ExampleHitContainer.h"
+#include "AthenaPoolExampleData/ExampleTrackContainer.h"
+
+#include "GaudiKernel/MsgStream.h"
+
+#include "ByteStreamData/ByteStreamMetadataContainer.h"
+
+#include "StoreGate/StoreGateSvc.h"
+
+#include <set>
+
+using namespace AthPoolEx;
+
+//___________________________________________________________________________
+ReadBs::ReadBs(const std::string& name, ISvcLocator* pSvcLocator) : Algorithm(name, pSvcLocator), p_SGinMeta("StoreGateSvc/InputMetaDataStore", name), p_SGmeta("StoreGateSvc/MetaDataStore", name) {
+}
+//___________________________________________________________________________
+ReadBs::~ReadBs() {
+}
+//___________________________________________________________________________
+StatusCode ReadBs::initialize() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::INFO << "in initialize()" << endreq;
+
+   // Locate the StoreGateSvc and initialize our local ptr
+   StatusCode sc = p_SGinMeta.retrieve();
+   if (!sc.isSuccess() || 0 == p_SGinMeta) {
+      log << MSG::ERROR << "Could not find Input MetaData StoreGateSvc" << endreq;
+   }
+   sc = p_SGmeta.retrieve();
+   if (!sc.isSuccess() || 0 == p_SGmeta) {
+      log << MSG::ERROR << "Could not find MetaData StoreGateSvc" << endreq;
+   }
+   return(sc);
+}
+//___________________________________________________________________________
+StatusCode ReadBs::execute() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::DEBUG << "in execute()" << endreq;
+   if (p_SGinMeta->contains<ByteStreamMetadata>("ByteStreamMetadata")) {
+      const DataHandle<ByteStreamMetadata> bsmd;
+      StatusCode sc = p_SGinMeta->retrieve(bsmd, "ByteStreamMetadata");
+      if (sc.isFailure() || !bsmd) {
+         log << MSG::FATAL << "Could not find ByteStreamMetadata" << endreq;
+         return(StatusCode::FAILURE);
+      }
+      log << MSG::INFO << "ByteStreamMetadata, run# = " << bsmd->getRunNumber() << ", #events = " << bsmd->getNumEvents() << endreq;
+   }
+   if (p_SGmeta->contains<ByteStreamMetadataContainer>("ByteStreamMetadata")) {
+      const DataHandle<ByteStreamMetadataContainer> bsmdc;
+      StatusCode sc = p_SGmeta->retrieve(bsmdc, "ByteStreamMetadata");
+      if (sc.isFailure() || !bsmdc) {
+         log << MSG::FATAL << "Could not find ByteStreamMetadataContainer" << endreq;
+         return(StatusCode::FAILURE);
+      }
+      log << MSG::INFO << "ByteStreamMetadataContainer, size =  " << bsmdc->size() << endreq;
+   }
+   return(StatusCode::SUCCESS);
+}
+//___________________________________________________________________________
+StatusCode ReadBs::finalize() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::INFO << "in finalize()" << endreq;
+   return(StatusCode::SUCCESS);
+}
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadBs.h b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadBs.h
new file mode 100755
index 00000000000..6e63964a84a
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadBs.h
@@ -0,0 +1,45 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+#ifndef ATHENAPOOLEXAMPLEALGORITHMS_READBS_H
+#define ATHENAPOOLEXAMPLEALGORITHMS_READBS_H
+
+/** @file ReadBs.h
+ *  @brief This file contains the class definition for the ReadBs class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: ReadBs.h,v 1.2 2009-03-11 20:08:50 gemmeren Exp $
+ **/
+
+#include <string>
+#include "GaudiKernel/Algorithm.h"
+#include "GaudiKernel/ServiceHandle.h"
+
+class StoreGateSvc;
+
+namespace AthPoolEx {
+
+/** @class AthPoolEx::ReadBs
+ *  @brief This class provides an example for reading event data objects from Pool.
+ **/
+class ReadBs : public Algorithm {
+public: // Constructor and Destructor
+   /// Standard Service Constructor
+   ReadBs(const std::string& name, ISvcLocator* pSvcLocator);
+   /// Destructor
+   virtual ~ReadBs();
+
+public:
+/// Gaudi Service Interface method implementations:
+   StatusCode initialize();
+   StatusCode execute();
+   StatusCode finalize();
+
+private:
+   ServiceHandle<StoreGateSvc> p_SGinMeta;
+   ServiceHandle<StoreGateSvc> p_SGmeta;
+};
+
+} // end namespace AthPoolEx
+
+#endif
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadCond.cxx b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadCond.cxx
new file mode 100755
index 00000000000..aaeb70c8442
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadCond.cxx
@@ -0,0 +1,78 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+/** @file ReadCond.cxx
+ *  @brief This file contains the implementation for the ReadCond class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: ReadCond.cxx,v 1.13 2008-12-10 21:28:11 gemmeren Exp $
+ **/
+
+#include "ReadCond.h"
+
+// the user data-class defintions
+#include "AthenaPoolExampleData/ExampleHitContainer.h"
+
+#include "GaudiKernel/MsgStream.h"
+
+#include "StoreGate/StoreGateSvc.h"
+
+using namespace AthPoolEx;
+
+//___________________________________________________________________________
+ReadCond::ReadCond(const std::string& name, ISvcLocator* pSvcLocator) : Algorithm(name, pSvcLocator), m_pCondStore("DetectorStore", name) {
+}
+//___________________________________________________________________________
+ReadCond::~ReadCond() {
+}
+//___________________________________________________________________________
+StatusCode ReadCond::initialize() {
+   StatusCode sc = StatusCode::SUCCESS;
+   MsgStream log(msgSvc(), name());
+   log << MSG::INFO << "in initialize()" << endreq;
+
+   // locate the DetectorStore and initialize our local ptr
+   sc = m_pCondStore.retrieve();
+   if (!sc.isSuccess() || 0 == m_pCondStore) {
+      log << MSG::ERROR << "Could not find Store [" << m_pCondStore.typeAndName() << "]" << endreq;
+      return(StatusCode::FAILURE);
+   }
+   return(StatusCode::SUCCESS);
+}
+//___________________________________________________________________________
+StatusCode ReadCond::execute() {
+   StatusCode sc = StatusCode::SUCCESS;
+   MsgStream log(msgSvc(), name());
+   log << MSG::DEBUG << "in execute()" << endreq;
+
+   if (m_pCondStore->contains<ExampleHitContainer>("PedestalWriteData")) {
+      const DataHandle<ExampleHitContainer> ep;
+      sc = m_pCondStore->retrieve(ep, "PedestalWriteData");
+      if (!sc.isSuccess()) {
+         log << MSG::ERROR << "Could not find DataObject: PedestalWriteData" << endreq;
+         return(StatusCode::FAILURE);
+      }
+      for (ExampleHitContainer::const_iterator obj = ep->begin(); obj != ep->end(); obj++) {
+         log << MSG::INFO << "Pedestal x = " << (*obj)->getX() << " y = " << (*obj)->getY() << " z = " << (*obj)->getZ() << " string = " << (*obj)->getDetector() << endreq;
+      }
+   }
+   if (m_pCondStore->contains<ExampleHitContainer>("PedestalAppendData")) {
+      const DataHandle<ExampleHitContainer> ep;
+      sc = m_pCondStore->retrieve(ep, "PedestalAppendData");
+      if (!sc.isSuccess()) {
+         log << MSG::ERROR << "Could not find DataObject: PedestalAppendData" << endreq;
+         return(StatusCode::FAILURE);
+      }
+      for (ExampleHitContainer::const_iterator obj = ep->begin(); obj != ep->end(); obj++) {
+         log << MSG::INFO << "Pedestal (2) x = " << (*obj)->getX() << " y = " << (*obj)->getY() << " z = " << (*obj)->getZ() << " string = " << (*obj)->getDetector() << endreq;
+      }
+   }
+
+   return(StatusCode::SUCCESS);
+}
+//___________________________________________________________________________
+StatusCode ReadCond::finalize() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::INFO << "in finalize()" << endreq;
+   return(StatusCode::SUCCESS);
+}
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadCond.h b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadCond.h
new file mode 100755
index 00000000000..896cf941fe8
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadCond.h
@@ -0,0 +1,44 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+#ifndef ATHENAPOOLEXAMPLEALGORITHMS_READCOND_H
+#define ATHENAPOOLEXAMPLEALGORITHMS_READCOND_H
+
+/** @file ReadCond.h
+ *  @brief This file contains the class definition for the ReadCond class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: ReadCond.h,v 1.1 2008-12-10 21:28:11 gemmeren Exp $
+ **/
+
+#include <string>
+#include "GaudiKernel/Algorithm.h"
+#include "GaudiKernel/ServiceHandle.h"
+
+class StoreGateSvc;
+
+namespace AthPoolEx {
+
+/** @class AthPoolEx::ReadCond
+ *  @brief This class provides an example for reading conditions data objects from Pool.
+ **/
+class ReadCond : public Algorithm {
+public: // Constructor and Destructor
+   /// Standard Service Constructor
+   ReadCond(const std::string& name, ISvcLocator* pSvcLocator);
+   /// Destructor
+   virtual ~ReadCond();
+
+public:
+/// Gaudi Service Interface method implementations:
+   StatusCode initialize();
+   StatusCode execute();
+   StatusCode finalize();
+
+private:
+   ServiceHandle<StoreGateSvc> m_pCondStore;
+};
+
+} // end AthPoolEx namespace
+
+#endif
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadData.cxx b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadData.cxx
new file mode 100755
index 00000000000..bdc8f68a37e
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadData.cxx
@@ -0,0 +1,187 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+/** @file ReadData.cxx
+ *  @brief This file contains the implementation for the ReadData class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: ReadData.cxx,v 1.26 2009-03-14 22:05:57 gemmeren Exp $
+ **/
+
+#include "ReadData.h"
+
+// the user data-class defintions
+#include "AthenaPoolExampleData/ExampleHitContainer.h"
+#include "AthenaPoolExampleData/ExampleTrackContainer.h"
+
+#include "GaudiKernel/MsgStream.h"
+
+#include "DBDataModel/CollectionMetadata.h"
+
+#include "EventInfo/EventInfo.h"
+#include "EventInfo/EventID.h"
+#include "EventInfo/EventStreamInfo.h"
+#include "EventBookkeeperMetaData/EventBookkeeperCollection.h"
+
+#include "StoreGate/StoreGateSvc.h"
+
+#include <set>
+
+using namespace AthPoolEx;
+
+//___________________________________________________________________________
+ReadData::ReadData(const std::string& name, ISvcLocator* pSvcLocator) : Algorithm(name, pSvcLocator), p_SGevent("StoreGateSvc", name), p_SGinMeta("StoreGateSvc/InputMetaDataStore", name), p_SGtagMeta("StoreGateSvc/TagMetaDataStore", name), p_SGmeta("StoreGateSvc/MetaDataStore", name) {
+}
+//___________________________________________________________________________
+ReadData::~ReadData() {
+}
+//___________________________________________________________________________
+StatusCode ReadData::initialize() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::INFO << "in initialize()" << endreq;
+
+   // Locate the StoreGateSvc and initialize our local ptr
+   StatusCode sc = p_SGevent.retrieve();
+   if (!sc.isSuccess() || 0 == p_SGevent) {
+      log << MSG::ERROR << "Could not find StoreGateSvc" << endreq;
+   }
+
+   // Locate the StoreGateSvc and initialize our local ptr
+   sc = p_SGinMeta.retrieve();
+   if (!sc.isSuccess() || 0 == p_SGinMeta) {
+      log << MSG::ERROR << "Could not find Input MetaData StoreGateSvc" << endreq;
+   }
+   sc = p_SGtagMeta.retrieve();
+   if (!sc.isSuccess() || 0 == p_SGtagMeta) {
+      log << MSG::ERROR << "Could not find Tag MetaData StoreGateSvc" << endreq;
+   }
+   sc = p_SGmeta.retrieve();
+   if (!sc.isSuccess() || 0 == p_SGmeta) {
+      log << MSG::ERROR << "Could not find MetaData StoreGateSvc" << endreq;
+   }
+   return(sc);
+}
+//___________________________________________________________________________
+StatusCode ReadData::execute() {
+   StatusCode sc = StatusCode::SUCCESS;
+   MsgStream log(msgSvc(), name());
+   log << MSG::DEBUG << "in execute()" << endreq;
+
+   if (p_SGtagMeta->contains<CollectionMetadata>("CollectionMetadata")) {
+      const DataHandle<CollectionMetadata> cm;
+      sc = p_SGtagMeta->retrieve(cm, "CollectionMetadata");
+      if (sc.isFailure() || !cm) {
+         log << MSG::FATAL << "Could not find CollectionMetadata" << endreq;
+         return(StatusCode::FAILURE);
+      }
+      for (CollectionMetadata::const_iterator iter = cm->begin(), iterEnd = cm->end();
+		      iter != iterEnd; iter++) {
+         log << MSG::INFO << "CollectionMetadata, key = " << iter->first << ", value = " << iter->second << endreq;
+      }
+   }
+   // Get the event streamheader, print out 
+   const DataHandle<EventStreamInfo> esi1, esi2;
+   sc = p_SGinMeta->retrieve(esi1, esi2);
+   if (sc.isFailure() || esi1 == esi2) {
+      log << MSG::WARNING << "Could not find EventStreamInfo" << endreq;
+   } else {
+      for (; esi1 != esi2; esi1++) {
+         log << MSG::INFO << "EventStreamInfo: Number of events = " << esi1->getNumberOfEvents() << endreq;
+         log << MSG::INFO << "EventStreamInfo: ItemList:" << endreq;
+         for (std::set<std::pair<CLID, std::string> >::const_iterator iter = esi1->getItemList().begin(), iterEnd = esi1->getItemList().end();
+		         iter != iterEnd; iter++) {
+            log << MSG::INFO << "CLID = " << iter->first << ", key = " << iter->second << endreq;
+         }
+         for (std::set<EventType>::iterator iter = esi1->getEventTypes().begin(), iterEnd = esi1->getEventTypes().end();
+		         iter != iterEnd; iter++) {
+            log << MSG::INFO << "EventType: " << iter->typeToString() << endreq;
+            log << MSG::INFO << "TagInfo: " << iter->get_detdescr_tags() << endreq;
+         }
+      }
+   }
+   const std::string ebcKey = "EventSelector.Counter";
+   if (p_SGmeta->contains<EventBookkeeperCollection>(ebcKey)) {
+      const DataHandle<EventBookkeeperCollection> ebc;
+      sc = p_SGmeta->retrieve(ebc, ebcKey);
+      if (sc.isFailure() || !ebc) {
+         log << MSG::FATAL << "Could not find EventBookkeeperCollection, key =" << endreq;
+         return(StatusCode::FAILURE);
+      }
+      for (EventBookkeeperCollection::const_iterator iter = ebc->begin(), iterEnd = ebc->end();
+		      iter != iterEnd; iter++) {
+         log << MSG::INFO << "EventBookkeeper " << (*iter)->getName() << " accepted events: = " << (*iter)->getNAcceptedEvents() << endreq;
+      }
+   }
+   const std::string ebcInKey = "EventBookkeepers";
+   if (p_SGinMeta->contains<EventBookkeeperCollection>(ebcInKey)) {
+      const DataHandle<EventBookkeeperCollection> ebc;
+      sc = p_SGinMeta->retrieve(ebc, ebcInKey);
+      if (sc.isFailure() || !ebc) {
+         log << MSG::FATAL << "Could not find EventBookkeeperCollection, key =" << endreq;
+         return(StatusCode::FAILURE);
+      }
+      for (EventBookkeeperCollection::const_iterator iter = ebc->begin(), iterEnd = ebc->end();
+		      iter != iterEnd; iter++) {
+         log << MSG::INFO << "EventBookkeeper (In) " << (*iter)->getName() << " accepted events: = " << (*iter)->getNAcceptedEvents() << endreq;
+      }
+   }
+   // Get the event header, print out event and run number
+   const DataHandle<EventInfo> evt;
+   sc = p_SGevent->retrieve(evt);
+   if (sc.isFailure() || !evt) {
+      log << MSG::FATAL << "Could not find EventInfo" << endreq;
+      return(StatusCode::FAILURE);
+   }
+   log << MSG::INFO << "EventInfo event: " << evt->event_ID()->event_number() << " run: " << evt->event_ID()->run_number() << endreq;
+   // Get the DataObject, print out its contents
+   log << MSG::INFO << "Get Smart data ptr 1" << endreq;
+
+   if (p_SGevent->contains<ExampleHitContainer>("MyHits")) {
+      const DataHandle<ExampleHitContainer> cont;
+      sc = p_SGevent->retrieve(cont, "MyHits");
+      if (!sc.isSuccess()) {
+         log << MSG::ERROR << "Could not find ExampleHitContainer/MyHits" << endreq;
+         return(StatusCode::FAILURE);
+      }
+      for (ExampleHitContainer::const_iterator obj = cont->begin(); obj != cont->end(); obj++) {
+         log << MSG::INFO << "Hit x = " << (*obj)->getX() << " y = " << (*obj)->getY() << " z = " << (*obj)->getZ() << " detector = " << (*obj)->getDetector() << endreq;
+      }
+      if (p_SGevent->contains<ExampleHitContainer>("PetersHits")) {
+         log << MSG::INFO << "Found ExampleHitContainer/PetersHits (alias)" << endreq;
+      }
+   }
+   if (p_SGevent->contains<ExampleTrackContainer>("MyTracks")) {
+      const DataHandle<ExampleTrackContainer> cont;
+      sc = p_SGevent->retrieve(cont, "MyTracks");
+      if (!sc.isSuccess()) {
+         log << MSG::ERROR << "Could not find ExampleTrackContainer/MyTracks" << endreq;
+         return(StatusCode::FAILURE);
+      }
+      for (ExampleTrackContainer::const_iterator obj = cont->begin(); obj != cont->end(); obj++) {
+         log << MSG::INFO << "Track pt = " << (*obj)->getPT() << " eta = " << (*obj)->getEta() << " phi = " << (*obj)->getPhi() << " detector = " << (*obj)->getDetector() << endreq;
+         if (p_SGevent->contains<ExampleHitContainer>("MyHits")) {
+            log << MSG::INFO << "ElementLink1 = " << (*obj)->getElement1()->getX() << endreq;
+            log << MSG::INFO << "ElementLink2 = " << (*obj)->getElement2()->getX() << endreq;
+            log << MSG::INFO << "Link ElementLinkVector = " << (*obj)->getElementLinkVector()->size() << endreq;
+            for (ElementLinkVector<ExampleHitContainer>::const_iterator iter = (*obj)->getElementLinkVector()->begin(); iter != (*obj)->getElementLinkVector()->end(); ++iter) {
+               log << MSG::INFO << "Element = " << (**iter) << " : " << (**iter)->getX() << endreq;
+            }
+            log << MSG::INFO << "Link Navigable = " << (*obj)->getNavigable()->size() << endreq;
+            for (Navigable<ExampleHitContainer>::object_iter iter = (*obj)->getNavigable()->begin(); iter != (*obj)->getNavigable()->end(); iter++) {
+               log << MSG::INFO << "Element = " << (*iter) << " : " << (*iter)->getX() << endreq;
+            }
+            log << MSG::INFO << "Link Weighted Navigable = " << (*obj)->getWeightedNavigable()->size() << endreq;
+            for (Navigable<ExampleHitContainer, double>::object_iter iter = (*obj)->getWeightedNavigable()->begin(); iter != (*obj)->getWeightedNavigable()->end(); iter++) {
+               log << MSG::INFO << "Element = " << (*iter) << " : " << (*iter)->getX() << endreq;
+            }
+         }
+      }
+   }
+   return(StatusCode::SUCCESS);
+}
+//___________________________________________________________________________
+StatusCode ReadData::finalize() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::INFO << "in finalize()" << endreq;
+   return(StatusCode::SUCCESS);
+}
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadData.h b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadData.h
new file mode 100755
index 00000000000..6490cf85821
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadData.h
@@ -0,0 +1,47 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+#ifndef ATHENAPOOLEXAMPLEALGORITHMS_READDATA_H
+#define ATHENAPOOLEXAMPLEALGORITHMS_READDATA_H
+
+/** @file ReadData.h
+ *  @brief This file contains the class definition for the ReadData class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: ReadData.h,v 1.2 2009-03-11 20:08:50 gemmeren Exp $
+ **/
+
+#include <string>
+#include "GaudiKernel/Algorithm.h"
+#include "GaudiKernel/ServiceHandle.h"
+
+class StoreGateSvc;
+
+namespace AthPoolEx {
+
+/** @class AthPoolEx::ReadData
+ *  @brief This class provides an example for reading event data objects from Pool.
+ **/
+class ReadData : public Algorithm {
+public: // Constructor and Destructor
+   /// Standard Service Constructor
+   ReadData(const std::string& name, ISvcLocator* pSvcLocator);
+   /// Destructor
+   virtual ~ReadData();
+
+public:
+/// Gaudi Service Interface method implementations:
+   StatusCode initialize();
+   StatusCode execute();
+   StatusCode finalize();
+
+private:
+   ServiceHandle<StoreGateSvc> p_SGevent;
+   ServiceHandle<StoreGateSvc> p_SGinMeta;
+   ServiceHandle<StoreGateSvc> p_SGtagMeta;
+   ServiceHandle<StoreGateSvc> p_SGmeta;
+};
+
+} // end namespace AthPoolEx
+
+#endif
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadMeta.cxx b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadMeta.cxx
new file mode 100755
index 00000000000..e7d28bae09b
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadMeta.cxx
@@ -0,0 +1,132 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+/** @file ReadMeta.cxx
+ *  @brief This file contains the implementation for the ReadMeta class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: ReadMeta.cxx,v 1.16 2008-12-10 21:28:11 gemmeren Exp $
+ **/
+
+#include "ReadMeta.h"
+
+// the user data-class defintions
+#include "AthenaPoolExampleData/ExampleHitContainer.h"
+
+#include "GaudiKernel/ToolFactory.h"
+#include "GaudiKernel/IIncidentSvc.h"
+#include "GaudiKernel/MsgStream.h"
+#include "GaudiKernel/FileIncident.h"
+
+#include "StoreGate/StoreGateSvc.h"
+
+using namespace AthPoolEx;
+
+//___________________________________________________________________________
+ReadMeta::ReadMeta(const std::string& type, const std::string& name, const IInterface* parent) : 
+   AlgTool(type, name, parent), 
+   m_pMetaDataStore ("StoreGateSvc/MetaDataStore",      name), 
+   m_pInputStore    ("StoreGateSvc/InputMetaDataStore", name) {
+   declareInterface<IMetaDataTool>(this);
+}
+//___________________________________________________________________________
+ReadMeta::~ReadMeta() {
+}
+//___________________________________________________________________________
+StatusCode ReadMeta::initialize() {
+   StatusCode sc = StatusCode::SUCCESS;
+   MsgStream log(msgSvc(), name());
+   log << MSG::INFO << "in initialize()" << endreq;
+
+   // locate the DetectorStore and initialize our local ptr
+   sc = m_pMetaDataStore.retrieve();
+   if (!sc.isSuccess() || 0 == m_pMetaDataStore) {
+      log << MSG::ERROR << "Could not find MetaDataStore" << endreq;
+      return(StatusCode::FAILURE);
+   }
+   sc = m_pInputStore.retrieve();
+   if (!sc.isSuccess() || 0 == m_pInputStore) {
+      log << MSG::ERROR << "Could not find InputMetaDataStore" << endreq;
+      return(StatusCode::FAILURE);
+   }
+   // Set to be listener for end of event
+   ServiceHandle<IIncidentSvc> incSvc("IncidentSvc", this->name());
+   sc = incSvc.retrieve();
+   if (!sc.isSuccess()) {
+      log << MSG::ERROR << "Unable to get the IncidentSvc" << endreq;
+      return(sc);
+   }
+   incSvc->addListener(this, "BeginInputFile", 60); // pri has to be < 100 to be after MetaDataSvc.
+   incSvc->addListener(this, "EndFile", 50); // pri has to be > 10 to be before MetaDataSvc.
+   return(StatusCode::SUCCESS);
+}
+//___________________________________________________________________________
+StatusCode ReadMeta::finalize() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::INFO << "in finalize()" << endreq;
+   return(StatusCode::SUCCESS);
+}
+//__________________________________________________________________________
+void ReadMeta::handle(const Incident& inc) {
+   MsgStream log(msgSvc(), name());
+   log << MSG::DEBUG << "handle() " << inc.type() << endreq;
+   const FileIncident* fileInc  = dynamic_cast<const FileIncident*>(&inc);
+   if (fileInc == 0) {
+      log << MSG::ERROR << " Unable to get FileName from BeginInputFile/EndInputFile incident" << endreq;
+      return;
+   }
+   const std::string fileName = fileInc->fileName();
+   log << MSG::DEBUG << "handle() " << inc.type() << " for " << fileName << endreq;
+
+   if (inc.type() == "BeginInputFile") {
+      log << MSG::DEBUG << "handle() saw BeginInputFile incident." << endreq;
+      if (m_pInputStore->contains<ExampleHitContainer>("PedestalWriteData")) {
+         std::list<SG::ObjectWithVersion<ExampleHitContainer> > allVersions;
+         StatusCode sc = m_pInputStore->retrieveAllVersions(allVersions, "PedestalWriteData");
+         if (!sc.isSuccess()) {
+            log << MSG::ERROR << "Could not retrieve all versions for PedestalWriteData" << endreq;
+            return;
+         }
+         //const ExampleHitContainer* ep;
+         ExampleHitContainer* ep_out = 0;
+         for (std::list<SG::ObjectWithVersion<ExampleHitContainer> >::const_iterator iter = allVersions.begin(); iter != allVersions.end(); iter++) {
+            const ExampleHitContainer* ep = iter->dataObject;
+            if (!m_pMetaDataStore->contains<ExampleHitContainer>("PedestalWriteData")) {
+               ep_out = new ExampleHitContainer();
+               ExampleHit* entry = *ep->begin();
+               ExampleHit* entry_out = new ExampleHit();
+               entry_out->setX(entry->getX());
+               entry_out->setY(entry->getY());
+               entry_out->setZ(entry->getZ());
+               entry_out->setDetector(entry->getDetector());
+               ep_out->push_back(entry_out);
+               StatusCode sc = m_pMetaDataStore->record(ep_out, "PedestalWriteData");
+               if (!sc.isSuccess()) {
+                  log << MSG::ERROR << "Could not record DataObject: PedestalWriteData" << endreq;
+                  return;
+               }
+            } else {
+               StatusCode sc = m_pMetaDataStore->retrieve(ep_out, "PedestalWriteData");
+               if (!sc.isSuccess() || 0 == ep_out) {
+                  log << MSG::ERROR << "Could not find DataObject in output: PedestalWriteData" << endreq;
+                  return;
+               }
+               ExampleHit* entry = *ep->begin();
+               ExampleHit* entry_out = *ep_out->begin();
+               int weight = entry->getDetector().size() - 2;
+               int weight_out = entry_out->getDetector().size() - 2;
+               entry_out->setX((entry->getX() * weight + entry_out->getX() * weight_out) / (weight + weight_out));
+               entry_out->setY((entry->getY() * weight + entry_out->getY() * weight_out) / (weight + weight_out));
+               entry_out->setZ((entry->getZ() * weight + entry_out->getZ() * weight_out) / (weight + weight_out));
+               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++) {
+            log << MSG::INFO << "Pedestal x = " << (*obj)->getX() << " y = " << (*obj)->getY() << " z = " << (*obj)->getZ() << " string = " << (*obj)->getDetector() << endreq;
+         }
+      }
+   } else if (inc.type() == "EndFile") {
+      log << MSG::DEBUG << "handle() saw EndFile incident." << endreq;
+   }
+}
+//__________________________________________________________________________
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadMeta.h b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadMeta.h
new file mode 100755
index 00000000000..3f47b601630
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/ReadMeta.h
@@ -0,0 +1,50 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+#ifndef ATHENAPOOLEXAMPLEALGORITHMS_READMETA_H
+#define ATHENAPOOLEXAMPLEALGORITHMS_READMETA_H
+
+/** @file ReadMeta.h
+ *  @brief This file contains the class definition for the ReadMeta class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: ReadMeta.h,v 1.1 2008-12-10 21:28:11 gemmeren Exp $
+ **/
+
+#include <string>
+#include "GaudiKernel/AlgTool.h"
+#include "GaudiKernel/ServiceHandle.h"
+#include "GaudiKernel/IIncidentListener.h"
+#include "AthenaPoolKernel/IMetaDataTool.h"
+
+class StoreGateSvc;
+
+namespace AthPoolEx {
+
+/** @class AthPoolEx::ReadMeta
+ *  @brief This class provides an example for reading in file meta data objects from Pool.
+ **/
+class ReadMeta : public AlgTool, virtual public IMetaDataTool, virtual public IIncidentListener {
+public: // Constructor and Destructor
+   /// Standard Service Constructor
+   ReadMeta(const std::string& type, const std::string& name, const IInterface* parent);
+   /// Destructor
+   virtual ~ReadMeta();
+
+public:
+   /// Gaudi Service Interface method implementations:
+   StatusCode initialize();
+   StatusCode finalize();
+
+   /// Incident service handle listening for BeginInputFile and EndInputFile.
+   void handle(const Incident& incident);
+
+private:
+   typedef ServiceHandle<StoreGateSvc> StoreGateSvc_t;
+   StoreGateSvc_t m_pMetaDataStore;
+   StoreGateSvc_t m_pInputStore;
+};
+
+} // end AthPoolEx namespace
+
+#endif
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteCond.cxx b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteCond.cxx
new file mode 100755
index 00000000000..05383b296bb
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteCond.cxx
@@ -0,0 +1,110 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+/** @file WriteCond.cxx
+ *  @brief This file contains the implementation for the WriteCond class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: WriteCond.cxx,v 1.15 2008-12-10 21:28:11 gemmeren Exp $
+ **/
+
+#include "WriteCond.h"
+
+// the user data-class defintions
+#include "AthenaPoolExampleData/ExampleHitContainer.h"
+
+#include "GaudiKernel/MsgStream.h"
+
+#include "StoreGate/StoreGateSvc.h"
+
+using namespace AthPoolEx;
+
+//___________________________________________________________________________
+WriteCond::WriteCond(const std::string& name, ISvcLocator* pSvcLocator) : 
+   Algorithm(name, pSvcLocator), 
+   m_pEventStore("StoreGateSvc", name), 
+   m_pCondStore("DetectorStore", name) {
+   declareProperty("ConditionName", m_conditionName = "PedestalWriteData");
+   declareProperty("Store",  m_pCondStore);
+   declareProperty("Weight", m_weight = 0.0);
+   declareProperty("Offset", m_offset = 0.0);
+}
+//___________________________________________________________________________
+WriteCond::~WriteCond() {
+}
+//___________________________________________________________________________
+StatusCode WriteCond::initialize() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::INFO << "in initialize()" << endreq;
+
+   // locate the StoreGateSvc and initialize our local ptr
+   StatusCode sc = m_pEventStore.retrieve();
+   if (!sc.isSuccess() || 0 == m_pEventStore) {
+      log << MSG::ERROR << "Could not find StoreGateSvc" << endreq;
+   }
+
+   // locate the conditions' Store and initialize our local ptr
+   sc = m_pCondStore.retrieve();
+   if (!sc.isSuccess() || 0 == m_pCondStore) {
+      log << MSG::ERROR << "Could not find Store [" << m_pCondStore.typeAndName() << "]" << endreq;
+      return(StatusCode::FAILURE);
+   }
+   ExampleHitContainer* pPedestal = new ExampleHitContainer();
+   ExampleHit* pEntry = new ExampleHit();
+   pEntry->setDetector("<");
+   pPedestal->push_back(pEntry);
+
+   sc = m_pCondStore->record(pPedestal, m_conditionName);
+   if (sc.isFailure()) {
+      log << MSG::ERROR << "could not register Pedestal Object" << endreq;
+      return(StatusCode::FAILURE);
+   }
+   return(sc);
+}
+//___________________________________________________________________________
+StatusCode WriteCond::execute() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::DEBUG << "in execute()" << endreq;
+
+   if (m_pEventStore->contains<ExampleHitContainer>("MyHits")) {
+      const DataHandle<ExampleHitContainer> cont;
+      StatusCode sc = m_pEventStore->retrieve(cont, "MyHits");
+      if (!sc.isSuccess()) {
+         log << MSG::ERROR << "Could not find ExampleHitContainer/MyHits" << endreq;
+         return(StatusCode::FAILURE);
+      }
+      DataHandle<ExampleHitContainer> ep;
+      sc = m_pCondStore->retrieve(ep, m_conditionName);
+      if (!sc.isSuccess()) {
+         log << MSG::ERROR << "Could not find ExampleHitContainer/" << m_conditionName << endreq;
+         return(StatusCode::FAILURE);
+      }
+      ExampleHit* pEntry = *ep->begin();
+      for (ExampleHitContainer::const_iterator obj = cont->begin(); obj != cont->end(); obj++) {
+         log << MSG::INFO << "Hit x = " << (*obj)->getX() << " y = " << (*obj)->getY() << " z = " << (*obj)->getZ() << " detector = " << (*obj)->getDetector() << endreq;
+         pEntry->setX(pEntry->getX() + m_offset + (*obj)->getX() * (1.0 + m_weight));
+         pEntry->setY(pEntry->getY() + m_offset + (*obj)->getY() * (1.0 + m_weight));
+         pEntry->setZ(pEntry->getZ() + m_offset + (*obj)->getZ() * (1.0 + m_weight));
+         pEntry->setDetector(pEntry->getDetector() + ".");
+      }
+      pEntry->setDetector(pEntry->getDetector() + "o");
+   }
+
+   log << MSG::INFO << "registered all data" << endreq;
+   return(StatusCode::SUCCESS);
+}
+//___________________________________________________________________________
+StatusCode WriteCond::stop() {
+   MsgStream log(msgSvc(), name());
+   DataHandle<ExampleHitContainer> ep;
+   StatusCode sc = m_pCondStore->retrieve(ep, m_conditionName);
+   if (!sc.isSuccess()) {
+      log << MSG::ERROR << "Could not find DataObject" << endreq;
+      return(StatusCode::FAILURE);
+   }
+   ExampleHit* pEntry = *ep->begin();
+   pEntry->setDetector(pEntry->getDetector() + ">");
+   log << MSG::INFO << "in finalize()" << endreq;
+   log << MSG::INFO << "Pedestal x = " << pEntry->getX() << " y = " << pEntry->getY() << " z = " << pEntry->getZ() << " string = " << pEntry->getDetector() << endreq;
+   return(StatusCode::SUCCESS);
+}
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteCond.h b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteCond.h
new file mode 100755
index 00000000000..5853263a1a0
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteCond.h
@@ -0,0 +1,48 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+#ifndef ATHENAPOOLEXAMPLEALGORITHMS_WRITECOND_H
+#define ATHENAPOOLEXAMPLEALGORITHMS_WRITECOND_H
+
+/** @file WriteCond.h
+ *  @brief This file contains the class definition for the WriteCond class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: WriteCond.h,v 1.1 2008-12-10 21:28:11 gemmeren Exp $
+ **/
+
+#include <string>
+#include "GaudiKernel/Algorithm.h"
+#include "GaudiKernel/ServiceHandle.h"
+
+class StoreGateSvc;
+
+namespace AthPoolEx {
+
+/** @class AthPoolEx::WriteCond
+ *  @brief This class provides an example for writing conditions data objects to Pool.
+ **/
+class WriteCond : public Algorithm {
+public: // Constructor and Destructor
+   /// Standard Service Constructor
+   WriteCond(const std::string& name, ISvcLocator* pSvcLocator);
+   /// Destructor
+   virtual ~WriteCond();
+
+public:
+/// Gaudi Service Interface method implementations:
+   StatusCode initialize();
+   StatusCode execute();
+   StatusCode stop();
+
+private:
+   ServiceHandle<StoreGateSvc> m_pEventStore;
+   ServiceHandle<StoreGateSvc> m_pCondStore;
+   StringProperty m_conditionName;
+   DoubleProperty m_weight;
+   DoubleProperty m_offset;
+};
+
+} // end AthPoolEx namespace
+
+#endif
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteData.cxx b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteData.cxx
new file mode 100755
index 00000000000..5ec0e358cae
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteData.cxx
@@ -0,0 +1,89 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+/** @file WriteData.cxx
+ *  @brief This file contains the implementation for the WriteData class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: WriteData.cxx,v 1.25 2008-12-10 21:28:11 gemmeren Exp $
+ **/
+
+#include "WriteData.h"
+
+// the user data-class defintions
+#include "AthenaPoolExampleData/ExampleHitContainer.h"
+
+#include "GaudiKernel/MsgStream.h"
+
+#include "EventInfo/EventInfo.h"
+#include "EventInfo/EventID.h"
+
+#include "StoreGate/StoreGateSvc.h"
+
+using namespace AthPoolEx;
+
+//___________________________________________________________________________
+WriteData::WriteData(const std::string& name, ISvcLocator* pSvcLocator) : Algorithm(name, pSvcLocator), p_SGevent("StoreGateSvc", name) {
+}
+//___________________________________________________________________________
+WriteData::~WriteData() {
+}
+//___________________________________________________________________________
+StatusCode WriteData::initialize() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::INFO << "in initialize()" << endreq;
+
+   // locate the StoreGateSvc and initialize our local ptr
+   StatusCode sc = p_SGevent.retrieve();
+   if (!sc.isSuccess() || 0 == p_SGevent) {
+      log << MSG::ERROR << "Could not find StoreGateSvc" << endreq;
+   }
+   return(sc);
+}
+//___________________________________________________________________________
+StatusCode WriteData::execute() {
+   StatusCode sc = StatusCode::SUCCESS;
+   MsgStream log(msgSvc(), name());
+   log << MSG::DEBUG << "in execute()" << endreq;
+
+   const DataHandle<EventInfo> evt;
+   sc = p_SGevent->retrieve(evt);
+   if (sc.isFailure() || evt == 0) {
+      log << MSG::FATAL << "Could not find event" << endreq;
+      return(StatusCode::FAILURE);
+   }
+   int eventNumber = evt->event_ID()->event_number();
+   int runNumber = evt->event_ID()->run_number();
+   log << MSG::INFO << "EventInfo event: " << eventNumber << "  run: " << runNumber << endreq;
+
+   ExampleHitContainer* hitCont = new ExampleHitContainer();
+   for (int i = 0; i < 10; i++) {
+      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->setDetector("DummyHitDetector");
+      hitCont->push_back(hitObj);
+   }
+   sc = p_SGevent->record(hitCont, "MyHits");
+   if (sc.isFailure()) {
+      log << MSG::ERROR << "Could not register ExampleHitContainer/MyHits" << endreq;
+      return(StatusCode::FAILURE);
+   }
+   if (eventNumber == 14) {
+      log << MSG::INFO << "Now creating ExampleHit alias for event: " << eventNumber << endreq;
+      sc = p_SGevent->setAlias(hitCont, "PetersHits");
+      if (sc.isFailure()) {
+         log << MSG::ERROR << "Could not register alias for ExampleHitContainer/MyHits" << endreq;
+         return(StatusCode::FAILURE);
+      }
+   }
+   log << MSG::INFO << "registered all data" << endreq;
+   return(StatusCode::SUCCESS);
+}
+//___________________________________________________________________________
+StatusCode WriteData::finalize() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::INFO << "in finalize()" << endreq;
+   return(StatusCode::SUCCESS);
+}
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteData.h b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteData.h
new file mode 100755
index 00000000000..dd6a07e1c28
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteData.h
@@ -0,0 +1,44 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+#ifndef ATHENAPOOLEXAMPLEALGORITHMS_WRITEDATA_H
+#define ATHENAPOOLEXAMPLEALGORITHMS_WRITEDATA_H
+
+/** @file WriteData.h
+ *  @brief This file contains the class definition for the WriteData class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: WriteData.h,v 1.1 2008-12-10 21:28:11 gemmeren Exp $
+ **/
+
+#include <string>
+#include "GaudiKernel/Algorithm.h"
+#include "GaudiKernel/ServiceHandle.h"
+
+class StoreGateSvc;
+
+namespace AthPoolEx {
+
+/** @class AthPoolEx::WriteData
+ *  @brief This class provides an example for writing event data objects to Pool.
+ **/
+class WriteData : public Algorithm {
+public: // Constructor and Destructor
+   /// Standard Service Constructor
+   WriteData(const std::string& name, ISvcLocator* pSvcLocator);
+   /// Destructor
+   virtual ~WriteData();
+
+public:
+/// Gaudi Service Interface method implementations:
+   StatusCode initialize();
+   StatusCode execute();
+   StatusCode finalize();
+
+private:
+   ServiceHandle<StoreGateSvc> p_SGevent;
+};
+
+} // end AthPoolEx namespace
+
+#endif
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteTag.cxx b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteTag.cxx
new file mode 100755
index 00000000000..9193f6c8275
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteTag.cxx
@@ -0,0 +1,99 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+/** @file WriteTag.cxx
+ *  @brief This file contains the implementation for the WriteTag class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: WriteTag.cxx,v 1.4 2009-03-17 09:44:46 gemmeren Exp $
+ **/
+
+#include "WriteTag.h"
+
+// the user data-class defintions
+#include "AthenaPoolUtilities/TagAthenaAttributeList.h"
+
+#include "GaudiKernel/MsgStream.h"
+
+#include "EventInfo/EventInfo.h"
+#include "EventInfo/EventID.h"
+
+#include "StoreGate/StoreGateSvc.h"
+
+using namespace AthPoolEx;
+
+//___________________________________________________________________________
+WriteTag::WriteTag(const std::string& name, ISvcLocator* pSvcLocator) : Algorithm(name, pSvcLocator), p_SGevent("StoreGateSvc", name), m_attribListSpec(0) {
+   declareProperty("Key",  m_key = "RunEventTag");
+   declareProperty("Magic", m_magic = 0);
+}
+//___________________________________________________________________________
+WriteTag::~WriteTag() {
+   if (m_attribListSpec != 0) {
+      m_attribListSpec->release();
+   }
+}
+//___________________________________________________________________________
+StatusCode WriteTag::initialize() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::INFO << "in initialize()" << endreq;
+
+   // locate the StoreGateSvc and initialize our local ptr
+   StatusCode sc = p_SGevent.retrieve();
+   if (!sc.isSuccess() || 0 == p_SGevent) {
+      log << MSG::ERROR << "Could not find StoreGateSvc" << endreq;
+   }
+   log << MSG::DEBUG << "Defining the attribute list specification." << endreq;
+   m_attribListSpec = new AthenaAttributeListSpecification();
+   m_attribListSpec->extend("RunNumber", "unsigned int");
+   m_attribListSpec->extend("EventNumber", "unsigned int");
+   if (m_magic > 0) {
+      m_attribListSpec->extend("MagicNumber", "unsigned int");
+   }
+   log << MSG::DEBUG << "Printing out attribute list specification:" << endreq;
+   for (AthenaAttributeListSpecification::const_iterator first = m_attribListSpec->begin(), last = m_attribListSpec->end(); first != last; ++first) {
+      log << MSG::DEBUG << " name " << (*first).name() << " type " << (*first).typeName() << endreq;
+   }
+   return(sc);
+}
+//___________________________________________________________________________
+StatusCode WriteTag::execute() {
+   StatusCode sc = StatusCode::SUCCESS;
+   MsgStream log(msgSvc(), name());
+   log << MSG::DEBUG << "in execute()" << endreq;
+
+   const DataHandle<EventInfo> evt;
+   sc = p_SGevent->retrieve(evt);
+   if (sc.isFailure()) {
+      log << MSG::FATAL << "Could not find event" << endreq;
+      return(StatusCode::FAILURE);
+   }
+   if (!evt) {
+      log << MSG::FATAL << "Could not find event" << endreq;
+      return(StatusCode::FAILURE);
+   }
+   unsigned int eventNumber = evt->event_ID()->event_number();
+   unsigned int runNumber = evt->event_ID()->run_number();
+   log << MSG::INFO << "EventInfo event: " << eventNumber << "  run: " << runNumber << endreq;
+
+   TagAthenaAttributeList* attribList = new TagAthenaAttributeList(*m_attribListSpec);
+   (*attribList)["RunNumber"].data<unsigned int>() = runNumber;
+   (*attribList)["EventNumber"].data<unsigned int>() = eventNumber;
+   if (m_magic > 0) {
+      (*attribList)["MagicNumber"].data<unsigned int>() = m_magic.value();
+   }
+   sc = p_SGevent->record(attribList, m_key.value());
+   if (sc.isFailure()) {
+      log << MSG::ERROR << "Could not record TagAthenaAttributeList object." << endreq;
+      return(StatusCode::FAILURE);
+   }
+
+   log << MSG::INFO << "registered all data" << endreq;
+   return(StatusCode::SUCCESS);
+}
+//___________________________________________________________________________
+StatusCode WriteTag::finalize() {
+   MsgStream log(msgSvc(), name());
+   log << MSG::INFO << "in finalize()" << endreq;
+   return(StatusCode::SUCCESS);
+}
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteTag.h b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteTag.h
new file mode 100755
index 00000000000..8c88410d896
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/WriteTag.h
@@ -0,0 +1,50 @@
+/*
+  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+*/
+
+#ifndef ATHENAPOOLEXAMPLEALGORITHMS_WRITETAG_H
+#define ATHENAPOOLEXAMPLEALGORITHMS_WRITETAG_H
+
+/** @file WriteTag.h
+ *  @brief This file contains the class definition for the WriteTag class.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: WriteTag.h,v 1.1 2008-12-10 21:28:11 gemmeren Exp $
+ **/
+
+#include <string>
+#include "GaudiKernel/Algorithm.h"
+#include "GaudiKernel/ServiceHandle.h"
+
+class StoreGateSvc;
+
+class AthenaAttributeListSpecification;
+
+namespace AthPoolEx {
+
+/** @class AthPoolEx::WriteTag
+ *  @brief This class provides an example for writing event data objects to Pool.
+ **/
+class WriteTag : public Algorithm {
+public: // Constructor and Destructor
+   /// Standard Service Constructor
+   WriteTag(const std::string& name, ISvcLocator* pSvcLocator);
+   /// Destructor
+   virtual ~WriteTag();
+
+public:
+/// Gaudi Service Interface method implementations:
+   StatusCode initialize();
+   StatusCode execute();
+   StatusCode finalize();
+
+private:
+   ServiceHandle<StoreGateSvc> p_SGevent;
+   StringProperty m_key;
+   IntegerProperty m_magic;
+   /// Specification of the event tag metadata schema
+   AthenaAttributeListSpecification* m_attribListSpec;
+};
+
+} // end AthPoolEx namespace
+
+#endif
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/components/AthenaPoolExampleAlgorithms_entries.cxx b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/components/AthenaPoolExampleAlgorithms_entries.cxx
new file mode 100755
index 00000000000..44643cd207b
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/components/AthenaPoolExampleAlgorithms_entries.cxx
@@ -0,0 +1,41 @@
+/** @file AthenaPoolExampleAlgorithms_entries.cxx
+ *  @brief This file is needed for linker to load all the components of the library.
+ *  @author Peter van Gemmeren <gemmeren@anl.gov>
+ *  $Id: AthenaPoolExampleAlgorithms_entries.cxx,v 1.16 2008-12-10 21:28:12 gemmeren Exp $
+ **/
+
+#include "../WriteData.h"
+#include "../ReWriteData.h"
+#include "../ReadData.h"
+#include "../ReadBs.h"
+#include "../WriteCond.h"
+#include "../ReadCond.h"
+#include "../ReadMeta.h"
+#include "../WriteTag.h"
+#include "../QueryTag.h"
+#include "../PassNoneFilter.h"
+#include "GaudiKernel/DeclareFactoryEntries.h"
+
+DECLARE_NAMESPACE_ALGORITHM_FACTORY(AthPoolEx, WriteData)
+DECLARE_NAMESPACE_ALGORITHM_FACTORY(AthPoolEx, ReWriteData)
+DECLARE_NAMESPACE_ALGORITHM_FACTORY(AthPoolEx, ReadData)
+DECLARE_NAMESPACE_ALGORITHM_FACTORY(AthPoolEx, ReadBs)
+DECLARE_NAMESPACE_ALGORITHM_FACTORY(AthPoolEx, WriteCond)
+DECLARE_NAMESPACE_ALGORITHM_FACTORY(AthPoolEx, ReadCond)
+DECLARE_NAMESPACE_ALGORITHM_FACTORY(AthPoolEx, WriteTag)
+DECLARE_NAMESPACE_ALGORITHM_FACTORY(AthPoolEx, PassNoneFilter)
+DECLARE_NAMESPACE_TOOL_FACTORY(AthPoolEx, ReadMeta)
+DECLARE_NAMESPACE_TOOL_FACTORY(AthPoolEx, QueryTag)
+
+DECLARE_FACTORY_ENTRIES(AthenaPoolExampleAlgorithms) {
+   DECLARE_NAMESPACE_ALGORITHM(AthPoolEx, WriteData);
+   DECLARE_NAMESPACE_ALGORITHM(AthPoolEx, ReWriteData);
+   DECLARE_NAMESPACE_ALGORITHM(AthPoolEx, ReadData);
+   DECLARE_NAMESPACE_ALGORITHM(AthPoolEx, ReadBs);
+   DECLARE_NAMESPACE_ALGORITHM(AthPoolEx, WriteCond);
+   DECLARE_NAMESPACE_ALGORITHM(AthPoolEx, ReadCond);
+   DECLARE_NAMESPACE_ALGORITHM(AthPoolEx, WriteTag);
+   DECLARE_NAMESPACE_ALGORITHM(AthPoolEx, PassNoneFilter);
+   DECLARE_NAMESPACE_ALGTOOL(AthPoolEx, ReadMeta);
+   DECLARE_NAMESPACE_ALGTOOL(AthPoolEx, QueryTag);
+}
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/components/AthenaPoolExampleAlgorithms_load.cxx b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/components/AthenaPoolExampleAlgorithms_load.cxx
new file mode 100755
index 00000000000..bfbc5258f89
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/src/components/AthenaPoolExampleAlgorithms_load.cxx
@@ -0,0 +1,9 @@
+/** @file AthenaPoolExampleAlgorithms_load.cxx
+ *  @brief This file is needed for linker to load all the components of the library.
+ *  @author Peter van Gemmeren <gemmeren@bnl.gov>
+ *  $Id: AthenaPoolExampleAlgorithms_load.cxx,v 1.3 2005-01-10 22:50:31 gemmeren Exp $
+ **/
+
+#include "GaudiKernel/LoadFactoryEntries.h"
+
+LOAD_FACTORY_ENTRIES(AthenaPoolExampleAlgorithms)
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ACond.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ACond.ref
new file mode 100755
index 00000000000..1409e17a142
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ACond.ref
@@ -0,0 +1,1181 @@
+Thu Jun 26 15:38:17 CEST 2014
+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 including file "AthenaCommon/Execution.py"
+Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_ACondJobOptions.py"
+Py:ConfigurableDb WARNING Found 2 duplicates among the 19 genConfDb files :
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -<component name>: <module> - [ <duplicates> ]
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -JetFilter: GeneratorFilters.GeneratorFiltersConf - ['JetRec.JetRecConf']
+Py:ConfigurableDb WARNING   -AdjT0__AdjustableT0Tool: MdtDriftCircleOnTrackCreator.MdtDriftCircleOnTrackCreatorConf - ['MboyEDMTool.MboyEDMToolConf']
+Py:ConfigurableDb WARNING Fix your cmt/requirements file !!
+Athena               INFO including file "AthenaCommon/runbatch.py"
+ApplicationMgr       INFO Updating ROOT::Reflex::PluginService::SetDebug(level) to level=0
+ApplicationMgr    SUCCESS 
+====================================================================================================================================
+====================================================================================================================================
+ApplicationMgr       INFO Successfully loaded modules : AthenaServices
+ApplicationMgr       INFO Application Manager Configured successfully
+ApplicationMgr       INFO Updating ROOT::Reflex::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-58-02-01
+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()
+DetectorStore        INFO Initializing DetectorStore - package version StoreGate-02-41-13
+ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version SGComps-00-01-07
+MetaDataSvc          INFO Initializing MetaDataSvc - package version AthenaServices-01-58-02-01
+InputMetaDataStore   INFO Initializing InputMetaDataStore - package version StoreGate-02-41-13
+MetaDataStore        INFO Initializing MetaDataStore - package version StoreGate-02-41-13
+AthenaPoolCnvSvc     INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-13
+AthenaRootStrea...   INFO POOL/ROOT class loader initialized
+AthenaRootStrea...   INFO 9 ROOT streamers declared
+PoolSvc              INFO Initializing PoolSvc - package version PoolSvc-00-24-02
+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 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-31
+TagMetaDataStore     INFO Initializing TagMetaDataStore - package version StoreGate-02-41-13
+EventSelector        INFO reinitialization...
+EventSelector        INFO EventSelection with query 
+EventSelector       DEBUG Try item: "SimplePoolFile1.root" from the collection list.
+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:53413
+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)]
+SimplePoolFile1.root Debug ---->Class:EventInfo_p4
+SimplePoolFile1.root Debug ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile1.root Debug --->Reading 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
+SimplePoolFile1.root Debug --->Reading 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
+SimplePoolFile1.root Debug --->Reading 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 --->Reading 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
+##Shapes Debug No objects passing selection criteria... Container has 5 Entries in total.
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Links
+???? Debug Opened container ##Links of type ROOT_Tree
+SimplePoolFile1.root Debug --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/CollectionTree(ExampleHitContainer_p1/MyHits) [202]  (4 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (5 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainer(basic/DataHeader) [202]  (7 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (8 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (9 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (a , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+##Links Debug No objects passing selection criteria... Container has 9 Entries in total.
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFile1.root Debug --->Reading Param:FID=[????]
+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:53413
+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)
+???? Debug Opened container POOLContainer(DataHeader) of type ROOT_Tree
+MetaDataSvc         DEBUG handle() FirstInputFile for FID:????
+MetaDataSvc         DEBUG initInputMetaDataStore: file name FID:????
+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
+MetaDataSvc         DEBUG Loaded input meta data store proxies
+AthenaPoolAddre...   INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-18-31
+AthenaPoolAddre...  DEBUG Cannot retrieve DataHeader from DetectorStore.
+ToolSvc.Stream1...   INFO Initializing ToolSvc.Stream1Tool - package version OutputStreamAthenaPool-00-02-70
+ReadData             INFO in initialize()
+StoreGateSvc         INFO Initializing StoreGateSvc - package version StoreGate-02-41-13
+WriteCond            INFO in initialize()
+HistogramPersis...WARNING Histograms saving not required.
+AthenaEventLoopMgr   INFO Setup EventSelector service EventSelector
+ActiveStoreSvc       INFO Initializing ActiveStoreSvc - package version StoreGate-02-41-13
+ApplicationMgr       INFO Application Manager Initialized successfully
+InputMetaDataStore   INFO Start InputMetaDataStore
+MetaDataStore        INFO Start MetaDataStore
+TagMetaDataStore     INFO Start TagMetaDataStore
+SimplePoolFile1.root Info Database being retired...
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Links
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Shapes
+SimplePoolFile1.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] ????
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
+Domain[ROOT_All] Info >   Deaccess DbDomain     READ      [ROOT_All] 
+EventSelector       DEBUG Try item: "SimplePoolFile1.root" from the collection list.
+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:53413
+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)]
+SimplePoolFile1.root Debug ---->Class:EventInfo_p4
+SimplePoolFile1.root Debug ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile1.root Debug --->Reading 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
+SimplePoolFile1.root Debug --->Reading 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
+SimplePoolFile1.root Debug --->Reading 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 --->Reading 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
+##Shapes Debug No objects passing selection criteria... Container has 5 Entries in total.
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Links
+???? Debug Opened container ##Links of type ROOT_Tree
+SimplePoolFile1.root Debug --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/CollectionTree(ExampleHitContainer_p1/MyHits) [202]  (4 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (5 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainer(basic/DataHeader) [202]  (7 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (8 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (9 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (a , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+##Links Debug No objects passing selection criteria... Container has 9 Entries in total.
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFile1.root Debug --->Reading Param:FID=[????]
+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:53413
+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
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
+???? Debug Opened container POOLContainer(DataHeader) of type ROOT_Tree
+DetectorStore        INFO Start DetectorStore
+StoreGateSvc         INFO Start StoreGateSvc
+ApplicationMgr       INFO Application Manager Started successfully
+MetaDataSvc         DEBUG handle() BeginInputFile for SimplePoolFile1.root
+MetaDataSvc         DEBUG initInputMetaDataStore: file name SimplePoolFile1.root
+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.
+MetaDataSvc         DEBUG Loaded input meta data store proxies
+EventSelector       DEBUG Get AttributeList from the collection
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000000].
+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]
+SimplePoolFile1.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 = 9102, name = MyHits
+SimplePoolFile1.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 #0, run #1 0 events processed so far  <<<===
+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
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+ReadData             INFO TagInfo: 
+ReadData             INFO EventInfo event: 0 run: 1
+ReadData             INFO Get Smart data ptr 1
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000001].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #1, run #1 1 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000002].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #2, run #1 2 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000003].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #3, run #1 3 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000004].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #4, run #1 4 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000005].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #5, run #1 5 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000006].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #6, run #1 6 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000007].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #7, run #1 7 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000008].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #8, run #1 8 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000009].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #9, run #1 9 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000A]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #10, run #1 10 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000B]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #11, run #1 11 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000C]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #12, run #1 12 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000D]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #13, run #1 13 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000E]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #14, run #1 14 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000F]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #15, run #1 15 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000010]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #16, run #1 16 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000011]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #17, run #1 17 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000012]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #18, run #1 18 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000013]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #19, run #1 19 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Shapes
+SimplePoolFile1.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] ????
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
+Domain[ROOT_All] Info >   Deaccess DbDomain     READ      [ROOT_All] 
+MetaDataSvc         DEBUG handle() EndInputFile for FID:????
+MetaDataSvc         DEBUG handle() EndTagFile for SimplePoolFile1.root
+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>
+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
+MetaDataSvc         DEBUG Releasing MetaDataTools
+MetaDataSvc         DEBUG handle() LastInputFile for end
+TagMetaDataStore     INFO Stop TagMetaDataStore
+MetaDataStore        INFO Stop MetaDataStore
+InputMetaDataStore   INFO Stop InputMetaDataStore
+ApplicationMgr       INFO Application Manager Stopped successfully
+Stream1              INFO Finalize: preparing to write conditions objects 
+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:53413
+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)]
+SimplePoolFile4.root Debug ---->Class:ExampleHitContainer_p1
+SimplePoolFile4.root Debug ---->[0]:ExampleHitContainer_p1 Typ:ExampleHitContainer_p1 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile4.root Debug --->Reading Shape[1 , ????]: [1 Column(s)]
+SimplePoolFile4.root Debug ---->Class:DataHeaderForm_p5
+SimplePoolFile4.root Debug ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile4.root Debug --->Reading Shape[2 , ????]: [1 Column(s)]
+SimplePoolFile4.root Debug ---->Class:DataHeader_p5
+SimplePoolFile4.root Debug ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
+##Shapes Debug No objects passing selection criteria... Container has 3 Entries in total.
+SimplePoolFile4.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_All] ##Links
+???? Debug Opened container ##Links of type ROOT_Tree
+SimplePoolFile4.root Debug --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+SimplePoolFile4.root Debug --->Reading Assoc:????/ConditionsContainer(ExampleHitContainer_p1/PedestalWriteData) [202]  (3 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+SimplePoolFile4.root Debug --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (4 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+SimplePoolFile4.root Debug --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (5 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+##Links Debug No objects passing selection criteria... Container has 4 Entries in total.
+SimplePoolFile4.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFile4.root Debug --->Reading Param:FID=[????]
+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:53413
+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
+Stream1              INFO Identified a total of 1 objects to write out:
+Stream1              INFO 0: ExampleHitContainer#PedestalAppendData#PedestalAppendData
+SimplePoolFile4.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] ConditionsContainer(ExampleHitContainer_p1/PedestalAppendData)
+???? Debug Opened container ConditionsContainer(ExampleHitContainer_p1/PedestalAppendData) of type ROOT_Tree
+SimplePoolFile4.root Debug --->Adding Assoc :????/ConditionsContainer(ExampleHitContainer_p1/PedestalAppendData) [202]  (6 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+SimplePoolFile4.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm)
+???? Debug Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree
+SimplePoolFile4.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
+Stream1              INFO Written 1 objects to output stream
+Stream1              INFO Objects NOT registered in IOV database
+ReadData             INFO in finalize()
+AthAlgSeq            INFO Finalizing AthAlgSeq...
+AthOutSeq            INFO Finalizing AthOutSeq...
+AthRegSeq            INFO Finalizing AthRegSeq...
+AthMasterSeq         INFO Finalizing AthMasterSeq...
+StoreGateSvc         INFO Finalizing StoreGateSvc - package version StoreGate-02-41-13
+DetectorStore        INFO Finalizing DetectorStore - package version StoreGate-02-41-13
+TagMetaDataStore     INFO Finalizing TagMetaDataStore - package version StoreGate-02-41-13
+PoolSvc              INFO I/O finalization...
+SimplePoolFile4.root Info Database being retired...
+SimplePoolFile4.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_All] ##Links
+SimplePoolFile4.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_All] ##Shapes
+SimplePoolFile4.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] ????
+SimplePoolFile4.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] ConditionsContainer(ExampleHitContainer_p1/PedestalAppendData)
+SimplePoolFile4.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] POOLContainer(DataHeader)
+SimplePoolFile4.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm)
+Domain[ROOT_All] Info >   Deaccess DbDomain     UPDATE    [ROOT_All] 
+XMLFileCatalog Debug There were no updates in the catalog
+PoolXMLFileCatalog Info XercesC termination number 0
+MetaDataStore        INFO Finalizing MetaDataStore - package version StoreGate-02-41-13
+InputMetaDataStore   INFO Finalizing InputMetaDataStore - package version StoreGate-02-41-13
+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=   66 [ms] Ave/Min/Max=   33(+-    0)/   33/   33 [ms] #=  2
+AthenaSealSvc::...   INFO Time User   : Tot=   66 [ms] Ave/Min/Max= 9.43(+- 14.9)/    0/   33 [ms] #=  7
+AthenaSealSvc::...   INFO Time User   : Tot=   91 [ms]                                             #=  1
+ChronoStatSvc        INFO Time User   : Tot= 4.82  [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_AMeta.pattern b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AMeta.pattern
new file mode 100644
index 00000000000..fa5dbae5b43
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AMeta.pattern
@@ -0,0 +1,2 @@
+> SG::fromStorable  WARNING can't convert stored DataObject
+>  Unless you are following a symlink, it probably means you have a duplicate CLID = 1
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AMeta.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AMeta.ref
new file mode 100644
index 00000000000..cd520b7ac05
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AMeta.ref
@@ -0,0 +1,782 @@
+Thu Jun 26 15:40:05 CEST 2014
+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 including file "AthenaCommon/Execution.py"
+Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_AMetaJobOptions.py"
+Py:ConfigurableDb WARNING Found 2 duplicates among the 19 genConfDb files :
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -<component name>: <module> - [ <duplicates> ]
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -JetFilter: GeneratorFilters.GeneratorFiltersConf - ['JetRec.JetRecConf']
+Py:ConfigurableDb WARNING   -AdjT0__AdjustableT0Tool: MdtDriftCircleOnTrackCreator.MdtDriftCircleOnTrackCreatorConf - ['MboyEDMTool.MboyEDMToolConf']
+Py:ConfigurableDb WARNING Fix your cmt/requirements file !!
+Athena               INFO including file "AthenaCommon/runbatch.py"
+ApplicationMgr       INFO Updating ROOT::Reflex::PluginService::SetDebug(level) to level=0
+ApplicationMgr    SUCCESS 
+====================================================================================================================================
+====================================================================================================================================
+ApplicationMgr       INFO Successfully loaded modules : AthenaServices
+ApplicationMgr       INFO Application Manager Configured successfully
+ApplicationMgr       INFO Updating ROOT::Reflex::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-58-02-01
+AthMasterSeq         INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq
+AthAlgSeq            INFO Member list: AthPoolEx::WriteData/WriteData, AthPoolEx::WriteCond/WriteCond
+WriteData            INFO in initialize()
+StoreGateSvc         INFO Initializing StoreGateSvc - package version StoreGate-02-41-13
+ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version SGComps-00-01-07
+MetaDataSvc          INFO Initializing MetaDataSvc - package version AthenaServices-01-58-02-01
+InputMetaDataStore   INFO Initializing InputMetaDataStore - package version StoreGate-02-41-13
+MetaDataStore        INFO Initializing MetaDataStore - package version StoreGate-02-41-13
+AthenaPoolCnvSvc     INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-13
+AthenaRootStrea...   INFO POOL/ROOT class loader initialized
+AthenaRootStrea...   INFO 9 ROOT streamers declared
+PoolSvc              INFO Initializing PoolSvc - package version PoolSvc-00-24-02
+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
+PoolSvc              INFO Successfully setup replica sorting algorithm
+PoolSvc             DEBUG OutputLevel is 2
+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
+WriteCond            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
+Stream1             DEBUG Found StoreGateSvc store.
+Stream1             DEBUG Found MetaDataStore store.
+ItemListSvc          INFO ItemListSvc initialize
+OutputStreamSeq...   INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-58-02-01
+Stream1.Stream1...   INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-70
+Stream1.Stream1...   INFO streamProperty ProcessingTag = Stream1
+Stream1.Stream1...  DEBUG In connectServices
+DetectorStore        INFO Initializing DetectorStore - package version StoreGate-02-41-13
+Stream1.Stream1...   INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-70
+Stream1              INFO Found HelperTools = PrivateToolHandleArray(['MakeEventStreamInfo/Stream1_MakeEventStreamInfo'])
+Stream1              INFO Data output: ROOTTREE:SimplePoolFile5.root
+Stream1              INFO I/O reinitialization...
+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-41-13
+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 0    <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #20, run #0 0 events processed so far  <<<===
+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 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   UPDATE    [ROOT_All] ????
+Domain[ROOT_All] Info                           SimplePoolFile5.root
+RootDatabase.open Success SimplePoolFile5.root File version:53413
+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)]
+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 --->Reading Shape[1 , ????]: [1 Column(s)]
+SimplePoolFile5.root Debug ---->Class:ExampleHitContainer_p1
+SimplePoolFile5.root Debug ---->[0]:ExampleHitContainer_p1 Typ:ExampleHitContainer_p1 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile5.root Debug --->Reading 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 --->Reading 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 --->Reading 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
+##Shapes Debug No objects passing selection criteria... Container has 5 Entries in total.
+SimplePoolFile5.root Debug --> Access   DbContainer  CREA/UPDA [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(ExampleHitContainer_p1/MyHits) [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(ExampleHitContainer_p1/PedestalWriteData) [202]  (8 , ffffffff)
+SimplePoolFile5.root Debug ---->ClassID:????
+SimplePoolFile5.root Debug --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (9 , ffffffff)
+SimplePoolFile5.root Debug ---->ClassID:????
+SimplePoolFile5.root Debug --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (a , ffffffff)
+SimplePoolFile5.root Debug ---->ClassID:????
+SimplePoolFile5.root Debug --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (b , ffffffff)
+SimplePoolFile5.root Debug ---->ClassID:????
+##Links Debug No objects passing selection criteria... Container has 10 Entries in total.
+SimplePoolFile5.root Debug --> Access   DbContainer  CREA/UPDA [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.
+RootDatabase.onOpen Debug ???? File version:53413
+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
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+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 --> Access   DbContainer  CREA/UPDA [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits)
+???? Debug Opened container CollectionTree(ExampleHitContainer_p1/MyHits) of type ROOT_Tree
+SimplePoolFile5.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm)
+???? Debug Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree
+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 --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader)
+???? Debug Opened container POOLContainer(basic/DataHeader) of type ROOT_Tree
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #20, run #0 1 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #21, run #0 1 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #21, run #0 2 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #22, run #0 2 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #22, run #0 3 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #23, run #0 3 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #23, run #0 4 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #24, run #0 4 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #24, run #0 5 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #25, run #0 5 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #25, run #0 6 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #26, run #0 6 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #26, run #0 7 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #27, run #0 7 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #27, run #0 8 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #28, run #0 8 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #28, run #0 9 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #29, run #0 9 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #29, run #0 10 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #30, run #0 10 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #30, run #0 11 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #31, run #0 11 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #31, run #0 12 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #32, run #0 12 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #32, run #0 13 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #33, run #0 13 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #33, run #0 14 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #34, run #0 14 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #34, run #0 15 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #35, run #0 15 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #35, run #0 16 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #36, run #0 16 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #36, run #0 17 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #37, run #0 17 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #37, run #0 18 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #38, run #0 18 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Added object 9102,"MyHits"
+Stream1.Stream1...  DEBUG In commitOutput
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #38, run #0 19 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #39, run #0 19 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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>
+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 ROOTTREE:SimplePoolFile5.root
+Stream1.Stream1...  DEBUG Recorded DataHeader with key Stream1
+Stream1             DEBUG addItemObjects(9102,"PedestalWriteData") called
+Stream1             DEBUG            Key:PedestalWriteData
+Stream1             DEBUG  Added object 9102,"PedestalWriteData"
+Stream1             DEBUG addItemObjects(167728019,"Stream1") called
+Stream1             DEBUG            Key:Stream1
+Stream1             DEBUG  Added object 167728019,"Stream1"
+Stream1             DEBUG addItemObjects(1316383046,"*") called
+Stream1             DEBUG            Key:*
+SimplePoolFile5.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] MetaData(ExampleHitContainer_p1/PedestalWriteData)
+???? Debug Opened container MetaData(ExampleHitContainer_p1/PedestalWriteData) of type ROOT_Tree
+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 --> Access   DbContainer  CREA/UPDA [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
+???? Debug Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree
+SimplePoolFile5.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
+Stream1             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
+MetaData(ExampleHitContainer_p1/PedestalWriteData) 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  CREA/UPDA [ROOT_All] ##Links
+SimplePoolFile5.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_All] ##Shapes
+SimplePoolFile5.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] ????
+SimplePoolFile5.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo)
+SimplePoolFile5.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits)
+SimplePoolFile5.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1)
+SimplePoolFile5.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] MetaData(ExampleHitContainer_p1/PedestalWriteData)
+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
+InputMetaDataStore   INFO Stop InputMetaDataStore
+ApplicationMgr       INFO Application Manager Stopped successfully
+WriteData            INFO in finalize()
+AthAlgSeq            INFO Finalizing AthAlgSeq...
+AthOutSeq            INFO Finalizing AthOutSeq...
+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-41-13
+EventSelector        INFO finalize
+DetectorStore        INFO Finalizing DetectorStore - package version StoreGate-02-41-13
+ItemListSvc          INFO -- OUTPUT STREAM ITEM OVERLAP SUMMARY --
+DecisionSvc          INFO -- OUTPUT STREAM EVENT OVERLAP SUMMARY --
+DecisionSvc          INFO List of registered 1 Streams: Stream1 
+DecisionSvc          INFO Finalized successfully.
+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-41-13
+InputMetaDataStore   INFO Finalizing InputMetaDataStore - package version StoreGate-02-41-13
+AthDictLoaderSvc     INFO in finalize...
+ToolSvc              INFO Removing all tools created by ToolSvc
+Stream1.Stream1...  DEBUG in finalize()
+Stream1.Stream1...  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=   99 [ms]                                             #=  1
+AthenaSealSvc::...   INFO Time User   : Tot=  230 [ms] Ave/Min/Max= 76.7(+- 67.4)/   28/  172 [ms] #=  3
+AthenaSealSvc::...   INFO Time User   : Tot=  231 [ms] Ave/Min/Max=   33(+- 58.1)/    0/  172 [ms] #=  7
+ChronoStatSvc        INFO Time User   : Tot= 4.69  [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_Append.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Append.ref
new file mode 100755
index 00000000000..490009824eb
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Append.ref
@@ -0,0 +1,1014 @@
+Thu Jun 26 15:34:17 CEST 2014
+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 including file "AthenaCommon/Execution.py"
+Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_AppendJobOptions.py"
+Py:ConfigurableDb WARNING Found 2 duplicates among the 19 genConfDb files :
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -<component name>: <module> - [ <duplicates> ]
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -JetFilter: GeneratorFilters.GeneratorFiltersConf - ['JetRec.JetRecConf']
+Py:ConfigurableDb WARNING   -AdjT0__AdjustableT0Tool: MdtDriftCircleOnTrackCreator.MdtDriftCircleOnTrackCreatorConf - ['MboyEDMTool.MboyEDMToolConf']
+Py:ConfigurableDb WARNING Fix your cmt/requirements file !!
+Athena               INFO including file "AthenaCommon/runbatch.py"
+ApplicationMgr       INFO Updating ROOT::Reflex::PluginService::SetDebug(level) to level=0
+ApplicationMgr    SUCCESS 
+====================================================================================================================================
+====================================================================================================================================
+ApplicationMgr       INFO Successfully loaded modules : AthenaServices
+ApplicationMgr       INFO Application Manager Configured successfully
+ApplicationMgr       INFO Updating ROOT::Reflex::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-58-02-01
+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()
+StoreGateSvc         INFO Initializing StoreGateSvc - package version StoreGate-02-41-13
+ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version SGComps-00-01-07
+MetaDataSvc          INFO Initializing MetaDataSvc - package version AthenaServices-01-58-02-01
+InputMetaDataStore   INFO Initializing InputMetaDataStore - package version StoreGate-02-41-13
+MetaDataStore        INFO Initializing MetaDataStore - package version StoreGate-02-41-13
+AthenaPoolCnvSvc     INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-13
+AthenaRootStrea...   INFO POOL/ROOT class loader initialized
+AthenaRootStrea...   INFO 9 ROOT streamers declared
+PoolSvc              INFO Initializing PoolSvc - package version PoolSvc-00-24-02
+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
+WriteTag             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
+Stream1             DEBUG Found StoreGateSvc store.
+Stream1             DEBUG Found MetaDataStore store.
+ItemListSvc          INFO ItemListSvc initialize
+OutputStreamSeq...   INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-58-02-01
+Stream1.Stream1...   INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-70
+Stream1.Stream1...   INFO streamProperty ProcessingTag = Stream1
+Stream1.Stream1...  DEBUG In connectServices
+DetectorStore        INFO Initializing DetectorStore - package version StoreGate-02-41-13
+Stream1.Stream1...   INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-70
+Stream1              INFO Found HelperTools = PrivateToolHandleArray(['MakeEventStreamInfo/Stream1_MakeEventStreamInfo'])
+Stream1              INFO Data output: SimplePoolFile2.root
+Stream1              INFO I/O reinitialization...
+Stream1             DEBUG End initialize
+RegStream1          DEBUG In initialize 
+RegStream1          DEBUG Found IDecisionSvc.
+DecisionSvc          INFO Inserting stream: RegStream1 with no Algs
+RegStream1          DEBUG End initialize 
+RegStream1          DEBUG In initialize 
+RegStream1          DEBUG Found  'StoreName':StoreGateSvc store.
+RegStream1.TagTool  DEBUG In initialize 
+RegStream1.TagTool  DEBUG Found  'StoreName':StoreGateSvc store.
+RegStream1.TagTool  DEBUG Found metadata store.
+RegStream1.TagTool  DEBUG  Got PoolSvc
+RegStream1.TagTool  DEBUG streamProperty CollectionType = ExplicitROOT
+RegStream1.TagTool  DEBUG streamProperty Connection = 
+RegStream1.TagTool  DEBUG streamProperty OutputCollection = SimplePoolCollection2.root
+RegStream1.TagTool  DEBUG streamProperty CollectionOpenMode = UPDATE
+RegStream1.TagTool  DEBUG streamProperty StoreName = StoreGateSvc
+RegStream1.TagTool  DEBUG End initialize 
+RegStream1          DEBUG  Tool initialized
+RegStream1          DEBUG Retrieved IncidentSvc
+RegStream1          DEBUG Added MetaDataStop listener
+RegStream1          DEBUG  Not class requested by Tool, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+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-41-13
+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 2    <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #20, run #2 0 events processed so far  <<<===
+WriteData           DEBUG in execute()
+WriteData            INFO EventInfo event: 20  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 20  run: 2
+WriteTag             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   UPDATE    [ROOT_All] ????
+Domain[ROOT_All] Info                           SimplePoolFile2.root
+RootDatabase.open Success SimplePoolFile2.root File version:53413
+SimplePoolFile2.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_All] ##Shapes
+???? Debug Opened container ##Shapes of type ROOT_Tree
+SimplePoolFile2.root Debug --->Reading Shape[0 , ????]: [1 Column(s)]
+SimplePoolFile2.root Debug ---->Class:EventInfo_p4
+SimplePoolFile2.root Debug ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile2.root Debug --->Reading Shape[1 , ????]: [1 Column(s)]
+SimplePoolFile2.root Debug ---->Class:DataHeaderForm_p5
+SimplePoolFile2.root Debug ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile2.root Debug --->Reading Shape[2 , ????]: [1 Column(s)]
+SimplePoolFile2.root Debug ---->Class:DataHeader_p5
+SimplePoolFile2.root Debug ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile2.root Debug --->Reading Shape[3 , ????]: [1 Column(s)]
+SimplePoolFile2.root Debug ---->Class:Token
+SimplePoolFile2.root Debug ---->[0]:Token Typ:Token [18] Size:0 Offset:0 #Elements:1
+SimplePoolFile2.root Debug --->Reading Shape[4 , ????]: [1 Column(s)]
+SimplePoolFile2.root Debug ---->Class:unsigned int
+SimplePoolFile2.root Debug ---->[0]:unsigned int Typ:unsigned int [3] Size:0 Offset:0 #Elements:1
+SimplePoolFile2.root Debug --->Reading Shape[5 , ????]: [1 Column(s)]
+SimplePoolFile2.root Debug ---->Class:EventStreamInfo_p3
+SimplePoolFile2.root Debug ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1
+##Shapes Debug No objects passing selection criteria... Container has 6 Entries in total.
+SimplePoolFile2.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_All] ##Links
+???? Debug Opened container ##Links of type ROOT_Tree
+SimplePoolFile2.root Debug --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
+SimplePoolFile2.root Debug ---->ClassID:????
+SimplePoolFile2.root Debug --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
+SimplePoolFile2.root Debug ---->ClassID:????
+SimplePoolFile2.root Debug --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (4 , ffffffff)
+SimplePoolFile2.root Debug ---->ClassID:????
+SimplePoolFile2.root Debug --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (5 , ffffffff)
+SimplePoolFile2.root Debug ---->ClassID:????
+SimplePoolFile2.root Debug --->Reading Assoc:????/POOLCollectionTree(Token) [202]  (6 , ffffffff)
+SimplePoolFile2.root Debug ---->ClassID:????
+SimplePoolFile2.root Debug --->Reading Assoc:????/POOLCollectionTree(RunNumber) [202]  (7 , ffffffff)
+SimplePoolFile2.root Debug ---->ClassID:????
+SimplePoolFile2.root Debug --->Reading Assoc:????/POOLCollectionTree(EventNumber) [202]  (8 , ffffffff)
+SimplePoolFile2.root Debug ---->ClassID:????
+SimplePoolFile2.root Debug --->Reading Assoc:????/POOLCollectionTree(MagicNumber) [202]  (9 , ffffffff)
+SimplePoolFile2.root Debug ---->ClassID:????
+SimplePoolFile2.root Debug --->Reading Assoc:????/POOLContainer(basic/DataHeader) [202]  (a , ffffffff)
+SimplePoolFile2.root Debug ---->ClassID:????
+SimplePoolFile2.root Debug --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream2) [202]  (b , ffffffff)
+SimplePoolFile2.root Debug ---->ClassID:????
+SimplePoolFile2.root Debug --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (c , ffffffff)
+SimplePoolFile2.root Debug ---->ClassID:????
+SimplePoolFile2.root Debug --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (d , ffffffff)
+SimplePoolFile2.root Debug ---->ClassID:????
+##Links Debug No objects passing selection criteria... Container has 12 Entries in total.
+SimplePoolFile2.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFile2.root Debug --->Reading Param:FID=[????]
+SimplePoolFile2.root Debug --->Reading Param:PFN=[SimplePoolFile2.root]
+SimplePoolFile2.root Debug --->Reading Param:POOL_VSN=[1.1]
+SimplePoolFile2.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:53413
+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
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 1
+SimplePoolFile2.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo)
+???? Debug Opened container CollectionTree(EventInfo_p4/McEventInfo) of type ROOT_Tree
+SimplePoolFile2.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm)
+???? Debug Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree
+SimplePoolFile2.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
+SimplePoolFile2.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLCollectionTree(Token)
+???? Debug Opened container POOLCollectionTree(Token) of type ROOT_Tree
+SimplePoolFile2.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLCollectionTree(RunNumber)
+???? Debug Opened container POOLCollectionTree(RunNumber) of type ROOT_Tree
+SimplePoolFile2.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLCollectionTree(EventNumber)
+???? Debug Opened container POOLCollectionTree(EventNumber) of type ROOT_Tree
+SimplePoolFile2.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLCollectionTree(MagicNumber)
+???? Debug Opened container POOLCollectionTree(MagicNumber) of type ROOT_Tree
+SimplePoolFile2.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader)
+???? Debug Opened container POOLContainer(basic/DataHeader) of type ROOT_Tree
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000014] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG outcoll = SimplePoolCollection2.root
+RegStream1.TagTool  DEBUG initCollection
+RegStream1.TagTool  DEBUG Collection name:  'OutputCollection':SimplePoolCollection2.root
+RegStream1.TagTool  DEBUG Collection type RootCollection
+RegStream1.TagTool  DEBUG Collection open mode  'CollectionOpenMode':UPDATE
+PoolSvc              INFO Writing ExplicitROOT Collection - do not pass session pointer
+Warning in <TClassTable::Add>: class pair<string,string> already in TClassTable
+RootCollection Info Opening Collection File SimplePoolCollection2.root in mode: UPDATE
+RootCollection Debug File SimplePoolCollection2.root exists.
+RootCollection Info File SimplePoolCollection2.root opened
+RootCollection Info Root collection opened, size = 20
+RegStream1.TagTool  DEBUG  Created collection
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000014]
+RegStream1.TagTool  DEBUG Setting primary ref to Stream1_ref
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 21  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 21  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 2
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000015] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000015]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 22  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 22  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 3
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000016] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000016]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 23  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 23  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 4
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000017] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000017]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 24  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 24  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 5
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000018] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000018]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 25  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 25  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 6
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000019] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000019]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 26  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 26  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 7
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001A] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001A]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 27  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 27  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 8
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001B] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001B]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 28  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 28  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 9
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001C] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001C]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 29  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 29  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 10
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001D] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001D]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 30  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 30  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 11
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001E] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001E]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 31  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 31  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 12
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001F] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001F]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 32  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 32  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 13
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000020] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000020]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 33  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 33  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 14
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000021] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000021]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 34  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 34  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 15
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000022] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000022]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 35  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 35  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 16
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000023] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000023]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 36  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 36  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 17
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000024] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000024]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 37  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 37  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 18
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000025] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000025]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 38  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 38  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 19
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000026] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000026]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+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()
+WriteData            INFO EventInfo event: 39  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 39  run: 2
+WriteTag             INFO registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile2.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  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 20
+Stream1.Stream1...  DEBUG In commitOutput
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000027] for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000027]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #39, run #2 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 SimplePoolFile2.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:*
+Stream1.Stream1...  DEBUG In commitOutput
+Stream1.Stream1...  DEBUG In connectServices
+Stream1              INFO Records written: 21
+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
+RegStream1.TagTool  DEBUG Found metadata store, MetaDataStore
+RegStream1.TagTool  DEBUG Looking for key Input
+RegStream1.TagTool  DEBUG Committed collection 
+RootCollection Info Closing open collection 'SimplePoolCollection2.root'
+RegStream1.TagTool  DEBUG  Closed collection 
+SimplePoolFile2.root Info Database being retired...
+Domain[ROOT_All] Info ->  Deaccess DbDatabase   UPDATE    [ROOT_All] ????
+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()
+WriteTag             INFO in finalize()
+Stream1             DEBUG finalize: Optimize output
+Stream1             DEBUG finalize: end optimize output
+RegStream1          DEBUG In finalize
+RegStream1.TagTool  DEBUG In finalize: 20
+RegStream1.TagTool  DEBUG Calling destructor
+AthAlgSeq            INFO Finalizing AthAlgSeq...
+AthOutSeq            INFO Finalizing AthOutSeq...
+AthRegSeq            INFO Finalizing AthRegSeq...
+AthMasterSeq         INFO Finalizing AthMasterSeq...
+StoreGateSvc         INFO Finalizing StoreGateSvc - package version StoreGate-02-41-13
+EventSelector        INFO finalize
+DetectorStore        INFO Finalizing DetectorStore - package version StoreGate-02-41-13
+ItemListSvc          INFO -- OUTPUT STREAM ITEM OVERLAP SUMMARY --
+ItemListSvc          INFO STREAM Stream1 has (2) items
+DecisionSvc          INFO -- OUTPUT STREAM EVENT OVERLAP SUMMARY --
+DecisionSvc          INFO List of registered 2 Streams: RegStream1 Stream1 
+DecisionSvc          INFO Finalized successfully.
+AthenaPoolCnvSvc    DEBUG releasing all workers
+PoolSvc              INFO I/O finalization...
+PoolXMLFileCatalog Info XercesC termination number 0
+MetaDataStore        INFO Finalizing MetaDataStore - package version StoreGate-02-41-13
+InputMetaDataStore   INFO Finalizing InputMetaDataStore - package version StoreGate-02-41-13
+AthDictLoaderSvc     INFO in finalize...
+ToolSvc              INFO Removing all tools created by ToolSvc
+Stream1.Stream1...  DEBUG in finalize()
+Stream1.Stream1...  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=   96 [ms]                                             #=  1
+AthenaSealSvc::...   INFO Time User   : Tot=  236 [ms] Ave/Min/Max= 78.7(+- 68.8)/   30/  176 [ms] #=  3
+AthenaSealSvc::...   INFO Time User   : Tot=  240 [ms] Ave/Min/Max=   48(+- 65.9)/    0/  177 [ms] #=  5
+ChronoStatSvc        INFO Time User   : Tot=    5  [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_AppendFast.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AppendFast.ref
new file mode 100644
index 00000000000..98b50cdec2c
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_AppendFast.ref
@@ -0,0 +1,1016 @@
+Thu Jun 26 15:40:38 CEST 2014
+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 including file "AthenaCommon/Execution.py"
+Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_AppendFastJobOptions.py"
+Py:ConfigurableDb WARNING Found 2 duplicates among the 19 genConfDb files :
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -<component name>: <module> - [ <duplicates> ]
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -JetFilter: GeneratorFilters.GeneratorFiltersConf - ['JetRec.JetRecConf']
+Py:ConfigurableDb WARNING   -AdjT0__AdjustableT0Tool: MdtDriftCircleOnTrackCreator.MdtDriftCircleOnTrackCreatorConf - ['MboyEDMTool.MboyEDMToolConf']
+Py:ConfigurableDb WARNING Fix your cmt/requirements file !!
+Athena               INFO including file "AthenaCommon/runbatch.py"
+ApplicationMgr       INFO Updating ROOT::Reflex::PluginService::SetDebug(level) to level=0
+ApplicationMgr    SUCCESS 
+====================================================================================================================================
+====================================================================================================================================
+ApplicationMgr       INFO Successfully loaded modules : AthenaServices
+ApplicationMgr       INFO Application Manager Configured successfully
+ApplicationMgr       INFO Updating ROOT::Reflex::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-58-02-01
+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()
+StoreGateSvc         INFO Initializing StoreGateSvc - package version StoreGate-02-41-13
+ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version SGComps-00-01-07
+MetaDataSvc          INFO Initializing MetaDataSvc - package version AthenaServices-01-58-02-01
+InputMetaDataStore   INFO Initializing InputMetaDataStore - package version StoreGate-02-41-13
+MetaDataStore        INFO Initializing MetaDataStore - package version StoreGate-02-41-13
+AthenaPoolCnvSvc     INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-13
+AthenaRootStrea...   INFO POOL/ROOT class loader initialized
+AthenaRootStrea...   INFO 9 ROOT streamers declared
+PoolSvc              INFO Initializing PoolSvc - package version PoolSvc-00-24-02
+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
+WriteTag             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.
+ItemListSvc          INFO ItemListSvc initialize
+OutputStreamSeq...   INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-58-02-01
+Stream2.Stream2...   INFO Initializing Stream2.Stream2Tool - package version OutputStreamAthenaPool-00-02-70
+Stream2.Stream2...   INFO streamProperty ProcessingTag = Stream2
+Stream2.Stream2...  DEBUG In connectServices
+DetectorStore        INFO Initializing DetectorStore - package version StoreGate-02-41-13
+Stream2.Stream2...   INFO Initializing Stream2.Stream2_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-70
+Stream2              INFO Found HelperTools = PrivateToolHandleArray(['MakeEventStreamInfo/Stream2_MakeEventStreamInfo'])
+Stream2              INFO Data output: SimplePoolFileB.root
+Stream2              INFO I/O reinitialization...
+Stream2             DEBUG End initialize
+RegStream2          DEBUG In initialize 
+RegStream2          DEBUG Found IDecisionSvc.
+DecisionSvc          INFO Inserting stream: RegStream2 with no Algs
+RegStream2          DEBUG End initialize 
+RegStream2          DEBUG In initialize 
+RegStream2          DEBUG Found  'StoreName':StoreGateSvc store.
+RegStream2.TagTool  DEBUG In initialize 
+RegStream2.TagTool  DEBUG Found  'StoreName':StoreGateSvc store.
+RegStream2.TagTool  DEBUG Found metadata store.
+RegStream2.TagTool  DEBUG  Got PoolSvc
+RegStream2.TagTool  DEBUG streamProperty CollectionType = ExplicitROOT
+RegStream2.TagTool  DEBUG streamProperty Connection = 
+RegStream2.TagTool  DEBUG streamProperty OutputCollection = SimplePoolCollection2.root
+RegStream2.TagTool  DEBUG streamProperty CollectionOpenMode = UPDATE
+RegStream2.TagTool  DEBUG streamProperty StoreName = StoreGateSvc
+RegStream2.TagTool  DEBUG End initialize 
+RegStream2          DEBUG  Tool initialized
+RegStream2          DEBUG Retrieved IncidentSvc
+RegStream2          DEBUG Added MetaDataStop listener
+RegStream2          DEBUG  Not class requested by Tool, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+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-41-13
+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 2    <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #20, run #2 0 events processed so far  <<<===
+WriteData           DEBUG in execute()
+WriteData            INFO EventInfo event: 20  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 20  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  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
+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:53413
+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.
+SimplePoolFileB.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.
+SimplePoolFileB.root Debug --> Access   DbContainer  CREATE    [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFileB.root Debug --->Adding Assoc :????/##Params [200]  (2 , ffffffff)
+SimplePoolFileB.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 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
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 1
+StorageSvc Info Building shape according to reflection information using shape ID for:
+StorageSvc Info EventInfo_p4 [????]
+SimplePoolFileB.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo)
+???? Debug Opened container CollectionTree(EventInfo_p4/McEventInfo) of type ROOT_Tree
+SimplePoolFileB.root Debug --->Adding Assoc :????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
+SimplePoolFileB.root Debug ---->ClassID:????
+SimplePoolFileB.root Debug --->Adding Shape[0 , ????]:  [1 Column(s)] 
+SimplePoolFileB.root Debug ---->Class:EventInfo_p4
+SimplePoolFileB.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 DataHeaderForm_p5 [????]
+SimplePoolFileB.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm)
+???? Debug Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree
+SimplePoolFileB.root Debug --->Adding Assoc :????/POOLContainerForm(DataHeaderForm) [202]  (4 , ffffffff)
+SimplePoolFileB.root Debug ---->ClassID:????
+SimplePoolFileB.root Debug --->Adding Shape[1 , ????]:  [1 Column(s)] 
+SimplePoolFileB.root Debug ---->Class:DataHeaderForm_p5
+SimplePoolFileB.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 [????]
+SimplePoolFileB.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
+SimplePoolFileB.root Debug --->Adding Assoc :????/POOLContainer(DataHeader) [202]  (5 , ffffffff)
+SimplePoolFileB.root Debug ---->ClassID:????
+SimplePoolFileB.root Debug --->Adding Shape[2 , ????]:  [1 Column(s)] 
+SimplePoolFileB.root Debug ---->Class:DataHeader_p5
+SimplePoolFileB.root Debug ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
+StorageSvc Info Building shape according to reflection information using shape ID for:
+StorageSvc Info Token [????]
+SimplePoolFileB.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLCollectionTree(Token)
+???? Debug Opened container POOLCollectionTree(Token) of type ROOT_Tree
+SimplePoolFileB.root Debug --->Adding Assoc :????/POOLCollectionTree(Token) [202]  (6 , ffffffff)
+SimplePoolFileB.root Debug ---->ClassID:????
+SimplePoolFileB.root Debug --->Adding Shape[3 , ????]:  [1 Column(s)] 
+SimplePoolFileB.root Debug ---->Class:Token
+SimplePoolFileB.root Debug ---->[0]:Token Typ:Token [18] Size:0 Offset:0 #Elements:1
+StorageSvc Info Building shape according to reflection information using shape ID for:
+StorageSvc Info unsigned int [????]
+SimplePoolFileB.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLCollectionTree(RunNumber)
+???? Debug Opened container POOLCollectionTree(RunNumber) of type ROOT_Tree
+SimplePoolFileB.root Debug --->Adding Assoc :????/POOLCollectionTree(RunNumber) [202]  (7 , ffffffff)
+SimplePoolFileB.root Debug ---->ClassID:????
+SimplePoolFileB.root Debug --->Adding Shape[4 , ????]:  [1 Column(s)] 
+SimplePoolFileB.root Debug ---->Class:unsigned int
+SimplePoolFileB.root Debug ---->[0]:unsigned int Typ:unsigned int [3] Size:0 Offset:0 #Elements:1
+SimplePoolFileB.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLCollectionTree(EventNumber)
+???? Debug Opened container POOLCollectionTree(EventNumber) of type ROOT_Tree
+SimplePoolFileB.root Debug --->Adding Assoc :????/POOLCollectionTree(EventNumber) [202]  (8 , ffffffff)
+SimplePoolFileB.root Debug ---->ClassID:????
+SimplePoolFileB.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLCollectionTree(MagicNumber)
+???? Debug Opened container POOLCollectionTree(MagicNumber) of type ROOT_Tree
+SimplePoolFileB.root Debug --->Adding Assoc :????/POOLCollectionTree(MagicNumber) [202]  (9 , ffffffff)
+SimplePoolFileB.root Debug ---->ClassID:????
+SimplePoolFileB.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader)
+???? Debug Opened container POOLContainer(basic/DataHeader) of type ROOT_Tree
+SimplePoolFileB.root Debug --->Adding Assoc :????/POOLContainer(basic/DataHeader) [202]  (a , ffffffff)
+SimplePoolFileB.root Debug ---->ClassID:????
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000000] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG outcoll = SimplePoolCollection2.root
+RegStream2.TagTool  DEBUG initCollection
+RegStream2.TagTool  DEBUG Collection name:  'OutputCollection':SimplePoolCollection2.root
+RegStream2.TagTool  DEBUG Collection type RootCollection
+RegStream2.TagTool  DEBUG Collection open mode  'CollectionOpenMode':UPDATE
+PoolSvc              INFO Writing ExplicitROOT Collection - do not pass session pointer
+Warning in <TClassTable::Add>: class pair<string,string> already in TClassTable
+RootCollection Info Opening Collection File SimplePoolCollection2.root in mode: UPDATE
+RootCollection Debug File SimplePoolCollection2.root exists.
+RootCollection Info File SimplePoolCollection2.root opened
+RootCollection Info Root collection opened, size = 20
+RegStream2.TagTool  DEBUG  Created collection
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000000]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 21  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 21  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 2
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000001] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000001]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 22  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 22  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 3
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000002] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000002]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 23  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 23  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 4
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000003] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000003]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 24  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 24  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 5
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000004] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000004]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 25  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 25  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 6
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000005] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000005]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 26  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 26  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 7
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000006] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000006]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 27  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 27  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 8
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000007] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000007]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 28  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 28  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 9
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000008] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000008]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 29  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 29  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 10
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000009] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000009]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 30  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 30  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 11
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000A] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000A]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 31  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 31  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 12
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000B] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000B]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 32  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 32  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 13
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000C] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000C]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 33  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 33  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 14
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000D] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000D]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 34  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 34  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 15
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000E] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000E]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 35  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 35  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 16
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000F] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000F]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 36  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 36  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 17
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000010] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000010]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 37  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 37  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 18
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000011] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000011]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 38  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 38  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 19
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000012] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000012]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+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()
+WriteData            INFO EventInfo event: 39  run: 2
+WriteData            INFO registered all data
+WriteTag             INFO EventInfo event: 39  run: 2
+WriteTag             INFO registered all data
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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  Collected objects:
+Stream2             DEBUG  Object/count: EventInfo_McEventInfo, 20
+Stream2.Stream2...  DEBUG In commitOutput
+RegStream2          DEBUG RegistrationStream execute
+RegStream2          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream2          DEBUG  get ref for (222376821,"Stream2") 
+RegStream2          DEBUG Retrieved DataHeader with key Stream2
+RegStream2          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000013] for Stream2
+RegStream2          DEBUG Setting tagKey to RunEventTag
+RegStream2          DEBUG  Not class requested by Tool, skipping (222376821,"Stream2") 
+RegStream2.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream2.TagTool  DEBUG tagKey = RunEventTag
+RegStream2.TagTool  DEBUG refs
+RegStream2.TagTool  DEBUG Stream2 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000013]
+RegStream2.TagTool  DEBUG CollDesc after token addition 
+RegStream2.TagTool  DEBUG Token Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: Stream2_ref   Type: Token
+RegStream2.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream2.TagTool  DEBUG Name: RunNumber   Type: unsigned int
+RegStream2.TagTool  DEBUG Name: EventNumber   Type: unsigned int
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #39, run #2 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
+Stream2             DEBUG handle() incident type: MetaDataStop
+Stream2.Stream2...  DEBUG In connectServices
+Stream2.Stream2...  DEBUG In connectOutput
+Stream2.Stream2...  DEBUG Connected to SimplePoolFileB.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:*
+StorageSvc Info Building shape according to reflection information using shape ID for:
+StorageSvc Info EventStreamInfo_p3 [????]
+Stream2.Stream2...  DEBUG In commitOutput
+Stream2.Stream2...  DEBUG In connectServices
+Stream2              INFO Records written: 21
+Stream2             DEBUG Leaving handle
+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
+XMLFileCatalog Info Updating the catalog
+RegStream2.TagTool  DEBUG Found metadata store, MetaDataStore
+RegStream2.TagTool  DEBUG Looking for key Input
+RegStream2.TagTool  DEBUG Committed collection 
+RootCollection Info Closing open collection 'SimplePoolCollection2.root'
+RegStream2.TagTool  DEBUG  Closed collection 
+SimplePoolFileB.root Info Database being retired...
+Domain[ROOT_All] Info ->  Deaccess DbDatabase   CREATE    [ROOT_All] ????
+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()
+WriteTag             INFO in finalize()
+Stream2             DEBUG finalize: Optimize output
+Stream2             DEBUG finalize: end optimize output
+RegStream2          DEBUG In finalize
+RegStream2.TagTool  DEBUG In finalize: 20
+RegStream2.TagTool  DEBUG Calling destructor
+AthAlgSeq            INFO Finalizing AthAlgSeq...
+AthOutSeq            INFO Finalizing AthOutSeq...
+AthRegSeq            INFO Finalizing AthRegSeq...
+AthMasterSeq         INFO Finalizing AthMasterSeq...
+StoreGateSvc         INFO Finalizing StoreGateSvc - package version StoreGate-02-41-13
+EventSelector        INFO finalize
+DetectorStore        INFO Finalizing DetectorStore - package version StoreGate-02-41-13
+ItemListSvc          INFO -- OUTPUT STREAM ITEM OVERLAP SUMMARY --
+ItemListSvc          INFO STREAM Stream2 has (2) items
+DecisionSvc          INFO -- OUTPUT STREAM EVENT OVERLAP SUMMARY --
+DecisionSvc          INFO List of registered 2 Streams: RegStream2 Stream2 
+DecisionSvc          INFO Finalized successfully.
+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-41-13
+InputMetaDataStore   INFO Finalizing InputMetaDataStore - package version StoreGate-02-41-13
+AthDictLoaderSvc     INFO in finalize...
+ToolSvc              INFO Removing all tools created by ToolSvc
+Stream2.Stream2...  DEBUG in finalize()
+Stream2.Stream2...  DEBUG Calling destructor
+Stream2.Stream2...  DEBUG Calling destructor
+*****Chrono*****     INFO ****************************************************************************************************
+*****Chrono*****     INFO  The Final CPU consumption ( Chrono ) Table (ordered)
+*****Chrono*****     INFO ****************************************************************************************************
+AthenaSealSvc::...   INFO Time User   : Tot=   95 [ms]                                             #=  1
+AthenaSealSvc::...   INFO Time User   : Tot=  278 [ms] Ave/Min/Max= 55.6(+- 56.8)/   20/  169 [ms] #=  5
+AthenaSealSvc::...   INFO Time User   : Tot=  282 [ms] Ave/Min/Max= 56.4(+-   59)/    0/  170 [ms] #=  5
+ChronoStatSvc        INFO Time User   : Tot= 5.03  [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_Concat.pattern b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Concat.pattern
new file mode 100644
index 00000000000..4d75deefb37
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Concat.pattern
@@ -0,0 +1,2 @@
+< Stream1             DEBUG addItemObjects(2101,"*") called
+> Stream2             DEBUG addItemObjects(2101,"*") called
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Copy.pattern b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Copy.pattern
new file mode 100644
index 00000000000..b7758a08c06
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Copy.pattern
@@ -0,0 +1,2 @@
+< SG::fromStorable  WARNING can't convert stored DataObject
+<  Unless you are following a symlink, it probably means you have a duplicate CLID = 1
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Copy.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Copy.ref
new file mode 100644
index 00000000000..4de429db3d2
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Copy.ref
@@ -0,0 +1,898 @@
+Thu Jun 26 15:34:17 CEST 2014
+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 including file "AthenaCommon/Execution.py"
+Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_CopyJobOptions.py"
+Py:ConfigurableDb WARNING Found 2 duplicates among the 19 genConfDb files :
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -<component name>: <module> - [ <duplicates> ]
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -JetFilter: GeneratorFilters.GeneratorFiltersConf - ['JetRec.JetRecConf']
+Py:ConfigurableDb WARNING   -AdjT0__AdjustableT0Tool: MdtDriftCircleOnTrackCreator.MdtDriftCircleOnTrackCreatorConf - ['MboyEDMTool.MboyEDMToolConf']
+Py:ConfigurableDb WARNING Fix your cmt/requirements file !!
+Athena               INFO including file "AthenaCommon/runbatch.py"
+ApplicationMgr       INFO Updating ROOT::Reflex::PluginService::SetDebug(level) to level=0
+ApplicationMgr    SUCCESS 
+====================================================================================================================================
+====================================================================================================================================
+ApplicationMgr       INFO Successfully loaded modules : AthenaServices
+ApplicationMgr       INFO Application Manager Configured successfully
+ApplicationMgr       INFO Updating ROOT::Reflex::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-58-02-01
+AthMasterSeq         INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq
+AthAlgSeq            INFO Member list: AthenaOutputStream/Stream1
+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-41-13
+ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version SGComps-00-01-07
+MetaDataSvc          INFO Initializing MetaDataSvc - package version AthenaServices-01-58-02-01
+InputMetaDataStore   INFO Initializing InputMetaDataStore - package version StoreGate-02-41-13
+MetaDataStore        INFO Initializing MetaDataStore - package version StoreGate-02-41-13
+AthenaPoolCnvSvc     INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-13
+AthenaRootStrea...   INFO POOL/ROOT class loader initialized
+AthenaRootStrea...   INFO 9 ROOT streamers declared
+PoolSvc              INFO Initializing PoolSvc - package version PoolSvc-00-24-02
+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
+EventSelector        INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-18-31
+TagMetaDataStore     INFO Initializing TagMetaDataStore - package version StoreGate-02-41-13
+EventSelector        INFO reinitialization...
+EventSelector        INFO EventSelection with query 
+EventSelector       DEBUG Try item: "SimplePoolFile1.root" from the collection list.
+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:53413
+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)]
+SimplePoolFile1.root Debug ---->Class:EventInfo_p4
+SimplePoolFile1.root Debug ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile1.root Debug --->Reading 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
+SimplePoolFile1.root Debug --->Reading 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
+SimplePoolFile1.root Debug --->Reading 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 --->Reading Shape[4 , ????]: [1 Column(s)]
+SimplePoolFile1.root Debug ---->Class:Token
+SimplePoolFile1.root Debug ---->[0]:Token Typ:Token [18] Size:0 Offset:0 #Elements:1
+SimplePoolFile1.root Debug --->Reading Shape[5 , ????]: [1 Column(s)]
+SimplePoolFile1.root Debug ---->Class:unsigned int
+SimplePoolFile1.root Debug ---->[0]:unsigned int Typ:unsigned int [3] Size:0 Offset:0 #Elements:1
+SimplePoolFile1.root Debug --->Reading Shape[6 , ????]: [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
+##Shapes Debug No objects passing selection criteria... Container has 7 Entries in total.
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Links
+???? Debug Opened container ##Links of type ROOT_Tree
+SimplePoolFile1.root Debug --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/CollectionTree(ExampleHitContainer_p1/MyHits) [202]  (4 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (5 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLCollectionTree(Token) [202]  (7 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLCollectionTree(RunNumber) [202]  (8 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLCollectionTree(EventNumber) [202]  (9 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLCollectionTree(MagicNumber) [202]  (a , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainer(basic/DataHeader) [202]  (b , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (c , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (d , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (e , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+##Links Debug No objects passing selection criteria... Container has 13 Entries in total.
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFile1.root Debug --->Reading Param:FID=[????]
+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:53413
+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)
+???? Debug Opened container POOLContainer(DataHeader) of type ROOT_Tree
+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-31
+Stream1             DEBUG Found StoreGateSvc store.
+Stream1             DEBUG Found MetaDataStore store.
+ItemListSvc          INFO ItemListSvc initialize
+OutputStreamSeq...   INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-58-02-01
+Stream1.Stream1...   INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-70
+Stream1.Stream1...   INFO streamProperty ProcessingTag = Stream1
+Stream1.Stream1...  DEBUG In connectServices
+DetectorStore        INFO Initializing DetectorStore - package version StoreGate-02-41-13
+AthenaPoolAddre...  DEBUG Cannot retrieve DataHeader from DetectorStore.
+Stream1.Stream1...   INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-70
+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-41-13
+ApplicationMgr       INFO Application Manager Initialized successfully
+InputMetaDataStore   INFO Start InputMetaDataStore
+MetaDataStore        INFO Start MetaDataStore
+TagMetaDataStore     INFO Start TagMetaDataStore
+SimplePoolFile1.root Info Database being retired...
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Links
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Shapes
+SimplePoolFile1.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] ????
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
+Domain[ROOT_All] Info >   Deaccess DbDomain     READ      [ROOT_All] 
+EventSelector       DEBUG Try item: "SimplePoolFile1.root" from the collection list.
+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:53413
+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)]
+SimplePoolFile1.root Debug ---->Class:EventInfo_p4
+SimplePoolFile1.root Debug ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile1.root Debug --->Reading 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
+SimplePoolFile1.root Debug --->Reading 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
+SimplePoolFile1.root Debug --->Reading 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 --->Reading Shape[4 , ????]: [1 Column(s)]
+SimplePoolFile1.root Debug ---->Class:Token
+SimplePoolFile1.root Debug ---->[0]:Token Typ:Token [18] Size:0 Offset:0 #Elements:1
+SimplePoolFile1.root Debug --->Reading Shape[5 , ????]: [1 Column(s)]
+SimplePoolFile1.root Debug ---->Class:unsigned int
+SimplePoolFile1.root Debug ---->[0]:unsigned int Typ:unsigned int [3] Size:0 Offset:0 #Elements:1
+SimplePoolFile1.root Debug --->Reading Shape[6 , ????]: [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
+##Shapes Debug No objects passing selection criteria... Container has 7 Entries in total.
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Links
+???? Debug Opened container ##Links of type ROOT_Tree
+SimplePoolFile1.root Debug --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/CollectionTree(ExampleHitContainer_p1/MyHits) [202]  (4 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (5 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLCollectionTree(Token) [202]  (7 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLCollectionTree(RunNumber) [202]  (8 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLCollectionTree(EventNumber) [202]  (9 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLCollectionTree(MagicNumber) [202]  (a , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainer(basic/DataHeader) [202]  (b , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (c , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (d , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (e , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+##Links Debug No objects passing selection criteria... Container has 13 Entries in total.
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFile1.root Debug --->Reading Param:FID=[????]
+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:53413
+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)
+???? Debug Opened container POOLContainer(DataHeader) of type ROOT_Tree
+StoreGateSvc         INFO Start StoreGateSvc
+DetectorStore        INFO Start DetectorStore
+ApplicationMgr       INFO Application Manager Started successfully
+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.
+EventSelector       DEBUG Get AttributeList from the collection
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000000].
+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]
+SimplePoolFile1.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 = 9102, name = MyHits
+SimplePoolFile1.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 #0, run #1 0 events processed so far  <<<===
+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
+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:53413
+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.
+SimplePoolReplica1.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.
+SimplePoolReplica1.root Debug --> Access   DbContainer  CREATE    [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolReplica1.root Debug --->Adding Assoc :????/##Params [200]  (2 , ffffffff)
+SimplePoolReplica1.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 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
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 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)
+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)
+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)
+SimplePoolReplica1.root Debug ---->ClassID:????
+SimplePoolReplica1.root Debug --->Adding Shape[2 , ????]:  [1 Column(s)] 
+SimplePoolReplica1.root Debug ---->Class:DataHeaderForm_p5
+SimplePoolReplica1.root Debug ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
+SimplePoolReplica1.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
+SimplePoolReplica1.root Debug --->Adding Assoc :????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
+SimplePoolReplica1.root Debug ---->ClassID:????
+SimplePoolReplica1.root Debug --->Adding Shape[3 , ????]:  [1 Column(s)] 
+SimplePoolReplica1.root Debug ---->Class:DataHeader_p5
+SimplePoolReplica1.root Debug ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
+SimplePoolReplica1.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader)
+???? Debug Opened container POOLContainer(basic/DataHeader) of type ROOT_Tree
+SimplePoolReplica1.root Debug --->Adding Assoc :????/POOLContainer(basic/DataHeader) [202]  (7 , ffffffff)
+SimplePoolReplica1.root Debug ---->ClassID:????
+Stream1.Stream1...  DEBUG In commitOutput
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000001].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #1, run #1 1 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 2
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000002].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #2, run #1 2 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 3
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000003].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #3, run #1 3 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 4
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000004].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #4, run #1 4 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 5
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000005].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #5, run #1 5 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 6
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000006].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #6, run #1 6 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 7
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000007].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #7, run #1 7 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 8
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000008].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #8, run #1 8 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 9
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000009].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #9, run #1 9 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 10
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000A]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #10, run #1 10 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 11
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000B]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #11, run #1 11 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 12
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000C]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #12, run #1 12 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 13
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000D]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #13, run #1 13 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 14
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000E]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #14, run #1 14 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 15
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000F]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #15, run #1 15 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 16
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000010]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #16, run #1 16 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 17
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000011]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #17, run #1 17 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 18
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000012]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #18, run #1 18 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 19
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+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
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000013]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #19, run #1 19 events processed so far  <<<===
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+Stream1             DEBUG  Going to attempt direct persistent copy for 9102,"MyHits"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 20
+Stream1.Stream1...  DEBUG Pers to Pers copy for 1 MyHits
+Stream1.Stream1...  DEBUG In commitOutput
+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
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Shapes
+SimplePoolFile1.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] ????
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
+Domain[ROOT_All] Info >   Deaccess DbDomain     READ      [ROOT_All] 
+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
+Stream1             DEBUG handle() incident type: MetaDataStop
+Stream1.Stream1...  DEBUG In connectServices
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolReplica1.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 [????]
+SimplePoolReplica1.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1)
+???? Debug Opened container MetaData(EventStreamInfo_p3/Stream1) of type ROOT_Tree
+SimplePoolReplica1.root Debug --->Adding Assoc :????/MetaData(EventStreamInfo_p3/Stream1) [202]  (8 , ffffffff)
+SimplePoolReplica1.root Debug ---->ClassID:????
+SimplePoolReplica1.root Debug --->Adding Shape[4 , ????]:  [1 Column(s)] 
+SimplePoolReplica1.root Debug ---->Class:EventStreamInfo_p3
+SimplePoolReplica1.root Debug ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1
+SimplePoolReplica1.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
+???? Debug Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree
+SimplePoolReplica1.root Debug --->Adding Assoc :????/MetaDataHdrForm(DataHeaderForm) [202]  (9 , ffffffff)
+SimplePoolReplica1.root Debug ---->ClassID:????
+SimplePoolReplica1.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] MetaDataHdr(DataHeader)
+???? Debug Opened container MetaDataHdr(DataHeader) of type ROOT_Tree
+SimplePoolReplica1.root Debug --->Adding Assoc :????/MetaDataHdr(DataHeader) [202]  (a , ffffffff)
+SimplePoolReplica1.root Debug ---->ClassID:????
+Stream1.Stream1...  DEBUG In commitOutput
+Stream1.Stream1...  DEBUG In connectServices
+Stream1              INFO Records written: 21
+Stream1             DEBUG Leaving handle
+TagMetaDataStore     INFO Stop TagMetaDataStore
+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
+SimplePoolReplica1.root Info Database being retired...
+SimplePoolReplica1.root Debug --> Deaccess DbContainer  CREATE    [ROOT_All] ##Links
+SimplePoolReplica1.root Debug --> Deaccess DbContainer  CREATE    [ROOT_All] ##Shapes
+SimplePoolReplica1.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] ????
+SimplePoolReplica1.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo)
+SimplePoolReplica1.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits)
+SimplePoolReplica1.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1)
+SimplePoolReplica1.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] MetaDataHdr(DataHeader)
+SimplePoolReplica1.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
+SimplePoolReplica1.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] POOLContainer(DataHeader)
+SimplePoolReplica1.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader)
+SimplePoolReplica1.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
+Stream1             DEBUG finalize: Optimize output
+Stream1             DEBUG finalize: end optimize output
+AthAlgSeq            INFO Finalizing AthAlgSeq...
+AthOutSeq            INFO Finalizing AthOutSeq...
+AthRegSeq            INFO Finalizing AthRegSeq...
+AthMasterSeq         INFO Finalizing AthMasterSeq...
+StoreGateSvc         INFO Finalizing StoreGateSvc - package version StoreGate-02-41-13
+DetectorStore        INFO Finalizing DetectorStore - package version StoreGate-02-41-13
+ItemListSvc          INFO -- OUTPUT STREAM ITEM OVERLAP SUMMARY --
+ItemListSvc          INFO STREAM Stream1 has (2) items
+TagMetaDataStore     INFO Finalizing TagMetaDataStore - package version StoreGate-02-41-13
+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-41-13
+InputMetaDataStore   INFO Finalizing InputMetaDataStore - package version StoreGate-02-41-13
+DecisionSvc          INFO -- OUTPUT STREAM EVENT OVERLAP SUMMARY --
+DecisionSvc          INFO List of registered 1 Streams: Stream1 
+DecisionSvc          INFO Finalized successfully.
+AthDictLoaderSvc     INFO in finalize...
+ToolSvc              INFO Removing all tools created by ToolSvc
+Stream1.Stream1...  DEBUG in finalize()
+Stream1.Stream1...  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=   62 [ms] Ave/Min/Max=   31(+-    2)/   29/   33 [ms] #=  2
+AthenaSealSvc::...   INFO Time User   : Tot=   65 [ms] Ave/Min/Max= 7.22(+-   13)/    0/   34 [ms] #=  9
+AthenaSealSvc::...   INFO Time User   : Tot=   95 [ms]                                             #=  1
+ChronoStatSvc        INFO Time User   : Tot= 4.82  [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_Filter.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Filter.ref
new file mode 100644
index 00000000000..ad8b76d06cf
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_Filter.ref
@@ -0,0 +1,982 @@
+Thu Jun 26 15:36:00 CEST 2014
+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 including file "AthenaCommon/Execution.py"
+Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_FilterJobOptions.py"
+Py:ConfigurableDb WARNING Found 2 duplicates among the 19 genConfDb files :
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -<component name>: <module> - [ <duplicates> ]
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -JetFilter: GeneratorFilters.GeneratorFiltersConf - ['JetRec.JetRecConf']
+Py:ConfigurableDb WARNING   -AdjT0__AdjustableT0Tool: MdtDriftCircleOnTrackCreator.MdtDriftCircleOnTrackCreatorConf - ['MboyEDMTool.MboyEDMToolConf']
+Py:ConfigurableDb WARNING Fix your cmt/requirements file !!
+Athena               INFO including file "AthenaCommon/runbatch.py"
+ApplicationMgr       INFO Updating ROOT::Reflex::PluginService::SetDebug(level) to level=0
+ApplicationMgr    SUCCESS 
+====================================================================================================================================
+====================================================================================================================================
+ApplicationMgr       INFO Successfully loaded modules : AthenaServices
+ApplicationMgr       INFO Application Manager Configured successfully
+ApplicationMgr       INFO Updating ROOT::Reflex::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-58-02-01
+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()
+StoreGateSvc         INFO Initializing StoreGateSvc - package version StoreGate-02-41-13
+ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version SGComps-00-01-07
+MetaDataSvc          INFO Initializing MetaDataSvc - package version AthenaServices-01-58-02-01
+InputMetaDataStore   INFO Initializing InputMetaDataStore - package version StoreGate-02-41-13
+MetaDataStore        INFO Initializing MetaDataStore - package version StoreGate-02-41-13
+AthenaPoolCnvSvc     INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-13
+AthenaRootStrea...   INFO POOL/ROOT class loader initialized
+AthenaRootStrea...   INFO 9 ROOT streamers declared
+PoolSvc              INFO Initializing PoolSvc - package version PoolSvc-00-24-02
+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             DEBUG POOL ReadCatalog is file:Catalog.xml
+PoolSvc              INFO POOL WriteCatalog is file:Catalog1.xml
+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-31
+TagMetaDataStore     INFO Initializing TagMetaDataStore - package version StoreGate-02-41-13
+EventSelector.Q...   INFO in initialize()
+EventSelector        INFO reinitialization...
+EventSelector        INFO EventSelection with query EventNumber > 5
+EventSelector       DEBUG Try item: "SimplePoolCollection3.root" from the collection list.
+Warning in <TClassTable::Add>: class pair<string,string> already in TClassTable
+RootCollection Info Opening Collection File SimplePoolCollection3.root in mode: READ
+RootCollection Debug File SimplePoolCollection3.root exists.
+RootCollection Info File SimplePoolCollection3.root opened
+RootCollection Info Root collection opened, size = 20
+EventSelector        INFO Using standard collection ref 
+MetaDataSvc         DEBUG handle() FirstInputFile for FID:????
+MetaDataSvc         DEBUG initInputMetaDataStore: file name FID:????
+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:53413
+PoolSvc              INFO Failed to find container MetaDataHdrDataHeader to get Token.
+EventPersistenc...   INFO Added successfully Conversion service:AthenaPoolCnvSvc
+MetaDataSvc         DEBUG Loaded input meta data store proxies
+AthenaPoolAddre...   INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-18-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
+Stream1             DEBUG Found StoreGateSvc store.
+Stream1             DEBUG Found MetaDataStore store.
+ItemListSvc          INFO ItemListSvc initialize
+OutputStreamSeq...   INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-58-02-01
+Stream1.Stream1...   INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-70
+Stream1.Stream1...  DEBUG In connectServices
+DetectorStore        INFO Initializing DetectorStore - package version StoreGate-02-41-13
+AthenaPoolAddre...  DEBUG Cannot retrieve DataHeader from DetectorStore.
+Stream1.Stream1...   INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-70
+Stream1              INFO Found HelperTools = PrivateToolHandleArray(['MakeEventStreamInfo/Stream1_MakeEventStreamInfo'])
+Stream1              INFO Data output: SimplePoolFile5.root
+Stream1              INFO I/O reinitialization...
+Stream1             DEBUG End initialize
+WriteTag             INFO in initialize()
+RegStream1          DEBUG In initialize 
+RegStream1          DEBUG Found IDecisionSvc.
+DecisionSvc          INFO Inserting stream: RegStream1 with no Algs
+RegStream1          DEBUG End initialize 
+RegStream1          DEBUG In initialize 
+RegStream1          DEBUG Found  'StoreName':StoreGateSvc store.
+RegStream1.TagTool  DEBUG In initialize 
+RegStream1.TagTool  DEBUG Found  'StoreName':StoreGateSvc store.
+RegStream1.TagTool  DEBUG Found metadata store.
+RegStream1.TagTool  DEBUG  Got PoolSvc
+RegStream1.TagTool  DEBUG streamProperty CollectionType = ExplicitROOT
+RegStream1.TagTool  DEBUG streamProperty Connection = 
+RegStream1.TagTool  DEBUG streamProperty OutputCollection = SimplePoolCollection5.root
+RegStream1.TagTool  DEBUG streamProperty CollectionOpenMode = CREATE_AND_OVERWRITE
+RegStream1.TagTool  DEBUG streamProperty StoreName = StoreGateSvc
+RegStream1.TagTool  DEBUG End initialize 
+RegStream1          DEBUG  Tool initialized
+RegStream1          DEBUG Retrieved IncidentSvc
+RegStream1          DEBUG Added MetaDataStop listener
+RegStream1          DEBUG  Not class requested by Tool, skipping (40774349,"RunEventTag") 
+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-41-13
+ApplicationMgr       INFO Application Manager Initialized successfully
+InputMetaDataStore   INFO Start InputMetaDataStore
+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 Info File SimplePoolCollection3.root opened
+RootCollection Info Root collection opened, size = 20
+MetaDataSvc         DEBUG handle() BeginTagFile for SimplePoolCollection3.root
+StoreGateSvc         INFO Start StoreGateSvc
+DetectorStore        INFO Start DetectorStore
+ApplicationMgr       INFO Application Manager Started successfully
+MetaDataSvc         DEBUG handle() BeginInputFile for FID:????
+MetaDataSvc         DEBUG initInputMetaDataStore: file name FID:????
+PoolSvc              INFO Failed to find container MetaDataHdrDataHeader to get Token.
+MetaDataSvc         DEBUG Loaded input meta data store proxies
+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-00000006].
+EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000006].
+EventSelector.Q...  DEBUG EventNumber = 6
+EventSelector.Q...  DEBUG RunNumber = 1
+EventSelector.Q...  DEBUG MagicNumber = 24
+EventSelector        INFO Request skipping event from: EventSelector.QueryTag
+EventSelector        INFO skipping event 1
+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-00000007].
+EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000007].
+EventSelector.Q...  DEBUG EventNumber = 7
+EventSelector.Q...  DEBUG RunNumber = 1
+EventSelector.Q...  DEBUG MagicNumber = 24
+EventSelector        INFO Request skipping event from: EventSelector.QueryTag
+EventSelector        INFO skipping event 2
+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-00000008].
+EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000008].
+EventSelector.Q...  DEBUG EventNumber = 8
+EventSelector.Q...  DEBUG RunNumber = 1
+EventSelector.Q...  DEBUG MagicNumber = 24
+EventSelector        INFO Request skipping event from: EventSelector.QueryTag
+EventSelector        INFO skipping event 3
+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-00000009].
+EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000009].
+EventSelector.Q...  DEBUG EventNumber = 9
+EventSelector.Q...  DEBUG RunNumber = 1
+EventSelector.Q...  DEBUG MagicNumber = 24
+EventSelector        INFO Request skipping event from: EventSelector.QueryTag
+EventSelector        INFO skipping event 4
+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.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]
+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
+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 = 1403789739
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9103, key = MyTracks
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+Stream1.Stream1...  DEBUG In connectOutput
+DbSession Info     Open     DbSession    
+Domain[ROOT_All] Info >   Access   DbDomain     UPDATE    [ROOT_All] 
+Domain[ROOT_All] Info ->  Access   DbDatabase   CREATE    [ROOT_All] ????
+Domain[ROOT_All] Info                           SimplePoolFile5.root
+RootDatabase.open Success SimplePoolFile5.root File version:53413
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile5.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(9103,"MyTracks") called
+Stream1             DEBUG            Key:MyTracks
+Stream1             DEBUG  Added object 9103,"MyTracks"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 1
+Stream1             DEBUG  Object/count: ExampleTrackContainer_MyTracks, 1
+Stream1.Stream1...  DEBUG In commitOutput
+WriteTag             INFO EventInfo event: 10  run: 1
+WriteTag             INFO registered all data
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"*") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1 for requested key=*
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000000] for Stream1_derived
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000A]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000A]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"*") 
+RegStream1.TagTool  DEBUG outcoll = SimplePoolCollection5.root
+RegStream1.TagTool  DEBUG initCollection
+RegStream1.TagTool  DEBUG Collection name:  'OutputCollection':SimplePoolCollection5.root
+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 Info File SimplePoolCollection5.root opened
+RootCollection Info Root collection opened, size = 0
+RootCollection::Metadata Info  ****** Created metadata tree in the collection file
+RegStream1.TagTool  DEBUG  Created collection
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1_derived [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000000]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000A]
+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
+RegStream1.TagTool  DEBUG Provenance key Stream1_ref added to spec
+RegStream1.TagTool  DEBUG Event 0
+RegStream1.TagTool  DEBUG ref name Stream1_ref already used
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_derived_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+RegStream1.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream1.TagTool  DEBUG Retrieved attribute list with Key/tagname RunEventTag
+RegStream1.TagTool  DEBUG Attribute list
+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
+RegStream1.TagTool   INFO No Primary Key defined
+RegStream1.TagTool  DEBUG CollDesc after attribute addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_derived_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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
+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.Q...  DEBUG EventNumber = 11
+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-0000000B]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #11, run #1 1 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 = 1403789739
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9103, key = MyTracks
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile5.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(9103,"MyTracks") called
+Stream1             DEBUG            Key:MyTracks
+Stream1             DEBUG  Added object 9103,"MyTracks"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 2
+Stream1             DEBUG  Object/count: ExampleTrackContainer_MyTracks, 2
+Stream1.Stream1...  DEBUG In commitOutput
+WriteTag             INFO EventInfo event: 11  run: 1
+WriteTag             INFO registered all data
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"*") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1 for requested key=*
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000001] for Stream1_derived
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000B]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000B]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"*") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1_derived [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000001]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000B]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000B]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_derived_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 Retrieved attribute list with Key/tagname RunEventTag
+RegStream1.TagTool  DEBUG Attribute list
+RegStream1.TagTool  DEBUG Set the row buffer attributelist to a 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
+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.Q...  DEBUG EventNumber = 12
+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-0000000C]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #12, run #1 2 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 = 1403789739
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9103, key = MyTracks
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile5.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(9103,"MyTracks") called
+Stream1             DEBUG            Key:MyTracks
+Stream1             DEBUG  Added object 9103,"MyTracks"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 3
+Stream1             DEBUG  Object/count: ExampleTrackContainer_MyTracks, 3
+Stream1.Stream1...  DEBUG In commitOutput
+WriteTag             INFO EventInfo event: 12  run: 1
+WriteTag             INFO registered all data
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"*") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1 for requested key=*
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000002] for Stream1_derived
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000C]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000C]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"*") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1_derived [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000002]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000C]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000C]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_derived_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 Retrieved attribute list with Key/tagname RunEventTag
+RegStream1.TagTool  DEBUG Attribute list
+RegStream1.TagTool  DEBUG Set the row buffer attributelist to a size=2
+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.Q...  DEBUG EventNumber = 13
+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-0000000D]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #13, run #1 3 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 = 1403789739
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9103, key = MyTracks
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile5.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(9103,"MyTracks") called
+Stream1             DEBUG            Key:MyTracks
+Stream1             DEBUG  Added object 9103,"MyTracks"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 4
+Stream1             DEBUG  Object/count: ExampleTrackContainer_MyTracks, 4
+Stream1.Stream1...  DEBUG In commitOutput
+WriteTag             INFO EventInfo event: 13  run: 1
+WriteTag             INFO registered all data
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"*") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1 for requested key=*
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000003] for Stream1_derived
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000D]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000D]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"*") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1_derived [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000003]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000D]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000D]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_derived_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 Retrieved attribute list with Key/tagname RunEventTag
+RegStream1.TagTool  DEBUG Attribute list
+RegStream1.TagTool  DEBUG Set the row buffer attributelist to a size=2
+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.Q...  DEBUG EventNumber = 14
+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-0000000E]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #14, run #1 4 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 = 1403789739
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9103, key = MyTracks
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile5.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(9103,"MyTracks") called
+Stream1             DEBUG            Key:MyTracks
+Stream1             DEBUG  Added object 9103,"MyTracks"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 5
+Stream1             DEBUG  Object/count: ExampleTrackContainer_MyTracks, 5
+Stream1.Stream1...  DEBUG In commitOutput
+WriteTag             INFO EventInfo event: 14  run: 1
+WriteTag             INFO registered all data
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"*") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1 for requested key=*
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000004] for Stream1_derived
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000E]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000E]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"*") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1_derived [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000004]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000E]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000E]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_derived_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 Retrieved attribute list with Key/tagname RunEventTag
+RegStream1.TagTool  DEBUG Attribute list
+RegStream1.TagTool  DEBUG Set the row buffer attributelist to a size=2
+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.Q...  DEBUG EventNumber = 15
+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-0000000F]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #15, run #1 5 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 = 1403789739
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9103, key = MyTracks
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile5.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(9103,"MyTracks") called
+Stream1             DEBUG            Key:MyTracks
+Stream1             DEBUG  Added object 9103,"MyTracks"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 6
+Stream1             DEBUG  Object/count: ExampleTrackContainer_MyTracks, 6
+Stream1.Stream1...  DEBUG In commitOutput
+WriteTag             INFO EventInfo event: 15  run: 1
+WriteTag             INFO registered all data
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"*") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1 for requested key=*
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000005] for Stream1_derived
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000F]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000F]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"*") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1_derived [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000005]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000F]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-0000000F]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_derived_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 Retrieved attribute list with Key/tagname RunEventTag
+RegStream1.TagTool  DEBUG Attribute list
+RegStream1.TagTool  DEBUG Set the row buffer attributelist to a size=2
+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.Q...  DEBUG EventNumber = 16
+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-00000010]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #16, run #1 6 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 = 1403789739
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9103, key = MyTracks
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile5.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(9103,"MyTracks") called
+Stream1             DEBUG            Key:MyTracks
+Stream1             DEBUG  Added object 9103,"MyTracks"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 7
+Stream1             DEBUG  Object/count: ExampleTrackContainer_MyTracks, 7
+Stream1.Stream1...  DEBUG In commitOutput
+WriteTag             INFO EventInfo event: 16  run: 1
+WriteTag             INFO registered all data
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"*") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1 for requested key=*
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000006] for Stream1_derived
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000010]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-00000010]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"*") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1_derived [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000006]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000010]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-00000010]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_derived_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 Retrieved attribute list with Key/tagname RunEventTag
+RegStream1.TagTool  DEBUG Attribute list
+RegStream1.TagTool  DEBUG Set the row buffer attributelist to a size=2
+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.Q...  DEBUG EventNumber = 17
+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-00000011]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #17, run #1 7 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 = 1403789739
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9103, key = MyTracks
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile5.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(9103,"MyTracks") called
+Stream1             DEBUG            Key:MyTracks
+Stream1             DEBUG  Added object 9103,"MyTracks"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 8
+Stream1             DEBUG  Object/count: ExampleTrackContainer_MyTracks, 8
+Stream1.Stream1...  DEBUG In commitOutput
+WriteTag             INFO EventInfo event: 17  run: 1
+WriteTag             INFO registered all data
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"*") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1 for requested key=*
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000007] for Stream1_derived
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000011]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-00000011]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"*") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1_derived [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000007]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000011]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-00000011]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_derived_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 Retrieved attribute list with Key/tagname RunEventTag
+RegStream1.TagTool  DEBUG Attribute list
+RegStream1.TagTool  DEBUG Set the row buffer attributelist to a size=2
+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.Q...  DEBUG EventNumber = 18
+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-00000012]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #18, run #1 8 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 = 1403789739
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9103, key = MyTracks
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile5.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(9103,"MyTracks") called
+Stream1             DEBUG            Key:MyTracks
+Stream1             DEBUG  Added object 9103,"MyTracks"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 9
+Stream1             DEBUG  Object/count: ExampleTrackContainer_MyTracks, 9
+Stream1.Stream1...  DEBUG In commitOutput
+WriteTag             INFO EventInfo event: 18  run: 1
+WriteTag             INFO registered all data
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"*") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1 for requested key=*
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000008] for Stream1_derived
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000012]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-00000012]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"*") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1_derived [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000008]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000012]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-00000012]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_derived_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 Retrieved attribute list with Key/tagname RunEventTag
+RegStream1.TagTool  DEBUG Attribute list
+RegStream1.TagTool  DEBUG Set the row buffer attributelist to a size=2
+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.Q...  DEBUG EventNumber = 19
+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-00000013]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #19, run #1 9 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 = 1403789739
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9103, key = MyTracks
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile5.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(9103,"MyTracks") called
+Stream1             DEBUG            Key:MyTracks
+Stream1             DEBUG  Added object 9103,"MyTracks"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_McEventInfo, 10
+Stream1             DEBUG  Object/count: ExampleTrackContainer_MyTracks, 10
+Stream1.Stream1...  DEBUG In commitOutput
+WriteTag             INFO EventInfo event: 19  run: 1
+WriteTag             INFO registered all data
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"*") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1 for requested key=*
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000009] for Stream1_derived
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000013]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-00000013]
+RegStream1          DEBUG Adding ref for Stream1
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"*") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1_derived [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000009]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000013]
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=][CLID=????][TECH=00000202][OID=00000006-00000013]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_derived_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+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 Retrieved attribute list with Key/tagname RunEventTag
+RegStream1.TagTool  DEBUG Attribute list
+RegStream1.TagTool  DEBUG Set the row buffer attributelist to a size=2
+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:????
+SimplePoolFile3.root Info Database being retired...
+Domain[ROOT_All] Info ->  Deaccess DbDatabase   READ      [ROOT_All] ????
+Domain[ROOT_All] Info >   Deaccess DbDomain     READ      [ROOT_All] 
+MetaDataSvc         DEBUG handle() EndTagFile for SimplePoolCollection3.root
+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
+MetaDataSvc         DEBUG Releasing MetaDataTools
+Stream1             DEBUG handle() incident type: MetaDataStop
+Stream1.Stream1...  DEBUG In connectServices
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFile5.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 [????]
+Stream1.Stream1...  DEBUG In commitOutput
+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 Info Updating 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
+RegStream1.TagTool  DEBUG Committed collection 
+RootCollection Info Closing open collection 'SimplePoolCollection5.root'
+RegStream1.TagTool  DEBUG  Closed collection 
+MetaDataSvc         DEBUG handle() LastInputFile for end
+TagMetaDataStore     INFO Stop TagMetaDataStore
+SimplePoolFile5.root Info Database being retired...
+Domain[ROOT_All] Info ->  Deaccess DbDatabase   CREATE    [ROOT_All] ????
+Domain[ROOT_All] Info >   Deaccess DbDomain     UPDATE    [ROOT_All] 
+MetaDataStore        INFO Stop MetaDataStore
+InputMetaDataStore   INFO Stop InputMetaDataStore
+ApplicationMgr       INFO Application Manager Stopped successfully
+ReadData             INFO in finalize()
+Stream1             DEBUG finalize: Optimize output
+Stream1             DEBUG finalize: end optimize output
+WriteTag             INFO in finalize()
+RegStream1          DEBUG In finalize
+RegStream1.TagTool  DEBUG In finalize: 10
+RegStream1.TagTool  DEBUG Calling destructor
+AthAlgSeq            INFO Finalizing AthAlgSeq...
+AthOutSeq            INFO Finalizing AthOutSeq...
+AthRegSeq            INFO Finalizing AthRegSeq...
+AthMasterSeq         INFO Finalizing AthMasterSeq...
+StoreGateSvc         INFO Finalizing StoreGateSvc - package version StoreGate-02-41-13
+DetectorStore        INFO Finalizing DetectorStore - package version StoreGate-02-41-13
+ItemListSvc          INFO -- OUTPUT STREAM ITEM OVERLAP SUMMARY --
+ItemListSvc          INFO STREAM Stream1 has (3) items
+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-41-13
+PoolSvc              INFO I/O finalization...
+XMLFileCatalog Info Updating the catalog
+PoolXMLFileCatalog Info XercesC termination number 0
+MetaDataStore        INFO Finalizing MetaDataStore - package version StoreGate-02-41-13
+InputMetaDataStore   INFO Finalizing InputMetaDataStore - package version StoreGate-02-41-13
+AthDictLoaderSvc     INFO in finalize...
+ToolSvc              INFO Removing all tools created by ToolSvc
+Stream1.Stream1...  DEBUG in finalize()
+EventSelector.Q...   INFO in finalize()
+Stream1.Stream1...  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=   64 [ms] Ave/Min/Max=   32(+-    2)/   30/   34 [ms] #=  2
+AthenaSealSvc::...   INFO Time User   : Tot=   72 [ms] Ave/Min/Max= 6.54(+- 12.1)/    0/   34 [ms] #= 11
+AthenaSealSvc::...   INFO Time User   : Tot=  104 [ms]                                             #=  1
+ChronoStatSvc        INFO Time User   : Tot= 5.63  [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_RCond.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RCond.ref
new file mode 100755
index 00000000000..f2a0c9ea294
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RCond.ref
@@ -0,0 +1,1093 @@
+Thu Jun 26 15:38:33 CEST 2014
+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 including file "AthenaCommon/Execution.py"
+Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_RCondJobOptions.py"
+Py:ConfigurableDb WARNING Found 2 duplicates among the 19 genConfDb files :
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -<component name>: <module> - [ <duplicates> ]
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -JetFilter: GeneratorFilters.GeneratorFiltersConf - ['JetRec.JetRecConf']
+Py:ConfigurableDb WARNING   -AdjT0__AdjustableT0Tool: MdtDriftCircleOnTrackCreator.MdtDriftCircleOnTrackCreatorConf - ['MboyEDMTool.MboyEDMToolConf']
+Py:ConfigurableDb WARNING Fix your cmt/requirements file !!
+Athena               INFO including file "IdDictDetDescrCnv/IdDictDetDescrCnv_joboptions.py"
+Athena               INFO including file "AthenaCommon/runbatch.py"
+ApplicationMgr       INFO Updating ROOT::Reflex::PluginService::SetDebug(level) to level=0
+ApplicationMgr    SUCCESS 
+====================================================================================================================================
+====================================================================================================================================
+ApplicationMgr       INFO Successfully loaded modules : AthenaServices
+ApplicationMgr       INFO Application Manager Configured successfully
+ApplicationMgr       INFO Updating ROOT::Reflex::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-58-02-01
+AthMasterSeq         INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq
+AthAlgSeq            INFO Member list: AthPoolEx::ReadCond/ReadCond, AthPoolEx::ReadData/ReadData
+ReadCond             INFO in initialize()
+DetectorStore        INFO Initializing DetectorStore - package version StoreGate-02-41-13
+ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version SGComps-00-01-07
+MetaDataSvc          INFO Initializing MetaDataSvc - package version AthenaServices-01-58-02-01
+InputMetaDataStore   INFO Initializing InputMetaDataStore - package version StoreGate-02-41-13
+MetaDataStore        INFO Initializing MetaDataStore - package version StoreGate-02-41-13
+AthenaPoolCnvSvc     INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-13
+AthenaRootStrea...   INFO POOL/ROOT class loader initialized
+AthenaRootStrea...   INFO 9 ROOT streamers declared
+PoolSvc              INFO Initializing PoolSvc - package version PoolSvc-00-24-02
+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             DEBUG POOL ReadCatalog is file:Catalog0.xml
+PoolSvc             DEBUG POOL ReadCatalog is file:Catalog1.xml
+PoolSvc              INFO POOL WriteCatalog is file:Catalog2.xml
+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
+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-31
+TagMetaDataStore     INFO Initializing TagMetaDataStore - package version StoreGate-02-41-13
+EventSelector        INFO reinitialization...
+EventSelector        INFO EventSelection with query 
+EventSelector       DEBUG Try item: "SimplePoolFile1.root" from the collection list.
+PoolXMLFileCatalog Debug filename SimplePoolFile1.root does not exist
+XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found
+PoolXMLFileCatalog Debug filename SimplePoolFile1.root does not exist
+XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found
+PoolXMLFileCatalog Debug filename SimplePoolFile1.root does not exist
+XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found
+PoolXMLFileCatalog Debug filename SimplePoolFile1.root does not exist
+XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found
+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:53413
+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)]
+SimplePoolFile1.root Debug ---->Class:EventInfo_p4
+SimplePoolFile1.root Debug ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile1.root Debug --->Reading 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
+SimplePoolFile1.root Debug --->Reading 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
+SimplePoolFile1.root Debug --->Reading 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 --->Reading 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
+##Shapes Debug No objects passing selection criteria... Container has 5 Entries in total.
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Links
+???? Debug Opened container ##Links of type ROOT_Tree
+SimplePoolFile1.root Debug --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/CollectionTree(ExampleHitContainer_p1/MyHits) [202]  (4 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (5 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainer(basic/DataHeader) [202]  (7 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (8 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (9 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (a , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+##Links Debug No objects passing selection criteria... Container has 9 Entries in total.
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFile1.root Debug --->Reading Param:FID=[????]
+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:53413
+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)
+???? Debug Opened container POOLContainer(DataHeader) of type ROOT_Tree
+MetaDataSvc         DEBUG handle() FirstInputFile for FID:????
+MetaDataSvc         DEBUG initInputMetaDataStore: file name FID:????
+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
+MetaDataSvc         DEBUG Loaded input meta data store proxies
+AthenaPoolAddre...   INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-18-31
+CondProxyProvider    INFO Initializing CondProxyProvider - package version EventSelectorAthenaPool-00-18-31
+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
+PoolXMLFileCatalog Debug filename SimplePoolFile4.root does not exist
+XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found
+PoolXMLFileCatalog Debug filename SimplePoolFile4.root does not exist
+XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found
+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:53413
+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)]
+SimplePoolFile4.root Debug ---->Class:ExampleHitContainer_p1
+SimplePoolFile4.root Debug ---->[0]:ExampleHitContainer_p1 Typ:ExampleHitContainer_p1 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile4.root Debug --->Reading Shape[1 , ????]: [1 Column(s)]
+SimplePoolFile4.root Debug ---->Class:DataHeaderForm_p5
+SimplePoolFile4.root Debug ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile4.root Debug --->Reading Shape[2 , ????]: [1 Column(s)]
+SimplePoolFile4.root Debug ---->Class:DataHeader_p5
+SimplePoolFile4.root Debug ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
+##Shapes Debug No objects passing selection criteria... Container has 3 Entries in total.
+SimplePoolFile4.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Links
+???? Debug Opened container ##Links of type ROOT_Tree
+SimplePoolFile4.root Debug --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+SimplePoolFile4.root Debug --->Reading Assoc:????/ConditionsContainer(ExampleHitContainer_p1/PedestalWriteData) [202]  (3 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+SimplePoolFile4.root Debug --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (4 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+SimplePoolFile4.root Debug --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (5 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+SimplePoolFile4.root Debug --->Reading Assoc:????/ConditionsContainer(ExampleHitContainer_p1/PedestalAppendData) [202]  (6 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+##Links Debug No objects passing selection criteria... Container has 5 Entries in total.
+SimplePoolFile4.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFile4.root Debug --->Reading Param:FID=[????]
+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:53413
+ImplicitCollection Info Opened the implicit collection with connection string "PFN:SimplePoolFile4.root"
+ImplicitCollection Info and a name "POOLContainer(DataHeader)"
+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
+SimplePoolFile4.root Info Database being retired...
+SimplePoolFile4.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Links
+SimplePoolFile4.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Shapes
+SimplePoolFile4.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] ????
+SimplePoolFile4.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
+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
+Domain[ROOT_All] Info ->  Access   DbDatabase   READ      [ROOT_All] ????
+Domain[ROOT_All] Info                           SimplePoolFile4.root
+RootDatabase.open Success SimplePoolFile4.root File version:53413
+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)]
+SimplePoolFile4.root Debug ---->Class:ExampleHitContainer_p1
+SimplePoolFile4.root Debug ---->[0]:ExampleHitContainer_p1 Typ:ExampleHitContainer_p1 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile4.root Debug --->Reading Shape[1 , ????]: [1 Column(s)]
+SimplePoolFile4.root Debug ---->Class:DataHeaderForm_p5
+SimplePoolFile4.root Debug ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile4.root Debug --->Reading Shape[2 , ????]: [1 Column(s)]
+SimplePoolFile4.root Debug ---->Class:DataHeader_p5
+SimplePoolFile4.root Debug ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
+##Shapes Debug No objects passing selection criteria... Container has 3 Entries in total.
+SimplePoolFile4.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Links
+???? Debug Opened container ##Links of type ROOT_Tree
+SimplePoolFile4.root Debug --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+SimplePoolFile4.root Debug --->Reading Assoc:????/ConditionsContainer(ExampleHitContainer_p1/PedestalWriteData) [202]  (3 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+SimplePoolFile4.root Debug --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (4 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+SimplePoolFile4.root Debug --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (5 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+SimplePoolFile4.root Debug --->Reading Assoc:????/ConditionsContainer(ExampleHitContainer_p1/PedestalAppendData) [202]  (6 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+##Links Debug No objects passing selection criteria... Container has 5 Entries in total.
+SimplePoolFile4.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFile4.root Debug --->Reading Param:FID=[????]
+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:53413
+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)
+???? Debug Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree
+CondProxyProvider   DEBUG The current File contains: 2 objects
+CondProxyProvider   DEBUG preLoadAddresses: DataObject address, clid = 9102, name = PedestalWriteData
+CondProxyProvider   DEBUG The current File contains: 2 objects
+CondProxyProvider   DEBUG preLoadAddresses: DataObject address, clid = 9102, name = PedestalAppendData
+ReadData             INFO in initialize()
+StoreGateSvc         INFO Initializing StoreGateSvc - package version StoreGate-02-41-13
+HistogramPersis...WARNING Histograms saving not required.
+AthenaEventLoopMgr   INFO Setup EventSelector service EventSelector
+ActiveStoreSvc       INFO Initializing ActiveStoreSvc - package version StoreGate-02-41-13
+ApplicationMgr       INFO Application Manager Initialized successfully
+InputMetaDataStore   INFO Start InputMetaDataStore
+MetaDataStore        INFO Start MetaDataStore
+TagMetaDataStore     INFO Start TagMetaDataStore
+SimplePoolFile1.root Info Database being retired...
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Links
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Shapes
+SimplePoolFile1.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] ????
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
+EventSelector       DEBUG Try item: "SimplePoolFile1.root" from the collection list.
+PoolXMLFileCatalog Debug filename SimplePoolFile1.root does not exist
+XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found
+PoolXMLFileCatalog Debug filename SimplePoolFile1.root does not exist
+XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found
+PoolXMLFileCatalog Debug filename SimplePoolFile1.root does not exist
+XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found
+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:53413
+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)]
+SimplePoolFile1.root Debug ---->Class:EventInfo_p4
+SimplePoolFile1.root Debug ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile1.root Debug --->Reading 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
+SimplePoolFile1.root Debug --->Reading 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
+SimplePoolFile1.root Debug --->Reading 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 --->Reading 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
+##Shapes Debug No objects passing selection criteria... Container has 5 Entries in total.
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Links
+???? Debug Opened container ##Links of type ROOT_Tree
+SimplePoolFile1.root Debug --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/CollectionTree(ExampleHitContainer_p1/MyHits) [202]  (4 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (5 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainer(basic/DataHeader) [202]  (7 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (8 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (9 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (a , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+##Links Debug No objects passing selection criteria... Container has 9 Entries in total.
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFile1.root Debug --->Reading Param:FID=[????]
+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:53413
+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
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
+???? Debug Opened container POOLContainer(DataHeader) of type ROOT_Tree
+DetectorStore        INFO Start DetectorStore
+StoreGateSvc         INFO Start StoreGateSvc
+ApplicationMgr       INFO Application Manager Started successfully
+MetaDataSvc         DEBUG handle() BeginInputFile for SimplePoolFile1.root
+MetaDataSvc         DEBUG initInputMetaDataStore: file name SimplePoolFile1.root
+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.
+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
+EventSelector       DEBUG Get AttributeList from the collection
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000000].
+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]
+SimplePoolFile1.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 = 9102, name = MyHits
+SimplePoolFile1.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 #0, run #1 0 events processed so far  <<<===
+ReadCond            DEBUG in execute()
+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>
+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>
+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
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+ReadData             INFO TagInfo: 
+ReadData             INFO EventInfo event: 0 run: 1
+ReadData             INFO Get Smart data ptr 1
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000001].
+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 = 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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000002].
+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 = 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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000003].
+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 = 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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000004].
+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 = 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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000005].
+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 = 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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000006].
+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 = 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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000007].
+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 = 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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000008].
+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 = 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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000009].
+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 = 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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000A]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000B]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000C]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000D]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000E]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000F]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000010]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000011]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000012]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000013]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+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>
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Shapes
+SimplePoolFile1.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] ????
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
+MetaDataSvc         DEBUG handle() EndInputFile for FID:????
+MetaDataSvc         DEBUG handle() EndTagFile for SimplePoolFile1.root
+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
+DetectorStore        INFO Stop DetectorStore
+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
+POOLContainer(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
+SimplePoolFile4.root Info Database being retired...
+SimplePoolFile4.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Links
+SimplePoolFile4.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Shapes
+SimplePoolFile4.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] ????
+SimplePoolFile4.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] ConditionsContainer(ExampleHitContainer_p1/PedestalAppendData)
+SimplePoolFile4.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] ConditionsContainer(ExampleHitContainer_p1/PedestalWriteData)
+SimplePoolFile4.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
+SimplePoolFile4.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
+Domain[ROOT_All] Info >   Deaccess DbDomain     READ      [ROOT_All] 
+MetaDataStore        INFO Stop MetaDataStore
+InputMetaDataStore   INFO Stop InputMetaDataStore
+ApplicationMgr       INFO Application Manager Stopped successfully
+ReadCond             INFO in finalize()
+ReadData             INFO in finalize()
+AthAlgSeq            INFO Finalizing AthAlgSeq...
+AthOutSeq            INFO Finalizing AthOutSeq...
+AthRegSeq            INFO Finalizing AthRegSeq...
+AthMasterSeq         INFO Finalizing AthMasterSeq...
+StoreGateSvc         INFO Finalizing StoreGateSvc - package version StoreGate-02-41-13
+DetectorStore        INFO Finalizing DetectorStore - package version StoreGate-02-41-13
+TagMetaDataStore     INFO Finalizing TagMetaDataStore - package version StoreGate-02-41-13
+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-41-13
+InputMetaDataStore   INFO Finalizing InputMetaDataStore - package version StoreGate-02-41-13
+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=   62 [ms] Ave/Min/Max=   31(+-    0)/   31/   31 [ms] #=  2
+AthenaSealSvc::...   INFO Time User   : Tot=   64 [ms] Ave/Min/Max=   16(+- 15.5)/    0/   32 [ms] #=  4
+AthenaSealSvc::...   INFO Time User   : Tot=   93 [ms]                                             #=  1
+ChronoStatSvc        INFO Time User   : Tot= 4.73  [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_RFilter.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RFilter.ref
new file mode 100644
index 00000000000..e1623bbf5b4
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RFilter.ref
@@ -0,0 +1,290 @@
+Thu Jun 26 15:36:17 CEST 2014
+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 including file "AthenaCommon/Execution.py"
+Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_RFilterJobOptions.py"
+Py:ConfigurableDb WARNING Found 2 duplicates among the 19 genConfDb files :
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -<component name>: <module> - [ <duplicates> ]
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -JetFilter: GeneratorFilters.GeneratorFiltersConf - ['JetRec.JetRecConf']
+Py:ConfigurableDb WARNING   -AdjT0__AdjustableT0Tool: MdtDriftCircleOnTrackCreator.MdtDriftCircleOnTrackCreatorConf - ['MboyEDMTool.MboyEDMToolConf']
+Py:ConfigurableDb WARNING Fix your cmt/requirements file !!
+Athena               INFO including file "AthenaCommon/runbatch.py"
+ApplicationMgr       INFO Updating ROOT::Reflex::PluginService::SetDebug(level) to level=0
+ApplicationMgr    SUCCESS 
+====================================================================================================================================
+====================================================================================================================================
+ApplicationMgr       INFO Successfully loaded modules : AthenaServices
+ApplicationMgr       INFO Application Manager Configured successfully
+ApplicationMgr       INFO Updating ROOT::Reflex::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-58-02-01
+AthMasterSeq         INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq
+AthAlgSeq            INFO Member list: AthPoolEx::ReadData/ReadData
+ReadData             INFO in initialize()
+StoreGateSvc         INFO Initializing StoreGateSvc - package version StoreGate-02-41-13
+ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version SGComps-00-01-07
+MetaDataSvc          INFO Initializing MetaDataSvc - package version AthenaServices-01-58-02-01
+InputMetaDataStore   INFO Initializing InputMetaDataStore - package version StoreGate-02-41-13
+MetaDataStore        INFO Initializing MetaDataStore - package version StoreGate-02-41-13
+AthenaPoolCnvSvc     INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-13
+AthenaRootStrea...   INFO POOL/ROOT class loader initialized
+AthenaRootStrea...   INFO 9 ROOT streamers declared
+PoolSvc              INFO Initializing PoolSvc - package version PoolSvc-00-24-02
+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             DEBUG POOL ReadCatalog is file:Catalog.xml
+PoolSvc             DEBUG POOL ReadCatalog is file:Catalog1.xml
+PoolSvc              INFO POOL WriteCatalog is file:Catalog2.xml
+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
+XMLFileCatalog Info Connecting to the catalog
+PoolXMLFileCatalog Debug Xerces-c initialization Number 2
+EventSelector        INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-18-31
+TagMetaDataStore     INFO Initializing TagMetaDataStore - package version StoreGate-02-41-13
+Warning in <TClassTable::Add>: class pair<string,string> already in TClassTable
+RootCollection Info Opening Collection File SimplePoolCollection5.root in mode: READ
+RootCollection Debug File SimplePoolCollection5.root exists.
+RootCollection Info File SimplePoolCollection5.root opened
+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-31
+HistogramPersis...WARNING Histograms saving not required.
+AthenaEventLoopMgr   INFO Setup EventSelector service EventSelector
+ActiveStoreSvc       INFO Initializing ActiveStoreSvc - package version StoreGate-02-41-13
+ApplicationMgr       INFO Application Manager Initialized successfully
+InputMetaDataStore   INFO Start InputMetaDataStore
+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 Info File SimplePoolCollection3.root opened
+RootCollection Info Root collection opened, size = 20
+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]
+EventPersistenc...   INFO Added successfully Conversion service:AthenaPoolCnvSvc
+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:53413
+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
+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
+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]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #11, run #1 1 events processed so far  <<<===
+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
+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]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #12, run #1 2 events processed so far  <<<===
+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
+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]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #13, run #1 3 events processed so far  <<<===
+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
+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]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #14, run #1 4 events processed so far  <<<===
+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
+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]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #15, run #1 5 events processed so far  <<<===
+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
+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]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #16, run #1 6 events processed so far  <<<===
+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
+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]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #17, run #1 7 events processed so far  <<<===
+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
+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]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #18, run #1 8 events processed so far  <<<===
+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
+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]
+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
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #19, run #1 9 events processed so far  <<<===
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #19, run #1 10 events processed so far  <<<===
+RootCollection Info Closing open collection 'SimplePoolCollection3.root'
+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
+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
+InputMetaDataStore   INFO Stop InputMetaDataStore
+ApplicationMgr       INFO Application Manager Stopped successfully
+ReadData             INFO in finalize()
+AthAlgSeq            INFO Finalizing AthAlgSeq...
+AthOutSeq            INFO Finalizing AthOutSeq...
+AthRegSeq            INFO Finalizing AthRegSeq...
+AthMasterSeq         INFO Finalizing AthMasterSeq...
+StoreGateSvc         INFO Finalizing StoreGateSvc - package version StoreGate-02-41-13
+TagMetaDataStore     INFO Finalizing TagMetaDataStore - package version StoreGate-02-41-13
+PoolSvc              INFO I/O finalization...
+PoolXMLFileCatalog Info XercesC termination number 0
+MetaDataStore        INFO Finalizing MetaDataStore - package version StoreGate-02-41-13
+InputMetaDataStore   INFO Finalizing InputMetaDataStore - package version StoreGate-02-41-13
+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=   64 [ms] Ave/Min/Max=   32(+-    3)/   29/   35 [ms] #=  2
+AthenaSealSvc::...   INFO Time User   : Tot=   69 [ms] Ave/Min/Max=   23(+- 13.6)/    4/   35 [ms] #=  3
+AthenaSealSvc::...   INFO Time User   : Tot=  121 [ms]                                             #=  1
+ChronoStatSvc        INFO Time User   : Tot= 5.33  [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_RFilterPL.pattern b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RFilterPL.pattern
new file mode 100644
index 00000000000..0483d1feea7
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RFilterPL.pattern
@@ -0,0 +1,10 @@
+< RootCollection Debug Retrieved Collection TTree  "POOLCollectionTree" from file SimplePoolCollection5.root
+< RootCollectionSchemaEditor Warning  Collection Description not found in file, reconstructing
+< RootCollectionSchemaEditor Debug
+< RootCollection Info Root collection opened, size = 20
+< RootCollection Debug File SimplePoolCollection3.root exists.
+< Domain\[ROOT_All\] Info                           SimplePoolCollection5.root
+> RootCollection Info Root collection opened, size = 10
+> 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
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RWBs.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RWBs.ref
new file mode 100644
index 00000000000..26cbbd0e428
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RWBs.ref
@@ -0,0 +1,521 @@
+Thu Jun 26 15:37:58 CEST 2014
+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 including file "AthenaCommon/Execution.py"
+Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_RWBsJobOptions.py"
+Athena               INFO including file "ByteStreamCnvSvc/BSEventStorageEventSelector_jobOptions.py"
+Py:ConfigurableDb WARNING Found 2 duplicates among the 19 genConfDb files :
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -<component name>: <module> - [ <duplicates> ]
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -JetFilter: GeneratorFilters.GeneratorFiltersConf - ['JetRec.JetRecConf']
+Py:ConfigurableDb WARNING   -AdjT0__AdjustableT0Tool: MdtDriftCircleOnTrackCreator.MdtDriftCircleOnTrackCreatorConf - ['MboyEDMTool.MboyEDMToolConf']
+Py:ConfigurableDb WARNING Fix your cmt/requirements file !!
+Athena               INFO including file "AthenaCommon/runbatch.py"
+ApplicationMgr       INFO Updating ROOT::Reflex::PluginService::SetDebug(level) to level=0
+ApplicationMgr    SUCCESS 
+====================================================================================================================================
+====================================================================================================================================
+ApplicationMgr       INFO Successfully loaded modules : AthenaServices
+ApplicationMgr       INFO Application Manager Configured successfully
+ApplicationMgr       INFO Updating ROOT::Reflex::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-58-02-01
+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-41-13
+ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version SGComps-00-01-07
+ByteStreamAddre...   INFO Initializing ByteStreamAddressProviderSvc - package version ByteStreamCnvSvcBase-00-08-09
+ROBDataProviderSvc   INFO Initializing ROBDataProviderSvc - package version ByteStreamCnvSvcBase-00-08-09
+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 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 -- Will fill Store with id =  0
+MetaDataSvc          INFO Initializing MetaDataSvc - package version AthenaServices-01-58-02-01
+MetaDataStore        INFO Initializing MetaDataStore - package version StoreGate-02-41-13
+AthenaPoolCnvSvc     INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-13
+AthenaRootStrea...   INFO POOL/ROOT class loader initialized
+AthenaRootStrea...   INFO 9 ROOT streamers declared
+PoolSvc              INFO Initializing PoolSvc - package version PoolSvc-00-24-02
+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
+PoolSvc              INFO Successfully setup replica sorting algorithm
+PoolSvc             DEBUG OutputLevel is 2
+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
+PoolXMLFileCatalog Info File PoolFileCatalog.xml does not exist, a new one is created
+ToolSvc.ByteStr...   INFO Initializing ToolSvc.ByteStreamMetadataTool - package version ByteStreamCnvSvc-01-34-08
+ReadData             INFO in initialize()
+StoreGateSvc         INFO Initializing StoreGateSvc - package version StoreGate-02-41-13
+TagMetaDataStore     INFO Initializing TagMetaDataStore - package version StoreGate-02-41-13
+Stream1             DEBUG In initialize 
+Stream1             DEBUG Found IDecisionSvc.
+DecisionSvc          INFO Inserting stream: Stream1 with no Algs
+Stream1             DEBUG End initialize 
+Stream1             DEBUG In initialize
+Stream1             DEBUG Found StoreGateSvc store.
+Stream1             DEBUG Found MetaDataStore store.
+ItemListSvc          INFO ItemListSvc initialize
+OutputStreamSeq...   INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-58-02-01
+Stream1.Stream1...   INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-70
+Stream1.Stream1...   INFO streamProperty ProcessingTag = Stream1
+Stream1.Stream1...  DEBUG In connectServices
+DetectorStore        INFO Initializing DetectorStore - package version StoreGate-02-41-13
+Stream1.Stream1...   INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-70
+Stream1              INFO Found HelperTools = PrivateToolHandleArray(['MakeEventStreamInfo/Stream1_MakeEventStreamInfo'])
+Stream1              INFO Data output: SimplePoolFromRaw.root
+Stream1              INFO I/O reinitialization...
+Stream1             DEBUG End initialize
+WriteTag             INFO in initialize()
+RegStream1          DEBUG In initialize 
+RegStream1          DEBUG Found IDecisionSvc.
+DecisionSvc          INFO Inserting stream: RegStream1 with no Algs
+RegStream1          DEBUG End initialize 
+RegStream1          DEBUG In initialize 
+RegStream1          DEBUG Found  'StoreName':StoreGateSvc store.
+RegStream1.TagTool  DEBUG In initialize 
+RegStream1.TagTool  DEBUG Found  'StoreName':StoreGateSvc store.
+RegStream1.TagTool  DEBUG Found metadata store.
+RegStream1.TagTool  DEBUG  Got PoolSvc
+RegStream1.TagTool  DEBUG streamProperty CollectionType = ExplicitROOT
+RegStream1.TagTool  DEBUG streamProperty Connection = 
+RegStream1.TagTool  DEBUG streamProperty OutputCollection = SimpleRawCollection.root
+RegStream1.TagTool  DEBUG streamProperty CollectionOpenMode = CREATE_AND_OVERWRITE
+RegStream1.TagTool  DEBUG streamProperty StoreName = StoreGateSvc
+RegStream1.TagTool  DEBUG End initialize 
+RegStream1          DEBUG  Tool initialized
+RegStream1          DEBUG Retrieved IncidentSvc
+RegStream1          DEBUG Added MetaDataStop listener
+RegStream1          DEBUG  Not class requested by Tool, skipping (40774349,"RunEventTag") 
+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-08
+EventSelector     WARNING InputCollections not properly set, checking EventStorageInputSvc properties
+EventSelector        INFO Retrieved InputCollections from InputSvc
+ByteStreamInputSvc   INFO Initializing ByteStreamInputSvc - package version ByteStreamCnvSvc-01-34-08
+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-41-13
+ApplicationMgr       INFO Application Manager Initialized successfully
+MetaDataStore        INFO Start MetaDataStore
+InputMetaDataStore   INFO Start InputMetaDataStore
+StoreGateSvc         INFO Start StoreGateSvc
+TagMetaDataStore     INFO Start TagMetaDataStore
+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.
+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
+ToolSvc.ByteStr...   INFO handle() BeginInputFile, filename = BSF:/afs/cern.ch/atlas/offline/test/daq.m4_combined.00.extract.L1TT-b00000010._0001.data
+ApplicationMgr       INFO Application Manager Started successfully
+EventSelector     WARNING  bc_time nanosecond number larger than 1e9, it is 1188507005, reset it to 1 sec
+EventPersistenc...   INFO Added successfully Conversion service:ByteStreamCnvSvc
+EventInfoByteSt...   INFO UserType : RawEvent
+EventInfoByteSt...   INFO IsSimulation : 0
+EventInfoByteSt...   INFO IsTestbeam : 0
+EventInfoByteSt...   INFO IsCalibration : 0
+AthenaEventLoopMgr   INFO   ===>>>  start of run 20720    <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #14350, run #20720 0 events processed so far  <<<===
+ReadBs              DEBUG in execute()
+ReadBs               INFO ByteStreamMetadata, run# = 20720, #events = 3
+ReadBs               INFO ByteStreamMetadataContainer, size =  1
+ReadData            DEBUG in execute()
+ReadData          WARNING Could not find EventStreamInfo
+ReadData             INFO EventInfo event: 14350 run: 20720
+ReadData             INFO Get Smart data ptr 1
+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
+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:53413
+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.
+SimplePoolFromRaw.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.
+SimplePoolFromRaw.root Debug --> Access   DbContainer  CREATE    [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFromRaw.root Debug --->Adding Assoc :????/##Params [200]  (2 , ffffffff)
+SimplePoolFromRaw.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 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
+Stream1.Stream1...  DEBUG Connected to SimplePoolFromRaw.root
+Stream1.Stream1...  DEBUG Recorded DataHeader with key Stream1
+Stream1             DEBUG addItemObjects(2101,"*") called
+Stream1             DEBUG            Key:*
+Stream1             DEBUG  Added object 2101,"ByteStreamEventInfo"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_ByteStreamEventInfo, 1
+StorageSvc Info Building shape according to reflection information using shape ID for:
+StorageSvc Info EventInfo_p4 [????]
+SimplePoolFromRaw.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] CollectionTree(EventInfo_p4/ByteStreamEventInfo)
+???? Debug Opened container CollectionTree(EventInfo_p4/ByteStreamEventInfo) of type ROOT_Tree
+SimplePoolFromRaw.root Debug --->Adding Assoc :????/CollectionTree(EventInfo_p4/ByteStreamEventInfo) [202]  (3 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Adding Shape[0 , ????]:  [1 Column(s)] 
+SimplePoolFromRaw.root Debug ---->Class:EventInfo_p4
+SimplePoolFromRaw.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 DataHeaderForm_p5 [????]
+SimplePoolFromRaw.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm)
+???? Debug Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree
+SimplePoolFromRaw.root Debug --->Adding Assoc :????/POOLContainerForm(DataHeaderForm) [202]  (4 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Adding Shape[1 , ????]:  [1 Column(s)] 
+SimplePoolFromRaw.root Debug ---->Class:DataHeaderForm_p5
+SimplePoolFromRaw.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 [????]
+SimplePoolFromRaw.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
+SimplePoolFromRaw.root Debug --->Adding Assoc :????/POOLContainer(DataHeader) [202]  (5 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Adding Shape[2 , ????]:  [1 Column(s)] 
+SimplePoolFromRaw.root Debug ---->Class:DataHeader_p5
+SimplePoolFromRaw.root Debug ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFromRaw.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader)
+???? Debug Opened container POOLContainer(basic/DataHeader) of type ROOT_Tree
+SimplePoolFromRaw.root Debug --->Adding Assoc :????/POOLContainer(basic/DataHeader) [202]  (6 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+Stream1.Stream1...  DEBUG In commitOutput
+WriteTag             INFO EventInfo event: 14350  run: 20720
+WriteTag             INFO registered all data
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000000] for Stream1
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=][CLID=!!!!][TECH=00001000][OID=00000000-000000C8]
+RegStream1          DEBUG Adding ref for StreamRAW
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG outcoll = SimpleRawCollection.root
+RegStream1.TagTool  DEBUG initCollection
+RegStream1.TagTool  DEBUG Collection name:  'OutputCollection':SimpleRawCollection.root
+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
+Warning in <TClassTable::Add>: class pair<string,string> already in TClassTable
+RootCollection Info Opening Collection File SimpleRawCollection.root in mode: UPDATE
+RootCollection Debug File SimpleRawCollection.root does not exist.
+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
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000000]
+RegStream1.TagTool  DEBUG StreamRAW [DB=????][CNT=][CLID=!!!!][TECH=00001000][OID=00000000-000000C8]
+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
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: StreamRAW_ref   Type: Token
+RegStream1.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream1.TagTool  DEBUG Retrieved attribute list with Key/tagname RunEventTag
+RegStream1.TagTool  DEBUG Attribute list
+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
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: StreamRAW_ref   Type: Token
+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  <<<===
+ReadBs              DEBUG in execute()
+ReadBs               INFO ByteStreamMetadata, run# = 20720, #events = 3
+ReadBs               INFO ByteStreamMetadataContainer, size =  1
+ReadData            DEBUG in execute()
+ReadData          WARNING Could not find EventStreamInfo
+ReadData             INFO EventInfo event: 14356 run: 20720
+ReadData             INFO Get Smart data ptr 1
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFromRaw.root
+Stream1.Stream1...  DEBUG Recorded DataHeader with key Stream1
+Stream1             DEBUG addItemObjects(2101,"*") called
+Stream1             DEBUG            Key:*
+Stream1             DEBUG  Added object 2101,"ByteStreamEventInfo"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_ByteStreamEventInfo, 2
+Stream1.Stream1...  DEBUG In commitOutput
+WriteTag             INFO EventInfo event: 14356  run: 20720
+WriteTag             INFO registered all data
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000001] for Stream1
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=][CLID=!!!!][TECH=00001000][OID=00000000-0091678C]
+RegStream1          DEBUG Adding ref for StreamRAW
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000001]
+RegStream1.TagTool  DEBUG StreamRAW [DB=????][CNT=][CLID=!!!!][TECH=00001000][OID=00000000-0091678C]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: StreamRAW_ref   Type: Token
+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 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  <<<===
+ReadBs              DEBUG in execute()
+ReadBs               INFO ByteStreamMetadata, run# = 20720, #events = 3
+ReadBs               INFO ByteStreamMetadataContainer, size =  1
+ReadData            DEBUG in execute()
+ReadData          WARNING Could not find EventStreamInfo
+ReadData             INFO EventInfo event: 14382 run: 20720
+ReadData             INFO Get Smart data ptr 1
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFromRaw.root
+Stream1.Stream1...  DEBUG Recorded DataHeader with key Stream1
+Stream1             DEBUG addItemObjects(2101,"*") called
+Stream1             DEBUG            Key:*
+Stream1             DEBUG  Added object 2101,"ByteStreamEventInfo"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_ByteStreamEventInfo, 3
+Stream1.Stream1...  DEBUG In commitOutput
+WriteTag             INFO EventInfo event: 14382  run: 20720
+WriteTag             INFO registered all data
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000002] for Stream1
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=][CLID=!!!!][TECH=00001000][OID=00000000-0122CE08]
+RegStream1          DEBUG Adding ref for StreamRAW
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000002]
+RegStream1.TagTool  DEBUG StreamRAW [DB=????][CNT=][CLID=!!!!][TECH=00001000][OID=00000000-0122CE08]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: StreamRAW_ref   Type: Token
+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 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:/afs/cern.ch/atlas/offline/test/daq.m4_combined.00.extract.L1TT-b00000010._0001.data
+MetaDataSvc         DEBUG handle() EndInputFile for BSF:/afs/cern.ch/atlas/offline/test/daq.m4_combined.00.extract.L1TT-b00000010._0001.data
+EventSelector        INFO End of input file list reached
+AthenaEventLoopMgr   INFO No more events in event selection 
+ToolSvc.ByteStr...   INFO handle() LastInputFile, filename = stop
+MetaDataSvc         DEBUG handle() LastInputFile for stop
+DetectorStore        INFO Stop DetectorStore
+TagMetaDataStore     INFO Stop TagMetaDataStore
+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
+Stream1             DEBUG handle() incident type: MetaDataStop
+Stream1.Stream1...  DEBUG In connectServices
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFromRaw.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(1076128893,"*") called
+Stream1             DEBUG            Key:*
+Stream1             DEBUG  Added object 1076128893,"ByteStreamMetadata"
+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
+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 Info Updating the catalog
+POOLCollFactory Debug Registering existing collection PFN=RootCollection||PFN:SimpleRawCollection.root, LFN=
+PoolXMLFileCatalog Debug filename RootCollection||PFN:SimpleRawCollection.root does not exist
+XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found
+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 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
+ReadBs               INFO in finalize()
+ReadData             INFO in finalize()
+Stream1             DEBUG finalize: Optimize output
+Stream1             DEBUG finalize: end optimize output
+WriteTag             INFO in finalize()
+RegStream1          DEBUG In finalize
+RegStream1.TagTool  DEBUG In finalize: 3
+RegStream1.TagTool  DEBUG Calling destructor
+AthAlgSeq            INFO Finalizing AthAlgSeq...
+AthOutSeq            INFO Finalizing AthOutSeq...
+AthRegSeq            INFO Finalizing AthRegSeq...
+AthMasterSeq         INFO Finalizing AthMasterSeq...
+StoreGateSvc         INFO Finalizing StoreGateSvc - package version StoreGate-02-41-13
+EventInfoByteSt...   INFO finalize 
+DetectorStore        INFO Finalizing DetectorStore - package version StoreGate-02-41-13
+ItemListSvc          INFO -- OUTPUT STREAM ITEM OVERLAP SUMMARY --
+ItemListSvc          INFO STREAM Stream1 has (3) items
+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-41-13
+InputMetaDataStore   INFO Finalizing InputMetaDataStore - package version StoreGate-02-41-13
+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-41-13
+AthDictLoaderSvc     INFO in finalize...
+ToolSvc              INFO Removing all tools created by ToolSvc
+Stream1.Stream1...  DEBUG in finalize()
+ToolSvc.ByteStr...   INFO in finalize()
+Stream1.Stream1...  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=   97 [ms]                                             #=  1
+AthenaSealSvc::...   INFO Time User   : Tot=  316 [ms] Ave/Min/Max= 63.2(+-   60)/   27/  183 [ms] #=  5
+AthenaSealSvc::...   INFO Time User   : Tot=  318 [ms] Ave/Min/Max=   53(+- 62.6)/    0/  183 [ms] #=  6
+ChronoStatSvc        INFO Time User   : Tot= 5.48  [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_RWcBs.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RWcBs.ref
new file mode 100644
index 00000000000..0fac65ffb6d
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_RWcBs.ref
@@ -0,0 +1,447 @@
+Thu Jun 26 15:38:56 CEST 2014
+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 including file "AthenaCommon/Execution.py"
+Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_RWcBsJobOptions.py"
+Athena               INFO including file "ByteStreamCnvSvc/BSEventStorageEventSelector_jobOptions.py"
+Py:ConfigurableDb WARNING Found 2 duplicates among the 19 genConfDb files :
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -<component name>: <module> - [ <duplicates> ]
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -JetFilter: GeneratorFilters.GeneratorFiltersConf - ['JetRec.JetRecConf']
+Py:ConfigurableDb WARNING   -AdjT0__AdjustableT0Tool: MdtDriftCircleOnTrackCreator.MdtDriftCircleOnTrackCreatorConf - ['MboyEDMTool.MboyEDMToolConf']
+Py:ConfigurableDb WARNING Fix your cmt/requirements file !!
+Athena               INFO including file "AthenaCommon/runbatch.py"
+ApplicationMgr       INFO Updating ROOT::Reflex::PluginService::SetDebug(level) to level=0
+ApplicationMgr    SUCCESS 
+====================================================================================================================================
+====================================================================================================================================
+ApplicationMgr       INFO Successfully loaded modules : AthenaServices
+ApplicationMgr       INFO Application Manager Configured successfully
+ApplicationMgr       INFO Updating ROOT::Reflex::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-58-02-01
+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-41-13
+ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version SGComps-00-01-07
+ByteStreamAddre...   INFO Initializing ByteStreamAddressProviderSvc - package version ByteStreamCnvSvcBase-00-08-09
+ROBDataProviderSvc   INFO Initializing ROBDataProviderSvc - package version ByteStreamCnvSvcBase-00-08-09
+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 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 -- Will fill Store with id =  0
+MetaDataSvc          INFO Initializing MetaDataSvc - package version AthenaServices-01-58-02-01
+MetaDataStore        INFO Initializing MetaDataStore - package version StoreGate-02-41-13
+AthenaPoolCnvSvc     INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-13
+AthenaRootStrea...   INFO POOL/ROOT class loader initialized
+AthenaRootStrea...   INFO 9 ROOT streamers declared
+PoolSvc              INFO Initializing PoolSvc - package version PoolSvc-00-24-02
+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
+PoolSvc              INFO Successfully setup replica sorting algorithm
+PoolSvc             DEBUG OutputLevel is 2
+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-08
+ReadData             INFO in initialize()
+StoreGateSvc         INFO Initializing StoreGateSvc - package version StoreGate-02-41-13
+TagMetaDataStore     INFO Initializing TagMetaDataStore - package version StoreGate-02-41-13
+Stream1             DEBUG In initialize 
+Stream1             DEBUG Found IDecisionSvc.
+DecisionSvc          INFO Inserting stream: Stream1 with no Algs
+Stream1             DEBUG End initialize 
+Stream1             DEBUG In initialize
+Stream1             DEBUG Found StoreGateSvc store.
+Stream1             DEBUG Found MetaDataStore store.
+ItemListSvc          INFO ItemListSvc initialize
+OutputStreamSeq...   INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-58-02-01
+Stream1.Stream1...   INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-70
+Stream1.Stream1...   INFO streamProperty ProcessingTag = Stream1
+Stream1.Stream1...  DEBUG In connectServices
+DetectorStore        INFO Initializing DetectorStore - package version StoreGate-02-41-13
+Stream1.Stream1...   INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-70
+Stream1              INFO Found HelperTools = PrivateToolHandleArray(['MakeEventStreamInfo/Stream1_MakeEventStreamInfo'])
+Stream1              INFO Data output: SimplePoolFromRaw.root
+Stream1              INFO I/O reinitialization...
+Stream1             DEBUG End initialize
+WriteTag             INFO in initialize()
+RegStream1          DEBUG In initialize 
+RegStream1          DEBUG Found IDecisionSvc.
+DecisionSvc          INFO Inserting stream: RegStream1 with no Algs
+RegStream1          DEBUG End initialize 
+RegStream1          DEBUG In initialize 
+RegStream1          DEBUG Found  'StoreName':StoreGateSvc store.
+RegStream1.TagTool  DEBUG In initialize 
+RegStream1.TagTool  DEBUG Found  'StoreName':StoreGateSvc store.
+RegStream1.TagTool  DEBUG Found metadata store.
+RegStream1.TagTool  DEBUG  Got PoolSvc
+RegStream1.TagTool  DEBUG streamProperty CollectionType = ExplicitROOT
+RegStream1.TagTool  DEBUG streamProperty Connection = 
+RegStream1.TagTool  DEBUG streamProperty OutputCollection = SimpleRawCollection.root
+RegStream1.TagTool  DEBUG streamProperty CollectionOpenMode = CREATE_AND_OVERWRITE
+RegStream1.TagTool  DEBUG streamProperty StoreName = StoreGateSvc
+RegStream1.TagTool  DEBUG End initialize 
+RegStream1          DEBUG  Tool initialized
+RegStream1          DEBUG Retrieved IncidentSvc
+RegStream1          DEBUG Added MetaDataStop listener
+RegStream1          DEBUG  Not class requested by Tool, skipping (40774349,"RunEventTag") 
+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-08
+EventSelector     WARNING InputCollections not properly set, checking EventStorageInputSvc properties
+EventSelector        INFO Retrieved InputCollections from InputSvc
+ByteStreamInputSvc   INFO Initializing ByteStreamInputSvc - package version ByteStreamCnvSvc-01-34-08
+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-41-13
+ApplicationMgr       INFO Application Manager Initialized successfully
+MetaDataStore        INFO Start MetaDataStore
+InputMetaDataStore   INFO Start InputMetaDataStore
+StoreGateSvc         INFO Start StoreGateSvc
+TagMetaDataStore     INFO Start TagMetaDataStore
+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.
+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
+ToolSvc.ByteStr...   INFO handle() BeginInputFile, filename = BSF:test_defl.data
+ApplicationMgr       INFO Application Manager Started successfully
+EventSelector     WARNING  bc_time nanosecond number larger than 1e9, it is 1188507005, reset it to 1 sec
+EventPersistenc...   INFO Added successfully Conversion service:ByteStreamCnvSvc
+EventInfoByteSt...   INFO UserType : RawEvent
+EventInfoByteSt...   INFO IsSimulation : 0
+EventInfoByteSt...   INFO IsTestbeam : 0
+EventInfoByteSt...   INFO IsCalibration : 0
+AthenaEventLoopMgr   INFO   ===>>>  start of run 20720    <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #14350, run #20720 0 events processed so far  <<<===
+ReadBs              DEBUG in execute()
+ReadBs               INFO ByteStreamMetadata, run# = 20720, #events = 3
+ReadBs               INFO ByteStreamMetadataContainer, size =  1
+ReadData            DEBUG in execute()
+ReadData          WARNING Could not find EventStreamInfo
+ReadData             INFO EventInfo event: 14350 run: 20720
+ReadData             INFO Get Smart data ptr 1
+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                           SimplePoolFromRaw.root
+RootDatabase.open Success SimplePoolFromRaw.root File version:53413
+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.
+SimplePoolFromRaw.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.
+SimplePoolFromRaw.root Debug --> Access   DbContainer  CREATE    [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFromRaw.root Debug --->Adding Assoc :????/##Params [200]  (2 , ffffffff)
+SimplePoolFromRaw.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 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
+Stream1.Stream1...  DEBUG Connected to SimplePoolFromRaw.root
+Stream1.Stream1...  DEBUG Recorded DataHeader with key Stream1
+Stream1             DEBUG addItemObjects(2101,"*") called
+Stream1             DEBUG            Key:*
+Stream1             DEBUG  Added object 2101,"ByteStreamEventInfo"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_ByteStreamEventInfo, 1
+StorageSvc Info Building shape according to reflection information using shape ID for:
+StorageSvc Info EventInfo_p4 [????]
+SimplePoolFromRaw.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] CollectionTree(EventInfo_p4/ByteStreamEventInfo)
+???? Debug Opened container CollectionTree(EventInfo_p4/ByteStreamEventInfo) of type ROOT_Tree
+SimplePoolFromRaw.root Debug --->Adding Assoc :????/CollectionTree(EventInfo_p4/ByteStreamEventInfo) [202]  (3 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Adding Shape[0 , ????]:  [1 Column(s)] 
+SimplePoolFromRaw.root Debug ---->Class:EventInfo_p4
+SimplePoolFromRaw.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 DataHeaderForm_p5 [????]
+SimplePoolFromRaw.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm)
+???? Debug Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree
+SimplePoolFromRaw.root Debug --->Adding Assoc :????/POOLContainerForm(DataHeaderForm) [202]  (4 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Adding Shape[1 , ????]:  [1 Column(s)] 
+SimplePoolFromRaw.root Debug ---->Class:DataHeaderForm_p5
+SimplePoolFromRaw.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 [????]
+SimplePoolFromRaw.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
+SimplePoolFromRaw.root Debug --->Adding Assoc :????/POOLContainer(DataHeader) [202]  (5 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Adding Shape[2 , ????]:  [1 Column(s)] 
+SimplePoolFromRaw.root Debug ---->Class:DataHeader_p5
+SimplePoolFromRaw.root Debug ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFromRaw.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLContainer(basic/DataHeader)
+???? Debug Opened container POOLContainer(basic/DataHeader) of type ROOT_Tree
+SimplePoolFromRaw.root Debug --->Adding Assoc :????/POOLContainer(basic/DataHeader) [202]  (6 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+Stream1.Stream1...  DEBUG In commitOutput
+WriteTag             INFO EventInfo event: 14350  run: 20720
+WriteTag             INFO registered all data
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000000] for Stream1
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=][CLID=!!!!][TECH=00001000][OID=00000000-000000E8]
+RegStream1          DEBUG Adding ref for StreamRAW
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG outcoll = SimpleRawCollection.root
+RegStream1.TagTool  DEBUG initCollection
+RegStream1.TagTool  DEBUG Collection name:  'OutputCollection':SimpleRawCollection.root
+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
+Warning in <TClassTable::Add>: class pair<string,string> already in TClassTable
+RootCollection Info Opening Collection File SimpleRawCollection.root in mode: UPDATE
+RootCollection Debug File SimpleRawCollection.root exists.
+RootCollection Info File SimpleRawCollection.root opened
+RootCollection Info Root collection opened, size = 0
+RootCollection::Metadata Info  ****** Created metadata tree in the collection file
+RegStream1.TagTool  DEBUG  Created collection
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000000]
+RegStream1.TagTool  DEBUG StreamRAW [DB=????][CNT=][CLID=!!!!][TECH=00001000][OID=00000000-000000E8]
+RegStream1.TagTool  DEBUG Setting primary ref to Stream1_ref
+RegStream1.TagTool  DEBUG Event 0
+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
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: StreamRAW_ref   Type: Token
+RegStream1.TagTool  DEBUG  Metadata Attributes for fragment 0
+RegStream1.TagTool  DEBUG Retrieved attribute list with Key/tagname RunEventTag
+RegStream1.TagTool  DEBUG Attribute list
+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
+RegStream1.TagTool   INFO No Primary Key defined
+RegStream1.TagTool  DEBUG CollDesc after attribute addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: StreamRAW_ref   Type: Token
+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
+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  <<<===
+ReadBs              DEBUG in execute()
+ReadBs               INFO ByteStreamMetadata, run# = 20720, #events = 3
+ReadBs               INFO ByteStreamMetadataContainer, size =  1
+ReadData            DEBUG in execute()
+ReadData          WARNING Could not find EventStreamInfo
+ReadData             INFO EventInfo event: 14356 run: 20720
+ReadData             INFO Get Smart data ptr 1
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFromRaw.root
+Stream1.Stream1...  DEBUG Recorded DataHeader with key Stream1
+Stream1             DEBUG addItemObjects(2101,"*") called
+Stream1             DEBUG            Key:*
+Stream1             DEBUG  Added object 2101,"ByteStreamEventInfo"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_ByteStreamEventInfo, 2
+Stream1.Stream1...  DEBUG In commitOutput
+WriteTag             INFO EventInfo event: 14356  run: 20720
+WriteTag             INFO registered all data
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000001] for Stream1
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=][CLID=!!!!][TECH=00001000][OID=00000000-0049825C]
+RegStream1          DEBUG Adding ref for StreamRAW
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000001]
+RegStream1.TagTool  DEBUG StreamRAW [DB=????][CNT=][CLID=!!!!][TECH=00001000][OID=00000000-0049825C]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: StreamRAW_ref   Type: Token
+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 Retrieved attribute list with Key/tagname RunEventTag
+RegStream1.TagTool  DEBUG Attribute list
+RegStream1.TagTool  DEBUG Set the row buffer attributelist to a 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  <<<===
+ReadBs              DEBUG in execute()
+ReadBs               INFO ByteStreamMetadata, run# = 20720, #events = 3
+ReadBs               INFO ByteStreamMetadataContainer, size =  1
+ReadData            DEBUG in execute()
+ReadData          WARNING Could not find EventStreamInfo
+ReadData             INFO EventInfo event: 14382 run: 20720
+ReadData             INFO Get Smart data ptr 1
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFromRaw.root
+Stream1.Stream1...  DEBUG Recorded DataHeader with key Stream1
+Stream1             DEBUG addItemObjects(2101,"*") called
+Stream1             DEBUG            Key:*
+Stream1             DEBUG  Added object 2101,"ByteStreamEventInfo"
+Stream1             DEBUG  Collected objects:
+Stream1             DEBUG  Object/count: EventInfo_ByteStreamEventInfo, 3
+Stream1.Stream1...  DEBUG In commitOutput
+WriteTag             INFO EventInfo event: 14382  run: 20720
+WriteTag             INFO registered all data
+RegStream1          DEBUG RegistrationStream execute
+RegStream1          DEBUG getRefs: Not DataHeader, skipping (40774349,"RunEventTag") 
+RegStream1          DEBUG  get ref for (222376821,"Stream1") 
+RegStream1          DEBUG Retrieved DataHeader with key Stream1
+RegStream1          DEBUG Pushing back ref [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000002] for Stream1
+RegStream1          DEBUG Found ref for input header [DB=????][CNT=][CLID=!!!!][TECH=00001000][OID=00000000-00930D1C]
+RegStream1          DEBUG Adding ref for StreamRAW
+RegStream1          DEBUG Setting tagKey to RunEventTag
+RegStream1          DEBUG  Not class requested by Tool, skipping (222376821,"Stream1") 
+RegStream1.TagTool  DEBUG RSTool::fill dumping inputs
+RegStream1.TagTool  DEBUG tagKey = RunEventTag
+RegStream1.TagTool  DEBUG refs
+RegStream1.TagTool  DEBUG Stream1 [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000002]
+RegStream1.TagTool  DEBUG StreamRAW [DB=????][CNT=][CLID=!!!!][TECH=00001000][OID=00000000-00930D1C]
+RegStream1.TagTool  DEBUG CollDesc after token addition 
+RegStream1.TagTool  DEBUG Token Attributes for fragment 0
+RegStream1.TagTool  DEBUG Name: Stream1_ref   Type: Token
+RegStream1.TagTool  DEBUG Name: StreamRAW_ref   Type: Token
+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 Retrieved attribute list with Key/tagname RunEventTag
+RegStream1.TagTool  DEBUG Attribute list
+RegStream1.TagTool  DEBUG Set the row buffer attributelist to a size=2
+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
+EventSelector        INFO End of input file list reached
+AthenaEventLoopMgr   INFO No more events in event selection 
+ToolSvc.ByteStr...   INFO handle() LastInputFile, filename = stop
+MetaDataSvc         DEBUG handle() LastInputFile for stop
+DetectorStore        INFO Stop DetectorStore
+TagMetaDataStore     INFO Stop TagMetaDataStore
+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
+Stream1             DEBUG handle() incident type: MetaDataStop
+Stream1.Stream1...  DEBUG In connectServices
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to SimplePoolFromRaw.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(1076128893,"*") called
+Stream1             DEBUG            Key:*
+Stream1             DEBUG  Added object 1076128893,"ByteStreamMetadata"
+Stream1             DEBUG addItemObjects(1316383046,"*") called
+Stream1             DEBUG            Key:*
+StorageSvc Info Building shape according to reflection information using shape ID for:
+StorageSvc Info EventStreamInfo_p3 [????]
+StorageSvc Info Building shape according to reflection information using shape ID for:
+StorageSvc Info ByteStreamMetadataContainer_p1 [????]
+Stream1.Stream1...  DEBUG In commitOutput
+Stream1.Stream1...  DEBUG In connectServices
+Stream1              INFO Records written: 4
+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
+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
+RegStream1.TagTool  DEBUG Committed collection 
+RootCollection Info Closing open collection 'SimpleRawCollection.root'
+RegStream1.TagTool  DEBUG  Closed collection 
+SimplePoolFromRaw.root Info Database being retired...
+Domain[ROOT_All] Info ->  Deaccess DbDatabase   CREATE    [ROOT_All] ????
+Domain[ROOT_All] Info >   Deaccess DbDomain     UPDATE    [ROOT_All] 
+MetaDataStore        INFO Stop MetaDataStore
+ApplicationMgr       INFO Application Manager Stopped successfully
+ReadBs               INFO in finalize()
+ReadData             INFO in finalize()
+Stream1             DEBUG finalize: Optimize output
+Stream1             DEBUG finalize: end optimize output
+WriteTag             INFO in finalize()
+RegStream1          DEBUG In finalize
+RegStream1.TagTool  DEBUG In finalize: 3
+RegStream1.TagTool  DEBUG Calling destructor
+AthAlgSeq            INFO Finalizing AthAlgSeq...
+AthOutSeq            INFO Finalizing AthOutSeq...
+AthRegSeq            INFO Finalizing AthRegSeq...
+AthMasterSeq         INFO Finalizing AthMasterSeq...
+StoreGateSvc         INFO Finalizing StoreGateSvc - package version StoreGate-02-41-13
+EventInfoByteSt...   INFO finalize 
+DetectorStore        INFO Finalizing DetectorStore - package version StoreGate-02-41-13
+ItemListSvc          INFO -- OUTPUT STREAM ITEM OVERLAP SUMMARY --
+ItemListSvc          INFO STREAM Stream1 has (3) items
+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-41-13
+InputMetaDataStore   INFO Finalizing InputMetaDataStore - package version StoreGate-02-41-13
+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-41-13
+AthDictLoaderSvc     INFO in finalize...
+ToolSvc              INFO Removing all tools created by ToolSvc
+Stream1.Stream1...  DEBUG in finalize()
+ToolSvc.ByteStr...   INFO in finalize()
+Stream1.Stream1...  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=   97 [ms]                                             #=  1
+AthenaSealSvc::...   INFO Time User   : Tot=  288 [ms] Ave/Min/Max= 57.6(+- 58.9)/   19/  175 [ms] #=  5
+AthenaSealSvc::...   INFO Time User   : Tot=  290 [ms] Ave/Min/Max= 48.3(+- 59.5)/    0/  175 [ms] #=  6
+ChronoStatSvc        INFO Time User   : Tot= 5.44  [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_ReWriteAgain.pattern b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReWriteAgain.pattern
new file mode 100644
index 00000000000..b8a8ef02ed2
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReWriteAgain.pattern
@@ -0,0 +1,9 @@
+< XMLFileCatalog Debug There were no updates in the catalog
+< POOLCollFactory Debug  ---  found catalog guid=????
+< POOLCollFactory Info  -- removing ???? from the catalog
+< XMLFileCatalog Debug There were no updates in the catalog
+> PoolXMLFileCatalog Debug filename SimplePoolFile3.root does not exist
+> XMLFileCatalog Debug lookupFilebyPFN: Empty File ID found
+> PoolXMLFileCatalog Debug filename RootCollection||PFN:SimplePoolCollection3.root does not exist
+> XMLFileCatalog Info Updating the catalog
+> POOLCollFactory Debug  ---  found catalog guid=
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReWriteSkip.pattern b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReWriteSkip.pattern
new file mode 100644
index 00000000000..cf46527dfe5
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReWriteSkip.pattern
@@ -0,0 +1,8 @@
+< RootCollection Debug File SimplePoolCollection3.root exists.
+< TREE   POOLContainer_DataHeaderForm                      0.00     0.00       20        1        3
+> RegStream1          DEBUG Adding ref for Stream1
+> RootCollection Debug File SimplePoolCollection3.root does not exist.
+> RegStream1.Regi...  DEBUG Event 0
+> RegStream1.Regi...  DEBUG ref name Stream1_ref already used
+> TREE   POOLContainer_DataHeaderForm                      0.01     0.00       20        1        3
+
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadAgain.pattern b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadAgain.pattern
new file mode 100755
index 00000000000..4ae92360007
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadAgain.pattern
@@ -0,0 +1,11 @@
+< Error in <TFile::Init>: file TruncatedPoolFile.root is truncated at
+> Error in <TFile::Init>: file TruncatedPoolFile.root is truncated at
+< Error in <TFile::ReadBuffer>: error reading all requested bytes from file TruncatedPoolFile.root, got
+> Error in <TFile::ReadBuffer>: error reading all requested bytes from file TruncatedPoolFile.root, got
+< RootFileHandler     ERROR Unable to open ROOT file \"NotFoundPoolFile.root\" with options \"READ\"
+< FileMgr           WARNING open of file \"NotFoundPoolFile.root\", tech: \"ROOT\", flags: \"READ\" failed
+< RootDBase.open Error unable to open \"NotFoundPoolFile.root\" for READ
+< RootFileHandler     ERROR Unable to open ROOT file \"TruncatedPoolFile.root\" with options \"READ\"
+< FileMgr           WARNING open of file \"TruncatedPoolFile.root\", tech: \"ROOT\", flags: \"READ\" failed
+< RootDBase.open Error unable to open \"TruncatedPoolFile.root\" for READ
+
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadBs.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadBs.ref
new file mode 100644
index 00000000000..57c39a48637
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadBs.ref
@@ -0,0 +1,332 @@
+Thu Jun 26 15:38:18 CEST 2014
+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 including file "AthenaCommon/Execution.py"
+Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadBsJobOptions.py"
+Py:ConfigurableDb WARNING Found 2 duplicates among the 19 genConfDb files :
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -<component name>: <module> - [ <duplicates> ]
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -JetFilter: GeneratorFilters.GeneratorFiltersConf - ['JetRec.JetRecConf']
+Py:ConfigurableDb WARNING   -AdjT0__AdjustableT0Tool: MdtDriftCircleOnTrackCreator.MdtDriftCircleOnTrackCreatorConf - ['MboyEDMTool.MboyEDMToolConf']
+Py:ConfigurableDb WARNING Fix your cmt/requirements file !!
+Athena               INFO including file "AthenaCommon/runbatch.py"
+ApplicationMgr       INFO Updating ROOT::Reflex::PluginService::SetDebug(level) to level=0
+ApplicationMgr    SUCCESS 
+====================================================================================================================================
+====================================================================================================================================
+ApplicationMgr       INFO Successfully loaded modules : AthenaServices
+ApplicationMgr       INFO Application Manager Configured successfully
+ApplicationMgr       INFO Updating ROOT::Reflex::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-58-02-01
+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-41-13
+ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version SGComps-00-01-07
+MetaDataSvc          INFO Initializing MetaDataSvc - package version AthenaServices-01-58-02-01
+MetaDataStore        INFO Initializing MetaDataStore - package version StoreGate-02-41-13
+AthenaPoolCnvSvc     INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-13
+AthenaRootStrea...   INFO POOL/ROOT class loader initialized
+AthenaRootStrea...   INFO 9 ROOT streamers declared
+PoolSvc              INFO Initializing PoolSvc - package version PoolSvc-00-24-02
+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
+PoolSvc              INFO Successfully setup replica sorting algorithm
+PoolSvc             DEBUG OutputLevel is 2
+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-08
+EventSelector        INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-18-31
+TagMetaDataStore     INFO Initializing TagMetaDataStore - package version StoreGate-02-41-13
+EventSelector        INFO reinitialization...
+EventSelector        INFO EventSelection with query 
+EventSelector       DEBUG Try item: "SimplePoolFromRaw.root" from the collection list.
+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:53413
+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)]
+SimplePoolFromRaw.root Debug ---->Class:EventInfo_p4
+SimplePoolFromRaw.root Debug ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFromRaw.root Debug --->Reading Shape[1 , ????]: [1 Column(s)]
+SimplePoolFromRaw.root Debug ---->Class:DataHeaderForm_p5
+SimplePoolFromRaw.root Debug ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFromRaw.root Debug --->Reading Shape[2 , ????]: [1 Column(s)]
+SimplePoolFromRaw.root Debug ---->Class:DataHeader_p5
+SimplePoolFromRaw.root Debug ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFromRaw.root Debug --->Reading 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
+SimplePoolFromRaw.root Debug --->Reading 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
+##Shapes Debug No objects passing selection criteria... Container has 5 Entries in total.
+SimplePoolFromRaw.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Links
+???? Debug Opened container ##Links of type ROOT_Tree
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/CollectionTree(EventInfo_p4/ByteStreamEventInfo) [202]  (3 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (4 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (5 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/POOLContainer(basic/DataHeader) [202]  (6 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (7 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/MetaData(ByteStreamMetadataContainer_p1/ByteStreamMetadata) [202]  (8 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (9 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (a , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+##Links Debug No objects passing selection criteria... Container has 9 Entries in total.
+SimplePoolFromRaw.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFromRaw.root Debug --->Reading Param:FID=[????]
+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:53413
+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)
+???? Debug Opened container POOLContainer(DataHeader) of type ROOT_Tree
+MetaDataSvc         DEBUG handle() FirstInputFile for FID:????
+MetaDataSvc         DEBUG initInputMetaDataStore: file name FID:????
+SimplePoolFromRaw.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
+SimplePoolFromRaw.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
+ToolSvc.ByteStr...   INFO handle() FirstInputFile, filename = FID:????
+AthenaPoolAddre...   INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-18-31
+ReadData             INFO in initialize()
+StoreGateSvc         INFO Initializing StoreGateSvc - package version StoreGate-02-41-13
+HistogramPersis...WARNING Histograms saving not required.
+AthenaEventLoopMgr   INFO Setup EventSelector service EventSelector
+ActiveStoreSvc       INFO Initializing ActiveStoreSvc - package version StoreGate-02-41-13
+ApplicationMgr       INFO Application Manager Initialized successfully
+MetaDataStore        INFO Start MetaDataStore
+TagMetaDataStore     INFO Start TagMetaDataStore
+SimplePoolFromRaw.root Info Database being retired...
+SimplePoolFromRaw.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Links
+SimplePoolFromRaw.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Shapes
+SimplePoolFromRaw.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] ????
+SimplePoolFromRaw.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
+SimplePoolFromRaw.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
+SimplePoolFromRaw.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
+Domain[ROOT_All] Info >   Deaccess DbDomain     READ      [ROOT_All] 
+EventSelector       DEBUG Try item: "SimplePoolFromRaw.root" from the collection list.
+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:53413
+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)]
+SimplePoolFromRaw.root Debug ---->Class:EventInfo_p4
+SimplePoolFromRaw.root Debug ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFromRaw.root Debug --->Reading Shape[1 , ????]: [1 Column(s)]
+SimplePoolFromRaw.root Debug ---->Class:DataHeaderForm_p5
+SimplePoolFromRaw.root Debug ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFromRaw.root Debug --->Reading Shape[2 , ????]: [1 Column(s)]
+SimplePoolFromRaw.root Debug ---->Class:DataHeader_p5
+SimplePoolFromRaw.root Debug ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFromRaw.root Debug --->Reading 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
+SimplePoolFromRaw.root Debug --->Reading 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
+##Shapes Debug No objects passing selection criteria... Container has 5 Entries in total.
+SimplePoolFromRaw.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Links
+???? Debug Opened container ##Links of type ROOT_Tree
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/CollectionTree(EventInfo_p4/ByteStreamEventInfo) [202]  (3 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (4 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (5 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/POOLContainer(basic/DataHeader) [202]  (6 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (7 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/MetaData(ByteStreamMetadataContainer_p1/ByteStreamMetadata) [202]  (8 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (9 , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+SimplePoolFromRaw.root Debug --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (a , ffffffff)
+SimplePoolFromRaw.root Debug ---->ClassID:????
+##Links Debug No objects passing selection criteria... Container has 9 Entries in total.
+SimplePoolFromRaw.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFromRaw.root Debug --->Reading Param:FID=[????]
+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:53413
+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
+SimplePoolFromRaw.root Debug --> Access   DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
+???? Debug Opened container POOLContainer(DataHeader) of type ROOT_Tree
+InputMetaDataStore   INFO Start InputMetaDataStore
+StoreGateSvc         INFO Start StoreGateSvc
+ApplicationMgr       INFO Application Manager Started successfully
+MetaDataSvc         DEBUG handle() BeginInputFile for SimplePoolFromRaw.root
+MetaDataSvc         DEBUG initInputMetaDataStore: file name SimplePoolFromRaw.root
+SimplePoolFromRaw.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.
+MetaDataSvc         DEBUG Loaded input meta data store proxies
+ToolSvc.ByteStr...   INFO handle() BeginInputFile, filename = SimplePoolFromRaw.root
+SimplePoolFromRaw.root Debug --> Access   DbContainer  READ      [ROOT_Tree] MetaData(ByteStreamMetadataContainer_p1/ByteStreamMetadata)
+???? Debug Opened container MetaData(ByteStreamMetadataContainer_p1/ByteStreamMetadata) of type ROOT_Tree
+EventSelector       DEBUG Get AttributeList from the collection
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000000].
+EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000000].
+EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000000]
+SimplePoolFromRaw.root Debug --> Access   DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
+???? Debug Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree
+AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = ByteStreamEventInfo
+SimplePoolFromRaw.root Debug --> Access   DbContainer  READ      [ROOT_Tree] CollectionTree(EventInfo_p4/ByteStreamEventInfo)
+???? Debug Opened container CollectionTree(EventInfo_p4/ByteStreamEventInfo) of type ROOT_Tree
+AthenaEventLoopMgr   INFO   ===>>>  start of run 20720    <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #14350, run #20720 0 events processed so far  <<<===
+ReadBs               INFO ByteStreamMetadataContainer, size =  1
+ReadData            DEBUG in execute()
+SimplePoolFromRaw.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 = 3
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = ByteStreamEventInfo
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is data , testbeam/atlas -  is atlas , calib/physics -  is physics 
+ReadData             INFO TagInfo: 
+ReadData             INFO EventInfo event: 14350 run: 20720
+ReadData             INFO Get Smart data ptr 1
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000001].
+EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000001].
+EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000001]
+AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = ByteStreamEventInfo
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #14356, run #20720 1 events processed so far  <<<===
+ReadBs               INFO ByteStreamMetadataContainer, size =  1
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 3
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = ByteStreamEventInfo
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is data , testbeam/atlas -  is atlas , calib/physics -  is physics 
+ReadData             INFO TagInfo: 
+ReadData             INFO EventInfo event: 14356 run: 20720
+ReadData             INFO Get Smart data ptr 1
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000002].
+EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000002].
+EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000002]
+AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = ByteStreamEventInfo
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #14382, run #20720 2 events processed so far  <<<===
+ReadBs               INFO ByteStreamMetadataContainer, size =  1
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 3
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = ByteStreamEventInfo
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is data , testbeam/atlas -  is atlas , calib/physics -  is physics 
+ReadData             INFO TagInfo: 
+ReadData             INFO EventInfo event: 14382 run: 20720
+ReadData             INFO Get Smart data ptr 1
+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
+SimplePoolFromRaw.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Shapes
+SimplePoolFromRaw.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] ????
+SimplePoolFromRaw.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] CollectionTree(EventInfo_p4/ByteStreamEventInfo)
+SimplePoolFromRaw.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaData(ByteStreamMetadataContainer_p1/ByteStreamMetadata)
+SimplePoolFromRaw.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1)
+SimplePoolFromRaw.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
+SimplePoolFromRaw.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
+SimplePoolFromRaw.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
+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
+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
+ReadBs               INFO in finalize()
+ReadData             INFO in finalize()
+AthAlgSeq            INFO Finalizing AthAlgSeq...
+AthOutSeq            INFO Finalizing AthOutSeq...
+AthRegSeq            INFO Finalizing AthRegSeq...
+AthMasterSeq         INFO Finalizing AthMasterSeq...
+StoreGateSvc         INFO Finalizing StoreGateSvc - package version StoreGate-02-41-13
+InputMetaDataStore   INFO Finalizing InputMetaDataStore - package version StoreGate-02-41-13
+TagMetaDataStore     INFO Finalizing TagMetaDataStore - package version StoreGate-02-41-13
+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-41-13
+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=   66 [ms] Ave/Min/Max=   33(+-    1)/   32/   34 [ms] #=  2
+AthenaSealSvc::...   INFO Time User   : Tot=   66 [ms] Ave/Min/Max= 16.5(+- 16.5)/    0/   34 [ms] #=  4
+AthenaSealSvc::...   INFO Time User   : Tot=   99 [ms]                                             #=  1
+ChronoStatSvc        INFO Time User   : Tot= 4.96  [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_ReadBsTag.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadBsTag.ref
new file mode 100644
index 00000000000..868b131dddd
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadBsTag.ref
@@ -0,0 +1,164 @@
+Thu Jun 26 15:38:35 CEST 2014
+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 including file "AthenaCommon/Execution.py"
+Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadBsTagJobOptions.py"
+Py:ConfigurableDb WARNING Found 2 duplicates among the 19 genConfDb files :
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -<component name>: <module> - [ <duplicates> ]
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -JetFilter: GeneratorFilters.GeneratorFiltersConf - ['JetRec.JetRecConf']
+Py:ConfigurableDb WARNING   -AdjT0__AdjustableT0Tool: MdtDriftCircleOnTrackCreator.MdtDriftCircleOnTrackCreatorConf - ['MboyEDMTool.MboyEDMToolConf']
+Py:ConfigurableDb WARNING Fix your cmt/requirements file !!
+Athena               INFO including file "AthenaCommon/runbatch.py"
+ApplicationMgr       INFO Updating ROOT::Reflex::PluginService::SetDebug(level) to level=0
+ApplicationMgr    SUCCESS 
+====================================================================================================================================
+====================================================================================================================================
+ApplicationMgr       INFO Successfully loaded modules : AthenaServices
+ApplicationMgr       INFO Application Manager Configured successfully
+ApplicationMgr       INFO Updating ROOT::Reflex::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-58-02-01
+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-41-13
+ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version SGComps-00-01-07
+MetaDataSvc          INFO Initializing MetaDataSvc - package version AthenaServices-01-58-02-01
+MetaDataStore        INFO Initializing MetaDataStore - package version StoreGate-02-41-13
+AthenaPoolCnvSvc     INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-13
+AthenaRootStrea...   INFO POOL/ROOT class loader initialized
+AthenaRootStrea...   INFO 9 ROOT streamers declared
+PoolSvc              INFO Initializing PoolSvc - package version PoolSvc-00-24-02
+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
+PoolSvc              INFO Successfully setup replica sorting algorithm
+PoolSvc             DEBUG OutputLevel is 2
+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-08
+EventSelector        INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-18-31
+TagMetaDataStore     INFO Initializing TagMetaDataStore - package version StoreGate-02-41-13
+EventSelector        INFO reinitialization...
+EventSelector        INFO EventSelection with query EventNumber==14356
+EventSelector       DEBUG Try item: "SimpleRawCollection.root" from the collection list.
+Warning in <TClassTable::Add>: class pair<string,string> already in TClassTable
+RootCollection Info Opening Collection File SimpleRawCollection.root in mode: READ
+RootCollection Debug File SimpleRawCollection.root exists.
+RootCollection Info File SimpleRawCollection.root opened
+RootCollection Info Root collection opened, size = 3
+EventSelector        INFO Using collection ref name: StreamRAW
+AthenaPoolAddre...   INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-18-31
+ByteStreamNavig...   INFO Initializing ByteStreamNavigationProviderSvc - package version ByteStreamCnvSvc-01-34-08
+ROBDataProviderSvc   INFO Initializing ROBDataProviderSvc - package version ByteStreamCnvSvcBase-00-08-09
+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-09
+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 -- Will fill Store with id =  0
+ReadData             INFO in initialize()
+StoreGateSvc         INFO Initializing StoreGateSvc - package version StoreGate-02-41-13
+HistogramPersis...WARNING Histograms saving not required.
+AthenaEventLoopMgr   INFO Setup EventSelector service EventSelector
+ActiveStoreSvc       INFO Initializing ActiveStoreSvc - package version StoreGate-02-41-13
+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 Info File SimpleRawCollection.root opened
+RootCollection Info Root collection opened, size = 3
+MetaDataSvc         DEBUG handle() BeginTagFile for SimpleRawCollection.root
+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 2
+EventSelector       DEBUG record AthenaAttribute, name = Stream1_ref = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000001].
+EventSelector       DEBUG record AthenaAttribute, name = StreamRAW_ref = [DB=????][CNT=][CLID=!!!!][TECH=00001000][OID=00000000-0091678C].
+EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000001].
+EventSelector       DEBUG found AthenaAttribute, name = StreamRAW_ref = [DB=????][CNT=][CLID=!!!!][TECH=00001000][OID=00000000-0091678C]
+EventPersistenc...   INFO Added successfully Conversion service:AthenaPoolCnvSvc
+AthenaPoolAddre...  DEBUG The current Event contains: 1 objects
+MetaDataSvc         DEBUG handle() FirstInputFile for BSF:????
+MetaDataSvc         DEBUG initInputMetaDataStore: file name BSF:????
+MetaDataSvc         DEBUG MetaDataSvc called for non ROOT file.
+MetaDataSvc         DEBUG Loaded input meta data store proxies
+ToolSvc.ByteStr...   INFO handle() FirstInputFile, filename = BSF:????
+MetaDataSvc         DEBUG handle() BeginInputFile for BSF:????
+ToolSvc.ByteStr...   INFO handle() BeginInputFile, filename = BSF:????
+EventPersistenc...   INFO Added successfully Conversion service:ByteStreamCnvSvc
+EventInfoByteSt...   INFO UserType : RawEvent
+EventInfoByteSt...   INFO IsSimulation : 0
+EventInfoByteSt...   INFO IsTestbeam : 0
+EventInfoByteSt...   INFO IsCalibration : 0
+AthenaEventLoopMgr   INFO   ===>>>  start of run 20720    <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #14356, run #20720 0 events processed so far  <<<===
+ReadBs               INFO ByteStreamMetadata, run# = 20720, #events = 3
+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 = 1403789894
+ReadData          WARNING Could not find EventStreamInfo
+ReadData             INFO EventInfo event: 14356 run: 20720
+ReadData             INFO Get Smart data ptr 1
+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:????
+MetaDataSvc         DEBUG handle() EndInputFile for FID:????
+MetaDataSvc         DEBUG handle() EndTagFile for SimpleRawCollection.root
+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
+ToolSvc.ByteStr...   INFO handle() LastInputFile, filename = end
+MetaDataSvc         DEBUG handle() LastInputFile for end
+MetaDataSvc         DEBUG Releasing MetaDataTools
+TagMetaDataStore     INFO Stop TagMetaDataStore
+MetaDataStore        INFO Stop MetaDataStore
+ApplicationMgr       INFO Application Manager Stopped successfully
+ReadBs               INFO in finalize()
+ReadData             INFO in finalize()
+AthAlgSeq            INFO Finalizing AthAlgSeq...
+AthOutSeq            INFO Finalizing AthOutSeq...
+AthRegSeq            INFO Finalizing AthRegSeq...
+AthMasterSeq         INFO Finalizing AthMasterSeq...
+StoreGateSvc         INFO Finalizing StoreGateSvc - package version StoreGate-02-41-13
+EventInfoByteSt...   INFO finalize 
+InputMetaDataStore   INFO Finalizing InputMetaDataStore - package version StoreGate-02-41-13
+TagMetaDataStore     INFO Finalizing TagMetaDataStore - package version StoreGate-02-41-13
+PoolSvc              INFO I/O finalization...
+PoolXMLFileCatalog Info XercesC termination number 0
+MetaDataStore        INFO Finalizing MetaDataStore - package version StoreGate-02-41-13
+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=   95 [ms]                                             #=  1
+ChronoStatSvc        INFO Time User   : Tot= 4.71  [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_ReadFast.pattern b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadFast.pattern
new file mode 100644
index 00000000000..c0b462b5895
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadFast.pattern
@@ -0,0 +1,13 @@
+< SimplePoolFile2.root Debug -*>
+> SimplePoolFile2.root Debug -*>
+< ##Shapes Debug No objects passing selection criteria... Container has 12 Entries in total.
+< ##Links Debug No objects passing selection criteria... Container has 25 Entries in total.
+< ##Params Debug No objects passing selection criteria... Container has 9 Entries in total.
+< ##Sections Debug No objects passing selection criteria... Container has 28 Entries in total.
+< \?\?\?\? Debug Opened container MetaData\(EventStreamInfo_p3/Stream1\) of type ROOT_Tree
+< ##Sections Debug No objects passing selection criteria... Container has 30 Entries in total.
+< \?\?\?\? Debug Opened container ##Sections of type ROOT_Tree
+> ##Shapes Debug No objects passing selection criteria... Container has 6 Entries in total.
+> ##Links Debug No objects passing selection criteria... Container has 13 Entries in total.
+> ##Params Debug No objects passing selection criteria... Container has 4 Entries in total.
+> \?\?\?\? Debug Opened container MetaData\(EventStreamInfo_p3/Stream1\) of type ROOT_Tree
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadTagFast.pattern b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadTagFast.pattern
new file mode 100644
index 00000000000..e2315872dd9
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadTagFast.pattern
@@ -0,0 +1,2 @@
+< SimplePoolFile2.root Debug -*>
+> SimplePoolFile2.root Debug -*>
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadcBsTag.pattern b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadcBsTag.pattern
new file mode 100644
index 00000000000..0e5fd2d24b7
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_ReadcBsTag.pattern
@@ -0,0 +1,4 @@
+< EventSelector       DEBUG record AthenaAttribute, name = StreamRAW_ref = \[DB=\?\?\?\?\]\[CNT=\]\[CLID=!!!!\]\[TECH=00001000\]\[OID=00000000-0049825C\].
+> EventSelector       DEBUG record AthenaAttribute, name = StreamRAW_ref = \[DB=\?\?\?\?\]\[CNT=\]\[CLID=!!!!\]\[TECH=00001000\]\[OID=00000000-0091678C\].
+< EventSelector       DEBUG found AthenaAttribute, name = StreamRAW_ref = \[DB=\?\?\?\?\]\[CNT=\]\[CLID=!!!!\]\[TECH=00001000\]\[OID=00000000-0049825C\]
+> EventSelector       DEBUG found AthenaAttribute, name = StreamRAW_ref = \[DB=\?\?\?\?\]\[CNT=\]\[CLID=!!!!\]\[TECH=00001000\]\[OID=00000000-0091678C\]
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_WCond.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_WCond.ref
new file mode 100755
index 00000000000..bcd980b7dd1
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_WCond.ref
@@ -0,0 +1,1182 @@
+Thu Jun 26 15:37:59 CEST 2014
+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 including file "AthenaCommon/Execution.py"
+Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_WCondJobOptions.py"
+Py:ConfigurableDb WARNING Found 2 duplicates among the 19 genConfDb files :
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -<component name>: <module> - [ <duplicates> ]
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -JetFilter: GeneratorFilters.GeneratorFiltersConf - ['JetRec.JetRecConf']
+Py:ConfigurableDb WARNING   -AdjT0__AdjustableT0Tool: MdtDriftCircleOnTrackCreator.MdtDriftCircleOnTrackCreatorConf - ['MboyEDMTool.MboyEDMToolConf']
+Py:ConfigurableDb WARNING Fix your cmt/requirements file !!
+Athena               INFO including file "AthenaCommon/runbatch.py"
+ApplicationMgr       INFO Updating ROOT::Reflex::PluginService::SetDebug(level) to level=0
+ApplicationMgr    SUCCESS 
+====================================================================================================================================
+====================================================================================================================================
+ApplicationMgr       INFO Successfully loaded modules : AthenaServices
+ApplicationMgr       INFO Application Manager Configured successfully
+ApplicationMgr       INFO Updating ROOT::Reflex::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-58-02-01
+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()
+DetectorStore        INFO Initializing DetectorStore - package version StoreGate-02-41-13
+ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version SGComps-00-01-07
+MetaDataSvc          INFO Initializing MetaDataSvc - package version AthenaServices-01-58-02-01
+InputMetaDataStore   INFO Initializing InputMetaDataStore - package version StoreGate-02-41-13
+MetaDataStore        INFO Initializing MetaDataStore - package version StoreGate-02-41-13
+AthenaPoolCnvSvc     INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-13
+AthenaRootStrea...   INFO POOL/ROOT class loader initialized
+AthenaRootStrea...   INFO 9 ROOT streamers declared
+PoolSvc              INFO Initializing PoolSvc - package version PoolSvc-00-24-02
+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 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-31
+TagMetaDataStore     INFO Initializing TagMetaDataStore - package version StoreGate-02-41-13
+EventSelector        INFO reinitialization...
+EventSelector        INFO EventSelection with query 
+EventSelector       DEBUG Try item: "SimplePoolFile1.root" from the collection list.
+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:53413
+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)]
+SimplePoolFile1.root Debug ---->Class:EventInfo_p4
+SimplePoolFile1.root Debug ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile1.root Debug --->Reading 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
+SimplePoolFile1.root Debug --->Reading 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
+SimplePoolFile1.root Debug --->Reading 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 --->Reading 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
+##Shapes Debug No objects passing selection criteria... Container has 5 Entries in total.
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Links
+???? Debug Opened container ##Links of type ROOT_Tree
+SimplePoolFile1.root Debug --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/CollectionTree(ExampleHitContainer_p1/MyHits) [202]  (4 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (5 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainer(basic/DataHeader) [202]  (7 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (8 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (9 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (a , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+##Links Debug No objects passing selection criteria... Container has 9 Entries in total.
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFile1.root Debug --->Reading Param:FID=[????]
+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:53413
+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)
+???? Debug Opened container POOLContainer(DataHeader) of type ROOT_Tree
+MetaDataSvc         DEBUG handle() FirstInputFile for FID:????
+MetaDataSvc         DEBUG initInputMetaDataStore: file name FID:????
+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
+MetaDataSvc         DEBUG Loaded input meta data store proxies
+AthenaPoolAddre...   INFO Initializing AthenaPoolAddressProviderSvc - package version EventSelectorAthenaPool-00-18-31
+AthenaPoolAddre...  DEBUG Cannot retrieve DataHeader from DetectorStore.
+ToolSvc.Stream1...   INFO Initializing ToolSvc.Stream1Tool - package version OutputStreamAthenaPool-00-02-70
+ReadData             INFO in initialize()
+StoreGateSvc         INFO Initializing StoreGateSvc - package version StoreGate-02-41-13
+WriteCond            INFO in initialize()
+HistogramPersis...WARNING Histograms saving not required.
+AthenaEventLoopMgr   INFO Setup EventSelector service EventSelector
+ActiveStoreSvc       INFO Initializing ActiveStoreSvc - package version StoreGate-02-41-13
+ApplicationMgr       INFO Application Manager Initialized successfully
+InputMetaDataStore   INFO Start InputMetaDataStore
+MetaDataStore        INFO Start MetaDataStore
+TagMetaDataStore     INFO Start TagMetaDataStore
+SimplePoolFile1.root Info Database being retired...
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Links
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Shapes
+SimplePoolFile1.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] ????
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
+Domain[ROOT_All] Info >   Deaccess DbDomain     READ      [ROOT_All] 
+EventSelector       DEBUG Try item: "SimplePoolFile1.root" from the collection list.
+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:53413
+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)]
+SimplePoolFile1.root Debug ---->Class:EventInfo_p4
+SimplePoolFile1.root Debug ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
+SimplePoolFile1.root Debug --->Reading 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
+SimplePoolFile1.root Debug --->Reading 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
+SimplePoolFile1.root Debug --->Reading 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 --->Reading 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
+##Shapes Debug No objects passing selection criteria... Container has 5 Entries in total.
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Links
+???? Debug Opened container ##Links of type ROOT_Tree
+SimplePoolFile1.root Debug --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/CollectionTree(ExampleHitContainer_p1/MyHits) [202]  (4 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (5 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/POOLContainer(basic/DataHeader) [202]  (7 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (8 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (9 , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+SimplePoolFile1.root Debug --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (a , ffffffff)
+SimplePoolFile1.root Debug ---->ClassID:????
+##Links Debug No objects passing selection criteria... Container has 9 Entries in total.
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFile1.root Debug --->Reading Param:FID=[????]
+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:53413
+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
+SimplePoolFile1.root Debug --> Access   DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
+???? Debug Opened container POOLContainer(DataHeader) of type ROOT_Tree
+DetectorStore        INFO Start DetectorStore
+StoreGateSvc         INFO Start StoreGateSvc
+ApplicationMgr       INFO Application Manager Started successfully
+MetaDataSvc         DEBUG handle() BeginInputFile for SimplePoolFile1.root
+MetaDataSvc         DEBUG initInputMetaDataStore: file name SimplePoolFile1.root
+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.
+MetaDataSvc         DEBUG Loaded input meta data store proxies
+EventSelector       DEBUG Get AttributeList from the collection
+EventSelector       DEBUG AttributeList size 0
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000000].
+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]
+SimplePoolFile1.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 = 9102, name = MyHits
+SimplePoolFile1.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 #0, run #1 0 events processed so far  <<<===
+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
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+ReadData             INFO TagInfo: 
+ReadData             INFO EventInfo event: 0 run: 1
+ReadData             INFO Get Smart data ptr 1
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000001].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #1, run #1 1 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000002].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #2, run #1 2 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000003].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #3, run #1 3 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000004].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #4, run #1 4 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000005].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #5, run #1 5 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000006].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #6, run #1 6 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000007].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #7, run #1 7 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000008].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #8, run #1 8 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000009].
+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 = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #9, run #1 9 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000A]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #10, run #1 10 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000B]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #11, run #1 11 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000C]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #12, run #1 12 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000D]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #13, run #1 13 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000E]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #14, run #1 14 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-0000000F]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #15, run #1 15 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000010]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #16, run #1 16 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000011]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #17, run #1 17 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000012]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #18, run #1 18 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+EventSelector       DEBUG record AthenaAttribute, name = Token = [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       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000006-00000013]
+AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
+AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9102, name = MyHits
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #19, run #1 19 events processed so far  <<<===
+ReadData            DEBUG in execute()
+ReadData             INFO EventStreamInfo: Number of events = 20
+ReadData             INFO EventStreamInfo: ItemList:
+ReadData             INFO CLID = 2101, key = McEventInfo
+ReadData             INFO CLID = 9102, key = MyHits
+ReadData             INFO CLID = 222376821, key = StreamX
+ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
+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
+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 registered all data
+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
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_All] ##Shapes
+SimplePoolFile1.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] ????
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
+SimplePoolFile1.root Debug --> Deaccess DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
+Domain[ROOT_All] Info >   Deaccess DbDomain     READ      [ROOT_All] 
+MetaDataSvc         DEBUG handle() EndInputFile for FID:????
+MetaDataSvc         DEBUG handle() EndTagFile for SimplePoolFile1.root
+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>
+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
+MetaDataSvc         DEBUG Releasing MetaDataTools
+MetaDataSvc         DEBUG handle() LastInputFile for end
+TagMetaDataStore     INFO Stop TagMetaDataStore
+MetaDataStore        INFO Stop MetaDataStore
+InputMetaDataStore   INFO Stop InputMetaDataStore
+ApplicationMgr       INFO Application Manager Stopped successfully
+Stream1              INFO Finalize: preparing to write conditions objects 
+DbSession Info     Open     DbSession    
+Domain[ROOT_All] Info >   Access   DbDomain     UPDATE    [ROOT_All] 
+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:53413
+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.
+SimplePoolFile4.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.
+SimplePoolFile4.root Debug --> Access   DbContainer  CREATE    [ROOT_All] ##Params
+???? Debug Opened container ##Params of type ROOT_Tree
+SimplePoolFile4.root Debug --->Adding Assoc :????/##Params [200]  (2 , ffffffff)
+SimplePoolFile4.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 SimplePoolFile4.root
+RootDatabase.setOption Debug Demand to set AUTO_FLUSH for TTree: POOLContainer with value: 0
+Stream1              INFO Identified a total of 1 objects to write out:
+Stream1              INFO 0: ExampleHitContainer#PedestalWriteData#PedestalWriteData
+StorageSvc Info Building shape according to reflection information using shape ID for:
+StorageSvc Info ExampleHitContainer_p1 [????]
+SimplePoolFile4.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] ConditionsContainer(ExampleHitContainer_p1/PedestalWriteData)
+???? Debug Opened container ConditionsContainer(ExampleHitContainer_p1/PedestalWriteData) of type ROOT_Tree
+SimplePoolFile4.root Debug --->Adding Assoc :????/ConditionsContainer(ExampleHitContainer_p1/PedestalWriteData) [202]  (3 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+SimplePoolFile4.root Debug --->Adding Shape[0 , ????]:  [1 Column(s)] 
+SimplePoolFile4.root Debug ---->Class:ExampleHitContainer_p1
+SimplePoolFile4.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 [????]
+SimplePoolFile4.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm)
+???? Debug Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree
+SimplePoolFile4.root Debug --->Adding Assoc :????/POOLContainerForm(DataHeaderForm) [202]  (4 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+SimplePoolFile4.root Debug --->Adding Shape[1 , ????]:  [1 Column(s)] 
+SimplePoolFile4.root Debug ---->Class:DataHeaderForm_p5
+SimplePoolFile4.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 [????]
+SimplePoolFile4.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
+SimplePoolFile4.root Debug --->Adding Assoc :????/POOLContainer(DataHeader) [202]  (5 , ffffffff)
+SimplePoolFile4.root Debug ---->ClassID:????
+SimplePoolFile4.root Debug --->Adding Shape[2 , ????]:  [1 Column(s)] 
+SimplePoolFile4.root Debug ---->Class:DataHeader_p5
+SimplePoolFile4.root Debug ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
+Stream1              INFO Written 1 objects to output stream
+Stream1              INFO Objects NOT registered in IOV database
+ReadData             INFO in finalize()
+AthAlgSeq            INFO Finalizing AthAlgSeq...
+AthOutSeq            INFO Finalizing AthOutSeq...
+AthRegSeq            INFO Finalizing AthRegSeq...
+AthMasterSeq         INFO Finalizing AthMasterSeq...
+StoreGateSvc         INFO Finalizing StoreGateSvc - package version StoreGate-02-41-13
+DetectorStore        INFO Finalizing DetectorStore - package version StoreGate-02-41-13
+TagMetaDataStore     INFO Finalizing TagMetaDataStore - package version StoreGate-02-41-13
+PoolSvc              INFO I/O finalization...
+SimplePoolFile4.root Info Database being retired...
+SimplePoolFile4.root Debug --> Deaccess DbContainer  CREATE    [ROOT_All] ##Links
+SimplePoolFile4.root Debug --> Deaccess DbContainer  CREATE    [ROOT_All] ##Shapes
+SimplePoolFile4.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] ????
+SimplePoolFile4.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] ConditionsContainer(ExampleHitContainer_p1/PedestalWriteData)
+SimplePoolFile4.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] POOLContainer(DataHeader)
+SimplePoolFile4.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] POOLContainerForm(DataHeaderForm)
+Domain[ROOT_All] Info >   Deaccess DbDomain     UPDATE    [ROOT_All] 
+XMLFileCatalog Info Updating the catalog
+PoolXMLFileCatalog Info XercesC termination number 0
+MetaDataStore        INFO Finalizing MetaDataStore - package version StoreGate-02-41-13
+InputMetaDataStore   INFO Finalizing InputMetaDataStore - package version StoreGate-02-41-13
+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=   65 [ms] Ave/Min/Max= 32.5(+-  2.5)/   30/   35 [ms] #=  2
+AthenaSealSvc::...   INFO Time User   : Tot=   67 [ms] Ave/Min/Max= 9.57(+- 14.9)/    0/   35 [ms] #=  7
+AthenaSealSvc::...   INFO Time User   : Tot=   97 [ms]                                             #=  1
+ChronoStatSvc        INFO Time User   : Tot= 4.98  [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_WMeta.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_WMeta.ref
new file mode 100755
index 00000000000..9f9a21af66b
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/AthenaPoolExample_WMeta.ref
@@ -0,0 +1,852 @@
+Thu Jun 26 15:39:50 CEST 2014
+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 including file "AthenaCommon/Execution.py"
+Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_WMetaJobOptions.py"
+Py:ConfigurableDb WARNING Found 2 duplicates among the 19 genConfDb files :
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -<component name>: <module> - [ <duplicates> ]
+Py:ConfigurableDb WARNING --------------------------------------------------
+Py:ConfigurableDb WARNING   -JetFilter: GeneratorFilters.GeneratorFiltersConf - ['JetRec.JetRecConf']
+Py:ConfigurableDb WARNING   -AdjT0__AdjustableT0Tool: MdtDriftCircleOnTrackCreator.MdtDriftCircleOnTrackCreatorConf - ['MboyEDMTool.MboyEDMToolConf']
+Py:ConfigurableDb WARNING Fix your cmt/requirements file !!
+Athena               INFO including file "AthenaCommon/runbatch.py"
+ApplicationMgr       INFO Updating ROOT::Reflex::PluginService::SetDebug(level) to level=0
+ApplicationMgr    SUCCESS 
+====================================================================================================================================
+====================================================================================================================================
+ApplicationMgr       INFO Successfully loaded modules : AthenaServices
+ApplicationMgr       INFO Application Manager Configured successfully
+ApplicationMgr       INFO Updating ROOT::Reflex::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-58-02-01
+AthMasterSeq         INFO Member list: AthSequencer/AthAlgSeq, AthSequencer/AthOutSeq, AthSequencer/AthRegSeq
+AthAlgSeq            INFO Member list: AthPoolEx::WriteData/WriteData, AthPoolEx::WriteCond/WriteCond
+WriteData            INFO in initialize()
+StoreGateSvc         INFO Initializing StoreGateSvc - package version StoreGate-02-41-13
+ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version SGComps-00-01-07
+MetaDataSvc          INFO Initializing MetaDataSvc - package version AthenaServices-01-58-02-01
+InputMetaDataStore   INFO Initializing InputMetaDataStore - package version StoreGate-02-41-13
+MetaDataStore        INFO Initializing MetaDataStore - package version StoreGate-02-41-13
+AthenaPoolCnvSvc     INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-26-13
+AthenaRootStrea...   INFO POOL/ROOT class loader initialized
+AthenaRootStrea...   INFO 9 ROOT streamers declared
+PoolSvc              INFO Initializing PoolSvc - package version PoolSvc-00-24-02
+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
+PoolSvc              INFO Successfully setup replica sorting algorithm
+PoolSvc             DEBUG OutputLevel is 2
+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
+PoolXMLFileCatalog Info File Catalog2.xml does not exist, a new one is created
+WriteCond            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
+Stream1             DEBUG Found StoreGateSvc store.
+Stream1             DEBUG Found MetaDataStore store.
+ItemListSvc          INFO ItemListSvc initialize
+OutputStreamSeq...   INFO Initializing OutputStreamSequencerSvc - package version AthenaServices-01-58-02-01
+Stream1.Stream1...   INFO Initializing Stream1.Stream1Tool - package version OutputStreamAthenaPool-00-02-70
+Stream1.Stream1...   INFO streamProperty ProcessingTag = Stream1
+Stream1.Stream1...  DEBUG In connectServices
+DetectorStore        INFO Initializing DetectorStore - package version StoreGate-02-41-13
+Stream1.Stream1...   INFO Initializing Stream1.Stream1_MakeEventStreamInfo - package version OutputStreamAthenaPool-00-02-70
+Stream1              INFO Found HelperTools = PrivateToolHandleArray(['MakeEventStreamInfo/Stream1_MakeEventStreamInfo'])
+Stream1              INFO Data output: ROOTTREE:SimplePoolFile5.root
+Stream1              INFO I/O reinitialization...
+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-41-13
+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 0    <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #0, run #0 0 events processed so far  <<<===
+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 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
+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:53413
+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
+AthenaPoolCnvSvc    DEBUG setAttribute TREE_AUTO_FLUSH to 0 for db: SimplePoolFile5.root and cont: TTree=POOLContainer
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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 [????]
+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
+StorageSvc Info Building shape according to reflection information using shape ID for:
+StorageSvc Info ExampleHitContainer_p1 [????]
+SimplePoolFile5.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits)
+???? Debug Opened container CollectionTree(ExampleHitContainer_p1/MyHits) of type ROOT_Tree
+SimplePoolFile5.root Debug --->Adding Assoc :????/CollectionTree(ExampleHitContainer_p1/MyHits) [202]  (4 , ffffffff)
+SimplePoolFile5.root Debug ---->ClassID:????
+SimplePoolFile5.root Debug --->Adding Shape[1 , ????]:  [1 Column(s)] 
+SimplePoolFile5.root Debug ---->Class:ExampleHitContainer_p1
+SimplePoolFile5.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 [????]
+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
+StorageSvc Info Building shape according to reflection information using shape ID for:
+StorageSvc Info DataHeader_p5 [????]
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #0, run #0 1 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #1, run #0 1 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #1, run #0 2 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #2, run #0 2 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #2, run #0 3 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #3, run #0 3 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #3, run #0 4 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #4, run #0 4 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #4, run #0 5 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #5, run #0 5 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #5, run #0 6 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #6, run #0 6 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #6, run #0 7 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #7, run #0 7 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #7, run #0 8 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #8, run #0 8 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #8, run #0 9 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #9, run #0 9 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #9, run #0 10 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #10, run #0 10 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #10, run #0 11 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #11, run #0 11 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #11, run #0 12 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #12, run #0 12 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #12, run #0 13 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #13, run #0 13 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #13, run #0 14 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #14, run #0 14 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #14, run #0 15 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #15, run #0 15 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #15, run #0 16 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #16, run #0 16 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #16, run #0 17 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #17, run #0 17 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #17, run #0 18 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #18, run #0 18 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+AthenaEventLoopMgr   INFO   ===>>>  done processing event #18, run #0 19 events processed so far  <<<===
+AthenaEventLoopMgr   INFO   ===>>>  start processing event #19, run #0 19 events processed so far  <<<===
+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 registered all data
+Stream1.Stream1...  DEBUG In connectOutput
+Stream1.Stream1...  DEBUG Connected to ROOTTREE:SimplePoolFile5.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,"MyHits") called
+Stream1             DEBUG            Key:MyHits
+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
+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>
+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 ROOTTREE:SimplePoolFile5.root
+Stream1.Stream1...  DEBUG Recorded DataHeader with key Stream1
+Stream1             DEBUG addItemObjects(9102,"PedestalWriteData") called
+Stream1             DEBUG            Key:PedestalWriteData
+Stream1             DEBUG  Added object 9102,"PedestalWriteData"
+Stream1             DEBUG addItemObjects(167728019,"Stream1") called
+Stream1             DEBUG            Key:Stream1
+Stream1             DEBUG  Added object 167728019,"Stream1"
+Stream1             DEBUG addItemObjects(1316383046,"*") called
+Stream1             DEBUG            Key:*
+SimplePoolFile5.root Debug --> Access   DbContainer  CREA/UPDA [ROOT_Tree] MetaData(ExampleHitContainer_p1/PedestalWriteData)
+???? Debug Opened container MetaData(ExampleHitContainer_p1/PedestalWriteData) of type ROOT_Tree
+SimplePoolFile5.root Debug --->Adding Assoc :????/MetaData(ExampleHitContainer_p1/PedestalWriteData) [202]  (8 , ffffffff)
+SimplePoolFile5.root Debug ---->ClassID:????
+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]  (9 , 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]  (a , 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]  (b , ffffffff)
+SimplePoolFile5.root Debug ---->ClassID:????
+Stream1.Stream1...  DEBUG In commitOutput
+Stream1.Stream1...  DEBUG In connectServices
+Stream1              INFO Records written: 21
+Stream1             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
+MetaData(ExampleHitContainer_p1/PedestalWriteData) 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(ExampleHitContainer_p1/MyHits)
+SimplePoolFile5.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1)
+SimplePoolFile5.root Debug --> Deaccess DbContainer  CREA/UPDA [ROOT_Tree] MetaData(ExampleHitContainer_p1/PedestalWriteData)
+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
+InputMetaDataStore   INFO Stop InputMetaDataStore
+ApplicationMgr       INFO Application Manager Stopped successfully
+WriteData            INFO in finalize()
+AthAlgSeq            INFO Finalizing AthAlgSeq...
+AthOutSeq            INFO Finalizing AthOutSeq...
+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-41-13
+EventSelector        INFO finalize
+DetectorStore        INFO Finalizing DetectorStore - package version StoreGate-02-41-13
+ItemListSvc          INFO -- OUTPUT STREAM ITEM OVERLAP SUMMARY --
+ItemListSvc          INFO STREAM Stream1 has (4) items
+DecisionSvc          INFO -- OUTPUT STREAM EVENT OVERLAP SUMMARY --
+DecisionSvc          INFO List of registered 1 Streams: Stream1 
+DecisionSvc          INFO Finalized successfully.
+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-41-13
+InputMetaDataStore   INFO Finalizing InputMetaDataStore - package version StoreGate-02-41-13
+AthDictLoaderSvc     INFO in finalize...
+ToolSvc              INFO Removing all tools created by ToolSvc
+Stream1.Stream1...  DEBUG in finalize()
+Stream1.Stream1...  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=  100 [ms]                                             #=  1
+AthenaSealSvc::...   INFO Time User   : Tot=  293 [ms] Ave/Min/Max= 48.8(+-   56)/   11/  173 [ms] #=  6
+AthenaSealSvc::...   INFO Time User   : Tot=  296 [ms] Ave/Min/Max= 42.3(+-   56)/    0/  173 [ms] #=  7
+ChronoStatSvc        INFO Time User   : Tot= 4.68  [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/TestAthenaPoolExample.xml b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/TestAthenaPoolExample.xml
new file mode 100755
index 00000000000..5886065ce85
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/TestAthenaPoolExample.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<atn>
+   <TEST name="TestAthenaPoolExample" type="makecheck" suite="Examples">
+      <timelimit>30</timelimit>
+      <author>Peter Van Gemmeren</author>
+      <mailto>Peter.van.Gemmeren@cern.ch</mailto>
+      <expectations>
+         <errorMessage> FAILURE</errorMessage>
+         <errorMessage> ERROR</errorMessage>
+         <successMessage> check ok</successMessage>   
+         <returnValue>0</returnValue>
+      </expectations>
+   </TEST>
+</atn>
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/empty.pattern b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/empty.pattern
new file mode 100755
index 00000000000..59d5454b24c
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/empty.pattern
@@ -0,0 +1,38 @@
+< 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\]:
+> PoolSvc              INFO Database \([a-zA-Z0-9]*.root\) attribute \[FILE_SIZE\]:
+< PoolSvc              INFO Database \(SimplePoolFile[1234].root\) attribute \[TREE_CACHE_LEARN_EVENTS\]: 6
+< PoolSvc              INFO Database \(SimplePoolFile[1234].root\) attribute \[TREE_CACHE_SIZE\]: 100000
+< PoolSvc              INFO Database \(SimplePoolFile[1234].root\) attribute \[BYTES_READ\]:
+> PoolSvc              INFO Database \(SimplePoolFile[1234].root\) attribute \[BYTES_READ\]:
+< PoolSvc              INFO Database \(SimplePoolFile[1234].root\) attribute \[READ_CALLS\]:
+> PoolSvc              INFO Database \(SimplePoolFile[1234].root\) attribute \[READ_CALLS\]:
+< AthenaPoolAddre...   INFO BackNavigationScope for: ExampleHitContainer#MyHits :: Stream1
+> RegStream[1234].Regi...   INFO No Primary Key defined
+> AthenaPoolCnvSvc    DEBUG setAttribute
+> AthenaPoolCnvSvc    DEBUG releasing all workers
+> AthenaPoolCnvSvc    DEBUG Calling destructor
+#> SG::fromStorable  WARNING can't convert stored DataObject 0x\?\?\?\? to type \(ExampleHitContainer\)
+#>  Unless you are following a symlink, it probably means you have a duplicate CLID = 1
+#DeprecationWarning: object.__new__\(\) takes no parameters
+#newobj = object.__new__\( cls, \*args, \*\*kwargs \)
+> AthenaPoolAddre...  DEBUG updateAddress: Cannot find DataHeader in StoreGate
+> [a-zA-Z0-9]*.root Info Database being retired...
+> [a-zA-Z0-9]*.root Debug --> Deaccess DbContainer
+< [a-zA-Z0-9]*.root Info Database being retired...
+< [a-zA-Z0-9]*.root Debug --> Deaccess DbContainer
+< ReadData             INFO CollectionMetadata, key = UnixTimestamp, value = [0-9]*
+> 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
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/post_check.sh b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/post_check.sh
new file mode 100755
index 00000000000..f4d73c62afb
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/post_check.sh
@@ -0,0 +1,244 @@
+#!/bin/sh -xv
+#/** @file post.sh
+# @brief sh script that check the return code of an executable and compares
+# its output with a reference (if available).
+# @param test_name
+#
+# @author Paolo Calafiura <pcalafiura@lbl.gov> - ATLAS Collaboration.
+# $Id: post_check.sh,v 1.43 2009-05-20 18:02:25 gemmeren Exp $
+# **/
+status=${?}
+test=${1}
+ref=${2:-${test}}
+if [ -z "${status}" ]
+    then
+    echo " post.sh> Warning: athena exit status is not available "
+else
+    # check exit status
+    joblog=${test}.log
+    cat ${joblog} |\
+	# For now drop some configurable warnings, they are not mine...
+	grep -v "^Py:PropertyProxy " |\
+	grep -v "^removing: " |\
+	grep -v "using release" |\
+	grep -v "Warning in <TEnvRec::ChangeValue>:" |\
+	grep -v "Error in <TCint::AutoLoad>: failure loading library " |\
+	grep -v "Error in <TCint::AutoLoadCallback>: failure loading library " |\
+	grep -v "Welcome to ApplicationMgr " |\
+	grep -v "running on " |\
+	grep -v "Skipping" |\
+	# Py:Athena will be Athena
+	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' |\
+	sed -e 's/0x0\{7\}/0x!!!!/g' |\
+	sed -e 's/0x[0-9a-f]\{7\}/0x????/g' |\
+	# Rounding error etc
+	sed -e 's/\.\([0-9]\{2\}\)[0-9]*/.\1/g' |\
+	sed -e 's/ nan / inf /g' |\
+	# POOL id
+	sed -e 's/0\{8\}-0\{4\}-0\{4\}-0\{4\}-0\{12\}/!!!!/g' |\
+	sed -e 's/[0-9A-F]\{8\}-[0-9A-F]\{4\}-[0-9A-F]\{4\}-[0-9A-F]\{4\}-[0-9A-F]\{12\}/????/g' |\
+	sed -e 's/TTree [0-9]\{3\}[0-9]*/TTree ????/g' |\
+	sed -e 's/Bytes: [0-9]\{3\}[0-9]*/Bytes: ????/g' |\
+	# 64 bit offsets
+	sed -e 's/fffffffff/f/g' |\
+	sed -e 's/000000000/0/g' |\
+	# Collection MetaData
+	sed -e 's/Metadata TTree 0/Metadata TTree !!!/g' |\
+	sed -e 's/Metadata TTree [0-9]\{3\}/Metadata TTree ???/g' |\
+	# Remove Archive Prefix
+	sed -e 's/root:\/\/castoratlas\/\/castor\/cern.ch\/user\/g\/gemmeren\/ArchiveFile.zip#EmptyPoolFile/EmptyPoolFile/g' |\
+	sed -e 's/root:\/\/castoratlas\/\/castor\/cern.ch\/user\/g\/gemmeren\/ArchiveFile.zip#SimplePoolFile/SimplePoolFile/g' |\
+	sed -e 's/ArchiveFile.zip#EmptyPoolFile/EmptyPoolFile/g' |\
+	sed -e 's/ArchiveFile.zip#SimplePoolFile/SimplePoolFile/g' |\
+	# Stream wildcard
+	sed -e 's/INFO CLID = 222376821, key = Stream[12]/INFO CLID = 222376821, key = StreamX/g' |\
+	grep -v "^Stream[1-9]             DEBUG Wild card in key: begining part -  ending part -" |\
+	grep -v "^PluginMgr            INFO loaded plugin info for [0-9]* components" |\
+	grep -v "^Py:PropertyProxy     INFO Read module info for [0-9]* configurables from [0-9]* rootmap files" |\
+	grep -v "^DllClassManager      INFO readPluginInfo: loaded plugin info for" |\
+        grep -v "^Py:ConfigurableDb    INFO Read module info for" |\
+	grep -v "^DetDescrCnvSvc       INFO " |\
+	grep -v "^EventPersistenc...   INFO Added successfully Conversion service:DetDescrCnvSvc" |\
+	sed -e "s/ 'DetDescrCnvSvc' ,//g" |\
+	# HistorySvc
+	grep -v "^HistorySvc" |\
+	# ExampleHit Streamer for new object.
+	grep -v "Found unknown streamer checksum" |\
+	# CLHEP Streamer.
+	grep -v "AthenaRootStrea...   INFO   - Streamer name:" |\
+	grep -v "AthenaRootStrea...   INFO ROOT Streamer for" |\
+	grep -v "AthenaRootStrea...   INFO Adopted streamer for class" |\
+        grep -v "DBReplicaSvc         INFO " |\
+	# lib maps
+	grep -v "^map " |\
+        grep -v "^value " |\
+	# ROOT file version
+	grep -v "Root file version:" |\
+	# ClassIDSvc and ServiceManager messages
+	grep -v "^ClassIDSvc" |\
+	grep -v "^ServiceManager" |\
+	grep -v "^CoreDumpSvc          INFO Handling signals" |\
+	# Strange Chars from ApplicationMgr
+	sed -e "s/^..*ApplicationMgr/ApplicationMgr/" |\
+	# Custom jobOptions
+	sed -e "s/.\/${test}.py/AthenaPoolExampleAlgorithms\/${ref}JobOptions.py/" |\
+	sed -e "s/${test}.py/AthenaPoolExampleAlgorithms\/${ref}JobOptions.py/" |\
+	sed -e "s/.\/AthenaPoolExample_ReadBsTag.py/AthenaPoolExampleAlgorithms\/AthenaPoolExample_ReadBsTagJobOptions.py/" |\
+	sed -e "s/AthenaPoolExample_ReWriteJobOptions.py/AthenaPoolExample_RWJobOptions.py/" |\
+	sed -e "s/AthenaPoolExample_ReadSkipJobOptions.py/AthenaPoolExample_ReadJobOptions.py/" |\
+	# Empty lines
+	grep -v '^$' \
+	> ${joblog}.tmp
+    mv ${joblog}.tmp ${joblog}
+    if [ "${test}" == "AthenaPoolExample_WriteFast" ]
+    then
+        cat ${joblog} |\
+        sed -e 's/SimplePoolFileA.root/SimplePoolFile2.root/g' > ${joblog}.tmp
+        mv ${joblog}.tmp ${joblog}
+    elif [ "${test}" == "AthenaPoolExample_ReadTagFast" ]
+    then
+        cat ${joblog} |\
+	sed -e 's/SimplePoolFile4.root/SimplePoolFile2.root/g' |\
+	sed -e 's/SimplePoolCollection4.root/SimplePoolCollection2.root/g' > ${joblog}.tmp
+        mv ${joblog}.tmp ${joblog}
+    elif [ "${test}" == "AthenaPoolExample_ReWriteAgain" ]
+    then
+        cat ${joblog} |\
+	sed -e 's/SimplePoolReplica1.root/SimplePoolFile1.root/g' > ${joblog}.tmp
+        mv ${joblog}.tmp ${joblog}
+    elif [ "${test}" == "AthenaPoolExample_ReWriteNext" ]
+    then
+        cat ${joblog} |\
+	sed -e 's/SimplePoolReplica1.root/SimplePoolFile1.root/g' > ${joblog}.tmp
+        mv ${joblog}.tmp ${joblog}
+    elif [ "${test}" == "AthenaPoolExample_ReadAgain" ]
+    then
+        cat ${joblog} |\
+        sed -e 's/4.root/3.root/g' |\
+	sed -e 's/SimplePoolReplica1.root/SimplePoolFile1.root/g' > ${joblog}.tmp
+        mv ${joblog}.tmp ${joblog}
+    elif [ "${test}" == "AthenaPoolExample_ReadBNzip" -o "${test}" == "AthenaPoolExample_ReadBNzipAgain" ]
+    then
+        cat ${joblog} |\
+	sed '/SimplePoolFile3.root/,/[)0]/ s/Stream2/Stream1/g' > ${joblog}.tmp
+        mv ${joblog}.tmp ${joblog}
+    elif [ "${test}" == "AthenaPoolExample_ReadConcat" ]
+    then
+        cat ${joblog} |\
+	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 ]
+    then
+        cat ../test/empty.pattern ../test/${test}.pattern > ../run/${test}.pattern
+	pattern=../run/${test}.pattern
+    else
+	pattern=../test/empty.pattern
+    fi
+    if [ "${status}" = 0 ]
+	then
+	echo " post.sh> OK: ${test} exited normally. Output is in ${joblog} "
+	reflog=../test/${ref}.ref
+	if [ -r ${reflog} ]
+	    then
+#	    echo " post.sh> Now comparing output with reference"
+	    diff -a -b -B  ${joblog} ${reflog} |\
+                # ignore diff annotations
+	        egrep -a -v '^---|^[[:digit:]]+[acd,][[:digit:]]+' |\
+                # ignore package names e.g. Package-00-00-00
+		egrep -a -v '\w+-r[[:digit:]]{6}' |\
+		egrep -a -v '\w+-[[:digit:]]{2}-[[:digit:]]{2}-[[:digit:]]{2}' |\
+                # ignore ROOT version details
+		egrep -a -v 'File version:53[[:digit:]]{3}' |\
+		# for now ignore IProxyDict dictionary warning
+		egrep -a -v 'Warning in <TClass::TClass>: no dictionary for class IProxyDict is available' |\
+		# ignore cpu usage printouts
+		egrep -a -v 'ChronoStatSvc +INFO Time' |\
+		egrep -a -v 'Time left.+ Seconds' |\
+		egrep -a -v 'Timeleft.+ sec' |\
+		egrep -a -v 'INFO Time User' |\
+		# ignore date and release
+		egrep -a -v '[Mon|Tue|Wed|Thu|Fri|Sat|Sun] [[:alpha:]]{3} +[[:digit:]]+ [[:digit:]]{2}:[[:digit:]]{2}:[[:digit:]]{2}' |\
+		egrep -a -v 'Athena               INFO using release' |\
+		# ignore clid db file name
+		egrep -a -v 'from CLIDDB file'  |\
+		# ignore slug machine printout
+		egrep -a -v ' Machine: .* System and Processor Info'  |\
+		egrep -a -v ' Jobname = .* Machine =' |\
+		# ignore slug pid printout
+		egrep -a -v 'Atlas Detector Simulation, Reconstruction and Analysis Running on'  |\
+		egrep -a -v 'Program:  Slug-Dice-Arecon .+ pid +[[:digit:]]+'  |\
+		#ignore DllClassManager DEBUG messages
+		egrep -a -v 'DllClassManager     DEBUG' |\
+		# ignore slug Library printout
+		egrep -a -v 'Library of +[[:digit:]]+ at +[[:digit:]]+'  |\
+		egrep -a -v 'Library compiled on +[[:digit:]]'  |\
+		# ignore rcs version comments
+		egrep -a -v 'Id: .+ Exp \$'  |\
+		# ignore listings
+		egrep -a -v 'athena.*listing'  |\
+		# ignore ptr values for LArCell
+		#egrep -a -v 'Found elem'  |\
+		# ignore file names
+		egrep -a -v 'Reading file'  |\
+		# ignore AthenaSealSvc checks
+		egrep -a -v 'AthenaSealSvc'  |\
+		# ignore DataHeader GUID changes
+		egrep -a -v '\[CNT=POOLContainer_DataHeader\]'  |\
+		egrep -a -v '\[CNT=POOLContainer\(DataHeader\)\]'  |\
+		# ignore Appmgr msgs
+		egrep -a -v 'ApplicationMgr       INFO Successfully loaded modules' |\
+		egrep -a -v 'EventPersistenc...   INFO "CnvServices"'  |\
+		egrep -a -v 'ClassIDSvc' |\
+		egrep -a -v 'bmagatlas' |\
+		egrep -a -v 'GeoModel' |\
+		egrep -a -v 'LArNumberHelper' |\
+		egrep -v -f ${pattern} \
+	    > ${joblog}.tmp
+	    grep "^< " ${joblog}.tmp | cut -d' ' -f2-99 > ${joblog}.tmp1
+	    grep "^> " ${joblog}.tmp | cut -d' ' -f2-99 > ${joblog}.tmp2
+	    diff ${joblog}.tmp1 ${joblog}.tmp2
+	    diffStatus=${?}
+	    rm ${joblog}.tmp*
+	    if [ ${diffStatus} != 0 ]
+		then
+		echo " post.sh> ERROR: ${joblog} and ${reflog} differ "
+#		exit 1
+	    else
+		echo " post.sh> OK: ${joblog} and ${reflog} identical "
+	    fi
+	else
+	    tail ${joblog}
+	    echo " post.sh> WARNING: reference output ${reflog} not available "
+	    echo  " post.sh> Please check ${PWD}/${joblog}"
+	fi
+    else
+	tail ${joblog}
+	echo  " post.sh> ERROR: Athena exited abnormally! Exit code: ${status} "
+	echo  " post.sh> Please check ${PWD}/${joblog}"
+	exit 1
+    fi
+    if [ "${test}" == "AthenaPoolExample_AppendFast" ]
+    then
+	mergePOOL.exe -o SimplePoolFile2.root -i SimplePoolFileA.root -i SimplePoolFileB.root
+	mv Catalog1.xml Catalog1.xml.old
+	rm SimplePoolFileA.root SimplePoolFileB.root
+	pool_insertFileToCatalog -u xmlcatalog_file:Catalog1.xml EmptyPoolFile.root SimplePoolFile1.root SimplePoolFile2.root
+    fi
+fi
+
+# Check output for ERROR/FATAL
+joblog=${test}.log
+echo
+
+exit ${status}
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/pre_check.sh b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/pre_check.sh
new file mode 100755
index 00000000000..e8eac0d8410
--- /dev/null
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/pre_check.sh
@@ -0,0 +1,147 @@
+#!/bin/sh -xv
+# Cleaning
+test=${1}
+/bin/rm -f ${test}.log ${test}.py
+#
+if [ "${test}" = "AthenaPoolExample_Write" ]
+then
+	echo "## clean up"
+	echo $LD_LIBRARY_PATH
+	/bin/rm -f *
+elif [ "${test}" = "AthenaPoolExample_Concat" ]
+then
+	echo "## clean up ii"
+	/bin/rm -f SimplePool*[13].root
+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
+elif [ "${test}" = "AthenaPoolExample_WMeta" ]
+then
+	echo "## clean up iii"
+	/bin/rm -f Catalog1.xml* SimplePool*1.root SimplePool*2.root SimplePool*3.root SimplePool*4.root
+	/bin/rm -f *.root *.xml* *.h5
+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
+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 | \
+#	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
+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
+elif [ "${test}" == "AthenaPoolExample_RWcBs" ]
+then
+	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`
+	FCregisterPFN -g ${guid} -t "BYTE_STREAM" -p "test_defl.data" # For now, as catalogBytestreamFiles.sh fails on gcc4.8
+#exit 1
+elif [ "${test}" == "AthenaPoolExample_ReadBNzip" ]
+then
+	zip -n root ArchiveFile EmptyPoolFile.root SimplePoolFile*
+	FCaddReplica -u xmlcatalog_file:Catalog1.xml -r ArchiveFile.zip#EmptyPoolFile.root -p EmptyPoolFile.root
+	FCaddReplica -u xmlcatalog_file:Catalog1.xml -r ArchiveFile.zip#SimplePoolFile1.root -p SimplePoolFile1.root
+	FCdeletePFN -u xmlcatalog_file:Catalog1.xml -p EmptyPoolFile.root
+	FCdeletePFN -u xmlcatalog_file:Catalog1.xml -p SimplePoolFile1.root
+	FCdeletePFN -u xmlcatalog_file:Catalog1.xml -p SimplePoolFile2.root
+	FCdeletePFN -u xmlcatalog_file:Catalog1.xml -p SimplePoolFile3.root
+	/bin/rm -f EmptyPoolFile.root SimplePoolFile*
+	pool_insertFileToCatalog -u xmlcatalog_file:Catalog1.xml ArchiveFile.zip#SimplePoolFile2.root ArchiveFile.zip#SimplePoolFile3.root
+	cat ../share/AthenaPoolExample_ReadJobOptions.py | \
+	sed -e 's/^svcMgr.AthenaPoolAddressProviderSvc.BackNavigation = TRUE/svcMgr.AthenaPoolAddressProviderSvc.BackNavigation = FALSE/g' | \
+	sed -e 's/^#svcMgr.AthenaPoolAddressProviderSvc.BackNavigationScope/svcMgr.AthenaPoolAddressProviderSvc.BackNavigationScope/g' | \
+	sed -e 's/EmptyPoolFile/ArchiveFile.zip#EmptyPoolFile/g' | \
+	sed -e 's/SimplePoolFile/ArchiveFile.zip#SimplePoolFile/g' > ${test}.py
+elif [ "${test}" == "AthenaPoolExample_ReadBNzipAgain" ]
+then
+	cat ./AthenaPoolExample_ReadBNzip.py | \
+	sed -e 's/ArchiveFile/root:\/\/castoratlas\/\/castor\/cern\.ch\/user\/g\/gemmeren\/ArchiveFile/g' > ${test}.py
+	xrdcp ArchiveFile.zip root://castoratlas//castor/cern.ch/user/g/gemmeren/ArchiveFile.zip
+	mv Catalog1.xml Catalog1.xml.old
+	mv ArchiveFile.zip ArchiveFile.zip.old
+	pool_insertFileToCatalog -u xmlcatalog_file:Catalog1.xml root://castoratlas//castor/cern.ch/user/g/gemmeren/ArchiveFile.zip#EmptyPoolFile.root root://castoratlas//castor/cern.ch/user/g/gemmeren/ArchiveFile.zip#SimplePoolFile1.root root://castoratlas//castor/cern.ch/user/g/gemmeren/ArchiveFile.zip#SimplePoolFile2.root root://castoratlas//castor/cern.ch/user/g/gemmeren/ArchiveFile.zip#SimplePoolFile3.root
+fi
+# Turn off pool verbose printing
+export POOL_OUTMSG_LEVEL=4
-- 
GitLab