diff --git a/AtlasTest/ControlTest/CMakeLists.txt b/AtlasTest/ControlTest/CMakeLists.txt
index f5a37b0d0611307aee5e878cb096e7f6c03c2a64..083046c633d92518ffdbe121e742ee9ff8f6ce5e 100644
--- a/AtlasTest/ControlTest/CMakeLists.txt
+++ b/AtlasTest/ControlTest/CMakeLists.txt
@@ -79,31 +79,31 @@ else()
 endif()
 
 atlas_add_test( StoreGateReentrant
-   SCRIPT test/StoreGateReentrant.sh
+   SCRIPT athena.py AthExStoreGateExample/StoreGateExample_Reentrant_jobOptions.py
    PROPERTIES TIMEOUT 300
    LOG_IGNORE_PATTERN "Retrieved const handle to default|type EventInfo|^StoreGateSvc +DEBUG|^ of type|object modifiable when retrieved" )
 
 atlas_add_test( StoreGateGen
-   SCRIPT test/StoreGateGen.sh
+   SCRIPT athena.py AthExStoreGateExample/StoreGateExample_Gen_jobOptions.py
    PROPERTIES TIMEOUT 300
    LOG_IGNORE_PATTERN "Retrieved const handle to default|type EventInfo|^StoreGateSvc +DEBUG|^ of type|object modifiable when retrieved" )
 
 atlas_add_test( StoreGateDFlow
-   SCRIPT test/StoreGateDFlow.sh
+   SCRIPT athena.py AthExStoreGateExample/dflow_jobo.py
    PROPERTIES TIMEOUT 300 )
 
 atlas_add_test( test_interactive_athena
-   SCRIPT test/test_interactive_athena.sh
+   SCRIPT athena.py ControlTest/test_interactive_athena.py
    PROPERTIES TIMEOUT 300 )
 
 atlas_add_test( test_cfgItemList
-                SCRIPT test/test_cfgItemList.sh )
+                SCRIPT python -m ControlTest.test_cfgItemList )
 
 atlas_add_test( test_keyStore
-                SCRIPT test/test_keyStore.sh )
+                SCRIPT python -m ControlTest.test_keyStore )
 
 atlas_add_test( test_handleTest
-                SCRIPT test/test_handleTest.sh )
+                SCRIPT athena.py AthExStoreGateExample/HandleTest_jobOptions.py )
 
 # Install files from the package:
 atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
