From d33bbc09e0acba3df4475d2a6327dbde186dff41 Mon Sep 17 00:00:00 2001
From: Peter Van Gemmeren <gemmeren@lxplus068.cern.ch>
Date: Mon, 1 Oct 2018 20:33:23 +0200
Subject: [PATCH] Cleanup EventSelector and jobOptions/test clients to remove
 BackNavigation

---
 .../AthenaPoolMultiTest/share/CheckNull_jo.py |    1 -
 .../AthenaPoolTest/CMakeLists.txt             |    7 +-
 .../share/AthenaPoolTestReadAfterCopy.py      |    1 -
 .../share/AthenaPoolTestReadNav.py            |    2 -
 .../CaloCluster2StepReader_jobOptions.py      |    1 -
 Commission/CommissionUtils/share/AnaCosmic.py |    1 -
 .../CMakeLists.txt                            |   19 +-
 .../share/AthenaPoolExample_Read.ref          |  927 ++---
 .../share/AthenaPoolExample_ReadAgain.ref     |  815 +----
 .../AthenaPoolExample_ReadAgainJobOptions.py  |    7 +-
 .../share/AthenaPoolExample_ReadBN.ref        | 3066 -----------------
 .../AthenaPoolExample_ReadBNJobOptions.py     |  110 -
 .../share/AthenaPoolExample_ReadConcat.ref    |  765 +---
 .../share/AthenaPoolExample_ReadJobOptions.py |    7 +-
 .../share/AthenaPoolExample_ReadNoBN.ref      | 2566 --------------
 .../AthenaPoolExample_ReadNoBNJobOptions.py   |  110 -
 .../EventSelectorAthenaPool_jobOptions.py     |    2 -
 .../src/AthenaPoolAddressProviderSvc.cxx      |  136 +-
 .../src/AthenaPoolAddressProviderSvc.h        |    5 -
 .../src/EventSelectorAthenaPool.cxx           |  255 +-
 .../src/EventSelectorAthenaPool.h             |    8 +-
 .../src/PoolCollectionConverter.cxx           |   35 +-
 .../src/PoolCollectionConverter.h             |    9 +-
 Database/FileStager/share/input_FileStager.py |    1 -
 .../FileStager/share/input_FileStagerRFCP.py  |    1 -
 .../FileStager/share/input_FileStagerXRFCP.py |    1 -
 .../share/AODElectronContainerReader.py       |    1 -
 .../CscValidationUtil/share/CscDataBuilder.py |    1 -
 .../share/AnalysisCommon_jobOptions.py        |    1 -
 .../share/ReadTruthParticles_topOptions.py    |    1 -
 .../share/VFitZmmOnAOD_jobOptions_NEW.py      |    2 -
 .../AnalysisTest/share/NavTest_topOptions.py  |    3 -
 .../share/ReadINav4MomAssocs_jobOptions.py    |    1 -
 .../share/WriteINav4MomAssocs_jobOptions.py   |    1 -
 .../share/FastSimToAOD_topOptions.py          |    1 -
 .../AANSelection_AODanalysis_topOptions.py    |    2 -
 .../share/AnalysisSkeleton_topOptions.py      |    1 -
 .../share/AnalysisSkeleton_topOptions_NEW.py  |    1 -
 .../share/Interactive_topO.py                 |    1 -
 .../PanTauExample/share/PanTau_topOptions.py  |    1 -
 .../share/AnalysisCommon_topOptions.py        |   10 -
 .../share/RecExCommon_topOptions.py           |   10 -
 .../python/TrigDecisionMakerConfig.py         |    1 -
 .../run/TrigInDetAnalysis_topOptions.py       |    1 -
 .../run/TrigInDetAnalysis_topOptions.py       |    1 -
 .../run/process_run_0152116.py                |    1 -
 .../run/process_run_0152166.py                |    1 -
 .../share/HLTIDtrkMon_DumpTDT.py              |    1 -
 .../run/TrigIDJpsiMonitoring_topOptions.py    |    3 -
 .../grid_TrigIDJpsiMonitoring_topOptions.py   |    3 -
 .../share/TrigIDtrkMonitoring_ESDAOD.py       |    1 -
 .../share/L1Simulation_topOptions.py          |    3 -
 .../JiveXML/share/JiveXML_jobOptions_AOD.py   |    1 -
 53 files changed, 626 insertions(+), 8287 deletions(-)
 delete mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBN.ref
 delete mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBNJobOptions.py
 delete mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadNoBN.ref
 delete mode 100644 Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadNoBNJobOptions.py

diff --git a/AtlasTest/DatabaseTest/AthenaPoolMultiTest/share/CheckNull_jo.py b/AtlasTest/DatabaseTest/AthenaPoolMultiTest/share/CheckNull_jo.py
index ec1f38d950d..8597eeeb6f3 100755
--- a/AtlasTest/DatabaseTest/AthenaPoolMultiTest/share/CheckNull_jo.py
+++ b/AtlasTest/DatabaseTest/AthenaPoolMultiTest/share/CheckNull_jo.py
@@ -34,7 +34,6 @@ import AthenaPoolCnvSvc.ReadAthenaPool
 svcMgr.PoolSvc.ReadCatalog = ["xmlcatalog_file:SplittableData.xml"]
 
 svcMgr.EventSelector.InputCollections = [ "PFN:NullableCollection.root" ]
-svcMgr.EventSelector.BackNavigation = TRUE; # // switch on BackNavigation of AddressProvider
 svcMgr.EventSelector.CollectionType = "ExplicitROOT"
 
 #from AthenaPoolExampleAlgorithms.AthenaPoolExampleAlgorithmsConf import AthPoolEx__QueryTag
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/CMakeLists.txt b/AtlasTest/DatabaseTest/AthenaPoolTest/CMakeLists.txt
index 5a1be437572..9ebb524efee 100644
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/CMakeLists.txt
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/CMakeLists.txt
@@ -97,11 +97,6 @@ athenapooltest_run_test( AthenaPoolTestRead AthenaPoolTestRead
 athenapooltest_run_test( AthenaPoolTestStep2Write AthenaPoolTestStep2Write
                          "^..AthenaPoolTestD"
                          DEPENDS AthenaPoolTestRead )
-# AthenaPoolTestReadNav - read back from Step2 - part in one file,
-# part in another file
-athenapooltest_run_test( AthenaPoolTestReadNav AthenaPoolTestReadNav
-                         "AthenaPoolTestD"
-                         DEPENDS AthenaPoolTestStep2Write )
 
 # Copy the Step2 file
 #athenapooltest_run_test( AthenaPoolTestCopy AthenaPoolTestCopy
@@ -128,7 +123,7 @@ athenapooltest_run_test( AthenaPoolTestReadNav AthenaPoolTestReadNav
 # Test write/read of indet rdos:
 athenapooltest_run_test( InDetRawDataWriter InDetRawDataWriter_jobOptions
                          "InDetRawDataFak"
-                         DEPENDS AthenaPoolTestReadNav )
+                         DEPENDS AthenaPoolTestStep2Write )
 athenapooltest_run_test( InDetRawDataRead InDetRawDataReader_jobOptions
                          "InDetRawDataFak"
                          DEPENDS InDetRawDataWriter )
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestReadAfterCopy.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestReadAfterCopy.py
index f9811f56824..cf389b8c14c 100755
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestReadAfterCopy.py
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestReadAfterCopy.py
@@ -19,7 +19,6 @@ include( "AthenaPoolCnvSvc/ReadAthenaPool_jobOptions.py" )
 EventSelector = Service( "EventSelector" )
 # To read back from two files:
 EventSelector.InputCollections       = [ "SimplePoolFile2.root" ]
-EventSelector.BackNavigation         = True
 #EventSelector.OutputLevel            = DEBUG
 #--------------------------------------------------------------
 # Event related parameters
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestReadNav.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestReadNav.py
index 7c70aefcdc5..46f30a85c78 100755
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestReadNav.py
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestReadNav.py
@@ -30,8 +30,6 @@ import AthenaPoolCnvSvc.ReadAthenaPool
 
 # To read back from two files:
 svcMgr.EventSelector.InputCollections       = [ "SimplePoolFile1.root" ]
-svcMgr.AthenaPoolAddressProviderSvc.BackNavigation = True
-#svcMgr.EventSelector.BackNavigation         = TRUE
 #svcMgr.EventSelector.OutputLevel            = 2
 #--------------------------------------------------------------
 # Event related parameters
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/CaloCluster2StepReader_jobOptions.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/CaloCluster2StepReader_jobOptions.py
index 8b4d89d98ab..540b1692d74 100755
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/CaloCluster2StepReader_jobOptions.py
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/CaloCluster2StepReader_jobOptions.py
@@ -37,7 +37,6 @@ include ("RecExCond/AllDet_detDescr.py")
 #--------------------------------------------------------------
 EventSelector = Service( "EventSelector" )
 EventSelector.InputCollections        = [ "SimplePoolFile2.root" ]
-EventSelector.BackNavigation         = True
 #--------------------------------------------------------------
 # Event related parameters
 #--------------------------------------------------------------
diff --git a/Commission/CommissionUtils/share/AnaCosmic.py b/Commission/CommissionUtils/share/AnaCosmic.py
index 1394b2d6806..642cc9f1fcc 100644
--- a/Commission/CommissionUtils/share/AnaCosmic.py
+++ b/Commission/CommissionUtils/share/AnaCosmic.py
@@ -9,7 +9,6 @@ DetFlags.digitize.all_setOff()
 include ("AthenaPoolCnvSvc/ReadAthenaPool_jobOptions.py")
 
 EventSelector = Service("EventSelector") 
-# EventSelector.BackNavigation = True 
 
 if not 'inputFile'  in dir() : 
  inputFile="cosmic.reco.pool.root"
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/CMakeLists.txt b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/CMakeLists.txt
index 651307a088a..9403d72601c 100644
--- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/CMakeLists.txt
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/CMakeLists.txt
@@ -90,25 +90,12 @@ _add_test( AthenaPoolExample_ReWrite
 # Read all output
 _add_test( AthenaPoolExample_Read
    "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadJobOptions.py"
-   EXTRA_PATTERNS "BYTES_READ|DEBUG lookupPFN|DEBUG registered PFN|XMLCatalog +INFO|Found address:"
+   EXTRA_PATTERNS "BYTES_READ|READ_CALLS|DEBUG lookupPFN|DEBUG registered PFN|XMLCatalog +INFO|Found address:"
    DEPENDS AthenaPoolExampleAlgorithms_AthenaPoolExample_ReWrite_ctest )
-# Read all output including scoped BackNavigation
-_add_test( AthenaPoolExample_ReadBN
-   "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadBNJobOptions.py"
-   EXTRA_PATTERNS "BYTES_READ|DEBUG lookupPFN|DEBUG registered PFN|XMLCatalog +INFO|Found Address:"
-   DEPENDS AthenaPoolExampleAlgorithms_AthenaPoolExample_ReWrite_ctest )
-# Read all output w/o BackNavigation
-_add_test( AthenaPoolExample_ReadNoBN
-   "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadNoBNJobOptions.py"
-   EXTRA_PATTERNS "BYTES_READ|READ_CALLS|DEBUG lookupPFN|DEBUG registered PFN|XMLCatalog +INFO"
-   DEPENDS AthenaPoolExampleAlgorithms_AthenaPoolExample_ReWrite_ctest )
-
 # Copy 'Hits' file without extending provenance
 _add_test( AthenaPoolExample_Copy
    "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_CopyJobOptions.py"
    DEPENDS AthenaPoolExampleAlgorithms_AthenaPoolExample_Read_ctest
-           AthenaPoolExampleAlgorithms_AthenaPoolExample_ReadBN_ctest
-           AthenaPoolExampleAlgorithms_AthenaPoolExample_ReadNoBN_ctest
    EXTRA_PATTERNS "DEBUG lookupPFN|DEBUG registered PFN|XMLCatalog +INFO" )
 # Read copied 'Hits' and write 'Tracks'
 _add_test( AthenaPoolExample_ReWriteAgain
@@ -130,7 +117,7 @@ _add_test( AthenaPoolExample_RFilter
 # Read all (including bad files, skipped for now expected failure)
 _add_test( AthenaPoolExample_ReadAgain
    "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadAgainJobOptions.py"
-   EXTRA_PATTERNS "Deaccess DbContainer|Database being retired|BYTES_READ|endTransaction|Bytes:|DEBUG lookupPFN|DEBUG registered PFN|XMLCatalog +INFO"
+   EXTRA_PATTERNS "BYTES_READ|READ_CALLS|DEBUG lookupPFN|DEBUG registered PFN|XMLCatalog +INFO|Found address:"
    DEPENDS AthenaPoolExampleAlgorithms_AthenaPoolExample_RFilter_ctest )
 
 # Concatenate jobs write 'Hits' and 'Tracks' to different streams
@@ -149,7 +136,7 @@ _add_test( AthenaPoolExample_ReadConcat
 _add_test( AthenaPoolExample_WCond
    "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_WCondJobOptions.py"
    DEPENDS AthenaPoolExampleAlgorithms_AthenaPoolExample_ReadConcat_ctest
-   EXTRA_PATTERNS "DEBUG lookupPFN|DEBUG registered PFN|XMLCatalog +INFO" )
+   EXTRA_PATTERNS "BYTES_READ|READ_CALLS|DEBUG lookupPFN|DEBUG registered PFN|XMLCatalog +INFO|Found address:" )
 _add_test( AthenaPoolExample_RCond
    "athena.py AthenaPoolExampleAlgorithms/AthenaPoolExample_RCondJobOptions.py"
    DEPENDS AthenaPoolExampleAlgorithms_AthenaPoolExample_WCond_ctest
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_Read.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_Read.ref
index eda00b45dab..3e95edfc968 100644
--- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_Read.ref
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_Read.ref
@@ -1,19 +1,19 @@
-Mon Sep 24 15:28:54 CEST 2018
+Wed Jul 18 18:24:44 CEST 2018
 Preloading tcmalloc_minimal.so
 Athena               INFO including file "AthenaCommon/Preparation.py"
 Athena               INFO including file "AthenaCommon/Atlas.UnixStandardJob.py"
 Athena               INFO executing ROOT6Setup
 Athena               INFO including file "AthenaCommon/Execution.py"
-Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadJobOptions.py"
-Py:ConfigurableDb    INFO Read module info for 5494 configurables from 54 genConfDb files
+Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadNoBNJobOptions.py"
+Py:ConfigurableDb    INFO Read module info for 5511 configurables from 52 genConfDb files
 Py:ConfigurableDb    INFO No duplicates have been found: that's good !
 Athena               INFO including file "AthenaCommon/runbatch.py"
 [?1034hApplicationMgr       INFO Updating Gaudi::PluginService::SetDebug(level) to level= 'PluginDebugLevel':0
 ApplicationMgr       INFO Updating Gaudi::PluginService::SetDebug(level) to level= 'PluginDebugLevel':0
 ApplicationMgr    SUCCESS 
 ====================================================================================================================================
-                                                   Welcome to ApplicationMgr (GaudiCoreSvc v30r3)
-                                          running on lxplus030.cern.ch on Mon Sep 24 15:29:14 2018
+                                                   Welcome to ApplicationMgr (GaudiCoreSvc v30r2)
+                                          running on lxplus052.cern.ch on Wed Jul 18 18:24:53 2018
 ====================================================================================================================================
 ApplicationMgr       INFO Successfully loaded modules : AthenaServices
 ApplicationMgr       INFO Application Manager Configured successfully
@@ -21,10 +21,10 @@ ApplicationMgr       INFO Updating Gaudi::PluginService::SetDebug(level) to leve
 StatusCodeSvc        INFO initialize
 AthDictLoaderSvc     INFO in initialize...
 AthDictLoaderSvc     INFO acquired Dso-registry
-ClassIDSvc           INFO  getRegistryEntries: read 2946 CLIDRegistry entries for module ALL
+ClassIDSvc           INFO  getRegistryEntries: read 2428 CLIDRegistry entries for module ALL
 CoreDumpSvc          INFO install f-a-t-a-l handler... (flag = -1)
 AthenaEventLoopMgr   INFO Initializing AthenaEventLoopMgr - package version AthenaServices-00-00-00
-ClassIDSvc           INFO  getRegistryEntries: read 889 CLIDRegistry entries for module ALL
+ClassIDSvc           INFO  getRegistryEntries: read 916 CLIDRegistry entries for module ALL
 ReadData            DEBUG Property update for OutputLevel : new value = 2
 ReadData             INFO in initialize()
 MetaDataSvc         DEBUG Property update for OutputLevel : new value = 2
@@ -36,8 +36,8 @@ PoolSvc             DEBUG Service base class initialized successfully
 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
 DBReplicaSvc         INFO Frontier server at (serverurl=http://atlasfrontier-local.cern.ch:8000/atlr)(serverurl=http://atlasfrontier-ai.cern.ch:8000/atlr)(serverurl=http://lcgft-atlas.gridpp.rl.ac.uk:3128/frontierATLAS)(serverurl=http://ccfrontier.in2p3.fr:23128/ccin2p3-AtlasFrontier)(proxyurl=http://ca-proxy.cern.ch:3128)(proxyurl=http://ca-proxy-meyrin.cern.ch:3128)(proxyurl=http://ca-proxy-wigner.cern.ch:3128) will be considered for COOL data
-DBReplicaSvc         INFO Read replica configuration from /cvmfs/atlas-nightlies.cern.ch/repo/sw/master/2018-09-22T2103/Athena/22.0.1/InstallArea/x86_64-slc6-gcc62-dbg/share/dbreplica.config
-DBReplicaSvc         INFO Total of 10 servers found for host lxplus030.cern.ch [ATLF ATLAS_COOLPROD atlas_dd ATLAS_CONFIG INT8R INTR ATONR_COOL ATONR_CONF DEVDB11 ATLF ]
+DBReplicaSvc         INFO Read replica configuration from /cvmfs/atlas-nightlies.cern.ch/repo/sw/master/2018-07-17T2058/Athena/22.0.1/InstallArea/x86_64-slc6-gcc62-opt/share/dbreplica.config
+DBReplicaSvc         INFO Total of 10 servers found for host lxplus052.cern.ch [ATLF ATLAS_COOLPROD atlas_dd ATLAS_CONFIG INT8R INTR ATONR_COOL ATONR_CONF DEVDB11 ATLF ]
 PoolSvc              INFO Successfully setup replica sorting algorithm
 PoolSvc             DEBUG OutputLevel is 
 PoolSvc              INFO Setting up APR FileCatalog and Streams
@@ -161,7 +161,6 @@ MetaDataHdr(Dat...  DEBUG Opening
 MetaDataHdr(Dat...  DEBUG    attributes# = 1
 MetaDataHdr(Dat...  DEBUG Branch container 'DataHeader'
 MetaDataHdr(Dat...  DEBUG Opened container MetaDataHdr(DataHeader) of type ROOT_Tree
-ClassIDSvc           INFO  getRegistryEntries: read 1964 CLIDRegistry entries for module ALL
 EventPersistenc...   INFO Added successfully Conversion service:AthenaPoolCnvSvc
 SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
 MetaDataHdrForm...  DEBUG Opening
@@ -226,7 +225,6 @@ MetaDataHdr(Dat...  DEBUG Opening
 MetaDataHdr(Dat...  DEBUG    attributes# = 1
 MetaDataHdr(Dat...  DEBUG Branch container 'DataHeader'
 MetaDataHdr(Dat...  DEBUG Opened container MetaDataHdr(DataHeader) of type ROOT_Tree
-ClassIDSvc           INFO  getRegistryEntries: read 2 CLIDRegistry entries for module ALL
 EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
 MetaDataHdrForm...  DEBUG Opening
 MetaDataHdrForm...  DEBUG    attributes# = 1
@@ -261,6 +259,7 @@ EventSelector        INFO skipping event 9
 EventSelector        INFO skipping event 10
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
+ClassIDSvc           INFO  getRegistryEntries: read 1717 CLIDRegistry entries for module ALL
 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]
@@ -319,8 +318,8 @@ ReadData             INFO Hit x = 1023.7 y = 57.9027 z = -953.684 detector = Dum
 ReadData             INFO Hit x = 1026.91 y = 52.2238 z = -955.073 detector = DummyHitDetector
 ReadData             INFO Hit x = 1030.12 y = 46.5449 z = -956.169 detector = DummyHitDetector
 ClassIDSvc           INFO  getRegistryEntries: read 10 CLIDRegistry entries for module ALL
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20093
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
 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
@@ -352,8 +351,8 @@ ReadData             INFO Hit x = 1120.49 y = 63.5816 z = -1051.86 detector = Du
 ReadData             INFO Hit x = 1123.7 y = 57.9027 z = -1053.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1126.91 y = 52.2238 z = -1055.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1130.12 y = 46.5449 z = -1056.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20093
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
 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
@@ -385,8 +384,8 @@ ReadData             INFO Hit x = 1220.49 y = 63.5816 z = -1151.86 detector = Du
 ReadData             INFO Hit x = 1223.7 y = 57.9027 z = -1153.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1226.91 y = 52.2238 z = -1155.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1230.12 y = 46.5449 z = -1156.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20093
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
 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
@@ -418,8 +417,8 @@ ReadData             INFO Hit x = 1320.49 y = 63.5816 z = -1251.86 detector = Du
 ReadData             INFO Hit x = 1323.7 y = 57.9027 z = -1253.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1326.91 y = 52.2238 z = -1255.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1330.12 y = 46.5449 z = -1256.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20093
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
 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
@@ -451,8 +450,8 @@ ReadData             INFO Hit x = 1420.49 y = 63.5816 z = -1351.86 detector = Du
 ReadData             INFO Hit x = 1423.7 y = 57.9027 z = -1353.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1426.91 y = 52.2238 z = -1355.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1430.12 y = 46.5449 z = -1356.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20093
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
 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
@@ -484,8 +483,8 @@ ReadData             INFO Hit x = 1520.49 y = 63.5816 z = -1451.86 detector = Du
 ReadData             INFO Hit x = 1523.7 y = 57.9027 z = -1453.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1526.91 y = 52.2238 z = -1455.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1530.12 y = 46.5449 z = -1456.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20093
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
 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
@@ -517,8 +516,8 @@ ReadData             INFO Hit x = 1620.49 y = 63.5816 z = -1551.86 detector = Du
 ReadData             INFO Hit x = 1623.7 y = 57.9027 z = -1553.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1626.91 y = 52.2238 z = -1555.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1630.12 y = 46.5449 z = -1556.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20093
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
 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
@@ -550,8 +549,8 @@ ReadData             INFO Hit x = 1720.49 y = 63.5816 z = -1651.86 detector = Du
 ReadData             INFO Hit x = 1723.7 y = 57.9027 z = -1653.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1726.91 y = 52.2238 z = -1655.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1730.12 y = 46.5449 z = -1656.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20093
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
 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
@@ -583,8 +582,8 @@ ReadData             INFO Hit x = 1820.49 y = 63.5816 z = -1751.86 detector = Du
 ReadData             INFO Hit x = 1823.7 y = 57.9027 z = -1753.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1826.91 y = 52.2238 z = -1755.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1830.12 y = 46.5449 z = -1756.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20093
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
 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
@@ -616,11 +615,10 @@ ReadData             INFO Hit x = 1920.49 y = 63.5816 z = -1851.86 detector = Du
 ReadData             INFO Hit x = 1923.7 y = 57.9027 z = -1853.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1926.91 y = 52.2238 z = -1855.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1930.12 y = 46.5449 z = -1856.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20093
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #19, run #1 10 events processed so far  <<<===
 MetaDataSvc         DEBUG handle() EndInputFile for FID:????
-EventSelector        INFO Disconnecting input sourceID: ????
 Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
 Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
 EventSelector       DEBUG Try item: "EmptyPoolFile.root" from the collection list.
@@ -814,8 +812,8 @@ ReadData             INFO EventInfo event: 0 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #0, run #1 11 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -842,8 +840,8 @@ ReadData             INFO EventInfo event: 1 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #1, run #1 12 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -870,8 +868,8 @@ ReadData             INFO EventInfo event: 2 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #2, run #1 13 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -898,8 +896,8 @@ ReadData             INFO EventInfo event: 3 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #3, run #1 14 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -926,8 +924,8 @@ ReadData             INFO EventInfo event: 4 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #4, run #1 15 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -954,8 +952,8 @@ ReadData             INFO EventInfo event: 5 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #5, run #1 16 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -982,8 +980,8 @@ ReadData             INFO EventInfo event: 6 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #6, run #1 17 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1010,8 +1008,8 @@ ReadData             INFO EventInfo event: 7 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #7, run #1 18 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1038,8 +1036,8 @@ ReadData             INFO EventInfo event: 8 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #8, run #1 19 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1066,8 +1064,8 @@ ReadData             INFO EventInfo event: 9 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #9, run #1 20 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1094,8 +1092,8 @@ ReadData             INFO EventInfo event: 10 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #10, run #1 21 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1122,8 +1120,8 @@ ReadData             INFO EventInfo event: 11 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #11, run #1 22 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1150,8 +1148,8 @@ ReadData             INFO EventInfo event: 12 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #12, run #1 23 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1178,8 +1176,8 @@ ReadData             INFO EventInfo event: 13 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #13, run #1 24 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1206,8 +1204,8 @@ ReadData             INFO EventInfo event: 14 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #14, run #1 25 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1234,8 +1232,8 @@ ReadData             INFO EventInfo event: 15 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #15, run #1 26 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1262,8 +1260,8 @@ ReadData             INFO EventInfo event: 16 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #16, run #1 27 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1290,8 +1288,8 @@ ReadData             INFO EventInfo event: 17 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #17, run #1 28 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1318,8 +1316,8 @@ ReadData             INFO EventInfo event: 18 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #18, run #1 29 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1346,8 +1344,8 @@ ReadData             INFO EventInfo event: 19 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #19, run #1 30 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1375,8 +1373,8 @@ ReadData             INFO EventInfo event: 20 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #20, run #2 31 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1403,8 +1401,8 @@ ReadData             INFO EventInfo event: 21 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #21, run #2 32 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1431,8 +1429,8 @@ ReadData             INFO EventInfo event: 22 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #22, run #2 33 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1459,8 +1457,8 @@ ReadData             INFO EventInfo event: 23 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #23, run #2 34 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1487,8 +1485,8 @@ ReadData             INFO EventInfo event: 24 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #24, run #2 35 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1515,8 +1513,8 @@ ReadData             INFO EventInfo event: 25 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #25, run #2 36 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1543,8 +1541,8 @@ ReadData             INFO EventInfo event: 26 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #26, run #2 37 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1571,8 +1569,8 @@ ReadData             INFO EventInfo event: 27 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #27, run #2 38 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1599,8 +1597,8 @@ ReadData             INFO EventInfo event: 28 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #28, run #2 39 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1627,8 +1625,8 @@ ReadData             INFO EventInfo event: 29 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #29, run #2 40 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1655,8 +1653,8 @@ ReadData             INFO EventInfo event: 30 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #30, run #2 41 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1683,8 +1681,8 @@ ReadData             INFO EventInfo event: 31 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #31, run #2 42 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1711,8 +1709,8 @@ ReadData             INFO EventInfo event: 32 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #32, run #2 43 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1739,8 +1737,8 @@ ReadData             INFO EventInfo event: 33 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #33, run #2 44 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1767,8 +1765,8 @@ ReadData             INFO EventInfo event: 34 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #34, run #2 45 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1795,8 +1793,8 @@ ReadData             INFO EventInfo event: 35 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #35, run #2 46 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1823,8 +1821,8 @@ ReadData             INFO EventInfo event: 36 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #36, run #2 47 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1851,8 +1849,8 @@ ReadData             INFO EventInfo event: 37 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #37, run #2 48 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1879,8 +1877,8 @@ ReadData             INFO EventInfo event: 38 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #38, run #2 49 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -1907,11 +1905,10 @@ ReadData             INFO EventInfo event: 39 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20439
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #39, run #2 50 events processed so far  <<<===
 MetaDataSvc         DEBUG handle() EndInputFile for FID:????
-EventSelector        INFO Disconnecting input sourceID: ????
 Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
 Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
 EventSelector       DEBUG Try item: "SimplePoolFile3.root" from the collection list.
@@ -2044,106 +2041,11 @@ CollectionTree(...  DEBUG    attributes# = 1
 CollectionTree(...  DEBUG Branch container 'ExampleTrackContainer_p1_MyTracks'
 CollectionTree(...  DEBUG Opened container CollectionTree(ExampleTrackContainer_p1/MyTracks) of type ROOT_Tree
 ReadData             INFO Track pt = 74.8928 eta = 3.1676 phi = 2.6161 detector = Track made in: DummyHitDetector
-Domain[ROOT_All]     INFO ->  Access   DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO                           SimplePoolFile1.root
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Shapes
-##Shapes            DEBUG Opening
-##Shapes            DEBUG    attributes# = 1
-##Shapes            DEBUG Opened container ##Shapes of type ROOT_Tree
-SimplePoolFile1...  DEBUG --->Reading Shape[0 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[1 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:ExampleHitContainer_p1 Typ:ExampleHitContainer_p1 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[2 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[3 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[4 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:Token Typ:Token [18] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[5 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:unsigned int Typ:unsigned int [3] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[6 , ????]: [1 Column(s)]
-SimplePoolFile1...  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...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Links
-##Links             DEBUG Opening
-##Links             DEBUG    attributes# = 1
-##Links             DEBUG Opened container ##Links of type ROOT_Tree
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/CollectionTree(ExampleHitContainer_p1/MyHits) [202]  (4 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (5 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLCollectionTree(Token) [202]  (7 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLCollectionTree(RunNumber) [202]  (8 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLCollectionTree(EventNumber) [202]  (9 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLCollectionTree(MagicNumber) [202]  (a , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (b , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (c , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (d , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-##Links             DEBUG No objects passing selection criteria... Container has 12 Entries in total.
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Params
-##Params            DEBUG Opening
-##Params            DEBUG    attributes# = 1
-##Params            DEBUG Opened container ##Params of type ROOT_Tree
-SimplePoolFile1...  DEBUG --->Reading Param:FID=[????]
-SimplePoolFile1...  DEBUG --->Reading Param:PFN=[SimplePoolFile1.root]
-SimplePoolFile1...  DEBUG --->Reading Param:POOL_VSN=[1.1]
-SimplePoolFile1...  DEBUG --->Reading Param:FORMAT_VSN=[1.1]
-##Params            DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
-POOLContainer(D...  DEBUG Opening
-POOLContainer(D...  DEBUG    attributes# = 1
-POOLContainer(D...  DEBUG Branch container 'DataHeader'
-POOLContainer(D...  DEBUG Opened container POOLContainer(DataHeader) of type ROOT_Tree
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
-POOLContainerFo...  DEBUG Opening
-POOLContainerFo...  DEBUG    attributes# = 1
-POOLContainerFo...  DEBUG Branch container 'DataHeaderForm'
-POOLContainerFo...  DEBUG Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits)
-CollectionTree(...  DEBUG Opening
-CollectionTree(...  DEBUG    attributes# = 1
-CollectionTree(...  DEBUG Branch container 'ExampleHitContainer_p1_MyHits'
-CollectionTree(...  DEBUG Opened container CollectionTree(ExampleHitContainer_p1/MyHits) of type ROOT_Tree
-ReadData             INFO ElementLink1 = 1.2345
-ReadData             INFO ElementLink2 = 30.1245
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1.2345
-ReadData             INFO Element = 0x???? : 4.4445
-ReadData             INFO Element = 0x???? : 10.8645
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1.2345
-ReadData             INFO Element = 0x???? : 17.2845
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1.2345
-ReadData             INFO Element = 0x???? : 17.2845
-ReadData             INFO Element = 0x???? : 10.8645
-ReadData             INFO Hit x = 1.2345 y = 97.655 z = 226.672 detector = DummyHitDetector
-ReadData             INFO Hit x = 4.4445 y = 91.9761 z = 94.7318 detector = DummyHitDetector
-ReadData             INFO Hit x = 7.6545 y = 86.2972 z = 70.2348 detector = DummyHitDetector
-ReadData             INFO Hit x = 10.8645 y = 80.6183 z = 59.9142 detector = DummyHitDetector
-ReadData             INFO Hit x = 14.0745 y = 74.9394 z = 54.2259 detector = DummyHitDetector
-ReadData             INFO Hit x = 17.2845 y = 69.2605 z = 50.6227 detector = DummyHitDetector
-ReadData             INFO Hit x = 20.4945 y = 63.5816 z = 48.1358 detector = DummyHitDetector
-ReadData             INFO Hit x = 23.7045 y = 57.9027 z = 46.3159 detector = DummyHitDetector
-ReadData             INFO Hit x = 26.9145 y = 52.2238 z = 44.9265 detector = DummyHitDetector
-ReadData             INFO Hit x = 30.1245 y = 46.5449 z = 43.831 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #0, run #1 51 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2165,32 +2067,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 1 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 137.584 eta = -39.525 phi = 17.2679 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 101.234
-ReadData             INFO ElementLink2 = 130.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 101.234
-ReadData             INFO Element = 0x???? : 104.444
-ReadData             INFO Element = 0x???? : 110.864
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 101.234
-ReadData             INFO Element = 0x???? : 117.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 101.234
-ReadData             INFO Element = 0x???? : 117.284
-ReadData             INFO Element = 0x???? : 110.864
-ReadData             INFO Hit x = 101.234 y = 97.655 z = 126.672 detector = DummyHitDetector
-ReadData             INFO Hit x = 104.444 y = 91.9761 z = -5.26816 detector = DummyHitDetector
-ReadData             INFO Hit x = 107.654 y = 86.2972 z = -29.7652 detector = DummyHitDetector
-ReadData             INFO Hit x = 110.864 y = 80.6183 z = -40.0858 detector = DummyHitDetector
-ReadData             INFO Hit x = 114.075 y = 74.9394 z = -45.7741 detector = DummyHitDetector
-ReadData             INFO Hit x = 117.284 y = 69.2605 z = -49.3773 detector = DummyHitDetector
-ReadData             INFO Hit x = 120.494 y = 63.5816 z = -51.8642 detector = DummyHitDetector
-ReadData             INFO Hit x = 123.704 y = 57.9027 z = -53.6841 detector = DummyHitDetector
-ReadData             INFO Hit x = 126.915 y = 52.2238 z = -55.0735 detector = DummyHitDetector
-ReadData             INFO Hit x = 130.125 y = 46.5449 z = -56.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #1, run #1 52 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2212,32 +2093,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 2 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 228.154 eta = -6.2704 phi = 31.9197 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 201.234
-ReadData             INFO ElementLink2 = 230.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 201.234
-ReadData             INFO Element = 0x???? : 204.445
-ReadData             INFO Element = 0x???? : 210.864
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 201.234
-ReadData             INFO Element = 0x???? : 217.285
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 201.234
-ReadData             INFO Element = 0x???? : 217.285
-ReadData             INFO Element = 0x???? : 210.864
-ReadData             INFO Hit x = 201.234 y = 97.655 z = 26.6723 detector = DummyHitDetector
-ReadData             INFO Hit x = 204.445 y = 91.9761 z = -105.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 207.654 y = 86.2972 z = -129.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 210.864 y = 80.6183 z = -140.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 214.075 y = 74.9394 z = -145.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 217.285 y = 69.2605 z = -149.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 220.494 y = 63.5816 z = -151.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 223.704 y = 57.9027 z = -153.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 226.915 y = 52.2238 z = -155.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 230.125 y = 46.5449 z = -156.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #2, run #1 53 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2259,32 +2119,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 3 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 324.306 eta = -15.8941 phi = 46.5715 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 301.235
-ReadData             INFO ElementLink2 = 330.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 301.235
-ReadData             INFO Element = 0x???? : 304.445
-ReadData             INFO Element = 0x???? : 310.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 301.235
-ReadData             INFO Element = 0x???? : 317.285
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 301.235
-ReadData             INFO Element = 0x???? : 317.285
-ReadData             INFO Element = 0x???? : 310.865
-ReadData             INFO Hit x = 301.235 y = 97.655 z = -73.3277 detector = DummyHitDetector
-ReadData             INFO Hit x = 304.445 y = 91.9761 z = -205.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 307.655 y = 86.2972 z = -229.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 310.865 y = 80.6183 z = -240.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 314.075 y = 74.9394 z = -245.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 317.285 y = 69.2605 z = -249.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 320.495 y = 63.5816 z = -251.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 323.705 y = 57.9027 z = -253.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 326.915 y = 52.2238 z = -255.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 330.125 y = 46.5449 z = -256.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #3, run #1 54 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2306,32 +2145,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 4 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 422.255 eta = -13.279 phi = 61.2233 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 401.235
-ReadData             INFO ElementLink2 = 430.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 401.235
-ReadData             INFO Element = 0x???? : 404.445
-ReadData             INFO Element = 0x???? : 410.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 401.235
-ReadData             INFO Element = 0x???? : 417.285
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 401.235
-ReadData             INFO Element = 0x???? : 417.285
-ReadData             INFO Element = 0x???? : 410.865
-ReadData             INFO Hit x = 401.235 y = 97.655 z = -173.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 404.445 y = 91.9761 z = -305.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 407.655 y = 86.2972 z = -329.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 410.865 y = 80.6183 z = -340.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 414.075 y = 74.9394 z = -345.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 417.285 y = 69.2605 z = -349.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 420.495 y = 63.5816 z = -351.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 423.705 y = 57.9027 z = -353.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 426.915 y = 52.2238 z = -355.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 430.125 y = 46.5449 z = -356.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #4, run #1 55 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2353,32 +2171,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 5 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 520.987 eta = -12.3511 phi = 75.8751 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 501.235
-ReadData             INFO ElementLink2 = 530.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 501.235
-ReadData             INFO Element = 0x???? : 504.445
-ReadData             INFO Element = 0x???? : 510.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 501.235
-ReadData             INFO Element = 0x???? : 517.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 501.235
-ReadData             INFO Element = 0x???? : 517.284
-ReadData             INFO Element = 0x???? : 510.865
-ReadData             INFO Hit x = 501.235 y = 97.655 z = -273.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 504.445 y = 91.9761 z = -405.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 507.655 y = 86.2972 z = -429.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 510.865 y = 80.6183 z = -440.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 514.075 y = 74.9394 z = -445.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 517.284 y = 69.2605 z = -449.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 520.495 y = 63.5816 z = -451.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 523.705 y = 57.9027 z = -453.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 526.914 y = 52.2238 z = -455.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 530.125 y = 46.5449 z = -456.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #5, run #1 56 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2400,32 +2197,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 6 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 620.127 eta = -11.8468 phi = 90.5269 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 601.235
-ReadData             INFO ElementLink2 = 630.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 601.235
-ReadData             INFO Element = 0x???? : 604.445
-ReadData             INFO Element = 0x???? : 610.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 601.235
-ReadData             INFO Element = 0x???? : 617.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 601.235
-ReadData             INFO Element = 0x???? : 617.284
-ReadData             INFO Element = 0x???? : 610.865
-ReadData             INFO Hit x = 601.235 y = 97.655 z = -373.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 604.445 y = 91.9761 z = -505.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 607.654 y = 86.2972 z = -529.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 610.865 y = 80.6183 z = -540.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 614.075 y = 74.9394 z = -545.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 617.284 y = 69.2605 z = -549.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 620.495 y = 63.5816 z = -551.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 623.705 y = 57.9027 z = -553.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 626.914 y = 52.2238 z = -555.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 630.125 y = 46.5449 z = -556.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #6, run #1 57 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2447,32 +2223,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 7 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 719.507 eta = -11.5247 phi = 105.179 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 701.235
-ReadData             INFO ElementLink2 = 730.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 701.235
-ReadData             INFO Element = 0x???? : 704.445
-ReadData             INFO Element = 0x???? : 710.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 701.235
-ReadData             INFO Element = 0x???? : 717.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 701.235
-ReadData             INFO Element = 0x???? : 717.284
-ReadData             INFO Element = 0x???? : 710.865
-ReadData             INFO Hit x = 701.235 y = 97.655 z = -473.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 704.445 y = 91.9761 z = -605.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 707.654 y = 86.2972 z = -629.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 710.865 y = 80.6183 z = -640.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 714.075 y = 74.9394 z = -645.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 717.284 y = 69.2605 z = -649.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 720.495 y = 63.5816 z = -651.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 723.705 y = 57.9027 z = -653.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 726.914 y = 52.2238 z = -655.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 730.125 y = 46.5449 z = -656.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #7, run #1 58 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2494,32 +2249,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 8 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 819.038 eta = -11.2998 phi = 119.831 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 801.235
-ReadData             INFO ElementLink2 = 830.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 801.235
-ReadData             INFO Element = 0x???? : 804.445
-ReadData             INFO Element = 0x???? : 810.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 801.235
-ReadData             INFO Element = 0x???? : 817.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 801.235
-ReadData             INFO Element = 0x???? : 817.284
-ReadData             INFO Element = 0x???? : 810.865
-ReadData             INFO Hit x = 801.235 y = 97.655 z = -573.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 804.445 y = 91.9761 z = -705.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 807.654 y = 86.2972 z = -729.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 810.865 y = 80.6183 z = -740.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 814.075 y = 74.9394 z = -745.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 817.284 y = 69.2605 z = -749.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 820.495 y = 63.5816 z = -751.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 823.705 y = 57.9027 z = -753.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 826.914 y = 52.2238 z = -755.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 830.125 y = 46.5449 z = -756.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #8, run #1 59 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2541,32 +2275,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 9 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 918.671 eta = -11.1334 phi = 134.482 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 901.235
-ReadData             INFO ElementLink2 = 930.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 901.235
-ReadData             INFO Element = 0x???? : 904.445
-ReadData             INFO Element = 0x???? : 910.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 901.235
-ReadData             INFO Element = 0x???? : 917.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 901.235
-ReadData             INFO Element = 0x???? : 917.284
-ReadData             INFO Element = 0x???? : 910.865
-ReadData             INFO Hit x = 901.235 y = 97.655 z = -673.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 904.445 y = 91.9761 z = -805.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 907.654 y = 86.2972 z = -829.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 910.865 y = 80.6183 z = -840.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 914.075 y = 74.9394 z = -845.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 917.284 y = 69.2605 z = -849.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 920.495 y = 63.5816 z = -851.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 923.705 y = 57.9027 z = -853.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 926.914 y = 52.2238 z = -855.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 930.125 y = 46.5449 z = -856.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #9, run #1 60 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2588,32 +2301,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 10 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1018.38 eta = -11.0052 phi = 149.134 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1001.23
-ReadData             INFO ElementLink2 = 1030.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1001.23
-ReadData             INFO Element = 0x???? : 1004.44
-ReadData             INFO Element = 0x???? : 1010.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1001.23
-ReadData             INFO Element = 0x???? : 1017.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1001.23
-ReadData             INFO Element = 0x???? : 1017.28
-ReadData             INFO Element = 0x???? : 1010.86
-ReadData             INFO Hit x = 1001.23 y = 97.655 z = -773.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1004.44 y = 91.9761 z = -905.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 1007.65 y = 86.2972 z = -929.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 1010.86 y = 80.6183 z = -940.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 1014.07 y = 74.9394 z = -945.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 1017.28 y = 69.2605 z = -949.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 1020.49 y = 63.5816 z = -951.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 1023.7 y = 57.9027 z = -953.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 1026.91 y = 52.2238 z = -955.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 1030.12 y = 46.5449 z = -956.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #10, run #1 61 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2635,32 +2327,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 11 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1118.13 eta = -10.9031 phi = 163.786 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1101.23
-ReadData             INFO ElementLink2 = 1130.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1101.23
-ReadData             INFO Element = 0x???? : 1104.44
-ReadData             INFO Element = 0x???? : 1110.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1101.23
-ReadData             INFO Element = 0x???? : 1117.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1101.23
-ReadData             INFO Element = 0x???? : 1117.28
-ReadData             INFO Element = 0x???? : 1110.86
-ReadData             INFO Hit x = 1101.23 y = 97.655 z = -873.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1104.44 y = 91.9761 z = -1005.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1107.65 y = 86.2972 z = -1029.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1110.86 y = 80.6183 z = -1040.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1114.07 y = 74.9394 z = -1045.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1117.28 y = 69.2605 z = -1049.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1120.49 y = 63.5816 z = -1051.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1123.7 y = 57.9027 z = -1053.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1126.91 y = 52.2238 z = -1055.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1130.12 y = 46.5449 z = -1056.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #11, run #1 62 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2682,32 +2353,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 12 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1217.93 eta = -10.82 phi = 178.438 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1201.23
-ReadData             INFO ElementLink2 = 1230.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1201.23
-ReadData             INFO Element = 0x???? : 1204.44
-ReadData             INFO Element = 0x???? : 1210.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1201.23
-ReadData             INFO Element = 0x???? : 1217.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1201.23
-ReadData             INFO Element = 0x???? : 1217.28
-ReadData             INFO Element = 0x???? : 1210.86
-ReadData             INFO Hit x = 1201.23 y = 97.655 z = -973.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1204.44 y = 91.9761 z = -1105.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1207.65 y = 86.2972 z = -1129.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1210.86 y = 80.6183 z = -1140.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1214.07 y = 74.9394 z = -1145.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1217.28 y = 69.2605 z = -1149.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1220.49 y = 63.5816 z = -1151.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1223.7 y = 57.9027 z = -1153.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1226.91 y = 52.2238 z = -1155.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1230.12 y = 46.5449 z = -1156.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #12, run #1 63 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2729,32 +2379,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 13 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1317.76 eta = -10.751 phi = 193.09 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1301.23
-ReadData             INFO ElementLink2 = 1330.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1301.23
-ReadData             INFO Element = 0x???? : 1304.44
-ReadData             INFO Element = 0x???? : 1310.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1301.23
-ReadData             INFO Element = 0x???? : 1317.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1301.23
-ReadData             INFO Element = 0x???? : 1317.28
-ReadData             INFO Element = 0x???? : 1310.86
-ReadData             INFO Hit x = 1301.23 y = 97.655 z = -1073.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1304.44 y = 91.9761 z = -1205.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1307.65 y = 86.2972 z = -1229.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1310.86 y = 80.6183 z = -1240.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1314.07 y = 74.9394 z = -1245.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1317.28 y = 69.2605 z = -1249.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1320.49 y = 63.5816 z = -1251.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1323.7 y = 57.9027 z = -1253.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1326.91 y = 52.2238 z = -1255.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1330.12 y = 46.5449 z = -1256.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #13, run #1 64 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2776,32 +2405,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 14 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1417.61 eta = -10.6927 phi = 207.741 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1401.23
-ReadData             INFO ElementLink2 = 1430.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1401.23
-ReadData             INFO Element = 0x???? : 1404.44
-ReadData             INFO Element = 0x???? : 1410.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1401.23
-ReadData             INFO Element = 0x???? : 1417.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1401.23
-ReadData             INFO Element = 0x???? : 1417.28
-ReadData             INFO Element = 0x???? : 1410.86
-ReadData             INFO Hit x = 1401.23 y = 97.655 z = -1173.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1404.44 y = 91.9761 z = -1305.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1407.65 y = 86.2972 z = -1329.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1410.86 y = 80.6183 z = -1340.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1414.07 y = 74.9394 z = -1345.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1417.28 y = 69.2605 z = -1349.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1420.49 y = 63.5816 z = -1351.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1423.7 y = 57.9027 z = -1353.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1426.91 y = 52.2238 z = -1355.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1430.12 y = 46.5449 z = -1356.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #14, run #1 65 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2823,32 +2431,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 15 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1517.49 eta = -10.6429 phi = 222.393 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1501.23
-ReadData             INFO ElementLink2 = 1530.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1501.23
-ReadData             INFO Element = 0x???? : 1504.44
-ReadData             INFO Element = 0x???? : 1510.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1501.23
-ReadData             INFO Element = 0x???? : 1517.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1501.23
-ReadData             INFO Element = 0x???? : 1517.28
-ReadData             INFO Element = 0x???? : 1510.86
-ReadData             INFO Hit x = 1501.23 y = 97.655 z = -1273.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1504.44 y = 91.9761 z = -1405.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1507.65 y = 86.2972 z = -1429.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1510.86 y = 80.6183 z = -1440.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1514.07 y = 74.9394 z = -1445.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1517.28 y = 69.2605 z = -1449.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1520.49 y = 63.5816 z = -1451.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1523.7 y = 57.9027 z = -1453.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1526.91 y = 52.2238 z = -1455.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1530.12 y = 46.5449 z = -1456.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #15, run #1 66 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2870,32 +2457,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 16 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1617.37 eta = -10.5997 phi = 237.045 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1601.23
-ReadData             INFO ElementLink2 = 1630.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1601.23
-ReadData             INFO Element = 0x???? : 1604.44
-ReadData             INFO Element = 0x???? : 1610.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1601.23
-ReadData             INFO Element = 0x???? : 1617.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1601.23
-ReadData             INFO Element = 0x???? : 1617.28
-ReadData             INFO Element = 0x???? : 1610.86
-ReadData             INFO Hit x = 1601.23 y = 97.655 z = -1373.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1604.44 y = 91.9761 z = -1505.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1607.65 y = 86.2972 z = -1529.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1610.86 y = 80.6183 z = -1540.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1614.07 y = 74.9394 z = -1545.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1617.28 y = 69.2605 z = -1549.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1620.49 y = 63.5816 z = -1551.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1623.7 y = 57.9027 z = -1553.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1626.91 y = 52.2238 z = -1555.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1630.12 y = 46.5449 z = -1556.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #16, run #1 67 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2917,32 +2483,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 17 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1717.27 eta = -10.562 phi = 251.697 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1701.23
-ReadData             INFO ElementLink2 = 1730.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1701.23
-ReadData             INFO Element = 0x???? : 1704.44
-ReadData             INFO Element = 0x???? : 1710.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1701.23
-ReadData             INFO Element = 0x???? : 1717.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1701.23
-ReadData             INFO Element = 0x???? : 1717.28
-ReadData             INFO Element = 0x???? : 1710.86
-ReadData             INFO Hit x = 1701.23 y = 97.655 z = -1473.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1704.44 y = 91.9761 z = -1605.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1707.65 y = 86.2972 z = -1629.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1710.86 y = 80.6183 z = -1640.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1714.07 y = 74.9394 z = -1645.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1717.28 y = 69.2605 z = -1649.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1720.49 y = 63.5816 z = -1651.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1723.7 y = 57.9027 z = -1653.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1726.91 y = 52.2238 z = -1655.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1730.12 y = 46.5449 z = -1656.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #17, run #1 68 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -2964,32 +2509,11 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 18 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1817.19 eta = -10.5288 phi = 266.349 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1801.23
-ReadData             INFO ElementLink2 = 1830.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1801.23
-ReadData             INFO Element = 0x???? : 1804.44
-ReadData             INFO Element = 0x???? : 1810.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1801.23
-ReadData             INFO Element = 0x???? : 1817.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1801.23
-ReadData             INFO Element = 0x???? : 1817.28
-ReadData             INFO Element = 0x???? : 1810.86
-ReadData             INFO Hit x = 1801.23 y = 97.655 z = -1573.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1804.44 y = 91.9761 z = -1705.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1807.65 y = 86.2972 z = -1729.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1810.86 y = 80.6183 z = -1740.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1814.07 y = 74.9394 z = -1745.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1817.28 y = 69.2605 z = -1749.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1820.49 y = 63.5816 z = -1751.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1823.7 y = 57.9027 z = -1753.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1826.91 y = 52.2238 z = -1755.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1830.12 y = 46.5449 z = -1756.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #18, run #1 69 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
 EventSelector       DEBUG AttributeList size 3
@@ -3011,41 +2535,18 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 19 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1917.11 eta = -10.4993 phi = 281 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1901.23
-ReadData             INFO ElementLink2 = 1930.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1901.23
-ReadData             INFO Element = 0x???? : 1904.44
-ReadData             INFO Element = 0x???? : 1910.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1901.23
-ReadData             INFO Element = 0x???? : 1917.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1901.23
-ReadData             INFO Element = 0x???? : 1917.28
-ReadData             INFO Element = 0x???? : 1910.86
-ReadData             INFO Hit x = 1901.23 y = 97.655 z = -1673.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1904.44 y = 91.9761 z = -1805.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1907.65 y = 86.2972 z = -1829.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1910.86 y = 80.6183 z = -1840.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1914.07 y = 74.9394 z = -1845.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1917.28 y = 69.2605 z = -1849.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1920.49 y = 63.5816 z = -1851.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1923.7 y = 57.9027 z = -1853.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1926.91 y = 52.2238 z = -1855.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1930.12 y = 46.5449 z = -1856.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18960
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #19, run #1 70 events processed so far  <<<===
 MetaDataSvc         DEBUG handle() EndInputFile for FID:????
-EventSelector        INFO Disconnecting input sourceID: ????
 Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
+Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
 MetaDataSvc         DEBUG handle() LastInputFile for end
 AthenaEventLoopMgr   INFO No more events in event selection 
 MetaDataSvc         DEBUG  calling metaDataStop for ToolSvc.IOVDbMetaDataTool
-Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
 ApplicationMgr       INFO Application Manager Stopped successfully
 IncidentProcAlg1     INFO Finalize
 ReadData             INFO in finalize()
@@ -3055,9 +2556,9 @@ ToolSvc              INFO Removing all tools created by ToolSvc
 *****Chrono*****     INFO ****************************************************************************************************
 *****Chrono*****     INFO  The Final CPU consumption ( Chrono ) Table (ordered)
 *****Chrono*****     INFO ****************************************************************************************************
-cObjR_ALL            INFO Time User   : Tot=   70 [ms] Ave/Min/Max=0.257(+-  1.8)/    0/   20 [ms] #=272
-cObj_ALL             INFO Time User   : Tot=  210 [ms] Ave/Min/Max= 0.95(+- 5.25)/    0/   60 [ms] #=221
-ChronoStatSvc        INFO Time User   : Tot= 2.02  [s]                                             #=  1
+cObjR_ALL            INFO Time User   : Tot=   10 [ms] Ave/Min/Max=0.0518(+-0.718)/    0/   10 [ms] #=193
+cObj_ALL             INFO Time User   : Tot=   30 [ms] Ave/Min/Max=0.166(+- 1.28)/    0/   10 [ms] #=181
+ChronoStatSvc        INFO Time User   : Tot= 0.88  [s]                                             #=  1
 *****Chrono*****     INFO ****************************************************************************************************
 ChronoStatSvc.f...   INFO  Service finalized successfully 
 ApplicationMgr       INFO Application Manager Finalized successfully
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadAgain.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadAgain.ref
index 3b13ef44d38..f73977b1c84 100644
--- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadAgain.ref
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadAgain.ref
@@ -1,19 +1,19 @@
-Mon Sep 24 15:52:24 CEST 2018
+Sun Sep 30 16:38:24 CEST 2018
 Preloading tcmalloc_minimal.so
 Athena               INFO including file "AthenaCommon/Preparation.py"
 Athena               INFO including file "AthenaCommon/Atlas.UnixStandardJob.py"
 Athena               INFO executing ROOT6Setup
 Athena               INFO including file "AthenaCommon/Execution.py"
 Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadAgainJobOptions.py"
-Py:ConfigurableDb    INFO Read module info for 5494 configurables from 54 genConfDb files
+Py:ConfigurableDb    INFO Read module info for 5499 configurables from 21 genConfDb files
 Py:ConfigurableDb    INFO No duplicates have been found: that's good !
 Athena               INFO including file "AthenaCommon/runbatch.py"
-[?1034hApplicationMgr       INFO Updating Gaudi::PluginService::SetDebug(level) to level= 'PluginDebugLevel':0
+ApplicationMgr       INFO Updating Gaudi::PluginService::SetDebug(level) to level= 'PluginDebugLevel':0
 ApplicationMgr       INFO Updating Gaudi::PluginService::SetDebug(level) to level= 'PluginDebugLevel':0
 ApplicationMgr    SUCCESS 
 ====================================================================================================================================
                                                    Welcome to ApplicationMgr (GaudiCoreSvc v30r3)
-                                          running on lxplus030.cern.ch on Mon Sep 24 15:52:38 2018
+                                          running on lxplus063.cern.ch on Sun Sep 30 16:38:31 2018
 ====================================================================================================================================
 ApplicationMgr       INFO Successfully loaded modules : AthenaServices
 ApplicationMgr       INFO Application Manager Configured successfully
@@ -35,9 +35,9 @@ PoolSvc             DEBUG Property update for OutputLevel : new value = 2
 PoolSvc             DEBUG Service base class initialized successfully
 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
-DBReplicaSvc         INFO Frontier server at (serverurl=http://atlasfrontier-local.cern.ch:8000/atlr)(serverurl=http://atlasfrontier-ai.cern.ch:8000/atlr)(serverurl=http://lcgft-atlas.gridpp.rl.ac.uk:3128/frontierATLAS)(serverurl=http://ccfrontier.in2p3.fr:23128/ccin2p3-AtlasFrontier)(proxyurl=http://ca-proxy.cern.ch:3128)(proxyurl=http://ca-proxy-meyrin.cern.ch:3128)(proxyurl=http://ca-proxy-wigner.cern.ch:3128) will be considered for COOL data
-DBReplicaSvc         INFO Read replica configuration from /cvmfs/atlas-nightlies.cern.ch/repo/sw/master/2018-09-22T2103/Athena/22.0.1/InstallArea/x86_64-slc6-gcc62-dbg/share/dbreplica.config
-DBReplicaSvc         INFO Total of 10 servers found for host lxplus030.cern.ch [ATLF ATLAS_COOLPROD atlas_dd ATLAS_CONFIG INT8R INTR ATONR_COOL ATONR_CONF DEVDB11 ATLF ]
+DBReplicaSvc         INFO Frontier server at (serverurl=http://atlasfrontier-local.cern.ch:8000/atlr)(serverurl=http://atlasfrontier-ai.cern.ch:8000/atlr)(serverurl=http://lcgft-atlas.gridpp.rl.ac.uk:3128/frontierATLAS)(serverurl=http://ccfrontier.in2p3.fr:23128/ccin2p3-AtlasFrontier)(proxyurl=http://ca-proxy.cern.ch:3128)(proxyurl=http://ca-proxy-meyrin.cern.ch:3128)(proxyurl=http://ca-proxy-wigner.cern.ch:3128)(proxyurl=http://atlasbpfrontier.cern.ch:3127)(proxyurl=http://atlasbpfrontier.fnal.gov:3127) will be considered for COOL data
+DBReplicaSvc         INFO Read replica configuration from /cvmfs/atlas-nightlies.cern.ch/repo/sw/master/2018-09-27T2055/Athena/22.0.1/InstallArea/x86_64-slc6-gcc62-opt/share/dbreplica.config
+DBReplicaSvc         INFO Total of 10 servers found for host lxplus063.cern.ch [ATLF ATLAS_COOLPROD atlas_dd ATLAS_CONFIG INT8R INTR ATONR_COOL ATONR_CONF DEVDB11 ATLF ]
 PoolSvc              INFO Successfully setup replica sorting algorithm
 PoolSvc             DEBUG OutputLevel is 
 PoolSvc              INFO Setting up APR FileCatalog and Streams
@@ -874,7 +874,7 @@ ReadData             INFO EventInfo event: 0 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #0, run #1 11 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -902,7 +902,7 @@ ReadData             INFO EventInfo event: 1 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #1, run #1 12 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -930,7 +930,7 @@ ReadData             INFO EventInfo event: 2 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #2, run #1 13 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -958,7 +958,7 @@ ReadData             INFO EventInfo event: 3 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #3, run #1 14 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -986,7 +986,7 @@ ReadData             INFO EventInfo event: 4 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #4, run #1 15 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1014,7 +1014,7 @@ ReadData             INFO EventInfo event: 5 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #5, run #1 16 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1042,7 +1042,7 @@ ReadData             INFO EventInfo event: 6 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #6, run #1 17 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1070,7 +1070,7 @@ ReadData             INFO EventInfo event: 7 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #7, run #1 18 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1098,7 +1098,7 @@ ReadData             INFO EventInfo event: 8 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #8, run #1 19 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1126,7 +1126,7 @@ ReadData             INFO EventInfo event: 9 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #9, run #1 20 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1154,7 +1154,7 @@ ReadData             INFO EventInfo event: 10 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #10, run #1 21 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1182,7 +1182,7 @@ ReadData             INFO EventInfo event: 11 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #11, run #1 22 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1210,7 +1210,7 @@ ReadData             INFO EventInfo event: 12 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #12, run #1 23 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1238,7 +1238,7 @@ ReadData             INFO EventInfo event: 13 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #13, run #1 24 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1266,7 +1266,7 @@ ReadData             INFO EventInfo event: 14 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #14, run #1 25 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1294,7 +1294,7 @@ ReadData             INFO EventInfo event: 15 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #15, run #1 26 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1322,7 +1322,7 @@ ReadData             INFO EventInfo event: 16 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #16, run #1 27 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1350,7 +1350,7 @@ ReadData             INFO EventInfo event: 17 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #17, run #1 28 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1378,7 +1378,7 @@ ReadData             INFO EventInfo event: 18 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #18, run #1 29 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1406,7 +1406,7 @@ ReadData             INFO EventInfo event: 19 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18812
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #19, run #1 30 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1435,7 +1435,7 @@ ReadData             INFO EventInfo event: 20 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #20, run #2 31 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1463,7 +1463,7 @@ ReadData             INFO EventInfo event: 21 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #21, run #2 32 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1491,7 +1491,7 @@ ReadData             INFO EventInfo event: 22 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #22, run #2 33 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1519,7 +1519,7 @@ ReadData             INFO EventInfo event: 23 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #23, run #2 34 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1547,7 +1547,7 @@ ReadData             INFO EventInfo event: 24 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #24, run #2 35 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1575,7 +1575,7 @@ ReadData             INFO EventInfo event: 25 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #25, run #2 36 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1603,7 +1603,7 @@ ReadData             INFO EventInfo event: 26 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #26, run #2 37 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1631,7 +1631,7 @@ ReadData             INFO EventInfo event: 27 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #27, run #2 38 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1659,7 +1659,7 @@ ReadData             INFO EventInfo event: 28 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #28, run #2 39 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1687,7 +1687,7 @@ ReadData             INFO EventInfo event: 29 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #29, run #2 40 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1715,7 +1715,7 @@ ReadData             INFO EventInfo event: 30 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #30, run #2 41 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1743,7 +1743,7 @@ ReadData             INFO EventInfo event: 31 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #31, run #2 42 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1771,7 +1771,7 @@ ReadData             INFO EventInfo event: 32 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #32, run #2 43 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1799,7 +1799,7 @@ ReadData             INFO EventInfo event: 33 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #33, run #2 44 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1827,7 +1827,7 @@ ReadData             INFO EventInfo event: 34 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #34, run #2 45 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1855,7 +1855,7 @@ ReadData             INFO EventInfo event: 35 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #35, run #2 46 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1883,7 +1883,7 @@ ReadData             INFO EventInfo event: 36 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #36, run #2 47 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1911,7 +1911,7 @@ ReadData             INFO EventInfo event: 37 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #37, run #2 48 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1939,7 +1939,7 @@ ReadData             INFO EventInfo event: 38 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #38, run #2 49 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1967,7 +1967,7 @@ ReadData             INFO EventInfo event: 39 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #39, run #2 50 events processed so far  <<<===
 MetaDataSvc         DEBUG handle() EndInputFile for FID:????
@@ -2104,162 +2104,10 @@ CollectionTree(...  DEBUG    attributes# = 1
 CollectionTree(...  DEBUG Branch container 'ExampleTrackContainer_p1_MyTracks'
 CollectionTree(...  DEBUG Opened container CollectionTree(ExampleTrackContainer_p1/MyTracks) of type ROOT_Tree
 ReadData             INFO Track pt = 74.8928 eta = 3.1676 phi = 2.6161 detector = Track made in: DummyHitDetector
-Domain[ROOT_All]     INFO ->  Access   DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO                           SimplePoolFile3.root
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Shapes
-##Shapes            DEBUG Opening
-##Shapes            DEBUG    attributes# = 1
-##Shapes            DEBUG Opened container ##Shapes of type ROOT_Tree
-SimplePoolFile3...  DEBUG --->Reading Shape[0 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[1 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:ExampleTrackContainer_p1 Typ:ExampleTrackContainer_p1 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[2 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[3 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[4 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:Token Typ:Token [18] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[5 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:unsigned int Typ:unsigned int [3] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[6 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1
-##Shapes            DEBUG No objects passing selection criteria... Container has 7 Entries in total.
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Links
-##Links             DEBUG Opening
-##Links             DEBUG    attributes# = 1
-##Links             DEBUG Opened container ##Links of type ROOT_Tree
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/CollectionTree(ExampleTrackContainer_p1/MyTracks) [202]  (4 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (5 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLCollectionTree(Token) [202]  (7 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLCollectionTree(RunNumber) [202]  (8 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLCollectionTree(EventNumber) [202]  (9 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLCollectionTree(MagicNumber) [202]  (a , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (b , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (c , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (d , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-##Links             DEBUG No objects passing selection criteria... Container has 12 Entries in total.
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Params
-##Params            DEBUG Opening
-##Params            DEBUG    attributes# = 1
-##Params            DEBUG Opened container ##Params of type ROOT_Tree
-SimplePoolFile3...  DEBUG --->Reading Param:FID=[????]
-SimplePoolFile3...  DEBUG --->Reading Param:PFN=[SimplePoolFile3.root]
-SimplePoolFile3...  DEBUG --->Reading Param:POOL_VSN=[1.1]
-SimplePoolFile3...  DEBUG --->Reading Param:FORMAT_VSN=[1.1]
-##Params            DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
-POOLContainer(D...  DEBUG Opening
-POOLContainer(D...  DEBUG    attributes# = 1
-POOLContainer(D...  DEBUG Branch container 'DataHeader'
-POOLContainer(D...  DEBUG Opened container POOLContainer(DataHeader) of type ROOT_Tree
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
-POOLContainerFo...  DEBUG Opening
-POOLContainerFo...  DEBUG    attributes# = 1
-POOLContainerFo...  DEBUG Branch container 'DataHeaderForm'
-POOLContainerFo...  DEBUG Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree
-Domain[ROOT_All]     INFO ->  Access   DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO                           SimplePoolReplica1.root
-SimplePoolRepli...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Shapes
-##Shapes            DEBUG Opening
-##Shapes            DEBUG    attributes# = 1
-##Shapes            DEBUG Opened container ##Shapes of type ROOT_Tree
-SimplePoolRepli...  DEBUG --->Reading Shape[0 , ????]: [1 Column(s)]
-SimplePoolRepli...  DEBUG ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
-SimplePoolRepli...  DEBUG --->Reading Shape[1 , ????]: [1 Column(s)]
-SimplePoolRepli...  DEBUG ---->[0]:ExampleHitContainer_p1 Typ:ExampleHitContainer_p1 [21] Size:0 Offset:0 #Elements:1
-SimplePoolRepli...  DEBUG --->Reading Shape[2 , ????]: [1 Column(s)]
-SimplePoolRepli...  DEBUG ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolRepli...  DEBUG --->Reading Shape[3 , ????]: [1 Column(s)]
-SimplePoolRepli...  DEBUG ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolRepli...  DEBUG --->Reading Shape[4 , ????]: [1 Column(s)]
-SimplePoolRepli...  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.
-SimplePoolRepli...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Links
-##Links             DEBUG Opening
-##Links             DEBUG    attributes# = 1
-##Links             DEBUG Opened container ##Links of type ROOT_Tree
-SimplePoolRepli...  DEBUG --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
-SimplePoolRepli...  DEBUG ---->ClassID:????
-SimplePoolRepli...  DEBUG --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
-SimplePoolRepli...  DEBUG ---->ClassID:????
-SimplePoolRepli...  DEBUG --->Reading Assoc:????/CollectionTree(ExampleHitContainer_p1/MyHits) [202]  (4 , ffffffff)
-SimplePoolRepli...  DEBUG ---->ClassID:????
-SimplePoolRepli...  DEBUG --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (5 , ffffffff)
-SimplePoolRepli...  DEBUG ---->ClassID:????
-SimplePoolRepli...  DEBUG --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
-SimplePoolRepli...  DEBUG ---->ClassID:????
-SimplePoolRepli...  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (7 , ffffffff)
-SimplePoolRepli...  DEBUG ---->ClassID:????
-SimplePoolRepli...  DEBUG --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (8 , ffffffff)
-SimplePoolRepli...  DEBUG ---->ClassID:????
-SimplePoolRepli...  DEBUG --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (9 , ffffffff)
-SimplePoolRepli...  DEBUG ---->ClassID:????
-##Links             DEBUG No objects passing selection criteria... Container has 8 Entries in total.
-SimplePoolRepli...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Params
-##Params            DEBUG Opening
-##Params            DEBUG    attributes# = 1
-##Params            DEBUG Opened container ##Params of type ROOT_Tree
-SimplePoolRepli...  DEBUG --->Reading Param:FID=[????]
-SimplePoolRepli...  DEBUG --->Reading Param:PFN=[SimplePoolReplica1.root]
-SimplePoolRepli...  DEBUG --->Reading Param:POOL_VSN=[1.1]
-SimplePoolRepli...  DEBUG --->Reading Param:FORMAT_VSN=[1.1]
-##Params            DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-SimplePoolRepli...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
-POOLContainer(D...  DEBUG Opening
-POOLContainer(D...  DEBUG    attributes# = 1
-POOLContainer(D...  DEBUG Branch container 'DataHeader'
-POOLContainer(D...  DEBUG Opened container POOLContainer(DataHeader) of type ROOT_Tree
-SimplePoolRepli...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
-POOLContainerFo...  DEBUG Opening
-POOLContainerFo...  DEBUG    attributes# = 1
-POOLContainerFo...  DEBUG Branch container 'DataHeaderForm'
-POOLContainerFo...  DEBUG Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-SimplePoolRepli...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits)
-CollectionTree(...  DEBUG Opening
-CollectionTree(...  DEBUG    attributes# = 1
-CollectionTree(...  DEBUG Branch container 'ExampleHitContainer_p1_MyHits'
-CollectionTree(...  DEBUG Opened container CollectionTree(ExampleHitContainer_p1/MyHits) of type ROOT_Tree
-ReadData             INFO ElementLink1 = 1.2345
-ReadData             INFO ElementLink2 = 30.1245
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1.2345
-ReadData             INFO Element = 0x???? : 4.4445
-ReadData             INFO Element = 0x???? : 10.8645
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1.2345
-ReadData             INFO Element = 0x???? : 17.2845
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1.2345
-ReadData             INFO Element = 0x???? : 17.2845
-ReadData             INFO Element = 0x???? : 10.8645
-ReadData             INFO Hit x = 1.2345 y = 97.655 z = 226.672 detector = DummyHitDetector
-ReadData             INFO Hit x = 4.4445 y = 91.9761 z = 94.7318 detector = DummyHitDetector
-ReadData             INFO Hit x = 7.6545 y = 86.2972 z = 70.2348 detector = DummyHitDetector
-ReadData             INFO Hit x = 10.8645 y = 80.6183 z = 59.9142 detector = DummyHitDetector
-ReadData             INFO Hit x = 14.0745 y = 74.9394 z = 54.2259 detector = DummyHitDetector
-ReadData             INFO Hit x = 17.2845 y = 69.2605 z = 50.6227 detector = DummyHitDetector
-ReadData             INFO Hit x = 20.4945 y = 63.5816 z = 48.1358 detector = DummyHitDetector
-ReadData             INFO Hit x = 23.7045 y = 57.9027 z = 46.3159 detector = DummyHitDetector
-ReadData             INFO Hit x = 26.9145 y = 52.2238 z = 44.9265 detector = DummyHitDetector
-ReadData             INFO Hit x = 30.1245 y = 46.5449 z = 43.831 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #0, run #1 51 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2282,31 +2130,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 1 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 137.584 eta = -39.525 phi = 17.2679 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 101.234
-ReadData             INFO ElementLink2 = 130.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 101.234
-ReadData             INFO Element = 0x???? : 104.444
-ReadData             INFO Element = 0x???? : 110.864
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 101.234
-ReadData             INFO Element = 0x???? : 117.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 101.234
-ReadData             INFO Element = 0x???? : 117.284
-ReadData             INFO Element = 0x???? : 110.864
-ReadData             INFO Hit x = 101.234 y = 97.655 z = 126.672 detector = DummyHitDetector
-ReadData             INFO Hit x = 104.444 y = 91.9761 z = -5.26816 detector = DummyHitDetector
-ReadData             INFO Hit x = 107.654 y = 86.2972 z = -29.7652 detector = DummyHitDetector
-ReadData             INFO Hit x = 110.864 y = 80.6183 z = -40.0858 detector = DummyHitDetector
-ReadData             INFO Hit x = 114.075 y = 74.9394 z = -45.7741 detector = DummyHitDetector
-ReadData             INFO Hit x = 117.284 y = 69.2605 z = -49.3773 detector = DummyHitDetector
-ReadData             INFO Hit x = 120.494 y = 63.5816 z = -51.8642 detector = DummyHitDetector
-ReadData             INFO Hit x = 123.704 y = 57.9027 z = -53.6841 detector = DummyHitDetector
-ReadData             INFO Hit x = 126.915 y = 52.2238 z = -55.0735 detector = DummyHitDetector
-ReadData             INFO Hit x = 130.125 y = 46.5449 z = -56.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #1, run #1 52 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2329,31 +2156,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 2 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 228.154 eta = -6.2704 phi = 31.9197 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 201.234
-ReadData             INFO ElementLink2 = 230.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 201.234
-ReadData             INFO Element = 0x???? : 204.445
-ReadData             INFO Element = 0x???? : 210.864
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 201.234
-ReadData             INFO Element = 0x???? : 217.285
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 201.234
-ReadData             INFO Element = 0x???? : 217.285
-ReadData             INFO Element = 0x???? : 210.864
-ReadData             INFO Hit x = 201.234 y = 97.655 z = 26.6723 detector = DummyHitDetector
-ReadData             INFO Hit x = 204.445 y = 91.9761 z = -105.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 207.654 y = 86.2972 z = -129.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 210.864 y = 80.6183 z = -140.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 214.075 y = 74.9394 z = -145.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 217.285 y = 69.2605 z = -149.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 220.494 y = 63.5816 z = -151.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 223.704 y = 57.9027 z = -153.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 226.915 y = 52.2238 z = -155.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 230.125 y = 46.5449 z = -156.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #2, run #1 53 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2376,31 +2182,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 3 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 324.306 eta = -15.8941 phi = 46.5715 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 301.235
-ReadData             INFO ElementLink2 = 330.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 301.235
-ReadData             INFO Element = 0x???? : 304.445
-ReadData             INFO Element = 0x???? : 310.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 301.235
-ReadData             INFO Element = 0x???? : 317.285
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 301.235
-ReadData             INFO Element = 0x???? : 317.285
-ReadData             INFO Element = 0x???? : 310.865
-ReadData             INFO Hit x = 301.235 y = 97.655 z = -73.3277 detector = DummyHitDetector
-ReadData             INFO Hit x = 304.445 y = 91.9761 z = -205.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 307.655 y = 86.2972 z = -229.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 310.865 y = 80.6183 z = -240.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 314.075 y = 74.9394 z = -245.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 317.285 y = 69.2605 z = -249.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 320.495 y = 63.5816 z = -251.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 323.705 y = 57.9027 z = -253.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 326.915 y = 52.2238 z = -255.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 330.125 y = 46.5449 z = -256.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #3, run #1 54 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2423,31 +2208,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 4 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 422.255 eta = -13.279 phi = 61.2233 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 401.235
-ReadData             INFO ElementLink2 = 430.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 401.235
-ReadData             INFO Element = 0x???? : 404.445
-ReadData             INFO Element = 0x???? : 410.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 401.235
-ReadData             INFO Element = 0x???? : 417.285
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 401.235
-ReadData             INFO Element = 0x???? : 417.285
-ReadData             INFO Element = 0x???? : 410.865
-ReadData             INFO Hit x = 401.235 y = 97.655 z = -173.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 404.445 y = 91.9761 z = -305.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 407.655 y = 86.2972 z = -329.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 410.865 y = 80.6183 z = -340.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 414.075 y = 74.9394 z = -345.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 417.285 y = 69.2605 z = -349.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 420.495 y = 63.5816 z = -351.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 423.705 y = 57.9027 z = -353.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 426.915 y = 52.2238 z = -355.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 430.125 y = 46.5449 z = -356.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #4, run #1 55 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2470,31 +2234,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 5 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 520.987 eta = -12.3511 phi = 75.8751 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 501.235
-ReadData             INFO ElementLink2 = 530.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 501.235
-ReadData             INFO Element = 0x???? : 504.445
-ReadData             INFO Element = 0x???? : 510.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 501.235
-ReadData             INFO Element = 0x???? : 517.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 501.235
-ReadData             INFO Element = 0x???? : 517.284
-ReadData             INFO Element = 0x???? : 510.865
-ReadData             INFO Hit x = 501.235 y = 97.655 z = -273.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 504.445 y = 91.9761 z = -405.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 507.655 y = 86.2972 z = -429.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 510.865 y = 80.6183 z = -440.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 514.075 y = 74.9394 z = -445.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 517.284 y = 69.2605 z = -449.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 520.495 y = 63.5816 z = -451.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 523.705 y = 57.9027 z = -453.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 526.914 y = 52.2238 z = -455.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 530.125 y = 46.5449 z = -456.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #5, run #1 56 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2517,31 +2260,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 6 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 620.127 eta = -11.8468 phi = 90.5269 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 601.235
-ReadData             INFO ElementLink2 = 630.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 601.235
-ReadData             INFO Element = 0x???? : 604.445
-ReadData             INFO Element = 0x???? : 610.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 601.235
-ReadData             INFO Element = 0x???? : 617.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 601.235
-ReadData             INFO Element = 0x???? : 617.284
-ReadData             INFO Element = 0x???? : 610.865
-ReadData             INFO Hit x = 601.235 y = 97.655 z = -373.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 604.445 y = 91.9761 z = -505.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 607.654 y = 86.2972 z = -529.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 610.865 y = 80.6183 z = -540.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 614.075 y = 74.9394 z = -545.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 617.284 y = 69.2605 z = -549.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 620.495 y = 63.5816 z = -551.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 623.705 y = 57.9027 z = -553.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 626.914 y = 52.2238 z = -555.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 630.125 y = 46.5449 z = -556.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #6, run #1 57 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2564,31 +2286,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 7 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 719.507 eta = -11.5247 phi = 105.179 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 701.235
-ReadData             INFO ElementLink2 = 730.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 701.235
-ReadData             INFO Element = 0x???? : 704.445
-ReadData             INFO Element = 0x???? : 710.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 701.235
-ReadData             INFO Element = 0x???? : 717.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 701.235
-ReadData             INFO Element = 0x???? : 717.284
-ReadData             INFO Element = 0x???? : 710.865
-ReadData             INFO Hit x = 701.235 y = 97.655 z = -473.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 704.445 y = 91.9761 z = -605.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 707.654 y = 86.2972 z = -629.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 710.865 y = 80.6183 z = -640.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 714.075 y = 74.9394 z = -645.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 717.284 y = 69.2605 z = -649.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 720.495 y = 63.5816 z = -651.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 723.705 y = 57.9027 z = -653.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 726.914 y = 52.2238 z = -655.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 730.125 y = 46.5449 z = -656.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #7, run #1 58 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2611,31 +2312,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 8 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 819.038 eta = -11.2998 phi = 119.831 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 801.235
-ReadData             INFO ElementLink2 = 830.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 801.235
-ReadData             INFO Element = 0x???? : 804.445
-ReadData             INFO Element = 0x???? : 810.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 801.235
-ReadData             INFO Element = 0x???? : 817.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 801.235
-ReadData             INFO Element = 0x???? : 817.284
-ReadData             INFO Element = 0x???? : 810.865
-ReadData             INFO Hit x = 801.235 y = 97.655 z = -573.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 804.445 y = 91.9761 z = -705.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 807.654 y = 86.2972 z = -729.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 810.865 y = 80.6183 z = -740.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 814.075 y = 74.9394 z = -745.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 817.284 y = 69.2605 z = -749.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 820.495 y = 63.5816 z = -751.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 823.705 y = 57.9027 z = -753.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 826.914 y = 52.2238 z = -755.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 830.125 y = 46.5449 z = -756.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #8, run #1 59 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2658,31 +2338,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 9 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 918.671 eta = -11.1334 phi = 134.482 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 901.235
-ReadData             INFO ElementLink2 = 930.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 901.235
-ReadData             INFO Element = 0x???? : 904.445
-ReadData             INFO Element = 0x???? : 910.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 901.235
-ReadData             INFO Element = 0x???? : 917.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 901.235
-ReadData             INFO Element = 0x???? : 917.284
-ReadData             INFO Element = 0x???? : 910.865
-ReadData             INFO Hit x = 901.235 y = 97.655 z = -673.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 904.445 y = 91.9761 z = -805.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 907.654 y = 86.2972 z = -829.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 910.865 y = 80.6183 z = -840.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 914.075 y = 74.9394 z = -845.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 917.284 y = 69.2605 z = -849.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 920.495 y = 63.5816 z = -851.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 923.705 y = 57.9027 z = -853.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 926.914 y = 52.2238 z = -855.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 930.125 y = 46.5449 z = -856.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #9, run #1 60 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2705,31 +2364,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 10 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1018.38 eta = -11.0052 phi = 149.134 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1001.23
-ReadData             INFO ElementLink2 = 1030.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1001.23
-ReadData             INFO Element = 0x???? : 1004.44
-ReadData             INFO Element = 0x???? : 1010.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1001.23
-ReadData             INFO Element = 0x???? : 1017.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1001.23
-ReadData             INFO Element = 0x???? : 1017.28
-ReadData             INFO Element = 0x???? : 1010.86
-ReadData             INFO Hit x = 1001.23 y = 97.655 z = -773.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1004.44 y = 91.9761 z = -905.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 1007.65 y = 86.2972 z = -929.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 1010.86 y = 80.6183 z = -940.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 1014.07 y = 74.9394 z = -945.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 1017.28 y = 69.2605 z = -949.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 1020.49 y = 63.5816 z = -951.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 1023.7 y = 57.9027 z = -953.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 1026.91 y = 52.2238 z = -955.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 1030.12 y = 46.5449 z = -956.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #10, run #1 61 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2752,31 +2390,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 11 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1118.13 eta = -10.9031 phi = 163.786 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1101.23
-ReadData             INFO ElementLink2 = 1130.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1101.23
-ReadData             INFO Element = 0x???? : 1104.44
-ReadData             INFO Element = 0x???? : 1110.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1101.23
-ReadData             INFO Element = 0x???? : 1117.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1101.23
-ReadData             INFO Element = 0x???? : 1117.28
-ReadData             INFO Element = 0x???? : 1110.86
-ReadData             INFO Hit x = 1101.23 y = 97.655 z = -873.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1104.44 y = 91.9761 z = -1005.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1107.65 y = 86.2972 z = -1029.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1110.86 y = 80.6183 z = -1040.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1114.07 y = 74.9394 z = -1045.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1117.28 y = 69.2605 z = -1049.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1120.49 y = 63.5816 z = -1051.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1123.7 y = 57.9027 z = -1053.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1126.91 y = 52.2238 z = -1055.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1130.12 y = 46.5449 z = -1056.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #11, run #1 62 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2799,31 +2416,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 12 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1217.93 eta = -10.82 phi = 178.438 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1201.23
-ReadData             INFO ElementLink2 = 1230.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1201.23
-ReadData             INFO Element = 0x???? : 1204.44
-ReadData             INFO Element = 0x???? : 1210.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1201.23
-ReadData             INFO Element = 0x???? : 1217.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1201.23
-ReadData             INFO Element = 0x???? : 1217.28
-ReadData             INFO Element = 0x???? : 1210.86
-ReadData             INFO Hit x = 1201.23 y = 97.655 z = -973.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1204.44 y = 91.9761 z = -1105.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1207.65 y = 86.2972 z = -1129.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1210.86 y = 80.6183 z = -1140.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1214.07 y = 74.9394 z = -1145.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1217.28 y = 69.2605 z = -1149.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1220.49 y = 63.5816 z = -1151.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1223.7 y = 57.9027 z = -1153.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1226.91 y = 52.2238 z = -1155.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1230.12 y = 46.5449 z = -1156.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #12, run #1 63 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2846,31 +2442,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 13 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1317.76 eta = -10.751 phi = 193.09 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1301.23
-ReadData             INFO ElementLink2 = 1330.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1301.23
-ReadData             INFO Element = 0x???? : 1304.44
-ReadData             INFO Element = 0x???? : 1310.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1301.23
-ReadData             INFO Element = 0x???? : 1317.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1301.23
-ReadData             INFO Element = 0x???? : 1317.28
-ReadData             INFO Element = 0x???? : 1310.86
-ReadData             INFO Hit x = 1301.23 y = 97.655 z = -1073.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1304.44 y = 91.9761 z = -1205.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1307.65 y = 86.2972 z = -1229.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1310.86 y = 80.6183 z = -1240.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1314.07 y = 74.9394 z = -1245.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1317.28 y = 69.2605 z = -1249.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1320.49 y = 63.5816 z = -1251.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1323.7 y = 57.9027 z = -1253.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1326.91 y = 52.2238 z = -1255.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1330.12 y = 46.5449 z = -1256.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #13, run #1 64 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2893,31 +2468,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 14 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1417.61 eta = -10.6927 phi = 207.741 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1401.23
-ReadData             INFO ElementLink2 = 1430.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1401.23
-ReadData             INFO Element = 0x???? : 1404.44
-ReadData             INFO Element = 0x???? : 1410.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1401.23
-ReadData             INFO Element = 0x???? : 1417.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1401.23
-ReadData             INFO Element = 0x???? : 1417.28
-ReadData             INFO Element = 0x???? : 1410.86
-ReadData             INFO Hit x = 1401.23 y = 97.655 z = -1173.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1404.44 y = 91.9761 z = -1305.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1407.65 y = 86.2972 z = -1329.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1410.86 y = 80.6183 z = -1340.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1414.07 y = 74.9394 z = -1345.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1417.28 y = 69.2605 z = -1349.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1420.49 y = 63.5816 z = -1351.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1423.7 y = 57.9027 z = -1353.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1426.91 y = 52.2238 z = -1355.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1430.12 y = 46.5449 z = -1356.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #14, run #1 65 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2940,31 +2494,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 15 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1517.49 eta = -10.6429 phi = 222.393 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1501.23
-ReadData             INFO ElementLink2 = 1530.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1501.23
-ReadData             INFO Element = 0x???? : 1504.44
-ReadData             INFO Element = 0x???? : 1510.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1501.23
-ReadData             INFO Element = 0x???? : 1517.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1501.23
-ReadData             INFO Element = 0x???? : 1517.28
-ReadData             INFO Element = 0x???? : 1510.86
-ReadData             INFO Hit x = 1501.23 y = 97.655 z = -1273.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1504.44 y = 91.9761 z = -1405.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1507.65 y = 86.2972 z = -1429.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1510.86 y = 80.6183 z = -1440.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1514.07 y = 74.9394 z = -1445.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1517.28 y = 69.2605 z = -1449.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1520.49 y = 63.5816 z = -1451.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1523.7 y = 57.9027 z = -1453.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1526.91 y = 52.2238 z = -1455.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1530.12 y = 46.5449 z = -1456.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #15, run #1 66 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2987,31 +2520,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 16 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1617.37 eta = -10.5997 phi = 237.045 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1601.23
-ReadData             INFO ElementLink2 = 1630.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1601.23
-ReadData             INFO Element = 0x???? : 1604.44
-ReadData             INFO Element = 0x???? : 1610.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1601.23
-ReadData             INFO Element = 0x???? : 1617.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1601.23
-ReadData             INFO Element = 0x???? : 1617.28
-ReadData             INFO Element = 0x???? : 1610.86
-ReadData             INFO Hit x = 1601.23 y = 97.655 z = -1373.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1604.44 y = 91.9761 z = -1505.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1607.65 y = 86.2972 z = -1529.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1610.86 y = 80.6183 z = -1540.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1614.07 y = 74.9394 z = -1545.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1617.28 y = 69.2605 z = -1549.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1620.49 y = 63.5816 z = -1551.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1623.7 y = 57.9027 z = -1553.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1626.91 y = 52.2238 z = -1555.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1630.12 y = 46.5449 z = -1556.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #16, run #1 67 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -3034,31 +2546,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 17 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1717.27 eta = -10.562 phi = 251.697 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1701.23
-ReadData             INFO ElementLink2 = 1730.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1701.23
-ReadData             INFO Element = 0x???? : 1704.44
-ReadData             INFO Element = 0x???? : 1710.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1701.23
-ReadData             INFO Element = 0x???? : 1717.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1701.23
-ReadData             INFO Element = 0x???? : 1717.28
-ReadData             INFO Element = 0x???? : 1710.86
-ReadData             INFO Hit x = 1701.23 y = 97.655 z = -1473.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1704.44 y = 91.9761 z = -1605.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1707.65 y = 86.2972 z = -1629.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1710.86 y = 80.6183 z = -1640.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1714.07 y = 74.9394 z = -1645.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1717.28 y = 69.2605 z = -1649.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1720.49 y = 63.5816 z = -1651.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1723.7 y = 57.9027 z = -1653.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1726.91 y = 52.2238 z = -1655.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1730.12 y = 46.5449 z = -1656.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #17, run #1 68 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -3081,31 +2572,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 18 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1817.19 eta = -10.5288 phi = 266.349 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1801.23
-ReadData             INFO ElementLink2 = 1830.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1801.23
-ReadData             INFO Element = 0x???? : 1804.44
-ReadData             INFO Element = 0x???? : 1810.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1801.23
-ReadData             INFO Element = 0x???? : 1817.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1801.23
-ReadData             INFO Element = 0x???? : 1817.28
-ReadData             INFO Element = 0x???? : 1810.86
-ReadData             INFO Hit x = 1801.23 y = 97.655 z = -1573.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1804.44 y = 91.9761 z = -1705.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1807.65 y = 86.2972 z = -1729.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1810.86 y = 80.6183 z = -1740.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1814.07 y = 74.9394 z = -1745.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1817.28 y = 69.2605 z = -1749.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1820.49 y = 63.5816 z = -1751.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1823.7 y = 57.9027 z = -1753.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1826.91 y = 52.2238 z = -1755.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1830.12 y = 46.5449 z = -1756.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #18, run #1 69 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -3128,42 +2598,19 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 19 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1917.11 eta = -10.4993 phi = 281 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1901.23
-ReadData             INFO ElementLink2 = 1930.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1901.23
-ReadData             INFO Element = 0x???? : 1904.44
-ReadData             INFO Element = 0x???? : 1910.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1901.23
-ReadData             INFO Element = 0x???? : 1917.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1901.23
-ReadData             INFO Element = 0x???? : 1917.28
-ReadData             INFO Element = 0x???? : 1910.86
-ReadData             INFO Hit x = 1901.23 y = 97.655 z = -1673.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1904.44 y = 91.9761 z = -1805.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1907.65 y = 86.2972 z = -1829.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1910.86 y = 80.6183 z = -1840.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1914.07 y = 74.9394 z = -1845.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1917.28 y = 69.2605 z = -1849.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1920.49 y = 63.5816 z = -1851.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1923.7 y = 57.9027 z = -1853.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1926.91 y = 52.2238 z = -1855.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1930.12 y = 46.5449 z = -1856.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19018
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile4.root) attribute [BYTES_READ]: 19010
 PoolSvc              INFO Database (SimplePoolFile4.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #19, run #1 70 events processed so far  <<<===
 MetaDataSvc         DEBUG handle() EndInputFile for FID:????
 EventSelector        INFO Disconnecting input sourceID: ????
 Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
+Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
 MetaDataSvc         DEBUG handle() LastInputFile for end
 AthenaEventLoopMgr   INFO No more events in event selection 
 MetaDataSvc         DEBUG  calling metaDataStop for ToolSvc.IOVDbMetaDataTool
-Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
 ApplicationMgr       INFO Application Manager Stopped successfully
 IncidentProcAlg1     INFO Finalize
 ReadData             INFO in finalize()
@@ -3173,9 +2620,9 @@ ToolSvc              INFO Removing all tools created by ToolSvc
 *****Chrono*****     INFO ****************************************************************************************************
 *****Chrono*****     INFO  The Final CPU consumption ( Chrono ) Table (ordered)
 *****Chrono*****     INFO ****************************************************************************************************
-cObjR_ALL            INFO Time User   : Tot=   80 [ms] Ave/Min/Max=0.257(+- 1.58)/    0/   10 [ms] #=311
-cObj_ALL             INFO Time User   : Tot=  160 [ms] Ave/Min/Max=0.664(+- 3.81)/    0/   40 [ms] #=241
-ChronoStatSvc        INFO Time User   : Tot= 1.92  [s]                                             #=  1
+cObjR_ALL            INFO Time User   : Tot=   20 [ms] Ave/Min/Max=0.104(+- 1.02)/    0/   10 [ms] #=192
+cObj_ALL             INFO Time User   : Tot=   70 [ms] Ave/Min/Max=0.387(+- 2.43)/    0/   20 [ms] #=181
+ChronoStatSvc        INFO Time User   : Tot= 0.89  [s]                                             #=  1
 *****Chrono*****     INFO ****************************************************************************************************
 ChronoStatSvc.f...   INFO  Service finalized successfully 
 ApplicationMgr       INFO Application Manager Finalized successfully
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadAgainJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadAgainJobOptions.py
index 42872a68c4b..1702038e000 100644
--- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadAgainJobOptions.py
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadAgainJobOptions.py
@@ -7,10 +7,9 @@
 # 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.
+#    and AthneaPoolExample_RWJobOptions.py
 # 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.
 #
 #==============================================================
 
@@ -38,15 +37,11 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr
 #svcMgr.EventSelector.InputCollections = [ "EmptyPoolFile.root", "SimplePoolReplica1.root", "EmptyPoolFile.root", "SimplePoolFile2.root", "NotTherePoolFile.root", "NotFoundPoolFile.root", "TruncatedPoolFile.root", "SimplePoolFile4.root" ]
 svcMgr.EventSelector.InputCollections = [ "EmptyPoolFile.root", "SimplePoolReplica1.root", "EmptyPoolFile.root", "SimplePoolFile2.root", "SimplePoolFile4.root" ]
 #svcMgr.EventSelector.InputCollections = [ "EmptyPoolCollection.root", "SimplePoolCollection1.root", "EmptyPoolCollection.root", "SimplePoolCollection2.root", "SimplePoolCollection3.root" ]
-svcMgr.AthenaPoolAddressProviderSvc.BackNavigation = TRUE; # // switch on BackNavigation of AddressProvider
-# // use scope based BackNavigation
-#svcMgr.AthenaPoolAddressProviderSvc.BackNavigationScope += [ "Stream1::ExampleHitContainer#MyHits" ]
 svcMgr.EventSelector.SkipEvents = 8; # // skip the first 8 events
 svcMgr.EventSelector.SkipEventSequence = [ 9, 10 ]; # // skip two more events
 #svcMgr.EventSelector.SkipEventSequence = " 4-6,7 , 8 , 9 - 10 "; # // skip seven more events
 #svcMgr.EventSelector.ProcessEventSequence = "11, 12, 13,14,15, 16-20, 21 - 25 , 26- 100"; # // skip two more events
 #svcMgr.EventSelector.CollectionType = "ExplicitROOT"
-#svcMgr.EventSelector.SkipBadFiles = TRUE;
 #svcMgr.EventSelector.CounterTool = "EventSelectorCounterTool/Counter"
 
 #Switch Off for TAG - start
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBN.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBN.ref
deleted file mode 100644
index 5d04ca5d977..00000000000
--- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBN.ref
+++ /dev/null
@@ -1,3066 +0,0 @@
-Mon Sep 24 15:58:35 CEST 2018
-Preloading tcmalloc_minimal.so
-Athena               INFO including file "AthenaCommon/Preparation.py"
-Athena               INFO including file "AthenaCommon/Atlas.UnixStandardJob.py"
-Athena               INFO executing ROOT6Setup
-Athena               INFO including file "AthenaCommon/Execution.py"
-Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadBNJobOptions.py"
-Py:ConfigurableDb    INFO Read module info for 5494 configurables from 54 genConfDb files
-Py:ConfigurableDb    INFO No duplicates have been found: that's good !
-Athena               INFO including file "AthenaCommon/runbatch.py"
-[?1034hApplicationMgr       INFO Updating Gaudi::PluginService::SetDebug(level) to level= 'PluginDebugLevel':0
-ApplicationMgr       INFO Updating Gaudi::PluginService::SetDebug(level) to level= 'PluginDebugLevel':0
-ApplicationMgr    SUCCESS 
-====================================================================================================================================
-                                                   Welcome to ApplicationMgr (GaudiCoreSvc v30r3)
-                                          running on lxplus030.cern.ch on Mon Sep 24 15:59:02 2018
-====================================================================================================================================
-ApplicationMgr       INFO Successfully loaded modules : AthenaServices
-ApplicationMgr       INFO Application Manager Configured successfully
-ApplicationMgr       INFO Updating Gaudi::PluginService::SetDebug(level) to level= 'PluginDebugLevel':0
-StatusCodeSvc        INFO initialize
-AthDictLoaderSvc     INFO in initialize...
-AthDictLoaderSvc     INFO acquired Dso-registry
-ClassIDSvc           INFO  getRegistryEntries: read 2946 CLIDRegistry entries for module ALL
-CoreDumpSvc          INFO install f-a-t-a-l handler... (flag = -1)
-AthenaEventLoopMgr   INFO Initializing AthenaEventLoopMgr - package version AthenaServices-00-00-00
-ClassIDSvc           INFO  getRegistryEntries: read 889 CLIDRegistry entries for module ALL
-ReadData            DEBUG Property update for OutputLevel : new value = 2
-ReadData             INFO in initialize()
-MetaDataSvc         DEBUG Property update for OutputLevel : new value = 2
-MetaDataSvc          INFO Initializing MetaDataSvc - package version AthenaServices-00-00-00
-MetaDataSvc         DEBUG Service base class initialized successfully
-AthenaPoolCnvSvc     INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-00-00
-PoolSvc             DEBUG Property update for OutputLevel : new value = 2
-PoolSvc             DEBUG Service base class initialized successfully
-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
-DBReplicaSvc         INFO Frontier server at (serverurl=http://atlasfrontier-local.cern.ch:8000/atlr)(serverurl=http://atlasfrontier-ai.cern.ch:8000/atlr)(serverurl=http://lcgft-atlas.gridpp.rl.ac.uk:3128/frontierATLAS)(serverurl=http://ccfrontier.in2p3.fr:23128/ccin2p3-AtlasFrontier)(proxyurl=http://ca-proxy.cern.ch:3128)(proxyurl=http://ca-proxy-meyrin.cern.ch:3128)(proxyurl=http://ca-proxy-wigner.cern.ch:3128) will be considered for COOL data
-DBReplicaSvc         INFO Read replica configuration from /cvmfs/atlas-nightlies.cern.ch/repo/sw/master/2018-09-22T2103/Athena/22.0.1/InstallArea/x86_64-slc6-gcc62-dbg/share/dbreplica.config
-DBReplicaSvc         INFO Total of 10 servers found for host lxplus030.cern.ch [ATLF ATLAS_COOLPROD atlas_dd ATLAS_CONFIG INT8R INTR ATONR_COOL ATONR_CONF DEVDB11 ATLF ]
-PoolSvc              INFO Successfully setup replica sorting algorithm
-PoolSvc             DEBUG OutputLevel is 
-PoolSvc              INFO Setting up APR FileCatalog and Streams
-PoolSvc              INFO POOL WriteCatalog is file:Catalog1.xml
-DbSession            INFO     Open     DbSession    
-Domain[ROOT_All]     INFO >   Access   DbDomain     READ      [ROOT_All] 
-EventSelector       DEBUG Property update for OutputLevel : new value = 2
-EventSelector        INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-00-00
-EventSelector       DEBUG Service base class initialized successfully
-IoComponentMgr       INFO IoComponent EventSelector has already had file EmptyPoolFile.root registered with i/o mode READ
-EventSelector        INFO reinitialization...
-EventSelector        INFO EventSelection with query 
-EventSelector       DEBUG Try item: "EmptyPoolFile.root" from the collection list.
-PersistencySvc:...  DEBUG lookupPFN: EmptyPoolFile.root returned FID: '????' tech=ROOT_All
-Domain[ROOT_All]     INFO ->  Access   DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO                           EmptyPoolFile.root
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Shapes
-##Shapes            DEBUG Opening
-##Shapes            DEBUG    attributes# = 1
-##Shapes            DEBUG Opened container ##Shapes of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Shape[0 , ????]: [1 Column(s)]
-EmptyPoolFile.root  DEBUG ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1
-EmptyPoolFile.root  DEBUG --->Reading Shape[1 , ????]: [1 Column(s)]
-EmptyPoolFile.root  DEBUG ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
-EmptyPoolFile.root  DEBUG --->Reading Shape[2 , ????]: [1 Column(s)]
-EmptyPoolFile.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.
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Links
-##Links             DEBUG Opening
-##Links             DEBUG    attributes# = 1
-##Links             DEBUG Opened container ##Links of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream3) [202]  (3 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (4 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (5 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-##Links             DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Params
-##Params            DEBUG Opening
-##Params            DEBUG    attributes# = 1
-##Params            DEBUG Opened container ##Params of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Param:FID=[????]
-EmptyPoolFile.root  DEBUG --->Reading Param:PFN=[EmptyPoolFile.root]
-EmptyPoolFile.root  DEBUG --->Reading Param:POOL_VSN=[1.1]
-EmptyPoolFile.root  DEBUG --->Reading Param:FORMAT_VSN=[1.1]
-##Params            DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-PoolSvc              INFO Failed to find container POOLContainer(DataHeader) to create POOL collection.
-PoolSvc              INFO Failed to find container POOLContainer_DataHeader to create POOL collection.
-EventSelector       DEBUG No events found in: EmptyPoolFile.root skipped!!!
-Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
-EventSelector       DEBUG Try item: "SimplePoolFile1.root" from the collection list.
-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                           SimplePoolFile1.root
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Shapes
-##Shapes            DEBUG Opening
-##Shapes            DEBUG    attributes# = 1
-##Shapes            DEBUG Opened container ##Shapes of type ROOT_Tree
-SimplePoolFile1...  DEBUG --->Reading Shape[0 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[1 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:ExampleHitContainer_p1 Typ:ExampleHitContainer_p1 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[2 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[3 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[4 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:Token Typ:Token [18] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[5 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:unsigned int Typ:unsigned int [3] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[6 , ????]: [1 Column(s)]
-SimplePoolFile1...  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...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Links
-##Links             DEBUG Opening
-##Links             DEBUG    attributes# = 1
-##Links             DEBUG Opened container ##Links of type ROOT_Tree
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/CollectionTree(ExampleHitContainer_p1/MyHits) [202]  (4 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (5 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLCollectionTree(Token) [202]  (7 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLCollectionTree(RunNumber) [202]  (8 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLCollectionTree(EventNumber) [202]  (9 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLCollectionTree(MagicNumber) [202]  (a , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (b , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (c , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (d , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-##Links             DEBUG No objects passing selection criteria... Container has 12 Entries in total.
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Params
-##Params            DEBUG Opening
-##Params            DEBUG    attributes# = 1
-##Params            DEBUG Opened container ##Params of type ROOT_Tree
-SimplePoolFile1...  DEBUG --->Reading Param:FID=[????]
-SimplePoolFile1...  DEBUG --->Reading Param:PFN=[SimplePoolFile1.root]
-SimplePoolFile1...  DEBUG --->Reading Param:POOL_VSN=[1.1]
-SimplePoolFile1...  DEBUG --->Reading Param:FORMAT_VSN=[1.1]
-##Params            DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
-MetaDataHdr(Dat...  DEBUG Opening
-MetaDataHdr(Dat...  DEBUG    attributes# = 1
-MetaDataHdr(Dat...  DEBUG Branch container 'DataHeader'
-MetaDataHdr(Dat...  DEBUG Opened container MetaDataHdr(DataHeader) of type ROOT_Tree
-ClassIDSvc           INFO  getRegistryEntries: read 1964 CLIDRegistry entries for module ALL
-EventPersistenc...   INFO Added successfully Conversion service:AthenaPoolCnvSvc
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
-MetaDataHdrForm...  DEBUG Opening
-MetaDataHdrForm...  DEBUG    attributes# = 1
-MetaDataHdrForm...  DEBUG Branch container 'DataHeaderForm'
-MetaDataHdrForm...  DEBUG Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree
-MetaDataSvc         DEBUG Loaded input meta data store proxies
-AthenaPoolAddre...  DEBUG Property update for OutputLevel : new value = 2
-AthenaPoolAddre...  DEBUG Service base class initialized successfully
-AthenaPoolAddre...   INFO BackNavigationScope for: ExampleHitContainer#MyHits :: Stream1
-ReadData            DEBUG input handles: 2
-ReadData            DEBUG output handles: 0
-ReadData            DEBUG Data Deps for ReadData
-  + INPUT   ( 'ExampleHitContainer' , 'StoreGateSvc+MyHits' ) 
-  + INPUT   ( 'ExampleTrackContainer' , 'StoreGateSvc+MyTracks' ) 
-HistogramPersis...WARNING Histograms saving not required.
-AthenaEventLoopMgr   INFO Setup EventSelector service EventSelector
-ApplicationMgr       INFO Application Manager Initialized successfully
-EventSelector       DEBUG Try item: "EmptyPoolFile.root" from the collection list.
-PersistencySvc:...  DEBUG lookupPFN: EmptyPoolFile.root returned FID: '????' tech=ROOT_All
-Domain[ROOT_All]     INFO ->  Access   DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO                           EmptyPoolFile.root
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Shapes
-##Shapes            DEBUG Opening
-##Shapes            DEBUG    attributes# = 1
-##Shapes            DEBUG Opened container ##Shapes of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Shape[0 , ????]: [1 Column(s)]
-EmptyPoolFile.root  DEBUG ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1
-EmptyPoolFile.root  DEBUG --->Reading Shape[1 , ????]: [1 Column(s)]
-EmptyPoolFile.root  DEBUG ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
-EmptyPoolFile.root  DEBUG --->Reading Shape[2 , ????]: [1 Column(s)]
-EmptyPoolFile.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.
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Links
-##Links             DEBUG Opening
-##Links             DEBUG    attributes# = 1
-##Links             DEBUG Opened container ##Links of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream3) [202]  (3 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (4 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (5 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-##Links             DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Params
-##Params            DEBUG Opening
-##Params            DEBUG    attributes# = 1
-##Params            DEBUG Opened container ##Params of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Param:FID=[????]
-EmptyPoolFile.root  DEBUG --->Reading Param:PFN=[EmptyPoolFile.root]
-EmptyPoolFile.root  DEBUG --->Reading Param:POOL_VSN=[1.1]
-EmptyPoolFile.root  DEBUG --->Reading Param:FORMAT_VSN=[1.1]
-##Params            DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-PoolSvc              INFO Failed to find container POOLContainer(DataHeader) to create POOL collection.
-PoolSvc              INFO Failed to find container POOLContainer_DataHeader to create POOL collection.
-EventSelector       DEBUG No events found in: EmptyPoolFile.root skipped!!!
-MetaDataSvc         DEBUG handle() BeginInputFile for EmptyPoolFile.root
-MetaDataSvc         DEBUG initInputMetaDataStore: file name EmptyPoolFile.root
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
-MetaDataHdr(Dat...  DEBUG Opening
-MetaDataHdr(Dat...  DEBUG    attributes# = 1
-MetaDataHdr(Dat...  DEBUG Branch container 'DataHeader'
-MetaDataHdr(Dat...  DEBUG Opened container MetaDataHdr(DataHeader) of type ROOT_Tree
-ClassIDSvc           INFO  getRegistryEntries: read 2 CLIDRegistry entries for module ALL
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
-MetaDataHdrForm...  DEBUG Opening
-MetaDataHdrForm...  DEBUG    attributes# = 1
-MetaDataHdrForm...  DEBUG Branch container 'DataHeaderForm'
-MetaDataHdrForm...  DEBUG Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree
-MetaDataSvc         DEBUG Loaded input meta data store proxies
-MetaDataSvc         DEBUG  calling beginInputFile for ToolSvc.IOVDbMetaDataTool
-MetaDataSvc         DEBUG handle() EndInputFile for eventless EmptyPoolFile.root
-Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
-EventSelector       DEBUG Try item: "SimplePoolFile1.root" from the collection list.
-ApplicationMgr       INFO Application Manager Started successfully
-RootDatabase.se...  DEBUG TREE_CACHE_LEARN_EVENTS = 6
-RootDatabase.se...  DEBUG Request tree cache 
-RootDatabase.se...  DEBUG File name SimplePoolFile1.root
-RootDatabase.se...  DEBUG Got tree CollectionTree read entry -1
-RootDatabase.se...  DEBUG Using Tree cache. Size: 100000 Nevents to learn with: 6
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [TREE_CACHE_LEARN_EVENTS]: 6
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [TREE_CACHE_SIZE]: 100000
-MetaDataSvc         DEBUG handle() BeginInputFile for SimplePoolFile1.root
-MetaDataSvc         DEBUG initInputMetaDataStore: file name SimplePoolFile1.root
-MetaDataSvc         DEBUG Loaded input meta data store proxies
-MetaDataSvc         DEBUG  calling beginInputFile for ToolSvc.IOVDbMetaDataTool
-EventSelector        INFO skipping event 1
-EventSelector        INFO skipping event 2
-EventSelector        INFO skipping event 3
-EventSelector        INFO skipping event 4
-EventSelector        INFO skipping event 5
-EventSelector        INFO skipping event 6
-EventSelector        INFO skipping event 7
-EventSelector        INFO skipping event 8
-EventSelector        INFO skipping event 9
-EventSelector        INFO skipping event 10
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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]
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
-POOLContainer(D...  DEBUG Opening
-POOLContainer(D...  DEBUG    attributes# = 1
-POOLContainer(D...  DEBUG Branch container 'DataHeader'
-POOLContainer(D...  DEBUG Opened container POOLContainer(DataHeader) of type ROOT_Tree
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
-POOLContainerFo...  DEBUG Opening
-POOLContainerFo...  DEBUG    attributes# = 1
-POOLContainerFo...  DEBUG Branch container 'DataHeaderForm'
-POOLContainerFo...  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
-AlgResourcePool      INFO TopAlg list empty. Recovering the one of Application Manager
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo)
-CollectionTree(...  DEBUG Opening
-CollectionTree(...  DEBUG    attributes# = 1
-CollectionTree(...  DEBUG Branch container 'EventInfo_p4_McEventInfo'
-CollectionTree(...  DEBUG Opened container CollectionTree(EventInfo_p4/McEventInfo) of type ROOT_Tree
-AthenaPoolConve...   INFO massageEventInfo: unable to get OverrideRunNumberFromInput property from EventSelector 
-ClassIDSvc           INFO  getRegistryEntries: read 15 CLIDRegistry entries for module ALL
-AthenaEventLoopMgr   INFO   ===>>>  start of run 1    <<<===
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #10, run #1 0 events processed so far  <<<===
-ReadData            DEBUG in execute()
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1)
-MetaData(EventS...  DEBUG Opening
-MetaData(EventS...  DEBUG    attributes# = 1
-MetaData(EventS...  DEBUG Branch container 'EventStreamInfo_p3_Stream1'
-MetaData(EventS...  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: 10 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits)
-CollectionTree(...  DEBUG Opening
-CollectionTree(...  DEBUG    attributes# = 1
-CollectionTree(...  DEBUG Branch container 'ExampleHitContainer_p1_MyHits'
-CollectionTree(...  DEBUG Opened container CollectionTree(ExampleHitContainer_p1/MyHits) of type ROOT_Tree
-ReadData             INFO Hit x = 1001.23 y = 97.655 z = -773.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1004.44 y = 91.9761 z = -905.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 1007.65 y = 86.2972 z = -929.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 1010.86 y = 80.6183 z = -940.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 1014.07 y = 74.9394 z = -945.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 1017.28 y = 69.2605 z = -949.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 1020.49 y = 63.5816 z = -951.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 1023.7 y = 57.9027 z = -953.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 1026.91 y = 52.2238 z = -955.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 1030.12 y = 46.5449 z = -956.169 detector = DummyHitDetector
-ClassIDSvc           INFO  getRegistryEntries: read 10 CLIDRegistry entries for module ALL
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20091
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
-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 = 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 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: 11 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1101.23 y = 97.655 z = -873.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1104.44 y = 91.9761 z = -1005.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1107.65 y = 86.2972 z = -1029.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1110.86 y = 80.6183 z = -1040.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1114.07 y = 74.9394 z = -1045.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1117.28 y = 69.2605 z = -1049.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1120.49 y = 63.5816 z = -1051.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1123.7 y = 57.9027 z = -1053.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1126.91 y = 52.2238 z = -1055.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1130.12 y = 46.5449 z = -1056.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20091
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
-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 = 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 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: 12 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1201.23 y = 97.655 z = -973.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1204.44 y = 91.9761 z = -1105.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1207.65 y = 86.2972 z = -1129.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1210.86 y = 80.6183 z = -1140.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1214.07 y = 74.9394 z = -1145.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1217.28 y = 69.2605 z = -1149.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1220.49 y = 63.5816 z = -1151.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1223.7 y = 57.9027 z = -1153.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1226.91 y = 52.2238 z = -1155.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1230.12 y = 46.5449 z = -1156.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20091
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
-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 = 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 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: 13 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1301.23 y = 97.655 z = -1073.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1304.44 y = 91.9761 z = -1205.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1307.65 y = 86.2972 z = -1229.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1310.86 y = 80.6183 z = -1240.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1314.07 y = 74.9394 z = -1245.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1317.28 y = 69.2605 z = -1249.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1320.49 y = 63.5816 z = -1251.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1323.7 y = 57.9027 z = -1253.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1326.91 y = 52.2238 z = -1255.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1330.12 y = 46.5449 z = -1256.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20091
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
-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 = 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 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: 14 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1401.23 y = 97.655 z = -1173.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1404.44 y = 91.9761 z = -1305.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1407.65 y = 86.2972 z = -1329.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1410.86 y = 80.6183 z = -1340.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1414.07 y = 74.9394 z = -1345.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1417.28 y = 69.2605 z = -1349.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1420.49 y = 63.5816 z = -1351.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1423.7 y = 57.9027 z = -1353.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1426.91 y = 52.2238 z = -1355.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1430.12 y = 46.5449 z = -1356.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20091
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
-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 = 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 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: 15 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1501.23 y = 97.655 z = -1273.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1504.44 y = 91.9761 z = -1405.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1507.65 y = 86.2972 z = -1429.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1510.86 y = 80.6183 z = -1440.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1514.07 y = 74.9394 z = -1445.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1517.28 y = 69.2605 z = -1449.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1520.49 y = 63.5816 z = -1451.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1523.7 y = 57.9027 z = -1453.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1526.91 y = 52.2238 z = -1455.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1530.12 y = 46.5449 z = -1456.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20091
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
-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 = 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 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: 16 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1601.23 y = 97.655 z = -1373.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1604.44 y = 91.9761 z = -1505.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1607.65 y = 86.2972 z = -1529.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1610.86 y = 80.6183 z = -1540.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1614.07 y = 74.9394 z = -1545.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1617.28 y = 69.2605 z = -1549.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1620.49 y = 63.5816 z = -1551.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1623.7 y = 57.9027 z = -1553.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1626.91 y = 52.2238 z = -1555.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1630.12 y = 46.5449 z = -1556.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20091
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
-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 = 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 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: 17 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1701.23 y = 97.655 z = -1473.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1704.44 y = 91.9761 z = -1605.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1707.65 y = 86.2972 z = -1629.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1710.86 y = 80.6183 z = -1640.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1714.07 y = 74.9394 z = -1645.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1717.28 y = 69.2605 z = -1649.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1720.49 y = 63.5816 z = -1651.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1723.7 y = 57.9027 z = -1653.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1726.91 y = 52.2238 z = -1655.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1730.12 y = 46.5449 z = -1656.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20091
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
-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 = 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 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: 18 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1801.23 y = 97.655 z = -1573.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1804.44 y = 91.9761 z = -1705.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1807.65 y = 86.2972 z = -1729.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1810.86 y = 80.6183 z = -1740.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1814.07 y = 74.9394 z = -1745.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1817.28 y = 69.2605 z = -1749.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1820.49 y = 63.5816 z = -1751.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1823.7 y = 57.9027 z = -1753.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1826.91 y = 52.2238 z = -1755.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1830.12 y = 46.5449 z = -1756.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20091
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
-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 = 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 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: 19 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1901.23 y = 97.655 z = -1673.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1904.44 y = 91.9761 z = -1805.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1907.65 y = 86.2972 z = -1829.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1910.86 y = 80.6183 z = -1840.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1914.07 y = 74.9394 z = -1845.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1917.28 y = 69.2605 z = -1849.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1920.49 y = 63.5816 z = -1851.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1923.7 y = 57.9027 z = -1853.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1926.91 y = 52.2238 z = -1855.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1930.12 y = 46.5449 z = -1856.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 20091
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #19, run #1 10 events processed so far  <<<===
-MetaDataSvc         DEBUG handle() EndInputFile for FID:????
-EventSelector        INFO Disconnecting input sourceID: ????
-Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
-EventSelector       DEBUG Try item: "EmptyPoolFile.root" from the collection list.
-PersistencySvc:...  DEBUG lookupPFN: EmptyPoolFile.root returned FID: '????' tech=ROOT_All
-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                           EmptyPoolFile.root
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Shapes
-##Shapes            DEBUG Opening
-##Shapes            DEBUG    attributes# = 1
-##Shapes            DEBUG Opened container ##Shapes of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Shape[0 , ????]: [1 Column(s)]
-EmptyPoolFile.root  DEBUG ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1
-EmptyPoolFile.root  DEBUG --->Reading Shape[1 , ????]: [1 Column(s)]
-EmptyPoolFile.root  DEBUG ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
-EmptyPoolFile.root  DEBUG --->Reading Shape[2 , ????]: [1 Column(s)]
-EmptyPoolFile.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.
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Links
-##Links             DEBUG Opening
-##Links             DEBUG    attributes# = 1
-##Links             DEBUG Opened container ##Links of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream3) [202]  (3 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (4 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (5 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-##Links             DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Params
-##Params            DEBUG Opening
-##Params            DEBUG    attributes# = 1
-##Params            DEBUG Opened container ##Params of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Param:FID=[????]
-EmptyPoolFile.root  DEBUG --->Reading Param:PFN=[EmptyPoolFile.root]
-EmptyPoolFile.root  DEBUG --->Reading Param:POOL_VSN=[1.1]
-EmptyPoolFile.root  DEBUG --->Reading Param:FORMAT_VSN=[1.1]
-##Params            DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-PoolSvc              INFO Failed to find container POOLContainer(DataHeader) to create POOL collection.
-PoolSvc              INFO Failed to find container POOLContainer_DataHeader to create POOL collection.
-EventSelector       DEBUG No events found in: EmptyPoolFile.root skipped!!!
-MetaDataSvc         DEBUG handle() BeginInputFile for EmptyPoolFile.root
-MetaDataSvc         DEBUG initInputMetaDataStore: file name EmptyPoolFile.root
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
-MetaDataHdr(Dat...  DEBUG Opening
-MetaDataHdr(Dat...  DEBUG    attributes# = 1
-MetaDataHdr(Dat...  DEBUG Branch container 'DataHeader'
-MetaDataHdr(Dat...  DEBUG Opened container MetaDataHdr(DataHeader) of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
-MetaDataHdrForm...  DEBUG Opening
-MetaDataHdrForm...  DEBUG    attributes# = 1
-MetaDataHdrForm...  DEBUG Branch container 'DataHeaderForm'
-MetaDataHdrForm...  DEBUG Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree
-MetaDataSvc         DEBUG Loaded input meta data store proxies
-MetaDataSvc         DEBUG  calling beginInputFile for ToolSvc.IOVDbMetaDataTool
-MetaDataSvc         DEBUG handle() EndInputFile for eventless EmptyPoolFile.root
-Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
-EventSelector       DEBUG Try item: "SimplePoolFile2.root" from the collection list.
-PersistencySvc:...  DEBUG lookupPFN: SimplePoolFile2.root returned FID: '????' tech=ROOT_All
-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                           SimplePoolFile2.root
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Shapes
-##Shapes            DEBUG Opening
-##Shapes            DEBUG    attributes# = 1
-##Shapes            DEBUG Opened container ##Shapes of type ROOT_Tree
-SimplePoolFile2...  DEBUG --->Reading Shape[0 , ????]: [1 Column(s)]
-SimplePoolFile2...  DEBUG ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile2...  DEBUG --->Reading Shape[1 , ????]: [1 Column(s)]
-SimplePoolFile2...  DEBUG ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile2...  DEBUG --->Reading Shape[2 , ????]: [1 Column(s)]
-SimplePoolFile2...  DEBUG ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile2...  DEBUG --->Reading Shape[3 , ????]: [1 Column(s)]
-SimplePoolFile2...  DEBUG ---->[0]:Token Typ:Token [18] Size:0 Offset:0 #Elements:1
-SimplePoolFile2...  DEBUG --->Reading Shape[4 , ????]: [1 Column(s)]
-SimplePoolFile2...  DEBUG ---->[0]:unsigned int Typ:unsigned int [3] Size:0 Offset:0 #Elements:1
-SimplePoolFile2...  DEBUG --->Reading Shape[5 , ????]: [1 Column(s)]
-SimplePoolFile2...  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...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Links
-##Links             DEBUG Opening
-##Links             DEBUG    attributes# = 1
-##Links             DEBUG Opened container ##Links of type ROOT_Tree
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (4 , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (5 , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/POOLCollectionTree(Token) [202]  (6 , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/POOLCollectionTree(RunNumber) [202]  (7 , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/POOLCollectionTree(EventNumber) [202]  (8 , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/POOLCollectionTree(MagicNumber) [202]  (9 , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream2) [202]  (a , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (b , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (c , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (d , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-##Links             DEBUG No objects passing selection criteria... Container has 12 Entries in total.
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Params
-##Params            DEBUG Opening
-##Params            DEBUG    attributes# = 1
-##Params            DEBUG Opened container ##Params of type ROOT_Tree
-SimplePoolFile2...  DEBUG --->Reading Param:FID=[????]
-SimplePoolFile2...  DEBUG --->Reading Param:PFN=[SimplePoolFile2.root]
-SimplePoolFile2...  DEBUG --->Reading Param:POOL_VSN=[1.1]
-SimplePoolFile2...  DEBUG --->Reading Param:FORMAT_VSN=[1.1]
-##Params            DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-RootDatabase.se...  DEBUG TREE_CACHE_LEARN_EVENTS = 6
-RootDatabase.se...  DEBUG Request tree cache 
-RootDatabase.se...  DEBUG File name SimplePoolFile2.root
-RootDatabase.se...  DEBUG Got tree CollectionTree read entry -1
-RootDatabase.se...  DEBUG Using Tree cache. Size: 100000 Nevents to learn with: 6
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [TREE_CACHE_LEARN_EVENTS]: 6
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [TREE_CACHE_SIZE]: 100000
-MetaDataSvc         DEBUG handle() BeginInputFile for SimplePoolFile2.root
-MetaDataSvc         DEBUG initInputMetaDataStore: file name SimplePoolFile2.root
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
-MetaDataHdr(Dat...  DEBUG Opening
-MetaDataHdr(Dat...  DEBUG    attributes# = 1
-MetaDataHdr(Dat...  DEBUG Branch container 'DataHeader'
-MetaDataHdr(Dat...  DEBUG Opened container MetaDataHdr(DataHeader) of type ROOT_Tree
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
-MetaDataHdrForm...  DEBUG Opening
-MetaDataHdrForm...  DEBUG    attributes# = 1
-MetaDataHdrForm...  DEBUG Branch container 'DataHeaderForm'
-MetaDataHdrForm...  DEBUG Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree
-MetaDataSvc         DEBUG Loaded input meta data store proxies
-MetaDataSvc         DEBUG  calling beginInputFile for ToolSvc.IOVDbMetaDataTool
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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]
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
-POOLContainer(D...  DEBUG Opening
-POOLContainer(D...  DEBUG    attributes# = 1
-POOLContainer(D...  DEBUG Branch container 'DataHeader'
-POOLContainer(D...  DEBUG Opened container POOLContainer(DataHeader) of type ROOT_Tree
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
-POOLContainerFo...  DEBUG Opening
-POOLContainerFo...  DEBUG    attributes# = 1
-POOLContainerFo...  DEBUG Branch container 'DataHeaderForm'
-POOLContainerFo...  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 = McEventInfo
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo)
-CollectionTree(...  DEBUG Opening
-CollectionTree(...  DEBUG    attributes# = 1
-CollectionTree(...  DEBUG Branch container 'EventInfo_p4_McEventInfo'
-CollectionTree(...  DEBUG Opened container CollectionTree(EventInfo_p4/McEventInfo) of type ROOT_Tree
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #0, run #1 10 events processed so far  <<<===
-ReadData            DEBUG in execute()
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1)
-MetaData(EventS...  DEBUG Opening
-MetaData(EventS...  DEBUG    attributes# = 1
-MetaData(EventS...  DEBUG Branch container 'EventStreamInfo_p3_Stream1'
-MetaData(EventS...  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 = 222376821, key = StreamX
-ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
-ReadData             INFO TagInfo: 
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream2)
-MetaData(EventS...  DEBUG Opening
-MetaData(EventS...  DEBUG    attributes# = 1
-MetaData(EventS...  DEBUG Branch container 'EventStreamInfo_p3_Stream2'
-MetaData(EventS...  DEBUG Opened container MetaData(EventStreamInfo_p3/Stream2) of type ROOT_Tree
-ReadData             INFO EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #0, run #1 11 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #1, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #1, run #1 12 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #2, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #2, run #1 13 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000003].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000003].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000003]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #3, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #3, run #1 14 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000004].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000004].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000004]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #4, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #4, run #1 15 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000005].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000005].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000005]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #5, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #5, run #1 16 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000006].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000006].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000006]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #6, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #6, run #1 17 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000007].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000007].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000007]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #7, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #7, run #1 18 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000008].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000008].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000008]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #8, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #8, run #1 19 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000009].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000009].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000009]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #9, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #9, run #1 20 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000A].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000A].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000A]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #10, run #1 20 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #10, run #1 21 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000B].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000B].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000B]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #11, run #1 21 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #11, run #1 22 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000C].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000C].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000C]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #12, run #1 22 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #12, run #1 23 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000D].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000D].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000D]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #13, run #1 23 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #13, run #1 24 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000E].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000E].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000E]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #14, run #1 24 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #14, run #1 25 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000F].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000F].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000F]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #15, run #1 25 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #15, run #1 26 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000010].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000010].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000010]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #16, run #1 26 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #16, run #1 27 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000011].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000011].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000011]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #17, run #1 27 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #17, run #1 28 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000012].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000012].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000012]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #18, run #1 28 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #18, run #1 29 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000013].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000013].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000013]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #19, run #1 29 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18813
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #19, run #1 30 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000014].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000014].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000014]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start of run 2    <<<===
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #20, run #2 30 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 20 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #20, run #2 31 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000015].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000015].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000015]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #21, run #2 31 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 21 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #21, run #2 32 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000016].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000016].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000016]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #22, run #2 32 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 22 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #22, run #2 33 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000017].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000017].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000017]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #23, run #2 33 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 23 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #23, run #2 34 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000018].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000018].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000018]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #24, run #2 34 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 24 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #24, run #2 35 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000019].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000019].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000019]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #25, run #2 35 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 25 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #25, run #2 36 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001A].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001A].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001A]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #26, run #2 36 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 26 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #26, run #2 37 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001B].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001B].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001B]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #27, run #2 37 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 27 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #27, run #2 38 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001C].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001C].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001C]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #28, run #2 38 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 28 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #28, run #2 39 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001D].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001D].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001D]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #29, run #2 39 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 29 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #29, run #2 40 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001E].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001E].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001E]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #30, run #2 40 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 30 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #30, run #2 41 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001F].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001F].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001F]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #31, run #2 41 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 31 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #31, run #2 42 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000020].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000020].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000020]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #32, run #2 42 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 32 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #32, run #2 43 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000021].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000021].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000021]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #33, run #2 43 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 33 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #33, run #2 44 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000022].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000022].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000022]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #34, run #2 44 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 34 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #34, run #2 45 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000023].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000023].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000023]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #35, run #2 45 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 35 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #35, run #2 46 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000024].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000024].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000024]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #36, run #2 46 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 36 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #36, run #2 47 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000025].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000025].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000025]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #37, run #2 47 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 37 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #37, run #2 48 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000026].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000026].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000026]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #38, run #2 48 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 38 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #38, run #2 49 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000027].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000027].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000027]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #39, run #2 49 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 39 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20437
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #39, run #2 50 events processed so far  <<<===
-MetaDataSvc         DEBUG handle() EndInputFile for FID:????
-EventSelector        INFO Disconnecting input sourceID: ????
-Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
-EventSelector       DEBUG Try item: "SimplePoolFile3.root" from the collection list.
-PersistencySvc:...  DEBUG lookupPFN: SimplePoolFile3.root returned FID: '????' tech=ROOT_All
-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
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Shapes
-##Shapes            DEBUG Opening
-##Shapes            DEBUG    attributes# = 1
-##Shapes            DEBUG Opened container ##Shapes of type ROOT_Tree
-SimplePoolFile3...  DEBUG --->Reading Shape[0 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[1 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:ExampleTrackContainer_p1 Typ:ExampleTrackContainer_p1 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[2 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[3 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[4 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:Token Typ:Token [18] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[5 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:unsigned int Typ:unsigned int [3] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[6 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1
-##Shapes            DEBUG No objects passing selection criteria... Container has 7 Entries in total.
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Links
-##Links             DEBUG Opening
-##Links             DEBUG    attributes# = 1
-##Links             DEBUG Opened container ##Links of type ROOT_Tree
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/CollectionTree(ExampleTrackContainer_p1/MyTracks) [202]  (4 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (5 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLCollectionTree(Token) [202]  (7 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLCollectionTree(RunNumber) [202]  (8 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLCollectionTree(EventNumber) [202]  (9 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLCollectionTree(MagicNumber) [202]  (a , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (b , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (c , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (d , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-##Links             DEBUG No objects passing selection criteria... Container has 12 Entries in total.
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Params
-##Params            DEBUG Opening
-##Params            DEBUG    attributes# = 1
-##Params            DEBUG Opened container ##Params of type ROOT_Tree
-SimplePoolFile3...  DEBUG --->Reading Param:FID=[????]
-SimplePoolFile3...  DEBUG --->Reading Param:PFN=[SimplePoolFile3.root]
-SimplePoolFile3...  DEBUG --->Reading Param:POOL_VSN=[1.1]
-SimplePoolFile3...  DEBUG --->Reading Param:FORMAT_VSN=[1.1]
-##Params            DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-RootDatabase.se...  DEBUG TREE_CACHE_LEARN_EVENTS = 6
-RootDatabase.se...  DEBUG Request tree cache 
-RootDatabase.se...  DEBUG File name SimplePoolFile3.root
-RootDatabase.se...  DEBUG Got tree CollectionTree read entry -1
-RootDatabase.se...  DEBUG Using Tree cache. Size: 100000 Nevents to learn with: 6
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [TREE_CACHE_LEARN_EVENTS]: 6
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [TREE_CACHE_SIZE]: 100000
-MetaDataSvc         DEBUG handle() BeginInputFile for SimplePoolFile3.root
-MetaDataSvc         DEBUG initInputMetaDataStore: file name SimplePoolFile3.root
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
-MetaDataHdr(Dat...  DEBUG Opening
-MetaDataHdr(Dat...  DEBUG    attributes# = 1
-MetaDataHdr(Dat...  DEBUG Branch container 'DataHeader'
-MetaDataHdr(Dat...  DEBUG Opened container MetaDataHdr(DataHeader) of type ROOT_Tree
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
-MetaDataHdrForm...  DEBUG Opening
-MetaDataHdrForm...  DEBUG    attributes# = 1
-MetaDataHdrForm...  DEBUG Branch container 'DataHeaderForm'
-MetaDataHdrForm...  DEBUG Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree
-MetaDataSvc         DEBUG Loaded input meta data store proxies
-MetaDataSvc         DEBUG  calling beginInputFile for ToolSvc.IOVDbMetaDataTool
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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]
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
-POOLContainer(D...  DEBUG Opening
-POOLContainer(D...  DEBUG    attributes# = 1
-POOLContainer(D...  DEBUG Branch container 'DataHeader'
-POOLContainer(D...  DEBUG Opened container POOLContainer(DataHeader) of type ROOT_Tree
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
-POOLContainerFo...  DEBUG Opening
-POOLContainerFo...  DEBUG    attributes# = 1
-POOLContainerFo...  DEBUG Branch container 'DataHeaderForm'
-POOLContainerFo...  DEBUG Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree
-AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9103, name = MyTracks
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo)
-CollectionTree(...  DEBUG Opening
-CollectionTree(...  DEBUG    attributes# = 1
-CollectionTree(...  DEBUG Branch container 'EventInfo_p4_McEventInfo'
-CollectionTree(...  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 50 events processed so far  <<<===
-ReadData            DEBUG in execute()
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1)
-MetaData(EventS...  DEBUG Opening
-MetaData(EventS...  DEBUG    attributes# = 1
-MetaData(EventS...  DEBUG Branch container 'EventStreamInfo_p3_Stream1'
-MetaData(EventS...  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 = 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: 0 run: 1
-ReadData             INFO Get Smart data ptr 1
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] CollectionTree(ExampleTrackContainer_p1/MyTracks)
-CollectionTree(...  DEBUG Opening
-CollectionTree(...  DEBUG    attributes# = 1
-CollectionTree(...  DEBUG Branch container 'ExampleTrackContainer_p1_MyTracks'
-CollectionTree(...  DEBUG Opened container CollectionTree(ExampleTrackContainer_p1/MyTracks) of type ROOT_Tree
-ReadData             INFO Track pt = 74.8928 eta = 3.1676 phi = 2.6161 detector = Track made in: DummyHitDetector
-Domain[ROOT_All]     INFO ->  Access   DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO                           SimplePoolFile1.root
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Shapes
-##Shapes            DEBUG Opening
-##Shapes            DEBUG    attributes# = 1
-##Shapes            DEBUG Opened container ##Shapes of type ROOT_Tree
-SimplePoolFile1...  DEBUG --->Reading Shape[0 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[1 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:ExampleHitContainer_p1 Typ:ExampleHitContainer_p1 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[2 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[3 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[4 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:Token Typ:Token [18] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[5 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:unsigned int Typ:unsigned int [3] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[6 , ????]: [1 Column(s)]
-SimplePoolFile1...  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...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Links
-##Links             DEBUG Opening
-##Links             DEBUG    attributes# = 1
-##Links             DEBUG Opened container ##Links of type ROOT_Tree
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/CollectionTree(ExampleHitContainer_p1/MyHits) [202]  (4 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (5 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLCollectionTree(Token) [202]  (7 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLCollectionTree(RunNumber) [202]  (8 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLCollectionTree(EventNumber) [202]  (9 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLCollectionTree(MagicNumber) [202]  (a , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (b , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (c , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (d , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-##Links             DEBUG No objects passing selection criteria... Container has 12 Entries in total.
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Params
-##Params            DEBUG Opening
-##Params            DEBUG    attributes# = 1
-##Params            DEBUG Opened container ##Params of type ROOT_Tree
-SimplePoolFile1...  DEBUG --->Reading Param:FID=[????]
-SimplePoolFile1...  DEBUG --->Reading Param:PFN=[SimplePoolFile1.root]
-SimplePoolFile1...  DEBUG --->Reading Param:POOL_VSN=[1.1]
-SimplePoolFile1...  DEBUG --->Reading Param:FORMAT_VSN=[1.1]
-##Params            DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
-POOLContainer(D...  DEBUG Opening
-POOLContainer(D...  DEBUG    attributes# = 1
-POOLContainer(D...  DEBUG Branch container 'DataHeader'
-POOLContainer(D...  DEBUG Opened container POOLContainer(DataHeader) of type ROOT_Tree
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
-POOLContainerFo...  DEBUG Opening
-POOLContainerFo...  DEBUG    attributes# = 1
-POOLContainerFo...  DEBUG Branch container 'DataHeaderForm'
-POOLContainerFo...  DEBUG Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits)
-CollectionTree(...  DEBUG Opening
-CollectionTree(...  DEBUG    attributes# = 1
-CollectionTree(...  DEBUG Branch container 'ExampleHitContainer_p1_MyHits'
-CollectionTree(...  DEBUG Opened container CollectionTree(ExampleHitContainer_p1/MyHits) of type ROOT_Tree
-ReadData             INFO ElementLink1 = 1.2345
-ReadData             INFO ElementLink2 = 30.1245
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1.2345
-ReadData             INFO Element = 0x???? : 4.4445
-ReadData             INFO Element = 0x???? : 10.8645
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1.2345
-ReadData             INFO Element = 0x???? : 17.2845
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1.2345
-ReadData             INFO Element = 0x???? : 17.2845
-ReadData             INFO Element = 0x???? : 10.8645
-ReadData             INFO Hit x = 1.2345 y = 97.655 z = 226.672 detector = DummyHitDetector
-ReadData             INFO Hit x = 4.4445 y = 91.9761 z = 94.7318 detector = DummyHitDetector
-ReadData             INFO Hit x = 7.6545 y = 86.2972 z = 70.2348 detector = DummyHitDetector
-ReadData             INFO Hit x = 10.8645 y = 80.6183 z = 59.9142 detector = DummyHitDetector
-ReadData             INFO Hit x = 14.0745 y = 74.9394 z = 54.2259 detector = DummyHitDetector
-ReadData             INFO Hit x = 17.2845 y = 69.2605 z = 50.6227 detector = DummyHitDetector
-ReadData             INFO Hit x = 20.4945 y = 63.5816 z = 48.1358 detector = DummyHitDetector
-ReadData             INFO Hit x = 23.7045 y = 57.9027 z = 46.3159 detector = DummyHitDetector
-ReadData             INFO Hit x = 26.9145 y = 52.2238 z = 44.9265 detector = DummyHitDetector
-ReadData             INFO Hit x = 30.1245 y = 46.5449 z = 43.831 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #0, run #1 51 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #1, run #1 51 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 = 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: 1 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 137.584 eta = -39.525 phi = 17.2679 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 101.234
-ReadData             INFO ElementLink2 = 130.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 101.234
-ReadData             INFO Element = 0x???? : 104.444
-ReadData             INFO Element = 0x???? : 110.864
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 101.234
-ReadData             INFO Element = 0x???? : 117.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 101.234
-ReadData             INFO Element = 0x???? : 117.284
-ReadData             INFO Element = 0x???? : 110.864
-ReadData             INFO Hit x = 101.234 y = 97.655 z = 126.672 detector = DummyHitDetector
-ReadData             INFO Hit x = 104.444 y = 91.9761 z = -5.26816 detector = DummyHitDetector
-ReadData             INFO Hit x = 107.654 y = 86.2972 z = -29.7652 detector = DummyHitDetector
-ReadData             INFO Hit x = 110.864 y = 80.6183 z = -40.0858 detector = DummyHitDetector
-ReadData             INFO Hit x = 114.075 y = 74.9394 z = -45.7741 detector = DummyHitDetector
-ReadData             INFO Hit x = 117.284 y = 69.2605 z = -49.3773 detector = DummyHitDetector
-ReadData             INFO Hit x = 120.494 y = 63.5816 z = -51.8642 detector = DummyHitDetector
-ReadData             INFO Hit x = 123.704 y = 57.9027 z = -53.6841 detector = DummyHitDetector
-ReadData             INFO Hit x = 126.915 y = 52.2238 z = -55.0735 detector = DummyHitDetector
-ReadData             INFO Hit x = 130.125 y = 46.5449 z = -56.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #1, run #1 52 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #2, run #1 52 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 = 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: 2 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 228.154 eta = -6.2704 phi = 31.9197 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 201.234
-ReadData             INFO ElementLink2 = 230.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 201.234
-ReadData             INFO Element = 0x???? : 204.445
-ReadData             INFO Element = 0x???? : 210.864
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 201.234
-ReadData             INFO Element = 0x???? : 217.285
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 201.234
-ReadData             INFO Element = 0x???? : 217.285
-ReadData             INFO Element = 0x???? : 210.864
-ReadData             INFO Hit x = 201.234 y = 97.655 z = 26.6723 detector = DummyHitDetector
-ReadData             INFO Hit x = 204.445 y = 91.9761 z = -105.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 207.654 y = 86.2972 z = -129.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 210.864 y = 80.6183 z = -140.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 214.075 y = 74.9394 z = -145.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 217.285 y = 69.2605 z = -149.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 220.494 y = 63.5816 z = -151.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 223.704 y = 57.9027 z = -153.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 226.915 y = 52.2238 z = -155.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 230.125 y = 46.5449 z = -156.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #2, run #1 53 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #3, run #1 53 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 = 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: 3 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 324.306 eta = -15.8941 phi = 46.5715 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 301.235
-ReadData             INFO ElementLink2 = 330.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 301.235
-ReadData             INFO Element = 0x???? : 304.445
-ReadData             INFO Element = 0x???? : 310.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 301.235
-ReadData             INFO Element = 0x???? : 317.285
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 301.235
-ReadData             INFO Element = 0x???? : 317.285
-ReadData             INFO Element = 0x???? : 310.865
-ReadData             INFO Hit x = 301.235 y = 97.655 z = -73.3277 detector = DummyHitDetector
-ReadData             INFO Hit x = 304.445 y = 91.9761 z = -205.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 307.655 y = 86.2972 z = -229.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 310.865 y = 80.6183 z = -240.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 314.075 y = 74.9394 z = -245.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 317.285 y = 69.2605 z = -249.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 320.495 y = 63.5816 z = -251.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 323.705 y = 57.9027 z = -253.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 326.915 y = 52.2238 z = -255.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 330.125 y = 46.5449 z = -256.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #3, run #1 54 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #4, run #1 54 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 = 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: 4 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 422.255 eta = -13.279 phi = 61.2233 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 401.235
-ReadData             INFO ElementLink2 = 430.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 401.235
-ReadData             INFO Element = 0x???? : 404.445
-ReadData             INFO Element = 0x???? : 410.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 401.235
-ReadData             INFO Element = 0x???? : 417.285
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 401.235
-ReadData             INFO Element = 0x???? : 417.285
-ReadData             INFO Element = 0x???? : 410.865
-ReadData             INFO Hit x = 401.235 y = 97.655 z = -173.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 404.445 y = 91.9761 z = -305.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 407.655 y = 86.2972 z = -329.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 410.865 y = 80.6183 z = -340.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 414.075 y = 74.9394 z = -345.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 417.285 y = 69.2605 z = -349.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 420.495 y = 63.5816 z = -351.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 423.705 y = 57.9027 z = -353.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 426.915 y = 52.2238 z = -355.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 430.125 y = 46.5449 z = -356.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #4, run #1 55 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #5, run #1 55 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 = 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: 5 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 520.987 eta = -12.3511 phi = 75.8751 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 501.235
-ReadData             INFO ElementLink2 = 530.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 501.235
-ReadData             INFO Element = 0x???? : 504.445
-ReadData             INFO Element = 0x???? : 510.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 501.235
-ReadData             INFO Element = 0x???? : 517.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 501.235
-ReadData             INFO Element = 0x???? : 517.284
-ReadData             INFO Element = 0x???? : 510.865
-ReadData             INFO Hit x = 501.235 y = 97.655 z = -273.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 504.445 y = 91.9761 z = -405.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 507.655 y = 86.2972 z = -429.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 510.865 y = 80.6183 z = -440.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 514.075 y = 74.9394 z = -445.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 517.284 y = 69.2605 z = -449.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 520.495 y = 63.5816 z = -451.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 523.705 y = 57.9027 z = -453.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 526.914 y = 52.2238 z = -455.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 530.125 y = 46.5449 z = -456.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #5, run #1 56 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #6, run #1 56 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 = 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: 6 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 620.127 eta = -11.8468 phi = 90.5269 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 601.235
-ReadData             INFO ElementLink2 = 630.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 601.235
-ReadData             INFO Element = 0x???? : 604.445
-ReadData             INFO Element = 0x???? : 610.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 601.235
-ReadData             INFO Element = 0x???? : 617.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 601.235
-ReadData             INFO Element = 0x???? : 617.284
-ReadData             INFO Element = 0x???? : 610.865
-ReadData             INFO Hit x = 601.235 y = 97.655 z = -373.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 604.445 y = 91.9761 z = -505.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 607.654 y = 86.2972 z = -529.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 610.865 y = 80.6183 z = -540.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 614.075 y = 74.9394 z = -545.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 617.284 y = 69.2605 z = -549.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 620.495 y = 63.5816 z = -551.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 623.705 y = 57.9027 z = -553.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 626.914 y = 52.2238 z = -555.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 630.125 y = 46.5449 z = -556.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #6, run #1 57 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #7, run #1 57 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 = 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: 7 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 719.507 eta = -11.5247 phi = 105.179 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 701.235
-ReadData             INFO ElementLink2 = 730.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 701.235
-ReadData             INFO Element = 0x???? : 704.445
-ReadData             INFO Element = 0x???? : 710.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 701.235
-ReadData             INFO Element = 0x???? : 717.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 701.235
-ReadData             INFO Element = 0x???? : 717.284
-ReadData             INFO Element = 0x???? : 710.865
-ReadData             INFO Hit x = 701.235 y = 97.655 z = -473.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 704.445 y = 91.9761 z = -605.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 707.654 y = 86.2972 z = -629.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 710.865 y = 80.6183 z = -640.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 714.075 y = 74.9394 z = -645.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 717.284 y = 69.2605 z = -649.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 720.495 y = 63.5816 z = -651.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 723.705 y = 57.9027 z = -653.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 726.914 y = 52.2238 z = -655.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 730.125 y = 46.5449 z = -656.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #7, run #1 58 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #8, run #1 58 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 = 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: 8 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 819.038 eta = -11.2998 phi = 119.831 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 801.235
-ReadData             INFO ElementLink2 = 830.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 801.235
-ReadData             INFO Element = 0x???? : 804.445
-ReadData             INFO Element = 0x???? : 810.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 801.235
-ReadData             INFO Element = 0x???? : 817.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 801.235
-ReadData             INFO Element = 0x???? : 817.284
-ReadData             INFO Element = 0x???? : 810.865
-ReadData             INFO Hit x = 801.235 y = 97.655 z = -573.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 804.445 y = 91.9761 z = -705.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 807.654 y = 86.2972 z = -729.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 810.865 y = 80.6183 z = -740.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 814.075 y = 74.9394 z = -745.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 817.284 y = 69.2605 z = -749.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 820.495 y = 63.5816 z = -751.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 823.705 y = 57.9027 z = -753.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 826.914 y = 52.2238 z = -755.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 830.125 y = 46.5449 z = -756.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #8, run #1 59 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #9, run #1 59 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 = 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: 9 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 918.671 eta = -11.1334 phi = 134.482 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 901.235
-ReadData             INFO ElementLink2 = 930.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 901.235
-ReadData             INFO Element = 0x???? : 904.445
-ReadData             INFO Element = 0x???? : 910.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 901.235
-ReadData             INFO Element = 0x???? : 917.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 901.235
-ReadData             INFO Element = 0x???? : 917.284
-ReadData             INFO Element = 0x???? : 910.865
-ReadData             INFO Hit x = 901.235 y = 97.655 z = -673.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 904.445 y = 91.9761 z = -805.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 907.654 y = 86.2972 z = -829.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 910.865 y = 80.6183 z = -840.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 914.075 y = 74.9394 z = -845.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 917.284 y = 69.2605 z = -849.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 920.495 y = 63.5816 z = -851.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 923.705 y = 57.9027 z = -853.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 926.914 y = 52.2238 z = -855.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 930.125 y = 46.5449 z = -856.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #9, run #1 60 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #10, run #1 60 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 = 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 = -11.0052 phi = 149.134 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1001.23
-ReadData             INFO ElementLink2 = 1030.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1001.23
-ReadData             INFO Element = 0x???? : 1004.44
-ReadData             INFO Element = 0x???? : 1010.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1001.23
-ReadData             INFO Element = 0x???? : 1017.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1001.23
-ReadData             INFO Element = 0x???? : 1017.28
-ReadData             INFO Element = 0x???? : 1010.86
-ReadData             INFO Hit x = 1001.23 y = 97.655 z = -773.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1004.44 y = 91.9761 z = -905.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 1007.65 y = 86.2972 z = -929.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 1010.86 y = 80.6183 z = -940.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 1014.07 y = 74.9394 z = -945.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 1017.28 y = 69.2605 z = -949.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 1020.49 y = 63.5816 z = -951.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 1023.7 y = 57.9027 z = -953.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 1026.91 y = 52.2238 z = -955.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 1030.12 y = 46.5449 z = -956.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #10, run #1 61 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #11, run #1 61 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 = 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 = -10.9031 phi = 163.786 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1101.23
-ReadData             INFO ElementLink2 = 1130.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1101.23
-ReadData             INFO Element = 0x???? : 1104.44
-ReadData             INFO Element = 0x???? : 1110.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1101.23
-ReadData             INFO Element = 0x???? : 1117.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1101.23
-ReadData             INFO Element = 0x???? : 1117.28
-ReadData             INFO Element = 0x???? : 1110.86
-ReadData             INFO Hit x = 1101.23 y = 97.655 z = -873.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1104.44 y = 91.9761 z = -1005.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1107.65 y = 86.2972 z = -1029.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1110.86 y = 80.6183 z = -1040.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1114.07 y = 74.9394 z = -1045.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1117.28 y = 69.2605 z = -1049.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1120.49 y = 63.5816 z = -1051.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1123.7 y = 57.9027 z = -1053.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1126.91 y = 52.2238 z = -1055.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1130.12 y = 46.5449 z = -1056.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #11, run #1 62 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #12, run #1 62 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 = 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 = -10.82 phi = 178.438 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1201.23
-ReadData             INFO ElementLink2 = 1230.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1201.23
-ReadData             INFO Element = 0x???? : 1204.44
-ReadData             INFO Element = 0x???? : 1210.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1201.23
-ReadData             INFO Element = 0x???? : 1217.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1201.23
-ReadData             INFO Element = 0x???? : 1217.28
-ReadData             INFO Element = 0x???? : 1210.86
-ReadData             INFO Hit x = 1201.23 y = 97.655 z = -973.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1204.44 y = 91.9761 z = -1105.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1207.65 y = 86.2972 z = -1129.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1210.86 y = 80.6183 z = -1140.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1214.07 y = 74.9394 z = -1145.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1217.28 y = 69.2605 z = -1149.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1220.49 y = 63.5816 z = -1151.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1223.7 y = 57.9027 z = -1153.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1226.91 y = 52.2238 z = -1155.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1230.12 y = 46.5449 z = -1156.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #12, run #1 63 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #13, run #1 63 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 = 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 = -10.751 phi = 193.09 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1301.23
-ReadData             INFO ElementLink2 = 1330.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1301.23
-ReadData             INFO Element = 0x???? : 1304.44
-ReadData             INFO Element = 0x???? : 1310.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1301.23
-ReadData             INFO Element = 0x???? : 1317.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1301.23
-ReadData             INFO Element = 0x???? : 1317.28
-ReadData             INFO Element = 0x???? : 1310.86
-ReadData             INFO Hit x = 1301.23 y = 97.655 z = -1073.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1304.44 y = 91.9761 z = -1205.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1307.65 y = 86.2972 z = -1229.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1310.86 y = 80.6183 z = -1240.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1314.07 y = 74.9394 z = -1245.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1317.28 y = 69.2605 z = -1249.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1320.49 y = 63.5816 z = -1251.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1323.7 y = 57.9027 z = -1253.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1326.91 y = 52.2238 z = -1255.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1330.12 y = 46.5449 z = -1256.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #13, run #1 64 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #14, run #1 64 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 = 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 = -10.6927 phi = 207.741 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1401.23
-ReadData             INFO ElementLink2 = 1430.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1401.23
-ReadData             INFO Element = 0x???? : 1404.44
-ReadData             INFO Element = 0x???? : 1410.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1401.23
-ReadData             INFO Element = 0x???? : 1417.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1401.23
-ReadData             INFO Element = 0x???? : 1417.28
-ReadData             INFO Element = 0x???? : 1410.86
-ReadData             INFO Hit x = 1401.23 y = 97.655 z = -1173.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1404.44 y = 91.9761 z = -1305.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1407.65 y = 86.2972 z = -1329.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1410.86 y = 80.6183 z = -1340.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1414.07 y = 74.9394 z = -1345.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1417.28 y = 69.2605 z = -1349.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1420.49 y = 63.5816 z = -1351.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1423.7 y = 57.9027 z = -1353.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1426.91 y = 52.2238 z = -1355.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1430.12 y = 46.5449 z = -1356.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #14, run #1 65 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #15, run #1 65 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 = 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 = -10.6429 phi = 222.393 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1501.23
-ReadData             INFO ElementLink2 = 1530.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1501.23
-ReadData             INFO Element = 0x???? : 1504.44
-ReadData             INFO Element = 0x???? : 1510.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1501.23
-ReadData             INFO Element = 0x???? : 1517.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1501.23
-ReadData             INFO Element = 0x???? : 1517.28
-ReadData             INFO Element = 0x???? : 1510.86
-ReadData             INFO Hit x = 1501.23 y = 97.655 z = -1273.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1504.44 y = 91.9761 z = -1405.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1507.65 y = 86.2972 z = -1429.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1510.86 y = 80.6183 z = -1440.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1514.07 y = 74.9394 z = -1445.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1517.28 y = 69.2605 z = -1449.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1520.49 y = 63.5816 z = -1451.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1523.7 y = 57.9027 z = -1453.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1526.91 y = 52.2238 z = -1455.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1530.12 y = 46.5449 z = -1456.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #15, run #1 66 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #16, run #1 66 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 = 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 = -10.5997 phi = 237.045 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1601.23
-ReadData             INFO ElementLink2 = 1630.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1601.23
-ReadData             INFO Element = 0x???? : 1604.44
-ReadData             INFO Element = 0x???? : 1610.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1601.23
-ReadData             INFO Element = 0x???? : 1617.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1601.23
-ReadData             INFO Element = 0x???? : 1617.28
-ReadData             INFO Element = 0x???? : 1610.86
-ReadData             INFO Hit x = 1601.23 y = 97.655 z = -1373.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1604.44 y = 91.9761 z = -1505.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1607.65 y = 86.2972 z = -1529.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1610.86 y = 80.6183 z = -1540.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1614.07 y = 74.9394 z = -1545.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1617.28 y = 69.2605 z = -1549.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1620.49 y = 63.5816 z = -1551.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1623.7 y = 57.9027 z = -1553.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1626.91 y = 52.2238 z = -1555.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1630.12 y = 46.5449 z = -1556.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #16, run #1 67 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #17, run #1 67 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 = 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 = -10.562 phi = 251.697 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1701.23
-ReadData             INFO ElementLink2 = 1730.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1701.23
-ReadData             INFO Element = 0x???? : 1704.44
-ReadData             INFO Element = 0x???? : 1710.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1701.23
-ReadData             INFO Element = 0x???? : 1717.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1701.23
-ReadData             INFO Element = 0x???? : 1717.28
-ReadData             INFO Element = 0x???? : 1710.86
-ReadData             INFO Hit x = 1701.23 y = 97.655 z = -1473.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1704.44 y = 91.9761 z = -1605.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1707.65 y = 86.2972 z = -1629.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1710.86 y = 80.6183 z = -1640.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1714.07 y = 74.9394 z = -1645.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1717.28 y = 69.2605 z = -1649.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1720.49 y = 63.5816 z = -1651.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1723.7 y = 57.9027 z = -1653.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1726.91 y = 52.2238 z = -1655.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1730.12 y = 46.5449 z = -1656.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #17, run #1 68 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #18, run #1 68 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 = 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 = -10.5288 phi = 266.349 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1801.23
-ReadData             INFO ElementLink2 = 1830.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1801.23
-ReadData             INFO Element = 0x???? : 1804.44
-ReadData             INFO Element = 0x???? : 1810.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1801.23
-ReadData             INFO Element = 0x???? : 1817.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1801.23
-ReadData             INFO Element = 0x???? : 1817.28
-ReadData             INFO Element = 0x???? : 1810.86
-ReadData             INFO Hit x = 1801.23 y = 97.655 z = -1573.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1804.44 y = 91.9761 z = -1705.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1807.65 y = 86.2972 z = -1729.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1810.86 y = 80.6183 z = -1740.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1814.07 y = 74.9394 z = -1745.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1817.28 y = 69.2605 z = -1749.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1820.49 y = 63.5816 z = -1751.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1823.7 y = 57.9027 z = -1753.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1826.91 y = 52.2238 z = -1755.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1830.12 y = 46.5449 z = -1756.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #18, run #1 69 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #19, run #1 69 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 = 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 = -10.4993 phi = 281 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1901.23
-ReadData             INFO ElementLink2 = 1930.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1901.23
-ReadData             INFO Element = 0x???? : 1904.44
-ReadData             INFO Element = 0x???? : 1910.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1901.23
-ReadData             INFO Element = 0x???? : 1917.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1901.23
-ReadData             INFO Element = 0x???? : 1917.28
-ReadData             INFO Element = 0x???? : 1910.86
-ReadData             INFO Hit x = 1901.23 y = 97.655 z = -1673.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1904.44 y = 91.9761 z = -1805.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1907.65 y = 86.2972 z = -1829.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1910.86 y = 80.6183 z = -1840.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1914.07 y = 74.9394 z = -1845.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1917.28 y = 69.2605 z = -1849.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1920.49 y = 63.5816 z = -1851.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1923.7 y = 57.9027 z = -1853.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1926.91 y = 52.2238 z = -1855.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1930.12 y = 46.5449 z = -1856.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18969
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #19, run #1 70 events processed so far  <<<===
-MetaDataSvc         DEBUG handle() EndInputFile for FID:????
-EventSelector        INFO Disconnecting input sourceID: ????
-Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
-MetaDataSvc         DEBUG handle() LastInputFile for end
-AthenaEventLoopMgr   INFO No more events in event selection 
-MetaDataSvc         DEBUG  calling metaDataStop for ToolSvc.IOVDbMetaDataTool
-Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
-ApplicationMgr       INFO Application Manager Stopped successfully
-IncidentProcAlg1     INFO Finalize
-ReadData             INFO in finalize()
-IncidentProcAlg2     INFO Finalize
-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 ****************************************************************************************************
-cObjR_ALL            INFO Time User   : Tot=   60 [ms] Ave/Min/Max=0.221(+-  1.7)/    0/   20 [ms] #=272
-cObj_ALL             INFO Time User   : Tot=  180 [ms] Ave/Min/Max=0.814(+- 4.78)/    0/   50 [ms] #=221
-ChronoStatSvc        INFO Time User   : Tot= 2.01  [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"
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBNJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBNJobOptions.py
deleted file mode 100644
index a7c10fc6827..00000000000
--- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadBNJobOptions.py
+++ /dev/null
@@ -1,110 +0,0 @@
-## @file AthenaPoolExample_ReadJobOptions.py
-## @brief Example job options file to illustrate how to read event data from Pool.
-## @author Peter van Gemmeren <gemmeren@anl.gov>
-## $Id: AthenaPoolExample_ReadJobOptions.py,v 1.35 2009-05-20 18:02:24 gemmeren Exp $
-###############################################################
-#
-# This Job option:
-# ----------------
-# 1. Reads the data from files have been written with AthneaPoolExample_WriteJobOptions.py
-#    and AthneaPoolExample_RWJobOptions.py using global BackNavigation and skipping first 10 events.
-# 2. Same as 1., but using TAG collections. Instead of SkipEvents, a HelperTool is used to skip the
-#    first 10 events using their MagicTag attribute (example for computational TAG processing).
-# 3. Same as 1., but using scoped BackNavigation to ExampleHit.
-#
-#==============================================================
-
-## basic job configuration
-import AthenaCommon.AtlasUnixStandardJob
-
-## get a handle on the default top-level algorithm sequence
-from AthenaCommon.AlgSequence import AlgSequence
-topSequence = AlgSequence()
-
-#--------------------------------------------------------------
-# Event related parameters
-#--------------------------------------------------------------
-from AthenaCommon.AppMgr import theApp
-theApp.EvtMax = 200000
-
-#--------------------------------------------------------------
-# Load POOL support
-#--------------------------------------------------------------
-import AthenaPoolCnvSvc.ReadAthenaPool
-
-## get a handle on the ServiceManager
-from AthenaCommon.AppMgr import ServiceMgr as svcMgr
-
-svcMgr.EventSelector.InputCollections = [ "EmptyPoolFile.root", "SimplePoolFile1.root", "EmptyPoolFile.root", "SimplePoolFile2.root", "SimplePoolFile3.root" ]
-#svcMgr.EventSelector.InputCollections = [ "EmptyPoolCollection.root", "SimplePoolCollection1.root", "EmptyPoolCollection.root", "SimplePoolCollection2.root", "SimplePoolCollection3.root" ]
-svcMgr.AthenaPoolAddressProviderSvc.BackNavigation = FALSE; # // switch on BackNavigation of AddressProvider
-# // use scope based BackNavigation
-svcMgr.AthenaPoolAddressProviderSvc.BackNavigationScope += [ "Stream1::ExampleHitContainer#MyHits" ]
-svcMgr.EventSelector.SkipEvents = 8; # // skip the first 8 events
-svcMgr.EventSelector.SkipEventSequence = [ 9, 10 ]; # // skip two more events
-#svcMgr.EventSelector.SkipEventSequence = " 4-6,7 , 8 , 9 - 10 "; # // skip seven more events
-#svcMgr.EventSelector.ProcessEventSequence = "11, 12, 13,14,15, 16-20, 21 - 25 , 26- 100"; # // skip two more events
-#svcMgr.EventSelector.CollectionType = "ExplicitROOT"
-#svcMgr.EventSelector.SkipBadFiles = TRUE;
-#svcMgr.EventSelector.CounterTool = "EventSelectorCounterTool/Counter"
-
-#Switch Off for TAG - start
-# Turn on the tree cache for the CollectionTree - tree cache only works for one tree.
-# Set number of events for learning before turning on cache - default is 5
-svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "DatabaseName = '*'; TREE_CACHE_LEARN_EVENTS = '6'" ]
-# And set tree cache size - default is 10 MB (10 000 000)
-svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "DatabaseName = '*'; ContainerName = 'CollectionTree'; TREE_CACHE = '100000'" ]
-
-# Print out values - must have PoolSvc in info mode
-svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "DatabaseName = '*'; TREE_CACHE_LEARN_EVENTS = 'int'" ]
-svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "DatabaseName = '*'; 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 += [ "DatabaseName = '*'; BYTES_READ = 'double'" ]
-svcMgr.AthenaPoolCnvSvc.PrintInputAttrPerEvt += [ "DatabaseName = '*'; 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_ReadConcat.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadConcat.ref
index e7b54eee8af..d62665bb060 100644
--- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadConcat.ref
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadConcat.ref
@@ -1,19 +1,19 @@
-Mon Sep 24 14:04:29 CEST 2018
+Sun Sep 30 16:38:48 CEST 2018
 Preloading tcmalloc_minimal.so
 Athena               INFO including file "AthenaCommon/Preparation.py"
 Athena               INFO including file "AthenaCommon/Atlas.UnixStandardJob.py"
 Athena               INFO executing ROOT6Setup
 Athena               INFO including file "AthenaCommon/Execution.py"
 Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadJobOptions.py"
-Py:ConfigurableDb    INFO Read module info for 5494 configurables from 54 genConfDb files
+Py:ConfigurableDb    INFO Read module info for 5499 configurables from 21 genConfDb files
 Py:ConfigurableDb    INFO No duplicates have been found: that's good !
 Athena               INFO including file "AthenaCommon/runbatch.py"
-[?1034hApplicationMgr       INFO Updating Gaudi::PluginService::SetDebug(level) to level= 'PluginDebugLevel':0
+ApplicationMgr       INFO Updating Gaudi::PluginService::SetDebug(level) to level= 'PluginDebugLevel':0
 ApplicationMgr       INFO Updating Gaudi::PluginService::SetDebug(level) to level= 'PluginDebugLevel':0
 ApplicationMgr    SUCCESS 
 ====================================================================================================================================
                                                    Welcome to ApplicationMgr (GaudiCoreSvc v30r3)
-                                          running on lxplus007.cern.ch on Mon Sep 24 14:04:40 2018
+                                          running on lxplus063.cern.ch on Sun Sep 30 16:38:55 2018
 ====================================================================================================================================
 ApplicationMgr       INFO Successfully loaded modules : AthenaServices
 ApplicationMgr       INFO Application Manager Configured successfully
@@ -35,9 +35,9 @@ PoolSvc             DEBUG Property update for OutputLevel : new value = 2
 PoolSvc             DEBUG Service base class initialized successfully
 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
-DBReplicaSvc         INFO Frontier server at (serverurl=http://atlasfrontier-local.cern.ch:8000/atlr)(serverurl=http://atlasfrontier-ai.cern.ch:8000/atlr)(serverurl=http://lcgft-atlas.gridpp.rl.ac.uk:3128/frontierATLAS)(serverurl=http://ccfrontier.in2p3.fr:23128/ccin2p3-AtlasFrontier)(proxyurl=http://ca-proxy.cern.ch:3128)(proxyurl=http://ca-proxy-meyrin.cern.ch:3128)(proxyurl=http://ca-proxy-wigner.cern.ch:3128) will be considered for COOL data
-DBReplicaSvc         INFO Read replica configuration from /cvmfs/atlas-nightlies.cern.ch/repo/sw/master/2018-09-22T2103/Athena/22.0.1/InstallArea/x86_64-slc6-gcc62-dbg/share/dbreplica.config
-DBReplicaSvc         INFO Total of 10 servers found for host lxplus007.cern.ch [ATLF ATLAS_COOLPROD atlas_dd ATLAS_CONFIG INT8R INTR ATONR_COOL ATONR_CONF DEVDB11 ATLF ]
+DBReplicaSvc         INFO Frontier server at (serverurl=http://atlasfrontier-local.cern.ch:8000/atlr)(serverurl=http://atlasfrontier-ai.cern.ch:8000/atlr)(serverurl=http://lcgft-atlas.gridpp.rl.ac.uk:3128/frontierATLAS)(serverurl=http://ccfrontier.in2p3.fr:23128/ccin2p3-AtlasFrontier)(proxyurl=http://ca-proxy.cern.ch:3128)(proxyurl=http://ca-proxy-meyrin.cern.ch:3128)(proxyurl=http://ca-proxy-wigner.cern.ch:3128)(proxyurl=http://atlasbpfrontier.cern.ch:3127)(proxyurl=http://atlasbpfrontier.fnal.gov:3127) will be considered for COOL data
+DBReplicaSvc         INFO Read replica configuration from /cvmfs/atlas-nightlies.cern.ch/repo/sw/master/2018-09-27T2055/Athena/22.0.1/InstallArea/x86_64-slc6-gcc62-opt/share/dbreplica.config
+DBReplicaSvc         INFO Total of 10 servers found for host lxplus063.cern.ch [ATLF ATLAS_COOLPROD atlas_dd ATLAS_CONFIG INT8R INTR ATONR_COOL ATONR_CONF DEVDB11 ATLF ]
 PoolSvc              INFO Successfully setup replica sorting algorithm
 PoolSvc             DEBUG OutputLevel is 
 PoolSvc              INFO Setting up APR FileCatalog and Streams
@@ -378,7 +378,7 @@ ReadData             INFO Hit x = 1023.7 y = 57.9027 z = -953.684 detector = Dum
 ReadData             INFO Hit x = 1026.91 y = 52.2238 z = -955.073 detector = DummyHitDetector
 ReadData             INFO Hit x = 1030.12 y = 46.5449 z = -956.169 detector = DummyHitDetector
 ClassIDSvc           INFO  getRegistryEntries: read 10 CLIDRegistry entries for module ALL
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19691
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19697
 PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #10, run #1 1 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -411,7 +411,7 @@ ReadData             INFO Hit x = 1120.49 y = 63.5816 z = -1051.86 detector = Du
 ReadData             INFO Hit x = 1123.7 y = 57.9027 z = -1053.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1126.91 y = 52.2238 z = -1055.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1130.12 y = 46.5449 z = -1056.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19691
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19697
 PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #11, run #1 2 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -444,7 +444,7 @@ ReadData             INFO Hit x = 1220.49 y = 63.5816 z = -1151.86 detector = Du
 ReadData             INFO Hit x = 1223.7 y = 57.9027 z = -1153.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1226.91 y = 52.2238 z = -1155.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1230.12 y = 46.5449 z = -1156.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19691
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19697
 PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #12, run #1 3 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -477,7 +477,7 @@ ReadData             INFO Hit x = 1320.49 y = 63.5816 z = -1251.86 detector = Du
 ReadData             INFO Hit x = 1323.7 y = 57.9027 z = -1253.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1326.91 y = 52.2238 z = -1255.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1330.12 y = 46.5449 z = -1256.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19691
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19697
 PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #13, run #1 4 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -510,7 +510,7 @@ ReadData             INFO Hit x = 1420.49 y = 63.5816 z = -1351.86 detector = Du
 ReadData             INFO Hit x = 1423.7 y = 57.9027 z = -1353.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1426.91 y = 52.2238 z = -1355.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1430.12 y = 46.5449 z = -1356.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19691
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19697
 PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #14, run #1 5 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -543,7 +543,7 @@ ReadData             INFO Hit x = 1520.49 y = 63.5816 z = -1451.86 detector = Du
 ReadData             INFO Hit x = 1523.7 y = 57.9027 z = -1453.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1526.91 y = 52.2238 z = -1455.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1530.12 y = 46.5449 z = -1456.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19691
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19697
 PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #15, run #1 6 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -576,7 +576,7 @@ ReadData             INFO Hit x = 1620.49 y = 63.5816 z = -1551.86 detector = Du
 ReadData             INFO Hit x = 1623.7 y = 57.9027 z = -1553.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1626.91 y = 52.2238 z = -1555.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1630.12 y = 46.5449 z = -1556.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19691
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19697
 PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #16, run #1 7 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -609,7 +609,7 @@ ReadData             INFO Hit x = 1720.49 y = 63.5816 z = -1651.86 detector = Du
 ReadData             INFO Hit x = 1723.7 y = 57.9027 z = -1653.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1726.91 y = 52.2238 z = -1655.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1730.12 y = 46.5449 z = -1656.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19691
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19697
 PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #17, run #1 8 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -642,7 +642,7 @@ ReadData             INFO Hit x = 1820.49 y = 63.5816 z = -1751.86 detector = Du
 ReadData             INFO Hit x = 1823.7 y = 57.9027 z = -1753.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1826.91 y = 52.2238 z = -1755.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1830.12 y = 46.5449 z = -1756.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19691
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19697
 PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #18, run #1 9 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -675,7 +675,7 @@ ReadData             INFO Hit x = 1920.49 y = 63.5816 z = -1851.86 detector = Du
 ReadData             INFO Hit x = 1923.7 y = 57.9027 z = -1853.68 detector = DummyHitDetector
 ReadData             INFO Hit x = 1926.91 y = 52.2238 z = -1855.07 detector = DummyHitDetector
 ReadData             INFO Hit x = 1930.12 y = 46.5449 z = -1856.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19691
+PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 19697
 PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 23
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #19, run #1 10 events processed so far  <<<===
 Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
@@ -874,7 +874,7 @@ ReadData             INFO EventInfo event: 0 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #0, run #1 11 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -902,7 +902,7 @@ ReadData             INFO EventInfo event: 1 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #1, run #1 12 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -930,7 +930,7 @@ ReadData             INFO EventInfo event: 2 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #2, run #1 13 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -958,7 +958,7 @@ ReadData             INFO EventInfo event: 3 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #3, run #1 14 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -986,7 +986,7 @@ ReadData             INFO EventInfo event: 4 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #4, run #1 15 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1014,7 +1014,7 @@ ReadData             INFO EventInfo event: 5 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #5, run #1 16 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1042,7 +1042,7 @@ ReadData             INFO EventInfo event: 6 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #6, run #1 17 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1070,7 +1070,7 @@ ReadData             INFO EventInfo event: 7 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #7, run #1 18 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1098,7 +1098,7 @@ ReadData             INFO EventInfo event: 8 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #8, run #1 19 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1126,7 +1126,7 @@ ReadData             INFO EventInfo event: 9 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #9, run #1 20 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1154,7 +1154,7 @@ ReadData             INFO EventInfo event: 10 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #10, run #1 21 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1182,7 +1182,7 @@ ReadData             INFO EventInfo event: 11 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #11, run #1 22 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1210,7 +1210,7 @@ ReadData             INFO EventInfo event: 12 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #12, run #1 23 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1238,7 +1238,7 @@ ReadData             INFO EventInfo event: 13 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #13, run #1 24 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1266,7 +1266,7 @@ ReadData             INFO EventInfo event: 14 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #14, run #1 25 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1294,7 +1294,7 @@ ReadData             INFO EventInfo event: 15 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #15, run #1 26 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1322,7 +1322,7 @@ ReadData             INFO EventInfo event: 16 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #16, run #1 27 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1350,7 +1350,7 @@ ReadData             INFO EventInfo event: 17 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #17, run #1 28 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1378,7 +1378,7 @@ ReadData             INFO EventInfo event: 18 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #18, run #1 29 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1406,7 +1406,7 @@ ReadData             INFO EventInfo event: 19 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18815
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 18820
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 22
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #19, run #1 30 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1435,7 +1435,7 @@ ReadData             INFO EventInfo event: 20 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #20, run #2 31 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1463,7 +1463,7 @@ ReadData             INFO EventInfo event: 21 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #21, run #2 32 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1491,7 +1491,7 @@ ReadData             INFO EventInfo event: 22 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #22, run #2 33 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1519,7 +1519,7 @@ ReadData             INFO EventInfo event: 23 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #23, run #2 34 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1547,7 +1547,7 @@ ReadData             INFO EventInfo event: 24 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #24, run #2 35 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1575,7 +1575,7 @@ ReadData             INFO EventInfo event: 25 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #25, run #2 36 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1603,7 +1603,7 @@ ReadData             INFO EventInfo event: 26 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #26, run #2 37 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1631,7 +1631,7 @@ ReadData             INFO EventInfo event: 27 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #27, run #2 38 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1659,7 +1659,7 @@ ReadData             INFO EventInfo event: 28 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #28, run #2 39 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1687,7 +1687,7 @@ ReadData             INFO EventInfo event: 29 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #29, run #2 40 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1715,7 +1715,7 @@ ReadData             INFO EventInfo event: 30 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #30, run #2 41 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1743,7 +1743,7 @@ ReadData             INFO EventInfo event: 31 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #31, run #2 42 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1771,7 +1771,7 @@ ReadData             INFO EventInfo event: 32 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #32, run #2 43 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1799,7 +1799,7 @@ ReadData             INFO EventInfo event: 33 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #33, run #2 44 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1827,7 +1827,7 @@ ReadData             INFO EventInfo event: 34 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #34, run #2 45 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1855,7 +1855,7 @@ ReadData             INFO EventInfo event: 35 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #35, run #2 46 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1883,7 +1883,7 @@ ReadData             INFO EventInfo event: 36 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #36, run #2 47 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1911,7 +1911,7 @@ ReadData             INFO EventInfo event: 37 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #37, run #2 48 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1939,7 +1939,7 @@ ReadData             INFO EventInfo event: 38 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #38, run #2 49 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -1967,7 +1967,7 @@ ReadData             INFO EventInfo event: 39 run: 2
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Could not find ExampleTrackContainer/MyTracks
 ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20438
+PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 20446
 PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 25
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #39, run #2 50 events processed so far  <<<===
 MetaDataSvc         DEBUG handle() EndInputFile for FID:????
@@ -2092,93 +2092,10 @@ CollectionTree(...  DEBUG    attributes# = 1
 CollectionTree(...  DEBUG Branch container 'ExampleTrackContainer_p1_MyTracks'
 CollectionTree(...  DEBUG Opened container CollectionTree(ExampleTrackContainer_p1/MyTracks) of type ROOT_Tree
 ReadData             INFO Track pt = 74.8928 eta = 3.1676 phi = 2.6161 detector = Track made in: DummyHitDetector
-Domain[ROOT_All]     INFO ->  Access   DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO                           SimplePoolFile1.root
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Shapes
-##Shapes            DEBUG Opening
-##Shapes            DEBUG    attributes# = 1
-##Shapes            DEBUG Opened container ##Shapes of type ROOT_Tree
-SimplePoolFile1...  DEBUG --->Reading Shape[0 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[1 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:ExampleHitContainer_p1 Typ:ExampleHitContainer_p1 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[2 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[3 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[4 , ????]: [1 Column(s)]
-SimplePoolFile1...  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...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Links
-##Links             DEBUG Opening
-##Links             DEBUG    attributes# = 1
-##Links             DEBUG Opened container ##Links of type ROOT_Tree
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/CollectionTree(ExampleHitContainer_p1/MyHits) [202]  (4 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (5 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (7 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (8 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (9 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-##Links             DEBUG No objects passing selection criteria... Container has 8 Entries in total.
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Params
-##Params            DEBUG Opening
-##Params            DEBUG    attributes# = 1
-##Params            DEBUG Opened container ##Params of type ROOT_Tree
-SimplePoolFile1...  DEBUG --->Reading Param:FID=[????]
-SimplePoolFile1...  DEBUG --->Reading Param:PFN=[SimplePoolFile1.root]
-SimplePoolFile1...  DEBUG --->Reading Param:POOL_VSN=[1.1]
-SimplePoolFile1...  DEBUG --->Reading Param:FORMAT_VSN=[1.1]
-##Params            DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
-POOLContainer(D...  DEBUG Opening
-POOLContainer(D...  DEBUG    attributes# = 1
-POOLContainer(D...  DEBUG Branch container 'DataHeader'
-POOLContainer(D...  DEBUG Opened container POOLContainer(DataHeader) of type ROOT_Tree
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
-POOLContainerFo...  DEBUG Opening
-POOLContainerFo...  DEBUG    attributes# = 1
-POOLContainerFo...  DEBUG Branch container 'DataHeaderForm'
-POOLContainerFo...  DEBUG Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits)
-CollectionTree(...  DEBUG Opening
-CollectionTree(...  DEBUG    attributes# = 1
-CollectionTree(...  DEBUG Branch container 'ExampleHitContainer_p1_MyHits'
-CollectionTree(...  DEBUG Opened container CollectionTree(ExampleHitContainer_p1/MyHits) of type ROOT_Tree
-ReadData             INFO ElementLink1 = 1.2345
-ReadData             INFO ElementLink2 = 30.1245
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1.2345
-ReadData             INFO Element = 0x???? : 4.4445
-ReadData             INFO Element = 0x???? : 10.8645
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1.2345
-ReadData             INFO Element = 0x???? : 17.2845
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1.2345
-ReadData             INFO Element = 0x???? : 17.2845
-ReadData             INFO Element = 0x???? : 10.8645
-ReadData             INFO Hit x = 1.2345 y = 97.655 z = 226.672 detector = DummyHitDetector
-ReadData             INFO Hit x = 4.4445 y = 91.9761 z = 94.7318 detector = DummyHitDetector
-ReadData             INFO Hit x = 7.6545 y = 86.2972 z = 70.2348 detector = DummyHitDetector
-ReadData             INFO Hit x = 10.8645 y = 80.6183 z = 59.9142 detector = DummyHitDetector
-ReadData             INFO Hit x = 14.0745 y = 74.9394 z = 54.2259 detector = DummyHitDetector
-ReadData             INFO Hit x = 17.2845 y = 69.2605 z = 50.6227 detector = DummyHitDetector
-ReadData             INFO Hit x = 20.4945 y = 63.5816 z = 48.1358 detector = DummyHitDetector
-ReadData             INFO Hit x = 23.7045 y = 57.9027 z = 46.3159 detector = DummyHitDetector
-ReadData             INFO Hit x = 26.9145 y = 52.2238 z = 44.9265 detector = DummyHitDetector
-ReadData             INFO Hit x = 30.1245 y = 46.5449 z = 43.831 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #0, run #1 51 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2201,31 +2118,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 1 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 137.584 eta = -39.525 phi = 17.2679 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 101.234
-ReadData             INFO ElementLink2 = 130.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 101.234
-ReadData             INFO Element = 0x???? : 104.444
-ReadData             INFO Element = 0x???? : 110.864
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 101.234
-ReadData             INFO Element = 0x???? : 117.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 101.234
-ReadData             INFO Element = 0x???? : 117.284
-ReadData             INFO Element = 0x???? : 110.864
-ReadData             INFO Hit x = 101.234 y = 97.655 z = 126.672 detector = DummyHitDetector
-ReadData             INFO Hit x = 104.444 y = 91.9761 z = -5.26816 detector = DummyHitDetector
-ReadData             INFO Hit x = 107.654 y = 86.2972 z = -29.7652 detector = DummyHitDetector
-ReadData             INFO Hit x = 110.864 y = 80.6183 z = -40.0858 detector = DummyHitDetector
-ReadData             INFO Hit x = 114.075 y = 74.9394 z = -45.7741 detector = DummyHitDetector
-ReadData             INFO Hit x = 117.284 y = 69.2605 z = -49.3773 detector = DummyHitDetector
-ReadData             INFO Hit x = 120.494 y = 63.5816 z = -51.8642 detector = DummyHitDetector
-ReadData             INFO Hit x = 123.704 y = 57.9027 z = -53.6841 detector = DummyHitDetector
-ReadData             INFO Hit x = 126.915 y = 52.2238 z = -55.0735 detector = DummyHitDetector
-ReadData             INFO Hit x = 130.125 y = 46.5449 z = -56.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #1, run #1 52 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2248,31 +2144,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 2 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 228.154 eta = -6.2704 phi = 31.9197 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 201.234
-ReadData             INFO ElementLink2 = 230.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 201.234
-ReadData             INFO Element = 0x???? : 204.445
-ReadData             INFO Element = 0x???? : 210.864
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 201.234
-ReadData             INFO Element = 0x???? : 217.285
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 201.234
-ReadData             INFO Element = 0x???? : 217.285
-ReadData             INFO Element = 0x???? : 210.864
-ReadData             INFO Hit x = 201.234 y = 97.655 z = 26.6723 detector = DummyHitDetector
-ReadData             INFO Hit x = 204.445 y = 91.9761 z = -105.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 207.654 y = 86.2972 z = -129.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 210.864 y = 80.6183 z = -140.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 214.075 y = 74.9394 z = -145.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 217.285 y = 69.2605 z = -149.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 220.494 y = 63.5816 z = -151.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 223.704 y = 57.9027 z = -153.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 226.915 y = 52.2238 z = -155.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 230.125 y = 46.5449 z = -156.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #2, run #1 53 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2295,31 +2170,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 3 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 324.306 eta = -15.8941 phi = 46.5715 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 301.235
-ReadData             INFO ElementLink2 = 330.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 301.235
-ReadData             INFO Element = 0x???? : 304.445
-ReadData             INFO Element = 0x???? : 310.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 301.235
-ReadData             INFO Element = 0x???? : 317.285
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 301.235
-ReadData             INFO Element = 0x???? : 317.285
-ReadData             INFO Element = 0x???? : 310.865
-ReadData             INFO Hit x = 301.235 y = 97.655 z = -73.3277 detector = DummyHitDetector
-ReadData             INFO Hit x = 304.445 y = 91.9761 z = -205.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 307.655 y = 86.2972 z = -229.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 310.865 y = 80.6183 z = -240.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 314.075 y = 74.9394 z = -245.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 317.285 y = 69.2605 z = -249.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 320.495 y = 63.5816 z = -251.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 323.705 y = 57.9027 z = -253.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 326.915 y = 52.2238 z = -255.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 330.125 y = 46.5449 z = -256.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #3, run #1 54 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2342,31 +2196,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 4 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 422.255 eta = -13.279 phi = 61.2233 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 401.235
-ReadData             INFO ElementLink2 = 430.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 401.235
-ReadData             INFO Element = 0x???? : 404.445
-ReadData             INFO Element = 0x???? : 410.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 401.235
-ReadData             INFO Element = 0x???? : 417.285
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 401.235
-ReadData             INFO Element = 0x???? : 417.285
-ReadData             INFO Element = 0x???? : 410.865
-ReadData             INFO Hit x = 401.235 y = 97.655 z = -173.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 404.445 y = 91.9761 z = -305.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 407.655 y = 86.2972 z = -329.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 410.865 y = 80.6183 z = -340.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 414.075 y = 74.9394 z = -345.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 417.285 y = 69.2605 z = -349.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 420.495 y = 63.5816 z = -351.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 423.705 y = 57.9027 z = -353.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 426.915 y = 52.2238 z = -355.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 430.125 y = 46.5449 z = -356.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #4, run #1 55 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2389,31 +2222,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 5 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 520.987 eta = -12.3511 phi = 75.8751 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 501.235
-ReadData             INFO ElementLink2 = 530.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 501.235
-ReadData             INFO Element = 0x???? : 504.445
-ReadData             INFO Element = 0x???? : 510.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 501.235
-ReadData             INFO Element = 0x???? : 517.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 501.235
-ReadData             INFO Element = 0x???? : 517.284
-ReadData             INFO Element = 0x???? : 510.865
-ReadData             INFO Hit x = 501.235 y = 97.655 z = -273.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 504.445 y = 91.9761 z = -405.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 507.655 y = 86.2972 z = -429.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 510.865 y = 80.6183 z = -440.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 514.075 y = 74.9394 z = -445.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 517.284 y = 69.2605 z = -449.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 520.495 y = 63.5816 z = -451.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 523.705 y = 57.9027 z = -453.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 526.914 y = 52.2238 z = -455.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 530.125 y = 46.5449 z = -456.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #5, run #1 56 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2436,31 +2248,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 6 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 620.127 eta = -11.8468 phi = 90.5269 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 601.235
-ReadData             INFO ElementLink2 = 630.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 601.235
-ReadData             INFO Element = 0x???? : 604.445
-ReadData             INFO Element = 0x???? : 610.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 601.235
-ReadData             INFO Element = 0x???? : 617.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 601.235
-ReadData             INFO Element = 0x???? : 617.284
-ReadData             INFO Element = 0x???? : 610.865
-ReadData             INFO Hit x = 601.235 y = 97.655 z = -373.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 604.445 y = 91.9761 z = -505.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 607.654 y = 86.2972 z = -529.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 610.865 y = 80.6183 z = -540.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 614.075 y = 74.9394 z = -545.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 617.284 y = 69.2605 z = -549.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 620.495 y = 63.5816 z = -551.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 623.705 y = 57.9027 z = -553.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 626.914 y = 52.2238 z = -555.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 630.125 y = 46.5449 z = -556.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #6, run #1 57 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2483,31 +2274,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 7 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 719.507 eta = -11.5247 phi = 105.179 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 701.235
-ReadData             INFO ElementLink2 = 730.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 701.235
-ReadData             INFO Element = 0x???? : 704.445
-ReadData             INFO Element = 0x???? : 710.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 701.235
-ReadData             INFO Element = 0x???? : 717.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 701.235
-ReadData             INFO Element = 0x???? : 717.284
-ReadData             INFO Element = 0x???? : 710.865
-ReadData             INFO Hit x = 701.235 y = 97.655 z = -473.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 704.445 y = 91.9761 z = -605.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 707.654 y = 86.2972 z = -629.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 710.865 y = 80.6183 z = -640.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 714.075 y = 74.9394 z = -645.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 717.284 y = 69.2605 z = -649.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 720.495 y = 63.5816 z = -651.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 723.705 y = 57.9027 z = -653.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 726.914 y = 52.2238 z = -655.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 730.125 y = 46.5449 z = -656.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #7, run #1 58 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2530,31 +2300,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 8 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 819.038 eta = -11.2998 phi = 119.831 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 801.235
-ReadData             INFO ElementLink2 = 830.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 801.235
-ReadData             INFO Element = 0x???? : 804.445
-ReadData             INFO Element = 0x???? : 810.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 801.235
-ReadData             INFO Element = 0x???? : 817.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 801.235
-ReadData             INFO Element = 0x???? : 817.284
-ReadData             INFO Element = 0x???? : 810.865
-ReadData             INFO Hit x = 801.235 y = 97.655 z = -573.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 804.445 y = 91.9761 z = -705.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 807.654 y = 86.2972 z = -729.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 810.865 y = 80.6183 z = -740.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 814.075 y = 74.9394 z = -745.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 817.284 y = 69.2605 z = -749.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 820.495 y = 63.5816 z = -751.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 823.705 y = 57.9027 z = -753.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 826.914 y = 52.2238 z = -755.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 830.125 y = 46.5449 z = -756.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #8, run #1 59 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2577,31 +2326,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 9 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 918.671 eta = -11.1334 phi = 134.482 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 901.235
-ReadData             INFO ElementLink2 = 930.125
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 901.235
-ReadData             INFO Element = 0x???? : 904.445
-ReadData             INFO Element = 0x???? : 910.865
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 901.235
-ReadData             INFO Element = 0x???? : 917.284
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 901.235
-ReadData             INFO Element = 0x???? : 917.284
-ReadData             INFO Element = 0x???? : 910.865
-ReadData             INFO Hit x = 901.235 y = 97.655 z = -673.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 904.445 y = 91.9761 z = -805.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 907.654 y = 86.2972 z = -829.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 910.865 y = 80.6183 z = -840.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 914.075 y = 74.9394 z = -845.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 917.284 y = 69.2605 z = -849.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 920.495 y = 63.5816 z = -851.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 923.705 y = 57.9027 z = -853.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 926.914 y = 52.2238 z = -855.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 930.125 y = 46.5449 z = -856.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #9, run #1 60 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2624,31 +2352,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 10 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1018.38 eta = -11.0052 phi = 149.134 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1001.23
-ReadData             INFO ElementLink2 = 1030.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1001.23
-ReadData             INFO Element = 0x???? : 1004.44
-ReadData             INFO Element = 0x???? : 1010.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1001.23
-ReadData             INFO Element = 0x???? : 1017.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1001.23
-ReadData             INFO Element = 0x???? : 1017.28
-ReadData             INFO Element = 0x???? : 1010.86
-ReadData             INFO Hit x = 1001.23 y = 97.655 z = -773.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1004.44 y = 91.9761 z = -905.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 1007.65 y = 86.2972 z = -929.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 1010.86 y = 80.6183 z = -940.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 1014.07 y = 74.9394 z = -945.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 1017.28 y = 69.2605 z = -949.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 1020.49 y = 63.5816 z = -951.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 1023.7 y = 57.9027 z = -953.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 1026.91 y = 52.2238 z = -955.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 1030.12 y = 46.5449 z = -956.169 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #10, run #1 61 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2671,31 +2378,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 11 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1118.13 eta = -10.9031 phi = 163.786 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1101.23
-ReadData             INFO ElementLink2 = 1130.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1101.23
-ReadData             INFO Element = 0x???? : 1104.44
-ReadData             INFO Element = 0x???? : 1110.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1101.23
-ReadData             INFO Element = 0x???? : 1117.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1101.23
-ReadData             INFO Element = 0x???? : 1117.28
-ReadData             INFO Element = 0x???? : 1110.86
-ReadData             INFO Hit x = 1101.23 y = 97.655 z = -873.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1104.44 y = 91.9761 z = -1005.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1107.65 y = 86.2972 z = -1029.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1110.86 y = 80.6183 z = -1040.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1114.07 y = 74.9394 z = -1045.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1117.28 y = 69.2605 z = -1049.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1120.49 y = 63.5816 z = -1051.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1123.7 y = 57.9027 z = -1053.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1126.91 y = 52.2238 z = -1055.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1130.12 y = 46.5449 z = -1056.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #11, run #1 62 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2718,31 +2404,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 12 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1217.93 eta = -10.82 phi = 178.438 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1201.23
-ReadData             INFO ElementLink2 = 1230.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1201.23
-ReadData             INFO Element = 0x???? : 1204.44
-ReadData             INFO Element = 0x???? : 1210.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1201.23
-ReadData             INFO Element = 0x???? : 1217.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1201.23
-ReadData             INFO Element = 0x???? : 1217.28
-ReadData             INFO Element = 0x???? : 1210.86
-ReadData             INFO Hit x = 1201.23 y = 97.655 z = -973.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1204.44 y = 91.9761 z = -1105.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1207.65 y = 86.2972 z = -1129.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1210.86 y = 80.6183 z = -1140.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1214.07 y = 74.9394 z = -1145.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1217.28 y = 69.2605 z = -1149.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1220.49 y = 63.5816 z = -1151.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1223.7 y = 57.9027 z = -1153.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1226.91 y = 52.2238 z = -1155.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1230.12 y = 46.5449 z = -1156.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #12, run #1 63 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2765,31 +2430,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 13 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1317.76 eta = -10.751 phi = 193.09 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1301.23
-ReadData             INFO ElementLink2 = 1330.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1301.23
-ReadData             INFO Element = 0x???? : 1304.44
-ReadData             INFO Element = 0x???? : 1310.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1301.23
-ReadData             INFO Element = 0x???? : 1317.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1301.23
-ReadData             INFO Element = 0x???? : 1317.28
-ReadData             INFO Element = 0x???? : 1310.86
-ReadData             INFO Hit x = 1301.23 y = 97.655 z = -1073.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1304.44 y = 91.9761 z = -1205.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1307.65 y = 86.2972 z = -1229.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1310.86 y = 80.6183 z = -1240.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1314.07 y = 74.9394 z = -1245.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1317.28 y = 69.2605 z = -1249.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1320.49 y = 63.5816 z = -1251.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1323.7 y = 57.9027 z = -1253.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1326.91 y = 52.2238 z = -1255.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1330.12 y = 46.5449 z = -1256.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #13, run #1 64 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2812,31 +2456,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 14 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1417.61 eta = -10.6927 phi = 207.741 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1401.23
-ReadData             INFO ElementLink2 = 1430.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1401.23
-ReadData             INFO Element = 0x???? : 1404.44
-ReadData             INFO Element = 0x???? : 1410.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1401.23
-ReadData             INFO Element = 0x???? : 1417.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1401.23
-ReadData             INFO Element = 0x???? : 1417.28
-ReadData             INFO Element = 0x???? : 1410.86
-ReadData             INFO Hit x = 1401.23 y = 97.655 z = -1173.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1404.44 y = 91.9761 z = -1305.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1407.65 y = 86.2972 z = -1329.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1410.86 y = 80.6183 z = -1340.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1414.07 y = 74.9394 z = -1345.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1417.28 y = 69.2605 z = -1349.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1420.49 y = 63.5816 z = -1351.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1423.7 y = 57.9027 z = -1353.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1426.91 y = 52.2238 z = -1355.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1430.12 y = 46.5449 z = -1356.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #14, run #1 65 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2859,31 +2482,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 15 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1517.49 eta = -10.6429 phi = 222.393 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1501.23
-ReadData             INFO ElementLink2 = 1530.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1501.23
-ReadData             INFO Element = 0x???? : 1504.44
-ReadData             INFO Element = 0x???? : 1510.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1501.23
-ReadData             INFO Element = 0x???? : 1517.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1501.23
-ReadData             INFO Element = 0x???? : 1517.28
-ReadData             INFO Element = 0x???? : 1510.86
-ReadData             INFO Hit x = 1501.23 y = 97.655 z = -1273.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1504.44 y = 91.9761 z = -1405.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1507.65 y = 86.2972 z = -1429.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1510.86 y = 80.6183 z = -1440.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1514.07 y = 74.9394 z = -1445.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1517.28 y = 69.2605 z = -1449.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1520.49 y = 63.5816 z = -1451.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1523.7 y = 57.9027 z = -1453.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1526.91 y = 52.2238 z = -1455.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1530.12 y = 46.5449 z = -1456.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #15, run #1 66 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2906,31 +2508,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 16 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1617.37 eta = -10.5997 phi = 237.045 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1601.23
-ReadData             INFO ElementLink2 = 1630.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1601.23
-ReadData             INFO Element = 0x???? : 1604.44
-ReadData             INFO Element = 0x???? : 1610.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1601.23
-ReadData             INFO Element = 0x???? : 1617.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1601.23
-ReadData             INFO Element = 0x???? : 1617.28
-ReadData             INFO Element = 0x???? : 1610.86
-ReadData             INFO Hit x = 1601.23 y = 97.655 z = -1373.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1604.44 y = 91.9761 z = -1505.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1607.65 y = 86.2972 z = -1529.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1610.86 y = 80.6183 z = -1540.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1614.07 y = 74.9394 z = -1545.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1617.28 y = 69.2605 z = -1549.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1620.49 y = 63.5816 z = -1551.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1623.7 y = 57.9027 z = -1553.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1626.91 y = 52.2238 z = -1555.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1630.12 y = 46.5449 z = -1556.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #16, run #1 67 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -2953,31 +2534,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 17 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1717.27 eta = -10.562 phi = 251.697 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1701.23
-ReadData             INFO ElementLink2 = 1730.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1701.23
-ReadData             INFO Element = 0x???? : 1704.44
-ReadData             INFO Element = 0x???? : 1710.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1701.23
-ReadData             INFO Element = 0x???? : 1717.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1701.23
-ReadData             INFO Element = 0x???? : 1717.28
-ReadData             INFO Element = 0x???? : 1710.86
-ReadData             INFO Hit x = 1701.23 y = 97.655 z = -1473.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1704.44 y = 91.9761 z = -1605.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1707.65 y = 86.2972 z = -1629.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1710.86 y = 80.6183 z = -1640.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1714.07 y = 74.9394 z = -1645.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1717.28 y = 69.2605 z = -1649.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1720.49 y = 63.5816 z = -1651.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1723.7 y = 57.9027 z = -1653.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1726.91 y = 52.2238 z = -1655.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1730.12 y = 46.5449 z = -1656.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #17, run #1 68 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -3000,31 +2560,10 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 18 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1817.19 eta = -10.5288 phi = 266.349 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1801.23
-ReadData             INFO ElementLink2 = 1830.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1801.23
-ReadData             INFO Element = 0x???? : 1804.44
-ReadData             INFO Element = 0x???? : 1810.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1801.23
-ReadData             INFO Element = 0x???? : 1817.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1801.23
-ReadData             INFO Element = 0x???? : 1817.28
-ReadData             INFO Element = 0x???? : 1810.86
-ReadData             INFO Hit x = 1801.23 y = 97.655 z = -1573.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1804.44 y = 91.9761 z = -1705.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1807.65 y = 86.2972 z = -1729.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1810.86 y = 80.6183 z = -1740.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1814.07 y = 74.9394 z = -1745.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1817.28 y = 69.2605 z = -1749.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1820.49 y = 63.5816 z = -1751.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1823.7 y = 57.9027 z = -1753.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1826.91 y = 52.2238 z = -1755.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1830.12 y = 46.5449 z = -1756.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #18, run #1 69 events processed so far  <<<===
 EventSelector       DEBUG Get AttributeList from the collection
@@ -3047,41 +2586,19 @@ ReadData             INFO TagInfo:
 ReadData             INFO EventInfo event: 19 run: 1
 ReadData             INFO Get Smart data ptr 1
 ReadData             INFO Track pt = 1917.11 eta = -10.4993 phi = 281 detector = Track made in: DummyHitDetector
-AthenaPoolAddre...  DEBUG Found Address: 0x????
-ReadData             INFO ElementLink1 = 1901.23
-ReadData             INFO ElementLink2 = 1930.12
-ReadData             INFO Link ElementLinkVector = 3
-ReadData             INFO Element = 0x???? : 1901.23
-ReadData             INFO Element = 0x???? : 1904.44
-ReadData             INFO Element = 0x???? : 1910.86
-ReadData             INFO Link Navigable = 2
-ReadData             INFO Element = 0x???? : 1901.23
-ReadData             INFO Element = 0x???? : 1917.28
-ReadData             INFO Link Weighted Navigable = 3
-ReadData             INFO Element = 0x???? : 1901.23
-ReadData             INFO Element = 0x???? : 1917.28
-ReadData             INFO Element = 0x???? : 1910.86
-ReadData             INFO Hit x = 1901.23 y = 97.655 z = -1673.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1904.44 y = 91.9761 z = -1805.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1907.65 y = 86.2972 z = -1829.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1910.86 y = 80.6183 z = -1840.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1914.07 y = 74.9394 z = -1845.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1917.28 y = 69.2605 z = -1849.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1920.49 y = 63.5816 z = -1851.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1923.7 y = 57.9027 z = -1853.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1926.91 y = 52.2238 z = -1855.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1930.12 y = 46.5449 z = -1856.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18595
+DataProxy         WARNING accessData:  IOA pointer not set
+ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
+ReadData             INFO Could not find ExampleHitContainer/MyHits
+PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 18600
 PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 21
 AthenaEventLoopMgr   INFO   ===>>>  done processing event #19, run #1 70 events processed so far  <<<===
 Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
+Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
 MetaDataSvc         DEBUG handle() EndInputFile for FID:????
 EventSelector        INFO Disconnecting input sourceID: ????
 MetaDataSvc         DEBUG handle() LastInputFile for end
 AthenaEventLoopMgr   INFO No more events in event selection 
 MetaDataSvc         DEBUG  calling metaDataStop for ToolSvc.IOVDbMetaDataTool
-Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
 ApplicationMgr       INFO Application Manager Stopped successfully
 IncidentProcAlg1     INFO Finalize
 ReadData             INFO in finalize()
@@ -3091,9 +2608,9 @@ ToolSvc              INFO Removing all tools created by ToolSvc
 *****Chrono*****     INFO ****************************************************************************************************
 *****Chrono*****     INFO  The Final CPU consumption ( Chrono ) Table (ordered)
 *****Chrono*****     INFO ****************************************************************************************************
-cObjR_ALL            INFO Time User   : Tot=   40 [ms] Ave/Min/Max=0.147(+- 1.48)/    0/   20 [ms] #=272
-cObj_ALL             INFO Time User   : Tot=  130 [ms] Ave/Min/Max=0.588(+- 4.05)/    0/   50 [ms] #=221
-ChronoStatSvc        INFO Time User   : Tot=  1.9  [s]                                             #=  1
+cObjR_ALL            INFO Time User   : Tot=   20 [ms] Ave/Min/Max=0.104(+- 1.01)/    0/   10 [ms] #=193
+cObj_ALL             INFO Time User   : Tot=   50 [ms] Ave/Min/Max=0.276(+- 1.95)/    0/   20 [ms] #=181
+ChronoStatSvc        INFO Time User   : Tot= 0.91  [s]                                             #=  1
 *****Chrono*****     INFO ****************************************************************************************************
 ChronoStatSvc.f...   INFO  Service finalized successfully 
 ApplicationMgr       INFO Application Manager Finalized successfully
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadJobOptions.py
index 70a31a1fc6e..b1effaae19d 100755
--- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadJobOptions.py
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadJobOptions.py
@@ -7,10 +7,9 @@
 # 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.
+#    and AthneaPoolExample_RWJobOptions.py
 # 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.
 #
 #==============================================================
 
@@ -38,15 +37,11 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr
 svcMgr.EventSelector.InputCollections = [ "EmptyPoolFile.root", "SimplePoolFile1.root", "EmptyPoolFile.root", "SimplePoolFile2.root", "SimplePoolFile3.root" ]
 #svcMgr.EventSelector.CollectionTree = "POOLContainer/basic"
 #svcMgr.EventSelector.InputCollections = [ "EmptyPoolCollection.root", "SimplePoolCollection1.root", "EmptyPoolCollection.root", "SimplePoolCollection2.root", "SimplePoolCollection3.root" ]
-svcMgr.AthenaPoolAddressProviderSvc.BackNavigation = TRUE; # // switch on BackNavigation of AddressProvider
-# // use scope based BackNavigation
-#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
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadNoBN.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadNoBN.ref
deleted file mode 100644
index 3e95edfc968..00000000000
--- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadNoBN.ref
+++ /dev/null
@@ -1,2566 +0,0 @@
-Wed Jul 18 18:24:44 CEST 2018
-Preloading tcmalloc_minimal.so
-Athena               INFO including file "AthenaCommon/Preparation.py"
-Athena               INFO including file "AthenaCommon/Atlas.UnixStandardJob.py"
-Athena               INFO executing ROOT6Setup
-Athena               INFO including file "AthenaCommon/Execution.py"
-Athena               INFO including file "AthenaPoolExampleAlgorithms/AthenaPoolExample_ReadNoBNJobOptions.py"
-Py:ConfigurableDb    INFO Read module info for 5511 configurables from 52 genConfDb files
-Py:ConfigurableDb    INFO No duplicates have been found: that's good !
-Athena               INFO including file "AthenaCommon/runbatch.py"
-[?1034hApplicationMgr       INFO Updating Gaudi::PluginService::SetDebug(level) to level= 'PluginDebugLevel':0
-ApplicationMgr       INFO Updating Gaudi::PluginService::SetDebug(level) to level= 'PluginDebugLevel':0
-ApplicationMgr    SUCCESS 
-====================================================================================================================================
-                                                   Welcome to ApplicationMgr (GaudiCoreSvc v30r2)
-                                          running on lxplus052.cern.ch on Wed Jul 18 18:24:53 2018
-====================================================================================================================================
-ApplicationMgr       INFO Successfully loaded modules : AthenaServices
-ApplicationMgr       INFO Application Manager Configured successfully
-ApplicationMgr       INFO Updating Gaudi::PluginService::SetDebug(level) to level= 'PluginDebugLevel':0
-StatusCodeSvc        INFO initialize
-AthDictLoaderSvc     INFO in initialize...
-AthDictLoaderSvc     INFO acquired Dso-registry
-ClassIDSvc           INFO  getRegistryEntries: read 2428 CLIDRegistry entries for module ALL
-CoreDumpSvc          INFO install f-a-t-a-l handler... (flag = -1)
-AthenaEventLoopMgr   INFO Initializing AthenaEventLoopMgr - package version AthenaServices-00-00-00
-ClassIDSvc           INFO  getRegistryEntries: read 916 CLIDRegistry entries for module ALL
-ReadData            DEBUG Property update for OutputLevel : new value = 2
-ReadData             INFO in initialize()
-MetaDataSvc         DEBUG Property update for OutputLevel : new value = 2
-MetaDataSvc          INFO Initializing MetaDataSvc - package version AthenaServices-00-00-00
-MetaDataSvc         DEBUG Service base class initialized successfully
-AthenaPoolCnvSvc     INFO Initializing AthenaPoolCnvSvc - package version AthenaPoolCnvSvc-00-00-00
-PoolSvc             DEBUG Property update for OutputLevel : new value = 2
-PoolSvc             DEBUG Service base class initialized successfully
-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
-DBReplicaSvc         INFO Frontier server at (serverurl=http://atlasfrontier-local.cern.ch:8000/atlr)(serverurl=http://atlasfrontier-ai.cern.ch:8000/atlr)(serverurl=http://lcgft-atlas.gridpp.rl.ac.uk:3128/frontierATLAS)(serverurl=http://ccfrontier.in2p3.fr:23128/ccin2p3-AtlasFrontier)(proxyurl=http://ca-proxy.cern.ch:3128)(proxyurl=http://ca-proxy-meyrin.cern.ch:3128)(proxyurl=http://ca-proxy-wigner.cern.ch:3128) will be considered for COOL data
-DBReplicaSvc         INFO Read replica configuration from /cvmfs/atlas-nightlies.cern.ch/repo/sw/master/2018-07-17T2058/Athena/22.0.1/InstallArea/x86_64-slc6-gcc62-opt/share/dbreplica.config
-DBReplicaSvc         INFO Total of 10 servers found for host lxplus052.cern.ch [ATLF ATLAS_COOLPROD atlas_dd ATLAS_CONFIG INT8R INTR ATONR_COOL ATONR_CONF DEVDB11 ATLF ]
-PoolSvc              INFO Successfully setup replica sorting algorithm
-PoolSvc             DEBUG OutputLevel is 
-PoolSvc              INFO Setting up APR FileCatalog and Streams
-PoolSvc              INFO POOL WriteCatalog is file:Catalog1.xml
-DbSession            INFO     Open     DbSession    
-Domain[ROOT_All]     INFO >   Access   DbDomain     READ      [ROOT_All] 
-EventSelector       DEBUG Property update for OutputLevel : new value = 2
-EventSelector        INFO Initializing EventSelector - package version EventSelectorAthenaPool-00-00-00
-EventSelector       DEBUG Service base class initialized successfully
-IoComponentMgr       INFO IoComponent EventSelector has already had file EmptyPoolFile.root registered with i/o mode READ
-EventSelector        INFO reinitialization...
-EventSelector        INFO EventSelection with query 
-EventSelector       DEBUG Try item: "EmptyPoolFile.root" from the collection list.
-PersistencySvc:...  DEBUG lookupPFN: EmptyPoolFile.root returned FID: '????' tech=ROOT_All
-Domain[ROOT_All]     INFO ->  Access   DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO                           EmptyPoolFile.root
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Shapes
-##Shapes            DEBUG Opening
-##Shapes            DEBUG    attributes# = 1
-##Shapes            DEBUG Opened container ##Shapes of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Shape[0 , ????]: [1 Column(s)]
-EmptyPoolFile.root  DEBUG ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1
-EmptyPoolFile.root  DEBUG --->Reading Shape[1 , ????]: [1 Column(s)]
-EmptyPoolFile.root  DEBUG ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
-EmptyPoolFile.root  DEBUG --->Reading Shape[2 , ????]: [1 Column(s)]
-EmptyPoolFile.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.
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Links
-##Links             DEBUG Opening
-##Links             DEBUG    attributes# = 1
-##Links             DEBUG Opened container ##Links of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream3) [202]  (3 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (4 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (5 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-##Links             DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Params
-##Params            DEBUG Opening
-##Params            DEBUG    attributes# = 1
-##Params            DEBUG Opened container ##Params of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Param:FID=[????]
-EmptyPoolFile.root  DEBUG --->Reading Param:PFN=[EmptyPoolFile.root]
-EmptyPoolFile.root  DEBUG --->Reading Param:POOL_VSN=[1.1]
-EmptyPoolFile.root  DEBUG --->Reading Param:FORMAT_VSN=[1.1]
-##Params            DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-PoolSvc              INFO Failed to find container POOLContainer(DataHeader) to create POOL collection.
-PoolSvc              INFO Failed to find container POOLContainer_DataHeader to create POOL collection.
-EventSelector       DEBUG No events found in: EmptyPoolFile.root skipped!!!
-Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
-EventSelector       DEBUG Try item: "SimplePoolFile1.root" from the collection list.
-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                           SimplePoolFile1.root
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Shapes
-##Shapes            DEBUG Opening
-##Shapes            DEBUG    attributes# = 1
-##Shapes            DEBUG Opened container ##Shapes of type ROOT_Tree
-SimplePoolFile1...  DEBUG --->Reading Shape[0 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[1 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:ExampleHitContainer_p1 Typ:ExampleHitContainer_p1 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[2 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[3 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[4 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:Token Typ:Token [18] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[5 , ????]: [1 Column(s)]
-SimplePoolFile1...  DEBUG ---->[0]:unsigned int Typ:unsigned int [3] Size:0 Offset:0 #Elements:1
-SimplePoolFile1...  DEBUG --->Reading Shape[6 , ????]: [1 Column(s)]
-SimplePoolFile1...  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...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Links
-##Links             DEBUG Opening
-##Links             DEBUG    attributes# = 1
-##Links             DEBUG Opened container ##Links of type ROOT_Tree
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/CollectionTree(ExampleHitContainer_p1/MyHits) [202]  (4 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (5 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLCollectionTree(Token) [202]  (7 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLCollectionTree(RunNumber) [202]  (8 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLCollectionTree(EventNumber) [202]  (9 , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/POOLCollectionTree(MagicNumber) [202]  (a , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (b , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (c , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-SimplePoolFile1...  DEBUG --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (d , ffffffff)
-SimplePoolFile1...  DEBUG ---->ClassID:????
-##Links             DEBUG No objects passing selection criteria... Container has 12 Entries in total.
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Params
-##Params            DEBUG Opening
-##Params            DEBUG    attributes# = 1
-##Params            DEBUG Opened container ##Params of type ROOT_Tree
-SimplePoolFile1...  DEBUG --->Reading Param:FID=[????]
-SimplePoolFile1...  DEBUG --->Reading Param:PFN=[SimplePoolFile1.root]
-SimplePoolFile1...  DEBUG --->Reading Param:POOL_VSN=[1.1]
-SimplePoolFile1...  DEBUG --->Reading Param:FORMAT_VSN=[1.1]
-##Params            DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
-MetaDataHdr(Dat...  DEBUG Opening
-MetaDataHdr(Dat...  DEBUG    attributes# = 1
-MetaDataHdr(Dat...  DEBUG Branch container 'DataHeader'
-MetaDataHdr(Dat...  DEBUG Opened container MetaDataHdr(DataHeader) of type ROOT_Tree
-EventPersistenc...   INFO Added successfully Conversion service:AthenaPoolCnvSvc
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
-MetaDataHdrForm...  DEBUG Opening
-MetaDataHdrForm...  DEBUG    attributes# = 1
-MetaDataHdrForm...  DEBUG Branch container 'DataHeaderForm'
-MetaDataHdrForm...  DEBUG Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree
-MetaDataSvc         DEBUG Loaded input meta data store proxies
-AthenaPoolAddre...  DEBUG Property update for OutputLevel : new value = 2
-AthenaPoolAddre...  DEBUG Service base class initialized successfully
-ReadData            DEBUG input handles: 2
-ReadData            DEBUG output handles: 0
-ReadData            DEBUG Data Deps for ReadData
-  + INPUT   ( 'ExampleHitContainer' , 'StoreGateSvc+MyHits' ) 
-  + INPUT   ( 'ExampleTrackContainer' , 'StoreGateSvc+MyTracks' ) 
-HistogramPersis...WARNING Histograms saving not required.
-AthenaEventLoopMgr   INFO Setup EventSelector service EventSelector
-ApplicationMgr       INFO Application Manager Initialized successfully
-EventSelector       DEBUG Try item: "EmptyPoolFile.root" from the collection list.
-PersistencySvc:...  DEBUG lookupPFN: EmptyPoolFile.root returned FID: '????' tech=ROOT_All
-Domain[ROOT_All]     INFO ->  Access   DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO                           EmptyPoolFile.root
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Shapes
-##Shapes            DEBUG Opening
-##Shapes            DEBUG    attributes# = 1
-##Shapes            DEBUG Opened container ##Shapes of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Shape[0 , ????]: [1 Column(s)]
-EmptyPoolFile.root  DEBUG ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1
-EmptyPoolFile.root  DEBUG --->Reading Shape[1 , ????]: [1 Column(s)]
-EmptyPoolFile.root  DEBUG ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
-EmptyPoolFile.root  DEBUG --->Reading Shape[2 , ????]: [1 Column(s)]
-EmptyPoolFile.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.
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Links
-##Links             DEBUG Opening
-##Links             DEBUG    attributes# = 1
-##Links             DEBUG Opened container ##Links of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream3) [202]  (3 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (4 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (5 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-##Links             DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Params
-##Params            DEBUG Opening
-##Params            DEBUG    attributes# = 1
-##Params            DEBUG Opened container ##Params of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Param:FID=[????]
-EmptyPoolFile.root  DEBUG --->Reading Param:PFN=[EmptyPoolFile.root]
-EmptyPoolFile.root  DEBUG --->Reading Param:POOL_VSN=[1.1]
-EmptyPoolFile.root  DEBUG --->Reading Param:FORMAT_VSN=[1.1]
-##Params            DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-PoolSvc              INFO Failed to find container POOLContainer(DataHeader) to create POOL collection.
-PoolSvc              INFO Failed to find container POOLContainer_DataHeader to create POOL collection.
-EventSelector       DEBUG No events found in: EmptyPoolFile.root skipped!!!
-MetaDataSvc         DEBUG handle() BeginInputFile for EmptyPoolFile.root
-MetaDataSvc         DEBUG initInputMetaDataStore: file name EmptyPoolFile.root
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
-MetaDataHdr(Dat...  DEBUG Opening
-MetaDataHdr(Dat...  DEBUG    attributes# = 1
-MetaDataHdr(Dat...  DEBUG Branch container 'DataHeader'
-MetaDataHdr(Dat...  DEBUG Opened container MetaDataHdr(DataHeader) of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
-MetaDataHdrForm...  DEBUG Opening
-MetaDataHdrForm...  DEBUG    attributes# = 1
-MetaDataHdrForm...  DEBUG Branch container 'DataHeaderForm'
-MetaDataHdrForm...  DEBUG Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree
-MetaDataSvc         DEBUG Loaded input meta data store proxies
-MetaDataSvc         DEBUG  calling beginInputFile for ToolSvc.IOVDbMetaDataTool
-MetaDataSvc         DEBUG handle() EndInputFile for eventless EmptyPoolFile.root
-Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
-EventSelector       DEBUG Try item: "SimplePoolFile1.root" from the collection list.
-ApplicationMgr       INFO Application Manager Started successfully
-RootDatabase.se...  DEBUG TREE_CACHE_LEARN_EVENTS = 6
-RootDatabase.se...  DEBUG Request tree cache 
-RootDatabase.se...  DEBUG File name SimplePoolFile1.root
-RootDatabase.se...  DEBUG Got tree CollectionTree read entry -1
-RootDatabase.se...  DEBUG Using Tree cache. Size: 100000 Nevents to learn with: 6
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [TREE_CACHE_LEARN_EVENTS]: 6
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [TREE_CACHE_SIZE]: 100000
-MetaDataSvc         DEBUG handle() BeginInputFile for SimplePoolFile1.root
-MetaDataSvc         DEBUG initInputMetaDataStore: file name SimplePoolFile1.root
-MetaDataSvc         DEBUG Loaded input meta data store proxies
-MetaDataSvc         DEBUG  calling beginInputFile for ToolSvc.IOVDbMetaDataTool
-EventSelector        INFO skipping event 1
-EventSelector        INFO skipping event 2
-EventSelector        INFO skipping event 3
-EventSelector        INFO skipping event 4
-EventSelector        INFO skipping event 5
-EventSelector        INFO skipping event 6
-EventSelector        INFO skipping event 7
-EventSelector        INFO skipping event 8
-EventSelector        INFO skipping event 9
-EventSelector        INFO skipping event 10
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-ClassIDSvc           INFO  getRegistryEntries: read 1717 CLIDRegistry entries for module ALL
-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]
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
-POOLContainer(D...  DEBUG Opening
-POOLContainer(D...  DEBUG    attributes# = 1
-POOLContainer(D...  DEBUG Branch container 'DataHeader'
-POOLContainer(D...  DEBUG Opened container POOLContainer(DataHeader) of type ROOT_Tree
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
-POOLContainerFo...  DEBUG Opening
-POOLContainerFo...  DEBUG    attributes# = 1
-POOLContainerFo...  DEBUG Branch container 'DataHeaderForm'
-POOLContainerFo...  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
-AlgResourcePool      INFO TopAlg list empty. Recovering the one of Application Manager
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo)
-CollectionTree(...  DEBUG Opening
-CollectionTree(...  DEBUG    attributes# = 1
-CollectionTree(...  DEBUG Branch container 'EventInfo_p4_McEventInfo'
-CollectionTree(...  DEBUG Opened container CollectionTree(EventInfo_p4/McEventInfo) of type ROOT_Tree
-AthenaPoolConve...   INFO massageEventInfo: unable to get OverrideRunNumberFromInput property from EventSelector 
-ClassIDSvc           INFO  getRegistryEntries: read 15 CLIDRegistry entries for module ALL
-AthenaEventLoopMgr   INFO   ===>>>  start of run 1    <<<===
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #10, run #1 0 events processed so far  <<<===
-ReadData            DEBUG in execute()
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1)
-MetaData(EventS...  DEBUG Opening
-MetaData(EventS...  DEBUG    attributes# = 1
-MetaData(EventS...  DEBUG Branch container 'EventStreamInfo_p3_Stream1'
-MetaData(EventS...  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: 10 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-SimplePoolFile1...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] CollectionTree(ExampleHitContainer_p1/MyHits)
-CollectionTree(...  DEBUG Opening
-CollectionTree(...  DEBUG    attributes# = 1
-CollectionTree(...  DEBUG Branch container 'ExampleHitContainer_p1_MyHits'
-CollectionTree(...  DEBUG Opened container CollectionTree(ExampleHitContainer_p1/MyHits) of type ROOT_Tree
-ReadData             INFO Hit x = 1001.23 y = 97.655 z = -773.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1004.44 y = 91.9761 z = -905.268 detector = DummyHitDetector
-ReadData             INFO Hit x = 1007.65 y = 86.2972 z = -929.765 detector = DummyHitDetector
-ReadData             INFO Hit x = 1010.86 y = 80.6183 z = -940.086 detector = DummyHitDetector
-ReadData             INFO Hit x = 1014.07 y = 74.9394 z = -945.774 detector = DummyHitDetector
-ReadData             INFO Hit x = 1017.28 y = 69.2605 z = -949.377 detector = DummyHitDetector
-ReadData             INFO Hit x = 1020.49 y = 63.5816 z = -951.864 detector = DummyHitDetector
-ReadData             INFO Hit x = 1023.7 y = 57.9027 z = -953.684 detector = DummyHitDetector
-ReadData             INFO Hit x = 1026.91 y = 52.2238 z = -955.073 detector = DummyHitDetector
-ReadData             INFO Hit x = 1030.12 y = 46.5449 z = -956.169 detector = DummyHitDetector
-ClassIDSvc           INFO  getRegistryEntries: read 10 CLIDRegistry entries for module ALL
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
-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 = 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 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: 11 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1101.23 y = 97.655 z = -873.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1104.44 y = 91.9761 z = -1005.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1107.65 y = 86.2972 z = -1029.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1110.86 y = 80.6183 z = -1040.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1114.07 y = 74.9394 z = -1045.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1117.28 y = 69.2605 z = -1049.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1120.49 y = 63.5816 z = -1051.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1123.7 y = 57.9027 z = -1053.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1126.91 y = 52.2238 z = -1055.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1130.12 y = 46.5449 z = -1056.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
-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 = 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 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: 12 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1201.23 y = 97.655 z = -973.328 detector = DummyHitDetector
-ReadData             INFO Hit x = 1204.44 y = 91.9761 z = -1105.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1207.65 y = 86.2972 z = -1129.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1210.86 y = 80.6183 z = -1140.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1214.07 y = 74.9394 z = -1145.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1217.28 y = 69.2605 z = -1149.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1220.49 y = 63.5816 z = -1151.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1223.7 y = 57.9027 z = -1153.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1226.91 y = 52.2238 z = -1155.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1230.12 y = 46.5449 z = -1156.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
-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 = 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 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: 13 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1301.23 y = 97.655 z = -1073.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1304.44 y = 91.9761 z = -1205.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1307.65 y = 86.2972 z = -1229.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1310.86 y = 80.6183 z = -1240.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1314.07 y = 74.9394 z = -1245.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1317.28 y = 69.2605 z = -1249.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1320.49 y = 63.5816 z = -1251.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1323.7 y = 57.9027 z = -1253.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1326.91 y = 52.2238 z = -1255.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1330.12 y = 46.5449 z = -1256.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
-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 = 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 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: 14 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1401.23 y = 97.655 z = -1173.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1404.44 y = 91.9761 z = -1305.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1407.65 y = 86.2972 z = -1329.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1410.86 y = 80.6183 z = -1340.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1414.07 y = 74.9394 z = -1345.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1417.28 y = 69.2605 z = -1349.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1420.49 y = 63.5816 z = -1351.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1423.7 y = 57.9027 z = -1353.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1426.91 y = 52.2238 z = -1355.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1430.12 y = 46.5449 z = -1356.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
-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 = 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 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: 15 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1501.23 y = 97.655 z = -1273.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1504.44 y = 91.9761 z = -1405.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1507.65 y = 86.2972 z = -1429.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1510.86 y = 80.6183 z = -1440.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1514.07 y = 74.9394 z = -1445.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1517.28 y = 69.2605 z = -1449.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1520.49 y = 63.5816 z = -1451.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1523.7 y = 57.9027 z = -1453.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1526.91 y = 52.2238 z = -1455.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1530.12 y = 46.5449 z = -1456.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
-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 = 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 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: 16 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1601.23 y = 97.655 z = -1373.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1604.44 y = 91.9761 z = -1505.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1607.65 y = 86.2972 z = -1529.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1610.86 y = 80.6183 z = -1540.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1614.07 y = 74.9394 z = -1545.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1617.28 y = 69.2605 z = -1549.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1620.49 y = 63.5816 z = -1551.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1623.7 y = 57.9027 z = -1553.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1626.91 y = 52.2238 z = -1555.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1630.12 y = 46.5449 z = -1556.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
-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 = 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 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: 17 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1701.23 y = 97.655 z = -1473.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1704.44 y = 91.9761 z = -1605.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1707.65 y = 86.2972 z = -1629.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1710.86 y = 80.6183 z = -1640.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1714.07 y = 74.9394 z = -1645.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1717.28 y = 69.2605 z = -1649.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1720.49 y = 63.5816 z = -1651.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1723.7 y = 57.9027 z = -1653.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1726.91 y = 52.2238 z = -1655.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1730.12 y = 46.5449 z = -1656.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
-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 = 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 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: 18 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1801.23 y = 97.655 z = -1573.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1804.44 y = 91.9761 z = -1705.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1807.65 y = 86.2972 z = -1729.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1810.86 y = 80.6183 z = -1740.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1814.07 y = 74.9394 z = -1745.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1817.28 y = 69.2605 z = -1749.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1820.49 y = 63.5816 z = -1751.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1823.7 y = 57.9027 z = -1753.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1826.91 y = 52.2238 z = -1755.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1830.12 y = 46.5449 z = -1756.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
-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 = 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 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: 19 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Hit x = 1901.23 y = 97.655 z = -1673.33 detector = DummyHitDetector
-ReadData             INFO Hit x = 1904.44 y = 91.9761 z = -1805.27 detector = DummyHitDetector
-ReadData             INFO Hit x = 1907.65 y = 86.2972 z = -1829.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1910.86 y = 80.6183 z = -1840.09 detector = DummyHitDetector
-ReadData             INFO Hit x = 1914.07 y = 74.9394 z = -1845.77 detector = DummyHitDetector
-ReadData             INFO Hit x = 1917.28 y = 69.2605 z = -1849.38 detector = DummyHitDetector
-ReadData             INFO Hit x = 1920.49 y = 63.5816 z = -1851.86 detector = DummyHitDetector
-ReadData             INFO Hit x = 1923.7 y = 57.9027 z = -1853.68 detector = DummyHitDetector
-ReadData             INFO Hit x = 1926.91 y = 52.2238 z = -1855.07 detector = DummyHitDetector
-ReadData             INFO Hit x = 1930.12 y = 46.5449 z = -1856.17 detector = DummyHitDetector
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [BYTES_READ]: 27936
-PoolSvc              INFO Database (SimplePoolFile1.root) attribute [READ_CALLS]: 24
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #19, run #1 10 events processed so far  <<<===
-MetaDataSvc         DEBUG handle() EndInputFile for FID:????
-Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
-EventSelector       DEBUG Try item: "EmptyPoolFile.root" from the collection list.
-PersistencySvc:...  DEBUG lookupPFN: EmptyPoolFile.root returned FID: '????' tech=ROOT_All
-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                           EmptyPoolFile.root
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Shapes
-##Shapes            DEBUG Opening
-##Shapes            DEBUG    attributes# = 1
-##Shapes            DEBUG Opened container ##Shapes of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Shape[0 , ????]: [1 Column(s)]
-EmptyPoolFile.root  DEBUG ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1
-EmptyPoolFile.root  DEBUG --->Reading Shape[1 , ????]: [1 Column(s)]
-EmptyPoolFile.root  DEBUG ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
-EmptyPoolFile.root  DEBUG --->Reading Shape[2 , ????]: [1 Column(s)]
-EmptyPoolFile.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.
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Links
-##Links             DEBUG Opening
-##Links             DEBUG    attributes# = 1
-##Links             DEBUG Opened container ##Links of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream3) [202]  (3 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (4 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-EmptyPoolFile.root  DEBUG --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (5 , ffffffff)
-EmptyPoolFile.root  DEBUG ---->ClassID:????
-##Links             DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Params
-##Params            DEBUG Opening
-##Params            DEBUG    attributes# = 1
-##Params            DEBUG Opened container ##Params of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --->Reading Param:FID=[????]
-EmptyPoolFile.root  DEBUG --->Reading Param:PFN=[EmptyPoolFile.root]
-EmptyPoolFile.root  DEBUG --->Reading Param:POOL_VSN=[1.1]
-EmptyPoolFile.root  DEBUG --->Reading Param:FORMAT_VSN=[1.1]
-##Params            DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-PoolSvc              INFO Failed to find container POOLContainer(DataHeader) to create POOL collection.
-PoolSvc              INFO Failed to find container POOLContainer_DataHeader to create POOL collection.
-EventSelector       DEBUG No events found in: EmptyPoolFile.root skipped!!!
-MetaDataSvc         DEBUG handle() BeginInputFile for EmptyPoolFile.root
-MetaDataSvc         DEBUG initInputMetaDataStore: file name EmptyPoolFile.root
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
-MetaDataHdr(Dat...  DEBUG Opening
-MetaDataHdr(Dat...  DEBUG    attributes# = 1
-MetaDataHdr(Dat...  DEBUG Branch container 'DataHeader'
-MetaDataHdr(Dat...  DEBUG Opened container MetaDataHdr(DataHeader) of type ROOT_Tree
-EmptyPoolFile.root  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
-MetaDataHdrForm...  DEBUG Opening
-MetaDataHdrForm...  DEBUG    attributes# = 1
-MetaDataHdrForm...  DEBUG Branch container 'DataHeaderForm'
-MetaDataHdrForm...  DEBUG Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree
-MetaDataSvc         DEBUG Loaded input meta data store proxies
-MetaDataSvc         DEBUG  calling beginInputFile for ToolSvc.IOVDbMetaDataTool
-MetaDataSvc         DEBUG handle() EndInputFile for eventless EmptyPoolFile.root
-Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
-EventSelector       DEBUG Try item: "SimplePoolFile2.root" from the collection list.
-PersistencySvc:...  DEBUG lookupPFN: SimplePoolFile2.root returned FID: '????' tech=ROOT_All
-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                           SimplePoolFile2.root
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Shapes
-##Shapes            DEBUG Opening
-##Shapes            DEBUG    attributes# = 1
-##Shapes            DEBUG Opened container ##Shapes of type ROOT_Tree
-SimplePoolFile2...  DEBUG --->Reading Shape[0 , ????]: [1 Column(s)]
-SimplePoolFile2...  DEBUG ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile2...  DEBUG --->Reading Shape[1 , ????]: [1 Column(s)]
-SimplePoolFile2...  DEBUG ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile2...  DEBUG --->Reading Shape[2 , ????]: [1 Column(s)]
-SimplePoolFile2...  DEBUG ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile2...  DEBUG --->Reading Shape[3 , ????]: [1 Column(s)]
-SimplePoolFile2...  DEBUG ---->[0]:Token Typ:Token [18] Size:0 Offset:0 #Elements:1
-SimplePoolFile2...  DEBUG --->Reading Shape[4 , ????]: [1 Column(s)]
-SimplePoolFile2...  DEBUG ---->[0]:unsigned int Typ:unsigned int [3] Size:0 Offset:0 #Elements:1
-SimplePoolFile2...  DEBUG --->Reading Shape[5 , ????]: [1 Column(s)]
-SimplePoolFile2...  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...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Links
-##Links             DEBUG Opening
-##Links             DEBUG    attributes# = 1
-##Links             DEBUG Opened container ##Links of type ROOT_Tree
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (4 , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (5 , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/POOLCollectionTree(Token) [202]  (6 , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/POOLCollectionTree(RunNumber) [202]  (7 , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/POOLCollectionTree(EventNumber) [202]  (8 , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/POOLCollectionTree(MagicNumber) [202]  (9 , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream2) [202]  (a , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (b , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (c , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-SimplePoolFile2...  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (d , ffffffff)
-SimplePoolFile2...  DEBUG ---->ClassID:????
-##Links             DEBUG No objects passing selection criteria... Container has 12 Entries in total.
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Params
-##Params            DEBUG Opening
-##Params            DEBUG    attributes# = 1
-##Params            DEBUG Opened container ##Params of type ROOT_Tree
-SimplePoolFile2...  DEBUG --->Reading Param:FID=[????]
-SimplePoolFile2...  DEBUG --->Reading Param:PFN=[SimplePoolFile2.root]
-SimplePoolFile2...  DEBUG --->Reading Param:POOL_VSN=[1.1]
-SimplePoolFile2...  DEBUG --->Reading Param:FORMAT_VSN=[1.1]
-##Params            DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-RootDatabase.se...  DEBUG TREE_CACHE_LEARN_EVENTS = 6
-RootDatabase.se...  DEBUG Request tree cache 
-RootDatabase.se...  DEBUG File name SimplePoolFile2.root
-RootDatabase.se...  DEBUG Got tree CollectionTree read entry -1
-RootDatabase.se...  DEBUG Using Tree cache. Size: 100000 Nevents to learn with: 6
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [TREE_CACHE_LEARN_EVENTS]: 6
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [TREE_CACHE_SIZE]: 100000
-MetaDataSvc         DEBUG handle() BeginInputFile for SimplePoolFile2.root
-MetaDataSvc         DEBUG initInputMetaDataStore: file name SimplePoolFile2.root
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
-MetaDataHdr(Dat...  DEBUG Opening
-MetaDataHdr(Dat...  DEBUG    attributes# = 1
-MetaDataHdr(Dat...  DEBUG Branch container 'DataHeader'
-MetaDataHdr(Dat...  DEBUG Opened container MetaDataHdr(DataHeader) of type ROOT_Tree
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
-MetaDataHdrForm...  DEBUG Opening
-MetaDataHdrForm...  DEBUG    attributes# = 1
-MetaDataHdrForm...  DEBUG Branch container 'DataHeaderForm'
-MetaDataHdrForm...  DEBUG Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree
-MetaDataSvc         DEBUG Loaded input meta data store proxies
-MetaDataSvc         DEBUG  calling beginInputFile for ToolSvc.IOVDbMetaDataTool
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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]
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
-POOLContainer(D...  DEBUG Opening
-POOLContainer(D...  DEBUG    attributes# = 1
-POOLContainer(D...  DEBUG Branch container 'DataHeader'
-POOLContainer(D...  DEBUG Opened container POOLContainer(DataHeader) of type ROOT_Tree
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
-POOLContainerFo...  DEBUG Opening
-POOLContainerFo...  DEBUG    attributes# = 1
-POOLContainerFo...  DEBUG Branch container 'DataHeaderForm'
-POOLContainerFo...  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 = McEventInfo
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo)
-CollectionTree(...  DEBUG Opening
-CollectionTree(...  DEBUG    attributes# = 1
-CollectionTree(...  DEBUG Branch container 'EventInfo_p4_McEventInfo'
-CollectionTree(...  DEBUG Opened container CollectionTree(EventInfo_p4/McEventInfo) of type ROOT_Tree
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #0, run #1 10 events processed so far  <<<===
-ReadData            DEBUG in execute()
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1)
-MetaData(EventS...  DEBUG Opening
-MetaData(EventS...  DEBUG    attributes# = 1
-MetaData(EventS...  DEBUG Branch container 'EventStreamInfo_p3_Stream1'
-MetaData(EventS...  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 = 222376821, key = StreamX
-ReadData             INFO EventType: Event type: sim/data -  is sim , testbeam/atlas -  is atlas , calib/physics -  is physics 
-ReadData             INFO TagInfo: 
-SimplePoolFile2...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream2)
-MetaData(EventS...  DEBUG Opening
-MetaData(EventS...  DEBUG    attributes# = 1
-MetaData(EventS...  DEBUG Branch container 'EventStreamInfo_p3_Stream2'
-MetaData(EventS...  DEBUG Opened container MetaData(EventStreamInfo_p3/Stream2) of type ROOT_Tree
-ReadData             INFO EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #0, run #1 11 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #1, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #1, run #1 12 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #2, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #2, run #1 13 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000003].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000003].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000003]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #3, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #3, run #1 14 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000004].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000004].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000004]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #4, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #4, run #1 15 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000005].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000005].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000005]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #5, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #5, run #1 16 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000006].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000006].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000006]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #6, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #6, run #1 17 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000007].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000007].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000007]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #7, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #7, run #1 18 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000008].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000008].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000008]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #8, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #8, run #1 19 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000009].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000009].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000009]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #9, 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #9, run #1 20 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000A].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000A].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000A]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #10, run #1 20 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #10, run #1 21 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000B].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000B].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000B]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #11, run #1 21 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #11, run #1 22 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000C].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000C].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000C]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #12, run #1 22 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #12, run #1 23 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000D].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000D].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000D]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #13, run #1 23 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #13, run #1 24 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000E].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000E].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000E]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #14, run #1 24 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #14, run #1 25 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000F].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000F].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000000F]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #15, run #1 25 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #15, run #1 26 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000010].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000010].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000010]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #16, run #1 26 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #16, run #1 27 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000011].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000011].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000011]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #17, run #1 27 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #17, run #1 28 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000012].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000012].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000012]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #18, run #1 28 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #18, run #1 29 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000013].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000013].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000013]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #19, run #1 29 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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 Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 26630
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 27
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #19, run #1 30 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000014].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000014].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000014]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start of run 2    <<<===
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #20, run #2 30 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 20 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #20, run #2 31 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000015].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000015].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000015]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #21, run #2 31 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 21 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #21, run #2 32 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000016].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000016].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000016]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #22, run #2 32 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 22 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #22, run #2 33 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000017].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000017].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000017]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #23, run #2 33 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 23 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #23, run #2 34 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000018].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000018].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000018]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #24, run #2 34 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 24 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #24, run #2 35 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000019].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000019].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000019]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #25, run #2 35 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 25 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #25, run #2 36 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001A].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001A].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001A]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #26, run #2 36 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 26 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #26, run #2 37 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001B].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001B].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001B]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #27, run #2 37 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 27 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #27, run #2 38 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001C].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001C].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001C]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #28, run #2 38 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 28 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #28, run #2 39 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001D].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001D].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001D]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #29, run #2 39 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 29 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #29, run #2 40 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001E].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001E].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001E]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #30, run #2 40 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 30 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #30, run #2 41 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001F].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001F].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-0000001F]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #31, run #2 41 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 31 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #31, run #2 42 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000020].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000020].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000020]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #32, run #2 42 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 32 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #32, run #2 43 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000021].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000021].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000021]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #33, run #2 43 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 33 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #33, run #2 44 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000022].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000022].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000022]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #34, run #2 44 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 34 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #34, run #2 45 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000023].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000023].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000023]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #35, run #2 45 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 35 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #35, run #2 46 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000024].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000024].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000024]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #36, run #2 46 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 36 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #36, run #2 47 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000025].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000025].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000025]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #37, run #2 47 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 37 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #37, run #2 48 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000026].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000026].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000026]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #38, run #2 48 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 38 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #38, run #2 49 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-EventSelector       DEBUG record AthenaAttribute, name = Token = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000027].
-EventSelector       DEBUG record AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000027].
-EventSelector       DEBUG found AthenaAttribute, name = eventRef = [DB=????][CNT=POOLContainer(DataHeader)][CLID=????][TECH=00000202][OID=00000005-00000027]
-AthenaPoolAddre...  DEBUG The current Event contains: 2 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #39, run #2 49 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 = 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 EventStreamInfo: Number of events = 20
-ReadData             INFO EventStreamInfo: ItemList:
-ReadData             INFO CLID = 2101, key = McEventInfo
-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: 39 run: 2
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Could not find ExampleTrackContainer/MyTracks
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [BYTES_READ]: 28245
-PoolSvc              INFO Database (SimplePoolFile2.root) attribute [READ_CALLS]: 31
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #39, run #2 50 events processed so far  <<<===
-MetaDataSvc         DEBUG handle() EndInputFile for FID:????
-Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
-EventSelector       DEBUG Try item: "SimplePoolFile3.root" from the collection list.
-PersistencySvc:...  DEBUG lookupPFN: SimplePoolFile3.root returned FID: '????' tech=ROOT_All
-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
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Shapes
-##Shapes            DEBUG Opening
-##Shapes            DEBUG    attributes# = 1
-##Shapes            DEBUG Opened container ##Shapes of type ROOT_Tree
-SimplePoolFile3...  DEBUG --->Reading Shape[0 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:EventInfo_p4 Typ:EventInfo_p4 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[1 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:ExampleTrackContainer_p1 Typ:ExampleTrackContainer_p1 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[2 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:DataHeaderForm_p5 Typ:DataHeaderForm_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[3 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:DataHeader_p5 Typ:DataHeader_p5 [21] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[4 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:Token Typ:Token [18] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[5 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:unsigned int Typ:unsigned int [3] Size:0 Offset:0 #Elements:1
-SimplePoolFile3...  DEBUG --->Reading Shape[6 , ????]: [1 Column(s)]
-SimplePoolFile3...  DEBUG ---->[0]:EventStreamInfo_p3 Typ:EventStreamInfo_p3 [21] Size:0 Offset:0 #Elements:1
-##Shapes            DEBUG No objects passing selection criteria... Container has 7 Entries in total.
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Links
-##Links             DEBUG Opening
-##Links             DEBUG    attributes# = 1
-##Links             DEBUG Opened container ##Links of type ROOT_Tree
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/##Params [200]  (2 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/CollectionTree(EventInfo_p4/McEventInfo) [202]  (3 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/CollectionTree(ExampleTrackContainer_p1/MyTracks) [202]  (4 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLContainerForm(DataHeaderForm) [202]  (5 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLContainer(DataHeader) [202]  (6 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLCollectionTree(Token) [202]  (7 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLCollectionTree(RunNumber) [202]  (8 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLCollectionTree(EventNumber) [202]  (9 , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/POOLCollectionTree(MagicNumber) [202]  (a , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/MetaData(EventStreamInfo_p3/Stream1) [202]  (b , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/MetaDataHdrForm(DataHeaderForm) [202]  (c , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-SimplePoolFile3...  DEBUG --->Reading Assoc:????/MetaDataHdr(DataHeader) [202]  (d , ffffffff)
-SimplePoolFile3...  DEBUG ---->ClassID:????
-##Links             DEBUG No objects passing selection criteria... Container has 12 Entries in total.
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_All] ##Params
-##Params            DEBUG Opening
-##Params            DEBUG    attributes# = 1
-##Params            DEBUG Opened container ##Params of type ROOT_Tree
-SimplePoolFile3...  DEBUG --->Reading Param:FID=[????]
-SimplePoolFile3...  DEBUG --->Reading Param:PFN=[SimplePoolFile3.root]
-SimplePoolFile3...  DEBUG --->Reading Param:POOL_VSN=[1.1]
-SimplePoolFile3...  DEBUG --->Reading Param:FORMAT_VSN=[1.1]
-##Params            DEBUG No objects passing selection criteria... Container has 4 Entries in total.
-RootDatabase.se...  DEBUG TREE_CACHE_LEARN_EVENTS = 6
-RootDatabase.se...  DEBUG Request tree cache 
-RootDatabase.se...  DEBUG File name SimplePoolFile3.root
-RootDatabase.se...  DEBUG Got tree CollectionTree read entry -1
-RootDatabase.se...  DEBUG Using Tree cache. Size: 100000 Nevents to learn with: 6
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [TREE_CACHE_LEARN_EVENTS]: 6
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [TREE_CACHE_SIZE]: 100000
-MetaDataSvc         DEBUG handle() BeginInputFile for SimplePoolFile3.root
-MetaDataSvc         DEBUG initInputMetaDataStore: file name SimplePoolFile3.root
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdr(DataHeader)
-MetaDataHdr(Dat...  DEBUG Opening
-MetaDataHdr(Dat...  DEBUG    attributes# = 1
-MetaDataHdr(Dat...  DEBUG Branch container 'DataHeader'
-MetaDataHdr(Dat...  DEBUG Opened container MetaDataHdr(DataHeader) of type ROOT_Tree
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaDataHdrForm(DataHeaderForm)
-MetaDataHdrForm...  DEBUG Opening
-MetaDataHdrForm...  DEBUG    attributes# = 1
-MetaDataHdrForm...  DEBUG Branch container 'DataHeaderForm'
-MetaDataHdrForm...  DEBUG Opened container MetaDataHdrForm(DataHeaderForm) of type ROOT_Tree
-MetaDataSvc         DEBUG Loaded input meta data store proxies
-MetaDataSvc         DEBUG  calling beginInputFile for ToolSvc.IOVDbMetaDataTool
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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]
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainer(DataHeader)
-POOLContainer(D...  DEBUG Opening
-POOLContainer(D...  DEBUG    attributes# = 1
-POOLContainer(D...  DEBUG Branch container 'DataHeader'
-POOLContainer(D...  DEBUG Opened container POOLContainer(DataHeader) of type ROOT_Tree
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] POOLContainerForm(DataHeaderForm)
-POOLContainerFo...  DEBUG Opening
-POOLContainerFo...  DEBUG    attributes# = 1
-POOLContainerFo...  DEBUG Branch container 'DataHeaderForm'
-POOLContainerFo...  DEBUG Opened container POOLContainerForm(DataHeaderForm) of type ROOT_Tree
-AthenaPoolAddre...  DEBUG The current Event contains: 3 objects
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 2101, name = McEventInfo
-AthenaPoolAddre...  DEBUG loadAddresses: DataObject address, clid = 9103, name = MyTracks
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] CollectionTree(EventInfo_p4/McEventInfo)
-CollectionTree(...  DEBUG Opening
-CollectionTree(...  DEBUG    attributes# = 1
-CollectionTree(...  DEBUG Branch container 'EventInfo_p4_McEventInfo'
-CollectionTree(...  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 50 events processed so far  <<<===
-ReadData            DEBUG in execute()
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] MetaData(EventStreamInfo_p3/Stream1)
-MetaData(EventS...  DEBUG Opening
-MetaData(EventS...  DEBUG    attributes# = 1
-MetaData(EventS...  DEBUG Branch container 'EventStreamInfo_p3_Stream1'
-MetaData(EventS...  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 = 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: 0 run: 1
-ReadData             INFO Get Smart data ptr 1
-SimplePoolFile3...  DEBUG --> Access   DbContainer  READ      [ROOT_Tree] CollectionTree(ExampleTrackContainer_p1/MyTracks)
-CollectionTree(...  DEBUG Opening
-CollectionTree(...  DEBUG    attributes# = 1
-CollectionTree(...  DEBUG Branch container 'ExampleTrackContainer_p1_MyTracks'
-CollectionTree(...  DEBUG Opened container CollectionTree(ExampleTrackContainer_p1/MyTracks) of type ROOT_Tree
-ReadData             INFO Track pt = 74.8928 eta = 3.1676 phi = 2.6161 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #0, run #1 51 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #1, run #1 51 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 = 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: 1 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 137.584 eta = -39.525 phi = 17.2679 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #1, run #1 52 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #2, run #1 52 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 = 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: 2 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 228.154 eta = -6.2704 phi = 31.9197 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #2, run #1 53 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #3, run #1 53 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 = 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: 3 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 324.306 eta = -15.8941 phi = 46.5715 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #3, run #1 54 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #4, run #1 54 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 = 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: 4 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 422.255 eta = -13.279 phi = 61.2233 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #4, run #1 55 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #5, run #1 55 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 = 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: 5 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 520.987 eta = -12.3511 phi = 75.8751 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #5, run #1 56 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #6, run #1 56 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 = 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: 6 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 620.127 eta = -11.8468 phi = 90.5269 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #6, run #1 57 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #7, run #1 57 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 = 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: 7 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 719.507 eta = -11.5247 phi = 105.179 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #7, run #1 58 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #8, run #1 58 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 = 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: 8 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 819.038 eta = -11.2998 phi = 119.831 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #8, run #1 59 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #9, run #1 59 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 = 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: 9 run: 1
-ReadData             INFO Get Smart data ptr 1
-ReadData             INFO Track pt = 918.671 eta = -11.1334 phi = 134.482 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #9, run #1 60 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #10, run #1 60 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 = 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 = -11.0052 phi = 149.134 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #10, run #1 61 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #11, run #1 61 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 = 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 = -10.9031 phi = 163.786 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #11, run #1 62 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #12, run #1 62 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 = 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 = -10.82 phi = 178.438 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #12, run #1 63 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #13, run #1 63 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 = 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 = -10.751 phi = 193.09 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #13, run #1 64 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #14, run #1 64 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 = 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 = -10.6927 phi = 207.741 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #14, run #1 65 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #15, run #1 65 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 = 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 = -10.6429 phi = 222.393 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #15, run #1 66 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #16, run #1 66 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 = 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 = -10.5997 phi = 237.045 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #16, run #1 67 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #17, run #1 67 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 = 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 = -10.562 phi = 251.697 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #17, run #1 68 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #18, run #1 68 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 = 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 = -10.5288 phi = 266.349 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #18, run #1 69 events processed so far  <<<===
-EventSelector       DEBUG Get AttributeList from the collection
-EventSelector       DEBUG AttributeList size 3
-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 = 9103, name = MyTracks
-AthenaEventLoopMgr   INFO   ===>>>  start processing event #19, run #1 69 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 = 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 = -10.4993 phi = 281 detector = Track made in: DummyHitDetector
-DataProxy         WARNING accessData:  IOA pointer not set
-ReadData          WARNING Could not follow ExampleTrackContainer/MyTracks ElementLinks to ExampleHitContainer/MyHits
-ReadData             INFO Could not find ExampleHitContainer/MyHits
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [BYTES_READ]: 27294
-PoolSvc              INFO Database (SimplePoolFile3.root) attribute [READ_CALLS]: 23
-AthenaEventLoopMgr   INFO   ===>>>  done processing event #19, run #1 70 events processed so far  <<<===
-MetaDataSvc         DEBUG handle() EndInputFile for FID:????
-Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] ????
-Domain[ROOT_All]     INFO >   Deaccess DbDomain     READ      [ROOT_All] 
-MetaDataSvc         DEBUG handle() LastInputFile for end
-AthenaEventLoopMgr   INFO No more events in event selection 
-MetaDataSvc         DEBUG  calling metaDataStop for ToolSvc.IOVDbMetaDataTool
-ApplicationMgr       INFO Application Manager Stopped successfully
-IncidentProcAlg1     INFO Finalize
-ReadData             INFO in finalize()
-IncidentProcAlg2     INFO Finalize
-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 ****************************************************************************************************
-cObjR_ALL            INFO Time User   : Tot=   10 [ms] Ave/Min/Max=0.0518(+-0.718)/    0/   10 [ms] #=193
-cObj_ALL             INFO Time User   : Tot=   30 [ms] Ave/Min/Max=0.166(+- 1.28)/    0/   10 [ms] #=181
-ChronoStatSvc        INFO Time User   : Tot= 0.88  [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"
diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadNoBNJobOptions.py b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadNoBNJobOptions.py
deleted file mode 100644
index a0ce8329659..00000000000
--- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReadNoBNJobOptions.py
+++ /dev/null
@@ -1,110 +0,0 @@
-## @file AthenaPoolExample_ReadJobOptions.py
-## @brief Example job options file to illustrate how to read event data from Pool.
-## @author Peter van Gemmeren <gemmeren@anl.gov>
-## $Id: AthenaPoolExample_ReadJobOptions.py,v 1.35 2009-05-20 18:02:24 gemmeren Exp $
-###############################################################
-#
-# This Job option:
-# ----------------
-# 1. Reads the data from files have been written with AthneaPoolExample_WriteJobOptions.py
-#    and AthneaPoolExample_RWJobOptions.py using global BackNavigation and skipping first 10 events.
-# 2. Same as 1., but using TAG collections. Instead of SkipEvents, a HelperTool is used to skip the
-#    first 10 events using their MagicTag attribute (example for computational TAG processing).
-# 3. Same as 1., but using scoped BackNavigation to ExampleHit.
-#
-#==============================================================
-
-## basic job configuration
-import AthenaCommon.AtlasUnixStandardJob
-
-## get a handle on the default top-level algorithm sequence
-from AthenaCommon.AlgSequence import AlgSequence
-topSequence = AlgSequence()
-
-#--------------------------------------------------------------
-# Event related parameters
-#--------------------------------------------------------------
-from AthenaCommon.AppMgr import theApp
-theApp.EvtMax = 200000
-
-#--------------------------------------------------------------
-# Load POOL support
-#--------------------------------------------------------------
-import AthenaPoolCnvSvc.ReadAthenaPool
-
-## get a handle on the ServiceManager
-from AthenaCommon.AppMgr import ServiceMgr as svcMgr
-
-svcMgr.EventSelector.InputCollections = [ "EmptyPoolFile.root", "SimplePoolFile1.root", "EmptyPoolFile.root", "SimplePoolFile2.root", "SimplePoolFile3.root" ]
-#svcMgr.EventSelector.InputCollections = [ "EmptyPoolCollection.root", "SimplePoolCollection1.root", "EmptyPoolCollection.root", "SimplePoolCollection2.root", "SimplePoolCollection3.root" ]
-svcMgr.AthenaPoolAddressProviderSvc.BackNavigation = FALSE; # // switch on BackNavigation of AddressProvider
-# // use scope based BackNavigation
-#svcMgr.AthenaPoolAddressProviderSvc.BackNavigationScope += [ "Stream1::ExampleHitContainer#MyHits" ]
-svcMgr.EventSelector.SkipEvents = 8; # // skip the first 8 events
-svcMgr.EventSelector.SkipEventSequence = [ 9, 10 ]; # // skip two more events
-#svcMgr.EventSelector.SkipEventSequence = " 4-6,7 , 8 , 9 - 10 "; # // skip seven more events
-#svcMgr.EventSelector.ProcessEventSequence = "11, 12, 13,14,15, 16-20, 21 - 25 , 26- 100"; # // skip two more events
-#svcMgr.EventSelector.CollectionType = "ExplicitROOT"
-#svcMgr.EventSelector.SkipBadFiles = TRUE;
-#svcMgr.EventSelector.CounterTool = "EventSelectorCounterTool/Counter"
-
-#Switch Off for TAG - start
-# Turn on the tree cache for the CollectionTree - tree cache only works for one tree.
-# Set number of events for learning before turning on cache - default is 5
-svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "DatabaseName = '*'; TREE_CACHE_LEARN_EVENTS = '6'" ]
-# And set tree cache size - default is 10 MB (10 000 000)
-svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "DatabaseName = '*'; ContainerName = 'CollectionTree'; TREE_CACHE = '100000'" ]
-
-# Print out values - must have PoolSvc in info mode
-svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "DatabaseName = '*'; TREE_CACHE_LEARN_EVENTS = 'int'" ]
-svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [ "DatabaseName = '*'; 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 += [ "DatabaseName = '*'; BYTES_READ = 'double'" ]
-svcMgr.AthenaPoolCnvSvc.PrintInputAttrPerEvt += [ "DatabaseName = '*'; 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/EventSelectorAthenaPool/share/EventSelectorAthenaPool_jobOptions.py b/Database/AthenaPOOL/EventSelectorAthenaPool/share/EventSelectorAthenaPool_jobOptions.py
index 5d428b7797e..318660bad11 100755
--- a/Database/AthenaPOOL/EventSelectorAthenaPool/share/EventSelectorAthenaPool_jobOptions.py
+++ b/Database/AthenaPOOL/EventSelectorAthenaPool/share/EventSelectorAthenaPool_jobOptions.py
@@ -18,8 +18,6 @@ svcMgr += EventSelectorAthenaPool( "EventSelector" )
 
 EventSelector = svcMgr.EventSelector
 #
-# Switch on back navigation to find objects in input streams.
-EventSelector.BackNavigation = FALSE;
 # Switch on firing of FileIncidents which will trigger processing of metadata.
 EventSelector.ProcessMetadata = TRUE;
 # Type of the collection.
diff --git a/Database/AthenaPOOL/EventSelectorAthenaPool/src/AthenaPoolAddressProviderSvc.cxx b/Database/AthenaPOOL/EventSelectorAthenaPool/src/AthenaPoolAddressProviderSvc.cxx
index 96f37b4ce81..9051defcb37 100755
--- a/Database/AthenaPOOL/EventSelectorAthenaPool/src/AthenaPoolAddressProviderSvc.cxx
+++ b/Database/AthenaPOOL/EventSelectorAthenaPool/src/AthenaPoolAddressProviderSvc.cxx
@@ -60,17 +60,6 @@ StatusCode AthenaPoolAddressProviderSvc::initialize() {
       ATH_MSG_FATAL("Cannot get ClassIDSvc.");
       return(StatusCode::FAILURE);
    }
-   // Get scoped BackNavigation hints
-   for (const auto& navigationHint : m_backNavigationScope) {
-      const std::string::size_type p_colon = navigationHint.find("::");
-      if (p_colon == std::string::npos) {
-         ATH_MSG_FATAL("Unexpected format in BackNavigationScope: " << navigationHint);
-         return(StatusCode::FAILURE);
-      }
-      std::pair<std::string, std::string> entry(navigationHint.substr(p_colon + 2), navigationHint.substr(0, p_colon));
-      m_backNavigationMap.insert(entry);
-      ATH_MSG_INFO("BackNavigationScope for: " << entry.first << " :: " << entry.second);
-   }
    return(StatusCode::SUCCESS);
 }
 //________________________________________________________________________________
@@ -109,7 +98,7 @@ StatusCode AthenaPoolAddressProviderSvc::preLoadAddresses(StoreID::type storeID,
    for (const auto& element : *dataHeader) {
       SG::TransientAddress* tadd = element.getAddress();
       if (tadd->clID() == ClassID_traits<DataHeader>::ID()) {
-         delete tadd; tadd = 0;
+         delete tadd; tadd = nullptr;
       } else {
          ATH_MSG_DEBUG("preLoadAddresses: DataObject address, clid = " << tadd->clID() << ", name = " << tadd->name());
          tads.push_back(tadd);
@@ -132,7 +121,7 @@ StatusCode AthenaPoolAddressProviderSvc::loadAddresses(StoreID::type storeID,
    long int oid2 = 0L;
    if (m_dataHeaderIterator) { // Get oid2 (event file entry number) from DataHeader proxy
       const SG::DataProxy* dhProxy = eventStore()->proxy(ClassID_traits<DataHeader>::ID(), m_dataHeaderKey.value());
-      if (dhProxy != 0 && dhProxy->address() != 0) {
+      if (dhProxy != nullptr && dhProxy->address() != nullptr) {
          Token token;
          token.fromString(*dhProxy->address()->par());
          thisFile = token.dbID();
@@ -172,13 +161,13 @@ StatusCode AthenaPoolAddressProviderSvc::loadAddresses(StoreID::type storeID,
          if (tadd->name() != "StreamRAW") {
             if (tadd->name().empty() && dataHeader->sizeProvenance() == 1) { // reading DataHeader satellite
                SG::TransientAddress* taddDh = dataHeader->beginProvenance()->getAddress();
-               if (taddDh != 0) {
+               if (taddDh != nullptr) {
                   tads.push_back(new SG::TransientAddress(taddDh->clID(), "Full", taddDh->address())); // full DataHeader
                }
-               delete taddDh; taddDh = 0;
+               delete taddDh; taddDh = nullptr;
             }
          }
-         delete tadd; tadd = 0;
+         delete tadd; tadd = nullptr;
       } else {
          ATH_MSG_DEBUG("loadAddresses: DataObject address, clid = " << tadd->clID() << ", name = " << tadd->name());
          tadd->setProvider(this, storeID);
@@ -211,126 +200,31 @@ StatusCode AthenaPoolAddressProviderSvc::updateAddress(StoreID::type storeID,
          ATH_MSG_ERROR("updateAddress: Cannot retrieve Full DataHeader from StoreGate");
          return(StatusCode::FAILURE);
       }
-      const SG::TransientAddress* defObj = 0;
+      const SG::TransientAddress* defObj = nullptr;
       for (const auto& element : *dataHeader) {
          const SG::TransientAddress* tadd = element.getAddress();
          const std::set<CLID>& ids = element.getClassIDs();
          if (ids.find(tad->clID()) != ids.end()) {
-            if (defObj == 0 && tad->name() == tadd->name()) {
-               defObj = tadd; tadd = 0;
+            if (defObj == nullptr && tad->name() == tadd->name()) {
+               defObj = tadd; tadd = nullptr;
             } else if (tad->name() == "DEFAULT") {
-               if (defObj == 0) {
-                  defObj = tadd; tadd = 0;
+               if (defObj == nullptr) {
+                  defObj = tadd; tadd = nullptr;
                } else {
                   ATH_MSG_WARNING("No default Address for Clid: " << tad->clID());
-                  delete tadd; tadd = 0;
-                  delete defObj; defObj = 0;
+                  delete tadd; tadd = nullptr;
+                  delete defObj; defObj = nullptr;
                   return(StatusCode::FAILURE);
                }
             }
          }
          EventSelectorAthenaPoolUtil::registerKeys(element, eventStore());
-         delete tadd; tadd = 0;
+         delete tadd; tadd = nullptr;
       }
-      if (defObj !=0) {
+      if (defObj != nullptr) {
          ATH_MSG_DEBUG("Found Address: " << defObj->address());
          tad->setAddress(defObj->address());
-         delete defObj; defObj = 0;
-         return(StatusCode::SUCCESS);
-      }
-   }
-   if (!m_clidSvc->getTypeNameOfID(tad->clID(), entry).isSuccess()) {
-      ATH_MSG_ERROR("updateAddress: Cannot translate clID for: " << tad->clID());
-      return(StatusCode::FAILURE);
-   }
-   if (m_backNavigationMap.find(entry + "#" + tad->name()) != m_backNavigationMap.end()) {
-      entry = m_backNavigationMap[entry + "#" + tad->name()];
-   } else if (m_backNavigationMap.find(entry + "#*") != m_backNavigationMap.end()) {
-      entry = m_backNavigationMap[entry + "#*"];
-   } else if (m_backNavigationMap.find("*") != m_backNavigationMap.end()) {
-      entry = m_backNavigationMap["*"];
-   } else {
-      entry.clear();
-   }
-   if (!m_backNavigationFlag.value() && entry.empty()) {
-      return(StatusCode::FAILURE);
-   }
-   if (!eventStore()->contains<DataHeader>(m_dataHeaderKey.value())) {
-      ATH_MSG_DEBUG("updateAddress: Cannot find DataHeader in StoreGate");
-      return(StatusCode::FAILURE);
-   }
-   if (!eventStore()->retrieve(dataHeader, m_dataHeaderKey.value()).isSuccess()) {
-      ATH_MSG_ERROR("updateAddress: Cannot retrieve DataHeader from StoreGate");
-      return(StatusCode::FAILURE);
-   }
-   return(chaseAddress(tad, dataHeader.cptr(), entry));
-}
-//________________________________________________________________________________
-StatusCode AthenaPoolAddressProviderSvc::chaseAddress(SG::TransientAddress* tad,
-		const DataHeader* dataHeader,
-		const std::string& processTag) {
-   for (std::vector<DataHeaderElement>::const_iterator thisInputToken = dataHeader->beginProvenance(),
-		   endInputToken = dataHeader->endProvenance(); thisInputToken != endInputToken;
-		   thisInputToken++) {
-      if (!m_backNavigationFlag.value() && processTag != thisInputToken->getKey() && !dataHeader->getProcessTag().empty()) {
-         continue;
-      }
-      const Token* token = thisInputToken->getToken();
-      const std::string key = token != 0 ? token->dbID().toString() : "";
-      const DataHandle<DataHeader> pDataHeader;
-      if (!eventStore()->contains<DataHeader>(key)) {
-         GenericAddress* genAddr = new GenericAddress(thisInputToken->getStorageType(),
-		         ClassID_traits<DataHeader>::ID(),
-		         token != 0 ? token->toString() : "");
-         if (!eventStore()->recordAddress(key, genAddr).isSuccess()) {
-            ATH_MSG_ERROR("chaseAddress1: Cannot record Input DataHeader, key = " << key);
-            return(StatusCode::FAILURE);
-         }
-      }
-      if (!eventStore()->retrieve(pDataHeader, key).isSuccess() || pDataHeader.cptr() == 0) {
-         ATH_MSG_ERROR("chaseAddress1: Cannot retrieve Input DataHeader, key = " << key);
-         return(StatusCode::FAILURE);
-      }
-      const SG::TransientAddress* defObj = 0;
-      for (const auto& element: *pDataHeader) {
-         const SG::TransientAddress* tadd = element.getAddress();
-         const std::set<CLID>& ids = element.getClassIDs();
-         if (defObj == 0 && ids.find(tad->clID()) != ids.end() && tad->name() == tadd->name()) {
-            defObj = tadd; tadd = 0;
-         }
-         EventSelectorAthenaPoolUtil::registerKeys(element, eventStore());
-         delete tadd; tadd = 0;
-      }
-      if (defObj !=0) {
-         ATH_MSG_DEBUG("Found Address: " << defObj->address());
-         tad->setAddress(defObj->address());
-         delete defObj; defObj = 0;
-         return(StatusCode::SUCCESS);
-      }
-   }
-   if (!m_backNavigationFlag.value() && processTag.empty()) {
-      return(StatusCode::FAILURE);
-   }
-   std::vector<DataHeaderElement>::const_iterator firstInputToken = dataHeader->beginProvenance();
-   if (firstInputToken != dataHeader->endProvenance()) {
-      const Token* token = firstInputToken->getToken();
-      const std::string key = token != 0 ? token->dbID().toString() : "";
-      const DataHandle<DataHeader> pDataHeader;
-      if (!eventStore()->contains<DataHeader>(key)) {
-         GenericAddress* genAddr = new GenericAddress(firstInputToken->getStorageType(),
-		         ClassID_traits<DataHeader>::ID(),
-		         token != 0 ? token->toString() : "");
-         if (!eventStore()->recordAddress(key, genAddr).isSuccess()) {
-            ATH_MSG_ERROR("chaseAddress2: Cannot record Input DataHeader, key = " << key);
-            return(StatusCode::FAILURE);
-         }
-         EventSelectorAthenaPoolUtil::registerKeys(*firstInputToken, eventStore());
-      }
-      if (!eventStore()->retrieve(pDataHeader, key).isSuccess()) {
-         ATH_MSG_ERROR("chaseAddress2: Cannot retrieve Input DataHeader, key = " << key);
-         return(StatusCode::FAILURE);
-      }
-      if (chaseAddress(tad, pDataHeader, processTag).isSuccess()) {
+         delete defObj; defObj = nullptr;
          return(StatusCode::SUCCESS);
       }
    }
diff --git a/Database/AthenaPOOL/EventSelectorAthenaPool/src/AthenaPoolAddressProviderSvc.h b/Database/AthenaPOOL/EventSelectorAthenaPool/src/AthenaPoolAddressProviderSvc.h
index 56f3ce2dc90..dda9d7c8f8e 100755
--- a/Database/AthenaPOOL/EventSelectorAthenaPool/src/AthenaPoolAddressProviderSvc.h
+++ b/Database/AthenaPOOL/EventSelectorAthenaPool/src/AthenaPoolAddressProviderSvc.h
@@ -67,7 +67,6 @@ private: // properties
    BooleanProperty m_backNavigationFlag;
    /// BackNavigationScope, vector with '<processTag>::<type>#<key>' hints for backNavigation.
    StringArrayProperty m_backNavigationScope;
-   std::map<std::string, std::string> m_backNavigationMap;
 
    /// DataHeaderKey, StoreGate key of event entry object (type DataHeader).
    StringProperty m_dataHeaderKey;
@@ -77,10 +76,6 @@ private: // properties
    BooleanProperty m_dataHeaderIterator;
 
 private: // internal helper functions
-   /// Use back navigation through DataHeaders to locate object, if possible
-   StatusCode chaseAddress(SG::TransientAddress* tad,
-	   const DataHeader* dataHeader,
-	   const std::string& processTag = "");
    /// Return pointer to active event SG
    StoreGateSvc* eventStore() const;
 };
diff --git a/Database/AthenaPOOL/EventSelectorAthenaPool/src/EventSelectorAthenaPool.cxx b/Database/AthenaPOOL/EventSelectorAthenaPool/src/EventSelectorAthenaPool.cxx
index 1456c02b3c7..66dac58bcb6 100755
--- a/Database/AthenaPOOL/EventSelectorAthenaPool/src/EventSelectorAthenaPool.cxx
+++ b/Database/AthenaPOOL/EventSelectorAthenaPool/src/EventSelectorAthenaPool.cxx
@@ -45,12 +45,11 @@
 //________________________________________________________________________________
 EventSelectorAthenaPool::EventSelectorAthenaPool(const std::string& name, ISvcLocator* pSvcLocator) :
 	::AthService(name, pSvcLocator),
-	m_beginIter(0),
-	m_endIter(0),
+	m_beginIter(nullptr),
+	m_endIter(nullptr),
 	m_activeStoreSvc("ActiveStoreSvc", name),
-	m_tagDataStore("StoreGateSvc/TagMetaDataStore", name),
-	m_poolCollectionConverter(0),
-	m_headerIterator(0),
+	m_poolCollectionConverter(nullptr),
+	m_headerIterator(nullptr),
 	m_guid(),
 	m_athenaPoolCnvSvc("AthenaPoolCnvSvc", name),
 	m_incidentSvc("IncidentSvc", name),
@@ -60,7 +59,6 @@ EventSelectorAthenaPool::EventSelectorAthenaPool(const std::string& name, ISvcLo
         m_curCollection(0),
 	m_evtCount(0),
 	m_firedIncident(false) {
-   declareProperty("BackNavigation",      m_backNavigationFlag = false);
    declareProperty("ProcessMetadata",     m_processMetadata = true);
    declareProperty("ShowSizeStatistics",  m_showSizeStat = false);
    declareProperty("CollectionType",      m_collectionType = "ImplicitROOT");
@@ -70,7 +68,6 @@ EventSelectorAthenaPool::EventSelectorAthenaPool(const std::string& name, ISvcLo
    declareProperty("AttributeListKey",    m_attrListKey = "Input");
    declareProperty("InputCollections",    m_inputCollectionsProp);
    declareProperty("Query",               m_query = "");
-   declareProperty("SkipBadFiles",        m_skipBadFiles = false);
    declareProperty("KeepInputFilesOpen",  m_keepInputFilesOpen = false);
    declareProperty("SkipEvents",          m_skipEvents = 0);
    declareProperty("SkipEventSequence",   m_skipEventSequenceProp);
@@ -130,22 +127,19 @@ StatusCode EventSelectorAthenaPool::initialize() {
       ATH_MSG_FATAL("Cannot initialize AthService base class.");
       return(StatusCode::FAILURE);
    }
-
    // Check for input collection
-   if (m_inputCollectionsProp.value().size() == 0) {
+   if (m_inputCollectionsProp.value().empty()) {
       ATH_MSG_FATAL("Use the property: EventSelector.InputCollections = "
 		      << "[ \"<collectionName>\" ] (list of collections)");
       return(StatusCode::FAILURE);
    }
    m_skipEventSequence = m_skipEventSequenceProp.value();
    std::sort(m_skipEventSequence.begin(), m_skipEventSequence.end());
-
    // CollectionType must be one of:
    if (m_collectionType.value() != "ExplicitROOT" && m_collectionType.value() != "ImplicitROOT") {
       ATH_MSG_FATAL("EventSelector.CollectionType must be one of: ExplicitROOT, ImplicitROOT (default)");
       return(StatusCode::FAILURE);
    }
-
    // Get IncidentSvc
    if (!m_incidentSvc.retrieve().isSuccess()) {
       ATH_MSG_FATAL("Cannot get " << m_incidentSvc.typeAndName() << ".");
@@ -160,11 +154,6 @@ StatusCode EventSelectorAthenaPool::initialize() {
       ATH_MSG_FATAL("Cannot get " << m_athenaPoolCnvSvc.typeAndName() << ".");
       return(StatusCode::FAILURE);
    }
-   // Get TagMetaDataStore
-   if (!m_tagDataStore.retrieve().isSuccess()) {
-      ATH_MSG_FATAL("Cannot get " << m_tagDataStore.typeAndName() << ".");
-      return(StatusCode::FAILURE);
-   }
    // Get CounterTool (if configured)
    if (!m_counterTool.empty() && !m_counterTool.retrieve().isSuccess()) {
       ATH_MSG_FATAL("Cannot get CounterTool.");
@@ -276,13 +265,13 @@ StatusCode EventSelectorAthenaPool::reinit() {
    ATH_MSG_INFO("EventSelection with query " << m_query.value());
    // Create an m_poolCollectionConverter to read the objects in
    m_poolCollectionConverter = getCollectionCnv();
-   if (m_poolCollectionConverter == 0) {
+   if (m_poolCollectionConverter == nullptr) {
       ATH_MSG_INFO("No Events found in any Input Collections");
       if (m_processMetadata.value()) {
 	 m_inputCollectionsIterator = m_inputCollectionsProp.value().end();
-	 if (m_inputCollectionsProp.value().size() > 0) m_inputCollectionsIterator--;
+	 if (!m_inputCollectionsProp.value().empty()) m_inputCollectionsIterator--;
 	//NOTE (wb may 2016): this will make the FirstInputFile incident correspond to last file in the collection ... if want it to be first file then move iterator to begin and then move above two lines below this incident firing
-         if (m_collectionType.value() == "ImplicitROOT" && !m_firedIncident && m_inputCollectionsProp.value().size() > 0) {
+         if (m_collectionType.value() == "ImplicitROOT" && !m_firedIncident && !m_inputCollectionsProp.value().empty()) {
             FileIncident firstInputFileIncident(name(), "FirstInputFile", *m_inputCollectionsIterator);
             m_incidentSvc->fireIncident(firstInputFileIncident);
             m_firedIncident = true;
@@ -308,42 +297,42 @@ StatusCode EventSelectorAthenaPool::reinit() {
       ATH_MSG_ERROR(e.what());
       return(StatusCode::FAILURE);
    }
-   while (m_headerIterator == 0 || m_headerIterator->next() == 0) { // no selected events
-      if (m_poolCollectionConverter != 0) {
+   while (m_headerIterator == nullptr || m_headerIterator->next() == 0) { // no selected events
+      if (m_poolCollectionConverter != nullptr) {
          m_poolCollectionConverter->disconnectDb().ignore();
-         delete m_poolCollectionConverter; m_poolCollectionConverter = 0;
+         delete m_poolCollectionConverter; m_poolCollectionConverter = nullptr;
       }
       m_inputCollectionsIterator++;
       m_poolCollectionConverter = getCollectionCnv();
-      if (m_poolCollectionConverter != 0) {
+      if (m_poolCollectionConverter != nullptr) {
          m_headerIterator = &m_poolCollectionConverter->executeQuery();
       } else {
          break;
       }
    }
-   if (m_poolCollectionConverter == 0 || m_headerIterator == 0) { // no event selected in any collection
+   if (m_poolCollectionConverter == nullptr || m_headerIterator == nullptr) { // no event selected in any collection
       m_inputCollectionsIterator = m_inputCollectionsProp.value().begin();
       m_curCollection = 0;
       m_poolCollectionConverter = getCollectionCnv();
-      if (m_poolCollectionConverter == 0) {
+      if (m_poolCollectionConverter == nullptr) {
          return(StatusCode::SUCCESS);
       }
       m_headerIterator = &m_poolCollectionConverter->selectAll();
-      while (m_headerIterator == 0 || m_headerIterator->next() == 0) { // empty collection
-         if (m_poolCollectionConverter != 0) {
+      while (m_headerIterator == nullptr || m_headerIterator->next() == 0) { // empty collection
+         if (m_poolCollectionConverter != nullptr) {
             m_poolCollectionConverter->disconnectDb().ignore();
-            delete m_poolCollectionConverter; m_poolCollectionConverter = 0;
+            delete m_poolCollectionConverter; m_poolCollectionConverter = nullptr;
          }
          m_inputCollectionsIterator++;
          m_poolCollectionConverter = getCollectionCnv();
-         if (m_poolCollectionConverter != 0) {
+         if (m_poolCollectionConverter != nullptr) {
             m_headerIterator = &m_poolCollectionConverter->selectAll();
          } else {
             break;
          }
       }
    }
-   if (m_poolCollectionConverter == 0 || m_headerIterator == 0) {
+   if (m_poolCollectionConverter == nullptr || m_headerIterator == nullptr) {
       return(StatusCode::SUCCESS);
    }
    Guid guid;
@@ -365,10 +354,10 @@ StatusCode EventSelectorAthenaPool::reinit() {
 }
 //________________________________________________________________________________
 StatusCode EventSelectorAthenaPool::start() {
-   if (m_poolCollectionConverter != 0) {
+   if (m_poolCollectionConverter != nullptr) {
       // Reset iterators and apply new query
       m_poolCollectionConverter->disconnectDb().ignore();
-      delete m_poolCollectionConverter; m_poolCollectionConverter = 0;
+      delete m_poolCollectionConverter; m_poolCollectionConverter = nullptr;
    }
    m_inputCollectionsIterator = m_inputCollectionsProp.value().begin();
    m_curCollection = 0;
@@ -376,33 +365,19 @@ StatusCode EventSelectorAthenaPool::start() {
       return(StatusCode::SUCCESS);
    }
    m_poolCollectionConverter = getCollectionCnv(true);
-   if (m_poolCollectionConverter == 0) {
+   if (m_poolCollectionConverter == nullptr) {
       ATH_MSG_INFO("No Events found in any Input Collections");
       m_inputCollectionsIterator = m_inputCollectionsProp.value().end();
-      if(m_inputCollectionsProp.value().size()>0) {
-        m_inputCollectionsIterator--; //leave iterator in state of last input file
-        if (m_processMetadata.value()) {
-          // Fire first BeginTagFile incident
-          FileIncident beginTagFileIncident(name(), "BeginTagFile", *m_inputCollectionsIterator);
-          m_incidentSvc->fireIncident(beginTagFileIncident);
-        }
+      if (!m_inputCollectionsProp.value().empty()) {
+         m_inputCollectionsIterator--; //leave iterator in state of last input file
       }
-      delete m_beginIter; m_beginIter = 0;
-      m_beginIter = new EventContextAthenaPool(this);
-      delete m_endIter;   m_endIter   = 0;
-      m_endIter = new EventContextAthenaPool(0);
-      return(StatusCode::SUCCESS);
-   }
-   if (m_processMetadata.value()) {
-      // Fire first BeginTagFile incident
-      FileIncident beginTagFileIncident(name(), "BeginTagFile", *m_inputCollectionsIterator);
-      m_incidentSvc->fireIncident(beginTagFileIncident);
+   } else {
+      m_headerIterator = &m_poolCollectionConverter->executeQuery(/*m_query.value()*/);
    }
-   m_headerIterator = &m_poolCollectionConverter->executeQuery(/*m_query.value()*/);
-   delete m_beginIter; m_beginIter = 0;
+   delete m_beginIter; m_beginIter = nullptr;
    m_beginIter = new EventContextAthenaPool(this);
-   delete m_endIter;   m_endIter   = 0;
-   m_endIter = new EventContextAthenaPool(0);
+   delete m_endIter;   m_endIter   = nullptr;
+   m_endIter = new EventContextAthenaPool(nullptr);
    return(StatusCode::SUCCESS);
 }
 //________________________________________________________________________________
@@ -410,7 +385,7 @@ StatusCode EventSelectorAthenaPool::stop() {
    if (!m_eventStreamingTool.empty() && m_eventStreamingTool->isClient()) {
       return(StatusCode::SUCCESS);
    }
-   IEvtSelector::Context* ctxt(0);
+   IEvtSelector::Context* ctxt(nullptr);
    if (!releaseContext(ctxt).isSuccess()) {
       ATH_MSG_WARNING("Cannot release context");
    }
@@ -418,7 +393,7 @@ StatusCode EventSelectorAthenaPool::stop() {
 }
 
 //________________________________________________________________________________
-void EventSelectorAthenaPool::fireEndFileIncidents(bool isLastFile, bool fireEndTagIncident) const {
+void EventSelectorAthenaPool::fireEndFileIncidents(bool isLastFile) const {
    if (m_processMetadata.value()) {
       if (m_evtCount >= 0) {
          // Assume that the end of collection file indicates the end of payload file.
@@ -427,13 +402,6 @@ void EventSelectorAthenaPool::fireEndFileIncidents(bool isLastFile, bool fireEnd
             FileIncident endInputFileIncident(name(), "EndInputFile", "FID:" + m_guid.toString());
             m_incidentSvc->fireIncident(endInputFileIncident);
          }
-         // Fire EndTagFile incident if not out of files (maybe we should make it fire then as well?)
-         if (fireEndTagIncident) {
-            if (m_inputCollectionsIterator != m_inputCollectionsProp.value().end()) {
-               FileIncident endTagFileIncident(name(), "EndTagFile", *m_inputCollectionsIterator);
-               m_incidentSvc->fireIncident(endTagFileIncident);
-            }
-         }
       }
       // Fire LastInputFile incident
       if (isLastFile && m_firedIncident) {
@@ -456,11 +424,11 @@ StatusCode EventSelectorAthenaPool::finalize() {
          }
       }
    }
-   delete m_beginIter; m_beginIter = 0;
-   delete m_endIter;   m_endIter   = 0;
-   m_headerIterator = 0;
-   if (m_poolCollectionConverter != 0) {
-      delete m_poolCollectionConverter; m_poolCollectionConverter = 0;
+   delete m_beginIter; m_beginIter = nullptr;
+   delete m_endIter;   m_endIter   = nullptr;
+   m_headerIterator = nullptr;
+   if (m_poolCollectionConverter != nullptr) {
+      delete m_poolCollectionConverter; m_poolCollectionConverter = nullptr;
    }
    // Release AthenaSharedMemoryTool
    if (!m_eventStreamingTool.empty() && !m_eventStreamingTool.release().isSuccess()) {
@@ -474,10 +442,6 @@ StatusCode EventSelectorAthenaPool::finalize() {
    if (!m_helperTools.release().isSuccess()) {
       ATH_MSG_WARNING("Cannot release " << m_helperTools);
    }
-   // Release TagMetaDataStore
-   if (!m_tagDataStore.release().isSuccess()) {
-      ATH_MSG_WARNING("Cannot release " << m_tagDataStore.typeAndName() << ".");
-   }
    // Release AthenaPoolCnvSvc
    if (!m_athenaPoolCnvSvc.release().isSuccess()) {
       ATH_MSG_WARNING("Cannot release " << m_athenaPoolCnvSvc.typeAndName() << ".");
@@ -517,40 +481,31 @@ StatusCode EventSelectorAthenaPool::createContext(IEvtSelector::Context*& ctxt)
 StatusCode EventSelectorAthenaPool::next(IEvtSelector::Context& ctxt) const {
    std::lock_guard<CallMutex> lockGuard(m_callLock);
    if (!m_eventStreamingTool.empty() && m_eventStreamingTool->isClient()) {
-      if (eventStore()->transientContains<AthenaAttributeList>(m_attrListKey.value())) {
-         const DataHandle<AthenaAttributeList> oldAttrList;
-         if (!eventStore()->retrieve(oldAttrList, m_attrListKey.value()).isSuccess()) {
-            ATH_MSG_ERROR("Cannot retrieve old AttributeList from StoreGate.");
-            return(StatusCode::FAILURE);
-         }
-         if (!eventStore()->removeDataAndProxy(oldAttrList.cptr()).isSuccess()) {
-            ATH_MSG_ERROR("Cannot remove old AttributeList from StoreGate.");
-            return(StatusCode::FAILURE);
-         }
-      }
-      void* tokenStr = 0;
+      void* tokenStr = nullptr;
       unsigned int status = 0;
       if (!m_eventStreamingTool->getLockedEvent(&tokenStr, status).isSuccess()) {
          ATH_MSG_FATAL("Cannot get NextEvent from AthenaSharedMemoryTool");
-         delete (char*)tokenStr; tokenStr = 0;
+         delete (char*)tokenStr; tokenStr = nullptr;
          return(StatusCode::FAILURE);
       }
       AthenaAttributeList* athAttrList = new AthenaAttributeList();
       if (!eventStore()->record(athAttrList, m_attrListKey.value()).isSuccess()) {
          ATH_MSG_ERROR("Cannot record AttributeList to StoreGate.");
-         delete (char*)tokenStr; tokenStr = 0;
-         delete athAttrList; athAttrList = 0;
+         delete (char*)tokenStr; tokenStr = nullptr;
+         delete athAttrList; athAttrList = nullptr;
          return(StatusCode::FAILURE);
       }
       athAttrList->extend("eventRef", "string");
       (*athAttrList)["eventRef"].data<std::string>() = std::string((char*)tokenStr);
       Token token;
       token.fromString(std::string((char*)tokenStr));
-      delete (char*)tokenStr; tokenStr = 0;
+      delete (char*)tokenStr; tokenStr = nullptr;
       Guid guid = token.dbID();
       if (guid != m_guid && m_processMetadata.value()) {
-         if (m_guid != Guid::null()) {
-	   fireEndFileIncidents(false,true/*NOTE: Unclear if we should fire EndTagFile in this code (will buttinger - 26/02/2015)*/);
+         if (m_evtCount >= 0 && m_guid != Guid::null()) {
+            // Fire EndInputFile incident
+            FileIncident endInputFileIncident(name(), "EndInputFile", "FID:" + m_guid.toString());
+            m_incidentSvc->fireIncident(endInputFileIncident);
          }
          m_guid = guid;
          FileIncident beginInputFileIncident(name(), "BeginInputFile", "FID:" + m_guid.toString());
@@ -564,16 +519,19 @@ StatusCode EventSelectorAthenaPool::next(IEvtSelector::Context& ctxt) const {
       }
    }
    for (;;) {
-      if (m_headerIterator == 0 || m_headerIterator->next() == 0) {
-         IEvtSelector::Context* rIt = const_cast<IEvtSelector::Context*>(&ctxt);
-         m_headerIterator = 0;
+      if (m_headerIterator == nullptr || m_headerIterator->next() == 0) {
+         m_headerIterator = nullptr;
          // Close previous collection.
-         if (!m_keepInputFilesOpen.value() && m_poolCollectionConverter != 0) {
+         if (!m_keepInputFilesOpen.value() && m_poolCollectionConverter != nullptr) {
             m_poolCollectionConverter->disconnectDb().ignore();
          }
-         delete m_poolCollectionConverter; m_poolCollectionConverter = 0;
+         delete m_poolCollectionConverter; m_poolCollectionConverter = nullptr;
          // Assume that the end of collection file indicates the end of payload file.
-	 fireEndFileIncidents(false,true);
+         if (m_processMetadata.value()) {
+            // Fire EndInputFile incident
+            FileIncident endInputFileIncident(name(), "EndInputFile", "FID:" + m_guid.toString());
+            m_incidentSvc->fireIncident(endInputFileIncident);
+         }
          // zero the current DB ID (m_guid) before disconnect() to indicate it is no longer in use
          auto old_guid = m_guid;
          m_guid = Guid::null();
@@ -582,20 +540,17 @@ StatusCode EventSelectorAthenaPool::next(IEvtSelector::Context& ctxt) const {
          m_inputCollectionsIterator++;
          // Create PoolCollectionConverter for input file
          m_poolCollectionConverter = getCollectionCnv(true);
-         if (m_poolCollectionConverter == 0) {
-	   fireEndFileIncidents(true,false/*doesnt fire the EndTagFile incident, already fired in call above*/); //fires LastInputFile incident
+         if (m_poolCollectionConverter == nullptr) {
+            if (m_processMetadata.value()) {
+               FileIncident lastInputFileIncident(name(), "LastInputFile", "end");
+               m_incidentSvc->fireIncident(lastInputFileIncident);
+            }
             // Return end iterator
-            *rIt = *m_endIter;
-            m_evtCount = -1;
+            ctxt = *m_endIter;
             return(StatusCode::FAILURE);
          }
          // Get DataHeader iterator
          m_headerIterator = &m_poolCollectionConverter->executeQuery();
-         if (m_processMetadata.value()) {
-            // Fire BeginTagFile incident
-            FileIncident beginTagFileIncident(name(), "BeginTagFile", *m_inputCollectionsIterator);
-            m_incidentSvc->fireIncident(beginTagFileIncident);
-         }
          continue; // handles empty files
       }
       Guid guid;
@@ -610,13 +565,16 @@ StatusCode EventSelectorAthenaPool::next(IEvtSelector::Context& ctxt) const {
          tech = token.technology();
       }
       if (guid != m_guid) {
-         //NOTE: to self (wb): we should only get here if we are processing a collection file (files containing dataheaders which reference other files!)
          if (m_guid != Guid::null()) {
-	   fireEndFileIncidents(false,false/*does not fire EndTagFile when switching files within a collection file*/);
-           // zero the current DB ID (m_guid) before disconnect() to indicate it is no longer in use
-           auto old_guid = m_guid;
-           m_guid = Guid::null();
-           disconnectIfFinished( old_guid.toString() );
+            if (m_processMetadata.value()) {
+               // Fire EndInputFile incident
+               FileIncident endInputFileIncident(name(), "EndInputFile", "FID:" + m_guid.toString());
+               m_incidentSvc->fireIncident(endInputFileIncident);
+            }
+            // zero the current DB ID (m_guid) before disconnect() to indicate it is no longer in use
+            auto old_guid = m_guid;
+            m_guid = Guid::null();
+            disconnectIfFinished(old_guid.toString());
          }
          m_guid = guid;
          // Fire BeginInputFile incident if current InputCollection is a payload file;
@@ -687,6 +645,13 @@ StatusCode EventSelectorAthenaPool::next(IEvtSelector::Context& ctxt) const {
             }
             break;
          }
+         const DataHandle<AthenaAttributeList> oldAttrList;
+         if (eventStore()->retrieve(oldAttrList, m_attrListKey.value()).isSuccess()) {
+            if (!eventStore()->removeDataAndProxy(oldAttrList.cptr()).isSuccess()) {
+               ATH_MSG_ERROR("Cannot remove old AttributeList from StoreGate.");
+               return(StatusCode::FAILURE);
+            }
+         }
       } else {
          if (!m_skipEventSequence.empty() && m_evtCount == m_skipEventSequence.front()) {
             m_skipEventSequence.erase(m_skipEventSequence.begin());
@@ -742,12 +707,8 @@ StatusCode EventSelectorAthenaPool::rewind(IEvtSelector::Context& /*ctxt*/) cons
 StatusCode EventSelectorAthenaPool::createAddress(const IEvtSelector::Context& /*ctxt*/,
 		IOpaqueAddress*& iop) const {
    std::string tokenStr;
-   if (eventStore()->transientContains<AthenaAttributeList>(m_attrListKey.value())) {
-      const DataHandle<AthenaAttributeList> attrList;
-      if (!eventStore()->retrieve(attrList, m_attrListKey.value()).isSuccess()) {
-         ATH_MSG_ERROR("Cannot retrieve AttributeList from StoreGate.");
-         return(StatusCode::FAILURE);
-      }
+   const DataHandle<AthenaAttributeList> attrList;
+   if (eventStore()->retrieve(attrList, m_attrListKey.value()).isSuccess()) {
       try {
          if (m_refName.value().empty()) {
             tokenStr = (*attrList)["eventRef"].data<std::string>();
@@ -769,9 +730,6 @@ StatusCode EventSelectorAthenaPool::createAddress(const IEvtSelector::Context& /
 }
 //________________________________________________________________________________
 StatusCode EventSelectorAthenaPool::releaseContext(IEvtSelector::Context*& /*ctxt*/) const {
-   if (!m_eventStreamingTool.empty() && m_eventStreamingTool->isClient()) {
-      return(StatusCode::SUCCESS);
-   }
    return(StatusCode::SUCCESS);
 }
 //________________________________________________________________________________
@@ -786,16 +744,16 @@ StatusCode EventSelectorAthenaPool::seek(Context& /*ctxt*/, int evtNum) const {
       newColl = m_curCollection;
    }
    if (newColl == -1) {
-      m_headerIterator = 0;
+      m_headerIterator = nullptr;
       ATH_MSG_INFO("seek: Reached end of Input.");
-      fireEndFileIncidents(true,true);
+      fireEndFileIncidents(true);
       return(StatusCode::RECOVERABLE);
    }
    if (newColl != m_curCollection) {
-      if (!m_keepInputFilesOpen.value() && m_poolCollectionConverter != 0) {
+      if (!m_keepInputFilesOpen.value() && m_poolCollectionConverter != nullptr) {
          m_poolCollectionConverter->disconnectDb().ignore();
       }
-      delete m_poolCollectionConverter; m_poolCollectionConverter = 0;
+      delete m_poolCollectionConverter; m_poolCollectionConverter = nullptr;
       m_curCollection = newColl;
       try {
          ATH_MSG_DEBUG("Seek to item: \""
@@ -809,30 +767,30 @@ StatusCode EventSelectorAthenaPool::seek(Context& /*ctxt*/, int evtNum) const {
 	         m_query.value(),
 	         m_athenaPoolCnvSvc->getPoolSvc());
          if (!m_poolCollectionConverter->initialize().isSuccess()) {
-            m_headerIterator = 0;
+            m_headerIterator = nullptr;
             ATH_MSG_ERROR("seek: Unable to initialize PoolCollectionConverter.");
             return(StatusCode::FAILURE);
          }
          // Create DataHeader iterators
          m_headerIterator = &m_poolCollectionConverter->executeQuery();
-         delete m_beginIter; m_beginIter = 0;
+         delete m_beginIter; m_beginIter = nullptr;
          m_beginIter = new EventContextAthenaPool(this);
          next(*m_beginIter).ignore();
          ATH_MSG_DEBUG("Token " << m_headerIterator->eventRef().toString());
       } catch (std::exception &e) {
-         m_headerIterator = 0;
+         m_headerIterator = nullptr;
          ATH_MSG_ERROR(e.what());
          return(StatusCode::FAILURE);
       }
    }
 
    pool::IPositionSeek* is = dynamic_cast<pool::IPositionSeek*>(m_headerIterator);
-   if (is == 0) {
+   if (is == nullptr) {
       ATH_MSG_ERROR("Container does not allow seeking.");
       return(StatusCode::FAILURE);
    }
    if (is->seek(evtNum - m_firstEvt[m_curCollection]) == 0) {
-      m_headerIterator = 0;
+      m_headerIterator = nullptr;
       ATH_MSG_ERROR("Did not find event, evtNum = " << evtNum);
       return(StatusCode::FAILURE);
    } else {
@@ -863,7 +821,7 @@ int EventSelectorAthenaPool::findEvent(int evtNum) const {
          if (pcc.isValid()) {
             pool::ICollectionCursor* hi = &pcc.executeQuery();
             ICollectionSize* cs = dynamic_cast<ICollectionSize*>(hi);
-            if (cs == 0) {
+            if (cs == nullptr) {
                break;
             }
             collection_size = cs->size();
@@ -954,13 +912,13 @@ StatusCode EventSelectorAthenaPool::readEvent(int maxevt) {
             break;
          }
          ATH_MSG_ERROR("Cannot read Event " << m_evtCount - 1 << " into AthenaSharedMemoryTool");
-         delete ctxt; ctxt = 0;
+         delete ctxt; ctxt = nullptr;
          return(StatusCode::FAILURE);
       } else {
          ATH_MSG_VERBOSE("Called next, read Event " << m_evtCount - 1);
       }
    }
-   delete ctxt; ctxt = 0;
+   delete ctxt; ctxt = nullptr;
    // End of file, wait for last event to be taken
    StatusCode sc = m_eventStreamingTool->putEvent(0, 0, 0, 0);
    while (sc.isRecoverable()) {
@@ -983,7 +941,7 @@ StatusCode EventSelectorAthenaPool::readEvent(int maxevt) {
 }
 
 //__________________________________________________________________________
-int EventSelectorAthenaPool::size (Context& /*ctxt*/) const {
+int EventSelectorAthenaPool::size(Context& /*ctxt*/) const {
    // Fetch sizes of all collections.
    findEvent(-1);
    int sz = 0;
@@ -1008,7 +966,7 @@ PoolCollectionConverter* EventSelectorAthenaPool::getCollectionCnv(bool throwInc
       StatusCode status = pCollCnv->initialize();
       if (!status.isSuccess()) {
          // Close previous collection.
-         delete pCollCnv; pCollCnv = 0;
+         delete pCollCnv; pCollCnv = nullptr;
          if (!status.isRecoverable()) {
             ATH_MSG_ERROR("Unable to initialize PoolCollectionConverter.");
  	    FileIncident inputFileError(name(), "FailInputFile", *m_inputCollectionsIterator);
@@ -1022,7 +980,7 @@ PoolCollectionConverter* EventSelectorAthenaPool::getCollectionCnv(bool throwInc
          }
       } else {
          if (!pCollCnv->isValid().isSuccess()) {
-            delete pCollCnv; pCollCnv = 0;
+            delete pCollCnv; pCollCnv = nullptr;
             ATH_MSG_DEBUG("No events found in: " << *m_inputCollectionsIterator << " skipped!!!");
             if (throwIncidents && m_processMetadata.value()) {
                FileIncident beginInputFileIncident(name(), "BeginInputFile", *m_inputCollectionsIterator);
@@ -1030,14 +988,14 @@ PoolCollectionConverter* EventSelectorAthenaPool::getCollectionCnv(bool throwInc
                FileIncident endInputFileIncident(name(), "EndInputFile", "eventless " + *m_inputCollectionsIterator);
                m_incidentSvc->fireIncident(endInputFileIncident);
             }
-            m_athenaPoolCnvSvc->getPoolSvc()->disconnectDb(*m_inputCollectionsIterator, IPoolSvc::kInputStream).ignore();
+            m_athenaPoolCnvSvc->getPoolSvc()->disconnectDb(*m_inputCollectionsIterator).ignore();
             m_inputCollectionsIterator++;
          } else {
             return(pCollCnv);
          }
       }
    }
-   return(0);
+   return(nullptr);
 }
 //__________________________________________________________________________
 StatusCode EventSelectorAthenaPool::recordAttributeList() const {
@@ -1046,21 +1004,10 @@ StatusCode EventSelectorAthenaPool::recordAttributeList() const {
    // MN: accessing only attribute list, ignoring token list
    const coral::AttributeList& attrList = m_headerIterator->currentRow().attributeList();
    ATH_MSG_DEBUG("AttributeList size " << attrList.size());
-   if (eventStore()->transientContains<AthenaAttributeList>(m_attrListKey.value())) {
-      const DataHandle<AthenaAttributeList> oldAttrList;
-      if (!eventStore()->retrieve(oldAttrList, m_attrListKey.value()).isSuccess()) {
-         ATH_MSG_ERROR("Cannot retrieve old AttributeList from StoreGate.");
-         return(StatusCode::FAILURE);
-      }
-      if (!eventStore()->removeDataAndProxy(oldAttrList.cptr()).isSuccess()) {
-         ATH_MSG_ERROR("Cannot remove old AttributeList from StoreGate.");
-         return(StatusCode::FAILURE);
-      }
-   }
    AthenaAttributeList* athAttrList = new AthenaAttributeList(attrList);
    if (!eventStore()->record(athAttrList, m_attrListKey.value()).isSuccess()) {
       ATH_MSG_ERROR("Cannot record AttributeList to StoreGate.");
-      delete athAttrList; athAttrList = 0;
+      delete athAttrList; athAttrList = nullptr;
       return(StatusCode::FAILURE);
    }
    const pool::TokenList& tokenList = m_headerIterator->currentRow().tokenList();
@@ -1077,11 +1024,11 @@ StatusCode EventSelectorAthenaPool::recordAttributeList() const {
 //__________________________________________________________________________
 StatusCode EventSelectorAthenaPool::io_reinit() {
    ATH_MSG_INFO("I/O reinitialization...");
-   if (m_poolCollectionConverter != 0) {
+   if (m_poolCollectionConverter != nullptr) {
       m_poolCollectionConverter->disconnectDb().ignore();
-      delete m_poolCollectionConverter; m_poolCollectionConverter = 0;
+      delete m_poolCollectionConverter; m_poolCollectionConverter = nullptr;
    }
-   m_headerIterator = 0;
+   m_headerIterator = nullptr;
    ServiceHandle<IIoComponentMgr> iomgr("IoComponentMgr", name());
    if (!iomgr.retrieve().isSuccess()) {
       ATH_MSG_FATAL("Could not retrieve IoComponentMgr !");
@@ -1127,9 +1074,9 @@ StatusCode EventSelectorAthenaPool::io_reinit() {
 //__________________________________________________________________________
 StatusCode EventSelectorAthenaPool::io_finalize() {
    ATH_MSG_INFO("I/O finalization...");
-   if (m_poolCollectionConverter != 0) {
+   if (m_poolCollectionConverter != nullptr) {
       m_poolCollectionConverter->disconnectDb().ignore();
-      delete m_poolCollectionConverter; m_poolCollectionConverter = 0;
+      delete m_poolCollectionConverter; m_poolCollectionConverter = nullptr;
    }
    return(StatusCode::SUCCESS);
 }
diff --git a/Database/AthenaPOOL/EventSelectorAthenaPool/src/EventSelectorAthenaPool.h b/Database/AthenaPOOL/EventSelectorAthenaPool/src/EventSelectorAthenaPool.h
index 65897586e5b..0f3da9f7b67 100755
--- a/Database/AthenaPOOL/EventSelectorAthenaPool/src/EventSelectorAthenaPool.h
+++ b/Database/AthenaPOOL/EventSelectorAthenaPool/src/EventSelectorAthenaPool.h
@@ -144,7 +144,7 @@ private: // internal member functions
    int findEvent(int evtNum) const;
 
    /// Fires the EndInputFile incident (if there is an open file), EndTagFile incident, and LastInputFile incidents at end of selector
-   void fireEndFileIncidents(bool isLastFile, bool fireEndTagIncident) const;
+   void fireEndFileIncidents(bool isLastFile) const;
 
    // Disconnect DB if all events from the source FID were processed and the Selector moved to another file
    bool disconnectIfFinished( SG::SourceID fid ) const;
@@ -154,7 +154,6 @@ private: // data
    EventContextAthenaPool*      m_endIter;
 
    ServiceHandle<ActiveStoreSvc> m_activeStoreSvc;
-   ServiceHandle<StoreGateSvc> m_tagDataStore;
 
    mutable PoolCollectionConverter* m_poolCollectionConverter;
    mutable pool::ICollectionCursor* m_headerIterator;
@@ -165,8 +164,6 @@ private: // data
    ServiceHandle<IIncidentSvc> m_incidentSvc;
 
 private: // properties
-   /// BackNavigation, switch on back navigation to find objects in input streams: default = false.
-   Gaudi::Property<bool> m_backNavigationFlag;
    /// ProcessMetadata, switch on firing of FileIncidents which will trigger processing of metadata: default = true.
    Gaudi::Property<bool> m_processMetadata;
    /// ShowSizeStat, show size statistics from POOL for all persistified objects: default = false.
@@ -189,9 +186,6 @@ private: // properties
    /// Query, query string.
    Gaudi::Property<std::string> m_query;
 
-   /// SkipBadFiles, boolean flag to allow skipping of non-existing or corrupted files.
-   Gaudi::Property<bool> m_skipBadFiles;
-
    /// KeepInputFilesOpen, boolean flag to keep files open after PoolCollection reaches end: default = false.
    /// Needed for PilUp to run without PoolFileCatalog. Relies on POOL to close files when reaching DB_AGE_LIMIT.
    Gaudi::Property<bool> m_keepInputFilesOpen;
diff --git a/Database/AthenaPOOL/EventSelectorAthenaPool/src/PoolCollectionConverter.cxx b/Database/AthenaPOOL/EventSelectorAthenaPool/src/PoolCollectionConverter.cxx
index 3fc214bdec6..9ee099c22f4 100755
--- a/Database/AthenaPOOL/EventSelectorAthenaPool/src/PoolCollectionConverter.cxx
+++ b/Database/AthenaPOOL/EventSelectorAthenaPool/src/PoolCollectionConverter.cxx
@@ -37,8 +37,8 @@ PoolCollectionConverter::PoolCollectionConverter(const std::string& collectionTy
 	m_inputCollection(inputCollection),
 	m_query(query),
 	m_poolSvc(svc),
-	m_poolCollection(0),
-	m_collectionQuery(0),
+	m_poolCollection(nullptr),
+	m_collectionQuery(nullptr),
 	m_inputContainer() {
    // Find out if the user specified a container
    std::string::size_type p_colon = collectionType.rfind(':');
@@ -59,8 +59,8 @@ PoolCollectionConverter::PoolCollectionConverter(const std::string& collectionTy
 PoolCollectionConverter::~PoolCollectionConverter() {
    if (m_poolCollection) {
       m_poolCollection->close();
-      delete m_collectionQuery; m_collectionQuery = 0;
-      delete m_poolCollection; m_poolCollection = 0;
+      delete m_collectionQuery; m_collectionQuery = nullptr;
+      delete m_poolCollection; m_poolCollection = nullptr;
    }
 }
 //______________________________________________________________________________
@@ -87,18 +87,18 @@ StatusCode PoolCollectionConverter::initialize() {
       try {
          m_poolCollection = m_poolSvc->createCollection("RootCollection", m_connection, m_inputCollection);
       } catch (std::exception &e) {
-         m_poolCollection = 0;
+         m_poolCollection = nullptr;
       }
-      if (m_poolCollection == 0) {
+      if (m_poolCollection == nullptr) {
          // Now set where to look in the implicit file
          m_inputCollection = m_inputContainer + "(DataHeader)";
       }
    }
    try {
-      if (m_poolCollection == 0) {
+      if (m_poolCollection == nullptr) {
          m_poolCollection = m_poolSvc->createCollection(collectionTypeString, m_connection, m_inputCollection);
       }
-      if (m_poolCollection == 0 && collectionTypeString == "ImplicitCollection") {
+      if (m_poolCollection == nullptr && collectionTypeString == "ImplicitCollection") {
          m_inputCollection = m_inputContainer + "_DataHeader";
          m_poolCollection = m_poolSvc->createCollection(collectionTypeString, m_connection, m_inputCollection);
       }
@@ -109,7 +109,7 @@ StatusCode PoolCollectionConverter::initialize() {
 }
 //______________________________________________________________________________
 StatusCode PoolCollectionConverter::disconnectDb() {
-   if (m_poolCollection == 0) {
+   if (m_poolCollection == nullptr) {
       return(StatusCode::SUCCESS);
    }
    if (m_poolCollection->description().type() == "ImplicitCollection") {
@@ -119,20 +119,20 @@ StatusCode PoolCollectionConverter::disconnectDb() {
 }
 //______________________________________________________________________________
 StatusCode PoolCollectionConverter::isValid() const {
-   return(m_poolCollection != 0 ? StatusCode::SUCCESS : StatusCode::FAILURE);
+   return(m_poolCollection != nullptr ? StatusCode::SUCCESS : StatusCode::FAILURE);
 }
 //______________________________________________________________________________
-pool::ICollectionCursor& PoolCollectionConverter::selectAll() const {
+pool::ICollectionCursor& PoolCollectionConverter::selectAll() {
    assert(m_poolCollection);
-   delete m_collectionQuery; m_collectionQuery = 0;
+   delete m_collectionQuery; m_collectionQuery = nullptr;
    m_collectionQuery = m_poolCollection->newQuery();
    m_collectionQuery->setRowCacheSize(100);   //MN: FIXME - just an arbitrary number
    return(m_collectionQuery->execute());
 }
 //______________________________________________________________________________
-pool::ICollectionCursor& PoolCollectionConverter::executeQuery() const {
+pool::ICollectionCursor& PoolCollectionConverter::executeQuery() {
    assert(m_poolCollection);
-   delete m_collectionQuery; m_collectionQuery = 0;
+   delete m_collectionQuery; m_collectionQuery = nullptr;
    m_collectionQuery = m_poolCollection->newQuery();
    m_collectionQuery->selectAll();
    m_collectionQuery->setCondition(m_query);
@@ -163,10 +163,3 @@ std::string PoolCollectionConverter::retrieveToken(const pool::ICollectionCursor
    }
    return(tokenStr);
 }
-//______________________________________________________________________________
-pool::ICollectionMetadata* PoolCollectionConverter::retrieveMetadata() const {
-   if (m_collectionType != "ExplicitROOT" && m_collectionType != "ImplicitROOT") {
-      return(0);
-   }
-   return(&m_poolCollection->metadata());
-}
diff --git a/Database/AthenaPOOL/EventSelectorAthenaPool/src/PoolCollectionConverter.h b/Database/AthenaPOOL/EventSelectorAthenaPool/src/PoolCollectionConverter.h
index 2ca58ab1377..a606c321401 100755
--- a/Database/AthenaPOOL/EventSelectorAthenaPool/src/PoolCollectionConverter.h
+++ b/Database/AthenaPOOL/EventSelectorAthenaPool/src/PoolCollectionConverter.h
@@ -53,19 +53,16 @@ public:
    StatusCode isValid() const;
 
    /// @return ICollectionCursor over all entries
-   pool::ICollectionCursor& selectAll() const;
+   pool::ICollectionCursor& selectAll();
 
    /// Query the collection
    /// @return ICollectionCursor over the results of the query
-   pool::ICollectionCursor& executeQuery() const;
+   pool::ICollectionCursor& executeQuery();
 
    /// @param it [IN] collection iterator.
    /// @param refName [IN] attribute name.
    std::string retrieveToken(const pool::ICollectionCursor* cursor, const std::string& refName) const;
 
-   /// @return string map with all collection metadata.
-   pool::ICollectionMetadata* retrieveMetadata() const;
-
 private: // data
    std::string m_collectionType;
    std::string m_connection;
@@ -73,7 +70,7 @@ private: // data
    std::string m_query;
    const IPoolSvc* m_poolSvc;
    pool::ICollection* m_poolCollection;
-   mutable pool::ICollectionQuery* m_collectionQuery;
+   pool::ICollectionQuery* m_collectionQuery;
    std::string m_inputContainer;
 
 private: // hide copy and assignment
diff --git a/Database/FileStager/share/input_FileStager.py b/Database/FileStager/share/input_FileStager.py
index 4134f283981..1c6ab82f574 100644
--- a/Database/FileStager/share/input_FileStager.py
+++ b/Database/FileStager/share/input_FileStager.py
@@ -69,7 +69,6 @@ if ('sampleList' in dir()) or ('sampleFile' in dir()):
   try:
     svcMgr = theApp.serviceMgr()
     svcMgr.EventSelector.InputCollections = ic
-    #svcMgr.EventSelector.SkipBadFiles = True
   except Exception,inst:
     pass
   
diff --git a/Database/FileStager/share/input_FileStagerRFCP.py b/Database/FileStager/share/input_FileStagerRFCP.py
index 0b69f37b4c2..8225b83dad1 100644
--- a/Database/FileStager/share/input_FileStagerRFCP.py
+++ b/Database/FileStager/share/input_FileStagerRFCP.py
@@ -69,7 +69,6 @@ if ('sampleList' in dir()) or ('sampleFile' in dir()):
   try:
     svcMgr = theApp.serviceMgr()
     svcMgr.EventSelector.InputCollections = ic
-    #svcMgr.EventSelector.SkipBadFiles = True
   except Exception,inst:
     pass
   
diff --git a/Database/FileStager/share/input_FileStagerXRFCP.py b/Database/FileStager/share/input_FileStagerXRFCP.py
index 0ecc2e9c8e9..694faad59da 100644
--- a/Database/FileStager/share/input_FileStagerXRFCP.py
+++ b/Database/FileStager/share/input_FileStagerXRFCP.py
@@ -70,7 +70,6 @@ if ('sampleList' in dir()) or ('sampleFile' in dir()):
   try:
     svcMgr = theApp.serviceMgr()
     svcMgr.EventSelector.InputCollections = ic
-    #svcMgr.EventSelector.SkipBadFiles = True
   except Exception,inst:
     pass
 
diff --git a/LArCalorimeter/LArG4/LArG4Validation/share/AODElectronContainerReader.py b/LArCalorimeter/LArG4/LArG4Validation/share/AODElectronContainerReader.py
index a110eb15e1b..3aca0044127 100755
--- a/LArCalorimeter/LArG4/LArG4Validation/share/AODElectronContainerReader.py
+++ b/LArCalorimeter/LArG4/LArG4Validation/share/AODElectronContainerReader.py
@@ -43,7 +43,6 @@ del args[0]
 
 import AthenaPoolCnvSvc.ReadAthenaPool
 ServiceMgr.EventSelector.InputCollections = args
-ServiceMgr.EventSelector.BackNavigation = False
 
 theApp.Dlls += [ 'RootHistCnv' ]
 theApp.HistogramPersistency = 'ROOT'
diff --git a/MuonSpectrometer/MuonValidation/MuonCscValidation/CscValidationUtil/share/CscDataBuilder.py b/MuonSpectrometer/MuonValidation/MuonCscValidation/CscValidationUtil/share/CscDataBuilder.py
index 1cd305f5ce2..f0c8c017c99 100755
--- a/MuonSpectrometer/MuonValidation/MuonCscValidation/CscValidationUtil/share/CscDataBuilder.py
+++ b/MuonSpectrometer/MuonValidation/MuonCscValidation/CscValidationUtil/share/CscDataBuilder.py
@@ -113,7 +113,6 @@ if inputStreamType == "HITS" or inputStreamType == "RDO":
   include( "AthenaPoolCnvSvc/ReadAthenaPool_jobOptions.py" )
   from EventSelectorAthenaPool.EventSelectorAthenaPoolConf import EventSelectorAthenaPool
   cscEventSelector = EventSelectorAthenaPool( "EventSelector" )
-  #cscEventSelector.BackNavigation = True
 elif inputStreamType == "RAW":
   include("ByteStreamCnvSvc/BSEventStorageEventSelector_jobOptions.py")
   include("MuonByteStream/ReadCscRDO_jobOptions.py")
diff --git a/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/share/AnalysisCommon_jobOptions.py b/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/share/AnalysisCommon_jobOptions.py
index 940f9a5d93a..2d3aa4cdddf 100644
--- a/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/share/AnalysisCommon_jobOptions.py
+++ b/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/share/AnalysisCommon_jobOptions.py
@@ -14,7 +14,6 @@ import AthenaPoolCnvSvc.ReadAthenaPool
 
 if AnalysisFlags.DoNavigation:
    include( "RecExCommon/AllDet_detDescr.py" ) 
-   ServiceMgr.EventSelector.BackNavigation = True
 
 # the Dlls
 # Don't need them
diff --git a/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/share/ReadTruthParticles_topOptions.py b/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/share/ReadTruthParticles_topOptions.py
index fd7e50238aa..6ebf9614e23 100644
--- a/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/share/ReadTruthParticles_topOptions.py
+++ b/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/share/ReadTruthParticles_topOptions.py
@@ -10,7 +10,6 @@ topSequence = AlgSequence()
 
 # Event selector
 import AthenaPoolCnvSvc.ReadAthenaPool
-#svcMgr.EventSelector.BackNavigation = True
 
 # the POOL converters: loaded on demand from now on (release 13)
 ## include( "ParticleBuilderOptions/ESD_PoolCnv_jobOptions.py" )
diff --git a/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/share/VFitZmmOnAOD_jobOptions_NEW.py b/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/share/VFitZmmOnAOD_jobOptions_NEW.py
index e008547d5b0..bc0fca40f19 100644
--- a/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/share/VFitZmmOnAOD_jobOptions_NEW.py
+++ b/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/share/VFitZmmOnAOD_jobOptions_NEW.py
@@ -12,8 +12,6 @@ include( "ParticleBuilderOptions/McAOD_PoolCnv_jobOptions.py" )
 
 # The input file already specified near the top of this file
 ServiceMgr.EventSelector.InputCollections = jp.AthenaCommonFlags.FilesInput()
-#
-ServiceMgr.EventSelector.BackNavigation = False 
 
 from AthenaCommon.AlgSequence import AlgSequence
 topSequence = AlgSequence()
diff --git a/PhysicsAnalysis/AnalysisCommon/AnalysisTest/share/NavTest_topOptions.py b/PhysicsAnalysis/AnalysisCommon/AnalysisTest/share/NavTest_topOptions.py
index 5b565ebb2a9..3a71e992e3d 100644
--- a/PhysicsAnalysis/AnalysisCommon/AnalysisTest/share/NavTest_topOptions.py
+++ b/PhysicsAnalysis/AnalysisCommon/AnalysisTest/share/NavTest_topOptions.py
@@ -6,9 +6,6 @@ EventSelector = Service( "EventSelector" )
 # The AOD input file
 EventSelector.InputCollections = [ "AOD.pool.root" ]
 
-# enable Back Navigation
-EventSelector.BackNavigation = True
-
 # POOL converters
 include( "LArAthenaPool/LArAthenaPool_joboptions.py" )
 include( "TrkEventAthenaPool/TrkEventAthenaPool_joboptions.py" )
diff --git a/PhysicsAnalysis/AnalysisCommon/AnalysisTest/share/ReadINav4MomAssocs_jobOptions.py b/PhysicsAnalysis/AnalysisCommon/AnalysisTest/share/ReadINav4MomAssocs_jobOptions.py
index a9cd85ec418..56df1fa392a 100644
--- a/PhysicsAnalysis/AnalysisCommon/AnalysisTest/share/ReadINav4MomAssocs_jobOptions.py
+++ b/PhysicsAnalysis/AnalysisCommon/AnalysisTest/share/ReadINav4MomAssocs_jobOptions.py
@@ -51,7 +51,6 @@ EventSelector.InputCollections = [ "assocs.pool.root" ]
 
 #PoolSvc.ReadCatalog = [ 'xmlcatalog_file:TestCatalog.xml' ]
 #PoolSvc.WriteCatalog = 'xmlcatalog_file:TestCatalog.xml'
-EventSelector.BackNavigation = TRUE
 
 #--------------------------------------------------------------
 # Private Application Configuration options
diff --git a/PhysicsAnalysis/AnalysisCommon/AnalysisTest/share/WriteINav4MomAssocs_jobOptions.py b/PhysicsAnalysis/AnalysisCommon/AnalysisTest/share/WriteINav4MomAssocs_jobOptions.py
index 22ee1736ab5..474c7c251cd 100644
--- a/PhysicsAnalysis/AnalysisCommon/AnalysisTest/share/WriteINav4MomAssocs_jobOptions.py
+++ b/PhysicsAnalysis/AnalysisCommon/AnalysisTest/share/WriteINav4MomAssocs_jobOptions.py
@@ -50,7 +50,6 @@ EventSelector = Service( "EventSelector" )
 EventSelector.InputCollections = [ "AOD.pool.root" ]
 
 PoolSvc.ReadCatalog = [ 'xmlcatalog_file:PoolFileCatalog.xml' ]
-#EventSelector.BackNavigation = TRUE
 
 PoolSvc.WriteCatalog = 'xmlcatalog_file:PoolFileCatalog.xml'
 
diff --git a/PhysicsAnalysis/AnalysisCommon/ParticleBuilderOptions/share/FastSimToAOD_topOptions.py b/PhysicsAnalysis/AnalysisCommon/ParticleBuilderOptions/share/FastSimToAOD_topOptions.py
index 2ecfc78d2dd..6d9bfdf533f 100755
--- a/PhysicsAnalysis/AnalysisCommon/ParticleBuilderOptions/share/FastSimToAOD_topOptions.py
+++ b/PhysicsAnalysis/AnalysisCommon/ParticleBuilderOptions/share/FastSimToAOD_topOptions.py
@@ -22,7 +22,6 @@ topSequence = AlgSequence()
 from AthenaCommon.AppMgr import ServiceMgr
 # Event selector
 import AthenaPoolCnvSvc.ReadAthenaPool
-#EventSelector.BackNavigation = True
 
 # Particle Properties
 from PartPropSvc.PartPropSvcConf import PartPropSvc
diff --git a/PhysicsAnalysis/AnalysisCommon/UserAnalysis/share/AANSelection_AODanalysis_topOptions.py b/PhysicsAnalysis/AnalysisCommon/UserAnalysis/share/AANSelection_AODanalysis_topOptions.py
index 759e57e2399..1cc9380b2b7 100755
--- a/PhysicsAnalysis/AnalysisCommon/UserAnalysis/share/AANSelection_AODanalysis_topOptions.py
+++ b/PhysicsAnalysis/AnalysisCommon/UserAnalysis/share/AANSelection_AODanalysis_topOptions.py
@@ -7,8 +7,6 @@ from AthenaCommon.AppMgr import ServiceMgr
 # Event selector
 import AthenaPoolCnvSvc.ReadAthenaPool
 
-#EventSelector.BackNavigation = True
-
 # Particle Properties
 from PartPropSvc.PartPropSvcConf import PartPropSvc
 
diff --git a/PhysicsAnalysis/AnalysisCommon/UserAnalysis/share/AnalysisSkeleton_topOptions.py b/PhysicsAnalysis/AnalysisCommon/UserAnalysis/share/AnalysisSkeleton_topOptions.py
index 5953f4c4bf5..fc732f3c2a3 100755
--- a/PhysicsAnalysis/AnalysisCommon/UserAnalysis/share/AnalysisSkeleton_topOptions.py
+++ b/PhysicsAnalysis/AnalysisCommon/UserAnalysis/share/AnalysisSkeleton_topOptions.py
@@ -7,7 +7,6 @@ from AthenaCommon.AppMgr import ToolSvc
 from AthenaCommon.AppMgr import ServiceMgr
 # Event selector
 import AthenaPoolCnvSvc.ReadAthenaPool
-#EventSelector.BackNavigation = True
 
 # Particle Properties
 from PartPropSvc.PartPropSvcConf import PartPropSvc
diff --git a/PhysicsAnalysis/AnalysisCommon/UserAnalysis/share/AnalysisSkeleton_topOptions_NEW.py b/PhysicsAnalysis/AnalysisCommon/UserAnalysis/share/AnalysisSkeleton_topOptions_NEW.py
index c115e1d863c..76d617b463e 100644
--- a/PhysicsAnalysis/AnalysisCommon/UserAnalysis/share/AnalysisSkeleton_topOptions_NEW.py
+++ b/PhysicsAnalysis/AnalysisCommon/UserAnalysis/share/AnalysisSkeleton_topOptions_NEW.py
@@ -16,7 +16,6 @@ from AthenaCommon.AppMgr import ToolSvc
 from AthenaCommon.AppMgr import ServiceMgr
 # Event selector
 import AthenaPoolCnvSvc.ReadAthenaPool
-#EventSelector.BackNavigation = True
 
 # this line is needed for reading AOD files made with pre-14.1.X releases
 # If you leave it uncommented, you can still read post-14.1.X releases
diff --git a/PhysicsAnalysis/PyAnalysis/PyAnalysisExamples/share/Interactive_topO.py b/PhysicsAnalysis/PyAnalysis/PyAnalysisExamples/share/Interactive_topO.py
index 0dc57a0c1e2..456ac182515 100755
--- a/PhysicsAnalysis/PyAnalysis/PyAnalysisExamples/share/Interactive_topO.py
+++ b/PhysicsAnalysis/PyAnalysis/PyAnalysisExamples/share/Interactive_topO.py
@@ -4,7 +4,6 @@ EventSelector = Service( "EventSelector" )
 
 # The AOD input file
 EventSelector.InputCollections = [ "AOD.pool.root" ]
-EventSelector.BackNavigation = TRUE
 
 # POOL converters
 include( "ParticleBuilderOptions/ESD_PoolCnv_jobOptions.py" )
diff --git a/Reconstruction/PanTau/PanTauExample/share/PanTau_topOptions.py b/Reconstruction/PanTau/PanTauExample/share/PanTau_topOptions.py
index 12f78987716..afff9022206 100644
--- a/Reconstruction/PanTau/PanTauExample/share/PanTau_topOptions.py
+++ b/Reconstruction/PanTau/PanTauExample/share/PanTau_topOptions.py
@@ -15,7 +15,6 @@ rec.doAOD.set_Value_and_Lock(True)
 
 
 import AthenaPoolCnvSvc.ReadAthenaPool
-#EventSelector.BackNavigation = True
 
 #don't need to set Geometry tags anymore. They are read from the file itself.
 from RecExConfig.RecFlags import rec
diff --git a/Reconstruction/RecExample/RecExCommon/share/AnalysisCommon_topOptions.py b/Reconstruction/RecExample/RecExCommon/share/AnalysisCommon_topOptions.py
index 5a9432c01be..2e2f17f498e 100644
--- a/Reconstruction/RecExample/RecExCommon/share/AnalysisCommon_topOptions.py
+++ b/Reconstruction/RecExample/RecExCommon/share/AnalysisCommon_topOptions.py
@@ -164,10 +164,6 @@ if globalflags.InputFormat()=='pool':
     # if file not in catalog put it there
     svcMgr.PoolSvc.AttemptCatalogPatch=True
 
-    # skip missing file with a warning instead of stopping the job
-    # not to be done in production
-    # svcMgr.EventSelector.SkipBadFiles=True
-
     # G4 Pool input
     # it is possible to specify a list of files to be processed consecutively
     # If using logical file name or using back navigation the relevant input
@@ -181,12 +177,6 @@ if globalflags.InputFormat()=='pool':
     svcMgr.EventSelector.InputCollections = athenaCommonFlags.FilesInput()
 
 
-    from RecExConfig.RecConfFlags import recConfFlags
-    ServiceMgr.EventSelector.BackNavigation = recConfFlags.AllowBackNavigation()
-    # FIXME temporary
-    #logRecExCommon_topOptions.warning("temporary : EventSelector.OverrideRunNumber = True")
-    #ServiceMgr.EventSelector.OverrideRunNumber=True
-
     # backward compatibility (needed for RTT overwriting InputCollections)
     EventSelector=ServiceMgr.EventSelector
     pass
diff --git a/Reconstruction/RecExample/RecExCommon/share/RecExCommon_topOptions.py b/Reconstruction/RecExample/RecExCommon/share/RecExCommon_topOptions.py
index 79d3683e4a0..0cf0bb11024 100644
--- a/Reconstruction/RecExample/RecExCommon/share/RecExCommon_topOptions.py
+++ b/Reconstruction/RecExample/RecExCommon/share/RecExCommon_topOptions.py
@@ -228,10 +228,6 @@ if globalflags.InputFormat()=='pool':
         # if file not in catalog put it there
         svcMgr.PoolSvc.AttemptCatalogPatch=True
 
-        # skip missing file with a warning instead of stopping the job
-        # not to be done in production
-        # svcMgr.EventSelector.SkipBadFiles=True
-
         # G4 Pool input
         # it is possible to specify a list of files to be processed consecutively
         # If using logical file name or using back navigation the relevant input
@@ -258,12 +254,6 @@ if globalflags.InputFormat()=='pool':
                 svcMgr.EventSelector.InputCollections = athenaCommonFlags.FilesInput()
 
 
-        from RecExConfig.RecConfFlags import recConfFlags
-        ServiceMgr.EventSelector.BackNavigation = recConfFlags.AllowBackNavigation()
-        # FIXME temporary
-        #logRecExCommon_topOptions.warning("temporary : EventSelector.OverrideRunNumber = True")
-        #ServiceMgr.EventSelector.OverrideRunNumber=True
-
         # backward compatibility (needed for RTT overwriting InputCollections)
         EventSelector=ServiceMgr.EventSelector
 
diff --git a/Trigger/TrigAnalysis/TrigDecisionMaker/python/TrigDecisionMakerConfig.py b/Trigger/TrigAnalysis/TrigDecisionMaker/python/TrigDecisionMakerConfig.py
index b713eade72f..758e3f6ce24 100644
--- a/Trigger/TrigAnalysis/TrigDecisionMaker/python/TrigDecisionMakerConfig.py
+++ b/Trigger/TrigAnalysis/TrigDecisionMaker/python/TrigDecisionMakerConfig.py
@@ -206,7 +206,6 @@ class ReadTrigDecisionFromFile ( object ) :
         import AthenaPoolCnvSvc.ReadAthenaPool
 
         svcMgr.EventSelector.InputCollections = [ fileName ]
-        svcMgr.EventSelector.BackNavigation = TRUE; # // switch on BackNavigation of AddressProvider
         svcMgr.PoolSvc.ReadCatalog = [ catalog ]
 
 
diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysis/run/TrigInDetAnalysis_topOptions.py b/Trigger/TrigAnalysis/TrigInDetAnalysis/run/TrigInDetAnalysis_topOptions.py
index b715f76f502..ad23d07132d 100644
--- a/Trigger/TrigAnalysis/TrigInDetAnalysis/run/TrigInDetAnalysis_topOptions.py
+++ b/Trigger/TrigAnalysis/TrigInDetAnalysis/run/TrigInDetAnalysis_topOptions.py
@@ -4,7 +4,6 @@ from AthenaCommon.AppMgr import ToolSvc
 from AthenaCommon.AppMgr import ServiceMgr
 # Event selector
 import AthenaPoolCnvSvc.ReadAthenaPool
-#EventSelector.BackNavigation = True
 
 ServiceMgr.EventSelector.InputCollections = [ "/project/gruppo1/atlas1/atlas/data/2009/data09_cos.00121330.physics_IDCosmic.recon.ESD.r733_tid073214/ESD.073214._000002.pool.root.2" ]
 
diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/run/TrigInDetAnalysis_topOptions.py b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/run/TrigInDetAnalysis_topOptions.py
index fd2497cbe39..b511cbf9602 100644
--- a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/run/TrigInDetAnalysis_topOptions.py
+++ b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/run/TrigInDetAnalysis_topOptions.py
@@ -4,7 +4,6 @@ from AthenaCommon.AppMgr import ToolSvc
 from AthenaCommon.AppMgr import ServiceMgr
 # Event selector
 import AthenaPoolCnvSvc.ReadAthenaPool
-#EventSelector.BackNavigation = True
 
 # Import relevant libs
 import os
diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/run/process_run_0152116.py b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/run/process_run_0152116.py
index 6d9f107b42a..9d5821199ef 100644
--- a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/run/process_run_0152116.py
+++ b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/run/process_run_0152116.py
@@ -4,7 +4,6 @@ from AthenaCommon.AppMgr import ToolSvc
 from AthenaCommon.AppMgr import ServiceMgr
 # Event selector
 import AthenaPoolCnvSvc.ReadAthenaPool
-#EventSelector.BackNavigation = True
 
 from AthenaCommon.GlobalFlags import GlobalFlags
 GlobalFlags.DetGeo.set_atlas()
diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/run/process_run_0152166.py b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/run/process_run_0152166.py
index 5c56df85697..defb0eb2daf 100644
--- a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/run/process_run_0152166.py
+++ b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/run/process_run_0152166.py
@@ -4,7 +4,6 @@ from AthenaCommon.AppMgr import ToolSvc
 from AthenaCommon.AppMgr import ServiceMgr
 # Event selector
 import AthenaPoolCnvSvc.ReadAthenaPool
-#EventSelector.BackNavigation = True
 
 # Import relevant libs
 import os
diff --git a/Trigger/TrigMonitoring/TrigHLTMonitoring/share/HLTIDtrkMon_DumpTDT.py b/Trigger/TrigMonitoring/TrigHLTMonitoring/share/HLTIDtrkMon_DumpTDT.py
index 1ffbecc6ffb..74d5d40c4c8 100755
--- a/Trigger/TrigMonitoring/TrigHLTMonitoring/share/HLTIDtrkMon_DumpTDT.py
+++ b/Trigger/TrigMonitoring/TrigHLTMonitoring/share/HLTIDtrkMon_DumpTDT.py
@@ -17,7 +17,6 @@ from AthenaCommon.AppMgr import ServiceMgr
 
 # Event selector
 import AthenaPoolCnvSvc.ReadAthenaPool
-ServiceMgr.EventSelector.BackNavigation = True
 
 # Particle Properties
 from PartPropSvc.PartPropSvcConf import PartPropSvc
diff --git a/Trigger/TrigMonitoring/TrigIDJpsiMonitoring/run/TrigIDJpsiMonitoring_topOptions.py b/Trigger/TrigMonitoring/TrigIDJpsiMonitoring/run/TrigIDJpsiMonitoring_topOptions.py
index ea90f029d51..5a1819f6133 100644
--- a/Trigger/TrigMonitoring/TrigIDJpsiMonitoring/run/TrigIDJpsiMonitoring_topOptions.py
+++ b/Trigger/TrigMonitoring/TrigIDJpsiMonitoring/run/TrigIDJpsiMonitoring_topOptions.py
@@ -6,7 +6,6 @@ from AthenaCommon.AppMgr import ToolSvc
 from AthenaCommon.AppMgr import ServiceMgr
 # Event selector
 import AthenaPoolCnvSvc.ReadAthenaPool
-#EventSelector.BackNavigation = True
 
 # Import relevant libs
 import os
@@ -71,7 +70,6 @@ ServiceMgr.EventSelector.InputCollections = [ #"/unix/atlas2/paw/mc09_7TeV.10840
 #    from RecExConfig.InputFilePeeker import inputFileSummary
 
 #    import AthenaPoolCnvSvc.ReadAthenaPool
-#    ServiceMgr.EventSelector.BackNavigation = True
 
 #    if istart==0:
 #        ServiceMgr.EventSelector.InputCollections = [ ESDfile ]
@@ -88,7 +86,6 @@ ServiceMgr.EventSelector.InputCollections = [ #"/unix/atlas2/paw/mc09_7TeV.10840
 #from RecExConfig.InputFilePeeker import inputFileSummary
 
 #import AthenaPoolCnvSvc.ReadAthenaPool
-#ServiceMgr.EventSelector.BackNavigation = True
 
 #ServiceMgr.EventSelector.InputCollections = [ "/unix/atlas2/paw/mc08.108407.Pythia_directJpsimu4mu4.recon.ESD.e347_s462_s520_r809_tid092535/ESD.092535._000051.pool.root.1" ]
 
diff --git a/Trigger/TrigMonitoring/TrigIDJpsiMonitoring/run/grid_TrigIDJpsiMonitoring_topOptions.py b/Trigger/TrigMonitoring/TrigIDJpsiMonitoring/run/grid_TrigIDJpsiMonitoring_topOptions.py
index c5bffcb1136..8bffb7b6744 100644
--- a/Trigger/TrigMonitoring/TrigIDJpsiMonitoring/run/grid_TrigIDJpsiMonitoring_topOptions.py
+++ b/Trigger/TrigMonitoring/TrigIDJpsiMonitoring/run/grid_TrigIDJpsiMonitoring_topOptions.py
@@ -6,7 +6,6 @@ from AthenaCommon.AppMgr import ToolSvc
 from AthenaCommon.AppMgr import ServiceMgr
 # Event selector
 import AthenaPoolCnvSvc.ReadAthenaPool
-#EventSelector.BackNavigation = True
 
 # Import relevant libs
 import os
@@ -69,7 +68,6 @@ ServiceMgr.EventSelector.InputCollections = [ #"/unix/atlas2/paw/mc09_7TeV.10840
 #    from RecExConfig.InputFilePeeker import inputFileSummary
 
 #    import AthenaPoolCnvSvc.ReadAthenaPool
-#    ServiceMgr.EventSelector.BackNavigation = True
 
 #    if istart==0:
 #        ServiceMgr.EventSelector.InputCollections = [ ESDfile ]
@@ -86,7 +84,6 @@ ServiceMgr.EventSelector.InputCollections = [ #"/unix/atlas2/paw/mc09_7TeV.10840
 #from RecExConfig.InputFilePeeker import inputFileSummary
 
 #import AthenaPoolCnvSvc.ReadAthenaPool
-#ServiceMgr.EventSelector.BackNavigation = True
 
 #ServiceMgr.EventSelector.InputCollections = [ "/unix/atlas2/paw/mc08.108407.Pythia_directJpsimu4mu4.recon.ESD.e347_s462_s520_r809_tid092535/ESD.092535._000051.pool.root.1" ]
 
diff --git a/Trigger/TrigMonitoring/TrigIDtrkMonitoring/share/TrigIDtrkMonitoring_ESDAOD.py b/Trigger/TrigMonitoring/TrigIDtrkMonitoring/share/TrigIDtrkMonitoring_ESDAOD.py
index a8fb058570c..ffbefe30f3e 100644
--- a/Trigger/TrigMonitoring/TrigIDtrkMonitoring/share/TrigIDtrkMonitoring_ESDAOD.py
+++ b/Trigger/TrigMonitoring/TrigIDtrkMonitoring/share/TrigIDtrkMonitoring_ESDAOD.py
@@ -43,7 +43,6 @@ from IOVDbSvc.CondDB import conddb
 
 ## Event selector
 import AthenaPoolCnvSvc.ReadAthenaPool
-ServiceMgr.EventSelector.BackNavigation = True
 ServiceMgr.EventSelector.InputCollections = poolRDO # JWH
 
 # Particle Properties
diff --git a/Trigger/TrigT1/L1Topo/L1TopoSimulation/share/L1Simulation_topOptions.py b/Trigger/TrigT1/L1Topo/L1TopoSimulation/share/L1Simulation_topOptions.py
index 9611ef8b7c1..3adcb674d2e 100644
--- a/Trigger/TrigT1/L1Topo/L1TopoSimulation/share/L1Simulation_topOptions.py
+++ b/Trigger/TrigT1/L1Topo/L1TopoSimulation/share/L1Simulation_topOptions.py
@@ -91,9 +91,6 @@ if globalflags.InputFormat()=='pool':
 
     svcMgr.EventSelector.InputCollections = athenaCommonFlags.FilesInput()
 
-    from RecExConfig.RecConfFlags import recConfFlags
-    ServiceMgr.EventSelector.BackNavigation = recConfFlags.AllowBackNavigation()
-
     # backward compatibility (needed for RTT overwriting InputCollections)
     EventSelector=ServiceMgr.EventSelector
 
diff --git a/graphics/JiveXML/share/JiveXML_jobOptions_AOD.py b/graphics/JiveXML/share/JiveXML_jobOptions_AOD.py
index 0dc0ef40daf..5cff793dacf 100755
--- a/graphics/JiveXML/share/JiveXML_jobOptions_AOD.py
+++ b/graphics/JiveXML/share/JiveXML_jobOptions_AOD.py
@@ -19,7 +19,6 @@ from AthenaCommon.AppMgr import ToolSvc
 from AthenaCommon.AppMgr import ServiceMgr
 # Event selector
 import AthenaPoolCnvSvc.ReadAthenaPool
-#EventSelector.BackNavigation = True
 
 # Particle Properties
 from PartPropSvc.PartPropSvcConf import PartPropSvc
-- 
GitLab