diff --git a/AtlasTest/ControlTest/share/HelloWorld.ref b/AtlasTest/ControlTest/share/HelloWorld.ref
deleted file mode 100644
index e8eb8bbcce2c0ac1883b6ef7680b0af2be7ab54f..0000000000000000000000000000000000000000
--- a/AtlasTest/ControlTest/share/HelloWorld.ref
+++ /dev/null
@@ -1,392 +0,0 @@
-JobOptionsSvc        INFO 
-
-//##############################################################
-//
-// Job options file
-//
-//==============================================================
-
-//no EventSelector
-ApplicationMgr.Dlls   += { "AthenaServices" };
-ApplicationMgr.EventLoop = "AthenaEventLoopMgr";
-//--------------------------------------------------------------
-// StoreGate services configuration
-//--------------------------------------------------------------
-// --> Including file StoreGate/StoreGate_jobOptions.txt
-
-
-ApplicationMgr.Dlls   += { "StoreGate", "CLIDSvc" };
-ApplicationMgr.ExtSvc += { "ClassIDSvc" };
-ApplicationMgr.ExtSvc += { "StoreGateSvc", "StoreGateSvc/DetectorStore", "StoreGateSvc/ConditionStore" };
-ApplicationMgr.ExtSvc += { "ActiveStoreSvc" };
-//FIXME uncomment to verify that your  CLIDs are good!
-//ClassIDSvc.CLIDDBFiles += { "$CLIDSVCROOT/share/clid.db" };
-
-// --> Including file IOVSvc/IOVSvc.txt
-
-
-//------------------------------------------------------------------------
-//
-// Load the Interval of Validity Service
-//
-//------------------------------------------------------------------------
-ApplicationMgr.Dlls += { "IOVSvc" };
-ApplicationMgr.ExtSvc += { "IOVSvc" };
-
-
-// <-- End of including file IOVSvc/IOVSvc.txt
-
-
-// <-- End of including file StoreGate/StoreGate_jobOptions.txt
-
-
-ApplicationMgr.ExtSvc += { "EvtPersistencySvc/EventPersistencySvc",
-			   "HistogramSvc/HistogramDataSvc"
-			 };	
-
-
-//--------------------------------------------------------------
-// Private Application Configuration options
-//--------------------------------------------------------------
-
-//load relevant libraries
-ApplicationMgr.Dlls += { "AthExHelloWorld" };
-
-//top algorithms to be run
-ApplicationMgr.TopAlg = { "HelloWorld" };
-
-//--------------------------------------------------------------
-// Uncomment the following line for tests of statically built applications
-//--------------------------------------------------------------
-////ApplicationMgr.Dlls = { };
-
-//--------------------------------------------------------------
-// Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL )
-//--------------------------------------------------------------
-
-MessageSvc.OutputLevel      = 2;
-MessageSvc.useColors        = true;
-
-//--------------------------------------------------------------
-// Event related parameters
-//--------------------------------------------------------------
-
-// dummy event loop
-ApplicationMgr.EvtSel = "NONE";
-// Number of events to be processed (default is 10)
-ApplicationMgr.EvtMax = 10;
-
-//--------------------------------------------------------------
-// Algorithms Private Options
-//--------------------------------------------------------------
-
-// For the HelloWorld algorithm
-HelloWorld.MyInt = 42;
-HelloWorld.MyBool = true;
-HelloWorld.MyDouble = 3.14159;
-HelloWorld.MyStringVec = { "Welcome", "to", "Athena", "Framework", "Tutorial" };
-
-//==============================================================
-//
-// End of job options file
-//
-//##############################################################
-
-
-Job options successfully read in from AthExHelloWorld/HelloWorldOptions.txt
-ApplicationMgr      DEBUG Getting my own properties
-DllClassManager     DEBUG Found factory Algorithm AthenaOutputStream
-DllClassManager     DEBUG Found factory Algorithm AthenaConditionStream
-DllClassManager     DEBUG Found factory AlgContextAuditor
-ObjectManager       DEBUG Added object factory for class:AlgContextAuditor
-DllClassManager     DEBUG Found factory Service AlgContextSvc
-DllClassManager     DEBUG Found factory Service AtRndmGenSvc
-DllClassManager     DEBUG Found factory Service AthenaEventLoopMgr
-DllClassManager     DEBUG Found factory Service SimplePOSIXTimeKeeperSvc
-DllClassManager     DEBUG Loaded 7 factories from module AthenaServices
-DllClassManager     DEBUG Found factory Service ActiveStoreSvc
-DllClassManager     DEBUG Found factory Service ProxyProviderSvc
-DllClassManager     DEBUG Found factory Service StoreGateSvc
-DllClassManager     DEBUG Loaded 3 factories from module StoreGate
-DllClassManager     DEBUG Found factory Service ClassIDSvc
-DllClassManager     DEBUG Loaded 1 factories from module CLIDSvc
-DllClassManager     DEBUG Found factory Service IOVSvc
-DllClassManager     DEBUG Found factory Service IOVSvc
-ServiceManager    WARNING Service factory for type IOVSvc already declared
-DllClassManager     DEBUG Loaded 2 factories from module IOVSvc
-DllClassManager     DEBUG Found factory Algorithm HelloWorld
-DllClassManager     DEBUG Loaded 1 factories from module AthExHelloWorld
-ApplicationMgr       INFO Successfully loaded modules: AthenaServices, StoreGate, CLIDSvc, IOVSvc, AthExHelloWorld
-ApplicationMgr       INFO Application Manager Configured successfully
-ServiceManager      DEBUG Initializing service ClassIDSvc
-ClassIDSvc           INFO Initializing ClassIDSvc - package version CLIDSvc-00-00-08
-ClassIDSvc          DEBUG Service base class initialized successfully
-ClassIDSvc          DEBUG setTypeNameForID: type name <SG::Folder> already set for CLID 77641104
-ClassIDSvc          DEBUG setTypeNameForID: CLID <77641104> already set for type name SG::Folder
-ClassIDSvc          DEBUG setTypeNameForID: type name <EventInfo> already set for CLID 2101
-ClassIDSvc          DEBUG setTypeNameForID: CLID <2101> already set for type name EventInfo
-ClassIDSvc          DEBUG setTypeNameForID: type name <SG::Folder> already set for CLID 77641104
-ClassIDSvc          DEBUG setTypeNameForID: CLID <77641104> already set for type name SG::Folder
-ClassIDSvc          DEBUG setTypeNameForID: type name <EventInfo> already set for CLID 2101
-ClassIDSvc          DEBUG setTypeNameForID: CLID <2101> already set for type name EventInfo
-ClassIDSvc          DEBUG setTypeNameForID: type name <EventInfo> already set for CLID 2101
-ClassIDSvc          DEBUG setTypeNameForID: CLID <2101> already set for type name EventInfo
-ClassIDSvc          DEBUG setTypeNameForID: type name <EventInfo> already set for CLID 2101
-ClassIDSvc          DEBUG setTypeNameForID: CLID <2101> already set for type name EventInfo
-ClassIDSvc           INFO ClassIDSvc Initialized successfully 
-ServiceManager      DEBUG Initializing service StoreGateSvc
-StoreGateSvc        DEBUG Service base class initialized successfully
-StoreGateSvc         INFO Initializing StoreGateSvc - package version StoreGate-02-12-08
-IncidentSvc         DEBUG Service base class initialized successfully
-ProxyProviderSvc    DEBUG Service base class initialized successfully
-ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version StoreGate-02-12-08
-ServiceManager      DEBUG Initializing service DetectorStore
-DetectorStore       DEBUG Service base class initialized successfully
-DetectorStore        INFO Initializing DetectorStore - package version StoreGate-02-12-08
-ServiceManager      DEBUG Initializing service ConditionStore
-ConditionStore     DEBUG Service base class initialized successfully
-ConditionStore      INFO Initializing ConditionStore - package version StoreGate-02-12-08
-ServiceManager      DEBUG Initializing service ActiveStoreSvc
-ActiveStoreSvc      DEBUG Service base class initialized successfully
-ActiveStoreSvc       INFO Initializing ActiveStoreSvc - package version StoreGate-02-12-08
-ServiceManager      DEBUG Initializing service IOVSvc
-IOVSvc              DEBUG Initializing IOVSvc version IOVSvc-00-03-05
-IOVSvc              DEBUG Service base class initialized successfully
-IOVSvc              DEBUG Service initialized
-ServiceManager      DEBUG Initializing service EventPersistencySvc
-EventPersistenc...  DEBUG Service base class initialized successfully
-ServiceManager      DEBUG Initializing service HistogramDataSvc
-HistogramDataSvc    DEBUG Service base class initialized successfully
-HistogramPersis...   INFO "CnvServices": ["HbookHistSvc", "RootHistSvc"]
-HistogramPersis...  DEBUG Service base class initialized successfully
-HistogramPersis...WARNING Histograms saving not required.
-ServiceManager      DEBUG Service IncidentSvc already initialized
-ServiceManager      DEBUG Service ProxyProviderSvc already initialized
-ServiceManager      DEBUG Service HistogramPersistencySvc already initialized
-ServiceManager      DEBUG Initializing service AppMgrRunable
-AppMgrRunable       DEBUG Service base class initialized successfully
-ServiceManager      DEBUG Initializing service AthenaEventLoopMgr
-AthenaEventLoopMgr  DEBUG Service base class initialized successfully
-AthenaEventLoopMgr  DEBUG Creating Top Algorithm HelloWorld with name HelloWorld
-HelloWorld           INFO initialize()
-HelloWorld           INFO   MyInt =    42
-HelloWorld           INFO   MyBool =   1
-HelloWorld           INFO   MyDouble = 3.14159
-HelloWorld           INFO   MyStringVec[0] = Welcome
-HelloWorld           INFO   MyStringVec[1] = to
-HelloWorld           INFO   MyStringVec[2] = Athena
-HelloWorld           INFO   MyStringVec[3] = Framework
-HelloWorld           INFO   MyStringVec[4] = Tutorial
-AthenaEventLoopMgrWARNING Histograms saving not required.
-AthenaEventLoopMgrWARNING No EventSelector selected 
-No events will be processed from external input.
-AthenaEventLoopMgr   INFO No TimeKeeper selected. No time limit control on event loop.
-ApplicationMgr       INFO Application Manager Initialized successfully
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-------------------------------  IOVSvc Proxy Map  ------------------------------
--------------------------------------------------------------------------------
-IOVSvc              DEBUG preLoadProxies()
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,1]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-AuditorSvc          DEBUG Service base class initialized successfully
-HelloWorld           INFO execute()
-HelloWorld          DEBUG A DEBUG message
-HelloWorld           INFO An INFO message
-HelloWorld        WARNING A WARNING message
-HelloWorld          ERROR An ERROR message
-HelloWorld          FATAL A FATAL error message
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,2]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-HelloWorld           INFO execute()
-HelloWorld          DEBUG A DEBUG message
-HelloWorld           INFO An INFO message
-HelloWorld        WARNING A WARNING message
-HelloWorld          ERROR An ERROR message
-HelloWorld          FATAL A FATAL error message
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,3]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-HelloWorld           INFO execute()
-HelloWorld          DEBUG A DEBUG message
-HelloWorld           INFO An INFO message
-HelloWorld        WARNING A WARNING message
-HelloWorld          ERROR An ERROR message
-HelloWorld          FATAL A FATAL error message
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,4]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-HelloWorld           INFO execute()
-HelloWorld          DEBUG A DEBUG message
-HelloWorld           INFO An INFO message
-HelloWorld        WARNING A WARNING message
-HelloWorld          ERROR An ERROR message
-HelloWorld          FATAL A FATAL error message
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,5]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-HelloWorld           INFO execute()
-HelloWorld          DEBUG A DEBUG message
-HelloWorld           INFO An INFO message
-HelloWorld        WARNING A WARNING message
-HelloWorld          ERROR An ERROR message
-HelloWorld          FATAL A FATAL error message
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,6]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-HelloWorld           INFO execute()
-HelloWorld          DEBUG A DEBUG message
-HelloWorld           INFO An INFO message
-HelloWorld        WARNING A WARNING message
-HelloWorld          ERROR An ERROR message
-HelloWorld          FATAL A FATAL error message
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,7]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-HelloWorld           INFO execute()
-HelloWorld          DEBUG A DEBUG message
-HelloWorld           INFO An INFO message
-HelloWorld        WARNING A WARNING message
-HelloWorld          ERROR An ERROR message
-HelloWorld          FATAL A FATAL error message
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,8]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-HelloWorld           INFO execute()
-HelloWorld          DEBUG A DEBUG message
-HelloWorld           INFO An INFO message
-HelloWorld        WARNING A WARNING message
-HelloWorld          ERROR An ERROR message
-HelloWorld          FATAL A FATAL error message
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,9]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-HelloWorld           INFO execute()
-HelloWorld          DEBUG A DEBUG message
-HelloWorld           INFO An INFO message
-HelloWorld        WARNING A WARNING message
-HelloWorld          ERROR An ERROR message
-HelloWorld          FATAL A FATAL error message
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,10]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-HelloWorld           INFO execute()
-HelloWorld          DEBUG A DEBUG message
-HelloWorld           INFO An INFO message
-HelloWorld        WARNING A WARNING message
-HelloWorld          ERROR An ERROR message
-HelloWorld          FATAL A FATAL error message
-HelloWorld           INFO finalize()
-IOVSvc               INFO Service finalised successfully
-ClassIDSvc          DEBUG finalize: wrote 3 entries to output CLIDDB file: ./CLIDDBout.txt
-ApplicationMgr       INFO Application Manager Finalized successfully
diff --git a/AtlasTest/ControlTest/share/HistNtup.ref b/AtlasTest/ControlTest/share/HistNtup.ref
deleted file mode 100644
index 89e881fc33e3917ffb3c7d83e71b55959deb50b1..0000000000000000000000000000000000000000
--- a/AtlasTest/ControlTest/share/HistNtup.ref
+++ /dev/null
@@ -1,1068 +0,0 @@
-JobOptionsSvc     WARNING 
-
-//##############################################################
-//
-// Job options file
-//
-//==============================================================
-
-// --> Including file AthenaCommon/Atlas_ZebraTDR.UnixStandardJob.txt
-
-
-//**************************************************************
-//
-// ZebraTDR job options file
-//
-//==============================================================
-// --> Including file AthenaCommon/Atlas.UnixStandardJob.txt
-
-
-//**************************************************************
-//
-// Unix standard job options file
-//
-//==============================================================
-//--------------------------------------------------------------
-//ApplicationMgr configuration
-//--------------------------------------------------------------
-//default services to be instantiated
-ApplicationMgr.ExtSvc += { "IncidentSvc/IncidentSvc", 
-		           "EvtPersistencySvc/EventPersistencySvc",
-			   "HistogramSvc/HistogramDataSvc",
-			   "NTupleSvc/NTupleSvc",
-			   "ToolSvc/ToolSvc",
-			   "AuditorSvc/AuditorSvc",
-			   "RndmGenSvc/RndmGenSvc",
-			   "ChronoStatSvc/ChronoStatSvc"
-			 };	
-
-ApplicationMgr.Dlls   += { "AthenaServices" };
-ApplicationMgr.EventLoop = "AthenaEventLoopMgr";
-ApplicationMgr.OutStreamType = "AthenaOutputStream";
-AthenaEventLoopMgr.OutStreamType = "AthenaOutputStream";
-
-//--------------------------------------------------------------
-// StoreGate services configuration
-//--------------------------------------------------------------
-// --> Including file StoreGate/StoreGate_jobOptions.txt
-
-
-ApplicationMgr.Dlls   += { "StoreGate", "CLIDSvc" };
-ApplicationMgr.ExtSvc += { "ClassIDSvc" };
-ApplicationMgr.ExtSvc += { "StoreGateSvc", "StoreGateSvc/DetectorStore", "StoreGateSvc/ConditionStore" };
-ApplicationMgr.ExtSvc += { "ActiveStoreSvc" };
-//FIXME uncomment to verify that your  CLIDs are good!
-//ClassIDSvc.CLIDDBFiles += { "$CLIDSVCROOT/share/clid.db" };
-
-// --> Including file IOVSvc/IOVSvc.txt
-
-
-//------------------------------------------------------------------------
-//
-// Load the Interval of Validity Service
-//
-//------------------------------------------------------------------------
-ApplicationMgr.Dlls += { "IOVSvc" };
-ApplicationMgr.ExtSvc += { "IOVSvc" };
-
-
-// <-- End of including file IOVSvc/IOVSvc.txt
-
-
-// <-- End of including file StoreGate/StoreGate_jobOptions.txt
-
-
-//--------------------------------------------------------------
-// Initialization of DetDescrCnvSvc
-//--------------------------------------------------------------
-// --> Including file DetDescrCnvSvc/DetStore_joboptions.txt
-
-
-//
-// Joboptions for bootstrapping the loading of the DetectorStore with
-// the DetDescrCnvSvc
-//
-
-// DLLs 
-ApplicationMgr.Dlls += { "DetDescrCnvSvc" };
-
-// Add in services
-//  (NOTE: the following does not yet work for the detector store)
-//ApplicationMgr.ExtSvc += { "DetPersistencySvc/DetectorPersistencySvc", 
-//			   "DetDescrCnvSvc" };
-//DetectorPersistencySvc.CnvServices += { "DetDescrCnvSvc" };
-// Instead use the event pers svc:
-ApplicationMgr.ExtSvc += { "DetDescrCnvSvc" };
-
-// Set DetDescrCnvSvc to be a proxy/address provider
-//ProxyProviderSvc.ProviderNames += { "DetDescrCnvSvc" };
-
-EventPersistencySvc.CnvServices += { "DetDescrCnvSvc" };
-
-// Specify primary Identifier dictionary to be used
-DetDescrCnvSvc.IdDictName = "IdDictParser/ATLAS_IDS.xml";
-
-// Always include the IdDict jobOptions
-// --> Including file IdDictDetDescrCnv/IdDictDetDescrCnv_joboptions.txt
-
-
-//
-//  Joboptions for the loading of the of InDetDDMgr
-//
-
-// DLLs 
-ApplicationMgr.Dlls += { "IdDictDetDescrCnv" };
-
-
-// <-- End of including file IdDictDetDescrCnv/IdDictDetDescrCnv_joboptions.txt
-
-
-
-
-// <-- End of including file DetDescrCnvSvc/DetStore_joboptions.txt
-
-
-//==============================================================
-//
-// End of Unix standard job options file
-//
-//**************************************************************
-
-
-// <-- End of including file AthenaCommon/Atlas.UnixStandardJob.txt
-
-
-//--------------------------------------------------------------
-// General Application Configuration options
-//--------------------------------------------------------------
-
-ApplicationMgr.Dlls   += { "ZebraTDRCnv" , "HbookCnv"};
-ApplicationMgr.ExtSvc += { "ZebraTDRCnvSvc", 
-                          "ZebraTDREventSelector/EventSelector" };
-ApplicationMgr.EvtSel = "EventSelector";
-
-//--------------------------------------------------------------
-// Persistency services
-//--------------------------------------------------------------
-
-EventPersistencySvc.CnvServices += { "ZebraTDRCnvSvc" };  
-
-//==============================================================
-//
-// End of ZebraTDR job options file
-//
-//**************************************************************
-
-
-
-// <-- End of including file AthenaCommon/Atlas_ZebraTDR.UnixStandardJob.txt
-
-
-// For  ddcnvsvc
-// --> Including file IdDictDetDescrCnv/IdDictDetDescrCnv_joboptions.txt
-#001 [ from ../src/JobOptionsSvc/PropertyCompiler.cpp:160] in function: bool PropertyCompiler::alreadyIncluded(): Specified property-file /afs/cern.ch/atlas/software/dist/nightlies/rel/atlrel_5/InstallArea/jobOptions/IdDictDetDescrCnv/IdDictDetDescrCnv_joboptions.txt was already included by another property-file! 
-JobOptionsSvc        INFO // <-- End of including file IdDictDetDescrCnv/IdDictDetDescrCnv_joboptions.txt
-
-// --> Including file InDetMgrDetDescrCnv/InDetMgrDetDescrCnv_joboptions.txt
-
-
-//
-//  Joboptions for the loading of the of InDetDDMgr
-//
-
-// DLLs 
-ApplicationMgr.Dlls += { "InDetMgrDetDescrCnv" };
-
-// Add InDet to list of DetectorManagers to be loaded at startup
-DetDescrCnvSvc.DetectorManagers += { "InDetMgr" };
-
-// <-- End of including file InDetMgrDetDescrCnv/InDetMgrDetDescrCnv_joboptions.txt
-
-// --> Including file LArDetMgrDetDescrCnv/LArDetMgrDetDescrCnv_joboptions.txt
-
-
-//
-// Example joboptions for the loading of the DetectorStore
-//
-
-// DLLs 
-ApplicationMgr.Dlls += { "LArDetMgrDetDescrCnv" };
-
-// Add InDet to list of DetectorManagers to be loaded at startup
-DetDescrCnvSvc.DetectorManagers += { "LArMgr" };
-
-// --> Including file CaloDetMgrDetDescrCnv/CaloDetMgrDetDescrCnv_joboptions.txt
-
-
-//
-//  Joboptions for the loading of the of CaloTTMgr
-//
-
-// DLLs 
-ApplicationMgr.Dlls += { "CaloDetMgrDetDescrCnv" };
-
-// Add InDet to list of DetectorManagers to be loaded at startup
-DetDescrCnvSvc.DetectorManagers += { "CaloMgr" };
-
-// <-- End of including file CaloDetMgrDetDescrCnv/CaloDetMgrDetDescrCnv_joboptions.txt
-
-
-// <-- End of including file LArDetMgrDetDescrCnv/LArDetMgrDetDescrCnv_joboptions.txt
-
-//FIXME #include "TileDetMgrDetDescrCnv/TileDetMgrDetDescrCnv_joboptions.txt"
-// --> Including file MuonDetMgrDetDescrCnv/MuonDetMgrDetDescrCnv_joboptions.txt
-
-
-//
-//  Joboptions for the loading of the of MuonDDMgr
-//
-
-// DLLs 
-ApplicationMgr.Dlls += { "MuonDetMgrDetDescrCnv" };
-
-// Add InDet to list of DetectorManagers to be loaded at startup
-DetDescrCnvSvc.DetectorManagers += { "MuonMgr" };
-
-// <-- End of including file MuonDetMgrDetDescrCnv/MuonDetMgrDetDescrCnv_joboptions.txt
-
-
-// Turn on the reading of the dictionary
-DetDescrCnvSvc.DecodeIdDict = true;
-
-//--------------------------------------------------------------
-// Private Application Configuration options
-//--------------------------------------------------------------
-//load relevant libraries
-ApplicationMgr.Dlls += { "AthExHistNtup" };      
-
-// Select the appropriate shared library
-ApplicationMgr.Dlls += { "HbookCnv" };
-////ApplicationMgr.Dlls += { "RootHistCnv" };
-
-// Select HBOOK or ROOT persistency (HBOOK is default)
-ApplicationMgr.HistogramPersistency = "HBOOK";
-
-ApplicationMgr.TopAlg = { "Hist" };
-ApplicationMgr.TopAlg += { "Ntup" };
-
-//--------------------------------------------------------------
-// For Zebra input: identify your input runs.
-//--------------------------------------------------------------
-
-// Provide a first/last range or a list
-//EventSelector.runs = {1, 100000};
-EventSelector.firstRun = 1;
-EventSelector.lastRun  = 100000;
-//--------------------------------------------------------------
-// Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL )
-//--------------------------------------------------------------
-
-Hist.OutputLevel = 2;
-Ntup.OutputLevel = 2;
-MessageSvc.useColors   = true;
-
-//--------------------------------------------------------------
-// Histogram output file 
-//--------------------------------------------------------------
-
-// Specify the appropriate output file type
-HistogramPersistencySvc.OutputFile  = "histo.hbook";
-//HistogramPersistencySvc.OutputFile  = "histo.rt";
-
-//--------------------------------------------------------------
-// Ntuples
-//--------------------------------------------------------------
-
-NTupleSvc.Output     = { "FILE1 DATAFILE='tuple1.hbook' OPT='NEW'" };
-
-//--------------------------------------------------------------
-// Event related parameters
-//--------------------------------------------------------------
-
-// Number of events to be processed (default is 10)
-ApplicationMgr.EvtMax = 10;
-
-//--------------------------------------------------------------
-// Algorithms Private Options
-//--------------------------------------------------------------
-
-//==============================================================
-//
-// End of job options file
-//
-//##############################################################
-
-
-Job options successfully read in from AthExHistNtup/HistNtupOptions.txt
-ServiceManager    WARNING Service factory for type IOVSvc already declared
-==> New TileCablingService created
-ServiceManager    WARNING Service factory for type HbookCnv::PersSvc already declared
-ConverterFactory  WARNING Converter for class:HbookCnv::HRWNTupleCnv already exists.
-ConverterFactory  WARNING Converter for class:HbookCnv::HFileCnv already exists.
-ConverterFactory  WARNING Converter for class:HbookCnv::HDirectoryCnv already exists.
-ConverterFactory  WARNING Converter for class:HbookCnv::HCWNTupleCnv already exists.
-ConverterFactory  WARNING Converter for class:HbookCnv::H2DCnv already exists.
-ConverterFactory  WARNING Converter for class:HbookCnv::H1DVarCnv already exists.
-ConverterFactory  WARNING Converter for class:HbookCnv::H1DCnv already exists.
-ConverterFactory  WARNING Converter for class:HbookCnv::DirectoryCnv already exists.
-ServiceManager    WARNING Service factory for type HbookCnv::ConvSvc already declared
-ApplicationMgr       INFO Successfully loaded modules: AthenaServices, StoreGate, CLIDSvc, IOVSvc, DetDescrCnvSvc, IdDictDetDescrCnv, ZebraTDRCnv, HbookCnv, InDetMgrDetDescrCnv, LArDetMgrDetDescrCnv, CaloDetMgrDetDescrCnv, MuonDetMgrDetDescrCnv, AthExHistNtup, HbookCnv
-ApplicationMgr       INFO Application Manager Configured successfully
-EventPersistenc...   INFO "CnvServices": ["DetDescrCnvSvc", "ZebraTDRCnvSvc"]
-HistogramPersis...   INFO "CnvServices": ["HbookHistSvc", "RootHistSvc"]
-HbookHistSvc         INFO Setting /PAWC/ common block size to 250000
-HistogramPersis...   INFO Added successfully Conversion service:HbookHistSvc
-NTupleSvc            INFO Added stream file:tuple1.hbook as FILE1
-RndmGenSvc.Engine    INFO Generator engine type:RanluxEngine
-RndmGenSvc.Engine    INFO Current Seed:1234567 Luxury:3
-RndmGenSvc           INFO Using Random engine:HepRndm::Engine<RanluxEngine>
-ChronoStatSvc        INFO  Number of skipped events for MemStat 20
-ClassIDSvc           INFO Initializing ClassIDSvc - package version CLIDSvc-00-00-08
-ClassIDSvc           INFO ClassIDSvc Initialized successfully 
-StoreGateSvc         INFO Initializing StoreGateSvc - package version StoreGate-02-12-08
-ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version StoreGate-02-12-08
-DetectorStore        INFO Initializing DetectorStore - package version StoreGate-02-12-08
-ConditionStore      INFO Initializing ConditionStore - package version StoreGate-02-12-08
-ActiveStoreSvc       INFO Initializing ActiveStoreSvc - package version StoreGate-02-12-08
-DetDescrCnvSvc       INFO  initializing 
-DetDescrCnvSvc       INFO Found DetectorStore service
-DetDescrCnvSvc       INFO  filling proxies for detector managers 
-DetDescrCnvSvc       INFO  filling address for InDetMgr with CLID 2512 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for LArMgr with CLID 2741 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for TileMgr with CLID 2941 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for MuonMgr with CLID 4060 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for CaloTTMgr with CLID 117659265 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for CaloMgr with CLID 4548337 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for IdDict with CLID 2411 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for PixelID with CLID 2516 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for SCT_ID with CLID 2517 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for TRT_ID with CLID 2518 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for LArEM_ID with CLID 163583365 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for LArHEC_ID with CLID 3870484 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for LArFCAL_ID with CLID 45738051 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for TileID with CLID 2901 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for TileHWID with CLID 2902 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for MDTIDHELPER with CLID 4170 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for CSCIDHELPER with CLID 4171 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for RPCIDHELPER with CLID 4172 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for TGCIDHELPER with CLID 4173 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for CaloLVL1_ID with CLID 108133391 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for CaloCell_ID with CLID 123500438 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for CaloDM_ID with CLID 167756483 and storage type 68 to detector store 
- ZebraTDRCnvSvc: FORTRAN input taken from slug.car
-EventSelector     WARNING  You have set firstRun and lastRun job parameters. Currently no action is implemented for this: 
-EventSelector        INFO  Value for the detector flags are: 
-EventSelector        INFO  indet       - 1
-EventSelector        INFO    pixel     - 1
-EventSelector        INFO    sct       - 1
-EventSelector        INFO    trt       - 1
-EventSelector        INFO  calos       - 1
-EventSelector        INFO    emBarrel  - 1
-EventSelector        INFO    emEndcap  - 1
-EventSelector        INFO    hec       - 1
-EventSelector        INFO    fcal      - 1
-EventSelector        INFO    tile      - 1
-EventSelector        INFO  muons       - 1
-EventSelector        INFO    csc       - 1
-EventSelector        INFO    mdt       - 1
-EventSelector        INFO    rpc       - 1
-EventSelector        INFO    tgc       - 1
-EventSelector        INFO  Hits   flag - 0
-EventSelector        INFO  Digits flag - 1
- ATLAS Simulation, Reconstruction and Analysis Exploiting the SLUG Fortran77 implementation.
- CALLING SLZEBRA WITH PAW SIZE  250000
-1+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- +                                                                                     +
- +   Atlas Detector Simulation, Reconstruction and Analysis Running on  40124 at    5  +
- +                                                                                     +
- +   Machine:  386LINUX  lxplus026  System and Processor Info                          +
- +                                                                                     +
- +   Job    :  JobName                                                                 +
- +                                                                                     +
- +   Program:  Slug-Dice-Arecon in /afs/cern.ch/user/c/calaf/scratch0/streams/AtlasTest+ControlTest/ControlTest-00-  pid   12330
- +                                                                                     +
- +                                                                                     +
- +   Package Information                                                               +
- +   GEANT:  3.21/08    3.2180  230697                                                 +
- +   ZEBRA:   3.7700 Zebra11000000 words, PAW/Hbook 250000 words, FFRead   4000 words. +
- +      RZ: RZEBRA   3.01/08         This version created on 000000 at 0000            +
- +    SLUG:     slug     Library of   40123 at  308 Version  slug-01-                  +
- +    GENZ:     genz     Library of   40123 at  306 Version  v2r1                      +
- + ATGEANA:     G3b      Library of   40123 at  256 Version  geant3-2                  +
- +    DICE:     Dummy    Library of   40123 at  309 Version  atdummy-                  +
- +   ATRIG:     Dummy    Library of   40123 at  309 Version  atdummy-                  +
- + ATRECON:     Dummy    Library of   40123 at  309 Version  atdummy-                  +
- +   DUMMY:     atdummy  Library of   40123 at  309 Version  atdummy-                  +
- +                                                                                     +
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- REPORT-E- No REPORT header bank.
- FMSTRT     1-Dummy Fatmen (initialization).
-1*****  GEANT Version  3.21/08 Released on 230697
-0*****  Correction Cradle Version  0.0800
- *****  Library compiled on  40123 at  309 *****
-
- SLZINI: Initialize SLUG ZEBRA banks 
- SLINIO: Initialize I/O modes and default headers
- SBIOMO: I/O mode P   , Type=-1, Unit =  21
- SBIOMO: I/O mode B   , Type=-1, Unit =  22
- SBIOMO: I/O mode O   , Type= 1, Unit =  23
- UCARD -   1- I      Dummy version of UCARD called
-1           USER'S DIRECTIVES TO RUN THIS JOB
-            ----------------------------------
-
-
- ***** DATA CARD CONTENT     LIST                                                                            
- ***** DATA CARD CONTENT     C  TRAP 0                                                                       
- ***** DATA CARD CONTENT     C  TRAP  1  3  10 10  1 0 10 1 4 10                                             
- ***** DATA CARD CONTENT     TRAP  0  3  10 10  1 0 10 1 4 10                                                
- ***** DATA CARD CONTENT     C GEANT: # of events to process  & TIME                                         
- ***** DATA CARD CONTENT     C TRIG 5                                                                        
- ***** DATA CARD CONTENT     TRIG 1000000                                                                    
- ***** DATA CARD CONTENT     TIME 2=5. 3=1                                                                   
- ***** DATA CARD CONTENT     C --------------------------------------------------                            
- ***** DATA CARD CONTENT     C digitization and simulation and analysis status                               
- ***** DATA CARD CONTENT     SIMULATION 0                                                                    
- ***** DATA CARD CONTENT     DIGI       0                                                                    
- ***** DATA CARD CONTENT     RECONSTR   1                                                                    
- ***** DATA CARD CONTENT     ANALYSIS   0                                                                    
- ***** DATA CARD CONTENT     OUTP       0                                                                    
- ***** DATA CARD CONTENT     C loading of the input stream                                                   
- ***** DATA CARD CONTENT    *BKIO     'P'  'EVNT'                                                           
- ***** DATA CARD CONTENT    *BKIO     'P'  'GEOM'                                                           
- ***** DATA CARD CONTENT    *BKIO     'P'  'KINE'                                                           
- ***** DATA CARD CONTENT    *BKIO     'P'  'HITS'                                                           
- ***** DATA CARD CONTENT    *BKIO     'P'  'DIGI'                                                           
- ***** DATA CARD CONTENT    *BKIO     'P'  'RECB'                                                           
- ***** DATA CARD CONTENT     C define graphics  4,5,6 offsets  7=zoom factor                                 
- ***** DATA CARD CONTENT     C *DREV 'SLUG' 1 4=0. 5=0. 6=0. 7=5.                                            
- ***** DATA CARD CONTENT     C------- SLUG/GEANT debugging parametrs/modes -------------                     
- ***** DATA CARD CONTENT     DEBU  0 0 0                                                                     
- ***** DATA CARD CONTENT     C read events from ZEBRA file.                                                  
- ***** DATA CARD CONTENT     KINE -1                                                                         
- ***** DATA CARD CONTENT     STOP                                                                            
- SLUG Initialisation Phase (Ranlux) seeded with default values 
- Slug: RANLUX LUXURY LEVEL SET BY RLUXGO : 1     P=  48
- Slug: RANLUX INITIALIZED BY RLUXGO FROM DEFAULT SEED
- Slug: Monitor level
- Exception handling not available on Intel/Linux.
- Slug: No requests for atlas.ps graphics
-1SLGNZINI: Initialize GENZ package 
- ================================================================================
- GNZINIT: Initializing GENZ package, Version v2r1    
-          GENZ assumes ZEBRA is initialized already
-          Zebra Version = 3.78  Jobname = lxplus026 calaf   Machine = UNKN
- GNZINIT: Modularity,  incl. possible user words is    13
-          Assumed HEPEVT common block modularity is 10000
- ================================================================================
-         Open I/O mode P on unit   21. File=ZEBRA.P                                                                         
- SLPKINI: Initialize PICK/SKIP system for RUNS.
-    No PIKR bank found. No Runs to PICK.
-    No SKPR bank found. No Runs to SKIP.
- SLPKINI: Initialize PICK/SKIP system for EVENTS in Run           0
-    No PIKE bank found for run           0
-    No SKPE bank found for run            0
- SLIN: Zebra SOR for Run       1, I/Omode P, unit 21
- SLIN: Zebra SOR Run  1 Ignored, Probable event structure error.
- RDSOR: ZSOR record found       1 Run. Read again for "INIT" and "DETM" 
- RUNG.INIT  20020703 21:16        3.218     3.78
- RUNG.KINE  20020703 21:16        3.218     3.78
- RUNG.HITS  20020703 21:16        3.218     3.78
- RUNG.DIGI  20020703 21:16        3.218     3.78
- 
- RUNG.RUNH:    command     'exec /usatlas/workarea/nevski/atlsprod/nice_feature $*';
- RUNG.RUNH: ?  gexec       libRootKernel.so;
- RUNG.RUNH:    Ag/Version  batch;
- RUNG.RUNH:    ?  gexec       libatlroot.so;
- RUNG.RUNH:       gexec       libatlprod.so;
- RUNG.RUNH:       gtime       0 1000 1;
- RUNG.RUNH:    Rung        0      1;
- RUNG.RUNH:    Ranlux      0001;
- RUNG.RUNH:    title       $quote(dc production simul_001003 at acas040.usatlas.bnl.gov 2.4.9-31smp on Wed Jul  3 21:16:48 EDT 2002 
- RUNG.RUNH: run=0001);
- RUNG.RUNH:      ghist       /usatlas/workarea/nevski/atlsprod/simul_001003/atlas.0001.his;
- RUNG.RUNH:    ;
- RUNG.RUNH:    *  - set atlas-standard configuration (inner, center, all);
- RUNG.RUNH:     exec atlas#config     all;
- RUNG.RUNH:       exec atlas#calo_shift 4;
- RUNG.RUNH:     exec atlas#inner_cut  4  all;
- RUNG.RUNH:    mode OUTP   simu 2;
- RUNG.RUNH:      mode FWDC   geom 2;
- RUNG.RUNH:      mode HEPE   hist 100;
- RUNG.RUNH: ?  detp MFLD;
- RUNG.RUNH:       mode filter hist 300;
- RUNG.RUNH: ?  detp filter;
- RUNG.RUNH:     call adice;
- RUNG.RUNH:   ;
- RUNG.RUNH:    *  - select filters, I/O;
- RUNG.RUNH:    ?  call filter;
- RUNG.RUNH:  ?  Gvertex;
- RUNG.RUNH:  ?  Gspread     0.0015 0.0015 5.6;
- RUNG.RUNH:    ?  TFLT ETAP   -2.7 2.7 0.0 6.3;
- RUNG.RUNH:    call AguDSET($quote(simul_001003.evgen_001003));
- RUNG.RUNH:     call AguFILE(0001);
- RUNG.RUNH:   *  call AguEVNT(0);
- RUNG.RUNH:  *  - next line may produce an uncorrect error message which should be ignored;
- RUNG.RUNH:      gfile P   /usatlas/workarea/nevski/atlsprod/data/zebra/dc1.001003.evgen.0001.test.h130_2e2mu.zebra  E;
- RUNG.RUNH:       gfile  O    /usatlas/workarea/nevski/atlsprod/simul_001003/atlas.0001.zebra;
- RUNG.RUNH:     skip  0;
- RUNG.RUNH:     trig  200;
- RUNG.RUNH:    
- RUNG.RTAG: simul_001003.evgen_001003.h130_2e2mu.3.2.1.JOB_18                               
- 
-1           USER'S DIRECTIVES TO RUN THIS JOB
-            ----------------------------------
-
-
- ***** DATA CARD CONTENT     LIST                                                                            
- ***** DATA CARD CONTENT     C----------------------------------------------------------------------C        
- ***** DATA CARD CONTENT     C   Corrections to data cards                                          C        
- ***** DATA CARD CONTENT     C----------------------------------------------------------------------C        
- ***** DATA CARD CONTENT    *MODE 'ALL' 'PRIN' 0                                                            
- ***** DATA CARD CONTENT    *MODE 'RECO' 'PRIN' 0                                                           
- ***** DATA CARD CONTENT     STOP                                                                            
- UGEOMR-   1- I      Dummy version of UGEOMR called - No DICE
-0SLHBINI: Setup HBOOK directories for atlas.his 
-          on LUN 50 with a quota of 32000  1024 word records
-0Creating subdirectories in PAWC for detectors with LVHIST.ne.0 :
- Summarize HBOOK directories in memory:
-
-
- ===> Directory : //PAWC
-
-
- ===> Directory : //PAWC/ATLS
-
-
- ===> Directory : //PAWC/MFLD
-
-
- ===> Directory : //PAWC/PIPE
-
-
- ===> Directory : //PAWC/PIXB
-
-
- ===> Directory : //PAWC/PIXE
-
-
- ===> Directory : //PAWC/SCTT
-
-
- ===> Directory : //PAWC/ZSCT
-
-
- ===> Directory : //PAWC/XTRT
-
-
- ===> Directory : //PAWC/INAF
-
-
- ===> Directory : //PAWC/CRYO
-
-
- ===> Directory : //PAWC/COIL
-
-
- ===> Directory : //PAWC/COPS
-
-
- ===> Directory : //PAWC/ACCB
-
-
- ===> Directory : //PAWC/ENDE
-
-
- ===> Directory : //PAWC/TILE
-
-
- ===> Directory : //PAWC/HEND
-
-
- ===> Directory : //PAWC/FWDC
-
-
- ===> Directory : //PAWC/AMDB
-
-
- ===> Directory : //PAWC/MINT
-
-
- ===> Directory : //PAWC/MUCH
-
-
- ===> Directory : //PAWC/TRAC
-
-
- ===> Directory : //PAWC/OUTP
-
-
- ===> Directory : //PAWC/HEPE
-
-
- ===> Directory : //PAWC/FILT
- RZMAKE. new RZ format selected for SLUGRZ
-0Creating subdirectories in //SLUGRZ for detectors with LVHIST.ne.0 :
-               ... creating //SLUGRZ/ATLS  
-               ... creating //SLUGRZ/MFLD  
-               ... creating //SLUGRZ/PIPE  
-               ... creating //SLUGRZ/PIXB  
-               ... creating //SLUGRZ/PIXE  
-               ... creating //SLUGRZ/SCTT  
-               ... creating //SLUGRZ/ZSCT  
-               ... creating //SLUGRZ/XTRT  
-               ... creating //SLUGRZ/INAF  
-               ... creating //SLUGRZ/CRYO  
-               ... creating //SLUGRZ/COIL  
-               ... creating //SLUGRZ/COPS  
-               ... creating //SLUGRZ/ACCB  
-               ... creating //SLUGRZ/ENDE  
-               ... creating //SLUGRZ/TILE  
-               ... creating //SLUGRZ/HEND  
-               ... creating //SLUGRZ/FWDC  
-               ... creating //SLUGRZ/AMDB  
-               ... creating //SLUGRZ/MINT  
-               ... creating //SLUGRZ/MUCH  
-               ... creating //SLUGRZ/TRAC  
-               ... creating //SLUGRZ/OUTP  
-               ... creating //SLUGRZ/HEPE  
-               ... creating //SLUGRZ/FILT  
- Summarize HBOOK directories in RZ file:
-
-
- ===> Directory : //SLUGRZ
-
-
- ===> Directory : //SLUGRZ/ATLS
-
-
- ===> Directory : //SLUGRZ/MFLD
-
-
- ===> Directory : //SLUGRZ/PIPE
-
-
- ===> Directory : //SLUGRZ/PIXB
-
-
- ===> Directory : //SLUGRZ/PIXE
-
-
- ===> Directory : //SLUGRZ/SCTT
-
-
- ===> Directory : //SLUGRZ/ZSCT
-
-
- ===> Directory : //SLUGRZ/XTRT
-
-
- ===> Directory : //SLUGRZ/INAF
-
-
- ===> Directory : //SLUGRZ/CRYO
-
-
- ===> Directory : //SLUGRZ/COIL
-
-
- ===> Directory : //SLUGRZ/COPS
-
-
- ===> Directory : //SLUGRZ/ACCB
-
-
- ===> Directory : //SLUGRZ/ENDE
-
-
- ===> Directory : //SLUGRZ/TILE
-
-
- ===> Directory : //SLUGRZ/HEND
-
-
- ===> Directory : //SLUGRZ/FWDC
-
-
- ===> Directory : //SLUGRZ/AMDB
-
-
- ===> Directory : //SLUGRZ/MINT
-
-
- ===> Directory : //SLUGRZ/MUCH
-
-
- ===> Directory : //SLUGRZ/TRAC
-
-
- ===> Directory : //SLUGRZ/OUTP
-
-
- ===> Directory : //SLUGRZ/HEPE
-
-
- ===> Directory : //SLUGRZ/FILT
-0SLBKINI: Initializing BACKground Faculty 
-          No Background activity
- UINIT -   1- I      Dummy version of UINIT called
-
-
- DESCRIPTION OF SLUG RUN:    
-
-      MAIN EVENT IS READ IN          
-      GENERATED EVENT REPROCESSING   OFF
-      BACKGROUND EVENT ADDITION      OFF
-      DETECTOR SIMULATION            OFF
-      DIGITIZATION                   OFF
-      STANDARD RECONSTRUCTION         ON
-      STANDARD ANALYSIS              OFF
-      EVENT OUTPUT                   OFF
- SLUG Event Phase: Set seeds of random number generator
- SLUG-Ranlux RNDM          0          0 have not been combined ... initialise with
-             Seed          0 ignore RNDM 2=              0
- Slug: RANLUX LUXURY LEVEL SET BY RLUXGO : 1     P=  48
- Slug: RANLUX INITIALIZED BY RLUXGO FROM DEFAULT SEED
- SLSOR: Time left at start of Run       1 is   100000000.00 Seconds
- SBRUNT-  11- I Run/     1/       RUNT bank booked by SLUG, not GENZ data
- UBEVT -   1- I Run/     1/       Dummy version of UBEVT called
- Arecon  Run      1003     Event         1               1  Timeleft  100000000.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-Hist                 INFO in initialize()
-Ntup                 INFO in initialize()
-HbookNFileCnv        INFO Opened NEW HBook RZ file:tuple1.hbook as FILE1
-AthenaEventLoopMgr   INFO No TimeKeeper selected. No time limit control on event loop.
-ApplicationMgr       INFO Application Manager Initialized successfully
-EventPersistenc...   INFO Added successfully Conversion service:DetDescrCnvSvc
-InDetMgrDetDesc...   INFO in createObj: creating a InDet_DetDescrManager object in the detector store
-InDetMgrDetDesc...   INFO Flag ReadFromROOT is:  0
-InDetMgrDetDesc...   INFO Initializing InDetMgr from ZEBRA 
-InDetMgrDetDesc...   INFO Found ZebraTDRCnvSvc 
-InDetMgrDetDesc...   INFO in initIds
- *****  RZMAKE. OLD RZ format selected for RZDOC               
-InDetMgrDetDesc...   INFO  Found the PixelID helper. 
-PixelIDDetDescrCnv   INFO in createObj: creating a PixelID helper object in the detector store
-IdDictDetDescrCnv    INFO in initialize
-IdDictDetDescrCnv    INFO in createObj: creating a IdDictManager object in the detector store
-IdDictDetDescrCnv    INFO IdDictName:  IdDictParser/ATLAS_IDS.xml
-IdDictDetDescrCnv    INFO Found id dicts:
-IdDictDetDescrCnv    INFO Dictionary ATLAS version default
-IdDictDetDescrCnv    INFO Dictionary Calorimeter version default
-IdDictDetDescrCnv    INFO Dictionary InnerDetector version default
-IdDictDetDescrCnv    INFO Dictionary LArCalorimeter version default
-IdDictDetDescrCnv    INFO Dictionary MuonSpectrometer version default
-IdDictDetDescrCnv    INFO Dictionary TileCalorimeter version default
- AtlasDetectorID::initialize_from_dictionary - OK 
-decode index and bit fields for each level: 
-indet          decode 1 vals 2,4,5,7,10      mask/zero mask/shift/bits/offset 7   1fffffff 29 3  0  indexes 0 0 1 2 0 3 0 0 4   mode  enumerated  
-pixel          decode 1 vals 1:3             mask/zero mask/shift/bits/offset 3   e7ffffff 27 2  3  indexes                     mode  both_bounded  
-bec            decode 1 vals -2,0,2          mask/zero mask/shift/bits/offset 3   f9ffffff 25 2  5  indexes 0 0 1 0 2           mode  enumerated  
-bec_shift      decode 1 vals -2,0,2          mask/zero mask/shift/bits/offset 3   9fffffff 29 2  1  indexes 0 0 1 0 2           mode  enumerated  
-lay_disk       decode 0 vals 0:2             mask/zero mask/shift/bits/offset 3   fe7fffff 23 2  7  indexes                     mode  both_bounded  
-lay_disk_shift decode 0 vals 0:2             mask/zero mask/shift/bits/offset 3   e7ffffff 27 2  3  indexes                     mode  both_bounded  
-phi_mod        decode 0 vals 0:51            mask/zero mask/shift/bits/offset 3f  ff81ffff 17 6  9  indexes                     mode  both_bounded  
-phi_mod_shift  decode 0 vals 0:51            mask/zero mask/shift/bits/offset 3f  f81fffff 21 6  5  indexes                     mode  both_bounded  
-eta_mod        decode 1 vals -6:6            mask/zero mask/shift/bits/offset f   fffe1fff 13 4  15 indexes                     mode  both_bounded  
-eta_mod_shift  decode 1 vals -6:6            mask/zero mask/shift/bits/offset f   ffe1ffff 17 4  11 indexes                     mode  both_bounded  
-phi_index      decode 0 vals 0:327           mask/zero mask/shift/bits/offset 1ff fffe00ff 8  9  15 indexes                     mode  both_bounded  
-eta_index      decode 0 vals 0:191           mask/zero mask/shift/bits/offset ff  ffffff00 0  8  24 indexes                     mode  both_bounded  
-bec_eta_mod    decode 0 vals 0               mask/zero mask/shift/bits/offset 3fff 8001ffff 17 14 1  indexes                     mode  both_bounded  
- PixelID::initialize_from_dict Set barrel field values: 0
- PixelID::initialize_from_dict Found field values: InDet/Pixel 2/1
-PixelID::init_neighbors 
- PixelID::initialize_from_dict 
-Wafer range -> 2/1/0/0/0:21/-6:6 | 2/1/0/1/0:37/-6:6 | 2/1/0/2/0:51/-6:6 | 2/1/-2,2/0:2/0:47/0
-Pixel range -> 2/1/0/0/0:21/-6:6/0:327/0:191 | 2/1/0/1/0:37/-6:6/0:327/0:143 | 2/1/0/2/0:51/-6:6/0:327/0:143 | 2/1/-2,2/0:2/0:47/0/0:327/0:143
-InDetMgrDetDesc...   INFO Set PixelID helper in InDetMgr 
-SCT_IDDetDescrCnv    INFO in createObj: creating a SCT_ID helper object in the detector store
- AtlasDetectorID::initialize_from_dictionary - OK 
-decode index and bit fields for each level: 
-indet    decode 1 vals 2,4,5,7,10      mask/zero mask/shift/bits/offset 7   1fffffff 29 3  0  indexes 0 0 1 2 0 3 0 0 4   mode  enumerated  
-sct      decode 1 vals 1:3             mask/zero mask/shift/bits/offset 3   e7ffffff 27 2  3  indexes                     mode  both_bounded  
-bec      decode 1 vals -2,0,2          mask/zero mask/shift/bits/offset 3   f9ffffff 25 2  5  indexes 0 0 1 0 2           mode  enumerated  
-lay_disk decode 0 vals 0:8             mask/zero mask/shift/bits/offset f   fe1fffff 21 4  7  indexes                     mode  both_bounded  
-phi_mod  decode 0 vals 0:55            mask/zero mask/shift/bits/offset 3f  ffe07fff 15 6  11 indexes                     mode  both_bounded  
-eta_mod  decode 1 vals -6:6            mask/zero mask/shift/bits/offset f   ffff87ff 11 4  17 indexes                     mode  both_bounded  
-side     decode 0 vals 0:1             mask/zero mask/shift/bits/offset 1   fffffbff 10 1  21 indexes                     mode  both_bounded  
-strip    decode 0 vals 0:767           mask/zero mask/shift/bits/offset 3ff fffffc00 0  10 22 indexes                     mode  both_bounded  
- SCT_ID::initialize_from_dict Set barrel field values: 0
- SCT_ID::initialize_from_dict Found field values: SCT 2
-SCT_ID::init_neighbors 
- SCT_ID::initialize_from_dict 
-Wafer range -> 2/2/0/0/0:31/-6:-1/0:1 | 2/2/0/1/0:39/-6:-1/0:1 | 2/2/0/2/0:47/-6:-1/0:1 | 2/2/0/3/0:55/-6:-1/0:1 | 2/2/0/0/0:31/1:6/0:1 | 2/2/0/1/0:39/1:6/0:1 | 2/2/0/2/0:47/1:6/0:1 | 2/2/0/3/0:55/1:6/0:1 | 2/2/-2,2/0:8/0:51/0/0:1 | 2/2/-2,2/0/0:39/1/0:1 | 2/2/-2,2/1:5/0:39/1:2/0:1 | 2/2/-2,2/6:7/0:39/1/0:1
-Strip range -> 2/2/0/0/0:31/-6:-1/0:1/0:767 | 2/2/0/1/0:39/-6:-1/0:1/0:767 | 2/2/0/2/0:47/-6:-1/0:1/0:767 | 2/2/0/3/0:55/-6:-1/0:1/0:767 | 2/2/0/0/0:31/1:6/0:1/0:767 | 2/2/0/1/0:39/1:6/0:1/0:767 | 2/2/0/2/0:47/1:6/0:1/0:767 | 2/2/0/3/0:55/1:6/0:1/0:767 | 2/2/-2,2/0:8/0:51/0/0:1/0:767 | 2/2/-2,2/0/0:39/1/0:1/0:767 | 2/2/-2,2/1:5/0:39/1:2/0:1/0:767 | 2/2/-2,2/6:7/0:39/1/0:1/0:767
-InDetMgrDetDesc...   INFO Set SCT_ID helper in InDetMgr 
-TRT_IDDetDescrCnv    INFO in createObj: creating a TRT_ID helper object in the detector store
- AtlasDetectorID::initialize_from_dictionary - OK 
-decode index and bit fields for each level: 
-indet     decode 1 vals 2,4,5,7,10      mask/zero mask/shift/bits/offset 7   1fffffff 29 3  0  indexes 0 0 1 2 0 3 0 0 4   mode  enumerated  
-trt       decode 1 vals 1:3             mask/zero mask/shift/bits/offset 3   e7ffffff 27 2  3  indexes                     mode  both_bounded  
-bec       decode 1 vals -2,-1,1,2       mask/zero mask/shift/bits/offset 3   f9ffffff 25 2  5  indexes 0 1 0 2 3           mode  enumerated  
-phi_mod   decode 0 vals 0:31            mask/zero mask/shift/bits/offset 1f  fe0fffff 20 5  7  indexes                     mode  both_bounded  
-lay_wheel decode 0 vals 0:17            mask/zero mask/shift/bits/offset 1f  fff07fff 15 5  12 indexes                     mode  both_bounded  
-str_lay   decode 0 vals 0:29            mask/zero mask/shift/bits/offset 1f  ffff83ff 10 5  17 indexes                     mode  both_bounded  
-straw     decode 0 vals 0:28            mask/zero mask/shift/bits/offset 1f  fffffc1f 5  5  22 indexes                     mode  both_bounded  
- TRT_ID::initialize_from_dict Set barrel field values: -1,1
- TRT_ID::initialize_from_dict Found field values: InDet/TRT 2/3
-Module range -> 2/3/-1,1/0:31/0 | 2/3/-1,1/0:31/1 | 2/3/-1,1/0:31/2 | 2/3/-2,2/0:31/0:5 | 2/3/-2,2/0:31/6:13 | 2/3/-2,2/0:31/14:17
- TRT_ID::initialize_from_dict 
-Module range -> 2/3/-1,1/0:31/0 | 2/3/-1,1/0:31/1 | 2/3/-1,1/0:31/2 | 2/3/-2,2/0:31/0:5 | 2/3/-2,2/0:31/6:13 | 2/3/-2,2/0:31/14:17
-Straw layer range -> 2/3/-1,1/0:31/0/0 | 2/3/-1,1/0:31/0/1:4 | 2/3/-1,1/0:31/0/5:9 | 2/3/-1,1/0:31/0/10:14 | 2/3/-1,1/0:31/0/15:17 | 2/3/-1,1/0:31/0/18 | 2/3/-1,1/0:31/1/0 | 2/3/-1,1/0:31/1/1:5 | 2/3/-1,1/0:31/1/6:10 | 2/3/-1,1/0:31/1/11:15 | 2/3/-1,1/0:31/1/16:20 | 2/3/-1,1/0:31/1/21:22 | 2/3/-1,1/0:31/1/23 | 2/3/-1,1/0:31/2/0 | 2/3/-1,1/0:31/2/1:4 | 2/3/-1,1/0:31/2/5:9 | 2/3/-1,1/0:31/2/10:14 | 2/3/-1,1/0:31/2/15:19 | 2/3/-1,1/0:31/2/20:24 | 2/3/-1,1/0:31/2/25:28 | 2/3/-1,1/0:31/2/29 | 2/3/-2,2/0:31/0:5/0:15 | 2/3/-2,2/0:31/6:13/0:7 | 2/3/-2,2/0:31/14:17/0:15
-Straw range -> 2/3/-1,1/0:31/0/0/0:14 | 2/3/-1,1/0:31/0/1:4/0:15 | 2/3/-1,1/0:31/0/5:9/0:16 | 2/3/-1,1/0:31/0/10:14/0:17 | 2/3/-1,1/0:31/0/15:17/0:18 | 2/3/-1,1/0:31/0/18/0:17 | 2/3/-1,1/0:31/1/0/0:18 | 2/3/-1,1/0:31/1/1:5/0:19 | 2/3/-1,1/0:31/1/6:10/0:20 | 2/3/-1,1/0:31/1/11:15/0:21 | 2/3/-1,1/0:31/1/16:20/0:22 | 2/3/-1,1/0:31/1/21:22/0:23 | 2/3/-1,1/0:31/1/23/0:22 | 2/3/-1,1/0:31/2/0/0:22 | 2/3/-1,1/0:31/2/1:4/0:23 | 2/3/-1,1/0:31/2/5:9/0:24 | 2/3/-1,1/0:31/2/10:14/0:25 | 2/3/-1,1/0:31/2/15:19/0:26 | 2/3/-1,1/0:31/2/20:24/0:27 | 2/3/-1,1/0:31/2/25:28/0:28 | 2/3/-1,1/0:31/2/29/0:27 | 2/3/-2,2/0:31/0:5/0:15/0:23 | 2/3/-2,2/0:31/6:13/0:7/0:23 | 2/3/-2,2/0:31/14:17/0:15/0:17
-InDetMgrDetDesc...   INFO Set TRT_ID helper in InDetMgr 
-ZebraDetDescrSource::get_pixel_barrel - geometry version 14.3 major version is 14
- UseLayer: 1 1 1
-ZebraDetDescrSource::get_pixel_barrel - minor version is 111
- G3SiDetDecoderImpl::set_version - det pixb version 14
- G3SiDetDecoderImpl::set_minor_version  version 111
- Unable to get bank PXBI for path PXBI*
- Idnum[0] is 4 
-ZebraDetDescrSource::get_pixel_endcap - geometry version 14.2
-ZebraDetDescrSource::get_pixel_endcap - minor version is 111
- G3SiDetDecoderImpl::set_version - det pixe version 14
- G3SiDetDecoderImpl::set_minor_version  version 111
-ZebraDetDescrSource::get_sct_barrel - geometry version 5
- G3SiDetDecoderImpl::set_version - det sctb version 5
- Unable to get bank SCTI for path /DETM/SCTT/SCTG/SCTI*
- Idnum[0 to 3] is 1 1 1 5 
-ZebraDetDescrSource::get_sct_endcap - geometry version 4
- G3SiDetDecoderImpl::set_version - det scte version 4
- Unable to get bank ZSCW for path /DETM/ZSCT/ZSCG/ZSCW*
- Idnum[0 to 3] is 1 1 1 10 
-ZebraDetDescrSource::get_trt_barrel - before trtg 
-ZebraDetDescrSource::get_trt_barrel - geometry version 2 trtg.TRTGeo 2
-ZebraDetDescrSource::get_trt_barrel - found from trt_v3 trt_time_res 3.125 trt_digit 2
-ZebraDetDescrSource::get_trt_barrel - status 0
-ZebraDetDescrSource::get_trt_endcap - geometry version 2
-ZebraDetDescrSource::get_trt_endcap - found from trt_v3 trt_time_res 3.125 trt_digit 2
-ZebraDetDescrSource::get_trt_endcap - status 0
-InDetMgrDetDesc...   INFO in initHashIds
-InDetMgrDetDesc...   INFO  Initialized InDetMgr from ZEBRA. 
- G3SiDetDecoderImpl::set_version - det pixb version 14
- G3SiDetDecoderImpl::set_minor_version  version 111
- G3SiDetDecoderImpl::set_version - det pixe version 14
- G3SiDetDecoderImpl::set_minor_version  version 111
- G3SiDetDecoderImpl::set_version - det sctb version 5
- G3SiDetDecoderImpl::set_version - det scte version 4
-MuonDetMgrDetDe...   INFO in initialize
-MuonDetMgrDetDe...   INFO in createObj: creating a MuonDetDescrManager object in the detector store
-MuonDetMgrDetDe...   INFO Flag ReadFromROOT is:  0
-MuonDetMgrDetDe...   INFO Initializing muon_DetMgr from ZEBRA 
-MuonDetMgrDetDe...   INFO Found ZebraTDRCnvSvc 
-MuonDetMgrDetDe...   INFO in initIds
-MDT_IDDetDescrCnv    INFO Flag CompactIDsOnly is:  0
-MDT_IDDetDescrCnv    INFO in createObj: creating a MdtIdHelper object in the detector store
- AtlasDetectorID::initialize_from_dictionary - OK 
-MdtIdHelper          INFO MultiRange built successfully to Technology: MultiRange size is 41
-MdtIdHelper          INFO MultiRange built successfully to tube: MultiRange size is 43
-MdtIdHelper          INFO Initializing MDT hash indices ... 
-MuonIdHelper         INFO The element hash max is 1168
-MdtIdHelper          INFO Initializing MDT hash indices for finding neighbors ... 
-MuonIdHelper::init_neighbors 
-MuonDetMgrDetDe...   INFO  Found the MdtIdHelper. 
-MuonDetMgrDetDe...   INFO Set  MdtIdHelper in muon_detMgr 
-CSC_IDDetDescrCnv    INFO Flag CompactIDsOnly is:  0
-CSC_IDDetDescrCnv    INFO in createObj: creating a CcscIdHelper object in the detector store
- AtlasDetectorID::initialize_from_dictionary - OK 
-CscIdHelper          INFO MultiRange built successfully to Technology: MultiRange size is 41
-CscIdHelper          INFO MultiRange built successfully to cscStrip: MultiRange size is 43
-CscIdHelper          INFO Initializing CSC hash indices ... 
-MuonIdHelper         INFO The element hash max is 32
-MuonIdHelper         INFO The channel hash max is 64000
-CscIdHelper          INFO Initializing CSC hash indices for finding neighbors ... 
-MuonIdHelper::init_neighbors 
-MuonDetMgrDetDe...   INFO  Found the CscIdHelper. 
-MuonDetMgrDetDe...   INFO Set  CscIdHelper in muon_detMgr 
-RPC_IDDetDescrCnv    INFO Flag CompactIDsOnly is:  0
-RPC_IDDetDescrCnv    INFO in createObj: creating a RpcIdHelper object in the detector store
- AtlasDetectorID::initialize_from_dictionary - OK 
-RpcIdHelper          INFO MultiRange built successfully to doubletR: MultiRange size is 43
-RpcIdHelper          INFO MultiRange built successfully to rpcStrip: MultiRange size is 43
-RpcIdHelper          INFO Initializing RPC hash indices ... 
-MuonIdHelper         INFO The element hash max is 574
-RpcIdHelper          INFO Initializing RPC hash indices for finding neighbors ... 
-MuonIdHelper::init_neighbors 
-MuonDetMgrDetDe...   INFO  Found the RpcIdHelper. 
-MuonDetMgrDetDe...   INFO Set  RpcIdHelper in muon_detMgr 
-TGC_IDDetDescrCnv    INFO Flag CompactIDsOnly is:  0
-TGC_IDDetDescrCnv    INFO in createObj: creating a TgcIdHelper object in the detector store
- AtlasDetectorID::initialize_from_dictionary - OK 
-TgcIdHelper          INFO MultiRange built successfully to Technology: MultiRange size is 41
-TgcIdHelper          INFO MultiRange built successfully to channel: MultiRange size is 43
-TgcIdHelper          INFO Initializing TGC hash indices ... 
-MuonIdHelper         INFO The element hash max is 1584
-TgcIdHelper          INFO Initializing TGC hash indices for finding neighbors ... 
-MuonIdHelper::init_neighbors 
-MuonDetMgrDetDe...   INFO  Found the TgcIdHelper. 
-MuonDetMgrDetDe...   INFO Set  TgcIdHelper in muon_detMgr 
- Unable to get bank AMDB for path /DETM/AMDB/AMDB*
- Looking for field VERSION     
- Idnum[0 to 2] is 1 1 0 
- Unable to get bank AMDB for path /DETM/AMDB/AMDB*
- Looking for field VERSION     
- Idnum[0 to 2] is 1 1 0 
-MuonZebraDetDes...   INFO Building descriptors for DBSC version = 4 AMDB version = 4...
-MuonDetDescrMan...   INFO MuonDetDescrManager: Setting geometryVersion = P
-MdtZebraDetDesc...   INFO Building geometry version P
-CscZebraDetDesc...   INFO Building geometry version P
-RpcZebraDetDesc...   INFO Building geometry version P
-TgcZebraDetDesc...   INFO Building geometry version P ...
- TGCFDIGI : Version of TGC Structure   1 WireSp  0.18
-MuonZebraDetDes...   INFO All descriptors and elements built for Muons.
-MuonDetMgrDetDe...   INFO in initHashIds
-MuonDetMgrDetDe...   INFO  Initialized muon_DetMgr from ZEBRA. 
- AmdbsimrecAccess::GetAmdbsimrec  can not access Amdbsimrec 
- AMDBGEO : There IS an AMDB of known format on tape  
- ========> AMDB from tape has the latest format     
- ========> It will be used directly                 
-G3MDT_Strategy       INFO Successfully read AMDB_simrec.
- TgcFver : Version of TGC Digitisation   1 WireSp  0.18
- vtgc: TGC version= 50600 digiVersion  1
-EventPersistenc...   INFO Added successfully Conversion service:ZebraTDRCnvSvc
-------------------------------  IOVSvc Proxy Map  ------------------------------
--------------------------------------------------------------------------------
-Hist                 INFO in execute()
-Ntup                 INFO in execute()
-HCWNTupleCnv         INFO Booked Column wise HBOOK N tuple with ID:10 "Col Wise" in directory <//FILE1/COL>
- UBEVT -   1- I Run/  1003/       Dummy version of UBEVT called
- SLIN: Ignore LEVP  print flag 113 on LUN   0
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
-  GUOUT   entered
- Arecon  Run      1003     Event         2               2  Timeleft   99999952.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-  GUOUT: Event        2 took   48.0000 Seconds. Time left =     99999952.00 Seconds.
-Hist                 INFO in execute()
-Ntup                 INFO in execute()
- UBEVT -   1- I Run/  1003/       Dummy version of UBEVT called
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
-  GUOUT   entered
- Arecon  Run      1003     Event         3               3  Timeleft   99999952.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-  GUOUT: Event        3 took    0.0000 Seconds. Time left =     99999952.00 Seconds.
-Hist                 INFO in execute()
-Ntup                 INFO in execute()
- UBEVT -   1- I Run/  1003/       Dummy version of UBEVT called
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
-  GUOUT   entered
- Arecon  Run      1003     Event         4               4  Timeleft   99999944.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-  GUOUT: Event        4 took    8.0000 Seconds. Time left =     99999944.00 Seconds.
-Hist                 INFO in execute()
-Ntup                 INFO in execute()
- UBEVT -   1- I Run/  1003/       Dummy version of UBEVT called
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
-  GUOUT   entered
- Arecon  Run      1003     Event         5               5  Timeleft   99999944.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-  GUOUT: Event        5 took    0.0000 Seconds. Time left =     99999944.00 Seconds.
-Hist                 INFO in execute()
-Ntup                 INFO in execute()
- UBEVT -   1- I Run/  1003/       Dummy version of UBEVT called
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
-  GUOUT   entered
- Arecon  Run      1003     Event         6               6  Timeleft   99999936.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-  GUOUT: Event        6 took    8.0000 Seconds. Time left =     99999936.00 Seconds.
-Hist                 INFO in execute()
-Ntup                 INFO in execute()
- UBEVT -   1- I Run/  1003/       Dummy version of UBEVT called
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
-  GUOUT   entered
- Arecon  Run      1003     Event         7               7  Timeleft   99999928.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-  GUOUT: Event        7 took    8.0000 Seconds. Time left =     99999928.00 Seconds.
-Hist                 INFO in execute()
-Ntup                 INFO in execute()
- UBEVT -   1- I Run/  1003/       Dummy version of UBEVT called
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
-  GUOUT   entered
- Arecon  Run      1003     Event         8               8  Timeleft   99999920.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-  GUOUT: Event        8 took    8.0000 Seconds. Time left =     99999920.00 Seconds.
-Hist                 INFO in execute()
-Ntup                 INFO in execute()
- UBEVT -   1- I Run/  1003/       Dummy version of UBEVT called
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
-  GUOUT   entered
- Arecon  Run      1003     Event         9               9  Timeleft   99999920.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-  GUOUT: Event        9 took    0.0000 Seconds. Time left =     99999920.00 Seconds.
-Hist                 INFO in execute()
-Ntup                 INFO in execute()
- REPORT-I- The following message was issued    10 times and will be suppressed :
- UBEVT -   1- I Run/  1003/    1  Dummy version of UBEVT called
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        10              10  Timeleft   99999920.00 sec.
- REPORT-I- The following message was issued    10 times and will be suppressed :
- UOUT  -   1- I Run/  1003/    1  Dummy version of UOUT called
-  GUOUT: Event       10 took    0.0000 Seconds. Time left =     99999920.00 Seconds.
-Hist                 INFO in execute()
-Ntup                 INFO in execute()
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        11              11  Timeleft   99999912.00 sec.
-  GUOUT: Event       11 took    8.0000 Seconds. Time left =     99999912.00 Seconds.
-Hist                 INFO in finalize()
-Ntup                 INFO in finalize()
-IdDictDetDescrCnv    INFO in finalize
-MuonDetMgrDetDe...   INFO in finalize
-IOVSvc               INFO Service finalised successfully
-*****Chrono*****     INFO ****************************************************************************************************
-*****Chrono*****     INFO  The Final CPU consumption ( Chrono ) Table (ordered)
-*****Chrono*****     INFO ****************************************************************************************************
-ChronoStatSvc        INFO Time User   : Tot= 85.4  [s]                                             #=  1
-*****Chrono*****     INFO ****************************************************************************************************
-ChronoStatSvc.f...   INFO  Service finalized succesfully 
-ToolSvc              INFO Removing all tools created by ToolSvc
-HNTupleCnv           INFO Saving:/NTUPLES/FILE1/COL/10 with ID:10
-
-
- ******************************************************************
- * Ntuple ID = 10     Entries = 10        Col Wise
- ******************************************************************
- * Var numb * Type * Packing *    Range     *  Block   *  Name    *
- ******************************************************************
- *      1   * I*4  *         * [-2147483648 * AUTO_BLK * Event
- *      2   * I*4  *         * [-2147483648 * AUTO_BLK * Run
- *      3   * I*4  *         * [0,100]      * AUTO_BLK * Size
- *      4   * I*4  *         * [-2147483648 * AUTO_BLK * rundata(Size)
- ******************************************************************
- *  Block   *  Entries  * Unpacked * Packed *   Packing Factor    *
- ******************************************************************
- * AUTO_BLK *  10       * 412      * Var.   *    Variable         *
- * Total    *    ---    * 412      * Var.   *    Variable         *
- ******************************************************************
- * Blocks = 1            Variables = 4       Max. Columns = 103   *
- ******************************************************************
-
-HbookNFileCnv        INFO Closing HBook RZ file:tuple1.hbook as /NTUPLES/FILE1
-NTupleSvc            INFO NTuples saved successfully
-ApplicationMgr       INFO Application Manager Finalized successfully
diff --git a/AtlasTest/ControlTest/share/StoreGatePileUp.ref b/AtlasTest/ControlTest/share/StoreGatePileUp.ref
deleted file mode 100644
index 8f8dae5f060c9a52bed6fe8536ec96271d1435b3..0000000000000000000000000000000000000000
--- a/AtlasTest/ControlTest/share/StoreGatePileUp.ref
+++ /dev/null
@@ -1,1664 +0,0 @@
-JobOptionsSvc     WARNING 
-
-//##############################################################
-//
-// AthExStoreGateExample Pile-Up Job options file
-//
-//==============================================================
-//use ZebraTDR selector
-// --> Including file $ATHENACOMMONROOT/share/Atlas_ZebraTDR.UnixStandardJob.txt
-
-
-//**************************************************************
-//
-// ZebraTDR job options file
-//
-//==============================================================
-// --> Including file $ATHENACOMMONROOT/share/Atlas.UnixStandardJob.txt
-
-
-//**************************************************************
-//
-// Unix standard job options file
-//
-//==============================================================
-//--------------------------------------------------------------
-//ApplicationMgr configuration
-//--------------------------------------------------------------
-//default services to be instantiated
-ApplicationMgr.ExtSvc += { "IncidentSvc/IncidentSvc", 
-		           "EvtPersistencySvc/EventPersistencySvc",
-			   "HistogramSvc/HistogramDataSvc",
-			   "NTupleSvc/NTupleSvc",
-			   "ToolSvc/ToolSvc",
-			   "AuditorSvc/AuditorSvc",
-			   "RndmGenSvc/RndmGenSvc",
-			   "ChronoStatSvc/ChronoStatSvc"
-			 };	
-
-ApplicationMgr.Dlls   += { "AthenaServices" };
-ApplicationMgr.EventLoop = "AthenaEventLoopMgr";
-ApplicationMgr.OutStreamType = "AthenaOutputStream";
-AthenaEventLoopMgr.OutStreamType = "AthenaOutputStream";
-
-//--------------------------------------------------------------
-// StoreGate services configuration
-//--------------------------------------------------------------
-// --> Including file $STOREGATEROOT/share/StoreGate_jobOptions.txt
-
-
-ApplicationMgr.Dlls   += { "StoreGate", "CLIDSvc" };
-ApplicationMgr.ExtSvc += { "ClassIDSvc" };
-ApplicationMgr.ExtSvc += { "StoreGateSvc", "StoreGateSvc/DetectorStore", "StoreGateSvc/ConditionStore" };
-ApplicationMgr.ExtSvc += { "ActiveStoreSvc" };
-//FIXME uncomment to verify that your  CLIDs are good!
-//ClassIDSvc.CLIDDBFiles += { "$CLIDSVCROOT/share/clid.db" };
-
-
-// <-- End of including file $STOREGATEROOT/share/StoreGate_jobOptions.txt
-
-
-//--------------------------------------------------------------
-// Initialization of DetDescrCnvSvc
-//--------------------------------------------------------------
-// --> Including file $DETDESCRCNVSVCROOT/share/DetStore_joboptions.txt
-
-
-//
-// Joboptions for bootstrapping the loading of the DetectorStore with
-// the DetDescrCnvSvc
-//
-
-// DLLs 
-ApplicationMgr.Dlls += { "DetDescrCnvSvc" };
-
-// Add in services
-//  (NOTE: the following does not yet work for the detector store)
-//ApplicationMgr.ExtSvc += { "DetPersistencySvc/DetectorPersistencySvc", 
-//			   "DetDescrCnvSvc" };
-//DetectorPersistencySvc.CnvServices += { "DetDescrCnvSvc" };
-// Instead use the event pers svc:
-ApplicationMgr.ExtSvc += { "DetDescrCnvSvc" };
-EventPersistencySvc.CnvServices += { "DetDescrCnvSvc" };
-
-// Add list of DetectorManagers to be loaded at startup
-// (Currently done in the individual mgr joboptions)
-// DetDescrCnvSvc.DetectorManagers = { "InDetMgr", "LArMgr", "TileMgr", "MuonMgr" };
-
-// Specify primary Identifier dictionary to be used
-DetDescrCnvSvc.IdDictName = "ATLAS_IDS.xml";
-
-// Always include the IdDict jobOptions
-// --> Including file $IDDICTDETDESCRCNVROOT/share/IdDictDetDescrCnv_joboptions.txt
-
-
-//
-//  Joboptions for the loading of the of InDetDDMgr
-//
-
-// DLLs 
-ApplicationMgr.Dlls += { "IdDictDetDescrCnv" };
-
-
-// <-- End of including file $IDDICTDETDESCRCNVROOT/share/IdDictDetDescrCnv_joboptions.txt
-
-
-// Set flag to use compact ids 
-DetDescrCnvSvc.CompactIDsOnly = true;
-
-
-// <-- End of including file $DETDESCRCNVSVCROOT/share/DetStore_joboptions.txt
-
-
-//==============================================================
-//
-// End of Unix standard job options file
-//
-//**************************************************************
-
-
-// <-- End of including file $ATHENACOMMONROOT/share/Atlas.UnixStandardJob.txt
-
-
-//--------------------------------------------------------------
-// General Application Configuration options
-//--------------------------------------------------------------
-
-ApplicationMgr.Dlls   += { "ZebraTDRCnv" , "HbookCnv"};
-ApplicationMgr.ExtSvc += { "ZebraTDRCnvSvc", 
-                          "ZebraTDREventSelector/EventSelector" };
-//--------------------------------------------------------------
-// Persistency services
-//--------------------------------------------------------------
-
-EventPersistencySvc.CnvServices += { "ZebraTDRCnvSvc" };  
-
-//==============================================================
-//
-// End of ZebraTDR job options file
-//
-//**************************************************************
-
-
-
-// <-- End of including file $ATHENACOMMONROOT/share/Atlas_ZebraTDR.UnixStandardJob.txt
-
-// For  ddcnvsvc
-// --> Including file $IDDICTDETDESCRCNVROOT/share/IdDictDetDescrCnv_joboptions.txt
-#001 [ from ../src/JobOptionsSvc/PropertyCompiler.cpp:181] in function: void PropertyCompiler::openPropertyFile(const std::string&): Specified property-file /afs/cern.ch/atlas/software/dist/nightlies/rel/atlrel_4/DetectorDescription/IdDictDetDescrCnv/IdDictDetDescrCnv-00-00-05/share/IdDictDetDescrCnv_joboptions.txt was already included by another property-file! 
-JobOptionsSvc     WARNING [ from ../src/JobOptionsSvc/PropertyCompiler.cpp:1338] in function: StatusCode PropertyCompiler::startCompiler()1 Warnings 
-JobOptionsSvc        INFO 
-
-//
-//  Joboptions for the loading of the of InDetDDMgr
-//
-
-// DLLs 
-ApplicationMgr.Dlls += { "IdDictDetDescrCnv" };
-
-
-// <-- End of including file $IDDICTDETDESCRCNVROOT/share/IdDictDetDescrCnv_joboptions.txt
-
-// --> Including file $INDETMGRDETDESCRCNVROOT/share/InDetMgrDetDescrCnv_joboptions.txt
-
-
-//
-//  Joboptions for the loading of the of InDetDDMgr
-//
-
-// DLLs 
-ApplicationMgr.Dlls += { "InDetMgrDetDescrCnv" };
-
-// Add InDet to list of DetectorManagers to be loaded at startup
-DetDescrCnvSvc.DetectorManagers += { "InDetMgr" };
-
-// <-- End of including file $INDETMGRDETDESCRCNVROOT/share/InDetMgrDetDescrCnv_joboptions.txt
-
-// --> Including file $LARDETMGRDETDESCRCNVROOT/share/LArDetMgrDetDescrCnv_joboptions.txt
-
-
-//
-// Example joboptions for the loading of the DetectorStore
-//
-
-// DLLs 
-ApplicationMgr.Dlls += { "LArDetMgrDetDescrCnv" };
-
-// Add InDet to list of DetectorManagers to be loaded at startup
-DetDescrCnvSvc.DetectorManagers += { "LArMgr" };
-
-
-// <-- End of including file $LARDETMGRDETDESCRCNVROOT/share/LArDetMgrDetDescrCnv_joboptions.txt
-
-// --> Including file $TILEDETMGRDETDESCRCNVROOT/share/TileDetMgrDetDescrCnv_joboptions.txt
-
-
-//
-// Example joboptions for the loading of the DetectorStore
-//
-
-// DLLs 
-ApplicationMgr.Dlls += { "TileDetMgrDetDescrCnv" };
-
-// Add Tile to list of DetectorManagers to be loaded at startup
-DetDescrCnvSvc.DetectorManagers += { "TileMgr" };
-
-// <-- End of including file $TILEDETMGRDETDESCRCNVROOT/share/TileDetMgrDetDescrCnv_joboptions.txt
-
-// --> Including file $MUONDETMGRDETDESCRCNVROOT/share/MuonDetMgrDetDescrCnv_joboptions.txt
-
-
-//
-//  Joboptions for the loading of the of MuonDDMgr
-//
-
-// DLLs 
-ApplicationMgr.Dlls += { "MuonDetMgrDetDescrCnv" };
-
-// Add InDet to list of DetectorManagers to be loaded at startup
-DetDescrCnvSvc.DetectorManagers += { "MuonMgr" };
-
-// <-- End of including file $MUONDETMGRDETDESCRCNVROOT/share/MuonDetMgrDetDescrCnv_joboptions.txt
-
-// Turn on the reading of the dictionary
-DetDescrCnvSvc.DecodeIdDict = true;
-
-//--------------------------------------------------------------
-// Private Application Configuration options
-//--------------------------------------------------------------
-
-//load relevant libraries
-ApplicationMgr.Dlls += { "AthenaServices", "AthExStoreGateExample", "PileUpTools"};
-
-//load pileup merge svc
-ApplicationMgr.ExtSvc += { "PileUpMergeSvc" };
-
-//top algorithms to be run
-ApplicationMgr.TopAlg = { "ReadPileUpData" };
-
-//--------------------------------------------------------------
-// use the new Pile-uP Event Loop Mgr
-//--------------------------------------------------------------
-//add pile up loop to the list of external services
-//declare it to the appmgr
-ApplicationMgr.EventLoop = "PileUpEventLoopMgr";
-
-//define inputs
-PileUpEventLoopMgr.OrigSelector="EventSelector";
-PileUpEventLoopMgr.BkgSelectors={"EventSelector"};
-PileUpEventLoopMgr.CollPerXing=3;
-//realistic value PileUpEventLoopMgr.CollPerXing=23;
-
-//--------------------------------------------------------------
-// Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL )
-//--------------------------------------------------------------
-
-PileUpEventLoopMgr.OutputLevel      = 2;
-PileUpMergeSvc.OutputLevel      = 2;
-MessageSvc.useColors        = true;
-
-//--------------------------------------------------------------
-// Event related parameters
-//--------------------------------------------------------------
-
-// Number of events to be processed (default is 10)
-ApplicationMgr.EvtMax = 3;
-EventSelector.firstRun=1;
-EventSelector.lastRun=100000;
-
-//==============================================================
-//
-// End of AthExStoreGateExample job options file
-//
-//##############################################################
-
-
-Job options successfully read in from StoreGateExample_pileup_jobOptions.txt
-ConverterFactory  WARNING Converter for class:IdDictDetDescrCnv already exists.
-WARNING Algorithm factory for type AthenaOutputStream already declared. Overwriting it.
-ObjectManager     WARNING Factory for class:AlgContextAuditor already exists.
-ServiceManager    WARNING Service factory for type AlgContextSvc already declared
-ServiceManager    WARNING Service factory for type AtRndmGenSvc already declared
-ServiceManager    WARNING Service factory for type AthenaEventLoopMgr already declared
-ApplicationMgr       INFO Successfully loaded modules: AthenaServices, StoreGate, CLIDSvc, DetDescrCnvSvc, IdDictDetDescrCnv, ZebraTDRCnv, HbookCnv, IdDictDetDescrCnv, InDetMgrDetDescrCnv, LArDetMgrDetDescrCnv, TileDetMgrDetDescrCnv, MuonDetMgrDetDescrCnv, AthenaServices, AthExStoreGateExample, PileUpTools
-ApplicationMgr       INFO Application Manager Configured successfully
-EventPersistenc...   INFO "CnvServices": ["DetDescrCnvSvc", "ZebraTDRCnvSvc"]
-HistogramPersis...   INFO "CnvServices": ["HbookHistSvc", "RootHistSvc"]
-HistogramPersis...WARNING Histograms saving not required.
-RndmGenSvc.Engine    INFO Generator engine type:RanluxEngine
-RndmGenSvc.Engine    INFO Current Seed:1234567 Luxury:3
-RndmGenSvc           INFO Using Random engine:HepRndm::Engine<RanluxEngine>
-ClassIDSvc           INFO Initializing ClassIDSvc - package version CLIDSvc-00-00-06
-ClassIDSvc           INFO ClassIDSvc Initialized successfully 
-StoreGateSvc         INFO Initializing StoreGateSvc - package version StoreGate-02-09-06
-ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version StoreGate-02-09-06
-DetectorStore        INFO Initializing DetectorStore - package version StoreGate-02-09-06
-ConditionStore      INFO Initializing ConditionStore - package version StoreGate-02-09-06
-ActiveStoreSvc       INFO Initializing ActiveStoreSvc - package version StoreGate-02-09-06
-DetDescrCnvSvc       INFO  initializing 
-DetDescrCnvSvc       INFO Found DetectorStore service
-DetDescrCnvSvc       INFO  filling proxies for detector managers 
-DetDescrCnvSvc       INFO  Found manager name InDetMgr
-DetDescrCnvSvc       INFO  filling address for InDetMgr with CLID 2512 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  Found manager name LArMgr
-DetDescrCnvSvc       INFO  filling address for LArMgr with CLID 2741 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  Found manager name TileMgr
-DetDescrCnvSvc       INFO  filling address for TileMgr with CLID 2941 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  Found manager name MuonMgr
-DetDescrCnvSvc       INFO  filling address for MuonMgr with CLID 4060 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling proxies for GeoModel root nodes 
-DetDescrCnvSvc       INFO  filling address for IdDict with CLID 2411 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for PixelID with CLID 2516 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for SCT_ID with CLID 2517 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for TRT_ID with CLID 2518 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for LArEM_ID with CLID 163583365 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for LArHEC_ID with CLID 3870484 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for LArFCAL_ID with CLID 45738051 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for MDTIDHELPER with CLID 4170 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for CSCIDHELPER with CLID 4171 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for RPCIDHELPER with CLID 4172 and storage type 68 to detector store 
-DetDescrCnvSvc       INFO  filling address for TGCIDHELPER with CLID 4173 and storage type 68 to detector store 
- ZebraTDRCnvSvc: FORTRAN input taken from slug.car
-EventSelector     WARNING  You have set firstRun and lastRun job parameters. Currently no action is implemented for this: 
-EventSelector        INFO  Value for the detector flags are: 
-EventSelector        INFO  indet       - 1
-EventSelector        INFO    pixel     - 1
-EventSelector        INFO    sct       - 1
-EventSelector        INFO    trt       - 1
-EventSelector        INFO  calos       - 1
-EventSelector        INFO    emBarrel  - 1
-EventSelector        INFO    emEndcap  - 1
-EventSelector        INFO    hec       - 1
-EventSelector        INFO    fcal      - 1
-EventSelector        INFO    tile      - 1
-EventSelector        INFO  muons       - 1
-EventSelector        INFO    csc       - 1
-EventSelector        INFO    mdt       - 1
-EventSelector        INFO    rpc       - 1
-EventSelector        INFO    tgc       - 1
-EventSelector        INFO  Hits   flag - 0
-EventSelector        INFO  Digits flag - 1
- ATLAS Simulation, Reconstruction and Analysis Exploiting the SLUG Fortran77 implementation.
- CALLING SLZEBRA WITH PAW SIZE  250000
-1+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- +                                                                                     +
- +   Atlas Detector Simulation, Reconstruction and Analysis Running on  30524 at  743  +
- +                                                                                     +
- +   Machine:  386LINUX  lxplus077  System and Processor Info                          +
- +                                                                                     +
- +   Job    :  JobName                                                                 +
- +                                                                                     +
- +   Program:  Slug-Dice-Arecon in /afs/cern.ch/user/c/calaf/scratch0/to620/AtlasTest/C+ntrolTest/ControlTest-00-01  pid    1743
- +                                                                                     +
- +                                                                                     +
- +   Package Information                                                               +
- +   GEANT:  3.21/08    3.2180  230697                                                 +
- +   ZEBRA:   3.7700 Zebra11000000 words, PAW/Hbook 250000 words, FFRead   4000 words. +
- +      RZ: RZEBRA   3.01/08         This version created on 000000 at 0000            +
- +    SLUG:     slug     Library of   30522 at   10 Version  slug-01-                  +
- +    GENZ:     genz     Library of   30522 at    8 Version  v2r1                      +
- + ATGEANA:     G3b      Library of   30522 at    0 Version  v1                        +
- +    DICE:     Dummy    Library of   30522 at    9 Version  atdummy-                  +
- +   ATRIG:     Dummy    Library of   30522 at    9 Version  atdummy-                  +
- + ATRECON:     Dummy    Library of   30522 at    9 Version  atdummy-                  +
- +   DUMMY:     atdummy  Library of   30522 at    9 Version  atdummy-                  +
- +                                                                                     +
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- REPORT-E- No REPORT header bank.
- FMSTRT     1-Dummy Fatmen (initialization).
-1*****  GEANT Version  3.21/08 Released on 230697
-0*****  Correction Cradle Version  0.0800
- *****  Library compiled on  30522 at   10 *****
-
- SLZINI: Initialize SLUG ZEBRA banks 
- SLINIO: Initialize I/O modes and default headers
- SBIOMO: I/O mode P   , Type=-1, Unit =  21
- SBIOMO: I/O mode B   , Type=-1, Unit =  22
- SBIOMO: I/O mode O   , Type= 1, Unit =  23
- UCARD -   1- I      Dummy version of UCARD called
-1           USER'S DIRECTIVES TO RUN THIS JOB
-            ----------------------------------
-
-
- ***** DATA CARD CONTENT     LIST                                                                            
- ***** DATA CARD CONTENT     C  TRAP 0                                                                       
- ***** DATA CARD CONTENT     C  TRAP  1  3  10 10  1 0 10 1 4 10                                             
- ***** DATA CARD CONTENT     TRAP  0  3  10 10  1 0 10 1 4 10                                                
- ***** DATA CARD CONTENT     C GEANT: # of events to process  & TIME                                         
- ***** DATA CARD CONTENT     C TRIG 5                                                                        
- ***** DATA CARD CONTENT     TRIG 1000000                                                                    
- ***** DATA CARD CONTENT     TIME 2=5. 3=1                                                                   
- ***** DATA CARD CONTENT     C --------------------------------------------------                            
- ***** DATA CARD CONTENT     C digitization and simulation and analysis status                               
- ***** DATA CARD CONTENT     SIMULATION 0                                                                    
- ***** DATA CARD CONTENT     DIGI       0                                                                    
- ***** DATA CARD CONTENT     RECONSTR   1                                                                    
- ***** DATA CARD CONTENT     ANALYSIS   0                                                                    
- ***** DATA CARD CONTENT     OUTP       0                                                                    
- ***** DATA CARD CONTENT     C loading of the input stream                                                   
- ***** DATA CARD CONTENT    *BKIO     'P'  'EVNT'                                                           
- ***** DATA CARD CONTENT    *BKIO     'P'  'GEOM'                                                           
- ***** DATA CARD CONTENT    *BKIO     'P'  'KINE'                                                           
- ***** DATA CARD CONTENT    *BKIO     'P'  'HITS'                                                           
- ***** DATA CARD CONTENT    *BKIO     'P'  'DIGI'                                                           
- ***** DATA CARD CONTENT    *BKIO     'P'  'RECB'                                                           
- ***** DATA CARD CONTENT     C define graphics  4,5,6 offsets  7=zoom factor                                 
- ***** DATA CARD CONTENT     C *DREV 'SLUG' 1 4=0. 5=0. 6=0. 7=5.                                            
- ***** DATA CARD CONTENT     C------- SLUG/GEANT debugging parametrs/modes -------------                     
- ***** DATA CARD CONTENT     DEBU  0 0 0                                                                     
- ***** DATA CARD CONTENT     C read events from ZEBRA file.                                                  
- ***** DATA CARD CONTENT     KINE -1                                                                         
- ***** DATA CARD CONTENT     STOP                                                                            
- SLUG Initialisation Phase (Ranlux) seeded with default values 
- Slug: RANLUX LUXURY LEVEL SET BY RLUXGO : 1     P=  48
- Slug: RANLUX INITIALIZED BY RLUXGO FROM DEFAULT SEED
- Slug: Monitor level
- Exception handling not available on Intel/Linux.
- Slug: No requests for atlas.ps graphics
-1SLGNZINI: Initialize GENZ package 
- ================================================================================
- GNZINIT: Initializing GENZ package, Version v2r1    
-          GENZ assumes ZEBRA is initialized already
-          Zebra Version = 3.78  Jobname = lxplus077 calaf   Machine = UNKN
- GNZINIT: Modularity,  incl. possible user words is    13
-          Assumed HEPEVT common block modularity is 10000
- ================================================================================
-         Open I/O mode P on unit   21. File=ZEBRA.P                                                                         
- SLPKINI: Initialize PICK/SKIP system for RUNS.
-    No PIKR bank found. No Runs to PICK.
-    No SKPR bank found. No Runs to SKIP.
- SLPKINI: Initialize PICK/SKIP system for EVENTS in Run           0
-    No PIKE bank found for run           0
-    No SKPE bank found for run            0
- SLIN: Zebra SOR for Run       1, I/Omode P, unit 21
- SLIN: Zebra SOR Run  1 Ignored, Probable event structure error.
- RDSOR: ZSOR record found       1 Run. Read again for "INIT" and "DETM" 
- RUNG.INIT  20020703 21:16        3.218     3.78
- RUNG.KINE  20020703 21:16        3.218     3.78
- RUNG.HITS  20020703 21:16        3.218     3.78
- RUNG.DIGI  20020703 21:16        3.218     3.78
- 
- RUNG.RUNH:    command     'exec /usatlas/workarea/nevski/atlsprod/nice_feature $*';
- RUNG.RUNH: ?  gexec       libRootKernel.so;
- RUNG.RUNH:    Ag/Version  batch;
- RUNG.RUNH:    ?  gexec       libatlroot.so;
- RUNG.RUNH:       gexec       libatlprod.so;
- RUNG.RUNH:       gtime       0 1000 1;
- RUNG.RUNH:    Rung        0      1;
- RUNG.RUNH:    Ranlux      0001;
- RUNG.RUNH:    title       $quote(dc production simul_001003 at acas040.usatlas.bnl.gov 2.4.9-31smp on Wed Jul  3 21:16:48 EDT 2002 
- RUNG.RUNH: run=0001);
- RUNG.RUNH:      ghist       /usatlas/workarea/nevski/atlsprod/simul_001003/atlas.0001.his;
- RUNG.RUNH:    ;
- RUNG.RUNH:    *  - set atlas-standard configuration (inner, center, all);
- RUNG.RUNH:     exec atlas#config     all;
- RUNG.RUNH:       exec atlas#calo_shift 4;
- RUNG.RUNH:     exec atlas#inner_cut  4  all;
- RUNG.RUNH:    mode OUTP   simu 2;
- RUNG.RUNH:      mode FWDC   geom 2;
- RUNG.RUNH:      mode HEPE   hist 100;
- RUNG.RUNH: ?  detp MFLD;
- RUNG.RUNH:       mode filter hist 300;
- RUNG.RUNH: ?  detp filter;
- RUNG.RUNH:     call adice;
- RUNG.RUNH:   ;
- RUNG.RUNH:    *  - select filters, I/O;
- RUNG.RUNH:    ?  call filter;
- RUNG.RUNH:  ?  Gvertex;
- RUNG.RUNH:  ?  Gspread     0.0015 0.0015 5.6;
- RUNG.RUNH:    ?  TFLT ETAP   -2.7 2.7 0.0 6.3;
- RUNG.RUNH:    call AguDSET($quote(simul_001003.evgen_001003));
- RUNG.RUNH:     call AguFILE(0001);
- RUNG.RUNH:   *  call AguEVNT(0);
- RUNG.RUNH:  *  - next line may produce an uncorrect error message which should be ignored;
- RUNG.RUNH:      gfile P   /usatlas/workarea/nevski/atlsprod/data/zebra/dc1.001003.evgen.0001.test.h130_2e2mu.zebra  E;
- RUNG.RUNH:       gfile  O    /usatlas/workarea/nevski/atlsprod/simul_001003/atlas.0001.zebra;
- RUNG.RUNH:     skip  0;
- RUNG.RUNH:     trig  200;
- RUNG.RUNH:    
- RUNG.RTAG: simul_001003.evgen_001003.h130_2e2mu.3.2.1.JOB_18                               
- 
-1           USER'S DIRECTIVES TO RUN THIS JOB
-            ----------------------------------
-
-
- ***** DATA CARD CONTENT     LIST                                                                            
- ***** DATA CARD CONTENT     C----------------------------------------------------------------------C        
- ***** DATA CARD CONTENT     C   Corrections to data cards                                          C        
- ***** DATA CARD CONTENT     C----------------------------------------------------------------------C        
- ***** DATA CARD CONTENT    *MODE 'ALL' 'PRIN' 0                                                            
- ***** DATA CARD CONTENT    *MODE 'RECO' 'PRIN' 0                                                           
- ***** DATA CARD CONTENT     STOP                                                                            
- UGEOMR-   1- I      Dummy version of UGEOMR called - No DICE
-0SLHBINI: Setup HBOOK directories for atlas.his 
-          on LUN 50 with a quota of 32000  1024 word records
-0Creating subdirectories in PAWC for detectors with LVHIST.ne.0 :
- Summarize HBOOK directories in memory:
-
-
- ===> Directory : //PAWC
-
-
- ===> Directory : //PAWC/ATLS
-
-
- ===> Directory : //PAWC/MFLD
-
-
- ===> Directory : //PAWC/PIPE
-
-
- ===> Directory : //PAWC/PIXB
-
-
- ===> Directory : //PAWC/PIXE
-
-
- ===> Directory : //PAWC/SCTT
-
-
- ===> Directory : //PAWC/ZSCT
-
-
- ===> Directory : //PAWC/XTRT
-
-
- ===> Directory : //PAWC/INAF
-
-
- ===> Directory : //PAWC/CRYO
-
-
- ===> Directory : //PAWC/COIL
-
-
- ===> Directory : //PAWC/COPS
-
-
- ===> Directory : //PAWC/ACCB
-
-
- ===> Directory : //PAWC/ENDE
-
-
- ===> Directory : //PAWC/TILE
-
-
- ===> Directory : //PAWC/HEND
-
-
- ===> Directory : //PAWC/FWDC
-
-
- ===> Directory : //PAWC/AMDB
-
-
- ===> Directory : //PAWC/MINT
-
-
- ===> Directory : //PAWC/MUCH
-
-
- ===> Directory : //PAWC/TRAC
-
-
- ===> Directory : //PAWC/OUTP
-
-
- ===> Directory : //PAWC/HEPE
-
-
- ===> Directory : //PAWC/FILT
- RZMAKE. new RZ format selected for SLUGRZ
-0Creating subdirectories in //SLUGRZ for detectors with LVHIST.ne.0 :
-               ... creating //SLUGRZ/ATLS  
-               ... creating //SLUGRZ/MFLD  
-               ... creating //SLUGRZ/PIPE  
-               ... creating //SLUGRZ/PIXB  
-               ... creating //SLUGRZ/PIXE  
-               ... creating //SLUGRZ/SCTT  
-               ... creating //SLUGRZ/ZSCT  
-               ... creating //SLUGRZ/XTRT  
-               ... creating //SLUGRZ/INAF  
-               ... creating //SLUGRZ/CRYO  
-               ... creating //SLUGRZ/COIL  
-               ... creating //SLUGRZ/COPS  
-               ... creating //SLUGRZ/ACCB  
-               ... creating //SLUGRZ/ENDE  
-               ... creating //SLUGRZ/TILE  
-               ... creating //SLUGRZ/HEND  
-               ... creating //SLUGRZ/FWDC  
-               ... creating //SLUGRZ/AMDB  
-               ... creating //SLUGRZ/MINT  
-               ... creating //SLUGRZ/MUCH  
-               ... creating //SLUGRZ/TRAC  
-               ... creating //SLUGRZ/OUTP  
-               ... creating //SLUGRZ/HEPE  
-               ... creating //SLUGRZ/FILT  
- Summarize HBOOK directories in RZ file:
-
-
- ===> Directory : //SLUGRZ
-
-
- ===> Directory : //SLUGRZ/ATLS
-
-
- ===> Directory : //SLUGRZ/MFLD
-
-
- ===> Directory : //SLUGRZ/PIPE
-
-
- ===> Directory : //SLUGRZ/PIXB
-
-
- ===> Directory : //SLUGRZ/PIXE
-
-
- ===> Directory : //SLUGRZ/SCTT
-
-
- ===> Directory : //SLUGRZ/ZSCT
-
-
- ===> Directory : //SLUGRZ/XTRT
-
-
- ===> Directory : //SLUGRZ/INAF
-
-
- ===> Directory : //SLUGRZ/CRYO
-
-
- ===> Directory : //SLUGRZ/COIL
-
-
- ===> Directory : //SLUGRZ/COPS
-
-
- ===> Directory : //SLUGRZ/ACCB
-
-
- ===> Directory : //SLUGRZ/ENDE
-
-
- ===> Directory : //SLUGRZ/TILE
-
-
- ===> Directory : //SLUGRZ/HEND
-
-
- ===> Directory : //SLUGRZ/FWDC
-
-
- ===> Directory : //SLUGRZ/AMDB
-
-
- ===> Directory : //SLUGRZ/MINT
-
-
- ===> Directory : //SLUGRZ/MUCH
-
-
- ===> Directory : //SLUGRZ/TRAC
-
-
- ===> Directory : //SLUGRZ/OUTP
-
-
- ===> Directory : //SLUGRZ/HEPE
-
-
- ===> Directory : //SLUGRZ/FILT
-0SLBKINI: Initializing BACKground Faculty 
-          No Background activity
- UINIT -   1- I      Dummy version of UINIT called
-
-
- DESCRIPTION OF SLUG RUN:    
-
-      MAIN EVENT IS READ IN          
-      GENERATED EVENT REPROCESSING   OFF
-      BACKGROUND EVENT ADDITION      OFF
-      DETECTOR SIMULATION            OFF
-      DIGITIZATION                   OFF
-      STANDARD RECONSTRUCTION         ON
-      STANDARD ANALYSIS              OFF
-      EVENT OUTPUT                   OFF
- SLUG Event Phase: Set seeds of random number generator
- SLUG-Ranlux RNDM          0          0 have not been combined ... initialise with
-             Seed          0 ignore RNDM 2=              0
- Slug: RANLUX LUXURY LEVEL SET BY RLUXGO : 1     P=  48
- Slug: RANLUX INITIALIZED BY RLUXGO FROM DEFAULT SEED
- SLSOR: Time left at start of Run       1 is   100000000.00 Seconds
- SBRUNT-  11- I Run/     1/       RUNT bank booked by SLUG, not GENZ data
- UBEVT -   1- I Run/     1/       Dummy version of UBEVT called
- Arecon  Run      1003     Event         1               1  Timeleft  100000000.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-PileUpMergeSvc       INFO Initializing PileUpMergeSvc - package version PileUpTools-00-01-09
-PileUpEventLoopMgr   INFO Initializing PileUpEventLoopMgr - package version PileUpTools-00-01-09
-OriginalEvent_SG     INFO Initializing OriginalEvent_SG - package version StoreGate-02-09-06
-BkgEvent_0_SG        INFO Initializing BkgEvent_0_SG - package version StoreGate-02-09-06
-BkgEvent_1_SG        INFO Initializing BkgEvent_1_SG - package version StoreGate-02-09-06
-BkgEvent_2_SG        INFO Initializing BkgEvent_2_SG - package version StoreGate-02-09-06
-BkgEvent_3_SG        INFO Initializing BkgEvent_3_SG - package version StoreGate-02-09-06
-BkgEvent_4_SG        INFO Initializing BkgEvent_4_SG - package version StoreGate-02-09-06
-BkgEvent_5_SG        INFO Initializing BkgEvent_5_SG - package version StoreGate-02-09-06
-BkgEvent_6_SG        INFO Initializing BkgEvent_6_SG - package version StoreGate-02-09-06
-BkgEvent_7_SG        INFO Initializing BkgEvent_7_SG - package version StoreGate-02-09-06
-BkgEvent_8_SG        INFO Initializing BkgEvent_8_SG - package version StoreGate-02-09-06
-BkgEvent_9_SG        INFO Initializing BkgEvent_9_SG - package version StoreGate-02-09-06
-BkgEvent_10_SG       INFO Initializing BkgEvent_10_SG - package version StoreGate-02-09-06
-BkgEvent_11_SG       INFO Initializing BkgEvent_11_SG - package version StoreGate-02-09-06
-BkgEvent_12_SG       INFO Initializing BkgEvent_12_SG - package version StoreGate-02-09-06
-BkgEvent_13_SG       INFO Initializing BkgEvent_13_SG - package version StoreGate-02-09-06
-BkgEvent_14_SG       INFO Initializing BkgEvent_14_SG - package version StoreGate-02-09-06
-BkgEvent_15_SG       INFO Initializing BkgEvent_15_SG - package version StoreGate-02-09-06
-BkgEvent_16_SG       INFO Initializing BkgEvent_16_SG - package version StoreGate-02-09-06
-BkgEvent_17_SG       INFO Initializing BkgEvent_17_SG - package version StoreGate-02-09-06
-BkgEvent_18_SG       INFO Initializing BkgEvent_18_SG - package version StoreGate-02-09-06
-BkgEvent_19_SG       INFO Initializing BkgEvent_19_SG - package version StoreGate-02-09-06
-BkgEvent_20_SG       INFO Initializing BkgEvent_20_SG - package version StoreGate-02-09-06
-BkgEvent_21_SG       INFO Initializing BkgEvent_21_SG - package version StoreGate-02-09-06
-BkgEvent_22_SG       INFO Initializing BkgEvent_22_SG - package version StoreGate-02-09-06
-BkgEvent_23_SG       INFO Initializing BkgEvent_23_SG - package version StoreGate-02-09-06
-EventPersistenc...   INFO Added successfully Conversion service:DetDescrCnvSvc
-InDetMgrDetDesc...   INFO in createObj: creating a InDet_DetDescrManager object in the detector store
-InDetMgrDetDesc...   INFO Flag ReadFromROOT is:  0
-InDetMgrDetDesc...   INFO Initializing InDetMgr from ZEBRA 
-InDetMgrDetDesc...   INFO Found ZebraTDRCnvSvc 
-InDetMgrDetDesc...   INFO in initIds
- *****  RZMAKE. OLD RZ format selected for RZDOC               
-InDetMgrDetDesc...   INFO  Found the PixelID helper. 
-PixelIDDetDescrCnv   INFO Flag CompactIDsOnly is:  1
-PixelIDDetDescrCnv   INFO in createObj: creating a PixelID helper object in the detector store
-IdDictDetDescrCnv    INFO in initialize
-IdDictDetDescrCnv    INFO in createObj: creating a IdDictManager object in the detector store
-IdDictDetDescrCnv    INFO IdDictName:  ATLAS_IDS.xml
- AtlasDetectorID::initialize_from_dictionary - OK 
- PixelID::initialize_from_dict Set barrel field values: 0
- PixelID::initialize_from_dict Found field values: InDet/Pixel 2/1
-PixelID::init_neighbors 
- PixelID::initialize_from_dict 
-Wafer range -> 2/1/0/0/0:21/-6:6 | 2/1/0/1/0:37/-6:6 | 2/1/0/2/0:51/-6:6 | 2/1/-2,2/0:2/0:47/0
-Pixel range -> 2/1/0/0/0:21/-6:6/0:327/0:191 | 2/1/0/1/0:37/-6:6/0:327/0:143 | 2/1/0/2/0:51/-6:6/0:327/0:143 | 2/1/-2,2/0:2/0:47/0/0:327/0:143
-InDetMgrDetDesc...   INFO Set PixelID helper in InDetMgr 
-SCT_IDDetDescrCnv    INFO Flag CompactIDsOnly is:  1
-SCT_IDDetDescrCnv    INFO in createObj: creating a SCT_ID helper object in the detector store
- AtlasDetectorID::initialize_from_dictionary - OK 
- SCT_ID::initialize_from_dict Set barrel field values: 0
- SCT_ID::initialize_from_dict Found field values: SCT 2
-SCT_ID::init_neighbors 
- SCT_ID::initialize_from_dict 
-Wafer range -> 2/2/0/0/0:31/-6:-1/0:1 | 2/2/0/1/0:39/-6:-1/0:1 | 2/2/0/2/0:47/-6:-1/0:1 | 2/2/0/3/0:55/-6:-1/0:1 | 2/2/0/0/0:31/1:6/0:1 | 2/2/0/1/0:39/1:6/0:1 | 2/2/0/2/0:47/1:6/0:1 | 2/2/0/3/0:55/1:6/0:1 | 2/2/-2,2/0:8/0:51/0/0:1 | 2/2/-2,2/0/0:39/1/0:1 | 2/2/-2,2/1:5/0:39/1:2/0:1 | 2/2/-2,2/6:7/0:39/1/0:1
-Strip range -> 2/2/0/0/0:31/-6:-1/0:1/0:767 | 2/2/0/1/0:39/-6:-1/0:1/0:767 | 2/2/0/2/0:47/-6:-1/0:1/0:767 | 2/2/0/3/0:55/-6:-1/0:1/0:767 | 2/2/0/0/0:31/1:6/0:1/0:767 | 2/2/0/1/0:39/1:6/0:1/0:767 | 2/2/0/2/0:47/1:6/0:1/0:767 | 2/2/0/3/0:55/1:6/0:1/0:767 | 2/2/-2,2/0:8/0:51/0/0:1/0:767 | 2/2/-2,2/0/0:39/1/0:1/0:767 | 2/2/-2,2/1:5/0:39/1:2/0:1/0:767 | 2/2/-2,2/6:7/0:39/1/0:1/0:767
-InDetMgrDetDesc...   INFO Set SCT_ID helper in InDetMgr 
-TRT_IDDetDescrCnv    INFO Flag CompactIDsOnly is:  1
-TRT_IDDetDescrCnv    INFO in createObj: creating a TRT_ID helper object in the detector store
- AtlasDetectorID::initialize_from_dictionary - OK 
- TRT_ID::initialize_from_dict Set barrel field values: -1,1
- TRT_ID::initialize_from_dict Found field values: InDet/TRT 2/3
- TRT_ID::initialize_from_dict 
-Module range -> 2/3/-1,1/0/0:31 | 2/3/-1,1/1/0:31 | 2/3/-1,1/2/0:31 | 2/3/-2,2/0:5/0:31 | 2/3/-2,2/6:13/0:31 | 2/3/-2,2/14:17/0:31
-Straw layer range -> 2/3/-1,1/0/0:31/0 | 2/3/-1,1/0/0:31/1:4 | 2/3/-1,1/0/0:31/5:9 | 2/3/-1,1/0/0:31/10:14 | 2/3/-1,1/0/0:31/15:17 | 2/3/-1,1/0/0:31/18 | 2/3/-1,1/1/0:31/0 | 2/3/-1,1/1/0:31/1:5 | 2/3/-1,1/1/0:31/6:10 | 2/3/-1,1/1/0:31/11:15 | 2/3/-1,1/1/0:31/16:20 | 2/3/-1,1/1/0:31/21:22 | 2/3/-1,1/1/0:31/23 | 2/3/-1,1/2/0:31/0 | 2/3/-1,1/2/0:31/1:4 | 2/3/-1,1/2/0:31/5:9 | 2/3/-1,1/2/0:31/10:14 | 2/3/-1,1/2/0:31/15:19 | 2/3/-1,1/2/0:31/20:24 | 2/3/-1,1/2/0:31/25:28 | 2/3/-1,1/2/0:31/29 | 2/3/-2,2/0:5/0:31/0:15 | 2/3/-2,2/6:13/0:31/0:7 | 2/3/-2,2/14:17/0:31/0:15
-Straw range -> 2/3/-1,1/0/0:31/0/0:14 | 2/3/-1,1/0/0:31/1:4/0:15 | 2/3/-1,1/0/0:31/5:9/0:16 | 2/3/-1,1/0/0:31/10:14/0:17 | 2/3/-1,1/0/0:31/15:17/0:18 | 2/3/-1,1/0/0:31/18/0:17 | 2/3/-1,1/1/0:31/0/0:18 | 2/3/-1,1/1/0:31/1:5/0:19 | 2/3/-1,1/1/0:31/6:10/0:20 | 2/3/-1,1/1/0:31/11:15/0:21 | 2/3/-1,1/1/0:31/16:20/0:22 | 2/3/-1,1/1/0:31/21:22/0:23 | 2/3/-1,1/1/0:31/23/0:22 | 2/3/-1,1/2/0:31/0/0:22 | 2/3/-1,1/2/0:31/1:4/0:23 | 2/3/-1,1/2/0:31/5:9/0:24 | 2/3/-1,1/2/0:31/10:14/0:25 | 2/3/-1,1/2/0:31/15:19/0:26 | 2/3/-1,1/2/0:31/20:24/0:27 | 2/3/-1,1/2/0:31/25:28/0:28 | 2/3/-1,1/2/0:31/29/0:27 | 2/3/-2,2/0:5/0:31/0:15/0:23 | 2/3/-2,2/6:13/0:31/0:7/0:23 | 2/3/-2,2/14:17/0:31/0:15/0:17
-InDetMgrDetDesc...   INFO Set TRT_ID helper in InDetMgr 
-ZebraDetDescrSource::get_pixel_barrel - geometry version 14.3 major version is 14
- UseLayer: 1 1 1
-ZebraDetDescrSource::get_pixel_barrel - minor version is 111
- G3SiDetDecoderImpl::set_version - det pixb version 14
- G3SiDetDecoderImpl::set_minor_version  version 111
- Unable to get bank PXBI for path PXBI*
- Idnum[0] is 4 
-ZebraDetDescrSource::get_pixel_endcap - geometry version 14.2
-ZebraDetDescrSource::get_pixel_endcap - minor version is 111
- G3SiDetDecoderImpl::set_version - det pixe version 14
- G3SiDetDecoderImpl::set_minor_version  version 111
-ZebraDetDescrSource::get_sct_barrel - geometry version 5
- G3SiDetDecoderImpl::set_version - det sctb version 5
- Unable to get bank SCTI for path /DETM/SCTT/SCTG/SCTI*
- Idnum[0 to 3] is 1 1 1 5 
-ZebraDetDescrSource::get_sct_endcap - geometry version 4
- G3SiDetDecoderImpl::set_version - det scte version 4
- Unable to get bank ZSCW for path /DETM/ZSCT/ZSCG/ZSCW*
- Idnum[0 to 3] is 1 1 1 10 
-ZebraDetDescrSource::get_trt_barrel - before trtg 
-ZebraDetDescrSource::get_trt_barrel - geometry version 2 trtg.TRTGeo 2
-ZebraDetDescrSource::get_trt_barrel - found from trt_v3 trt_time_res 3.125 trt_digit 2
-ZebraDetDescrSource::get_trt_barrel - status 0
-ZebraDetDescrSource::get_trt_endcap - geometry version 2
-ZebraDetDescrSource::get_trt_endcap - found from trt_v3 trt_time_res 3.125 trt_digit 2
-ZebraDetDescrSource::get_trt_endcap - status 0
-InDetMgrDetDesc...   INFO in initHashIds
-InDetMgrDetDesc...   INFO  Initialized InDetMgr from ZEBRA. 
-LArDetMgrDetDes...   INFO in initialize
-LArDetMgrDetDes...   INFO in createObj: creating a LArDetDescrManager object in the detector store
-LArMgrDetDescrCnv    INFO in initIds
-LArEM_IDDetDesc...   INFO in createObj: creating a LArEM_ID helper object in the detector store
- AtlasDetectorID::initialize_from_dictionary - OK 
-LArMgrDetDescrCnv    INFO Set LArEM_ID helper in LArMgr 
-LArHEC_IDDetDes...   INFO in createObj: creating a LArHEC_ID helper object in the detector store
- AtlasDetectorID::initialize_from_dictionary - OK 
-LArMgrDetDescrCnv    INFO Set LArHEC_ID helper in LArMgr 
-LArFCAL_IDDetDe...   INFO in createObj: creating a LArFCAL_ID helper object in the detector store
- AtlasDetectorID::initialize_from_dictionary - OK 
-LArMgrDetDescrCnv    INFO Set LArFCAL_ID helper in LArMgr 
-LArMgrDetDescrCnv    INFO Set LArEm_ID, LArHEC_ID, LArFCAL_ID helpers in LArCablingService 
-LArDetMgrDetDes...   INFO Flag ReadFromROOT is:  0
-LArDetMgrDetDes...   INFO Initializing lar_DetMgr from ZEBRA 
-LArDetMgrDetDes...   INFO Found ZebraTDRCnvSvc 
- Unable to get bank CRYM for path /DETM/CRYO/CHIT/CRYM*
- Idnum[0 to 3] is 1 1 1 1 
-ZebraDetDescrSource::get_lar_descriptor_regions fwdg version 2
-LArDetMgrDetDes...   INFO  Initialized lar_DetMgr from ZEBRA. 
-TileDetMgrDetDe...   INFO in initialize
-TileDetMgrDetDe...   INFO in createObj: creating a TileDetDescrManager object in the detector store
-TileDetMgrDetDe...   INFO Flag ReadFromROOT is:  0
-TileDetMgrDetDe...   INFO Initializing tile_DetMgr from ZEBRA 
-TileDetMgrDetDe...   INFO Found ZebraTDRCnvSvc 
-TileDetMgrDetDe...   INFO  Initialized tile_DetMgr from ZEBRA. 
-MuonDetMgrDetDe...   INFO in initialize
-MuonDetMgrDetDe...   INFO in createObj: creating a MuonDetDescrManager object in the detector store
-MuonDetMgrDetDe...   INFO Flag ReadFromROOT is:  0
-MuonDetMgrDetDe...   INFO Initializing muon_DetMgr from ZEBRA 
-MuonDetMgrDetDe...   INFO Found ZebraTDRCnvSvc 
-MuonDetDescrMan...   INFO MuonDetDescrManager: Setting digiVersion = old
- Unable to get bank AMDB for path /DETM/AMDB/AMDB*
- Looking for field VERSION     
- Idnum[0 to 2] is 1 1 0 
- Unable to get bank AMDB for path /DETM/AMDB/AMDB*
- Looking for field VERSION     
- Idnum[0 to 2] is 1 1 0 
-MuonZebraDetDes...   INFO Building descriptors for DBSC version = 4 AMDB version = 4...
-MuonDetDescrMan...   INFO MuonDetDescrManager: Setting geometryVersion = P
-MuonZebraDetDes...   INFO MuonZebraDetDescrMgr: Building DBSC version 4...
-MDT_ZebraDetDes...   INFO Building geometry version P
-CSC_ZebraDetDes...   INFO Building geometry version P
-RPC_ZebraDetDes...   INFO Building geometry version P
-TGC_ZebraDetDes...   INFO Building geometry version P with old TGC digitisation ...
-MuonZebraDetDes...   INFO All descriptors and elements built for Muons.
-MuonDetMgrDetDe...   INFO  Initialized muon_DetMgr from ZEBRA. 
- G3SiDetDecoderImpl::set_version - det pixb version 14
- G3SiDetDecoderImpl::set_minor_version  version 111
- G3SiDetDecoderImpl::set_version - det pixe version 14
- G3SiDetDecoderImpl::set_minor_version  version 111
- G3SiDetDecoderImpl::set_version - det sctb version 5
- G3SiDetDecoderImpl::set_version - det scte version 4
- AmdbsimrecAccess::GetAmdbsimrec  can not access Amdbsimrec 
- AMDBGEO : There IS an AMDB of known format on tape  
- ========> AMDB from tape has the latest format     
- ========> It will be used directly                 
-G3MDT_Strategy       INFO Successfully read AMDB_simrec.
- UBEVT -   1- I Run/  1003/       Dummy version of UBEVT called
- SLIN: Ignore LEVP  print flag 113 on LUN   0
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
-  GUOUT   entered
- Arecon  Run      1003     Event         2               2  Timeleft   99999976.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-  GUOUT: Event        2 took   24.0000 Seconds. Time left =     99999976.00 Seconds.
- UBEVT -   1- I Run/  1003/       Dummy version of UBEVT called
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
-  GUOUT   entered
- Arecon  Run      1003     Event         3               3  Timeleft   99999976.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-  GUOUT: Event        3 took    0.0000 Seconds. Time left =     99999976.00 Seconds.
- UBEVT -   1- I Run/  1003/       Dummy version of UBEVT called
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
-  GUOUT   entered
- Arecon  Run      1003     Event         4               4  Timeleft   99999968.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-  GUOUT: Event        4 took    8.0000 Seconds. Time left =     99999968.00 Seconds.
- UBEVT -   1- I Run/  1003/       Dummy version of UBEVT called
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
-  GUOUT   entered
- Arecon  Run      1003     Event         5               5  Timeleft   99999968.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-  GUOUT: Event        5 took    0.0000 Seconds. Time left =     99999968.00 Seconds.
- UBEVT -   1- I Run/  1003/       Dummy version of UBEVT called
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
-  GUOUT   entered
- Arecon  Run      1003     Event         6               6  Timeleft   99999960.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-  GUOUT: Event        6 took    8.0000 Seconds. Time left =     99999960.00 Seconds.
- UBEVT -   1- I Run/  1003/       Dummy version of UBEVT called
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
-  GUOUT   entered
- Arecon  Run      1003     Event         7               7  Timeleft   99999960.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-  GUOUT: Event        7 took    0.0000 Seconds. Time left =     99999960.00 Seconds.
- UBEVT -   1- I Run/  1003/       Dummy version of UBEVT called
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
-  GUOUT   entered
- Arecon  Run      1003     Event         8               8  Timeleft   99999952.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-  GUOUT: Event        8 took    8.0000 Seconds. Time left =     99999952.00 Seconds.
- UBEVT -   1- I Run/  1003/       Dummy version of UBEVT called
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
-  GUOUT   entered
- Arecon  Run      1003     Event         9               9  Timeleft   99999952.00 sec.
- UOUT  -   1- I Run/  1003/       Dummy version of UOUT called
-  GUOUT: Event        9 took    0.0000 Seconds. Time left =     99999952.00 Seconds.
- REPORT-I- The following message was issued    10 times and will be suppressed :
- UBEVT -   1- I Run/  1003/    1  Dummy version of UBEVT called
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        10              10  Timeleft   99999944.00 sec.
- REPORT-I- The following message was issued    10 times and will be suppressed :
- UOUT  -   1- I Run/  1003/    1  Dummy version of UOUT called
-  GUOUT: Event       10 took    8.0000 Seconds. Time left =     99999944.00 Seconds.
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        11              11  Timeleft   99999944.00 sec.
-  GUOUT: Event       11 took    0.0000 Seconds. Time left =     99999944.00 Seconds.
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        12              12  Timeleft   99999936.00 sec.
-  GUOUT: Event       12 took    8.0000 Seconds. Time left =     99999936.00 Seconds.
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        13              13  Timeleft   99999936.00 sec.
-  GUOUT: Event       13 took    0.0000 Seconds. Time left =     99999936.00 Seconds.
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        14              14  Timeleft   99999936.00 sec.
-  GUOUT: Event       14 took    0.0000 Seconds. Time left =     99999936.00 Seconds.
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        15              15  Timeleft   99999928.00 sec.
-  GUOUT: Event       15 took    8.0000 Seconds. Time left =     99999928.00 Seconds.
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        16              16  Timeleft   99999928.00 sec.
-  GUOUT: Event       16 took    0.0000 Seconds. Time left =     99999928.00 Seconds.
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        17              17  Timeleft   99999928.00 sec.
-  GUOUT: Event       17 took    0.0000 Seconds. Time left =     99999928.00 Seconds.
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        18              18  Timeleft   99999928.00 sec.
-  GUOUT: Event       18 took    0.0000 Seconds. Time left =     99999928.00 Seconds.
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        19              19  Timeleft   99999920.00 sec.
-  GUOUT: Event       19 took    8.0000 Seconds. Time left =     99999920.00 Seconds.
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        20              20  Timeleft   99999912.00 sec.
-  GUOUT: Event       20 took    8.0000 Seconds. Time left =     99999912.00 Seconds.
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        21              21  Timeleft   99999904.00 sec.
-  GUOUT: Event       21 took    8.0000 Seconds. Time left =     99999904.00 Seconds.
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        22              22  Timeleft   99999904.00 sec.
-  GUOUT: Event       22 took    0.0000 Seconds. Time left =     99999904.00 Seconds.
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        23              23  Timeleft   99999896.00 sec.
-  GUOUT: Event       23 took    8.0000 Seconds. Time left =     99999896.00 Seconds.
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        24              24  Timeleft   99999888.00 sec.
-  GUOUT: Event       24 took    8.0000 Seconds. Time left =     99999888.00 Seconds.
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        25              25  Timeleft   99999888.00 sec.
-  GUOUT: Event       25 took    0.0000 Seconds. Time left =     99999888.00 Seconds.
-PileUpEventLoopMgr  DEBUG Creating Top Algorithm ReadPileUpData with name ReadPileUpData
-ReadPileUpData       INFO in initialize()
-ApplicationMgr       INFO Application Manager Initialized successfully
-EventPersistenc...   INFO Added successfully Conversion service:ZebraTDRCnvSvc
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        26              26  Timeleft   99999872.00 sec.
-  GUOUT: Event       26 took   16.0000 Seconds. Time left =     99999872.00 Seconds.
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        27              27  Timeleft   99999872.00 sec.
-  GUOUT: Event       27 took    0.0000 Seconds. Time left =     99999872.00 Seconds.
-PileUpEventLoopMgr  DEBUG added event 26 run 1003 from store BkgEvent_9_SG @ Xing -2
-PileUpEventLoopMgr  DEBUG added event 8 run 1003 from store BkgEvent_7_SG @ Xing -2
-PileUpEventLoopMgr  DEBUG added event 16 run 1003 from store BkgEvent_15_SG @ Xing -2
-PileUpEventLoopMgr  DEBUG added event 3 run 1003 from store BkgEvent_2_SG @ Xing -1
-PileUpEventLoopMgr  DEBUG added event 13 run 1003 from store BkgEvent_12_SG @ Xing 0
-PileUpEventLoopMgr  DEBUG added event 20 run 1003 from store BkgEvent_19_SG @ Xing 0
-PileUpEventLoopMgr  DEBUG added event 22 run 1003 from store BkgEvent_21_SG @ Xing 0
-PileUpEventLoopMgr  DEBUG added event 2 run 1003 from store BkgEvent_1_SG @ Xing 1
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        28              28  Timeleft   99999864.00 sec.
-  GUOUT: Event       28 took    8.0000 Seconds. Time left =     99999864.00 Seconds.
-PileUpEventLoopMgr  DEBUG added event 27 run 1003 from store BkgEvent_10_SG @ Xing 1
-ReadPileUpData       INFO in execute()
-ReadPileUpData       INFO Overlaid EventInfo :  event: 25 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 0 event: 25 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(OriginalEvent_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9c44738 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9c44670 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -50 event: 26 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_9_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9d40298 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x8fceba0 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -50 event: 8 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_7_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9e5b378 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x8f2b258 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -50 event: 16 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_15_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9e5b3d8 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x942d970 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -25 event: 3 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_2_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9e5b460 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x8b29190 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 0 event: 13 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_12_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9e5b4e8 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x927be18 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 0 event: 20 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_19_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9e5b570 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x97a16e0 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 0 event: 22 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_21_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9e5b5f8 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x994b690 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 25 event: 2 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_1_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9e5c298 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x8a2f790 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 25 event: 27 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_10_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9e5c340 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9e5c300 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-PileUpMergeSvc      DEBUG added entry from store OriginalEvent_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_9_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_7_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_15_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_2_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_12_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_19_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_21_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_1_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_10_SG for object of typeEventInfo
- with key Default
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 0 event: 25 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -50 event: 26 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -50 event: 8 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -50 event: 16 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -25 event: 3 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 0 event: 13 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 0 event: 20 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 0 event: 22 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 25 event: 2 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 25 event: 27 run: 1003
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        29              29  Timeleft   99999864.00 sec.
-  GUOUT: Event       29 took    0.0000 Seconds. Time left =     99999864.00 Seconds.
-PileUpEventLoopMgr  DEBUG added event 1 run 1003 from store BkgEvent_0_SG @ Xing -2
-PileUpEventLoopMgr  DEBUG added event 5 run 1003 from store BkgEvent_4_SG @ Xing -2
-PileUpEventLoopMgr  DEBUG added event 22 run 1003 from store BkgEvent_21_SG @ Xing -2
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        30              30  Timeleft   99999864.00 sec.
-  GUOUT: Event       30 took    0.0000 Seconds. Time left =     99999864.00 Seconds.
-PileUpEventLoopMgr  DEBUG added event 29 run 1003 from store BkgEvent_15_SG @ Xing -2
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        31              31  Timeleft   99999856.00 sec.
-  GUOUT: Event       31 took    8.0000 Seconds. Time left =     99999856.00 Seconds.
-PileUpEventLoopMgr  DEBUG added event 30 run 1003 from store BkgEvent_12_SG @ Xing -2
-PileUpEventLoopMgr  DEBUG added event 21 run 1003 from store BkgEvent_20_SG @ Xing -1
-PileUpEventLoopMgr  DEBUG added event 17 run 1003 from store BkgEvent_16_SG @ Xing -1
-PileUpEventLoopMgr  DEBUG added event 2 run 1003 from store BkgEvent_1_SG @ Xing -1
-PileUpEventLoopMgr  DEBUG added event 23 run 1003 from store BkgEvent_22_SG @ Xing -1
-PileUpEventLoopMgr  DEBUG added event 9 run 1003 from store BkgEvent_8_SG @ Xing 0
-PileUpEventLoopMgr  DEBUG added event 18 run 1003 from store BkgEvent_17_SG @ Xing 0
-PileUpEventLoopMgr  DEBUG added event 20 run 1003 from store BkgEvent_19_SG @ Xing 1
-PileUpEventLoopMgr  DEBUG added event 19 run 1003 from store BkgEvent_18_SG @ Xing 1
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        32              32  Timeleft   99999856.00 sec.
-  GUOUT: Event       32 took    0.0000 Seconds. Time left =     99999856.00 Seconds.
-PileUpEventLoopMgr  DEBUG added event 31 run 1003 from store BkgEvent_14_SG @ Xing 1
-PileUpEventLoopMgr  DEBUG added event 27 run 1003 from store BkgEvent_10_SG @ Xing 1
-PileUpEventLoopMgr  DEBUG added event 3 run 1003 from store BkgEvent_2_SG @ Xing 1
-ReadPileUpData       INFO in execute()
-ReadPileUpData       INFO Overlaid EventInfo :  event: 28 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 0 event: 28 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(OriginalEvent_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9f3b210 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9f3b1d0 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -50 event: 1 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_0_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9b92e20 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x8928498 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -50 event: 5 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_4_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9b92ea8 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x8d3adf0 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -50 event: 22 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_21_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9e5b5f8 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x994b690 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -50 event: 29 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_15_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9b92f80 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9b92f40 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -50 event: 30 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_12_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x943b2d0 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x943b290 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -25 event: 21 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_20_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x923d260 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x988bc58 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -25 event: 17 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_16_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x923d2e8 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x94f6ab0 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -25 event: 2 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_1_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9e5c298 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x8a2f790 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -25 event: 23 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_22_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x923d370 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x99e95e0 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 0 event: 9 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_8_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x923d3f8 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x8fbe668 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 0 event: 18 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_17_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x923d480 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9596628 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 25 event: 20 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_19_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9e5b570 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x97a16e0 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 25 event: 19 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_18_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x923d508 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9694548 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 25 event: 31 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_14_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x923d5b0 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x923d570 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 25 event: 27 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_10_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9e5c340 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9e5c300 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 25 event: 3 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_2_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9e5b460 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x8b29190 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-PileUpMergeSvc      DEBUG added entry from store OriginalEvent_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_0_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_4_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_21_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_15_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_12_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_20_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_16_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_1_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_22_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_8_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_17_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_19_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_18_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_14_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_10_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_2_SG for object of typeEventInfo
- with key Default
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 0 event: 28 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -50 event: 1 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -50 event: 5 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -50 event: 22 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -50 event: 29 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -50 event: 30 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -25 event: 21 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -25 event: 17 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -25 event: 2 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -25 event: 23 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 0 event: 9 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 0 event: 18 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 25 event: 20 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 25 event: 19 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 25 event: 31 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 25 event: 27 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 25 event: 3 run: 1003
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        33              33  Timeleft   99999856.00 sec.
-  GUOUT: Event       33 took    0.0000 Seconds. Time left =     99999856.00 Seconds.
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        34              34  Timeleft   99999848.00 sec.
-  GUOUT: Event       34 took    8.0000 Seconds. Time left =     99999848.00 Seconds.
-PileUpEventLoopMgr  DEBUG added event 33 run 1003 from store BkgEvent_8_SG @ Xing -2
-PileUpEventLoopMgr  DEBUG added event 2 run 1003 from store BkgEvent_1_SG @ Xing -2
-0SLVEDIT: Checking vertices and times for all events in gate.
- Event   1 of gate: VERTEX NOT EDITED
-    Retaining old vertex position:  0.000000  0.000000  0.000000m 
-    Retaining old vertex time    :0.000E+00s, Bunch 0
- Arecon  Run      1003     Event        35              35  Timeleft   99999848.00 sec.
-  GUOUT: Event       35 took    0.0000 Seconds. Time left =     99999848.00 Seconds.
-PileUpEventLoopMgr  DEBUG added event 34 run 1003 from store BkgEvent_0_SG @ Xing -2
-PileUpEventLoopMgr  DEBUG added event 29 run 1003 from store BkgEvent_15_SG @ Xing -2
-PileUpEventLoopMgr  DEBUG added event 6 run 1003 from store BkgEvent_5_SG @ Xing -1
-PileUpEventLoopMgr  DEBUG added event 19 run 1003 from store BkgEvent_18_SG @ Xing -1
-PileUpEventLoopMgr  DEBUG added event 26 run 1003 from store BkgEvent_9_SG @ Xing 0
-PileUpEventLoopMgr  DEBUG added event 14 run 1003 from store BkgEvent_13_SG @ Xing 0
-PileUpEventLoopMgr  DEBUG added event 22 run 1003 from store BkgEvent_21_SG @ Xing 0
-PileUpEventLoopMgr  DEBUG added event 27 run 1003 from store BkgEvent_10_SG @ Xing 0
-PileUpEventLoopMgr  DEBUG added event 30 run 1003 from store BkgEvent_12_SG @ Xing 0
-PileUpEventLoopMgr  DEBUG added event 3 run 1003 from store BkgEvent_2_SG @ Xing 1
-PileUpEventLoopMgr  DEBUG added event 18 run 1003 from store BkgEvent_17_SG @ Xing 1
-PileUpEventLoopMgr  DEBUG added event 31 run 1003 from store BkgEvent_14_SG @ Xing 1
-PileUpEventLoopMgr  DEBUG added event 20 run 1003 from store BkgEvent_19_SG @ Xing 1
-ReadPileUpData       INFO in execute()
-ReadPileUpData       INFO Overlaid EventInfo :  event: 32 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 0 event: 32 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(OriginalEvent_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9fad6a0 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9fad660 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -50 event: 33 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_8_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x8f92698 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x923d3d8 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -50 event: 2 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_1_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9e5c298 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x8a2f790 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -50 event: 34 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_0_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x8824b38 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x80675a8 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -50 event: 29 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_15_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9b92f80 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9b92f40 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -25 event: 6 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_5_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0xa043e08 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x8decaa8 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: -25 event: 19 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_18_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x923d508 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9694548 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 0 event: 26 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_9_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9d40298 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x8fceba0 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 0 event: 14 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_13_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0xa043e68 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x930f678 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 0 event: 22 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_21_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9e5b5f8 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x994b690 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 0 event: 27 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_10_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9e5c340 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9e5c300 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 0 event: 30 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_12_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x943b2d0 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x943b290 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 25 event: 3 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_2_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9e5b460 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x8b29190 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 25 event: 18 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_17_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x923d480 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x9596628 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 25 event: 31 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_14_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x923d5b0 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x923d570 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-ReadPileUpData       INFO SubEvt EventInfo :  time offset: 25 event: 20 run: 1003 contents: 
-<<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> 
-StoreGateSvc(BkgEvent_19_SG)::dump():
-Found 1 proxy for ClassID 2101 (EventInfo): 
- flags: (  valid,   locked,  reset) --- data:  0x9e5b570 --- key: ZebraEventInfo
-Found 1 proxy for ClassID 2493 (): 
- flags: (  valid, UNLOCKED,  reset) --- data:  0x97a16e0 --- key: PhysicsTDR
-<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> 
-�
-PileUpMergeSvc      DEBUG added entry from store OriginalEvent_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_8_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_1_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_0_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_15_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_5_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_18_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_9_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_13_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_21_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_10_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_12_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_2_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_17_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_14_SG for object of typeEventInfo
- with key Default
-PileUpMergeSvc      DEBUG added entry from store BkgEvent_19_SG for object of typeEventInfo
- with key Default
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 0 event: 32 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -50 event: 33 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -50 event: 2 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -50 event: 34 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -50 event: 29 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -25 event: 6 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: -25 event: 19 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 0 event: 26 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 0 event: 14 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 0 event: 22 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 0 event: 27 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 0 event: 30 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 25 event: 3 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 25 event: 18 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 25 event: 31 run: 1003
-ReadPileUpData       INFO SubEvt EventInfo (using PileUpMergeSvc):  time offset: 25 event: 20 run: 1003
-ReadPileUpData       INFO in finalize()
-IdDictDetDescrCnv    INFO in finalize
-LArDetMgrDetDes...   INFO in finalize
-TileDetMgrDetDe...   INFO in finalize
-MuonDetMgrDetDe...   INFO in finalize
-*****Chrono*****     INFO ****************************************************************************************************
-*****Chrono*****     INFO  The Final CPU consumption ( Chrono ) Table (ordered)
-*****Chrono*****     INFO ****************************************************************************************************
-ChronoStatSvc        INFO Time User   : Tot=  158  [s]                                             #=  1
-*****Chrono*****     INFO ****************************************************************************************************
-ChronoStatSvc.f...   INFO  Service finalized succesfully 
-ToolSvc              INFO Removing all tools created by ToolSvc
-ApplicationMgr       INFO Application Manager Finalized successfully
diff --git a/AtlasTest/ControlTest/share/SubAlg.ref b/AtlasTest/ControlTest/share/SubAlg.ref
deleted file mode 100644
index 6426e1d6e9f30e108fa533f3b3ee13c68459063b..0000000000000000000000000000000000000000
--- a/AtlasTest/ControlTest/share/SubAlg.ref
+++ /dev/null
@@ -1,468 +0,0 @@
-JobOptionsSvc        INFO 
-
-//##############################################################
-//
-// Job options file
-//
-//==============================================================
-//no EventSelector
-ApplicationMgr.Dlls   += { "AthenaServices" };
-ApplicationMgr.EventLoop = "AthenaEventLoopMgr";
-//--------------------------------------------------------------
-// StoreGate services configuration
-//--------------------------------------------------------------
-// --> Including file StoreGate/StoreGate_jobOptions.txt
-
-
-ApplicationMgr.Dlls   += { "StoreGate", "CLIDSvc" };
-ApplicationMgr.ExtSvc += { "ClassIDSvc" };
-ApplicationMgr.ExtSvc += { "StoreGateSvc", "StoreGateSvc/DetectorStore", "StoreGateSvc/ConditionStore" };
-ApplicationMgr.ExtSvc += { "ActiveStoreSvc" };
-//FIXME uncomment to verify that your  CLIDs are good!
-//ClassIDSvc.CLIDDBFiles += { "$CLIDSVCROOT/share/clid.db" };
-
-// --> Including file IOVSvc/IOVSvc.txt
-
-
-//------------------------------------------------------------------------
-//
-// Load the Interval of Validity Service
-//
-//------------------------------------------------------------------------
-ApplicationMgr.Dlls += { "IOVSvc" };
-ApplicationMgr.ExtSvc += { "IOVSvc" };
-
-
-// <-- End of including file IOVSvc/IOVSvc.txt
-
-
-// <-- End of including file StoreGate/StoreGate_jobOptions.txt
-
-
-ApplicationMgr.ExtSvc += { "EvtPersistencySvc/EventPersistencySvc",
-			   "HistogramSvc/HistogramDataSvc"
-			 };	
-//--------------------------------------------------------------
-// Private Application Configuration options
-//--------------------------------------------------------------
-//load relevant libraries
-ApplicationMgr.Dlls += { "AthExSubAlg" };
-
-//top algorithms to be run
-ApplicationMgr.TopAlg = { "MainAlg" };
-
-//--------------------------------------------------------------
-// For Objy input: identify your input event collection(s). There is
-// one collection per run number or data set name, e.g. Y23406.1
-//--------------------------------------------------------------
-
-
-//--------------------------------------------------------------
-// Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL )
-//--------------------------------------------------------------
-
-MessageSvc.OutputLevel      = 2;
-MessageSvc.useColors        = true;
-
-//--------------------------------------------------------------
-// Event related parameters
-//--------------------------------------------------------------
-
-// Number of events to be processed (default is 10)
-ApplicationMgr.EvtSel = "NONE";
-ApplicationMgr.EvtMax = 10;
-
-//--------------------------------------------------------------
-// Algorithms Private Options
-//--------------------------------------------------------------
-
-// For the MainAlg / SubAlg algorithms
-MainAlg.SubAlgType = "SubAlg";
-MainAlg.SubAlgPropName = "SubString";
-MainAlg.SubAlgName = { "SubAlgInst_1", "SubAlgInst_2", "SubAlgInst_3" };
-MainAlg.SubAlgPropVal = { "new string 1", "new string 2", "new string 3" };
-
-SubAlgInst_1.SubString = "original string 1";
-SubAlgInst_2.SubString = "original string 2";
-SubAlgInst_3.SubString = "original string 3";
-
-//==============================================================
-//
-// End of job options file
-//
-//##############################################################
-
-
-Job options successfully read in from AthExSubAlg/SubAlgOptions.txt
-ApplicationMgr      DEBUG Getting my own properties
-DllClassManager     DEBUG Found factory Algorithm AthenaOutputStream
-DllClassManager     DEBUG Found factory Algorithm AthenaConditionStream
-DllClassManager     DEBUG Found factory AlgContextAuditor
-ObjectManager       DEBUG Added object factory for class:AlgContextAuditor
-DllClassManager     DEBUG Found factory Service AlgContextSvc
-DllClassManager     DEBUG Found factory Service AtRndmGenSvc
-DllClassManager     DEBUG Found factory Service AthenaEventLoopMgr
-DllClassManager     DEBUG Found factory Service SimplePOSIXTimeKeeperSvc
-DllClassManager     DEBUG Loaded 7 factories from module AthenaServices
-DllClassManager     DEBUG Found factory Service ActiveStoreSvc
-DllClassManager     DEBUG Found factory Service ProxyProviderSvc
-DllClassManager     DEBUG Found factory Service StoreGateSvc
-DllClassManager     DEBUG Loaded 3 factories from module StoreGate
-DllClassManager     DEBUG Found factory Service ClassIDSvc
-DllClassManager     DEBUG Loaded 1 factories from module CLIDSvc
-DllClassManager     DEBUG Found factory Service IOVSvc
-DllClassManager     DEBUG Found factory Service IOVSvc
-ServiceManager    WARNING Service factory for type IOVSvc already declared
-DllClassManager     DEBUG Loaded 2 factories from module IOVSvc
-DllClassManager     DEBUG Found factory Algorithm MainAlg
-DllClassManager     DEBUG Found factory Algorithm SubAlg
-DllClassManager     DEBUG Loaded 2 factories from module AthExSubAlg
-ApplicationMgr       INFO Successfully loaded modules: AthenaServices, StoreGate, CLIDSvc, IOVSvc, AthExSubAlg
-ApplicationMgr       INFO Application Manager Configured successfully
-ServiceManager      DEBUG Initializing service ClassIDSvc
-ClassIDSvc           INFO Initializing ClassIDSvc - package version CLIDSvc-00-00-08
-ClassIDSvc          DEBUG Service base class initialized successfully
-ClassIDSvc          DEBUG setTypeNameForID: type name <SG::Folder> already set for CLID 77641104
-ClassIDSvc          DEBUG setTypeNameForID: CLID <77641104> already set for type name SG::Folder
-ClassIDSvc          DEBUG setTypeNameForID: type name <EventInfo> already set for CLID 2101
-ClassIDSvc          DEBUG setTypeNameForID: CLID <2101> already set for type name EventInfo
-ClassIDSvc          DEBUG setTypeNameForID: type name <SG::Folder> already set for CLID 77641104
-ClassIDSvc          DEBUG setTypeNameForID: CLID <77641104> already set for type name SG::Folder
-ClassIDSvc          DEBUG setTypeNameForID: type name <EventInfo> already set for CLID 2101
-ClassIDSvc          DEBUG setTypeNameForID: CLID <2101> already set for type name EventInfo
-ClassIDSvc          DEBUG setTypeNameForID: type name <EventInfo> already set for CLID 2101
-ClassIDSvc          DEBUG setTypeNameForID: CLID <2101> already set for type name EventInfo
-ClassIDSvc          DEBUG setTypeNameForID: type name <EventInfo> already set for CLID 2101
-ClassIDSvc          DEBUG setTypeNameForID: CLID <2101> already set for type name EventInfo
-ClassIDSvc           INFO ClassIDSvc Initialized successfully 
-ServiceManager      DEBUG Initializing service StoreGateSvc
-StoreGateSvc        DEBUG Service base class initialized successfully
-StoreGateSvc         INFO Initializing StoreGateSvc - package version StoreGate-02-12-08
-IncidentSvc         DEBUG Service base class initialized successfully
-ProxyProviderSvc    DEBUG Service base class initialized successfully
-ProxyProviderSvc     INFO Initializing ProxyProviderSvc - package version StoreGate-02-12-08
-ServiceManager      DEBUG Initializing service DetectorStore
-DetectorStore       DEBUG Service base class initialized successfully
-DetectorStore        INFO Initializing DetectorStore - package version StoreGate-02-12-08
-ServiceManager      DEBUG Initializing service ConditionStore
-ConditionStore     DEBUG Service base class initialized successfully
-ConditionStore      INFO Initializing ConditionStore - package version StoreGate-02-12-08
-ServiceManager      DEBUG Initializing service ActiveStoreSvc
-ActiveStoreSvc      DEBUG Service base class initialized successfully
-ActiveStoreSvc       INFO Initializing ActiveStoreSvc - package version StoreGate-02-12-08
-ServiceManager      DEBUG Initializing service IOVSvc
-IOVSvc              DEBUG Initializing IOVSvc version IOVSvc-00-03-05
-IOVSvc              DEBUG Service base class initialized successfully
-IOVSvc              DEBUG Service initialized
-ServiceManager      DEBUG Initializing service EventPersistencySvc
-EventPersistenc...  DEBUG Service base class initialized successfully
-ServiceManager      DEBUG Initializing service HistogramDataSvc
-HistogramDataSvc    DEBUG Service base class initialized successfully
-HistogramPersis...   INFO "CnvServices": ["HbookHistSvc", "RootHistSvc"]
-HistogramPersis...  DEBUG Service base class initialized successfully
-HistogramPersis...WARNING Histograms saving not required.
-ServiceManager      DEBUG Service IncidentSvc already initialized
-ServiceManager      DEBUG Service ProxyProviderSvc already initialized
-ServiceManager      DEBUG Service HistogramPersistencySvc already initialized
-ServiceManager      DEBUG Initializing service AppMgrRunable
-AppMgrRunable       DEBUG Service base class initialized successfully
-ServiceManager      DEBUG Initializing service AthenaEventLoopMgr
-AthenaEventLoopMgr  DEBUG Service base class initialized successfully
-AthenaEventLoopMgr  DEBUG Creating Top Algorithm MainAlg with name MainAlg
-MainAlg              INFO in initialize()
-MainAlg              INFO  will create 3 sub algs
-MainAlg              INFO  Creating sub-alg SubAlg instance SubAlgInst_1
-MainAlg              INFO  Creating sub-alg SubAlg instance SubAlgInst_2
-MainAlg              INFO  Creating sub-alg SubAlg instance SubAlgInst_3
-SubAlgInst_1         INFO in initialize()
-SubAlgInst_1         INFO  SubString: original string 1
-SubAlgInst_2         INFO in initialize()
-SubAlgInst_2         INFO  SubString: original string 2
-SubAlgInst_3         INFO in initialize()
-SubAlgInst_3         INFO  SubString: original string 3
-AthenaEventLoopMgrWARNING Histograms saving not required.
-AthenaEventLoopMgrWARNING No EventSelector selected 
-No events will be processed from external input.
-AthenaEventLoopMgr   INFO No TimeKeeper selected. No time limit control on event loop.
-ApplicationMgr       INFO Application Manager Initialized successfully
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-------------------------------  IOVSvc Proxy Map  ------------------------------
--------------------------------------------------------------------------------
-IOVSvc              DEBUG preLoadProxies()
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,1]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-AuditorSvc          DEBUG Service base class initialized successfully
-MainAlg              INFO in execute()
-MainAlg              INFO  setting property SubString to "new string 1" for subalg SubAlg instance SubAlgInst_1
-MainAlg              INFO  calling sub algorithm SubAlgInst_1
-SubAlgInst_1         INFO in execute()
-SubAlgInst_1         INFO  SubString: new string 1
-MainAlg              INFO  setting property SubString to "new string 2" for subalg SubAlg instance SubAlgInst_2
-MainAlg              INFO  calling sub algorithm SubAlgInst_2
-SubAlgInst_2         INFO in execute()
-SubAlgInst_2         INFO  SubString: new string 2
-MainAlg              INFO  setting property SubString to "new string 3" for subalg SubAlg instance SubAlgInst_3
-MainAlg              INFO  calling sub algorithm SubAlgInst_3
-SubAlgInst_3         INFO in execute()
-SubAlgInst_3         INFO  SubString: new string 3
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,2]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-MainAlg              INFO in execute()
-MainAlg              INFO  setting property SubString to "new string 1" for subalg SubAlg instance SubAlgInst_1
-MainAlg              INFO  calling sub algorithm SubAlgInst_1
-SubAlgInst_1         INFO in execute()
-SubAlgInst_1         INFO  SubString: new string 1
-MainAlg              INFO  setting property SubString to "new string 2" for subalg SubAlg instance SubAlgInst_2
-MainAlg              INFO  calling sub algorithm SubAlgInst_2
-SubAlgInst_2         INFO in execute()
-SubAlgInst_2         INFO  SubString: new string 2
-MainAlg              INFO  setting property SubString to "new string 3" for subalg SubAlg instance SubAlgInst_3
-MainAlg              INFO  calling sub algorithm SubAlgInst_3
-SubAlgInst_3         INFO in execute()
-SubAlgInst_3         INFO  SubString: new string 3
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,3]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-MainAlg              INFO in execute()
-MainAlg              INFO  setting property SubString to "new string 1" for subalg SubAlg instance SubAlgInst_1
-MainAlg              INFO  calling sub algorithm SubAlgInst_1
-SubAlgInst_1         INFO in execute()
-SubAlgInst_1         INFO  SubString: new string 1
-MainAlg              INFO  setting property SubString to "new string 2" for subalg SubAlg instance SubAlgInst_2
-MainAlg              INFO  calling sub algorithm SubAlgInst_2
-SubAlgInst_2         INFO in execute()
-SubAlgInst_2         INFO  SubString: new string 2
-MainAlg              INFO  setting property SubString to "new string 3" for subalg SubAlg instance SubAlgInst_3
-MainAlg              INFO  calling sub algorithm SubAlgInst_3
-SubAlgInst_3         INFO in execute()
-SubAlgInst_3         INFO  SubString: new string 3
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,4]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-MainAlg              INFO in execute()
-MainAlg              INFO  setting property SubString to "new string 1" for subalg SubAlg instance SubAlgInst_1
-MainAlg              INFO  calling sub algorithm SubAlgInst_1
-SubAlgInst_1         INFO in execute()
-SubAlgInst_1         INFO  SubString: new string 1
-MainAlg              INFO  setting property SubString to "new string 2" for subalg SubAlg instance SubAlgInst_2
-MainAlg              INFO  calling sub algorithm SubAlgInst_2
-SubAlgInst_2         INFO in execute()
-SubAlgInst_2         INFO  SubString: new string 2
-MainAlg              INFO  setting property SubString to "new string 3" for subalg SubAlg instance SubAlgInst_3
-MainAlg              INFO  calling sub algorithm SubAlgInst_3
-SubAlgInst_3         INFO in execute()
-SubAlgInst_3         INFO  SubString: new string 3
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,5]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-MainAlg              INFO in execute()
-MainAlg              INFO  setting property SubString to "new string 1" for subalg SubAlg instance SubAlgInst_1
-MainAlg              INFO  calling sub algorithm SubAlgInst_1
-SubAlgInst_1         INFO in execute()
-SubAlgInst_1         INFO  SubString: new string 1
-MainAlg              INFO  setting property SubString to "new string 2" for subalg SubAlg instance SubAlgInst_2
-MainAlg              INFO  calling sub algorithm SubAlgInst_2
-SubAlgInst_2         INFO in execute()
-SubAlgInst_2         INFO  SubString: new string 2
-MainAlg              INFO  setting property SubString to "new string 3" for subalg SubAlg instance SubAlgInst_3
-MainAlg              INFO  calling sub algorithm SubAlgInst_3
-SubAlgInst_3         INFO in execute()
-SubAlgInst_3         INFO  SubString: new string 3
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,6]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-MainAlg              INFO in execute()
-MainAlg              INFO  setting property SubString to "new string 1" for subalg SubAlg instance SubAlgInst_1
-MainAlg              INFO  calling sub algorithm SubAlgInst_1
-SubAlgInst_1         INFO in execute()
-SubAlgInst_1         INFO  SubString: new string 1
-MainAlg              INFO  setting property SubString to "new string 2" for subalg SubAlg instance SubAlgInst_2
-MainAlg              INFO  calling sub algorithm SubAlgInst_2
-SubAlgInst_2         INFO in execute()
-SubAlgInst_2         INFO  SubString: new string 2
-MainAlg              INFO  setting property SubString to "new string 3" for subalg SubAlg instance SubAlgInst_3
-MainAlg              INFO  calling sub algorithm SubAlgInst_3
-SubAlgInst_3         INFO in execute()
-SubAlgInst_3         INFO  SubString: new string 3
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,7]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-MainAlg              INFO in execute()
-MainAlg              INFO  setting property SubString to "new string 1" for subalg SubAlg instance SubAlgInst_1
-MainAlg              INFO  calling sub algorithm SubAlgInst_1
-SubAlgInst_1         INFO in execute()
-SubAlgInst_1         INFO  SubString: new string 1
-MainAlg              INFO  setting property SubString to "new string 2" for subalg SubAlg instance SubAlgInst_2
-MainAlg              INFO  calling sub algorithm SubAlgInst_2
-SubAlgInst_2         INFO in execute()
-SubAlgInst_2         INFO  SubString: new string 2
-MainAlg              INFO  setting property SubString to "new string 3" for subalg SubAlg instance SubAlgInst_3
-MainAlg              INFO  calling sub algorithm SubAlgInst_3
-SubAlgInst_3         INFO in execute()
-SubAlgInst_3         INFO  SubString: new string 3
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,8]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-MainAlg              INFO in execute()
-MainAlg              INFO  setting property SubString to "new string 1" for subalg SubAlg instance SubAlgInst_1
-MainAlg              INFO  calling sub algorithm SubAlgInst_1
-SubAlgInst_1         INFO in execute()
-SubAlgInst_1         INFO  SubString: new string 1
-MainAlg              INFO  setting property SubString to "new string 2" for subalg SubAlg instance SubAlgInst_2
-MainAlg              INFO  calling sub algorithm SubAlgInst_2
-SubAlgInst_2         INFO in execute()
-SubAlgInst_2         INFO  SubString: new string 2
-MainAlg              INFO  setting property SubString to "new string 3" for subalg SubAlg instance SubAlgInst_3
-MainAlg              INFO  calling sub algorithm SubAlgInst_3
-SubAlgInst_3         INFO in execute()
-SubAlgInst_3         INFO  SubString: new string 3
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,9]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-MainAlg              INFO in execute()
-MainAlg              INFO  setting property SubString to "new string 1" for subalg SubAlg instance SubAlgInst_1
-MainAlg              INFO  calling sub algorithm SubAlgInst_1
-SubAlgInst_1         INFO in execute()
-SubAlgInst_1         INFO  SubString: new string 1
-MainAlg              INFO  setting property SubString to "new string 2" for subalg SubAlg instance SubAlgInst_2
-MainAlg              INFO  calling sub algorithm SubAlgInst_2
-SubAlgInst_2         INFO in execute()
-SubAlgInst_2         INFO  SubString: new string 2
-MainAlg              INFO  setting property SubString to "new string 3" for subalg SubAlg instance SubAlgInst_3
-MainAlg              INFO  calling sub algorithm SubAlgInst_3
-SubAlgInst_3         INFO in execute()
-SubAlgInst_3         INFO  SubString: new string 3
-StoreGateSvc        DEBUG Recorded object 
- of type EventInfo(CLID 2101)
-object not modifiable when retrieved
-StoreGateSvc        DEBUG retrieve(default): Retrieved const handle to default object 
- of type EventInfo(CLID 2101)
-IOVSvc              DEBUG Begin Event: [R/E] = [0,10]
-IOVSvc              DEBUG start set: 
-
-IOVSvc              DEBUG stop set: 
-
-IOVSvc              DEBUG --> start set: 
-
-IOVSvc              DEBUG --> stop set: 
-
-MainAlg              INFO in execute()
-MainAlg              INFO  setting property SubString to "new string 1" for subalg SubAlg instance SubAlgInst_1
-MainAlg              INFO  calling sub algorithm SubAlgInst_1
-SubAlgInst_1         INFO in execute()
-SubAlgInst_1         INFO  SubString: new string 1
-MainAlg              INFO  setting property SubString to "new string 2" for subalg SubAlg instance SubAlgInst_2
-MainAlg              INFO  calling sub algorithm SubAlgInst_2
-SubAlgInst_2         INFO in execute()
-SubAlgInst_2         INFO  SubString: new string 2
-MainAlg              INFO  setting property SubString to "new string 3" for subalg SubAlg instance SubAlgInst_3
-MainAlg              INFO  calling sub algorithm SubAlgInst_3
-SubAlgInst_3         INFO in execute()
-SubAlgInst_3         INFO  SubString: new string 3
-MainAlg              INFO in finalize()
-SubAlgInst_1         INFO in finalize()
-SubAlgInst_2         INFO in finalize()
-SubAlgInst_3         INFO in finalize()
-IOVSvc               INFO Service finalised successfully
-ClassIDSvc          DEBUG finalize: wrote 3 entries to output CLIDDB file: ./CLIDDBout.txt
-ApplicationMgr       INFO Application Manager Finalized successfully
diff --git a/AtlasTest/ControlTest/share/pre.sh b/AtlasTest/ControlTest/share/pre.sh
deleted file mode 100755
index 1ee8a0dafd57e006520bcb4fdbd2f87b182623b2..0000000000000000000000000000000000000000
--- a/AtlasTest/ControlTest/share/pre.sh
+++ /dev/null
@@ -1 +0,0 @@
-source ../cmt/setup.sh
diff --git a/AtlasTest/ControlTest/test/StoreGateDFlow.sh b/AtlasTest/ControlTest/test/StoreGateDFlow.sh
deleted file mode 100755
index d54c530c0fe5551c47926434064725120998ef83..0000000000000000000000000000000000000000
--- a/AtlasTest/ControlTest/test/StoreGateDFlow.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-#
-# $Id: StoreGateDFlow.sh 729263 2016-03-11 17:34:05Z krasznaa $
-#
-# Script running the StoreGateDFlow intergration test.
-#
-
-# Transmit errors:
-set -e
-
-# Run the job:
-athena.py AthExStoreGateExample/dflow_jobo.py
diff --git a/AtlasTest/ControlTest/test/StoreGateGen.sh b/AtlasTest/ControlTest/test/StoreGateGen.sh
deleted file mode 100755
index d5300d06d0c1b6c8a7686dcf2ad80921786b4f86..0000000000000000000000000000000000000000
--- a/AtlasTest/ControlTest/test/StoreGateGen.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-#
-# $Id: StoreGateGen.sh 729263 2016-03-11 17:34:05Z krasznaa $
-#
-# Script running the StoreGateGen intergration test.
-#
-
-# Transmit errors:
-set -e
-
-# Run the job:
-athena.py AthExStoreGateExample/StoreGateExample_Gen_jobOptions.py
diff --git a/AtlasTest/ControlTest/test/StoreGateReentrant.sh b/AtlasTest/ControlTest/test/StoreGateReentrant.sh
deleted file mode 100755
index b0b718ac41bdb1a538730c4ef749962d5e775fe7..0000000000000000000000000000000000000000
--- a/AtlasTest/ControlTest/test/StoreGateReentrant.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-#
-# $Id: StoreGateReentrant.sh 729263 2016-03-11 17:34:05Z krasznaa $
-#
-# Script running the StoreGateReentrant intergration test.
-#
-
-# Transmit errors:
-set -e
-
-# Run the job:
-athena.py AthExStoreGateExample/StoreGateExample_Reentrant_jobOptions.py
diff --git a/AtlasTest/ControlTest/test/TestControl.xml b/AtlasTest/ControlTest/test/TestControl.xml
deleted file mode 100644
index 0651b997f60a9b5d893793654a997e194dc3509b..0000000000000000000000000000000000000000
--- a/AtlasTest/ControlTest/test/TestControl.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0"?>
-<atn>
-   <TEST name="ControlTest" type="makecheck" suite="Examples">
-      <package>AtlasTest/ControlTest</package>
-      <timelimit>20</timelimit>
-      <author> Paolo Calafiura </author>
-      <mailto> pcalafiura@lbl.gov </mailto>
-      <expectations>
-         <errorMessage> Athena exited abnormally </errorMessage>
-         <errorMessage> Terminating event processing loop due to errors </errorMessage>
-         <successMessage>check ok.</successMessage>
-
-         <returnValue>0</returnValue>
-      </expectations>
-   </TEST>
-</atn>
diff --git a/AtlasTest/ControlTest/test/test_cfgItemList.sh b/AtlasTest/ControlTest/test/test_cfgItemList.sh
deleted file mode 100755
index 8865b02f35f8fff00affacd75f18fb901b5c08fc..0000000000000000000000000000000000000000
--- a/AtlasTest/ControlTest/test/test_cfgItemList.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration.
-#
-# Script for test_cfgItemList.
-#
-
-# Return the correct code:
-set -e
-
-# Run the test:
-python -c'import ControlTest.test_cfgItemList'
diff --git a/AtlasTest/ControlTest/test/test_handleTest.sh b/AtlasTest/ControlTest/test/test_handleTest.sh
deleted file mode 100755
index d0b298d422a0e30b58f5ddb9427aaee1c380c7de..0000000000000000000000000000000000000000
--- a/AtlasTest/ControlTest/test/test_handleTest.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration.
-#
-# Script for test_handleTest
-#
-
-# Return the correct code:
-set -e
-
-# Run the test:
-athena.py AthExStoreGateExample/HandleTest_jobOptions.py
diff --git a/AtlasTest/ControlTest/test/test_interactive_athena.sh b/AtlasTest/ControlTest/test/test_interactive_athena.sh
deleted file mode 100755
index 592dd8f02164887c1385a18a2cd2fd75b471d6da..0000000000000000000000000000000000000000
--- a/AtlasTest/ControlTest/test/test_interactive_athena.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-#
-# $Id: test_interactive_athena.sh 729263 2016-03-11 17:34:05Z krasznaa $
-#
-# Script running the test_interactive_athena intergration test.
-#
-
-# Transmit errors:
-set -e
-
-# Run the job:
-athena.py ControlTest/test_interactive_athena.py
diff --git a/AtlasTest/ControlTest/test/test_keyStore.sh b/AtlasTest/ControlTest/test/test_keyStore.sh
deleted file mode 100755
index 79fb7f837af65c4622bb375076448d937e5847de..0000000000000000000000000000000000000000
--- a/AtlasTest/ControlTest/test/test_keyStore.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration.
-#
-# Script for test_keyStore.
-#
-
-# Return the correct code:
-set -e
-
-# Run the test:
-python -c'import ControlTest.test_keyStore'