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'
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/CMakeLists.txt b/AtlasTest/DatabaseTest/AthenaPoolTest/CMakeLists.txt
index 0979e45953df6347e737f8e7cba82344c5226e8e..9ae93acd3d74ea1c62d4199ed39c7542fe951559 100644
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/CMakeLists.txt
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/CMakeLists.txt
@@ -27,22 +27,20 @@ atlas_add_component( AthenaPoolTest
 # Install files from the package:
 atlas_install_joboptions( share/*.py )
 
-
+# Tests in the package:
 function (athenapooltest_run_test testName jo pattern)
-  cmake_parse_arguments( ARG "" "DEPENDS" "" ${ARGN} )
+  cmake_parse_arguments( ARG "" "" "DEPENDS" ${ARGN} )
 
-  configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/test/athenapooltest_test.sh.in
-                  ${CMAKE_CURRENT_BINARY_DIR}/athenapooltest_${testName}.sh
-                  @ONLY )
   atlas_add_test( ${testName}
-                  SCRIPT ${CMAKE_CURRENT_BINARY_DIR}/athenapooltest_${testName}.sh
-                  ENVIRONMENT "ATLAS_REFERENCE_TAG=AthenaPoolTest/AthenaPoolTest-01-00-10"
-                  POST_EXEC_SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/test/post_check_with_select.sh ${testName} ${pattern}"
-                  PROPERTIES TIMEOUT 900
-                   )
+                  SCRIPT athena.py AthenaPoolTest/${jo}.py
+                  LOG_SELECT_PATTERN ${pattern}
+                  LOG_IGNORE_PATTERN "DEBUG Try item:|AthenaAttribute.*DB=|AtlasRelease"
+                  PROPERTIES TIMEOUT 900 )
   if( ARG_DEPENDS )
-    set_tests_properties( AthenaPoolTest_${testName}_ctest
-                          PROPERTIES DEPENDS AthenaPoolTest_${ARG_DEPENDS}_ctest )
+    foreach( _dep ${ARG_DEPENDS} )
+      set_tests_properties( AthenaPoolTest_${testName}_ctest
+                            PROPERTIES DEPENDS AthenaPoolTest_${_dep}_ctest )
+    endforeach()
   endif()
 endfunction (athenapooltest_run_test)
 
@@ -56,26 +54,25 @@ athenapooltest_run_test( AthenaPoolTestRead AthenaPoolTestRead
 
 # Write with DoubleEventSelector
 athenapooltest_run_test( AthenaPoolTestWriteDoubleSelector AthenaPoolTestWriteDoubleSelector
-                         "'^..DoubleEvent|^..SecondaryEvent|^..AthenaPoolTest'"
-                         DEPENDS AthenaPoolTestRead)
+                         "^DoubleEvent|^SecondaryEvent|^AthenaPoolTest" )
 athenapooltest_run_test( AthenaPoolTestReadDoubleSelector AthenaPoolTestReadDoubleSelector
-                         "'^..DoubleEvent|^..SecondaryEvent|^..AthenaPoolTest'"
+                         "^DoubleEvent|^SecondaryEvent|^AthenaPoolTest"
                          DEPENDS AthenaPoolTestWriteDoubleSelector )
 
 # Add on test of navigation still using simple objects:
 # AthenaPoolTestWrite - Step2 - rewrite part in another file
 # DoubleEventSelector
 athenapooltest_run_test( AthenaPoolTestStep2WriteDoubleSelector AthenaPoolTestStep2WriteDoubleSelector
-                         "'^..DoubleEvent|^..SecondaryEvent|^..AthenaPoolTest'"
-                         DEPENDS AthenaPoolTestReadDoubleSelector )
+                         "^DoubleEvent|^SecondaryEvent|^AthenaPoolTest"
+                         DEPENDS AthenaPoolTestWriteDoubleSelector )
 # normal EventSelector
 athenapooltest_run_test( AthenaPoolTestStep2Write AthenaPoolTestStep2Write
-                         "^..AthenaPoolTestD"
-                         DEPENDS AthenaPoolTestStep2WriteDoubleSelector )
+                         "^AthenaPoolTestD"
+                         DEPENDS AthenaPoolTestWrite )
 
 # Copy the Step2 file
 #athenapooltest_run_test( AthenaPoolTestCopy AthenaPoolTestCopy
-#                         "^..Stream1" )
+#                         "^Stream1" )
 # 
 # Remove the Step2 file and read the copy
 #athenapooltest_run_test( AthenaPoolTestReadAfterCopy AthenaPoolTestReadAfterCopy
@@ -83,9 +80,9 @@ athenapooltest_run_test( AthenaPoolTestStep2Write AthenaPoolTestStep2Write
 # 
 # Write/read out PileUpEventInfo:
 #athenapooltest_run_test( PileUpEventInfoWrite PileUpEventInfoWrite
-#                         "^..PileUpEventInfo" )
+#                         "^PileUpEventInfo" )
 #athenapooltest_run_test( PileUpEventInfoRead PileUpEventInfoRead
-#                         "^..PileUpEventInfo" )
+#                         "^PileUpEventInfo" )
 # 
 # 
 # 
@@ -97,39 +94,35 @@ athenapooltest_run_test( AthenaPoolTestStep2Write AthenaPoolTestStep2Write
 
 # Test write/read of indet rdos:
 athenapooltest_run_test( InDetRawDataWriter InDetRawDataWriter_jobOptions
-                         "InDetRawDataFak"
-                         DEPENDS AthenaPoolTestStep2Write )
+                         "InDetRawDataFak" )
 athenapooltest_run_test( InDetRawDataRead InDetRawDataReader_jobOptions
                          "InDetRawDataFak"
                          DEPENDS InDetRawDataWriter )
 
 # Test write/read of LAr cell
 athenapooltest_run_test( LArCellContWriter LArCellContWriter_jobOptions
-                         "LArCellContFake"
-                         DEPENDS InDetRawDataRead )
+                         "LArCellContFake" )
 athenapooltest_run_test( LArCellContRead LArCellContReader_jobOptions
                          "LArCellContFake"
                          DEPENDS LArCellContWriter )
 
 # Read two RDOs with the DoubleEventSelector
 athenapooltest_run_test( ReadRDODoubleSelector ReadRDODoubleSelector
-                         "'^..DoubleEvent|^..SecondaryEvent|^..RDOReader'"
-                         DEPENDS LArCellContRead )
+                         "^DoubleEvent|^SecondaryEvent|^RDOReader"
+                         DEPENDS InDetRawDataWriter LArCellContWriter )
 athenapooltest_run_test( ReadCombinedRDO ReadCombinedRDO
-                         "'^..DoubleEvent|^..SecondaryEvent|^..LArCellContFake|^..InDetRawDataFak'"
+                         "^DoubleEvent|^SecondaryEvent|^LArCellContFake|^InDetRawDataFak"
                          DEPENDS ReadRDODoubleSelector )
 
 # Test basic overlay algorithms with DoubleEventSelector
 athenapooltest_run_test( DoubleEventSelectorOverlayTest DoubleEventSelectorOverlayTest
-                         "'^..DoubleEvent|^..SecondaryEvent|^..AthenaPoolAddr|^..Stream1|Found HelperTools'"
-                         DEPENDS ReadCombinedRDO )
+                         "^DoubleEvent|^SecondaryEvent|^AthenaPoolAddr|^Stream1|Found HelperTools" )
 
 # AthenaMT test for DoubleEventSelector
 atlas_add_test( DoubleEventSelectorOverlayTestMT
-                SCRIPT athena.py AthenaPoolTest/DoubleEventSelectorOverlayTest.py --threads=4
-                PROPERTIES TIMEOUT 900
-                POST_EXEC_SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/test/post_check_with_select.sh \
-                                  DoubleEventSelectorOverlayTestMT '^..DoubleEvent.*WARNING|ERROR'")
+                SCRIPT athena.py --threads=4 -c \"outputFile=\'OverlayRDOMT.root\'\" AthenaPoolTest/DoubleEventSelectorOverlayTest.py
+                LOG_SELECT_PATTERN "^DoubleEvent.*WARNING|ERROR"
+                PROPERTIES TIMEOUT 900 )
 
 # Test of explicit collection write/read
 #athenapooltest_run_test( LArCellContWriteReg LArCellContWriter_jobOptionsReg
@@ -148,10 +141,10 @@ atlas_add_test( DoubleEventSelectorOverlayTestMT
 # 
 # write/read test of calo clusters
 #athenapooltest_run_test( CaloClusterWriter CaloClusterWriter_jobOptions
-#                         "^..CaloClusterFakeWriter"
+#                         "^CaloClusterFakeWriter"
 #                         DEPENDS LArCellContRead  )
 #athenapooltest_run_test( CaloClusterReader CaloClusterReader_jobOptions
-#                         "^..CaloClusterFakeWriter"
+#                         "^CaloClusterFakeWriter"
 #                         DEPENDS CaloClusterWriter  )
 # 
 # Test ElementLinks across files
@@ -169,7 +162,7 @@ atlas_add_test( DoubleEventSelectorOverlayTestMT
 # 
 # AthenaPoolTestWrite - write out implicit collection with athena pool test data
 #athenapooltest_run_test( AthenaPoolTestWrite2 AthenaPoolTestWrite
-#                         "^..AthenaPoolTestD" )
+#                         "^AthenaPoolTestD" )
 # LArCellContWriteRegStep2 - write out explicit collection with LArCellCont
 #athenapooltest_run_test( LArCellContWriteRegStep2 LArCellContWriter_jobOptionsRegStep2
 #                         "LArCellContFake" )
@@ -186,20 +179,19 @@ atlas_add_test( DoubleEventSelectorOverlayTestMT
 
 # Check for adding DetDescr tags to event info object:
 athenapooltest_run_test( EventInfoWrite EventInfoWrite
-                         "'^..[TE][av][ge][In][nt][fI][on][Mf][go][rW]'"
-                         DEPENDS DoubleEventSelectorOverlayTest )
+                         "^TagInfoMgr|^EventInfoWriter" )
 athenapooltest_run_test( EventInfoWriteStep2 EventInfoWriteStep2
-                         "'^..[TE][av][ge][In][nt][fI][on][Mf][go][rW]'"
+                         "^TagInfoMgr|^EventInfoWriter"
                          DEPENDS EventInfoWrite )
 athenapooltest_run_test( EventInfoWriteStep3 EventInfoWriteStep3
-                         "'^..[TE][av][ge][In][nt][fI][on][Mf][go][rW]'"
+                         "^TagInfoMgr|^EventInfoWriter"
                          DEPENDS EventInfoWriteStep2 )
 athenapooltest_run_test( EventInfoWriteStep4 EventInfoWriteStep4
-                         "'^..[TE][av][ge][In][nt][fI][on][Mf][go][rW]'"
+                         "^TagInfoMgr|^EventInfoWriter"
                          DEPENDS EventInfoWriteStep3 )
 athenapooltest_run_test( EventInfoWriteStep5 EventInfoWriteStep5
-                         "'^..[TE][av][ge][In][nt][fI][on][Mf][go][rW]'"
+                         "^TagInfoMgr|^EventInfoWriter"
                          DEPENDS EventInfoWriteStep4 )
 athenapooltest_run_test( EventInfoRead EventInfoRead
-                         "'^..[TE][av][ge][In][nt][fI][on][Mf][go][rW]'"
+                         "^TagInfoMgr|^EventInfoWriter"
                          DEPENDS EventInfoWriteStep5 )
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestStep2Write.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestStep2Write.py
index 8053c30fb1f1161f5b280ffd0ddfc076173a9025..e8fc66450810fafa648cf3980add811cc84f2401 100755
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestStep2Write.py
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestStep2Write.py
@@ -45,8 +45,8 @@ theApp.EvtMax = 5
 #--------------------------------------------------------------
 from AthenaPoolTest.AthenaPoolTestConf import AthenaPoolTestDataWriter
 topSequence += AthenaPoolTestDataWriter( "AthenaPoolTestDataWriter" )
-AthenaPoolTestDataWriter.PartialCreate = TRUE
-AthenaPoolTestDataWriter.ReadOtherHalf = TRUE
+AthenaPoolTestDataWriter.PartialCreate = True
+AthenaPoolTestDataWriter.ReadOtherHalf = True
 # Try to also read in the first half that is going to be written out
 # again => this should produce an error
 #AthenaPoolTestDataWriter.ReadFirstHalf = TRUE
@@ -57,18 +57,18 @@ AthenaPoolTestDataWriter.ReadOtherHalf = TRUE
 include( "EventAthenaPool/EventAthenaPoolItemList_joboptions.py" )
 include( "AthenaPoolTestAthenaPool/AthenaPoolTestAthenaPoolItemList_joboptions.py" )
 
-printfunc (fullItemList)
+print(fullItemList)
 
 from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream
 Stream1 = AthenaPoolOutputStream( "Stream1", noTag=True )
 
 # Run OutputStream as an algorithm
-topSequence += AthenaPoolOutputStream( "Stream1", noTag=True )
+topSequence += Stream1
 # Must make sure that no OutStream's have been declared
-theApp.OutStream     = []; 
+theApp.OutStream     = []
 # Stream's output file
 Stream1.WritingTool = "AthenaOutputStreamTool"
-Stream1.OutputFile  = "SimplePoolFile1.root"
+Stream1.OutputFile  = "SimplePoolFile4.root"
 # List of DO's to write out
 #Stream1.ItemList   += fullItemList
 Stream1.ItemList   += ["EventInfo#*"]
@@ -79,7 +79,7 @@ Stream1.ItemList   += ["IAthenaPoolTestCollection#AthenaPoolTestCollection_2"]
 Stream1.ItemList   += ["IAthenaPoolTestCollection#AthenaPoolTestCollection_3"]
 Stream1.ItemList   += ["AthenaPoolTestMatrix#*"]
 
-printfunc (Stream1.ItemList)
+print(Stream1.ItemList)
 
 #--------------------------------------------------------------
 # Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL )
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestStep2WriteDoubleSelector.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestStep2WriteDoubleSelector.py
index 705fac1159e50ab19a57d09e74ea4594459ebc06..3031d9e13f09062b17e6bf0eb01c642a9ac9e050 100644
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestStep2WriteDoubleSelector.py
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestStep2WriteDoubleSelector.py
@@ -56,8 +56,8 @@ theApp.EvtMax = 5
 #--------------------------------------------------------------
 from AthenaPoolTest.AthenaPoolTestConf import AthenaPoolTestDataWriter
 topSequence += AthenaPoolTestDataWriter( "AthenaPoolTestDataWriter" )
-AthenaPoolTestDataWriter.PartialCreate = TRUE
-AthenaPoolTestDataWriter.ReadOtherHalf = TRUE
+AthenaPoolTestDataWriter.PartialCreate = True
+AthenaPoolTestDataWriter.ReadOtherHalf = True
 
 #--------------------------------------------------------------
 # Output options
@@ -66,13 +66,13 @@ AthenaPoolTestDataWriter.ReadOtherHalf = TRUE
 include( "EventAthenaPool/EventAthenaPoolItemList_joboptions.py" )
 include( "AthenaPoolTestAthenaPool/AthenaPoolTestAthenaPoolItemList_joboptions.py" )
 
-printfunc (fullItemList)
+print(fullItemList)
 
 from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream
 Stream3 = AthenaPoolOutputStream( "Stream3", noTag=True )
 
 # Run OutputStream as an algorithm
-topSequence += AthenaPoolOutputStream( "Stream3", noTag=True )
+topSequence += Stream3
 # Must make sure that no OutStream's have been declared
 theApp.OutStream     = []; 
 # Stream's output file
@@ -87,7 +87,7 @@ Stream3.ItemList   += ["IAthenaPoolTestCollection#AthenaPoolTestCollection_2"]
 Stream3.ItemList   += ["IAthenaPoolTestCollection#AthenaPoolTestCollection_3"]
 Stream3.ItemList   += ["AthenaPoolTestMatrix#*"]
 
-printfunc (Stream3.ItemList)
+print(Stream3.ItemList)
 
 # Change output file catalog to avoid collisions.
 from PoolSvc import PoolSvcConf
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/DoubleEventSelectorOverlayTest.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/DoubleEventSelectorOverlayTest.py
index 244b2c99d0dd56bd1301b87bc69d4edb4d913d82..7afa3391582e4ad0db158c54d4713aeb0843992b 100644
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/DoubleEventSelectorOverlayTest.py
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/DoubleEventSelectorOverlayTest.py
@@ -108,7 +108,7 @@ from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream
 Stream1 = AthenaPoolOutputStream( "Stream1", asAlg=True, noTag=True )
 Stream1.OutputLevel = INFO
 
-Stream1.OutputFile  = "OutputRDO.root"
+Stream1.OutputFile  = locals().get("outputFile", "OverlayRDO.root")
 # List of DO's to write out
 Stream1.ItemList =  []
 Stream1.ItemList += ["McEventCollection#TruthEvent"]
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/DoubleEventSelectorOverlayTest.ref b/AtlasTest/DatabaseTest/AthenaPoolTest/share/DoubleEventSelectorOverlayTest.ref
index e693e24e5a388a1a40ebe7dda3e7200f3e14d897..855bd640c25025c2c93c361a156452ee4d02f33a 100644
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/DoubleEventSelectorOverlayTest.ref
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/DoubleEventSelectorOverlayTest.ref
@@ -58,7 +58,7 @@ Stream1.Stream1...   INFO Initializing Stream1.Stream1Tool - package version Ath
 AthenaPoolAddre...  DEBUG Cannot retrieve DataHeader from DetectorStore.
 AthenaPoolAddre...  DEBUG Cannot retrieve DataHeader from DetectorStore.
 Stream1              INFO Found HelperTools = PrivateToolHandleArray(['Athena::ThinningCacheTool/ThinningCacheTool_Stream1'])
-Stream1              INFO Data output: OutputRDO.root
+Stream1              INFO Data output: OverlayRDO.root
 Stream1              INFO I/O reinitialization...
 DoubleEventSele...  DEBUG Property update for OutputLevel : new value = 2
 DoubleEventSele...  DEBUG Initializing DoubleEventSelector
@@ -182,8 +182,8 @@ ClassIDSvc           INFO  getRegistryEntries: read 180 CLIDRegistry entries for
 DbSession            INFO     Open     DbSession    
 Domain[ROOT_All]     INFO >   Access   DbDomain     UPDATE    [ROOT_All] 
 Domain[ROOT_All]     INFO ->  Access   DbDatabase   CREATE    [ROOT_All] 22B32F76-1345-524A-B55B-D789FB399093
-Domain[ROOT_All]     INFO                           OutputRDO.root
-RootDatabase.open    INFO OutputRDO.root File version:61800
+Domain[ROOT_All]     INFO                           OverlayRDO.root
+RootDatabase.open    INFO OverlayRDO.root File version:61800
 StorageSvc           INFO Building shape according to reflection information using shape ID for:
 StorageSvc           INFO DataHeader_p6 [4DDBD295-EFCE-472A-9EC8-15CD35A9EB8D]
 StorageSvc           INFO Building shape according to reflection information using shape ID for:
@@ -887,7 +887,7 @@ Stream1              INFO Metadata records written: 11
 Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] 8BCD9728-EB56-6042-AFDF-61C0C379D70E
 /home/sss/nobac...   INFO Database being retired...
 Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   READ      [ROOT_All] 9553B87B-1832-3346-A65E-916E6C1DEAB5
-OutputRDO.root       INFO Database being retired...
+OverlayRDO.root      INFO Database being retired...
 Domain[ROOT_All]     INFO ->  Deaccess DbDatabase   CREATE    [ROOT_All] 22B32F76-1345-524A-B55B-D789FB399093
 Domain[ROOT_All]     INFO >   Deaccess DbDomain     UPDATE    [ROOT_All] 
 ApplicationMgr       INFO Application Manager Stopped successfully
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoRead.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoRead.py
index 5aec601d4d925d939bfceb6bb5b2100ca0428e00..d57b0262f4d5fcd5f561b16f851fe044dc530785 100755
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoRead.py
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoRead.py
@@ -56,7 +56,7 @@ include( "IOVDbSvc/IOVRecExCommon.py" )
 # Define the output Db parameters (the default value are shown)
 #--------------------------------------------------------------
 
-input = locals().get('inputFile', "SimplePoolFile4.root")
+input = locals().get('inputFile', "EventInfoPoolFile4.root")
 svcMgr.EventSelector.InputCollections        = [ input ]
 
 #--------------------------------------------------------------
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoRead.ref b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoRead.ref
new file mode 100644
index 0000000000000000000000000000000000000000..2a14b1aa94cf79d81872661d22e3e5f32c58768a
--- /dev/null
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoRead.ref
@@ -0,0 +1,167 @@
+TagInfoMgr          DEBUG initialize()
+TagInfoMgr          DEBUG OverrideEventInfoTags    'OverrideEventInfoTags':True
+TagInfoMgr          DEBUG TagInfoKey               'TagInfoKey':'ProcessingTags'
+TagInfoMgr          DEBUG ExtraTagValuePairs 
+TagInfoMgr          DEBUG  Value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr.IOVD...  DEBUG in initialize()
+TagInfoMgr.IOVD...  DEBUG initialize(): need to modify folders
+TagInfoMgr          DEBUG Adding private ToolHandle tool TagInfoMgr.IOVDbMetaDataTool (IOVDbMetaDataTool)
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG matched ITagInfoMgr
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/CalibIdMap
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/FebRodMap
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/OnOffIdMap
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /TagInfo
+TagInfoMgr          DEBUG preLoadAddresses - add transient address for TagInfo to detector store
+TagInfoMgr          DEBUG preLoadAddresses - Found CLID: 61780915 key from ioa ProcessingTags
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG matched ITagInfoMgr
+TagInfoMgr          DEBUG start()
+TagInfoMgr          DEBUG Registered checkTagInfo callback for  /TagInfo 
+TagInfoMgr          DEBUG handle: entering handle(), incidence type BeginInputFile from EventSelector
+TagInfoMgr          DEBUG handle: entering handle(), incidence type BeginRun from AthenaEventLoopMgr
+TagInfoMgr          DEBUG handle: First BeginRun incident - Event ID: [1,1:0] 
+TagInfoMgr          DEBUG handle: currentRun = 1
+TagInfoMgr          DEBUG Signaled begin run to IOVDbSvc [1,1:0]
+TagInfoMgr          DEBUG Retrieve tag info 
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG createObj: get TagInfo
+TagInfoMgr          DEBUG createObj: Retrieved TagInfo meta data from detStore. size 1
+TagInfoMgr          DEBUG fillTagInfo: 
+TagInfoMgr          DEBUG fillTagInfo: - tags coming from COOL file meta data
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: print out tags before adding extra tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: print out tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG createObj: Filled TagInfo from file meta data 
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG TagA1 A1
+TagInfoMgr          DEBUG TagB1 B1
+TagInfoMgr          DEBUG TagD1 D1
+TagInfoMgr          DEBUG fillMetaData: run number is in previous IOVRange: 1 {[1,0] - [3,0]}
+TagInfoMgr          DEBUG fillMetaData: start, stop: [1,0] [3,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Could not add new payload for folder /TagInfo (may be duplicate payload).
+TagInfoMgr          DEBUG createObj: Wrote TagInfo to MetaDataStore 
+TagInfoMgr          DEBUG createObj:  created new TagInfo object 
+TagInfoMgr          DEBUG Retrieved tag info 
+TagInfoMgr          DEBUG handle: TagInfo successfully processed by IOVDbSvc to register callback
+TagInfoMgr          DEBUG checkTagInfo: entering checkTagInfo
+TagInfoMgr          DEBUG checkTagInfo: retrieved TagInfo to save its contents
+TagInfoMgr          DEBUG checkTagInfo: saved TagInfo contents
+TagInfoMgr          DEBUG checkTagInfo: reset TagInfo
+TagInfoMgr          DEBUG createObj: get TagInfo
+TagInfoMgr          DEBUG createObj: Retrieved TagInfo meta data from detStore. size 1
+TagInfoMgr          DEBUG fillTagInfo: 
+TagInfoMgr          DEBUG fillTagInfo: - tags coming from COOL file meta data
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: print out tags before adding extra tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: print out tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG createObj: Filled TagInfo from file meta data 
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG TagA1 A1
+TagInfoMgr          DEBUG TagB1 B1
+TagInfoMgr          DEBUG TagD1 D1
+TagInfoMgr          DEBUG fillMetaData: run number is in previous IOVRange: 1 {[1,0] - [3,0]}
+TagInfoMgr          DEBUG fillMetaData: start, stop: [1,0] [3,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Could not add new payload for folder /TagInfo (may be duplicate payload).
+TagInfoMgr          DEBUG createObj: Wrote TagInfo to MetaDataStore 
+TagInfoMgr          DEBUG createObj:  created new TagInfo object 
+TagInfoMgr          DEBUG checkTagInfo: retrieved TagInfo
+TagInfoMgr          DEBUG handle: entering handle(), incidence type BeginRun from AthenaEventLoopMgr
+TagInfoMgr          DEBUG handle: secondary BeginRun incident - Event ID: [2,1:85] 
+TagInfoMgr          DEBUG handle: currentRun = 2
+TagInfoMgr          DEBUG handle - BeginRun: Retrieved TagInfo meta data from detStore
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG TagA1 A1
+TagInfoMgr          DEBUG TagB1 B1
+TagInfoMgr          DEBUG TagD1 D1
+TagInfoMgr          DEBUG fillMetaData: run number is in previous IOVRange: 2 {[1,0] - [3,0]}
+TagInfoMgr          DEBUG fillMetaData: start, stop: [2,0] [3,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Could not add new payload for folder /TagInfo (may be duplicate payload).
+TagInfoMgr          DEBUG handle - BeginRun: Wrote TagInfo to MetaDataStore 
+TagInfoMgr          DEBUG finalize()
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWrite.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWrite.py
index 898f245ae0d4b9c92319e6ec35050e666f1883da..3d4b98b86997fcda108f617b4f28dc5a9e27b3a5 100755
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWrite.py
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWrite.py
@@ -112,7 +112,7 @@ printfunc (fullItemList)
 
 # Stream's output file
 from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream
-Stream1 = AthenaPoolOutputStream( "Stream1", "SimplePoolFile.root", asAlg = True, noTag=True )
+Stream1 = AthenaPoolOutputStream( "Stream1", "EventInfoPoolFile.root", asAlg = True, noTag=True )
 # List of DO's to write out
 Stream1.ItemList   += fullItemList
 
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWrite.ref b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWrite.ref
new file mode 100644
index 0000000000000000000000000000000000000000..141b2c137b2968f94f46048c5c688c38c879a179
--- /dev/null
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWrite.ref
@@ -0,0 +1,465 @@
+TagInfoMgr          DEBUG initialize()
+TagInfoMgr          DEBUG OverrideEventInfoTags    'OverrideEventInfoTags':True
+TagInfoMgr          DEBUG TagInfoKey               'TagInfoKey':'ProcessingTags'
+TagInfoMgr          DEBUG ExtraTagValuePairs 
+TagInfoMgr          DEBUG  Value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr.IOVD...  DEBUG in initialize()
+TagInfoMgr.IOVD...  DEBUG initialize(): need to modify folders
+TagInfoMgr          DEBUG Adding private ToolHandle tool TagInfoMgr.IOVDbMetaDataTool (IOVDbMetaDataTool)
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG matched ITagInfoMgr
+TagInfoMgr          DEBUG addTag - adding name/value pairs: IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Align
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/BadChannels/BadChannels
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/BadChannels/MissingFEBs
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/CalibIdMap
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/FebRodMap
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/OnOffIdMap
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /TILE/OFL02/CALIB/CES
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /TILE/OFL02/CALIB/CIS/FIT/LIN
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /TILE/OFL02/CALIB/CIS/FIT/NLN
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /TILE/OFL02/CALIB/EMS
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /TILE/OFL02/CALIB/LAS/FIBER
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /TILE/OFL02/CALIB/LAS/LIN
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /TILE/OFL02/CALIB/LAS/NLN
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /TILE/OFL02/NOISE/SAMPLE
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /TILE/OFL02/STATUS/ADC
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /TILE/OFL02/TIME/CHANNELOFFSET/PHY
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /TILE/ONL01/STATUS/ADC
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /CALO/Ofl/Identifier/CaloTTOnAttrIdMapAtlas
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /CALO/Ofl/Identifier/CaloTTOnOffIdMapAtlas
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /CALO/Ofl/Identifier/CaloTTPpmRxIdMapAtlas
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/ElecCalibMC/AutoCorr
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/LArCellPositionShift
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/ElecCalibMC/DAC2uA
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/ElecCalibMC/HVScaleCorr
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/ElecCalibMC/MinBias
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/ElecCalibMC/MinBiasAverage
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/ElecCalibMC/MphysOverMcal
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/ElecCalibMC/Noise
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/ElecCalibMC/Pedestal
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/ElecCalibMC/Ramp
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/ElecCalibMC/Shape
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/LArTTCellMapAtlas
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/ElecCalibMC/fSampl
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/ElecCalibMC/uA2MeV
+TagInfoMgr          DEBUG preLoadAddresses - add transient address for TagInfo to detector store
+TagInfoMgr          DEBUG preLoadAddresses - Found CLID: 61780915 key from ioa ProcessingTags
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG matched ITagInfoMgr
+EventInfoWriter     DEBUG EventInfoWriter::initialize()
+EventInfoWriter     DEBUG CreateDummyTags          'CreateDummyTags':False
+EventInfoWriter     DEBUG RemoveDummyTags          'RemoveDummyTags':False
+EventInfoWriter     DEBUG CreateDummyOverrideTags  'CreateDummyOverrideTags':False
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG matched ITagInfoMgr
+EventInfoWriter     DEBUG Added tag to TagInfoMgr
+EventInfoWriter     DEBUG EventInfoWriter::fillTagInfo()
+EventInfoWriter     DEBUG Called fillTagInfo
+TagInfoMgr          DEBUG start()
+TagInfoMgr          DEBUG handle: entering handle(), incidence type BeginRun from AthenaEventLoopMgr
+TagInfoMgr          DEBUG handle: First BeginRun incident - Event ID: [1,1:0] 
+TagInfoMgr          DEBUG handle: currentRun = 1
+TagInfoMgr          DEBUG Signaled begin run to IOVDbSvc [1,1:0]
+TagInfoMgr          DEBUG Retrieve tag info 
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG createObj: get TagInfo
+TagInfoMgr          DEBUG createObj: det store does NOT contain AttrListColl for TagInfo
+TagInfoMgr          DEBUG fillTagInfo: 
+TagInfoMgr          DEBUG fillTagInfo: Add in tags from EventInfo
+TagInfoMgr          DEBUG fillTagInfo: Event ID: [1,4294967296:0] 
+TagInfoMgr          DEBUG fillTagInfo: EventInfo/EventType has no tags
+TagInfoMgr          DEBUG fillTagInfo: Added EventInfo tags to TagInfo current/input
+TagInfoMgr          DEBUG fillTagInfo: print out tags before adding extra tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: print out tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG createObj: Filled TagInfo from input event 
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG No IOVMetaDataContainer in MetaDataStore for folder /TagInfo. Created a new instance
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Added new payload for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG {[1,0] - [2,0]} iov size 0
+TagInfoMgr          DEBUG createObj: Wrote TagInfo to MetaDataStore 
+TagInfoMgr          DEBUG createObj:  created new TagInfo object 
+TagInfoMgr          DEBUG Retrieved tag info 
+TagInfoMgr          DEBUG handle: TagInfo successfully processed by IOVDbSvc to register callback
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967296:0] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967297:5] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967298:10] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967299:15] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967300:20] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967301:25] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967302:30] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967303:35] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967304:40] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967305:45] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967306:50] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967307:55] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967308:60] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967309:65] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967310:70] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967311:75] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967312:80] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+TagInfoMgr          DEBUG handle: entering handle(), incidence type BeginRun from AthenaEventLoopMgr
+TagInfoMgr          DEBUG handle: secondary BeginRun incident - Event ID: [2,1:85] 
+TagInfoMgr          DEBUG handle: currentRun = 2
+TagInfoMgr          DEBUG handle - BeginRun: det store does NOT contain AttrListColl for TagInfo
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,1:85] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,2:90] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,3:95] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,4:100] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,5:105] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,6:110] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,7:115] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,8:120] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::finalize()
+TagInfoMgr          DEBUG finalize()
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep2.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep2.py
index 63b0da316fe02d50e63b09e1006ed1383b9dd03b..a88d66a0371f6b6496d8624b06c9a171bfd993f5 100755
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep2.py
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep2.py
@@ -32,7 +32,7 @@ import AthenaPoolCnvSvc.WriteAthenaPool
 # Define the input parameters
 #--------------------------------------------------------------
 
-svcMgr.EventSelector.InputCollections        = [ "SimplePoolFile.root" ]
+svcMgr.EventSelector.InputCollections        = [ "EventInfoPoolFile.root" ]
 
 #--------------------------------------------------------------
 # Set flags and load det descr
@@ -96,7 +96,7 @@ printfunc (fullItemList)
 
 # Stream's output file - Run OutputStream as an algorithm
 from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream
-Stream1 = AthenaPoolOutputStream( "Stream1", "SimplePoolFile1.root", asAlg = True, noTag=True )
+Stream1 = AthenaPoolOutputStream( "Stream1", "EventInfoPoolFile1.root", asAlg = True, noTag=True )
 
 # List of DO's to write out
 Stream1.ItemList   += fullItemList
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep2.ref b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep2.ref
new file mode 100644
index 0000000000000000000000000000000000000000..b4dd13c2dfc2a4701e9b53f05299406feb8ca4c8
--- /dev/null
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep2.ref
@@ -0,0 +1,677 @@
+TagInfoMgr          DEBUG initialize()
+TagInfoMgr          DEBUG OverrideEventInfoTags    'OverrideEventInfoTags':True
+TagInfoMgr          DEBUG TagInfoKey               'TagInfoKey':'ProcessingTags'
+TagInfoMgr          DEBUG ExtraTagValuePairs 
+TagInfoMgr          DEBUG  Value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr.IOVD...  DEBUG in initialize()
+TagInfoMgr.IOVD...  DEBUG initialize(): need to modify folders
+TagInfoMgr          DEBUG Adding private ToolHandle tool TagInfoMgr.IOVDbMetaDataTool (IOVDbMetaDataTool)
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG matched ITagInfoMgr
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/CalibIdMap
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/FebRodMap
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/OnOffIdMap
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /TagInfo
+TagInfoMgr          DEBUG preLoadAddresses - add transient address for TagInfo to detector store
+TagInfoMgr          DEBUG preLoadAddresses - Found CLID: 61780915 key from ioa ProcessingTags
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG matched ITagInfoMgr
+EventInfoWriter     DEBUG EventInfoWriter::initialize()
+EventInfoWriter     DEBUG CreateDummyTags          'CreateDummyTags':False
+EventInfoWriter     DEBUG RemoveDummyTags          'RemoveDummyTags':False
+EventInfoWriter     DEBUG CreateDummyOverrideTags  'CreateDummyOverrideTags':False
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG matched ITagInfoMgr
+EventInfoWriter     DEBUG Added tag to TagInfoMgr
+EventInfoWriter     DEBUG EventInfoWriter::fillTagInfo()
+EventInfoWriter     DEBUG Called fillTagInfo
+TagInfoMgr          DEBUG start()
+TagInfoMgr          DEBUG Registered checkTagInfo callback for  /TagInfo 
+TagInfoMgr          DEBUG handle: entering handle(), incidence type BeginInputFile from EventSelector
+TagInfoMgr          DEBUG handle: entering handle(), incidence type BeginRun from AthenaEventLoopMgr
+TagInfoMgr          DEBUG handle: First BeginRun incident - Event ID: [1,1:0] 
+TagInfoMgr          DEBUG handle: currentRun = 1
+TagInfoMgr          DEBUG Signaled begin run to IOVDbSvc [1,1:0]
+TagInfoMgr          DEBUG Retrieve tag info 
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG createObj: get TagInfo
+TagInfoMgr          DEBUG createObj: Retrieved TagInfo meta data from detStore. size 1
+TagInfoMgr          DEBUG fillTagInfo: 
+TagInfoMgr          DEBUG fillTagInfo: - tags coming from COOL file meta data
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: print out tags before adding extra tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: print out tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG createObj: Filled TagInfo from file meta data 
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillMetaData: run number is in previous IOVRange: 1 {[1,0] - [2,0]}
+TagInfoMgr          DEBUG fillMetaData: start, stop: [1,0] [2,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Could not add new payload for folder /TagInfo (may be duplicate payload).
+TagInfoMgr          DEBUG createObj: Wrote TagInfo to MetaDataStore 
+TagInfoMgr          DEBUG createObj:  created new TagInfo object 
+TagInfoMgr          DEBUG Retrieved tag info 
+TagInfoMgr          DEBUG handle: TagInfo successfully processed by IOVDbSvc to register callback
+TagInfoMgr          DEBUG checkTagInfo: entering checkTagInfo
+TagInfoMgr          DEBUG checkTagInfo: retrieved TagInfo to save its contents
+TagInfoMgr          DEBUG checkTagInfo: saved TagInfo contents
+TagInfoMgr          DEBUG checkTagInfo: reset TagInfo
+TagInfoMgr          DEBUG createObj: get TagInfo
+TagInfoMgr          DEBUG createObj: Retrieved TagInfo meta data from detStore. size 1
+TagInfoMgr          DEBUG fillTagInfo: 
+TagInfoMgr          DEBUG fillTagInfo: - tags coming from COOL file meta data
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: print out tags before adding extra tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: print out tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG createObj: Filled TagInfo from file meta data 
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillMetaData: run number is in previous IOVRange: 1 {[1,0] - [2,0]}
+TagInfoMgr          DEBUG fillMetaData: start, stop: [1,0] [2,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Could not add new payload for folder /TagInfo (may be duplicate payload).
+TagInfoMgr          DEBUG createObj: Wrote TagInfo to MetaDataStore 
+TagInfoMgr          DEBUG createObj:  created new TagInfo object 
+TagInfoMgr          DEBUG checkTagInfo: retrieved TagInfo
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967296:0] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967297:5] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967298:10] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967299:15] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967300:20] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967301:25] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967302:30] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967303:35] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967304:40] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967305:45] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967306:50] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967307:55] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967308:60] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967309:65] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967310:70] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967311:75] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967312:80] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+TagInfoMgr          DEBUG handle: entering handle(), incidence type BeginRun from AthenaEventLoopMgr
+TagInfoMgr          DEBUG handle: secondary BeginRun incident - Event ID: [2,1:85] 
+TagInfoMgr          DEBUG handle: currentRun = 2
+TagInfoMgr          DEBUG handle - BeginRun: Retrieved TagInfo meta data from detStore
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillMetaData: run number is outside of previous IOVRange: 2 {[1,0] - [2,0]}. Reset range to run number.
+TagInfoMgr          DEBUG fillMetaData: start, stop: [2,0] [3,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Could not add new payload for folder /TagInfo (may be duplicate payload).
+TagInfoMgr          DEBUG handle - BeginRun: Wrote TagInfo to MetaDataStore 
+TagInfoMgr          DEBUG checkTagInfo: entering checkTagInfo
+TagInfoMgr          DEBUG checkTagInfo: retrieved TagInfo to save its contents
+TagInfoMgr          DEBUG checkTagInfo: saved TagInfo contents
+TagInfoMgr          DEBUG checkTagInfo: reset TagInfo
+TagInfoMgr          DEBUG createObj: get TagInfo
+TagInfoMgr          DEBUG createObj: Retrieved TagInfo meta data from detStore. size 1
+TagInfoMgr          DEBUG fillTagInfo: 
+TagInfoMgr          DEBUG fillTagInfo: - tags coming from COOL file meta data
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: print out tags before adding extra tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: print out tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG createObj: Filled TagInfo from file meta data 
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillMetaData: run number is in previous IOVRange: 2 {[2,0] - [3,0]}
+TagInfoMgr          DEBUG fillMetaData: start, stop: [2,0] [3,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Could not add new payload for folder /TagInfo (may be duplicate payload).
+TagInfoMgr          DEBUG createObj: Wrote TagInfo to MetaDataStore 
+TagInfoMgr          DEBUG createObj:  created new TagInfo object 
+TagInfoMgr          DEBUG checkTagInfo: retrieved TagInfo
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,1:85] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,2:90] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,3:95] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,4:100] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,5:105] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,6:110] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,7:115] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,8:120] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::finalize()
+TagInfoMgr          DEBUG finalize()
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep3.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep3.py
index d64d87ed7cccfd7b43cfc890b73420fd9be6d3d4..329963b365f26c90e420b975a60b7fac1e9b94c9 100755
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep3.py
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep3.py
@@ -33,7 +33,7 @@ import AthenaPoolCnvSvc.WriteAthenaPool
 # Define the input parameters
 #--------------------------------------------------------------
 
-svcMgr.EventSelector.InputCollections        = [ "SimplePoolFile1.root" ]
+svcMgr.EventSelector.InputCollections        = [ "EventInfoPoolFile1.root" ]
 
 #--------------------------------------------------------------
 # Set flags and load det descr
@@ -91,7 +91,7 @@ printfunc (fullItemList)
 
 # Run OutputStream as an algorithm
 from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream
-Stream1 = AthenaPoolOutputStream( "Stream1", "SimplePoolFile2.root", asAlg = True, noTag=True )
+Stream1 = AthenaPoolOutputStream( "Stream1", "EventInfoPoolFile2.root", asAlg = True, noTag=True )
 
 # List of DO's to write out
 Stream1.ItemList   += fullItemList
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep3.ref b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep3.ref
new file mode 100644
index 0000000000000000000000000000000000000000..4ab1f9004a97f55277b160165cdee3eae1417d21
--- /dev/null
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep3.ref
@@ -0,0 +1,757 @@
+TagInfoMgr          DEBUG initialize()
+TagInfoMgr          DEBUG OverrideEventInfoTags    'OverrideEventInfoTags':True
+TagInfoMgr          DEBUG TagInfoKey               'TagInfoKey':'ProcessingTags'
+TagInfoMgr          DEBUG ExtraTagValuePairs 
+TagInfoMgr          DEBUG  Value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr.IOVD...  DEBUG in initialize()
+TagInfoMgr.IOVD...  DEBUG initialize(): need to modify folders
+TagInfoMgr          DEBUG Adding private ToolHandle tool TagInfoMgr.IOVDbMetaDataTool (IOVDbMetaDataTool)
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG matched ITagInfoMgr
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/CalibIdMap
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/FebRodMap
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/OnOffIdMap
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /TagInfo
+TagInfoMgr          DEBUG preLoadAddresses - add transient address for TagInfo to detector store
+TagInfoMgr          DEBUG preLoadAddresses - Found CLID: 61780915 key from ioa ProcessingTags
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG matched ITagInfoMgr
+EventInfoWriter     DEBUG EventInfoWriter::initialize()
+EventInfoWriter     DEBUG CreateDummyTags          'CreateDummyTags':True
+EventInfoWriter     DEBUG RemoveDummyTags          'RemoveDummyTags':False
+EventInfoWriter     DEBUG CreateDummyOverrideTags  'CreateDummyOverrideTags':False
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG matched ITagInfoMgr
+EventInfoWriter     DEBUG Added tag to TagInfoMgr
+EventInfoWriter     DEBUG EventInfoWriter::fillTagInfo()
+EventInfoWriter     DEBUG Create dummy tags, A1-D1
+TagInfoMgr          DEBUG addTag - adding name/value pairs: TagA1 A1
+TagInfoMgr          DEBUG addTag - adding name/value pairs: TagB1 B1
+TagInfoMgr          DEBUG addTag - adding name/value pairs: TagC1 C1
+TagInfoMgr          DEBUG addTag - adding name/value pairs: TagD1 D1
+EventInfoWriter     DEBUG Called fillTagInfo
+TagInfoMgr          DEBUG start()
+TagInfoMgr          DEBUG Registered checkTagInfo callback for  /TagInfo 
+TagInfoMgr          DEBUG handle: entering handle(), incidence type BeginInputFile from EventSelector
+TagInfoMgr          DEBUG handle: entering handle(), incidence type BeginRun from AthenaEventLoopMgr
+TagInfoMgr          DEBUG handle: First BeginRun incident - Event ID: [1,1:0] 
+TagInfoMgr          DEBUG handle: currentRun = 1
+TagInfoMgr          DEBUG Signaled begin run to IOVDbSvc [1,1:0]
+TagInfoMgr          DEBUG Retrieve tag info 
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG createObj: get TagInfo
+TagInfoMgr          DEBUG createObj: Retrieved TagInfo meta data from detStore. size 1
+TagInfoMgr          DEBUG fillTagInfo: 
+TagInfoMgr          DEBUG fillTagInfo: - tags coming from COOL file meta data
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: print out tags before adding extra tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: TagC1 C1
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: print out tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG createObj: Filled TagInfo from file meta data 
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG TagA1 A1
+TagInfoMgr          DEBUG TagB1 B1
+TagInfoMgr          DEBUG TagC1 C1
+TagInfoMgr          DEBUG TagD1 D1
+TagInfoMgr          DEBUG fillMetaData: run number is in previous IOVRange: 1 {[1,0] - [3,0]}
+TagInfoMgr          DEBUG fillMetaData: start, stop: [1,0] [3,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Added new payload for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG {[1,0] - [3,0]} iov size 0
+TagInfoMgr          DEBUG createObj: Wrote TagInfo to MetaDataStore 
+TagInfoMgr          DEBUG createObj:  created new TagInfo object 
+TagInfoMgr          DEBUG Retrieved tag info 
+TagInfoMgr          DEBUG handle: TagInfo successfully processed by IOVDbSvc to register callback
+TagInfoMgr          DEBUG checkTagInfo: entering checkTagInfo
+TagInfoMgr          DEBUG checkTagInfo: retrieved TagInfo to save its contents
+TagInfoMgr          DEBUG checkTagInfo: saved TagInfo contents
+TagInfoMgr          DEBUG checkTagInfo: reset TagInfo
+TagInfoMgr          DEBUG createObj: get TagInfo
+TagInfoMgr          DEBUG createObj: Retrieved TagInfo meta data from detStore. size 1
+TagInfoMgr          DEBUG fillTagInfo: 
+TagInfoMgr          DEBUG fillTagInfo: - tags coming from COOL file meta data
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: print out tags before adding extra tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: TagC1 C1
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: print out tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG createObj: Filled TagInfo from file meta data 
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG TagA1 A1
+TagInfoMgr          DEBUG TagB1 B1
+TagInfoMgr          DEBUG TagC1 C1
+TagInfoMgr          DEBUG TagD1 D1
+TagInfoMgr          DEBUG fillMetaData: run number is in previous IOVRange: 1 {[1,0] - [3,0]}
+TagInfoMgr          DEBUG fillMetaData: start, stop: [1,0] [3,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Could not add new payload for folder /TagInfo (may be duplicate payload).
+TagInfoMgr          DEBUG createObj: Wrote TagInfo to MetaDataStore 
+TagInfoMgr          DEBUG createObj:  created new TagInfo object 
+TagInfoMgr          DEBUG checkTagInfo: retrieved TagInfo
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967296:0] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967297:5] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967298:10] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967299:15] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967300:20] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967301:25] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967302:30] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967303:35] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967304:40] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967305:45] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967306:50] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967307:55] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967308:60] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967309:65] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967310:70] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967311:75] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967312:80] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+TagInfoMgr          DEBUG handle: entering handle(), incidence type BeginRun from AthenaEventLoopMgr
+TagInfoMgr          DEBUG handle: secondary BeginRun incident - Event ID: [2,1:85] 
+TagInfoMgr          DEBUG handle: currentRun = 2
+TagInfoMgr          DEBUG handle - BeginRun: Retrieved TagInfo meta data from detStore
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG TagA1 A1
+TagInfoMgr          DEBUG TagB1 B1
+TagInfoMgr          DEBUG TagC1 C1
+TagInfoMgr          DEBUG TagD1 D1
+TagInfoMgr          DEBUG fillMetaData: run number is in previous IOVRange: 2 {[1,0] - [3,0]}
+TagInfoMgr          DEBUG fillMetaData: start, stop: [2,0] [3,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Could not add new payload for folder /TagInfo (may be duplicate payload).
+TagInfoMgr          DEBUG handle - BeginRun: Wrote TagInfo to MetaDataStore 
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,1:85] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,2:90] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,3:95] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,4:100] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,5:105] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,6:110] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,7:115] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,8:120] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::finalize()
+TagInfoMgr          DEBUG finalize()
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep4.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep4.py
index 99d7467c0db7e47e4cc60926a8d17904ae05ab06..ca692174b6ded217c39cc2209e5394df6b48c56c 100755
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep4.py
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep4.py
@@ -33,7 +33,7 @@ import AthenaPoolCnvSvc.WriteAthenaPool
 # Define the input parameters
 #--------------------------------------------------------------
 
-svcMgr.EventSelector.InputCollections        = [ "SimplePoolFile2.root" ]
+svcMgr.EventSelector.InputCollections        = [ "EventInfoPoolFile2.root" ]
 
 #--------------------------------------------------------------
 # Set flags and load det descr
@@ -91,7 +91,7 @@ printfunc (fullItemList)
 
 # Run OutputStream as an algorithm
 from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream
-Stream1 = AthenaPoolOutputStream( "Stream1", "SimplePoolFile3.root", asAlg = True, noTag=True )
+Stream1 = AthenaPoolOutputStream( "Stream1", "EventInfoPoolFile3.root", asAlg = True, noTag=True )
 
 # List of DO's to write out
 Stream1.ItemList   += fullItemList
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep4.ref b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep4.ref
new file mode 100644
index 0000000000000000000000000000000000000000..a457690a430b97641b7cd0e58a0cc1357160e2c2
--- /dev/null
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep4.ref
@@ -0,0 +1,924 @@
+TagInfoMgr          DEBUG initialize()
+TagInfoMgr          DEBUG OverrideEventInfoTags    'OverrideEventInfoTags':True
+TagInfoMgr          DEBUG TagInfoKey               'TagInfoKey':'ProcessingTags'
+TagInfoMgr          DEBUG ExtraTagValuePairs 
+TagInfoMgr          DEBUG  Value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr.IOVD...  DEBUG in initialize()
+TagInfoMgr.IOVD...  DEBUG initialize(): need to modify folders
+TagInfoMgr          DEBUG Adding private ToolHandle tool TagInfoMgr.IOVDbMetaDataTool (IOVDbMetaDataTool)
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG matched ITagInfoMgr
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/CalibIdMap
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/FebRodMap
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/OnOffIdMap
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /TagInfo
+TagInfoMgr          DEBUG preLoadAddresses - add transient address for TagInfo to detector store
+TagInfoMgr          DEBUG preLoadAddresses - Found CLID: 61780915 key from ioa ProcessingTags
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG matched ITagInfoMgr
+EventInfoWriter     DEBUG EventInfoWriter::initialize()
+EventInfoWriter     DEBUG CreateDummyTags          'CreateDummyTags':False
+EventInfoWriter     DEBUG RemoveDummyTags          'RemoveDummyTags':False
+EventInfoWriter     DEBUG CreateDummyOverrideTags  'CreateDummyOverrideTags':True
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG matched ITagInfoMgr
+EventInfoWriter     DEBUG Added tag to TagInfoMgr
+EventInfoWriter     DEBUG EventInfoWriter::fillTagInfo()
+EventInfoWriter     DEBUG Called fillTagInfo
+TagInfoMgr          DEBUG start()
+TagInfoMgr          DEBUG Registered checkTagInfo callback for  /TagInfo 
+TagInfoMgr          DEBUG handle: entering handle(), incidence type BeginInputFile from EventSelector
+TagInfoMgr          DEBUG handle: entering handle(), incidence type BeginRun from AthenaEventLoopMgr
+TagInfoMgr          DEBUG handle: First BeginRun incident - Event ID: [1,1:0] 
+TagInfoMgr          DEBUG handle: currentRun = 1
+TagInfoMgr          DEBUG Signaled begin run to IOVDbSvc [1,1:0]
+TagInfoMgr          DEBUG Retrieve tag info 
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG createObj: get TagInfo
+TagInfoMgr          DEBUG createObj: Retrieved TagInfo meta data from detStore. size 1
+TagInfoMgr          DEBUG fillTagInfo: 
+TagInfoMgr          DEBUG fillTagInfo: - tags coming from COOL file meta data
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagC1 C1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagC1 C1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: print out tags before adding extra tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: print out tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG createObj: Filled TagInfo from file meta data 
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG TagA1 A1
+TagInfoMgr          DEBUG TagB1 B1
+TagInfoMgr          DEBUG TagC1 C1
+TagInfoMgr          DEBUG TagD1 D1
+TagInfoMgr          DEBUG fillMetaData: run number is in previous IOVRange: 1 {[1,0] - [3,0]}
+TagInfoMgr          DEBUG fillMetaData: start, stop: [1,0] [3,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Could not add new payload for folder /TagInfo (may be duplicate payload).
+TagInfoMgr          DEBUG createObj: Wrote TagInfo to MetaDataStore 
+TagInfoMgr          DEBUG createObj:  created new TagInfo object 
+TagInfoMgr          DEBUG Retrieved tag info 
+TagInfoMgr          DEBUG handle: TagInfo successfully processed by IOVDbSvc to register callback
+TagInfoMgr          DEBUG checkTagInfo: entering checkTagInfo
+TagInfoMgr          DEBUG checkTagInfo: retrieved TagInfo to save its contents
+TagInfoMgr          DEBUG checkTagInfo: saved TagInfo contents
+TagInfoMgr          DEBUG checkTagInfo: reset TagInfo
+TagInfoMgr          DEBUG createObj: get TagInfo
+TagInfoMgr          DEBUG createObj: Retrieved TagInfo meta data from detStore. size 1
+TagInfoMgr          DEBUG fillTagInfo: 
+TagInfoMgr          DEBUG fillTagInfo: - tags coming from COOL file meta data
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagC1 C1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagC1 C1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: print out tags before adding extra tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: print out tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG createObj: Filled TagInfo from file meta data 
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG TagA1 A1
+TagInfoMgr          DEBUG TagB1 B1
+TagInfoMgr          DEBUG TagC1 C1
+TagInfoMgr          DEBUG TagD1 D1
+TagInfoMgr          DEBUG fillMetaData: run number is in previous IOVRange: 1 {[1,0] - [3,0]}
+TagInfoMgr          DEBUG fillMetaData: start, stop: [1,0] [3,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Could not add new payload for folder /TagInfo (may be duplicate payload).
+TagInfoMgr          DEBUG createObj: Wrote TagInfo to MetaDataStore 
+TagInfoMgr          DEBUG createObj:  created new TagInfo object 
+TagInfoMgr          DEBUG checkTagInfo: retrieved TagInfo
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967296:0] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967297:5] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967298:10] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967299:15] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967300:20] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967301:25] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967302:30] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967303:35] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967304:40] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967305:45] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967306:50] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967307:55] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967308:60] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967309:65] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967310:70] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967311:75] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967312:80] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+TagInfoMgr          DEBUG handle: entering handle(), incidence type BeginRun from AthenaEventLoopMgr
+TagInfoMgr          DEBUG handle: secondary BeginRun incident - Event ID: [2,1:85] 
+TagInfoMgr          DEBUG handle: currentRun = 2
+TagInfoMgr          DEBUG handle - BeginRun: Retrieved TagInfo meta data from detStore
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG TagA1 A1
+TagInfoMgr          DEBUG TagB1 B1
+TagInfoMgr          DEBUG TagC1 C1
+TagInfoMgr          DEBUG TagD1 D1
+TagInfoMgr          DEBUG fillMetaData: run number is in previous IOVRange: 2 {[1,0] - [3,0]}
+TagInfoMgr          DEBUG fillMetaData: start, stop: [2,0] [3,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Could not add new payload for folder /TagInfo (may be duplicate payload).
+TagInfoMgr          DEBUG handle - BeginRun: Wrote TagInfo to MetaDataStore 
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,1:85] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Create dummy tags, A2-D2
+TagInfoMgr          DEBUG addTag - adding name/value pairs: TagA1 A2
+TagInfoMgr          DEBUG addTag - adding name/value pairs: TagB1 B2
+TagInfoMgr          DEBUG addTag - adding name/value pairs: TagC1 C2
+TagInfoMgr          DEBUG addTag - adding name/value pairs: TagD1 D2
+EventInfoWriter     DEBUG execute: reset TagInfo proxy
+TagInfoMgr          DEBUG createObj: get TagInfo
+TagInfoMgr          DEBUG createObj: Retrieved TagInfo meta data from detStore. size 1
+TagInfoMgr          DEBUG fillTagInfo: 
+TagInfoMgr          DEBUG fillTagInfo: - tags coming from COOL file meta data
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagC1 C1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagC1 C1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: print out tags before adding extra tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: TagA1 A2
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: TagB1 B2
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: TagC1 C2
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: TagD1 D2
+TagInfoMgr          DEBUG fillTagInfo: print out tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG createObj: Filled TagInfo from file meta data 
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG TagA1 A2
+TagInfoMgr          DEBUG TagB1 B2
+TagInfoMgr          DEBUG TagC1 C2
+TagInfoMgr          DEBUG TagD1 D2
+TagInfoMgr          DEBUG fillMetaData: run number is in previous IOVRange: 2 {[2,0] - [3,0]}
+TagInfoMgr          DEBUG fillMetaData: start, stop: [2,0] [3,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Added new payload for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG {[2,0] - [3,0]} iov size 0
+TagInfoMgr          DEBUG createObj: Wrote TagInfo to MetaDataStore 
+TagInfoMgr          DEBUG createObj:  created new TagInfo object 
+EventInfoWriter     DEBUG execute: retrieved TagInfo
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A2
+EventInfoWriter     DEBUG     TagB1 B2
+EventInfoWriter     DEBUG     TagC1 C2
+EventInfoWriter     DEBUG     TagD1 D2
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,2:90] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A2
+EventInfoWriter     DEBUG     TagB1 B2
+EventInfoWriter     DEBUG     TagC1 C2
+EventInfoWriter     DEBUG     TagD1 D2
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,3:95] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A2
+EventInfoWriter     DEBUG     TagB1 B2
+EventInfoWriter     DEBUG     TagC1 C2
+EventInfoWriter     DEBUG     TagD1 D2
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,4:100] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A2
+EventInfoWriter     DEBUG     TagB1 B2
+EventInfoWriter     DEBUG     TagC1 C2
+EventInfoWriter     DEBUG     TagD1 D2
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,5:105] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A2
+EventInfoWriter     DEBUG     TagB1 B2
+EventInfoWriter     DEBUG     TagC1 C2
+EventInfoWriter     DEBUG     TagD1 D2
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,6:110] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A2
+EventInfoWriter     DEBUG     TagB1 B2
+EventInfoWriter     DEBUG     TagC1 C2
+EventInfoWriter     DEBUG     TagD1 D2
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,7:115] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A2
+EventInfoWriter     DEBUG     TagB1 B2
+EventInfoWriter     DEBUG     TagC1 C2
+EventInfoWriter     DEBUG     TagD1 D2
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,8:120] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A2
+EventInfoWriter     DEBUG     TagB1 B2
+EventInfoWriter     DEBUG     TagC1 C2
+EventInfoWriter     DEBUG     TagD1 D2
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::finalize()
+TagInfoMgr          DEBUG finalize()
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep5.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep5.py
index a631ed29660201a7d4a4420d4287cf60a2efce1b..3d590e1392df64da8531e9693df099ba834247f8 100644
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep5.py
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep5.py
@@ -33,7 +33,7 @@ import AthenaPoolCnvSvc.WriteAthenaPool
 # Define the input parameters
 #--------------------------------------------------------------
 
-svcMgr.EventSelector.InputCollections        = [ "SimplePoolFile3.root" ]
+svcMgr.EventSelector.InputCollections        = [ "EventInfoPoolFile3.root" ]
 
 #--------------------------------------------------------------
 # Set flags and load det descr
@@ -91,7 +91,7 @@ printfunc (fullItemList)
 
 # Run OutputStream as an algorithm
 from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream
-Stream1 = AthenaPoolOutputStream( "Stream1", "SimplePoolFile4.root", asAlg = True, noTag=True )
+Stream1 = AthenaPoolOutputStream( "Stream1", "EventInfoPoolFile4.root", asAlg = True, noTag=True )
 
 # List of DO's to write out
 Stream1.ItemList   += fullItemList
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep5.ref b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep5.ref
new file mode 100644
index 0000000000000000000000000000000000000000..f9a8ad301e17599c6049048018eca0f3b5b18145
--- /dev/null
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep5.ref
@@ -0,0 +1,881 @@
+TagInfoMgr          DEBUG initialize()
+TagInfoMgr          DEBUG OverrideEventInfoTags    'OverrideEventInfoTags':True
+TagInfoMgr          DEBUG TagInfoKey               'TagInfoKey':'ProcessingTags'
+TagInfoMgr          DEBUG ExtraTagValuePairs 
+TagInfoMgr          DEBUG  Value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr.IOVD...  DEBUG in initialize()
+TagInfoMgr.IOVD...  DEBUG initialize(): need to modify folders
+TagInfoMgr          DEBUG Adding private ToolHandle tool TagInfoMgr.IOVDbMetaDataTool (IOVDbMetaDataTool)
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG matched ITagInfoMgr
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/CalibIdMap
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/FebRodMap
+TagInfoMgr          DEBUG addTag - adding name/value pairs: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /LAR/Identifier/OnOffIdMap
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: /TagInfo
+TagInfoMgr          DEBUG preLoadAddresses - add transient address for TagInfo to detector store
+TagInfoMgr          DEBUG preLoadAddresses - Found CLID: 61780915 key from ioa ProcessingTags
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG matched ITagInfoMgr
+EventInfoWriter     DEBUG EventInfoWriter::initialize()
+EventInfoWriter     DEBUG CreateDummyTags          'CreateDummyTags':False
+EventInfoWriter     DEBUG RemoveDummyTags          'RemoveDummyTags':True
+EventInfoWriter     DEBUG CreateDummyOverrideTags  'CreateDummyOverrideTags':False
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG matched ITagInfoMgr
+EventInfoWriter     DEBUG Added tag to TagInfoMgr
+EventInfoWriter     DEBUG EventInfoWriter::fillTagInfo()
+EventInfoWriter     DEBUG Create dummy tags, A1-D1
+TagInfoMgr          DEBUG removeTagFromInput - adding tag name to be removed: TagC1
+EventInfoWriter     DEBUG Called fillTagInfo
+TagInfoMgr          DEBUG start()
+TagInfoMgr          DEBUG Registered checkTagInfo callback for  /TagInfo 
+TagInfoMgr          DEBUG handle: entering handle(), incidence type BeginInputFile from EventSelector
+TagInfoMgr          DEBUG handle: entering handle(), incidence type BeginRun from AthenaEventLoopMgr
+TagInfoMgr          DEBUG handle: First BeginRun incident - Event ID: [1,1:0] 
+TagInfoMgr          DEBUG handle: currentRun = 1
+TagInfoMgr          DEBUG Signaled begin run to IOVDbSvc [1,1:0]
+TagInfoMgr          DEBUG Retrieve tag info 
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG in queryInterface()
+TagInfoMgr          DEBUG createObj: get TagInfo
+TagInfoMgr          DEBUG createObj: Retrieved TagInfo meta data from detStore. size 1
+TagInfoMgr          DEBUG fillTagInfo: 
+TagInfoMgr          DEBUG fillTagInfo: - tags coming from COOL file meta data
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: TagC1 C1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagC1 C1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: print out tags before adding extra tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: print out tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG createObj: Filled TagInfo from file meta data 
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG TagA1 A1
+TagInfoMgr          DEBUG TagB1 B1
+TagInfoMgr          DEBUG TagD1 D1
+TagInfoMgr          DEBUG fillMetaData: run number is in previous IOVRange: 1 {[1,0] - [2,0]}
+TagInfoMgr          DEBUG fillMetaData: start, stop: [1,0] [2,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Added new payload for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG {[1,0] - [2,0]} iov size 0
+TagInfoMgr          DEBUG createObj: Wrote TagInfo to MetaDataStore 
+TagInfoMgr          DEBUG createObj:  created new TagInfo object 
+TagInfoMgr          DEBUG Retrieved tag info 
+TagInfoMgr          DEBUG handle: TagInfo successfully processed by IOVDbSvc to register callback
+TagInfoMgr          DEBUG checkTagInfo: entering checkTagInfo
+TagInfoMgr          DEBUG checkTagInfo: retrieved TagInfo to save its contents
+TagInfoMgr          DEBUG checkTagInfo: saved TagInfo contents
+TagInfoMgr          DEBUG checkTagInfo: reset TagInfo
+TagInfoMgr          DEBUG createObj: get TagInfo
+TagInfoMgr          DEBUG createObj: Retrieved TagInfo meta data from detStore. size 1
+TagInfoMgr          DEBUG fillTagInfo: 
+TagInfoMgr          DEBUG fillTagInfo: - tags coming from COOL file meta data
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: TagC1 C1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagC1 C1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: print out tags before adding extra tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: print out tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG createObj: Filled TagInfo from file meta data 
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG TagA1 A1
+TagInfoMgr          DEBUG TagB1 B1
+TagInfoMgr          DEBUG TagD1 D1
+TagInfoMgr          DEBUG fillMetaData: run number is in previous IOVRange: 1 {[1,0] - [2,0]}
+TagInfoMgr          DEBUG fillMetaData: start, stop: [1,0] [2,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Could not add new payload for folder /TagInfo (may be duplicate payload).
+TagInfoMgr          DEBUG createObj: Wrote TagInfo to MetaDataStore 
+TagInfoMgr          DEBUG createObj:  created new TagInfo object 
+TagInfoMgr          DEBUG checkTagInfo: retrieved TagInfo
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967296:0] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967297:5] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967298:10] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967299:15] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967300:20] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967301:25] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967302:30] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967303:35] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967304:40] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967305:45] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967306:50] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967307:55] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967308:60] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967309:65] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967310:70] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967311:75] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [1,4294967312:80] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagC1 C1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+TagInfoMgr          DEBUG handle: entering handle(), incidence type BeginRun from AthenaEventLoopMgr
+TagInfoMgr          DEBUG handle: secondary BeginRun incident - Event ID: [2,1:85] 
+TagInfoMgr          DEBUG handle: currentRun = 2
+TagInfoMgr          DEBUG handle - BeginRun: Retrieved TagInfo meta data from detStore
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG TagA1 A1
+TagInfoMgr          DEBUG TagB1 B1
+TagInfoMgr          DEBUG TagD1 D1
+TagInfoMgr          DEBUG fillMetaData: run number is outside of previous IOVRange: 2 {[1,0] - [2,0]}. Reset range to run number.
+TagInfoMgr          DEBUG fillMetaData: start, stop: [2,0] [3,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Could not add new payload for folder /TagInfo (may be duplicate payload).
+TagInfoMgr          DEBUG handle - BeginRun: Wrote TagInfo to MetaDataStore 
+TagInfoMgr          DEBUG checkTagInfo: entering checkTagInfo
+TagInfoMgr          DEBUG checkTagInfo: retrieved TagInfo to save its contents
+TagInfoMgr          DEBUG checkTagInfo: saved TagInfo contents
+TagInfoMgr          DEBUG checkTagInfo: reset TagInfo
+TagInfoMgr          DEBUG createObj: get TagInfo
+TagInfoMgr          DEBUG createObj: Retrieved TagInfo meta data from detStore. size 1
+TagInfoMgr          DEBUG fillTagInfo: 
+TagInfoMgr          DEBUG fillTagInfo: - tags coming from COOL file meta data
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Did NOT add tag - on remove list: name/tag: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagA1 A1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagB1 B1
+TagInfoMgr          DEBUG fillTagInfo: Added name/tag to TagInfo TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: Added value/tag to TagInfo as input tag TagD1 D1
+TagInfoMgr          DEBUG fillTagInfo: print out tags before adding extra tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG fillTagInfo: Adding extra value/tag pair: AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG fillTagInfo: print out tags
+TagInfoMgr          DEBUG TagInfo tag: 
+TagInfoMgr          DEBUG createObj: Filled TagInfo from file meta data 
+TagInfoMgr          DEBUG entering fillMetaData
+TagInfoMgr          DEBUG fillMetaData: Adding value/tag pairs to file meta data: 
+TagInfoMgr          DEBUG /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+TagInfoMgr          DEBUG /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+TagInfoMgr          DEBUG /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+TagInfoMgr          DEBUG AtlasRelease Athena-22.0.21
+TagInfoMgr          DEBUG IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+TagInfoMgr          DEBUG TagA1 A1
+TagInfoMgr          DEBUG TagB1 B1
+TagInfoMgr          DEBUG TagD1 D1
+TagInfoMgr          DEBUG fillMetaData: run number is in previous IOVRange: 2 {[2,0] - [3,0]}
+TagInfoMgr          DEBUG fillMetaData: start, stop: [2,0] [3,0]
+TagInfoMgr.IOVD...  DEBUG begin registerFolder 
+TagInfoMgr.IOVD...  DEBUG begin getMetaDataContainer 
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer already in MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG IOVMetaDataContainer  for folder /TagInfo has been registered 
+TagInfoMgr.IOVD...  DEBUG begin addPayload 
+TagInfoMgr.IOVD...  DEBUG Retrieved IOVMetaDataContainer from MetaDataStore for folder /TagInfo
+TagInfoMgr.IOVD...  DEBUG Could not add new payload for folder /TagInfo (may be duplicate payload).
+TagInfoMgr          DEBUG createObj: Wrote TagInfo to MetaDataStore 
+TagInfoMgr          DEBUG createObj:  created new TagInfo object 
+TagInfoMgr          DEBUG checkTagInfo: retrieved TagInfo
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,1:85] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,2:90] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,3:95] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,4:100] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,5:105] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,6:110] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,7:115] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::execute()
+EventInfoWriter     DEBUG Event ID: [2,8:120] 
+EventInfoWriter     DEBUG Event type: user type McEvent
+EventInfoWriter     DEBUG Retrieved TagInfo
+EventInfoWriter     DEBUG Tags from  TagInfo:
+EventInfoWriter     DEBUG TagInfo tag: 
+EventInfoWriter     DEBUG Current tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Input tags: 
+EventInfoWriter     DEBUG     /LAR/Identifier/CalibIdMap LARIdentifierCalibIdMap-012
+EventInfoWriter     DEBUG     /LAR/Identifier/FebRodMap LARIdentifierFebRodMap-005
+EventInfoWriter     DEBUG     /LAR/Identifier/OnOffIdMap LARIdentifierOnOffIdMap-012
+EventInfoWriter     DEBUG     AtlasRelease Athena-22.0.21
+EventInfoWriter     DEBUG     IOVDbGlobalTag OFLCOND-SDR-BS7T-04-00
+EventInfoWriter     DEBUG     TagA1 A1
+EventInfoWriter     DEBUG     TagB1 B1
+EventInfoWriter     DEBUG     TagD1 D1
+EventInfoWriter     DEBUG Found Release version from TagInfo: Athena-22.0.21
+EventInfoWriter     DEBUG EventInfoWriter::finalize()
+TagInfoMgr          DEBUG finalize()
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/InDetRawDataRead.ref b/AtlasTest/DatabaseTest/AthenaPoolTest/share/InDetRawDataRead.ref
new file mode 100644
index 0000000000000000000000000000000000000000..9a857f487584ce81c77d4a35fc063d19baf3abb4
--- /dev/null
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/InDetRawDataRead.ref
@@ -0,0 +1,5222 @@
+InDetRawDataFak...   INFO InDetRawDataFakeReader::initialize()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::checkPixel()
+InDetRawDataFak...  DEBUG PixelRDO_Container size 2048 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.-2.2.28.0] 88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.5.6] 110
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.0.12.2] 198
+InDetRawDataFak...  DEBUG Matching RDOs 48
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.8.-2] 220
+InDetRawDataFak...  DEBUG Matching RDOs 64
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.1.18.4] 2a8
+InDetRawDataFak...  DEBUG Matching RDOs 80
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.7.-3] 330
+InDetRawDataFak...  DEBUG Matching RDOs 96
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.17.3] 3b8
+InDetRawDataFak...  DEBUG Matching RDOs 112
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.2.28.-4] 440
+InDetRawDataFak...  DEBUG Matching RDOs 128
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.0.2] 4c8
+InDetRawDataFak...  DEBUG Matching RDOs 144
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 16 [2.1.0.3.11.-5] 550
+InDetRawDataFak...  DEBUG Matching RDOs 160
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.-2.2.28.0.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.5.6.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.62.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.124.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.186.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.40]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.80]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.120]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.0.12.2.248.160]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.8.-2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.1.18.4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.7.-3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.17.3.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.2.28.-4.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.0.2.216.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.54.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.108.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.162.92]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.23]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.46]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.69]RDO ToT=5
+InDetRawDataFak...  DEBUG RDO ID=[2.1.0.3.11.-5.216.92]RDO ToT=5
+InDetRawDataFak...   INFO Successfully read and checked Pixel RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG SCT_RDO_Container size 8176 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.2.16.0.1] 221
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.4.19.0.0] 442
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.-2.6.32.1.1] 663
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.8.1.0] 884
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.0.31.-4.1] aa5
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.1.21.6.0] cc6
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.4.2.1] ee7
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.2.27.-2.0] 1108
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.2.-6.1] 1329
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.2.0.3.24.4.0] 154a
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked SCT RDO collections  
+InDetRawDataFak...  DEBUG InDetRawDataFakeReader::execute()
+InDetRawDataFak...  DEBUG TRT_RDO_Container size 14912 
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.6.2.2] 3e2
+InDetRawDataFak...  DEBUG Matching RDOs 4
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.12.4.4] 7c4
+InDetRawDataFak...  DEBUG Matching RDOs 8
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.18.6.6] ba6
+InDetRawDataFak...  DEBUG Matching RDOs 12
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.24.11.0] f88
+InDetRawDataFak...  DEBUG Matching RDOs 16
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-2.31.0.10] 136a
+InDetRawDataFak...  DEBUG Matching RDOs 20
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.11.1.22] 174c
+InDetRawDataFak...  DEBUG Matching RDOs 24
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.-1.25.0.13] 1b2e
+InDetRawDataFak...  DEBUG Matching RDOs 28
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.6.2.15] 1f10
+InDetRawDataFak...  DEBUG Matching RDOs 32
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.1.20.1.11] 22f2
+InDetRawDataFak...  DEBUG Matching RDOs 36
+InDetRawDataFak...  DEBUG Read RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Test RDO collection: size, ids 4 [2.3.2.0.12.4] 26d4
+InDetRawDataFak...  DEBUG Matching RDOs 40
+InDetRawDataFak...   INFO Successfully read and checked TRT RDO collections  
+InDetRawDataFak...   INFO InDetRawDataFakeReader::finalize()
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/InDetRawDataWriter.ref b/AtlasTest/DatabaseTest/AthenaPoolTest/share/InDetRawDataWriter.ref
new file mode 100644
index 0000000000000000000000000000000000000000..2b82e2142c39e3246b4e9721e662e3cccbaa5072
--- /dev/null
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/InDetRawDataWriter.ref
@@ -0,0 +1,2342 @@
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::initialize()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::createPixels()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::execute()
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::printRDOs()
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.-2.2.28.0.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.5.6.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.0.12.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.8.-2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.1.18.4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.7.-3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.17.3.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.2.28.-4.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.0.2.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDORawData collection found with id [2.1.0.3.11.-5.0.0] and 16 RDOs
+InDetRawDataFak...  DEBUG PixelRDOElemLinkVec found with 160  RDOs 
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.2.16.0.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.2.16.0.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.4.19.0.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.4.19.0.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.-2.6.32.1.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.-2.6.32.1.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.8.1.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.8.1.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.0.31.-4.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.0.31.-4.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.1.21.6.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.1.21.6.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.4.2.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.4.2.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.2.27.-2.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.2.27.-2.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.2.-6.1.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.2.-6.1.508]RDO grp=4
+InDetRawDataFak...  DEBUG SCT_RDORawData collection found with id [2.2.0.3.24.4.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.127]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.254]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.381]RDO grp=4
+InDetRawDataFak...  DEBUG RDO ID=[2.2.0.3.24.4.0.508]RDO grp=4
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.6.2.2.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.6.2.2.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.12.4.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.12.4.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.18.6.6.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.18.6.6.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.24.11.0.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.24.11.0.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-2.31.0.10.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-2.31.0.10.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.11.1.22.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.11.1.22.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.-1.25.0.13.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.2]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.-1.25.0.13.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.6.2.15.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.4]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.8]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.6.2.15.16]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.1.20.1.11.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.1.20.1.11.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG TRT_RDORawData collection found with id [2.3.2.0.12.4.0] and 4 RDOs
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.3]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.6]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.9]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG RDO ID=[2.3.2.0.12.4.12]RDO hilvl=1 ToT:0 drift: 0
+InDetRawDataFak...  DEBUG InDetRawDataFakeWriter::printRDOs() end
+InDetRawDataFak...   INFO InDetRawDataFakeWriter::finalize()
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/ReadRDODoubleSelector.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/ReadRDODoubleSelector.py
index 1cfb91e267f8aff94b5d5bb73f208aa2be72029e..f01fbdadd294b94c38b7315ec7b278a425f07a2e 100644
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/ReadRDODoubleSelector.py
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/ReadRDODoubleSelector.py
@@ -90,9 +90,9 @@ from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream
 Stream1 = AthenaPoolOutputStream( "Stream1", noTag=True )
 
 # Run OutputStream as an algorithm
-topSequence += AthenaPoolOutputStream( "Stream1", noTag=True )
+topSequence += Stream1
 # Must make sure that no OutStream's have been declared
-theApp.OutStream     = []; 
+theApp.OutStream     = []
 # Stream's output file
 Stream1.WritingTool = "AthenaOutputStreamTool"
 Stream1.OutputFile  = "CombinedRDO.root"
@@ -104,7 +104,7 @@ Stream1.ItemList   += ["SCT_RDO_Container#*"]
 Stream1.ItemList   += ["TRT_RDO_Container#*"]
 Stream1.ItemList   += ["PixelRDOElemLinkVec#*"]
 
-printfunc (Stream1.ItemList)
+print(Stream1.ItemList)
 
 
 #--------------------------------------------------------------
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/test/athenapooltest_test.sh.in b/AtlasTest/DatabaseTest/AthenaPoolTest/test/athenapooltest_test.sh.in
deleted file mode 100755
index 99928480ad3801d8d84bf7dbc0e8d29668e5ea65..0000000000000000000000000000000000000000
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/test/athenapooltest_test.sh.in
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# Turn off pool verbose printing
-export POOL_OUTMSG_LEVEL=4
-
-athena.py AthenaPoolTest/@jo@.py
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/test/atlfast_write_pre_check.sh b/AtlasTest/DatabaseTest/AthenaPoolTest/test/atlfast_write_pre_check.sh
deleted file mode 100755
index 002b706a59bbd6914da773a78c0ce17dc3913bc5..0000000000000000000000000000000000000000
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/test/atlfast_write_pre_check.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#
- echo "Starting atlfast_write_pre_check.sh"
-#Cleaning
-echo "## cleaning"
-test=$1
-/bin/rm -f ${test}.log
-#echo "## setting up run time files"
-# source ../share/RecExCommon_links.sh
-#
-echo Event data files
-#link to first 10 events of the same file on disk
-# at cern ATLASTESTDATA = /afs/cern.ch/atlas/offline/data/test
-get_files -symlink -data dc1.001003.simul.redig.00001.test.h130_2e2mu_extract.zebra
-ln -fs dc1*.zebra  ZEBRA.P
-
-echo PGDTABLE
-get_files -symlink -data PDGTABLE.MeV
-
-echo "## setting up environment "
- source ../cmt/setup.sh
-echo "## ready to run"
-echo $CMTPATH
-echo $JOBOPTSEARCHPATH
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/test/diff_check.sh b/AtlasTest/DatabaseTest/AthenaPoolTest/test/diff_check.sh
deleted file mode 100755
index 0c7c4f46041c25b4e416755cbeee2d04899d9aba..0000000000000000000000000000000000000000
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/test/diff_check.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh -xv
-#/** @file dumAttr.sh
-# @Dump out attributes from NewEventCollection1 to output log and run post.sh
-#
-# @author RD Schaffer <R.D.Schaffer@cern.ch> - ATLAS Collaboration.
-# $Id: diff_check.sh,v 1.1 2005-03-11 20:46:49 cranshaw Exp $
-# **/
-test=$1
-select=$2
-# check exit status
-joblog=${test}.log
-CollListAttrib.exe -src NewEventCollection2 RootCollection NewEventCollection1 RootCollection >> ${joblog}
-source ../test/post_check_with_select.sh ${test} ${select}
-status=$?
-
-exit $status
-
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/test/dumpAttr.sh b/AtlasTest/DatabaseTest/AthenaPoolTest/test/dumpAttr.sh
deleted file mode 100755
index e8babf7a52944273eb46f63ed97cba9daa91eaec..0000000000000000000000000000000000000000
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/test/dumpAttr.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh -xv
-#/** @file dumAttr.sh
-# @Dump out attributes from NewEventCollection1 to output log and run post.sh
-#
-# @author RD Schaffer <R.D.Schaffer@cern.ch> - ATLAS Collaboration.
-# $Id: dumpAttr.sh,v 1.1 2004-08-06 10:12:53 schaffer Exp $
-# **/
-test=$1
-if [ -z "$status" ]
-    then
-    echo " post.sh> Warning: athena exit status is not available "
-else 
-    # check exit status
-    joblog=${test}.log
-    if [ "$status" = 0 ]
-	then 
-        CollListAttrib.exe -src NewEventCollection1:RootCollection >> ${joblog}
-	source ../test/post_check.sh ${test}
-        status=$?
-    fi
-fi
-
-exit $status
-
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/test/lfn_test_pre_check.sh b/AtlasTest/DatabaseTest/AthenaPoolTest/test/lfn_test_pre_check.sh
deleted file mode 100755
index f7e2375ebe352a79ff0bf954c96120be5a032284..0000000000000000000000000000000000000000
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/test/lfn_test_pre_check.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh -xv
-#
- echo "Starting pre_check.sh"
-#Cleaning
-#echo "## cleaning"
-test=$1
-/bin/rm -f ${test}.log
-
-#add in lfns for pfns
-FCregisterLFN -l MySimplePoolFile1 -p SimplePoolFile1.root
-FCregisterLFN -l MySimplePoolFile2 -p SimplePoolFile2.root
-
-#
-echo "## setting up environment "
-# source ../cmt/setup.sh
-echo "## ready to run"
-echo $CMTPATH
-echo $JOBOPTSEARCHPATH
-
-# Turn off pool verbose printing
-export POOL_OUTMSG_LEVEL=4
-
-# For test remove data file
-#echo " For test remove data file"
-#/bin/rm -f SimplePoolFile.root
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/test/post_check.sh b/AtlasTest/DatabaseTest/AthenaPoolTest/test/post_check.sh
deleted file mode 100755
index 94cf37f5f33d883a16cd56d362d1d1418d46b7b0..0000000000000000000000000000000000000000
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/test/post_check.sh
+++ /dev/null
@@ -1,103 +0,0 @@
-#!/bin/sh -xv
-#/** @file post.sh
-# @brief sh script that check the return code of an executable and compares 
-# its output with a reference (if available).
-# @param test_name 
-#
-# @author Paolo Calafiura <pcalafiura@lbl.gov> - ATLAS Collaboration.
-# $Id: post_check.sh,v 1.6 2004-10-09 14:01:21 schaffer Exp $
-# **/
-test=$1
-if [ -z "$status" ]
-    then
-    echo " post.sh> Warning: athena exit status is not available "
-else 
-    # check exit status
-    joblog=${test}.log
-    if [ "$status" = 0 ]
-	then 
-	echo " post.sh> OK: ${test} exited normally. Output is in $joblog "
-	reflog=../test/${test}.ref
-	if [ -r $reflog ]
-	    then
-#	    echo " post.sh> Now comparing output with reference"
-	    diff -a -b -B  $joblog $reflog |\
-                # ignore diff annotations
-	        egrep -a -v '^---|^[[:digit:]]+[acd,][[:digit:]]+' |\
-                # ignore hex addresses
-		egrep -a -v ' 0x\w{4,}' |\
-                # ignore package names e.g. Package-00-00-00
-		egrep -a -v '\w+-[[:digit:]]{2}-[[:digit:]]{2}-[[:digit:]]{2}' |\
-		# ignore cpu usage printouts
-		egrep -a -v 'ChronoStatSvc +INFO Time' |\
-		egrep -a -v 'Time left.+ Seconds' |\
-		egrep -a -v 'Timeleft.+ sec' |\
-		egrep -a -v 'INFO Time User' |\
-		# ignore clid db file name
-		grep -a -v 'from CLIDDB file'  |\
-		# ignore slug machine printout
-		egrep -a -v ' Machine: .* System and Processor Info'  |\
-		egrep -a -v ' Jobname = .* Machine =' |\
-		# ignore slug pid printout
-		grep -a -v 'Atlas Detector Simulation, Reconstruction and Analysis Running on'  |\
-		egrep -a -v 'Program:  Slug-Dice-Arecon .+ pid +[[:digit:]]+'  |\
-		#ignore DllClassManager DEBUG messages
-		egrep -a -v 'DllClassManager     DEBUG' |\
-		# ignore slug Library printout
-		egrep -a -v 'Library of +[[:digit:]]+ at +[[:digit:]]+'  |\
-		egrep -a -v 'Library compiled on +[[:digit:]]'  |\
-		# ignore ClassIDSvc "in memory db" printouts
-		egrep -a -v 'CLID: .* - type name:' |\
-		# ignore ClassIDSvc "already set" printouts
-		egrep -a -v 'ClassIDSvc .* setTypeNameForID: .* already set for' |\
-		# ignore ClassIDSvc finalize output
-		egrep -a -v 'ClassIDSvc * DEBUG finalize: wrote .*'   |\
-		# ignore rcs version comments
-		egrep -a -v 'Id: .+ Exp \$'  |\
-		# ignore listings
-		egrep -a -v 'athena.*listing'  |\
-		# ignore ptr values for LArCell
-		egrep -a -v 'Found elem'  |\
-		# ignore file names 
-		egrep -a -v 'Reading file'  |\
-		# ignore AthenaSealSvc checks
-		egrep -a -v 'AthenaSealSvc'  |\
-		# ignore root collect key 
-		egrep -a -v 'NewEventCollection.root, recovered' |
-		# ignore muon dict version
-		egrep -a -v 'Dictionary MuonSpectrometer' |
-		# ignore Appmgr msgs
-		egrep -a -v 'ApplicationMgr       INFO Successfully loaded modules' |
-		egrep -a -v 'EventPersistenc...   INFO "CnvServices"'  |
-		egrep -a -v 'ClassIDSvc' | 
-		egrep -a -v 'bmagatlas' | 
-		egrep -a -v 'GeoModel' | 
-		egrep -a -v 'LArNumberHelper' |
-		egrep -a -v 'Service base class initialized successfully'
-
-	    diffStatus=$?
-	    if [ $diffStatus = 0 ] 
-		then
-		echo " post.sh> ERROR: $joblog and $reflog differ "
-#		exit 1
-	    else
-		echo " post.sh> OK: $joblog and $reflog identical "
-	    fi
-	else
-	    tail $joblog
-	    echo " post.sh> WARNING: reference output $reflog not available "
-	    echo  " post.sh> Please check ${PWD}/$joblog"
-	fi
-    else
-	tail $joblog
-	echo  " post.sh> ERROR: Athena exited abnormally! Exit code: $status "
-	echo  " post.sh> Please check ${PWD}/$joblog"
-    fi
-fi
-
-# Check output for ERROR/FATAL
-joblog=${test}.log
-echo 
-
-exit $status
-
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/test/post_check_with_select.sh b/AtlasTest/DatabaseTest/AthenaPoolTest/test/post_check_with_select.sh
deleted file mode 100755
index d6684b303debd4a9a32e30824328b977dd8d8c05..0000000000000000000000000000000000000000
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/test/post_check_with_select.sh
+++ /dev/null
@@ -1,166 +0,0 @@
-#!/bin/sh 
-#/** @file post.sh
-# @brief sh script that check the return code of an executable and compares 
-# its output with a reference (if available).
-# @params  
-#    first  arg is test file prefix name
-#    second arg is the selection string, e.g. Alg name printed out
-#
-# @author Paolo Calafiura <pcalafiura@lbl.gov> - ATLAS Collaboration.
-# $Id: post_check_with_select.sh,v 1.8 2006-03-13 18:09:59 schaffer Exp $
-# **/
-test=$1
-select=$2
-#echo "args 1> $1 2> $2 "
-#if [ -z "$status" ]
-#    then
-#    echo " post.sh> Warning: athena exit status is not available "
-#else 
-    # check exit status
-    joblog=${test}.log
-#    if [ "$status" = 0 ]
-#	then 
-	#echo " post.sh> OK: ${test} exited normally. Output is in $joblog "
-	reflog=../share/${test}.ref
-
-        # If we can't find the reference file, maybe it's located outside
-        # the repo.  With the switch to git, we have to fall back
-        # to handling the versioning manually.
-        # ATLAS_REFERENCE_TAG should be a string of the form PACKAGE/VERSION.
-        # We first look for it in DATAPATH.  If we don't find it,
-        # we then look under ATLAS_REFERENCE_DATA, which falls back
-        # to an afs path if it's not found.
-        if [ \( ! -r $reflog \) -a "$ATLAS_REFERENCE_TAG" != "" ]; then
-            # Look for the file in DATAPATH.
-            # We have to look for the directory, not the file itself,
-            # since get_files is hardcoded not to look more than two
-            # levels down.
-            get_files -data -symlink $ATLAS_REFERENCE_TAG > /dev/null
-            reflog=`basename $ATLAS_REFERENCE_TAG`/${test}.ref
-            if [ ! -r $reflog ]; then
-                testdata=$ATLAS_REFERENCE_DATA
-                if [ "$testdata" = "" ]; then
-                    testdata=/afs/cern.ch/atlas/maxidisk/d33/referencefiles
-                fi
-                reflog=$testdata/$ATLAS_REFERENCE_TAG/${test}.ref
-            fi
-        fi
-
-	if [ -r $reflog ]
-	    then
-            # If select string is non-zero, use it for the comparison,
-            # otherwise do standard diff with exclusions
-	    if [ -n "${select}" ]
-		then
-		#echo "Selecting on: ${select}"
-		diff  -a -b -B  $joblog $reflog >> xlog
-		diff  -a -b -B  $joblog $reflog |\
-		    # select only the differing lines
-	        egrep -a '^[<>] ' |\
-	        egrep -a "${select}" |\
-		    # ignore file name after Id - needed for EventInfo tests:
-	        egrep -a -v '\$Id:' |\
-		    # Ignore line with 'Release' in it
-	        egrep -a -v 'Release' |\
-	        egrep -a -v 'release' |\
-		    # ignore tokens
-		egrep -a -v '\[DB=' |\
-		    # ignore "package version"
-		egrep -a -v 'package version' |\
-		    # spurious warning for EventSelector
-		egrep -a -v 'Service already offline' |\
-		egrep -a -v 'Property update|input handles|output handles|Data Deps|in queryInterface|Default to ConversionSvc|entering handle|DEBUG Event type:|handle: Event type:|Disconnecting input sourceID' |\
-		    # Must remove excess print for CaloShowerContainer
-		egrep -a -v 'CaloShowerContainer' |\
-                    # Destructor can be called at different times.
-		egrep -a -v 'DEBUG Calling destructor'|\
-		egrep -a -v 'Service base class initialized successfully'|\
-		egrep -a -v 'DEBUG fillTagInfo:' |\
-		egrep -a -v 'DEBUG Try item:' |\
-		egrep -a -v 'DEBUG matched'
-
-	    else 
-#	    echo " post.sh> Now comparing output with reference"
-		diff -a -b -B  $joblog $reflog |\
-                    # ignore diff annotations
-	        egrep -a -v '^---|^[[:digit:]]+[acd,][[:digit:]]+' |\
-                    # ignore hex addresses
-		egrep -a -v ' 0x\w{4,}' |\
-                    # ignore package names e.g. Package-00-00-00
-		egrep -a -v '\w+-[[:digit:]]{2}-[[:digit:]]{2}-[[:digit:]]{2}' |\
-		    # ignore cpu usage printouts
-		egrep -a -v 'ChronoStatSvc +INFO Time' |\
-		    egrep -a -v 'Time left.+ Seconds' |\
-		    egrep -a -v 'Timeleft.+ sec' |\
-		    egrep -a -v 'INFO Time User' |\
-		    # ignore clid db file name
-		grep -a -v 'from CLIDDB file'  |\
-		    # ignore slug machine printout
-		egrep -a -v ' Machine: .* System and Processor Info'  |\
-		    egrep -a -v ' Jobname = .* Machine =' |\
-		    # ignore slug pid printout
-		grep -a -v 'Atlas Detector Simulation, Reconstruction and Analysis Running on'  |\
-		    egrep -a -v 'Program:  Slug-Dice-Arecon .+ pid +[[:digit:]]+'  |\
-		    #ignore DllClassManager DEBUG messages
-		egrep -a -v 'DllClassManager     DEBUG' |\
-		    # ignore slug Library printout
-		egrep -a -v 'Library of +[[:digit:]]+ at +[[:digit:]]+'  |\
-		    egrep -a -v 'Library compiled on +[[:digit:]]'  |\
-		    # ignore ClassIDSvc "in memory db" printouts
-		egrep -a -v 'CLID: .* - type name:' |\
-		    # ignore ClassIDSvc "already set" printouts
-		egrep -a -v 'ClassIDSvc .* setTypeNameForID: .* already set for' |\
-		    # ignore ClassIDSvc finalize output
-		egrep -a -v 'ClassIDSvc * DEBUG finalize: wrote .*'   |\
-		    # ignore rcs version comments
-		egrep -a -v 'Id: .+ Exp \$'  |\
-		    # ignore listings
-		egrep -a -v 'athena.*listing'  |\
-		    # ignore ptr values for LArCell
-		egrep -a -v 'Found elem'  |\
-		    # ignore file names 
-		egrep -a -v 'Reading file'  |\
-		    # ignore AthenaSealSvc checks
-		egrep -a -v 'AthenaSealSvc'  |\
-		    # ignore root collect key 
-		egrep -a -v 'NewEventCollection.root, recovered' |
-		# ignore muon dict version
-		egrep -a -v 'Dictionary MuonSpectrometer' |
-		# ignore Appmgr msgs
-		egrep -a -v 'ApplicationMgr       INFO Successfully loaded modules' |
-		egrep -a -v 'EventPersistenc...   INFO "CnvServices"'  |
-		egrep -a -v 'ClassIDSvc' | 
-		egrep -a -v 'bmagatlas' | 
-		egrep -a -v 'GeoModel' | 
-		egrep -a -v 'LArNumberHelper' |
-		egrep -a -v 'Service base class initialized successfully' |
-		egrep -a -v 'DEBUG matched'
-	    fi
-
-	    diffStatus=$?
-	    if [ $diffStatus = 0 ] 
-		then
-		echo " post.sh> ERROR: $joblog and $reflog differ "
-		exit 1
-	    else
-                true
-		#echo " post.sh> OK: $joblog and $reflog identical "
-	    fi
-	else
-	    tail $joblog
-	    echo " post.sh> WARNING: reference output $reflog not available "
-	    echo  " post.sh> Please check ${PWD}/$joblog"
-	fi
-#    else
-#	tail $joblog
-#	echo  " post.sh> ERROR: Athena exited abnormally! Exit code: $status "
-#	echo  " post.sh> Please check ${PWD}/$joblog"
-#    fi
-#fi
-
-# Check output for ERROR/FATAL
-joblog=${test}.log
-#echo 
-
-exit $status
-
diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/test/pre_check.sh b/AtlasTest/DatabaseTest/AthenaPoolTest/test/pre_check.sh
deleted file mode 100755
index a0849df5d7f614f6cd9b33952a5b8add423e8fa6..0000000000000000000000000000000000000000
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/test/pre_check.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh -xv
-#
-# echo "Starting pre_check.sh"
-#Cleaning
-#echo "## cleaning"
-test=$1
-test2=$2
-/bin/rm -f ${test}.log
-
-if [ -n "${test2}" ] 
-    then
-    /bin/rm -f ${test2}
-fi
-#
-#echo "## setting up environment "
-## source ../cmt/setup.sh
-#echo "## ready to run"
-#echo $CMTPATH
-#echo $JOBOPTSEARCHPATH
-
-# Turn off pool verbose printing
-export POOL_OUTMSG_LEVEL=4
-
-# For test remove data file
-#echo " For test remove data file"
-#/bin/rm -f SimplePoolFile.root
diff --git a/Calorimeter/CaloCalibHitRec/src/CaloCalibClusterMomentsMaker.cxx b/Calorimeter/CaloCalibHitRec/src/CaloCalibClusterMomentsMaker.cxx
index 003e78422345174d81c9ca81dda47d04ac97d87e..5cce9d6e1e9f53eea386b865ade5bcf8915f20bd 100644
--- a/Calorimeter/CaloCalibHitRec/src/CaloCalibClusterMomentsMaker.cxx
+++ b/Calorimeter/CaloCalibHitRec/src/CaloCalibClusterMomentsMaker.cxx
@@ -39,7 +39,6 @@
 #include "CaloIdentifier/CaloDM_ID.h"
 
 #include "StoreGate/ReadHandle.h" 
-#include "CLHEP/Units/SystemOfUnits.h"
 
 #include <CLHEP/Geometry/Vector3D.h>
 #include <CLHEP/Units/SystemOfUnits.h>
diff --git a/Calorimeter/CaloClusterCorrection/src/H1WeightToolCSC12Generic.h b/Calorimeter/CaloClusterCorrection/src/H1WeightToolCSC12Generic.h
index 628848d757b5532cb7434b6e4cf8580a75b568ac..1ea88df86ab91786d20557ea54837edd4bcb8082 100755
--- a/Calorimeter/CaloClusterCorrection/src/H1WeightToolCSC12Generic.h
+++ b/Calorimeter/CaloClusterCorrection/src/H1WeightToolCSC12Generic.h
@@ -17,7 +17,6 @@ Created  : Feb 2007
 #include "GaudiKernel/AlgTool.h"
 #include "CaloInterface/IHadronicCalibrationTool.h"
 #include "CaloUtils/ToolWithConstants.h"
-//#include "GaudiKernel/AlgTool.h"
 #include "AthenaBaseComps/AthAlgTool.h"
 #include <string>
 
diff --git a/Calorimeter/CaloCondPhysAlgs/src/CaloCellEnergyCorr2Ntuple.h b/Calorimeter/CaloCondPhysAlgs/src/CaloCellEnergyCorr2Ntuple.h
index d2b0d73472154c63237ad9fdadc17ea0cceaa7a3..3504be156a3390a02a52d8660d7612c8cb476c76 100644
--- a/Calorimeter/CaloCondPhysAlgs/src/CaloCellEnergyCorr2Ntuple.h
+++ b/Calorimeter/CaloCondPhysAlgs/src/CaloCellEnergyCorr2Ntuple.h
@@ -19,7 +19,6 @@
 #include "CaloIdentifier/CaloCell_ID.h"
 #include "CaloInterface/ICaloNoiseTool.h"
 #include "CaloInterface/ICaloMBAverageTool.h"
-#include "GaudiKernel/ToolHandle.h"
 
 #include "GaudiKernel/ITHistSvc.h"
 #include "TTree.h"
diff --git a/Calorimeter/CaloCondPhysAlgs/src/CaloNoise2Ntuple.h b/Calorimeter/CaloCondPhysAlgs/src/CaloNoise2Ntuple.h
index 6e9290cf7534e3125d8d433ce111a7ca01c1795d..fec206282cc7696fd11493950de9427de17995b6 100644
--- a/Calorimeter/CaloCondPhysAlgs/src/CaloNoise2Ntuple.h
+++ b/Calorimeter/CaloCondPhysAlgs/src/CaloNoise2Ntuple.h
@@ -19,7 +19,6 @@
 #include "CaloIdentifier/CaloCell_ID.h"
 #include "CaloInterface/ICaloNoiseTool.h"
 #include "CaloInterface/ICaloMBAverageTool.h"
-#include "GaudiKernel/ToolHandle.h"
 
 #include "GaudiKernel/ITHistSvc.h"
 #include "TTree.h"
diff --git a/Calorimeter/CaloCondPhysAlgs/src/CaloRescaleNoise.h b/Calorimeter/CaloCondPhysAlgs/src/CaloRescaleNoise.h
index 61b23bb36956584712d74ad7d8e770cabb4e17b1..b1e5b03061be6c626d9f5e02622078d96ffd4312 100644
--- a/Calorimeter/CaloCondPhysAlgs/src/CaloRescaleNoise.h
+++ b/Calorimeter/CaloCondPhysAlgs/src/CaloRescaleNoise.h
@@ -19,7 +19,6 @@
 #include "CaloIdentifier/CaloCell_ID.h"
 #include "CaloInterface/ICaloNoiseTool.h"
 #include "CaloInterface/ICaloMBAverageTool.h"
-#include "GaudiKernel/ToolHandle.h"
 #include "LArElecCalib/ILArHVScaleCorr.h"
 #include "StoreGate/ReadCondHandleKey.h"  
 
diff --git a/Calorimeter/CaloConditions/src/CaloLocalHadCoeff.cxx b/Calorimeter/CaloConditions/src/CaloLocalHadCoeff.cxx
index 50628d5d05cfbc61fc006df828b46bd33282b144..b843adfd9f86d2cadb89655e1946c02f7913d75e 100644
--- a/Calorimeter/CaloConditions/src/CaloLocalHadCoeff.cxx
+++ b/Calorimeter/CaloConditions/src/CaloLocalHadCoeff.cxx
@@ -6,7 +6,6 @@
  * @file CaloConditions/src/CaloLocalHadCoeff.cxx
  * @brief Hold binned correction data for local hadronic calibration procedure
  */
-//#include "CaloConditions/CaloLocalHadCoeff.h"
 #include "CaloConditions/CaloLocalHadCoeff.h"
 #include "CaloConditions/CaloLocalHadDefs.h"
 #include <algorithm>
diff --git a/Calorimeter/CaloLocalHadCalib/src/CaloHadDMCoeffData.cxx b/Calorimeter/CaloLocalHadCalib/src/CaloHadDMCoeffData.cxx
index 8ad5d46f65bf6b5c0d3ae5db9017ef288058902c..a44cadc960f20c0085d8c648be11bf0c5ee3d6bd 100644
--- a/Calorimeter/CaloLocalHadCalib/src/CaloHadDMCoeffData.cxx
+++ b/Calorimeter/CaloLocalHadCalib/src/CaloHadDMCoeffData.cxx
@@ -15,7 +15,6 @@
 //      Gennady Pospelov
 //
 //-----------------------------------------------------------------------
-#include "CaloLocalHadCalib/CaloHadDMCoeffData.h"
 #include <cmath>
 #include <fstream>
 #include <iostream>
diff --git a/Calorimeter/CaloRec/share/t3333.C b/Calorimeter/CaloRec/share/t3333.C
index d6d32ae1e79c354b18ba4d1ae4bc0b19b488a33e..71d8de52c7875473dd894e1010e6d70e2e2060a6 100644
--- a/Calorimeter/CaloRec/share/t3333.C
+++ b/Calorimeter/CaloRec/share/t3333.C
@@ -8,8 +8,6 @@
 #define t3333_cxx
 #include "t3333.h"
 #include <TH2.h>
-#include <TStyle.h>
-#include <TCanvas.h>
 
 #include <TROOT.h>
 #include <TTree.h>
diff --git a/Calorimeter/CaloRec/src/CaloCellContainerCheckerTool.cxx b/Calorimeter/CaloRec/src/CaloCellContainerCheckerTool.cxx
index 7cac96a6b851fbdca9ffbed323ae5e2c68e78bd5..adbe561f33aa2029cc7613dee7da939a1d942c5c 100644
--- a/Calorimeter/CaloRec/src/CaloCellContainerCheckerTool.cxx
+++ b/Calorimeter/CaloRec/src/CaloCellContainerCheckerTool.cxx
@@ -20,7 +20,6 @@ PURPOSE:  check integrity of CaloCellContainer find and iterators
 #include "CaloEvent/CaloConstCellContainer.h"
 #include "CaloIdentifier/CaloCell_ID.h"
 #include "CaloDetDescr/CaloDetDescrManager.h"
-#include "CaloIdentifier/CaloCell_ID.h"
 
 #include "CLHEP/Units/SystemOfUnits.h"
 
diff --git a/Calorimeter/CaloRec/src/CaloClusterCopier.cxx b/Calorimeter/CaloRec/src/CaloClusterCopier.cxx
index 2462c7fb1536feabc7e88de049d945d5ee402ac1..8ca37a305972477faac138815a66ecd55f9f728a 100644
--- a/Calorimeter/CaloRec/src/CaloClusterCopier.cxx
+++ b/Calorimeter/CaloRec/src/CaloClusterCopier.cxx
@@ -13,8 +13,6 @@ CREATED:  Sep 2005
 
 ********************************************************************/
 
-//#include "CaloUtils/CaloClusterStoreHelper.h"
-
 #include "CaloClusterCopier.h"
 #include "xAODCaloEvent/CaloClusterContainer.h"
 #include "xAODCaloEvent/CaloCluster.h"
diff --git a/Calorimeter/CaloRec/src/CaloClusterMomentsMaker_DigiHSTruth.cxx b/Calorimeter/CaloRec/src/CaloClusterMomentsMaker_DigiHSTruth.cxx
index 7562746299ecae26811f66625518a56f2f3a9158..94c8cac1d50147dbabcdb22a0fab2a6171b1263f 100755
--- a/Calorimeter/CaloRec/src/CaloClusterMomentsMaker_DigiHSTruth.cxx
+++ b/Calorimeter/CaloRec/src/CaloClusterMomentsMaker_DigiHSTruth.cxx
@@ -25,7 +25,6 @@
 #include "CaloIdentifier/CaloCell_ID.h"
 #include "GeoModelInterfaces/IGeoModelSvc.h"
 #include "AthAllocators/ArenaPoolSTLAllocator.h"
-//#include "CxxUtils/unordered_set.h"
 #include "CLHEP/Geometry/Point3D.h"
 #include "CLHEP/Geometry/Vector3D.h"
 #include "CxxUtils/prefetch.h"
@@ -37,8 +36,6 @@
 #include <iterator>
 #include <limits>
 #include <sstream>
-//#include "fastjet/PseudoJet.hh"
-//#include <fastjet/PseudoJet.hh>
 
 
 
diff --git a/Calorimeter/CaloTools/CaloTools/CaloMBAverageTool.h b/Calorimeter/CaloTools/CaloTools/CaloMBAverageTool.h
index 13364d7a8e19c7ab7b38b104364ac312de1bf5c6..4c34a65f56e1fed374072d0127434cc033f92237 100644
--- a/Calorimeter/CaloTools/CaloTools/CaloMBAverageTool.h
+++ b/Calorimeter/CaloTools/CaloTools/CaloMBAverageTool.h
@@ -27,7 +27,6 @@ class CaloDetDescrElement;
 #include "StoreGate/DataHandle.h"
 #include "CaloInterface/ICaloMBAverageTool.h"
 #include "AthenaKernel/IOVSvcDefs.h"
-#include "GaudiKernel/ToolHandle.h"
 
 #include "CxxUtils/checker_macros.h"
 
diff --git a/Calorimeter/CaloTriggerTool/CMakeLists.txt b/Calorimeter/CaloTriggerTool/CMakeLists.txt
index c24a672fa974575fcd665741bebce6c9fc91eafa..f3bc0669028d573c98c4e5eedf31f1a83396e393 100644
--- a/Calorimeter/CaloTriggerTool/CMakeLists.txt
+++ b/Calorimeter/CaloTriggerTool/CMakeLists.txt
@@ -2,13 +2,15 @@
 
 # Declare the package name:
 atlas_subdir( CaloTriggerTool )
+find_package( ROOT COMPONENTS Core )
 
 # Component(s) in the package:
 atlas_add_library( CaloTriggerToolLib
                    src/*.cxx
                    PUBLIC_HEADERS CaloTriggerTool
+                   INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
                    LINK_LIBRARIES AthenaBaseComps AthenaKernel CaloIdentifier GaudiKernel Identifier StoreGateLib TrigT1CaloCalibConditions
-                   PRIVATE_LINK_LIBRARIES LArCablingLib LArIdentifier )
+                   PRIVATE_LINK_LIBRARIES LArCablingLib LArIdentifier ${ROOT_LIBARIES} )
 
 atlas_add_component( CaloTriggerTool
                      src/components/*.cxx
diff --git a/Calorimeter/CaloTriggerTool/src/CaloTriggerTowerService.cxx b/Calorimeter/CaloTriggerTool/src/CaloTriggerTowerService.cxx
index 5ca29e644f9fd6044cd2f48583ca15874441ab56..5ec8c020c8477d80226bb12fc490eb44e48c1d37 100644
--- a/Calorimeter/CaloTriggerTool/src/CaloTriggerTowerService.cxx
+++ b/Calorimeter/CaloTriggerTool/src/CaloTriggerTowerService.cxx
@@ -17,6 +17,7 @@
 #include "CaloIdentifier/LArEM_ID.h"
 #include "GaudiKernel/IToolSvc.h"
 #include "GaudiKernel/ServiceHandle.h"
+#include "TClass.h"
 
 //===========================================================
 CaloTriggerTowerService::CaloTriggerTowerService( const std::string& type,
@@ -94,6 +95,17 @@ StatusCode CaloTriggerTowerService::initialize ()
     msg() << MSG::DEBUG << "Successfully accessed LArOnlineID helper" << endmsg;
   }
 
+  // Make sure the dictionaries for the LArTTCellMap persistent classes
+  // are available.  We used to read this object via a conditions callback,
+  // but callbacks are not thread-friendly, so this was changed to retrieving
+  // it from detStore during event processing.  However, this meant that
+  // the TClass's for the persistent objects were also being loaded
+  // at that time.  As of root 6.22.00, at least, TClass can sometimes
+  // fail to properly load a dictionary when it's being run in a multithreaded
+  // context.  So force the needed dictionaries to load now.
+  TClass::GetClass ("LArTTCell_P");
+  TClass::GetClass ("LArTTCell_P::LArTTCell_P_t");
+
   msg()<<MSG::INFO<<" ====> ...CaloTriggerTowerService::init() OK "<< endmsg;
   return StatusCode::SUCCESS;
 }
diff --git a/Calorimeter/CaloUtils/src/CaloTopoTowerBuilderTool.cxx b/Calorimeter/CaloUtils/src/CaloTopoTowerBuilderTool.cxx
index 07b6d15f7f09887ea201f1dd83c7b48c51e45c6b..77180f903dcd2b0439811df7ec4dd550811f34b4 100644
--- a/Calorimeter/CaloUtils/src/CaloTopoTowerBuilderTool.cxx
+++ b/Calorimeter/CaloUtils/src/CaloTopoTowerBuilderTool.cxx
@@ -14,8 +14,6 @@
 
 #include "StoreGate/StoreGateSvc.h"
 
-#include "CaloIdentifier/CaloCell_ID.h"
-
 #include "CaloGeoHelpers/CaloPhiRange.h"
 
 #include "CaloEvent/CaloCell.h"
diff --git a/Calorimeter/CaloUtils/test/CaloVertexedCell_test.cxx b/Calorimeter/CaloUtils/test/CaloVertexedCell_test.cxx
index fe7174d60291f009312263707946ce2fd43001c8..8c1dbf88194067b7c0df0c3aa2d22d8b4ddc1cb0 100644
--- a/Calorimeter/CaloUtils/test/CaloVertexedCell_test.cxx
+++ b/Calorimeter/CaloUtils/test/CaloVertexedCell_test.cxx
@@ -19,7 +19,6 @@
 #include "CaloDetDescr/CaloDetDescriptor.h"
 #include "CaloDetDescr/CaloDetDescrElement.h"
 #include "CaloDetDescr/CaloDetectorElements.h"
-#include "CaloDetDescr/CaloDetDescrManager.h"
 #include "CaloIdentifier/CaloCell_ID.h"
 #include "CaloIdentifier/CaloCell_Base_ID.h"
 #include "StoreGate/StoreGateSvc.h"
diff --git a/Calorimeter/CaloUtils/test/CaloVertexedCluster_test.cxx b/Calorimeter/CaloUtils/test/CaloVertexedCluster_test.cxx
index cc55456fc761582eb15020979338c076fc3b8f7d..be42d716b719a3196bff9767582e5b336b35be0a 100644
--- a/Calorimeter/CaloUtils/test/CaloVertexedCluster_test.cxx
+++ b/Calorimeter/CaloUtils/test/CaloVertexedCluster_test.cxx
@@ -16,7 +16,6 @@
 #include "CaloUtils/CaloVertexedTopoCluster.h"
 #include "CaloEvent/CaloTester.h"
 #include "xAODCaloEvent/CaloCluster.h"
-#include "CaloDetDescr/CaloDetDescrManager.h"
 #include "CaloDetDescr/CaloDetDescriptor.h"
 #include "CaloDetDescr/CaloDetDescrElement.h"
 #include "CaloDetDescr/CaloDetectorElements.h"
diff --git a/Control/AthOnnxruntimeService/README.md b/Control/AthOnnxruntimeService/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..99d694590f10392aa85fd803d2befb008bae0b97
--- /dev/null
+++ b/Control/AthOnnxruntimeService/README.md
@@ -0,0 +1,7 @@
+# ONNXRUNTIMESERVICE
+
+This package is meant to accommodate all onnxruntimeService related services
+e.g. `IONNXRuntimeSvc.h` and `ONNXRuntimeSvc.*`
+
+To observe its usecases please check 
+`https://gitlab.cern.ch/atlas/athena/-/blob/master/Control/AthenaExamples/AthExOnnxRuntime/src/CxxApiAlgorithm.h#L66`
diff --git a/Control/AthToolSupport/AsgTools/Root/MessageCheckAsgTools.cxx b/Control/AthToolSupport/AsgTools/Root/MessageCheckAsgTools.cxx
index 5f10cc3fe4e4c609ddc96f003292fd8c376cca14..5351b2a36eb3ee51fed2a91e99ae8e94642273a9 100644
--- a/Control/AthToolSupport/AsgTools/Root/MessageCheckAsgTools.cxx
+++ b/Control/AthToolSupport/AsgTools/Root/MessageCheckAsgTools.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 /// @author Nils Krumnack
@@ -23,3 +23,14 @@ namespace asg
   ANA_MSG_SOURCE (msgProperty, "AsgTools.Property")
   ANA_MSG_SOURCE (msgToolHandle, "AsgTools.AnaToolHandle")
 }
+
+// Ensure that TLS defined in this library actually gets used.
+// Avoids a potential slowdown in accessing TLS seen in simualation.
+// See ATLASSIM-4932.
+namespace {
+[[maybe_unused]]
+thread_local int tlsDum;
+[[maybe_unused]]
+const int& msgDumRef = tlsDum;
+}
+
diff --git a/Control/AthenaConfiguration/python/AllConfigFlags.py b/Control/AthenaConfiguration/python/AllConfigFlags.py
index 89cfa2833b86440ec8d4a6331742b92ed4c696ae..49b4594f5ee89604fd444dedb72a85bb942c2122 100644
--- a/Control/AthenaConfiguration/python/AllConfigFlags.py
+++ b/Control/AthenaConfiguration/python/AllConfigFlags.py
@@ -39,7 +39,7 @@ def _createCfgFlags():
             return []
 
         rawCollections = [type_key[1] for type_key in GetFileMD(inputFile).get("itemList",[])]
-        collections = filter(lambda col: not col.endswith('Aux.'), rawCollections)
+        collections = [col for col in rawCollections if not col.endswith('Aux.') ]
         return collections
 
     acf.addFlag('Input.Collections', lambda prevFlags : _inputCollections(prevFlags.Input.Files) )
diff --git a/Control/AthenaConfiguration/share/confTool.py b/Control/AthenaConfiguration/share/confTool.py
index c88af1152f80d49488eefd79422c311fde74b51c..75e501a0917916bbe41a05b8925f02f9d2b004c3 100755
--- a/Control/AthenaConfiguration/share/confTool.py
+++ b/Control/AthenaConfiguration/share/confTool.py
@@ -78,6 +78,19 @@ def parse_args():
 
 
 def main(args):
+    if args.ignoreIrrelevant:
+        args.ignoreList = [
+            "StoreGateSvc",
+            "OutputLevel",
+            "MuonEDMHelperSvc",
+            "ExtraInputs",
+            "ExtraOutputs",
+            "DetStore",
+            "EvtStore",
+            "NeededResources",
+        ]
+        print(f"Components to ignore: {args.ignoreList}")
+
     if args.printComps:
         for fileName in args.file:
             conf = _loadSingleFile(fileName, args)
@@ -124,18 +137,6 @@ def main(args):
             if isinstance(chk, dict):
                 flattenedChk.update(chk)
 
-        if args.ignoreIrrelevant:
-            args.ignoreList = [
-                "StoreGateSvc",
-                "OutputLevel",
-                "MuonEDMHelperSvc",
-                "ExtraInputs",
-                "ExtraOutputs",
-                "DetStore",
-                "EvtStore",
-                "NeededResources",
-            ]
-            print(f"Components to ignore: {args.ignoreList}")
         _compareConfig(flattenedRef, flattenedChk, args)
 
 
@@ -214,6 +215,15 @@ def _loadSingleFile(fname, args):
             if isinstance(dic, dict)
         ]
 
+    if args.ignoreIrrelevant:
+        def remove_irrelevant(val_dict):
+            return {key:val for key, val in val_dict.items() if key not in args.ignoreList}
+        conf = [
+            {key: remove_irrelevant(value) for (key, value) in dic.items()}
+            for dic in conf
+            if isinstance(dic, dict)
+        ]
+
     return conf
 
 
@@ -296,9 +306,6 @@ def _compareComponent(compRef, compChk, prefix, args, component):
         allProps.sort()
 
         for prop in allProps:
-            if args.ignoreIrrelevant and prop in args.ignoreList:
-                continue
-
             if prop not in compRef.keys():
                 print(
                     "%s%s = %s: \033[94m exists only in 2nd file \033[0m \033[91m<< !!!\033[0m"
@@ -324,9 +331,6 @@ def _compareComponent(compRef, compChk, prefix, args, component):
             except ValueError:
                 pass  # literal_eval exception when parsing particular strings
 
-            if args.ignoreIrrelevant and chkVal in args.ignoreList:
-                continue
-
             refVal, chkVal = _parseNumericalValues(refVal, chkVal)
 
             if str(chkVal) == str(refVal):
diff --git a/Control/AthenaMonitoringKernel/src/GenericMonitoringTool.cxx b/Control/AthenaMonitoringKernel/src/GenericMonitoringTool.cxx
index cafa55610621caea1296aa5a6147e0bfa907f3ca..bd6e4eb3ab5473317f7444769409a928b24c52da 100644
--- a/Control/AthenaMonitoringKernel/src/GenericMonitoringTool.cxx
+++ b/Control/AthenaMonitoringKernel/src/GenericMonitoringTool.cxx
@@ -128,6 +128,12 @@ namespace std {
 namespace {
   // this exists to avoid reallocating memory on every invokeFillers call
   thread_local Monitored::HistogramFiller::VariablesPack tl_vars ATLAS_THREAD_SAFE;
+
+  // Ensure that TLS defined in this library actually gets used.
+  // Avoids a potential slowdown in accessing TLS seen in simualation.
+  // See ATLASSIM-4932.
+  [[maybe_unused]]
+  const Monitored::HistogramFiller::VariablesPack& varDum = tl_vars;
 }
 
 void GenericMonitoringTool::invokeFillers(const std::vector<std::reference_wrapper<Monitored::IMonitoredVariable>>& monitoredVariables) const {
diff --git a/Control/xAODRootAccess/Root/TAuxStore.cxx b/Control/xAODRootAccess/Root/TAuxStore.cxx
index ca7754eb5a3d3331a4e87b910ab38fdeeeb7ddce..51ee8ecc62ef64404af9f8100d56b7f98c9bfbd8 100644
--- a/Control/xAODRootAccess/Root/TAuxStore.cxx
+++ b/Control/xAODRootAccess/Root/TAuxStore.cxx
@@ -13,6 +13,9 @@
 #include <TClass.h>
 #include <TROOT.h>
 #include <TVirtualCollectionProxy.h>
+#include <TBranchElement.h>
+#include <TStreamerInfo.h>
+#include <TStreamerElement.h>
 
 // EDM include(s):
 #include "AthContainers/AuxTypeRegistry.h"
@@ -1469,6 +1472,19 @@ namespace xAOD {
                     br->GetName() );
       }
 
+      // Check for schema evolution:
+      // If a branch has automatic schema evolution from one class to another,
+      // then what we get from GetExpectedType will be the on-disk class.
+      // What we have in memory is given by GetCurrentClass.
+      if (expectedClass) {
+        if (TBranchElement* bre = dynamic_cast<TBranchElement*> (br)) {
+          TClass* newClass = bre->GetCurrentClass();
+          if (newClass && newClass != expectedClass) {
+            expectedClass = newClass;
+          }
+        }
+      }
+
       // If this is a primitive variable, and we're still not sure whether this
       // is a store for an object or a container, the answer is given...
       if( ( ! expectedClass ) &&
diff --git a/Event/xAOD/xAODBTagging/Root/BTagging_v1.cxx b/Event/xAOD/xAODBTagging/Root/BTagging_v1.cxx
index 3abd095862eb66683653580edef228e2de83af55..a3698caab17fd1e947c01ccb935ce2624e87ec82 100644
--- a/Event/xAOD/xAODBTagging/Root/BTagging_v1.cxx
+++ b/Event/xAOD/xAODBTagging/Root/BTagging_v1.cxx
@@ -24,7 +24,7 @@ namespace xAOD {
    //              Implementation of the SV0 accessor functions
    //
 
-   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, double,
+   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, ftagfloat_t,
                                          SV0_significance3D,
                                          setSV0_significance3D )
 
@@ -94,11 +94,11 @@ namespace xAOD {
    //              Implementation of the SV1 accessor functions
    //
 
-   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, double, SV1_pb,
+   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, ftagfloat_t, SV1_pb,
                                          setSV1_pb )
-   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, double, SV1_pu,
+   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, ftagfloat_t, SV1_pu,
                                          setSV1_pu )
-   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, double, SV1_pc,
+   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, ftagfloat_t, SV1_pc,
                                          setSV1_pc )
 
    // The accessor object(s):
@@ -167,11 +167,11 @@ namespace xAOD {
    //              Implementation of the IP2D accessor functions
    //
 
-   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, double, IP2D_pb,
+   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, ftagfloat_t, IP2D_pb,
                                          setIP2D_pb )
-   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, double, IP2D_pu,
+   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, ftagfloat_t, IP2D_pu,
                                          setIP2D_pu )
-   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, double, IP2D_pc,
+   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, ftagfloat_t, IP2D_pc,
                                          setIP2D_pc )
 
    // The accessor object(s):
@@ -241,11 +241,11 @@ namespace xAOD {
    //              Implementation of the IP3D accessor functions
    //
 
-   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, double, IP3D_pb,
+   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, ftagfloat_t, IP3D_pb,
                                          setIP3D_pb )
-   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, double, IP3D_pu,
+   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, ftagfloat_t, IP3D_pu,
                                          setIP3D_pu )
-   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, double, IP3D_pc,
+   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, ftagfloat_t, IP3D_pc,
                                          setIP3D_pc )
 
    // The accessor object(s):
@@ -315,33 +315,13 @@ namespace xAOD {
    //              Implementation of the JetFitter accessor functions
    //
 
-   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, double, JetFitter_pb,
+   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, ftagfloat_t, JetFitter_pb,
                                          setJetFitter_pb )
-   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, double, JetFitter_pu,
+   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, ftagfloat_t, JetFitter_pu,
                                          setJetFitter_pu )
-   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, double, JetFitter_pc,
+   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, ftagfloat_t, JetFitter_pc,
                                          setJetFitter_pc )
 
-   //
-   /////////////////////////////////////////////////////////////////////////////
-
-   /////////////////////////////////////////////////////////////////////////////
-   //
-   //              Implementation of the JetFitterComb accessor functions
-   //
-
-   //AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, double, JetFitterCombNN_pb,
-   //                                      setJetFitterCombNN_pb )
-   //AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, double, JetFitterCombNN_pu,
-   //                                      setJetFitterCombNN_pu )
-   //AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, double, JetFitterCombNN_pc,
-   //                                      setJetFitterCombNN_pc )
-
-   //
-   /////////////////////////////////////////////////////////////////////////////
-
-
-
    /////////////////////////////////////////////////////////////////////////////
    //
    //              Implementation of generic tagger weight accessor functions
@@ -350,14 +330,14 @@ namespace xAOD {
    //                and background hypotheses (default: b and light)
 
    bool BTagging_v1::loglikelihoodratio( const std::string& taggername, 
-                                         double &value, // return value
+                                        double &value, // return value
                                          const std::string& signal,
                                          const std::string& bckgd ) const {
      value = -1.; // default value if tagger is undefined
-     double pu = 1.;
-     double pb = 1.;
-     bool puvalid = variable<double>(taggername, bckgd , pu);
-     bool pbvalid = variable<double>(taggername, signal, pb);
+     ftagfloat_t pu = 1.;
+     ftagfloat_t pb = 1.;
+     bool puvalid = variable<ftagfloat_t>(taggername, bckgd , pu);
+     bool pbvalid = variable<ftagfloat_t>(taggername, signal, pb);
      if( !pbvalid || !puvalid ) return false;
      if("IP3D"==taggername&&pb==1.&&pu==1.e9) {
        value = 0.;
@@ -368,8 +348,8 @@ namespace xAOD {
    }
 
 
-   double BTagging_v1::calcLLR(double numerator, double denominator) const {
-     double val = 0.;
+   ftagfloat_t BTagging_v1::calcLLR(double numerator, double denominator) const {
+     ftagfloat_t val = 0.;
      if(numerator<=0.) {
        val = -30.;
      } else if(denominator<=0.) {
@@ -381,27 +361,40 @@ namespace xAOD {
    }
    
    bool BTagging_v1::pu(const std::string& taggername, double &value) const {
-     return variable<double>(taggername, "pu", value);
+     ftagfloat_t tmp = 0.;
+     bool output = variable<ftagfloat_t>(taggername, "pu", tmp);
+     if ( output ) value = tmp;
+     return output;
    } 
 
    bool BTagging_v1::pb(const std::string& taggername, double &value) const {
-     return variable<double>(taggername, "pb", value);
+     ftagfloat_t tmp = 0.;
+     bool output = variable<ftagfloat_t>(taggername, "pb", tmp);
+     if ( output ) value = tmp;
+     return output;
    }
  
    bool BTagging_v1::pc(const std::string& taggername, double &value) const {
-     return variable<double>(taggername, "pc", value);
+     ftagfloat_t tmp = 0.;
+     bool output = variable<ftagfloat_t>(taggername, "pc", tmp);
+     if ( output ) value = tmp;
+     return output;
    }
  
    bool BTagging_v1::MVx_discriminant(const std::string& taggername, double &value) const {
-     return variable<double>(taggername, "discriminant", value);
+     ftagfloat_t tmp = 0.;
+     bool output = variable<ftagfloat_t>(taggername, "discriminant", tmp);
+     if ( output ) value = tmp;
+     return output;
    }
- 
-   //
-   /////////////////////////////////////////////////////////////////////////////
 
+  //
+  /////////////////////////////////////////////////////////////////////////////
+
+
+  AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, ftagfloat_t, MV1_discriminant,
+					setMV1_discriminant )
 
-   AUXSTORE_PRIMITIVE_SETTER_AND_GETTER( BTagging_v1, double, MV1_discriminant,
-                                         setMV1_discriminant )
 
    /////////////////////////////////////////////////////////////////////////////
    //
diff --git a/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/FlavorTagDiscriminants/ftagfloat_t.h b/Event/xAOD/xAODBTagging/xAODBTagging/ftagfloat_t.h
similarity index 90%
rename from PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/FlavorTagDiscriminants/ftagfloat_t.h
rename to Event/xAOD/xAODBTagging/xAODBTagging/ftagfloat_t.h
index 2576ccf201145feefa5fb3bccafb31be23dda54c..56478d1cae628b0ff6ff038313272ef05f73abca 100644
--- a/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/FlavorTagDiscriminants/ftagfloat_t.h
+++ b/Event/xAOD/xAODBTagging/xAODBTagging/ftagfloat_t.h
@@ -9,6 +9,6 @@
 /// https://its.cern.ch/jira/browse/ATLASRECTS-5201
 ///
 
-using ftagfloat_t = double;
+using ftagfloat_t = float;
 
 #endif
diff --git a/Event/xAOD/xAODBTagging/xAODBTagging/versions/BTaggingAuxContainer_v1.h b/Event/xAOD/xAODBTagging/xAODBTagging/versions/BTaggingAuxContainer_v1.h
index f780c35022ce4994f03067bb084f94f6e7634e45..de0c5e9185abacb1229008c5f2fca0b7579e96ec 100644
--- a/Event/xAOD/xAODBTagging/xAODBTagging/versions/BTaggingAuxContainer_v1.h
+++ b/Event/xAOD/xAODBTagging/xAODBTagging/versions/BTaggingAuxContainer_v1.h
@@ -16,6 +16,8 @@
 #include "xAODCore/AuxContainerBase.h"
 #include "xAODTracking/TrackParticleContainer.h"
 
+#include "xAODBTagging/ftagfloat_t.h"
+
 namespace xAOD {
 
    /// Temporary container used until we have I/O for AuxStoreInternal
@@ -37,33 +39,33 @@ namespace xAOD {
 
    private:
 
-     std::vector<double> SV0_significance3D;
+     std::vector<ftagfloat_t> SV0_significance3D;
      //std::vector< std::vector< ElementLink< xAOD::TrackParticleContainer > > > SV0_TrackParticles;
 
-     std::vector<double> SV1_pb;
-     std::vector<double> SV1_pu;
-     std::vector<double> SV1_pc;
+     std::vector<ftagfloat_t> SV1_pb;
+     std::vector<ftagfloat_t> SV1_pu;
+     std::vector<ftagfloat_t> SV1_pc;
      //std::vector< std::vector< ElementLink< xAOD::TrackParticleContainer > > > SV1_TrackParticles;
 
-     std::vector<double> IP2D_pb;
-     std::vector<double> IP2D_pu;
-     std::vector<double> IP2D_pc;
+     std::vector<ftagfloat_t> IP2D_pb;
+     std::vector<ftagfloat_t> IP2D_pu;
+     std::vector<ftagfloat_t> IP2D_pc;
      //std::vector< std::vector< ElementLink< xAOD::TrackParticleContainer > > > IP2D_TrackParticles;
      
-     std::vector<double> IP3D_pb;
-     std::vector<double> IP3D_pu;
-     std::vector<double> IP3D_pc;
+     std::vector<ftagfloat_t> IP3D_pb;
+     std::vector<ftagfloat_t> IP3D_pu;
+     std::vector<ftagfloat_t> IP3D_pc;
      //std::vector< std::vector< ElementLink< xAOD::TrackParticleContainer > > > IP3D_TrackParticles;
 
-     std::vector<double> JetFitter_pb;
-     std::vector<double> JetFitter_pu;
-     std::vector<double> JetFitter_pc;
+     std::vector<ftagfloat_t> JetFitter_pb;
+     std::vector<ftagfloat_t> JetFitter_pu;
+     std::vector<ftagfloat_t> JetFitter_pc;
 
-     std::vector<double> JetFitterCombNN_pb;
-     std::vector<double> JetFitterCombNN_pu;
-     std::vector<double> JetFitterCombNN_pc;
+     std::vector<ftagfloat_t> JetFitterCombNN_pb;
+     std::vector<ftagfloat_t> JetFitterCombNN_pu;
+     std::vector<ftagfloat_t> JetFitterCombNN_pc;
 
-     std::vector<double> MV1_discriminant;
+     std::vector<ftagfloat_t> MV1_discriminant;
 
    }; // class BTaggingAuxContainer_v1
 
diff --git a/Event/xAOD/xAODBTagging/xAODBTagging/versions/BTaggingTrigAuxContainer_v1.h b/Event/xAOD/xAODBTagging/xAODBTagging/versions/BTaggingTrigAuxContainer_v1.h
index 730372a0a7986dc91a62b0686111b4e6df3c4aff..be02dbda3913417f7a8d16f2e0409248c146f3cc 100644
--- a/Event/xAOD/xAODBTagging/xAODBTagging/versions/BTaggingTrigAuxContainer_v1.h
+++ b/Event/xAOD/xAODBTagging/xAODBTagging/versions/BTaggingTrigAuxContainer_v1.h
@@ -19,6 +19,8 @@
 //#include "xAODVertex/VertexContainer.h"
 #include "xAODBTagging/BTagVertexContainer.h"
 
+#include "xAODBTagging/ftagfloat_t.h"
+
 namespace xAOD {
 
    /// Temporary container used until we have I/O for AuxStoreInternal
@@ -40,40 +42,40 @@ namespace xAOD {
 
    private:
 
-     std::vector< double > SV0_significance3D;
+     std::vector< ftagfloat_t > SV0_significance3D;
      //std::vector< std::vector< ElementLink< xAOD::TrackParticleContainer > > > SV0_TrackParticles;
 
-     std::vector< double > SV1_pb;
-     std::vector< double > SV1_pu;
-     std::vector< double > SV1_pc;
+     std::vector< ftagfloat_t > SV1_pb;
+     std::vector< ftagfloat_t > SV1_pu;
+     std::vector< ftagfloat_t > SV1_pc;
      //std::vector< std::vector< ElementLink< xAOD::TrackParticleContainer > > > SV1_TrackParticles;
 
-     std::vector< double > IP2D_pb;
-     std::vector< double > IP2D_pu;
-     std::vector< double > IP2D_pc;
+     std::vector< ftagfloat_t > IP2D_pb;
+     std::vector< ftagfloat_t > IP2D_pu;
+     std::vector< ftagfloat_t > IP2D_pc;
      //std::vector< std::vector< ElementLink< xAOD::TrackParticleContainer > > > IP2D_TrackParticles;
      
-     std::vector< double > IP3D_pb;
-     std::vector< double > IP3D_pu;
-     std::vector< double > IP3D_pc;
+     std::vector< ftagfloat_t > IP3D_pb;
+     std::vector< ftagfloat_t > IP3D_pu;
+     std::vector< ftagfloat_t > IP3D_pc;
      //std::vector< std::vector< ElementLink< xAOD::TrackParticleContainer > > > IP3D_TrackParticles;
 
-     std::vector< double > JetFitter_pb;
-     std::vector< double > JetFitter_pu;
-     std::vector< double > JetFitter_pc;
+     std::vector< ftagfloat_t > JetFitter_pb;
+     std::vector< ftagfloat_t > JetFitter_pu;
+     std::vector< ftagfloat_t > JetFitter_pc;
 
-     std::vector< double > JetFitterCombNN_pb;
-     std::vector< double > JetFitterCombNN_pu;
-     std::vector< double > JetFitterCombNN_pc;
+     std::vector< ftagfloat_t > JetFitterCombNN_pb;
+     std::vector< ftagfloat_t > JetFitterCombNN_pu;
+     std::vector< ftagfloat_t > JetFitterCombNN_pc;
 
-     std::vector< double > MV1_discriminant;
+     std::vector< ftagfloat_t > MV1_discriminant;
 
      // Add the dynamic variables from BTaggingAuxContainer here as static variables
      // (otherwise this information isn't available in the trigger)
 
-     std::vector<double> MV2c00_discriminant;
-     std::vector<double> MV2c10_discriminant;
-     std::vector<double> MV2c20_discriminant;
+     std::vector< ftagfloat_t > MV2c00_discriminant;
+     std::vector< ftagfloat_t > MV2c10_discriminant;
+     std::vector< ftagfloat_t > MV2c20_discriminant;
 
      std::vector< std::vector< float > > IP2D_valD0wrtPVofTracks;
      std::vector< std::vector< float > > IP2D_sigD0wrtPVofTracks;
@@ -94,9 +96,9 @@ namespace xAOD {
      std::vector< std::vector< int   > > IP3D_gradeOfTracks;
 
      std::vector< float >   SV0_normdist;
-     std::vector< double >  SV0_pb;
-     std::vector< double >  SV0_pu;
-     std::vector< double >  SV0_pc;
+     std::vector< ftagfloat_t >  SV0_pb;
+     std::vector< ftagfloat_t >  SV0_pu;
+     std::vector< ftagfloat_t >  SV0_pc;
      std::vector< float >   SV0_energyTrkInJet;
      std::vector< float >   SV0_masssvx;
      std::vector< float >   SV0_efracsvx;
diff --git a/Event/xAOD/xAODBTagging/xAODBTagging/versions/BTagging_v1.h b/Event/xAOD/xAODBTagging/xAODBTagging/versions/BTagging_v1.h
index 342ffe4c378178f7b7eed4d9e8b80cb6cca57cff..13d346e217cf7af38e23ea893dcea1b1cd4e314e 100644
--- a/Event/xAOD/xAODBTagging/xAODBTagging/versions/BTagging_v1.h
+++ b/Event/xAOD/xAODBTagging/xAODBTagging/versions/BTagging_v1.h
@@ -18,6 +18,7 @@
 #include "xAODTracking/VertexContainer.h"
 #include "xAODJet/JetContainer.h"
 #include "xAODBTagging/BTagVertexContainer.h"
+#include "xAODBTagging/ftagfloat_t.h"
 
 // STL include(s):
 #include <map>
@@ -58,9 +59,9 @@ namespace xAOD {
     /// @{
 
     /// @brief SV0 3D significance
-    double SV0_significance3D() const;
+    ftagfloat_t SV0_significance3D() const;
     /// @brief set SV0 3D significance
-    void setSV0_significance3D(double value);
+    void setSV0_significance3D(ftagfloat_t value);
     /// @brief get vector of SV0 TrackParticle ElementLinks
     const TPELVec_t& SV0_TrackParticleLinks() const;
     /// @brief set vector of SV0 TrackParticle ElementLinks
@@ -80,17 +81,17 @@ namespace xAOD {
     /// @{
 
     /// @brief SV1 b probability
-    double SV1_pb() const;
+    ftagfloat_t SV1_pb() const;
     /// @brief set SV1 b probability
-    void setSV1_pb(double value);
+    void setSV1_pb(ftagfloat_t value);
     /// @brief SV1 c probability
-    double SV1_pc() const;
+    ftagfloat_t SV1_pc() const;
     /// @brief set SV1 c probability
-    void setSV1_pc(double value);
+    void setSV1_pc(ftagfloat_t value);
     /// @brief SV1 light probability
-    double SV1_pu() const;
+    ftagfloat_t SV1_pu() const;
     /// @brief set SV1 light probability
-    void setSV1_pu(double value);
+    void setSV1_pu(ftagfloat_t value);
     /// @brief get SV1 log likelihood ratio
     double SV1_loglikelihoodratio() const { return this->calcLLR(SV1_pb(),SV1_pu()); }
     /// @brief get vector of SV1 TrackParticle ElementLinks
@@ -112,19 +113,19 @@ namespace xAOD {
     /// @{
 
     /// @brief IP2D b probability
-    double IP2D_pb() const;
+    ftagfloat_t IP2D_pb() const;
     /// @brief set IP2D b probability
-    void setIP2D_pb(double value);
+    void setIP2D_pb(ftagfloat_t value);
     /// @brief IP2D c probability
-    double IP2D_pc() const;
+    ftagfloat_t IP2D_pc() const;
     /// @brief set IP2D c probability
-    void setIP2D_pc(double value);
+    void setIP2D_pc(ftagfloat_t value);
     /// @brief IP2D light probability
-    double IP2D_pu() const;
+    ftagfloat_t IP2D_pu() const;
     /// @brief set IP2D light probability
-    void setIP2D_pu(double value);
+    void setIP2D_pu(ftagfloat_t value);
     /// @brief get IP2D log likelihood ratio
-    double IP2D_loglikelihoodratio() const { return this->calcLLR(IP2D_pb(),IP2D_pu()); }
+    ftagfloat_t IP2D_loglikelihoodratio() const { return this->calcLLR(IP2D_pb(),IP2D_pu()); }
     /// @brief get vector of IP2D TrackParticle ElementLinks
     const TPELVec_t& IP2D_TrackParticleLinks() const;
     /// @brief set vector of IP2D TrackParticle ElementLinks
@@ -144,19 +145,19 @@ namespace xAOD {
     /// @{
 
     /// @brief IP3D b probability
-    double IP3D_pb() const;
+    ftagfloat_t IP3D_pb() const;
     /// @brief set IP3D b probability
-    void setIP3D_pb(double value);
+    void setIP3D_pb(ftagfloat_t value);
     /// @brief IP3D c probability
-    double IP3D_pc() const;
+    ftagfloat_t IP3D_pc() const;
     /// @brief set IP3D c probability
-    void setIP3D_pc(double value);
+    void setIP3D_pc(ftagfloat_t value);
     /// @brief IP3D light probability
-    double IP3D_pu() const;
+    ftagfloat_t IP3D_pu() const;
     /// @brief set IP3D light probability
-    void setIP3D_pu(double value);
+    void setIP3D_pu(ftagfloat_t value);
     /// @brief get IP3D log likelihood ratio
-    double IP3D_loglikelihoodratio() const { return ( (IP3D_pb()==1.&&IP3D_pu()==1.e9) ? 0. : 
+    ftagfloat_t IP3D_loglikelihoodratio() const { return ( (IP3D_pb()==1.&&IP3D_pu()==1.e9) ? 0. : 
                                                       this->calcLLR(IP3D_pb(),IP3D_pu()) ); }
     /// @brief get vector of IP3D TrackParticle ElementLinks
     const TPELVec_t& IP3D_TrackParticleLinks() const;
@@ -176,7 +177,7 @@ namespace xAOD {
     /// @name Dedicated SV1+IP3D accessor functions
     /// @{
 
-    double SV1plusIP3D_discriminant() const {
+    ftagfloat_t SV1plusIP3D_discriminant() const {
       return SV1_loglikelihoodratio() + IP3D_loglikelihoodratio();
     }
 
@@ -186,41 +187,19 @@ namespace xAOD {
     /// @{
 
     /// @brief JetFitter b probability
-    double JetFitter_pb() const;
+    ftagfloat_t JetFitter_pb() const;
     /// @brief set JetFitter b probability
-    void setJetFitter_pb(double value);
+    void setJetFitter_pb(ftagfloat_t value);
     /// @brief JetFitter c probability
-    double JetFitter_pc() const;
+    ftagfloat_t JetFitter_pc() const;
     /// @brief set JetFitter c probability
-    void setJetFitter_pc(double value);
+    void setJetFitter_pc(ftagfloat_t value);
     /// @brief JetFitter light probability
-    double JetFitter_pu() const;
+    ftagfloat_t JetFitter_pu() const;
     /// @brief set JetFitter light probability
-    void setJetFitter_pu(double value);
+    void setJetFitter_pu(ftagfloat_t value);
     /// @brief get JetFitter log likelihood ratio
-    double JetFitter_loglikelihoodratio() const { return this->calcLLR(JetFitter_pb(),JetFitter_pu()); }
-
-
-    /// @}
-
-    /// @name Dedicated JetFittercomb accessor functions
-    /// @{
-
-    /// @brief JetFitter b probability
-    //double JetFitterCombNN_pb() const;
-    /// @brief set JetFitter b probability
-    //void setJetFitterCombNN_pb(double value);
-    /// @brief JetFitter c probability
-    //double JetFitterCombNN_pc() const;
-    /// @brief set JetFitter c probability
-    //void setJetFitterCombNN_pc(double value);
-    /// @brief JetFitter light probability
-    //double JetFitterCombNN_pu() const;
-    /// @brief set JetFitter light probability
-    //void setJetFitterCombNN_pu(double value);
-    /// @brief get JetFitter log likelihood ratio
-    //double JetFitterCombNN_loglikelihoodratio() const { return this->calcLLR(JetFitterCombNN_pb(),JetFitterCombNN_pu());
-    //}
+    ftagfloat_t JetFitter_loglikelihoodratio() const { return this->calcLLR(JetFitter_pb(),JetFitter_pu()); }
 
 
     /// @}
@@ -229,9 +208,9 @@ namespace xAOD {
     /// @{
 
     /// @brief MV1 discriminant
-    double MV1_discriminant() const;
+    ftagfloat_t MV1_discriminant() const;
     /// @brief set MV1 discriminant
-    void setMV1_discriminant(double value);
+    void setMV1_discriminant(ftagfloat_t value);
 
     /// @}
 
@@ -244,7 +223,7 @@ namespace xAOD {
     bool pu(const std::string& taggername, double &value) const;
     bool pb(const std::string& taggername, double &value) const;
     bool pc(const std::string& taggername, double &value) const;
-    double calcLLR(double num, double den) const;
+    ftagfloat_t calcLLR(double num, double den) const;
 
 
     /// @}
diff --git a/Event/xAOD/xAODBTaggingAthenaPool/src/xAODBTaggingAuxVariableInit.cxx b/Event/xAOD/xAODBTaggingAthenaPool/src/xAODBTaggingAuxVariableInit.cxx
new file mode 100644
index 0000000000000000000000000000000000000000..48346dccaf353b11595799d73c91bc1164138b96
--- /dev/null
+++ b/Event/xAOD/xAODBTaggingAthenaPool/src/xAODBTaggingAuxVariableInit.cxx
@@ -0,0 +1,30 @@
+/*
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+*/
+
+// EDM include(s).
+#include "xAODBTagging/ftagfloat_t.h"
+#include "AthContainers/AuxElement.h"
+
+// Helper macro for registering the types of auxiliary variables in memory.
+#define AUX_VAR(NAME)                                                          \
+  static const SG::AuxElement::Accessor<ftagfloat_t> NAME(#NAME)
+
+// Register the correct types for a select set of auxiliary variables.
+AUX_VAR( rnnip_pb );
+AUX_VAR( rnnip_pc );
+AUX_VAR( rnnip_pu );
+AUX_VAR( rnnip_ptau );
+
+AUX_VAR( DL1_pb );
+AUX_VAR( DL1_pc );
+AUX_VAR( DL1_pu );
+
+AUX_VAR( DL1r_pb );
+AUX_VAR( DL1r_pc );
+AUX_VAR( DL1r_pu );
+
+AUX_VAR( MV2c00_discriminant );
+AUX_VAR( MV2c10_discriminant );
+AUX_VAR( MV2c20_discriminant );
+AUX_VAR( SMT_discriminant );
diff --git a/ForwardDetectors/ALFA/ALFA_BeamTransport/src/ALFA_BeamTransport.cxx b/ForwardDetectors/ALFA/ALFA_BeamTransport/src/ALFA_BeamTransport.cxx
index 4782ef71ade22bac03de99d8591a96e23b2d0a08..d3274fe48e8870757c40cfaee9fe2969f8436013 100644
--- a/ForwardDetectors/ALFA/ALFA_BeamTransport/src/ALFA_BeamTransport.cxx
+++ b/ForwardDetectors/ALFA/ALFA_BeamTransport/src/ALFA_BeamTransport.cxx
@@ -177,7 +177,7 @@ StatusCode ALFA_BeamTransport::execute()
 		    //convert unit MeV to GeV for energy and momenta
 		    MeVToGeV (evt);
 
-		    evt->print();
+		    HepMC::Print::line(std::cout,*evt);
 		    
 		    //Select final state particle from event generator
 		    //set event status !=1 (final state)
@@ -200,7 +200,7 @@ StatusCode ALFA_BeamTransport::execute()
 	
 	
 		    //Print new data collection on screen
-		    evt->print();
+		    HepMC::Print::line(std::cout,*evt);
 
 		    
 	       }
diff --git a/ForwardDetectors/LUCID/LUCID_Cnv/LUCID_EventTPCnv/test/LUCID_SimHitCnv_p1_test.cxx b/ForwardDetectors/LUCID/LUCID_Cnv/LUCID_EventTPCnv/test/LUCID_SimHitCnv_p1_test.cxx
index ae802360f502e28ce5d1c6524f80d059d6bc359a..255dd8b50915a87094d5915bc3f963c0a3b65fce 100644
--- a/ForwardDetectors/LUCID/LUCID_Cnv/LUCID_EventTPCnv/test/LUCID_SimHitCnv_p1_test.cxx
+++ b/ForwardDetectors/LUCID/LUCID_Cnv/LUCID_EventTPCnv/test/LUCID_SimHitCnv_p1_test.cxx
@@ -74,12 +74,12 @@ void test1(std::vector<HepMC::GenParticle*>& genPartVector)
   std::cout << "test1\n";
   const HepMC::GenParticle *particle = genPartVector.at(0);
   // Create HepMcParticleLink outside of leak check.
-  HepMcParticleLink dummyHMPL(particle->barcode(),particle->parent_event()->event_number());
+  HepMcParticleLink dummyHMPL(HepMC::barcode(particle),particle->parent_event()->event_number());
   assert(dummyHMPL.cptr()==particle);
   Athena_test::Leakcheck check;
 
   const HepMC::GenParticle *pGenParticle = genPartVector.at(0);
-  HepMcParticleLink trkLink(pGenParticle->barcode(),pGenParticle->parent_event()->event_number());
+  HepMcParticleLink trkLink(HepMC::barcode(pGenParticle),pGenParticle->parent_event()->event_number());
   LUCID_SimHit trans1 (1, pGenParticle->pdg_id(), trkLink, 4,
                        5.5, 6.5, 7.5,
                        8.5, 9.5, 10.5,
diff --git a/ForwardDetectors/LUCID/LUCID_Cnv/LUCID_EventTPCnv/test/LUCID_SimHitCnv_p2_test.cxx b/ForwardDetectors/LUCID/LUCID_Cnv/LUCID_EventTPCnv/test/LUCID_SimHitCnv_p2_test.cxx
index 66709d3eb89385548be1a5520e1db443fe95423c..c08d89c4296ba4c66254fb6526396d35c5ab3e90 100644
--- a/ForwardDetectors/LUCID/LUCID_Cnv/LUCID_EventTPCnv/test/LUCID_SimHitCnv_p2_test.cxx
+++ b/ForwardDetectors/LUCID/LUCID_Cnv/LUCID_EventTPCnv/test/LUCID_SimHitCnv_p2_test.cxx
@@ -73,11 +73,11 @@ void test1(std::vector<HepMC::GenParticle*>& genPartVector)
   std::cout << "test1\n";
   const HepMC::GenParticle *particle = genPartVector.at(0);
   // Create HepMcParticleLink outside of leak check.
-  HepMcParticleLink dummyHMPL(particle->barcode(),particle->parent_event()->event_number());
+  HepMcParticleLink dummyHMPL(HepMC::barcode(particle),particle->parent_event()->event_number());
   assert(dummyHMPL.cptr()==particle);
   Athena_test::Leakcheck check;
 
-  HepMcParticleLink trkLink(genPartVector.at(0)->barcode(),genPartVector.at(0)->parent_event()->event_number());
+  HepMcParticleLink trkLink(HepMC::barcode(genPartVector.at(0)),genPartVector.at(0)->parent_event()->event_number());
   LUCID_SimHit trans1 (1, genPartVector.at(0)->pdg_id(), trkLink, 4,
                        5.5, 6.5, 7.5,
                        8.5, 9.5, 10.5,
diff --git a/Generators/GenInterfaces/GenInterfaces/IHiggsTruthCategoryTool.h b/Generators/GenInterfaces/GenInterfaces/IHiggsTruthCategoryTool.h
index c4ddab167f6898e691915db6018bb662ac9333a2..9220b3f0ea18829044594bcd66f664f929ac1508 100644
--- a/Generators/GenInterfaces/GenInterfaces/IHiggsTruthCategoryTool.h
+++ b/Generators/GenInterfaces/GenInterfaces/IHiggsTruthCategoryTool.h
@@ -12,7 +12,7 @@
 #define GENINTERFACES_IHIGGSTRUTHCATEGORYTOOL_H 1
 
 #include "AsgTools/IAsgTool.h"
-#include "HepMC/GenEvent.h"
+#include "AtlasHepMC/GenEvent.h"
 
 namespace HTXS {
   struct HiggsClassification;
diff --git a/Generators/HepMCAnalysis_i/CMakeLists.txt b/Generators/HepMCAnalysis_i/CMakeLists.txt
index 7ebe07cdcb886c0e61d21d232f7923a1a54c02e2..e967c57af841c589f6e8460e086ebf4dae0db42f 100644
--- a/Generators/HepMCAnalysis_i/CMakeLists.txt
+++ b/Generators/HepMCAnalysis_i/CMakeLists.txt
@@ -25,7 +25,7 @@ atlas_add_component( HepMCAnalysis_i
    ${HEPMC_INCLUDE_DIRS}
    ${HEPMC_HepMCAnalysis_INTERFACE_DIR}
    LINK_LIBRARIES ${ROOT_LIBRARIES} ${HEPMCANALYSIS_LIBRARIES}
-   ${HEPUTILS_LIBRARIES} ${CLHEP_LIBRARIES} AtlasHepMCLib
+   ${HEPUTILS_LIBRARIES} ${CLHEP_LIBRARIES} AtlasHepMCLib  ${HEPMC_LIBRARIES}
    ${FASTJET_LIBRARIES} AthenaBaseComps GaudiKernel StoreGateLib EventInfo
    GeneratorObjects TruthUtils )
 
diff --git a/HLT/Trigger/TrigControl/TrigServices/src/HltROBDataProviderSvc.cxx b/HLT/Trigger/TrigControl/TrigServices/src/HltROBDataProviderSvc.cxx
index 4dd612c3c56a3bf0e7de445e34898484657a99cb..4c66982eb6fa0da7c92d35287e1ae4ab185a3c57 100644
--- a/HLT/Trigger/TrigControl/TrigServices/src/HltROBDataProviderSvc.cxx
+++ b/HLT/Trigger/TrigControl/TrigServices/src/HltROBDataProviderSvc.cxx
@@ -415,27 +415,7 @@ robmonitor::ROBDataStruct HltROBDataProviderSvc::robmap_getRobData(const ROBF& r
   auto robData = robmonitor::ROBDataStruct(robFrag.source_id());
   robData.rob_size = robFrag.fragment_size_word();
   robData.rob_history = robStatus;
-
-  // Read status words
-  std::vector<uint32_t> statusWords;
-  // try-catch around eformat calls and raw-pointer operations
-  try {
-    const uint32_t nStatus = robFrag.nstatus();
-    const uint32_t* rawStatus = robFrag.status();
-
-    // Copy range of data into vector using efficient memmove/memcopy
-    statusWords.assign(rawStatus, rawStatus + nStatus);
-  }
-  catch (const std::exception& ex) {
-    ATH_MSG_ERROR("std::exception caught when reading status words: " << ex.what());
-    return robmonitor::ROBDataStruct();
-  }
-  catch (...) {
-    ATH_MSG_ERROR("Unknown exception caught when reading status words");
-    return robmonitor::ROBDataStruct();
-  }
-
-  robData.rob_status_words = std::move(statusWords);
+  robData.rob_status_word = robFrag.nstatus() ? robFrag.status()[0] : 0;
 
   return robData;
 }
diff --git a/InnerDetector/InDetConditions/PixelConditionsAlgorithms/python/PixelConditionsConfig.py b/InnerDetector/InDetConditions/PixelConditionsAlgorithms/python/PixelConditionsConfig.py
index aa6bd085a93acfe10e264ff56cd7009f0dddeb08..3ab63159c016aa58e473287a7e1cb4ac07a31311 100644
--- a/InnerDetector/InDetConditions/PixelConditionsAlgorithms/python/PixelConditionsConfig.py
+++ b/InnerDetector/InDetConditions/PixelConditionsAlgorithms/python/PixelConditionsConfig.py
@@ -46,7 +46,9 @@ def PixelConfigCondAlgCfg(flags, name="PixelConfigCondAlg", **kwargs):
         # Digitization parameters
         CondArgs.update(
             BunchSpace=25.0,
-            FEI4BarrelHitDiscConfig=[2]
+            FEI4BarrelHitDiscConfig=[2],
+            ChargeScaleFEI4=1.0,
+            UseFEI4SpecialScalingFunction=False
         )
         #====================================================================================
         # Run-dependent SIMULATION(digitization) parameters:
@@ -179,6 +181,8 @@ def PixelConfigCondAlgCfg(flags, name="PixelConfigCondAlg", **kwargs):
         DefaultCalibrationParameterA=70.2,
         DefaultCalibrationParameterE=-3561.25,
         DefaultCalibrationParameterC=26000.0
+#        IBLChargeScale=1.0,
+#        IBLSpecificCorrection=False
     )
     # DCS parameters
     CondArgs.update(
diff --git a/InnerDetector/InDetConditions/PixelConditionsAlgorithms/src/PixelConfigCondAlg.cxx b/InnerDetector/InDetConditions/PixelConditionsAlgorithms/src/PixelConfigCondAlg.cxx
index 2c001d00ad9a7376649cedc972df37c72a07b2f7..6a8c82ca2f37bfc59cb37f1318f75fad09b3efb3 100644
--- a/InnerDetector/InDetConditions/PixelConditionsAlgorithms/src/PixelConfigCondAlg.cxx
+++ b/InnerDetector/InDetConditions/PixelConditionsAlgorithms/src/PixelConfigCondAlg.cxx
@@ -138,6 +138,8 @@ StatusCode PixelConfigCondAlg::execute(const EventContext& ctx) const {
   writeCdo -> setDBMThermalNoise(m_DBMThermalNoise);
   writeCdo -> setFEI4BarrelHitDiscConfig(m_FEI4BarrelHitDiscConfig);
   writeCdo -> setFEI4EndcapHitDiscConfig(m_FEI4EndcapHitDiscConfig);
+  writeCdo -> setFEI4ChargScaling(m_chargeScaleFEI4);
+  writeCdo -> setUseFEI4SpecialScalingFunction(m_UseFEI4SpecialScalingFunction);
 
   // Charge calibration parameters
   writeCdo -> setDefaultQ2TotA(m_CalibrationParameterA);
diff --git a/InnerDetector/InDetConditions/PixelConditionsAlgorithms/src/PixelConfigCondAlg.h b/InnerDetector/InDetConditions/PixelConditionsAlgorithms/src/PixelConfigCondAlg.h
index 70561869d2a2bc4d0534a31218ca0ec04ade47f5..2f22aa8a4a8fee954cae3e047d89088be4a6f435 100644
--- a/InnerDetector/InDetConditions/PixelConditionsAlgorithms/src/PixelConfigCondAlg.h
+++ b/InnerDetector/InDetConditions/PixelConditionsAlgorithms/src/PixelConfigCondAlg.h
@@ -521,6 +521,12 @@ class PixelConfigCondAlg : public AthReentrantAlgorithm {
     Gaudi::Property<std::vector<int>> m_FEI4EndcapHitDiscConfig
     {this, "FEI4EndcapHitDiscConfig", {2}, "Set HitDiscConfig parameter for endcap pixel layers"};
 
+    Gaudi::Property<float> m_chargeScaleFEI4
+    {this, "ChargeScaleFEI4", 1.0, "Scaling of the FEI4 charge"};
+
+    Gaudi::Property<bool> m_UseFEI4SpecialScalingFunction
+    {this, "UseFEI4SpecialScalingFunction", false, "Use FEI4 special scaling function"};
+
     // Charge calibration parameters
     Gaudi::Property<float> m_CalibrationParameterA
     {this, "DefaultCalibrationParameterA", 70.2, "Default charge calibration parameter A"};
@@ -530,7 +536,7 @@ class PixelConfigCondAlg : public AthReentrantAlgorithm {
 
     Gaudi::Property<float> m_CalibrationParameterC
     {this, "DefaultCalibrationParameterC", 26000.0, "Default charge calibration parameter C"};
-    
+
     // DCS parameters
     Gaudi::Property<float> m_biasVoltage
     {this, "DefaultBiasVoltage", 150.0, "Default bias voltage"};
diff --git a/InnerDetector/InDetConditions/PixelConditionsData/PixelConditionsData/PixelModuleData.h b/InnerDetector/InDetConditions/PixelConditionsData/PixelConditionsData/PixelModuleData.h
index 1e5f99896750fa5894f8f3aadea95e03eb676348..06f32bd7addfc29daa2632f0f4ed559735e847a3 100644
--- a/InnerDetector/InDetConditions/PixelConditionsData/PixelConditionsData/PixelModuleData.h
+++ b/InnerDetector/InDetConditions/PixelConditionsData/PixelConditionsData/PixelModuleData.h
@@ -123,6 +123,11 @@ class PixelModuleData {
     int getFEI4HitDiscConfig(int bec, int layer) const;
     int getFEI4OverflowToT(int bec, int layer) const;
 
+    void setFEI4ChargScaling(float scaleFEI4);
+    void setUseFEI4SpecialScalingFunction(bool UseFEI4SpecialScalingFunction);
+    float getFEI4ChargScaling() const;
+    bool getUseFEI4SpecialScalingFunction() const;
+
     // Charge calibration parameters
     void setDefaultQ2TotA(float paramA);
     void setDefaultQ2TotE(float paramE);
@@ -246,6 +251,9 @@ class PixelModuleData {
     std::vector<int>  m_FEI4BarrelHitDiscConfig;
     std::vector<int>  m_FEI4EndcapHitDiscConfig;
 
+    float m_scaleFEI4;
+    bool m_UseFEI4SpecialScalingFunction;
+
     float m_paramA;
     float m_paramE;
     float m_paramC;
diff --git a/InnerDetector/InDetConditions/PixelConditionsData/src/PixelModuleData.cxx b/InnerDetector/InDetConditions/PixelConditionsData/src/PixelModuleData.cxx
index 8f9ba34259b0b98c2bc7b4d7b3688c8f667579d8..0877f64ae306aa81dcbab238ddeafe389c192653 100644
--- a/InnerDetector/InDetConditions/PixelConditionsData/src/PixelModuleData.cxx
+++ b/InnerDetector/InDetConditions/PixelConditionsData/src/PixelModuleData.cxx
@@ -267,6 +267,11 @@ int PixelModuleData::getFEI4OverflowToT(int bec, int layer) const {
   return overflow[idx];
 }
 
+void PixelModuleData::setFEI4ChargScaling(float scaleFEI4) { m_scaleFEI4 = scaleFEI4; }
+void PixelModuleData::setUseFEI4SpecialScalingFunction(bool UseFEI4SpecialScalingFunction) { m_UseFEI4SpecialScalingFunction = UseFEI4SpecialScalingFunction; }
+float PixelModuleData::getFEI4ChargScaling() const { return m_scaleFEI4; }
+bool PixelModuleData::getUseFEI4SpecialScalingFunction() const { return m_UseFEI4SpecialScalingFunction; }
+
 // Charge calibration parameters
 void PixelModuleData::setDefaultQ2TotA(float paramA) { m_paramA=paramA; }
 void PixelModuleData::setDefaultQ2TotE(float paramE) { m_paramE=paramE; }
diff --git a/InnerDetector/InDetDetDescr/SCT_GeoModel/src/SCT_DetectorFactory.cxx b/InnerDetector/InDetDetDescr/SCT_GeoModel/src/SCT_DetectorFactory.cxx
index 51644a6ffa65d048a750c0e1f69f72dd90f462a7..cc2bafadb17cca1da83fab904fe835cc28e065fe 100644
--- a/InnerDetector/InDetDetDescr/SCT_GeoModel/src/SCT_DetectorFactory.cxx
+++ b/InnerDetector/InDetDetDescr/SCT_GeoModel/src/SCT_DetectorFactory.cxx
@@ -7,57 +7,58 @@
 //
 
 
-#include "SCT_GeoModel/SCT_DetectorFactory.h" 
+#include "SCT_GeoModel/SCT_DetectorFactory.h"
 
-#include "SCT_GeoModel/SCT_DataBase.h"
-#include "SCT_GeoModel/SCT_Identifier.h"
-#include "SCT_GeoModel/SCT_GeometryManager.h" 
-#include "SCT_GeoModel/SCT_MaterialManager.h"
-#include "SCT_GeoModel/SCT_GeneralParameters.h"
-#include "InDetReadoutGeometry/Version.h" 
-#include "ReadoutGeometryBase/SiCommonItems.h" 
-#include "ReadoutGeometryBase/InDetDD_Defs.h"
-#include "SCT_ReadoutGeometry/SCT_ModuleSideDesign.h" 
+#include "AthenaPoolUtilities/CondAttrListCollection.h"
 
-#include "SCT_GeoModel/SCT_Barrel.h"
-#include "SCT_GeoModel/SCT_Forward.h"
-#include "SCT_GeoModel/SCT_DataBase.h"
-#include "SCT_GeoModel/SCT_GeoModelAthenaComps.h"
+#include "DetDescrConditions/AlignableTransformContainer.h"
 
 //
 // GeoModel include files:
 //
-#include "GeoModelKernel/GeoMaterial.h"  
-#include "GeoModelKernel/GeoTube.h"  
-#include "GeoModelKernel/GeoLogVol.h"  
-#include "GeoModelKernel/GeoNameTag.h"  
-#include "GeoModelKernel/GeoIdentifierTag.h"  
-#include "GeoModelKernel/GeoPhysVol.h"  
-#include "GeoModelKernel/GeoVPhysVol.h"  
-#include "GeoModelKernel/GeoTransform.h"  
-#include "GeoModelKernel/GeoAlignableTransform.h"  
+#include "GeoModelInterfaces/IGeoDbTagSvc.h"
+#include "GeoModelInterfaces/StoredMaterialManager.h"
+#include "GeoModelKernel/GeoAlignableTransform.h"
+#include "GeoModelKernel/GeoDefinitions.h"
+#include "GeoModelKernel/GeoIdentifierTag.h"
+#include "GeoModelKernel/GeoLogVol.h"
+#include "GeoModelKernel/GeoMaterial.h"
+#include "GeoModelKernel/GeoNameTag.h"
+#include "GeoModelKernel/GeoPhysVol.h"
 #include "GeoModelKernel/GeoShape.h"
-#include "GeoModelKernel/GeoShapeUnion.h"
 #include "GeoModelKernel/GeoShapeShift.h"
-#include "GeoModelInterfaces/StoredMaterialManager.h"
-#include "GeoModelInterfaces/IGeoDbTagSvc.h"
+#include "GeoModelKernel/GeoShapeUnion.h"
+#include "GeoModelKernel/GeoTransform.h"
+#include "GeoModelKernel/GeoTube.h"
+#include "GeoModelKernel/GeoVPhysVol.h"
 #include "GeoModelUtilities/DecodeVersionKey.h"
+
+#include "InDetReadoutGeometry/InDetDD_Defs.h"
+#include "InDetReadoutGeometry/SiCommonItems.h"
+#include "InDetReadoutGeometry/Version.h"
+
 #include "RDBAccessSvc/IRDBAccessSvc.h"
-#include "RDBAccessSvc/IRDBRecordset.h"
 #include "RDBAccessSvc/IRDBRecord.h"
-#include "AthenaPoolUtilities/CondAttrListCollection.h"
-#include "DetDescrConditions/AlignableTransformContainer.h"
-#
-#include "StoreGate/StoreGateSvc.h"
-#include "GaudiKernel/ISvcLocator.h"
+#include "RDBAccessSvc/IRDBRecordset.h"
 
-#include "GeoModelKernel/GeoDefinitions.h"
-#include "GaudiKernel/SystemOfUnits.h"
+#include "SCT_GeoModel/SCT_Barrel.h"
+#include "SCT_GeoModel/SCT_DataBase.h"
+#include "SCT_GeoModel/SCT_Forward.h"
+#include "SCT_GeoModel/SCT_GeneralParameters.h"
+#include "SCT_GeoModel/SCT_GeometryManager.h"
+#include "SCT_GeoModel/SCT_GeoModelAthenaComps.h"
+#include "SCT_GeoModel/SCT_Identifier.h"
+#include "SCT_GeoModel/SCT_MaterialManager.h"
 
+#include "SCT_ReadoutGeometry/SCT_ModuleSideDesign.h"
 
+#include "StoreGate/StoreGateSvc.h"
+
+#include "GaudiKernel/ISvcLocator.h"
+#include "GaudiKernel/SystemOfUnits.h"
 
-#include <iostream> 
-#include <iomanip> 
+#include <iomanip>
+#include <iostream>
 #include <string>
  
 using InDetDD::SCT_DetectorManager; 
diff --git a/InnerDetector/InDetDigitization/PixelDigitization/python/PixelDigitizationConfig.py b/InnerDetector/InDetDigitization/PixelDigitization/python/PixelDigitizationConfig.py
index d5cf18f794d0e7bcd54c4ca1934a7429693889f4..312fddb0754c5de86a2fc770b3c1db36f34afb2b 100644
--- a/InnerDetector/InDetDigitization/PixelDigitization/python/PixelDigitizationConfig.py
+++ b/InnerDetector/InDetDigitization/PixelDigitization/python/PixelDigitizationConfig.py
@@ -201,6 +201,9 @@ def PixelConfigCondAlg_MC():
     alg.BunchSpace=25.0
     alg.FEI4BarrelHitDiscConfig=[2]
 
+    alg.ChargeScaleFEI4=1.0
+    alg.UseFEI4SpecialScalingFunction=False
+
     #====================================================================================
     # Run-dependent SIMULATION(digitization) parameters:
     #====================================================================================
diff --git a/InnerDetector/InDetDigitization/PixelDigitization/src/FEI4SimTool.cxx b/InnerDetector/InDetDigitization/PixelDigitization/src/FEI4SimTool.cxx
index 87dba03de4bb09a144cf67cb375b27a2ebb591ff..baab2f0611e3f67877c0a84f6751b2433d56a242 100644
--- a/InnerDetector/InDetDigitization/PixelDigitization/src/FEI4SimTool.cxx
+++ b/InnerDetector/InDetDigitization/PixelDigitization/src/FEI4SimTool.cxx
@@ -70,6 +70,14 @@ void FEI4SimTool::process(SiChargedDiodeCollection &chargedDiodes,PixelRDO_Colle
     Identifier diodeID = chargedDiodes.getId(diode.diode());
     double charge = diode.charge();
 
+    // charge scaling function applied. (Reference: ATL-COM-INDET-2018-052)
+    if (moduleData->getUseFEI4SpecialScalingFunction()) {
+      double corrQ = 1.11*(1.0-(-7.09*1000.0)/(23.72*1000.0+charge)+(-0.22*1000.0)/(-0.42*1000.0+charge));
+      if (corrQ<1.0) { corrQ = 1.0; }
+      charge *= 1.0/corrQ;
+    }
+    charge *= moduleData->getFEI4ChargScaling();
+
     int circ = m_pixelCabling->getFE(&diodeID,moduleID);
     int type = m_pixelCabling->getPixelType(diodeID);
 
diff --git a/InnerDetector/InDetEventCnv/InDetEventAthenaPool/test/InDetSimDataCollectionCnv_common_test.h b/InnerDetector/InDetEventCnv/InDetEventAthenaPool/test/InDetSimDataCollectionCnv_common_test.h
index 2b89522aa6accee2447fd0f9962cf20913b19b8e..d98f0df7e71136ded18d3b0efb1a32858c9d367d 100644
--- a/InnerDetector/InDetEventCnv/InDetEventAthenaPool/test/InDetSimDataCollectionCnv_common_test.h
+++ b/InnerDetector/InDetEventCnv/InDetEventAthenaPool/test/InDetSimDataCollectionCnv_common_test.h
@@ -94,7 +94,7 @@ void test1(std::vector<HepMC::GenParticle*>& genPartVector)
   std::cout << "test1\n";
   const HepMC::GenParticle *particle = genPartVector.at(0);
   // Create HepMcParticleLink outside of leak check.
-  HepMcParticleLink dummyHMPL(particle->barcode(), particle->parent_event()->event_number());
+  HepMcParticleLink dummyHMPL(HepMC::barcode(particle), particle->parent_event()->event_number());
   assert(dummyHMPL.cptr()==particle);
   Athena_test::Leakcheck check;
 
@@ -102,11 +102,11 @@ void test1(std::vector<HepMC::GenParticle*>& genPartVector)
   // Assumme genPartVector is filled by Athena_test::initMcEventCollection. Do not check the vector size.
   for (int i=0; i<3; i++) {
     std::vector<InDetSimData::Deposit> deps;
-    HepMcParticleLink trkLink1(genPartVector.at(0+(3*i))->barcode(), genPartVector.at(0+(3*i))->parent_event()->event_number());
+    HepMcParticleLink trkLink1(HepMC::barcode(genPartVector.at(0+(3*i))), genPartVector.at(0+(3*i))->parent_event()->event_number());
     deps.emplace_back(trkLink1,  2.5+i);
-    HepMcParticleLink trkLink2(genPartVector.at(1+(3*i))->barcode(), genPartVector.at(1+(3*i))->parent_event()->event_number());
+    HepMcParticleLink trkLink2(HepMC::barcode(genPartVector.at(1+(3*i))), genPartVector.at(1+(3*i))->parent_event()->event_number());
     deps.emplace_back(trkLink2, 13.5+i);
-    HepMcParticleLink trkLink3(genPartVector.at(2+(3*i))->barcode(), genPartVector.at(2+(3*i))->parent_event()->event_number());
+    HepMcParticleLink trkLink3(HepMC::barcode(genPartVector.at(2+(3*i))), genPartVector.at(2+(3*i))->parent_event()->event_number());
     deps.emplace_back(trkLink3, 23.5+i);
 
     trans1[Identifier(1234+i)] = InDetSimData(deps, 4321+i);
diff --git a/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/share/InDetDxAOD.py b/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/share/InDetDxAOD.py
index ad4e08c92bad19747e5efd7b0b368844d62e082b..6a9c62c476a1f4aa380efe2c72dfa23ae6106850 100644
--- a/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/share/InDetDxAOD.py
+++ b/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/share/InDetDxAOD.py
@@ -735,7 +735,7 @@ IDTRKVALIDStream.AddItem("xAOD::TrackParticleAuxContainer#GSFTrackParticlesAux."
 
 if DRAWZSel:
   IDTRKVALIDStream.AddItem("xAOD::TauJetContainer#TauJets")
-  IDTRKVALIDStream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.")
+  IDTRKVALIDStream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.")
   IDTRKVALIDStream.AddItem("xAOD::JetContainer#AntiKt4EMTopoJets")
   IDTRKVALIDStream.AddItem("xAOD::JetAuxContainer#AntiKt4EMTopoJetsAux.")
   IDTRKVALIDStream.AddItem("xAOD::JetContainer#AntiKt4LCTopoJets")
diff --git a/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/share/PixelxAOD.py b/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/share/PixelxAOD.py
index 17f8c39eab1353b567e3646dfb7cb7f656ca0ccc..47e727f92eb7c5f6429f3d179660f01168bf11ca 100644
--- a/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/share/PixelxAOD.py
+++ b/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/share/PixelxAOD.py
@@ -229,7 +229,7 @@ PIXELVALIDStream.AddItem("xAOD::VertexAuxContainer#PrimaryVerticesAux.-vxTrackAt
 PIXELVALIDStream.AddItem("xAOD::ElectronContainer#Electrons")
 PIXELVALIDStream.AddItem("xAOD::ElectronAuxContainer#ElectronsAux.")
 PIXELVALIDStream.AddItem("xAOD::TauJetContainer#TauJets")
-PIXELVALIDStream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.")
+PIXELVALIDStream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.")
 PIXELVALIDStream.AddItem("xAOD::JetContainer#AntiKt4LCTopoJets")
 PIXELVALIDStream.AddItem("xAOD::JetAuxContainer#AntiKt4LCTopoJetsAux.")
 PIXELVALIDStream.AddItem("xAOD::BTaggingContainer#BTagging_AntiKt4LCTopo")
diff --git a/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/src/PixelPrepDataToxAOD.cxx b/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/src/PixelPrepDataToxAOD.cxx
index 5cad7acff576d4d9f14abe3b0153729da859d953..ddbd2c9bd8b364247ea0d305a4cf184892140f73 100644
--- a/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/src/PixelPrepDataToxAOD.cxx
+++ b/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/src/PixelPrepDataToxAOD.cxx
@@ -402,7 +402,7 @@ std::vector< std::vector< int > > PixelPrepDataToxAOD::addSDOInformation( xAOD::
       std::vector< float > sdoDepEnergy;
       for( auto deposit : pos->second.getdeposits() ){
         if(deposit.first){
-          sdoDepBC.push_back( deposit.first->barcode());
+          sdoDepBC.push_back( HepMC::barcode(deposit.first));
         } else {
           sdoDepBC.push_back( -1 );   
         }
@@ -1028,12 +1028,12 @@ void  PixelPrepDataToxAOD::addNNTruthInfo(  xAOD::TrackMeasurementValidation* xp
    
 
     //Truth Track incident angle theta
-    theta[hitNumber] = atan2(diffPositions.z() ,diffPositions.x());
+    theta[hitNumber] = std::atan2(diffPositions.z() ,diffPositions.x());
     //Truth track incident angle phi -- correct for lorentz angle
     float tanlorentz = m_lorentzAngleTool->getTanLorentzAngle(de->identifyHash());
   
     int readoutside = design->readoutSide();
-    phi[hitNumber] = atan(tan(bowphi)-readoutside*tanlorentz);
+    phi[hitNumber] = std::atan(std::tan(bowphi)-readoutside*tanlorentz);
     
     if (siHit.particleLink().isValid()){
       barcode[hitNumber] = siHit.particleLink().barcode(); 
diff --git a/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/src/SCT_PrepDataToxAOD.cxx b/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/src/SCT_PrepDataToxAOD.cxx
index ba1ab55499adfb4e8e1777b9ab6f39e25b0ce3c6..a490331312c74ac8ee6295aca26e630764f1f224 100644
--- a/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/src/SCT_PrepDataToxAOD.cxx
+++ b/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/src/SCT_PrepDataToxAOD.cxx
@@ -236,7 +236,7 @@ StatusCode SCT_PrepDataToxAOD::execute(const EventContext& ctx) const
           std::vector<int> barcodes;
           auto range{prdmtColl->equal_range(clusterId)};
           for (auto& i{range.first}; i!=range.second; ++i) {
-            barcodes.push_back(i->second.barcode());
+            barcodes.push_back(HepMC::barcode(i->second));
           }
           AUXDATA(xprd, std::vector<int>, truth_barcode) = barcodes;
         }
@@ -280,7 +280,7 @@ void SCT_PrepDataToxAOD::addSDOInformation(xAOD::TrackMeasurementValidation* xpr
       std::vector<float> sdoDepEnergy(pos->second.getdeposits().size());
       unsigned int nDepos{0};
       for (auto& deposit: pos->second.getdeposits()) {
-        if (deposit.first) sdoDepBC[nDepos] = deposit.first->barcode();
+        if (deposit.first) sdoDepBC[nDepos] = HepMC::barcode(deposit.first);
         ATH_MSG_DEBUG(" SDO Energy Deposit " << deposit.second);
         sdoDepEnergy[nDepos] = deposit.second;
         nDepos++;
diff --git a/InnerDetector/InDetRawAlgs/InDetOverlay/test/TRTOverlay_test.cxx b/InnerDetector/InDetRawAlgs/InDetOverlay/test/TRTOverlay_test.cxx
index bf338ea36aecd78caabaf63050546678de2cbcbe..92828b29600844c84df9ccd3710704ffca1c20f4 100644
--- a/InnerDetector/InDetRawAlgs/InDetOverlay/test/TRTOverlay_test.cxx
+++ b/InnerDetector/InDetRawAlgs/InDetOverlay/test/TRTOverlay_test.cxx
@@ -23,9 +23,9 @@ ATLAS_NO_CHECK_FILE_THREAD_SAFETY;
 #include "GaudiKernel/MsgStream.h"
 
 // HepMC includes
-#include "HepMC/GenEvent.h"
-#include "HepMC/GenParticle.h"
-#include "HepMC/GenVertex.h"
+#include "AtlasHepMC/GenEvent.h"
+#include "AtlasHepMC/GenParticle.h"
+#include "AtlasHepMC/GenVertex.h"
 
 // CLHEP includes
 #include "CLHEP/Vector/LorentzVector.h"
@@ -628,7 +628,7 @@ namespace OverlayTesting {
     SG::WriteHandle<InDetSimDataCollection> inputSigSDODataHandle{"StoreGateSvc+TRT_SDO_Map_SIG"};
     inputSigSDODataHandle = std::make_unique<InDetSimDataCollection>();
     const HepMC::GenParticle* pGenParticle = genPartList.at(0);
-    HepMcParticleLink trkLink(pGenParticle->barcode(),pGenParticle->parent_event()->event_number());
+    HepMcParticleLink trkLink(HepMC::barcode(pGenParticle),pGenParticle->parent_event()->event_number());
     InDetSimData::Deposit deposit( trkLink, 0.0 );
     std::vector<InDetSimData::Deposit> depositVector(1);
     depositVector.push_back(deposit);
@@ -714,7 +714,7 @@ namespace OverlayTesting {
     SG::WriteHandle<InDetSimDataCollection> inputSigSDODataHandle{"StoreGateSvc+TRT_SDO_Map_SIG"};
     inputSigSDODataHandle = std::make_unique<InDetSimDataCollection>();
     const HepMC::GenParticle* pGenParticle = genPartList.at(0);
-    HepMcParticleLink trkLink(pGenParticle->barcode(),pGenParticle->parent_event()->event_number());
+    HepMcParticleLink trkLink(HepMC::barcode(pGenParticle),pGenParticle->parent_event()->event_number());
     InDetSimData::Deposit deposit( trkLink, 0.0 );
     std::vector<InDetSimData::Deposit> depositVector(1);
     depositVector.push_back(deposit);
@@ -809,7 +809,7 @@ namespace OverlayTesting {
     SG::WriteHandle<InDetSimDataCollection> inputSigSDODataHandle{"StoreGateSvc+TRT_SDO_Map_SIG"};
     inputSigSDODataHandle = std::make_unique<InDetSimDataCollection>();
     const HepMC::GenParticle* pGenParticle = genPartList.at(0);
-    HepMcParticleLink trkLink(pGenParticle->barcode(),pGenParticle->parent_event()->event_number());
+    HepMcParticleLink trkLink(HepMC::barcode(pGenParticle),pGenParticle->parent_event()->event_number());
     ASSERT_EQ(trkLink.cptr()->pdg_id(), -11); // Sanity check to confirm that we are linking to a positron as expected
     InDetSimData::Deposit deposit( trkLink, 0.0 );
     std::vector<InDetSimData::Deposit> depositVector(1);
@@ -901,7 +901,7 @@ namespace OverlayTesting {
     SG::WriteHandle<InDetSimDataCollection> inputSigSDODataHandle{"StoreGateSvc+TRT_SDO_Map_SIG"};
     inputSigSDODataHandle = std::make_unique<InDetSimDataCollection>();
     const HepMC::GenParticle* pGenParticle = genPartList.at(0);
-    HepMcParticleLink trkLink(pGenParticle->barcode(),pGenParticle->parent_event()->event_number());
+    HepMcParticleLink trkLink(HepMC::barcode(pGenParticle),pGenParticle->parent_event()->event_number());
     ASSERT_EQ(trkLink.cptr()->pdg_id(), -11); // Sanity check to confirm that we are linking to a positron as expected
     InDetSimData::Deposit deposit( trkLink, 0.0 );
     std::vector<InDetSimData::Deposit> depositVector(1);
diff --git a/InnerDetector/InDetRecEvent/SiSpacePoint/SiSpacePoint/SCT_SpacePoint.h b/InnerDetector/InDetRecEvent/SiSpacePoint/SiSpacePoint/SCT_SpacePoint.h
index 1744a8bba3d22e12fb5e71cf5e7f7b4638977e15..71253ef70c2d28815a802a621b5f3759ce0f2b95 100755
--- a/InnerDetector/InDetRecEvent/SiSpacePoint/SiSpacePoint/SCT_SpacePoint.h
+++ b/InnerDetector/InDetRecEvent/SiSpacePoint/SiSpacePoint/SCT_SpacePoint.h
@@ -14,8 +14,8 @@
 #define TRKSPACEPOINT_SCTSPACEPOINT_H
 
 #include "TrkSpacePoint/SpacePoint.h"
+
 #include "Identifier/IdentifierHash.h"
-#include "TrkSpacePoint/SpacePoint.h"
 
 namespace Trk
 {
diff --git a/InnerDetector/InDetRecTools/SiClusterizationTool/src/TruthClusterizationFactory.cxx b/InnerDetector/InDetRecTools/SiClusterizationTool/src/TruthClusterizationFactory.cxx
index 2587b31385b0f8a0d4377d33a96907b2dc884696..f9cb63aead3e93fd040f31f479fdb0438c67be7e 100644
--- a/InnerDetector/InDetRecTools/SiClusterizationTool/src/TruthClusterizationFactory.cxx
+++ b/InnerDetector/InDetRecTools/SiClusterizationTool/src/TruthClusterizationFactory.cxx
@@ -90,11 +90,11 @@ namespace InDet {
               //Now iterate over all barcodes
               std::vector<int>::iterator barcodeIterator;
               //Look for the barcode of the specific particle depositing energy in the barcodes vector
-              barcodeIterator  = find(barcodes.begin(), barcodes.end(), deposit.first->barcode());
+              barcodeIterator  = find(barcodes.begin(), barcodes.end(), HepMC::barcode(deposit.first));
               //If this barcode is not found
               if (!(barcodeIterator != barcodes.end())){
                 //Add the barcode to the barcodes vector
-                barcodes.push_back(deposit.first->barcode());
+                barcodes.push_back(HepMC::barcode(deposit.first));
               }
             }
             else ATH_MSG_WARNING("No deposits found");
diff --git a/InnerDetector/InDetRecTools/TRT_ElectronPidTools/TRT_ElectronPidTools/TRT_ElectronPidToolRun2.h b/InnerDetector/InDetRecTools/TRT_ElectronPidTools/TRT_ElectronPidTools/TRT_ElectronPidToolRun2.h
index 7e1481978113d73eaf1f47c77f5e73b748887144..aac420af67845254a12bfb9db73a7ca4de0678f0 100644
--- a/InnerDetector/InDetRecTools/TRT_ElectronPidTools/TRT_ElectronPidTools/TRT_ElectronPidToolRun2.h
+++ b/InnerDetector/InDetRecTools/TRT_ElectronPidTools/TRT_ElectronPidTools/TRT_ElectronPidToolRun2.h
@@ -100,16 +100,31 @@ namespace InDet
     virtual StatusCode initialize() override;
 
     /** standard Athena-Algorithm method */
-    virtual StatusCode finalize  () override;
+    virtual StatusCode finalize() override;
 
     /** Electron probabilities to be returned */
-    virtual std::vector<float> electronProbability(const Trk::Track& track) const override;
+    virtual std::vector<float> electronProbability(
+      const EventContext& ctx,
+      const Trk::Track& track) const override final;
 
     /** Electron probabilities to be returned */
     std::vector<float> electronProbability_old(const Trk::Track& track);
 
-    virtual double probHT( const double pTrk, const Trk::ParticleHypothesis hypothesis, const int HitPart, const int Layer, const int Strawlayer) const override;
-    virtual double probHTRun2( float pTrk, Trk::ParticleHypothesis hypothesis, int TrtPart, int GasType, int StrawLayer, float ZR, float rTrkWire, float Occupancy ) const override;
+    virtual double probHT(const double pTrk,
+                          const Trk::ParticleHypothesis hypothesis,
+                          const int HitPart,
+                          const int Layer,
+                          const int Strawlayer) const override final;
+
+    virtual double probHTRun2(const EventContext& ctx,
+                              float pTrk,
+                              Trk::ParticleHypothesis hypothesis,
+                              int TrtPart,
+                              int GasType,
+                              int StrawLayer,
+                              float ZR,
+                              float rTrkWire,
+                              float Occupancy) const override final;
 
   private:
 
diff --git a/InnerDetector/InDetRecTools/TRT_ElectronPidTools/src/TRT_ElectronPidToolRun2.cxx b/InnerDetector/InDetRecTools/TRT_ElectronPidTools/src/TRT_ElectronPidToolRun2.cxx
index fed2451d559fcec71ed1cb53ce16c7e86a95da16..70b0a28e732358de72cc62fdbf8f4f99992b415c 100644
--- a/InnerDetector/InDetRecTools/TRT_ElectronPidTools/src/TRT_ElectronPidToolRun2.cxx
+++ b/InnerDetector/InDetRecTools/TRT_ElectronPidTools/src/TRT_ElectronPidToolRun2.cxx
@@ -148,10 +148,12 @@ std::vector<float> InDet::TRT_ElectronPidToolRun2::electronProbability_old(const
 \*****************************************************************************/
 
 std::vector<float>
-InDet::TRT_ElectronPidToolRun2::electronProbability(const Trk::Track& track) const {
+InDet::TRT_ElectronPidToolRun2::electronProbability(
+  const EventContext& ctx,
+  const Trk::Track& track) const
+{
 
   // Get the probability calculator
-  const EventContext& ctx = Gaudi::Hive::currentContext();
   SG::ReadCondHandle<HTcalculator> readHandle{m_HTReadKey,ctx};
   const HTcalculator* HTcalc = (*readHandle);
   // make sure some calibration is available
@@ -203,7 +205,8 @@ InDet::TRT_ElectronPidToolRun2::electronProbability(const Trk::Track& track) con
   PIDvalues[Trk::TRTTrackOccupancy] = m_LocalOccTool->LocalOccupancy(ctx,track);
 
   if (PIDvalues[Trk::TRTTrackOccupancy] > 1.0  || PIDvalues[Trk::TRTTrackOccupancy]  < 0.0) {
-    ATH_MSG_WARNING("  Occupancy was outside allowed range! Returning default Pid values. Occupancy = " << PIDvalues[Trk::TRTTrackOccupancy] );
+    ATH_MSG_WARNING("  Occupancy was outside allowed range! Returning default Pid values. Occupancy = "
+                    << PIDvalues[Trk::TRTTrackOccupancy] );
     return PIDvalues;
   }
 
@@ -289,13 +292,22 @@ InDet::TRT_ElectronPidToolRun2::electronProbability(const Trk::Track& track) con
     int StrawLayer = 0;
     if (TrtPart == 0) {
       // Barrel:
-      if      (m_trtId->layer_or_wheel(DCid) == 0) StrawLayer = m_trtId->straw_layer(DCid);
-      else if (m_trtId->layer_or_wheel(DCid) == 1) StrawLayer = 19 + m_trtId->straw_layer(DCid);
-      else                                         StrawLayer = 19 + 24 + m_trtId->straw_layer(DCid);
+      if (m_trtId->layer_or_wheel(DCid) == 0) {
+        StrawLayer = m_trtId->straw_layer(DCid);
+      } else if (m_trtId->layer_or_wheel(DCid) == 1) {
+        StrawLayer = 19 + m_trtId->straw_layer(DCid);
+      } else {
+        StrawLayer = 19 + 24 + m_trtId->straw_layer(DCid);
+      }
     } else {
       // Endcap:
-      if (m_trtId->layer_or_wheel(DCid) < 6) StrawLayer = 16*m_trtId->layer_or_wheel(DCid) + m_trtId->straw_layer(DCid);
-      else                                   StrawLayer = 8*(m_trtId->layer_or_wheel(DCid)-6) + m_trtId->straw_layer(DCid);
+      if (m_trtId->layer_or_wheel(DCid) < 6) {
+        StrawLayer =
+          16 * m_trtId->layer_or_wheel(DCid) + m_trtId->straw_layer(DCid);
+      } else {
+        StrawLayer =
+          8 * (m_trtId->layer_or_wheel(DCid) - 6) + m_trtId->straw_layer(DCid);
+      }
     }
 
     // Get Z (Barrel) or R (Endcap) location of the hit, and distance from track to wire (i.e. anode) in straw:
@@ -362,10 +374,16 @@ InDet::TRT_ElectronPidToolRun2::electronProbability(const Trk::Track& track) con
       else if  ( stat==1 || stat==4 ) { GasType = 1; } // Ar
       else if  ( stat==5 )            { GasType = 1; } // Kr -- ESTIMATED AS AR UNTIL PID IS TUNED TO HANDLE KR
       else if  ( stat==6 )            { GasType = 1; } // Emulated Ar
-      else if  ( stat==7 )            { GasType = 1; } // Emulated Kr -- ESTIMATED AS AR UNTIL PID IS TUNED TO HANDLE KR
-      else { ATH_MSG_FATAL ("getStatusHT = " << stat << ", must be 'Good(2)||Xenon(3)' or 'Dead(1)||Argon(4)' or 'Krypton(5)' or 'EmulatedArgon(6)' or 'EmulatedKr(7)'!");
-             throw std::exception();
-           }
+      else if  ( stat==7 )            { GasType = 1;
+      } // Emulated Kr -- ESTIMATED AS AR UNTIL PID IS TUNED TO HANDLE KR
+      else {
+        ATH_MSG_FATAL(
+          "getStatusHT = "
+          << stat
+          << ", must be 'Good(2)||Xenon(3)' or 'Dead(1)||Argon(4)' or "
+             "'Krypton(5)' or 'EmulatedArgon(6)' or 'EmulatedKr(7)'!");
+        throw std::exception();
+      }
     }
 
     ATH_MSG_DEBUG("check Hit: "
@@ -456,14 +474,17 @@ InDet::TRT_ElectronPidToolRun2::electronProbability(const Trk::Track& track) con
   PIDvalues[Trk::eProbabilityNumberOfTRTHitsUsedFordEdx] = m_TRTdEdxTool->usedHits(ctx,&track);
   double dEdx_noHTHits = m_TRTdEdxTool->dEdx(ctx,&track, false); // Divide by L, exclude HT hits
   double dEdx_usedHits_noHTHits = m_TRTdEdxTool->usedHits(ctx,&track, false);
-  PIDvalues[Trk::eProbabilityToT] = m_TRTdEdxTool->getTest(ctx, dEdx_noHTHits, pTrk, Trk::electron, Trk::pion, dEdx_usedHits_noHTHits);
+  PIDvalues[Trk::eProbabilityToT] = m_TRTdEdxTool->getTest(
+    ctx, dEdx_noHTHits, pTrk, Trk::electron, Trk::pion, dEdx_usedHits_noHTHits);
 
   // Limit the probability values the upper and lower limits that are given/trusted for each part:
   double limProbHT = HTcalc->Limit(PIDvalues[Trk::eProbabilityHT]);
   double limProbToT = HTcalc->Limit(PIDvalues[Trk::eProbabilityToT]);
 
   // Calculate the combined probability, assuming no correlations (none are expected).
-  PIDvalues[Trk::eProbabilityComb] = (limProbHT * limProbToT ) / ( (limProbHT * limProbToT) + ( (1.0-limProbHT) * (1.0-limProbToT)) );
+  PIDvalues[Trk::eProbabilityComb] =
+    (limProbHT * limProbToT) /
+    ((limProbHT * limProbToT) + ((1.0 - limProbHT) * (1.0 - limProbToT)));
 
   // Troels: VERY NASTY NAMING, BUT AGREED UPON FOR NOW (for debugging, 27. NOV. 2014):
   PIDvalues[Trk::eProbabilityBrem] = pHTel_prod; // decorates electron LH to el brem for now... (still used?)
@@ -524,7 +545,6 @@ InDet::TRT_ElectronPidToolRun2::electronProbability(const Trk::Track& track) con
   return PIDvalues;
 }
 
-
 /*****************************************************************************\
 |*%%%  TRT straw address check, done once per hit.  %%%%%%%%%%%%%%%%%%%%%%%%%*|
 |*%%%  Nowhere else are these numbers checked. If this is deemed  %%%%%%%%%%%*|
@@ -564,7 +584,9 @@ bool InDet::TRT_ElectronPidToolRun2::CheckGeometry(int BEC, int Layer, int Straw
                                         {16,16,16,16,16,16,8,8,8,8,8,8,8,8}};
 
   if(not(StrawLayer < strawsPerBEC[part][Layer])){
-    ATH_MSG_ERROR("TRT part "<<BEC<<" Layer "<<Layer<<" only has "<<strawsPerBEC[part][Layer]<<" straws. Found index "<<StrawLayer);
+    ATH_MSG_ERROR("TRT part " << BEC << " Layer " << Layer << " only has "
+                              << strawsPerBEC[part][Layer]
+                              << " straws. Found index " << StrawLayer);
     return false;
   }
 
@@ -593,7 +615,8 @@ InDet::TRT_ElectronPidToolRun2::probHT(
 }
 
 double
-InDet::TRT_ElectronPidToolRun2::probHTRun2(float pTrk,
+InDet::TRT_ElectronPidToolRun2::probHTRun2(const EventContext& ctx,
+                                           float pTrk,
                                            Trk::ParticleHypothesis hypothesis,
                                            int TrtPart,
                                            int GasType,
@@ -602,7 +625,7 @@ InDet::TRT_ElectronPidToolRun2::probHTRun2(float pTrk,
                                            float rTrkWire,
                                            float Occupancy) const
 {
-  SG::ReadCondHandle<HTcalculator> readHandle{ m_HTReadKey };
+  SG::ReadCondHandle<HTcalculator> readHandle{ m_HTReadKey, ctx };
   bool hasTrackPar = true;
   return (*readHandle)
     ->getProbHT(pTrk,
diff --git a/InnerDetector/InDetTruth/InDetTruthTools/src/PRD_TruthTrajectoryManipulatorID.cxx b/InnerDetector/InDetTruth/InDetTruthTools/src/PRD_TruthTrajectoryManipulatorID.cxx
index 154423ff0e0632a2d48a48aa76e8cb9c3e2d6115..27c72473f55b7debc84b2defc756f4ce74999a82 100644
--- a/InnerDetector/InDetTruth/InDetTruthTools/src/PRD_TruthTrajectoryManipulatorID.cxx
+++ b/InnerDetector/InDetTruth/InDetTruthTools/src/PRD_TruthTrajectoryManipulatorID.cxx
@@ -38,7 +38,7 @@ StatusCode InDet::PRD_TruthTrajectoryManipulatorID::finalize() {
 
 bool InDet::PRD_TruthTrajectoryManipulatorID::manipulateTruthTrajectory( Trk::PRD_TruthTrajectory &prdvec) const {
 
-  if( (*prdvec.genParticle).barcode() < 100000){
+  if( HepMC::barcode(*prdvec.genParticle) < 100000){
       srand( static_cast< unsigned int >( time( 0 ) ) );
       const int pdg_id = (*prdvec.genParticle).pdg_id();
       const double prob_pix = pdg_id == 2212 ? 4. : 0;
diff --git a/InnerDetector/InDetTruth/InDetTruthTools/src/PRD_TruthTrajectorySelectorID.cxx b/InnerDetector/InDetTruth/InDetTruthTools/src/PRD_TruthTrajectorySelectorID.cxx
index b3ab20ab83ed414a798e9c53a1a7451e46491208..51a4c470bf6d210543c0ecf5b39f3e817ef6caa2 100644
--- a/InnerDetector/InDetTruth/InDetTruthTools/src/PRD_TruthTrajectorySelectorID.cxx
+++ b/InnerDetector/InDetTruth/InDetTruthTools/src/PRD_TruthTrajectorySelectorID.cxx
@@ -165,7 +165,7 @@ bool InDet::PRD_TruthTrajectorySelectorID::pass( const Trk::PRD_TruthTrajectory
   
   ThreePointCircle circle(pos);
   // trajectory only selected when within cuts
-  if( ( abs(circle.d0()) <= 15 && (*prdvec.genParticle).barcode() <= 100000 )  )  return true;
+  if( ( std::abs(circle.d0()) <= 15 && HepMC::barcode(*prdvec.genParticle)<= 100000 )  )  return true;
   
   return false;
 }
diff --git a/InnerDetector/InDetValidation/InDetRecStatistics/src/InDetRecStatisticsAlg.cxx b/InnerDetector/InDetValidation/InDetRecStatistics/src/InDetRecStatisticsAlg.cxx
index 282d736b5bbd0463ec0621a4b8671f095ecfc69c..d78f1876804a8b7a322f1d09fa62fa3ab6a6279e 100755
--- a/InnerDetector/InDetValidation/InDetRecStatistics/src/InDetRecStatisticsAlg.cxx
+++ b/InnerDetector/InDetValidation/InDetRecStatistics/src/InDetRecStatisticsAlg.cxx
@@ -619,11 +619,11 @@ selectGenSignal  (const McEventCollection* SimTracks,
 	  if ((particle->status()%1000) != 1 )
 	    continue;
 	  int   pdgCode = particle->pdg_id();
-	  const HepPDT::ParticleData* pd = m_particleDataTable->particle(abs(pdgCode));
+	  const HepPDT::ParticleData* pd = m_particleDataTable->particle(std::abs(pdgCode));
 	  if (!pd) {
 	    ATH_MSG_DEBUG("Could not get particle data for particle with "
 			 <<"pdgCode="<<pdgCode<< ", status=" << particle->status() 
-			 << ", barcode=" << particle->barcode());
+			 << ", barcode=" << HepMC::barcode(particle));
 	    ATH_MSG_DEBUG("GenParticle= " << particle);
 	    continue;
 	  }
diff --git a/InnerDetector/InDetValidation/InDetTrackClusterAssValidation/src/TrackClusterAssValidation.cxx b/InnerDetector/InDetValidation/InDetTrackClusterAssValidation/src/TrackClusterAssValidation.cxx
index e8cb30b7070b6cc58949bd1239de52565d54a32d..d3d9f95d9f47c90909063b4c49f85ce30c50cee3 100755
--- a/InnerDetector/InDetValidation/InDetTrackClusterAssValidation/src/TrackClusterAssValidation.cxx
+++ b/InnerDetector/InDetValidation/InDetTrackClusterAssValidation/src/TrackClusterAssValidation.cxx
@@ -1437,7 +1437,7 @@ bool InDet::TrackClusterAssValidation::noReconstructedParticles(const InDet::Tra
       bool Q = false;
       for(; mc!=mce; ++mc) {
 	if((*mc).first != ID) break;
-	if((*mc).second.cptr()->barcode()==k) {Q=true; break;}
+	if(HepMC::barcode((*mc).second.cptr())==k) {Q=true; break;}
       }
 
       if(!Q) continue;
@@ -1458,7 +1458,7 @@ bool InDet::TrackClusterAssValidation::noReconstructedParticles(const InDet::Tra
       out<<"| "
 	     <<std::setw(4)<<n
 	       <<std::setw(6)<<pa->pdg_id()
-	       <<std::setw(10)<<pa->barcode()
+	       <<std::setw(10)<<HepMC::barcode(pa)
 	       <<std::setw(4)<<event_data.m_kinecluster   .count(k)
 	       <<std::setw(4)<<event_data.m_kineclusterTRT.count(k)
 	       <<std::setw(4)<<event_data.m_kinespacepoint.count(k)
@@ -1521,7 +1521,7 @@ int InDet::TrackClusterAssValidation::charge(const InDet::TrackClusterAssValidat
   PRD_MultiTruthCollection::const_iterator mc = findTruth(event_data,d,mce);
 
   for(; mc!=mce; ++mc) {
-    if((*mc).second.cptr()->barcode()==k) {
+    if(HepMC::barcode((*mc).second.cptr())==k) {
 
       const HepMC::GenParticle*   pat  = (*mc).second.cptr();
 
diff --git a/LArCalorimeter/LArCalibTools/share/LArDelayFromDB2NTuple_jobOptions.py b/LArCalorimeter/LArCalibTools/share/LArDelayFromDB2NTuple_jobOptions.py
index 1a6a3b0855d879da9cedc7d455c9681ef60cbc50..6ee8650612badce38ecbf17bbd34457ec07dd121 100644
--- a/LArCalorimeter/LArCalibTools/share/LArDelayFromDB2NTuple_jobOptions.py
+++ b/LArCalorimeter/LArCalibTools/share/LArDelayFromDB2NTuple_jobOptions.py
@@ -11,7 +11,7 @@ import commands
 ###########################################################################
 
 include("LArCalibProcessing/LArCalib_Flags.py")
-include("RecExCommission/GetInputFiles.py")
+include("LArCalibProcessing/GetInputFiles.py")
 
 #######################################################
 #       Run properties
diff --git a/LArCalorimeter/LArCalibTools/share/LArDigits2Ntuple_jobOptions.py b/LArCalorimeter/LArCalibTools/share/LArDigits2Ntuple_jobOptions.py
index 0df7787c0572bc99204eb354c6748b748f3d1fad..717dac3411a2fa02d92cb8a69d6612926c08b97c 100755
--- a/LArCalorimeter/LArCalibTools/share/LArDigits2Ntuple_jobOptions.py
+++ b/LArCalorimeter/LArCalibTools/share/LArDigits2Ntuple_jobOptions.py
@@ -72,7 +72,7 @@ if not 'SuperCells' in dir():
 
 if not SuperCells: include("LArCalibProcessing/LArCalib_Flags.py")
 else: include("LArCalibProcessing/LArCalib_FlagsSC.py")
-include("RecExCommission/GetInputFiles.py")
+include("LArCalibProcessing/GetInputFiles.py")
 
 if SuperCells:
    from AthenaCommon.GlobalFlags import globalflags
diff --git a/LArCalorimeter/LArCalibTools/share/LArFEBTemp2Ntuple_jobOptions.py b/LArCalorimeter/LArCalibTools/share/LArFEBTemp2Ntuple_jobOptions.py
index 0e72cfe73b6bbadaf71700f04ef1a4a08917716b..6a846543e23e912fc5d7b8f5af03e669da447b1f 100755
--- a/LArCalorimeter/LArCalibTools/share/LArFEBTemp2Ntuple_jobOptions.py
+++ b/LArCalorimeter/LArCalibTools/share/LArFEBTemp2Ntuple_jobOptions.py
@@ -11,7 +11,7 @@ DBConnectionCOOL_ONL = "oracle://ATLAS_COOLPROD;schema=ATLAS_COOLONL_LAR;dbname=
 
 include("LArCalibProcessing/LArCalib_Flags.py")
 include("LArCalibProcessing/LArCalib_MinimalSetup.py")
-include("RecExCommission/GetInputFiles.py")
+include("LArCalibProcessing/GetInputFiles.py")
 include("AthenaCommon/Atlas_Gen.UnixStandardJob.py")
 
 from AthenaCommon.AlgSequence import AlgSequence
diff --git a/LArCalorimeter/LArCalibTools/share/LArParamsFromDB2NTuple_jobOptions.py b/LArCalorimeter/LArCalibTools/share/LArParamsFromDB2NTuple_jobOptions.py
index 1d284860d5404053f33c50bea290348b8f272acc..bba67009f41ecee6dc71e40032cf1c58d1396aa8 100644
--- a/LArCalorimeter/LArCalibTools/share/LArParamsFromDB2NTuple_jobOptions.py
+++ b/LArCalorimeter/LArCalibTools/share/LArParamsFromDB2NTuple_jobOptions.py
@@ -2,7 +2,7 @@ import commands
 ###########################################################################
 
 include("LArCalibProcessing/LArCalib_Flags.py")
-include("RecExCommission/GetInputFiles.py")
+include("LArCalibProcessing/GetInputFiles.py")
 
 #######################################################
 #       Run properties
diff --git a/LArCalorimeter/LArCalibTools/share/LArPhysWaveFromDB2NTuple_jobOptions.py b/LArCalorimeter/LArCalibTools/share/LArPhysWaveFromDB2NTuple_jobOptions.py
index 834ec145fbb059a622ca08a51d6457af466d21f6..61353c2f345d83dea3b3d4f64ff7e09476e4743b 100644
--- a/LArCalorimeter/LArCalibTools/share/LArPhysWaveFromDB2NTuple_jobOptions.py
+++ b/LArCalorimeter/LArCalibTools/share/LArPhysWaveFromDB2NTuple_jobOptions.py
@@ -2,7 +2,7 @@ import commands
 ###########################################################################
 
 include("LArCalibProcessing/LArCalib_Flags.py")
-include("RecExCommission/GetInputFiles.py")
+include("LArCalibProcessing/GetInputFiles.py")
 
 #######################################################
 #       Run properties
diff --git a/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockCalibrationV0.h b/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockCalibrationV0.h
index 287a57df0e0c901d635fc6e656d98048ac4ef158..8e8dea542cf2c959e5d4b4f9d597cf92317dfbd7 100644
--- a/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockCalibrationV0.h
+++ b/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockCalibrationV0.h
@@ -1,7 +1,7 @@
 //Dear emacs, this is -*- c++ -*-
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef LARBYTESTREAM_LARRODBLOCKCALIBRATIONV0_H
@@ -106,7 +106,7 @@ inline void  LArRodBlockCalibrationV0<DSPHEADER>::setPulsed(const unsigned chann
 #ifdef LARBYTESTREAMRODBLOCK_CHCKBOUNDARIES
   if (channelNumber>=128) {
     std::cout << "ERROR WRITE BEYOND ARRAY BONDARY!" << std::endl;
-    exit(-1);
+    std::abort();
   }
 #endif
   this->setBit((uint32_t*) (&(this->m_vFragment->front())+(DSPHEADER::IsPulsed/2)),channelNumber);
diff --git a/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockPhysicsV3.h b/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockPhysicsV3.h
index 8a002aca1e8ba32e29334f9695e24ae38f23505d..89008d97a2904869ebd1f9256bb91ffbb9507592 100644
--- a/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockPhysicsV3.h
+++ b/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockPhysicsV3.h
@@ -1,7 +1,7 @@
 //Dear emacs, this is -*- c++ -*-
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef LARBYTESTREAM_LARRODBLOCKPYSICSV3_H
@@ -322,9 +322,8 @@ inline int32_t  LArRodBlockPhysicsV3::getEx() const  // To be checked
   if ((*(m_CounterPtr+5))&(1<<15)) // number id negative
     ex = -ex;
   return ex;*/
-  uint32_t* copy32u = (uint32_t*)(m_CounterPtr+4);
-  int32_t* ex = (int32_t*)copy32u;
-  return *ex;
+  const uint32_t* copy32u = reinterpret_cast<const uint32_t*>(m_CounterPtr+4);
+  return *copy32u;
 }
 
 inline int32_t  LArRodBlockPhysicsV3::getEy() const  // To be checked
@@ -337,16 +336,14 @@ inline int32_t  LArRodBlockPhysicsV3::getEy() const  // To be checked
   if ((*(m_CounterPtr+7))&(1<<15)) // number id negative
     ey = -ey;
   return ey;*/
-  uint32_t* copy32u = (uint32_t*)(m_CounterPtr+6);
-  int32_t* ey = (int32_t*)copy32u;
-  return *ey;
+  const uint32_t* copy32u = reinterpret_cast<const uint32_t*>(m_CounterPtr+6);
+  return *copy32u;
 }
 
 inline int32_t LArRodBlockPhysicsV3::getEz() const
 {
-  uint32_t* aux = (uint32_t*)(m_CounterPtr+10);
-  int32_t* ez = (int32_t*)aux;
-  return *ez;
+  const uint32_t* aux = reinterpret_cast<const uint32_t*>(m_CounterPtr+10);
+  return *aux;
 }
 
 inline uint16_t  LArRodBlockPhysicsV3::getHottestCellIndex() // to be checked
diff --git a/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockPhysicsV5.h b/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockPhysicsV5.h
index 7f2afc21098d516683125327fd5d4bd992ce50f2..4227107d2685abd03af79110b84d7222362bd2cc 100644
--- a/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockPhysicsV5.h
+++ b/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockPhysicsV5.h
@@ -1,7 +1,7 @@
 //Dear emacs, this is -*- c++ -*-
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef LARBYTESTREAM_LARRODBLOCKPHYSICSV5_H
@@ -94,7 +94,7 @@ public:
   virtual inline int32_t getEx() const;
   virtual inline int32_t getEy() const;
   virtual inline int32_t getEz() const;
-  virtual inline uint32_t getVROBFebId() const;
+  virtual inline uint32_t getVROBFebId();
   virtual inline int32_t getVROBEx() const;
   virtual inline int32_t getVROBEy() const;
   virtual inline int32_t getVROBEz() const;
@@ -283,7 +283,7 @@ inline int LArRodBlockPhysicsV5::getNextEnergy(int& channelNumber,int32_t& energ
   if (m_TimeQualityPointer && hasTQ) // Data has Time and Quality information 
     {
       //Time is in 10 ps in ByteStream, hence the factor 10 to convert to ps
-      time    = 10*((int16_t *)m_TimeQualityPointer)[m_TimeQualityIndex++]; 
+      time    = 10*(reinterpret_cast<const int16_t *>(m_TimeQualityPointer))[m_TimeQualityIndex++]; 
       quality = m_TimeQualityPointer[m_TimeQualityIndex++]; 
 
 #ifdef LARBSDBGOUTPUT
@@ -329,7 +329,7 @@ inline int32_t LArRodBlockPhysicsV5::getEz() const
   return 0;
 }
 
-inline uint32_t  LArRodBlockPhysicsV5::getVROBFebId() const
+inline uint32_t  LArRodBlockPhysicsV5::getVROBFebId()
 {
   m_ROB_to_decode--;
   if ( m_ROB_to_decode>=0 ) {
@@ -342,19 +342,22 @@ inline uint32_t  LArRodBlockPhysicsV5::getVROBFebId() const
 
 inline int32_t  LArRodBlockPhysicsV5::getVROBEx() const
 {
-  if(m_virtualROBPointerLocal) return (((int32_t*)m_virtualROBPointerLocal)[1]>>9);
+  const int32_t* p = reinterpret_cast<const int32_t*>(m_virtualROBPointerLocal);
+  if(p) return (p[1]>>9);
   return 0;
 }
 
 inline int32_t  LArRodBlockPhysicsV5::getVROBEy() const
 {
-  if(m_virtualROBPointerLocal) return (((int32_t*)m_virtualROBPointerLocal)[2]>>9);
+  const int32_t* p = reinterpret_cast<const int32_t*>(m_virtualROBPointerLocal);
+  if(p) return (p[2]>>9);
   return 0;
 }
 
 inline int32_t  LArRodBlockPhysicsV5::getVROBEz() const
 {
-  if(m_virtualROBPointerLocal) return (((int32_t*)m_virtualROBPointerLocal)[3]>>9);
+  const int32_t* p = reinterpret_cast<const int32_t*>(m_virtualROBPointerLocal);
+  if(p) return (p[3]>>9);
   return 0;
 }
 
diff --git a/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockPhysicsV6.h b/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockPhysicsV6.h
index a7b65303757388af9d4e73247853ccdf17ef1970..9c76411b5e0ca379e5519d9bd0b5e0cb205b5db6 100644
--- a/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockPhysicsV6.h
+++ b/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockPhysicsV6.h
@@ -1,7 +1,7 @@
 //Dear emacs, this is -*- c++ -*-
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef LARBYTESTREAM_LARRODBLOCKPHYSICSV6_H
@@ -95,7 +95,7 @@ public:
   virtual inline int32_t getEy() const;
   virtual inline int32_t getEz() const;
   virtual inline int32_t getSumE() const;
-  virtual inline uint32_t getVROBFebId() const;
+  virtual inline uint32_t getVROBFebId();
   virtual inline int32_t getVROBEx() const;
   virtual inline int32_t getVROBEy() const;
   virtual inline int32_t getVROBEz() const;
@@ -286,7 +286,7 @@ inline int LArRodBlockPhysicsV6::getNextEnergy(int& channelNumber,int32_t& energ
   if (m_TimeQualityPointer && hasTQ) // Data has Time and Quality information 
     {
       //Time is in 10 ps in ByteStream, hence the factor 10 to convert to ps
-      time    = 10*((int16_t *)m_TimeQualityPointer)[m_TimeQualityIndex++]; 
+      time    = 10*(reinterpret_cast<const int16_t *>(m_TimeQualityPointer))[m_TimeQualityIndex++]; 
       quality = m_TimeQualityPointer[m_TimeQualityIndex++]; 
 
 #ifdef LARBSDBGOUTPUT
@@ -337,7 +337,7 @@ inline int32_t LArRodBlockPhysicsV6::getSumE() const
   return 0;
 }
 
-inline uint32_t  LArRodBlockPhysicsV6::getVROBFebId() const
+inline uint32_t  LArRodBlockPhysicsV6::getVROBFebId()
 {
   m_ROB_to_decode--;
   if ( m_ROB_to_decode>=0){
@@ -350,25 +350,29 @@ inline uint32_t  LArRodBlockPhysicsV6::getVROBFebId() const
 
 inline int32_t  LArRodBlockPhysicsV6::getVROBEx() const
 {
-  if(m_virtualROBPointerLocal) return (((int32_t*)m_virtualROBPointerLocal)[1]>>9);
+  const int32_t* p = reinterpret_cast<const int32_t*>(m_virtualROBPointerLocal);
+  if(p) return (p[1]>>9);
   return 0;
 }
 
 inline int32_t  LArRodBlockPhysicsV6::getVROBEy() const
 {
-  if(m_virtualROBPointerLocal) return (((int32_t*)m_virtualROBPointerLocal)[2]>>9);
+  const int32_t* p = reinterpret_cast<const int32_t*>(m_virtualROBPointerLocal);
+  if(p) return (p[2]>>9);
   return 0;
 }
 
 inline int32_t  LArRodBlockPhysicsV6::getVROBEz() const
 {
-  if(m_virtualROBPointerLocal) return (((int32_t*)m_virtualROBPointerLocal)[3]>>9);
+  const int32_t* p = reinterpret_cast<const int32_t*>(m_virtualROBPointerLocal);
+  if(p) return (p[3]>>9);
   return 0;
 }
 
 inline int32_t  LArRodBlockPhysicsV6::getVROBSumE() const
 {
-  if(m_virtualROBPointerLocal) return (((int32_t*)m_virtualROBPointerLocal)[4]>>9);
+  const int32_t* p = reinterpret_cast<const int32_t*>(m_virtualROBPointerLocal);
+  if(p) return (p[4]>>9);
   return 0;
 }
 
diff --git a/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockStructure.h b/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockStructure.h
index 3212b60a7080c4340b5d0ea8c04613ba691c2744..6d5e294aa6d18eb3a037a3d1710c5e01ce10a648 100644
--- a/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockStructure.h
+++ b/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockStructure.h
@@ -1,7 +1,7 @@
 //Dear emacs, this is -*- c++ -*-
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 
@@ -113,7 +113,7 @@ public :
   virtual inline int32_t  getEy() const;
   virtual inline int32_t  getEz() const;
   virtual inline int32_t  getSumE() const;
-  virtual inline uint32_t getVROBFebId() const;
+  virtual inline uint32_t getVROBFebId();
   virtual inline int32_t  getVROBEx() const;
   virtual inline int32_t  getVROBEy() const;
   virtual inline int32_t  getVROBEz() const;
@@ -223,8 +223,8 @@ public :
   //Number of channels per FEB
   int m_channelsPerFEB;
   //Full ROD fragment for decoding
-  uint32_t* m_FebBlock;   //Pointer to the first element of the current FEB-Fragement (used only for decoding!)
-  uint32_t* m_RodBlock;  //Pointer to the very beginning of the ROD-Block
+  const uint32_t* m_FebBlock;   //Pointer to the first element of the current FEB-Fragement (used only for decoding!)
+  const uint32_t* m_RodBlock;  //Pointer to the very beginning of the ROD-Block
   int32_t m_FebBlockSize; 
   int32_t m_RodBlockSize; 
   std::vector<uint32_t> *m_vFragment;  //Pointer to the vector that holds the current FEB-block (used only for encoding!)
@@ -233,8 +233,8 @@ public :
   FEBMAPTYPE m_mFebBlocks; //Map of feb-Blocks (for encoding only);
   //static uint32_t FebToOfflineGainMap[3];
   //static uint32_t OfflineToFebGainMap[3];
-  static uint32_t m_RawToOfflineGainMap[4];
-  static uint32_t m_OfflineToRawGainMap[3];
+  static const uint32_t m_RawToOfflineGainMap[4];
+  static const uint32_t m_OfflineToRawGainMap[3];
   int32_t m_MiddleHeaderSize;
   // Free gain mode needs raw data to be rearranged
   unsigned int m_rearrangeFirstSample;
@@ -242,16 +242,16 @@ public :
   bool m_error_next_feb;
   // Jump from one virtual ROB
   uint32_t m_virtualROBJump;
-  mutable int32_t m_ROB_to_decode;
-  mutable uint32_t* m_virtualROBPointer;
-  mutable uint32_t* m_virtualROBPointerLocal;
+  int32_t m_ROB_to_decode;
+  const uint32_t* m_virtualROBPointer;
+  const uint32_t* m_virtualROBPointerLocal;
 };
 
 // Implementation of inline-functions:
 inline bool LArRodBlockStructure::setFragment(const uint32_t* p, uint32_t n)
 {
   resetPointers();
-  m_FebBlock         = (uint32_t *) p; 
+  m_FebBlock         = p;
   m_RodBlock         = m_FebBlock;
   m_RodBlockSize     = n;
   uint32_t BlockSize = 0;
@@ -315,7 +315,7 @@ inline int32_t LArRodBlockStructure::getSumE() const {
  return 0;
 }
 
-inline uint32_t  LArRodBlockStructure::getVROBFebId() const{
+inline uint32_t  LArRodBlockStructure::getVROBFebId(){
 return 0;
 }
 
@@ -381,7 +381,7 @@ inline void LArRodBlockStructure::setHeader16(const unsigned n, const uint16_t w
 #ifdef LARBYTESTREAMRODBLOCK_CHCKBOUNDARIES
   if ((unsigned)n>=m_vFragment->size()*2) {
     std::cout << "ERROR WRITE BEYOND ARRAY BONDARY!" << std::endl;
-    exit(-1);
+    std::abort();
   }
 #endif
   if (n&0x1) // n is a odd number
@@ -395,14 +395,16 @@ inline void LArRodBlockStructure::setHeader32(const unsigned n, const uint32_t w
 #ifdef LARBYTESTREAMRODBLOCK_CHCKBOUNDARIES
   if ((unsigned)n>=m_vFragment->size()*2) {
     std::cout << "ERROR WRITE BEYOND ARRAY BONDARY!" << std::endl;
-    exit(-1);
+    std::abort();
   }
 #endif
   m_vFragment->at(n>>1) = w;
 }
 
 inline uint16_t LArRodBlockStructure::LE_getHeader16(const unsigned n) const // n should be choosen from the above enum
-{return ((uint16_t*)(m_FebBlock))[n];}
+{
+  return (reinterpret_cast<const uint16_t*>(m_FebBlock))[n];
+}
 
 inline uint16_t LArRodBlockStructure::LE_getVectorHeader16(const unsigned n) const // n should be choosen from the above enum
 {return ((uint16_t*)(&(m_vFragment->front())))[n];}
@@ -412,7 +414,7 @@ inline void LArRodBlockStructure::LE_setHeader16(const unsigned n, const uint16_
 #ifdef LARBYTESTREAMRODBLOCK_CHCKBOUNDARIES
   if ((unsigned)n>=m_vFragment->size()*2) {
     std::cout << "LArRodBlockStructure::LE_setHeader16 ERROR: WRITE BEYOND ARRAY BONDARY!" << std::endl;
-    exit(-1);
+    std::abort();
   }
 #endif
  ((uint16_t*)(&(m_vFragment->front())))[n] = w;
diff --git a/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockTransparentV0.icc b/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockTransparentV0.icc
index 3264815e35881d6f78f0189b0da1f7d95f5620b6..fe4c45b2a1b4338d2a041639cae14b6ecf24f45d 100644
--- a/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockTransparentV0.icc
+++ b/LArCalorimeter/LArCnv/LArByteStream/LArByteStream/LArRodBlockTransparentV0.icc
@@ -1,7 +1,7 @@
 //Dear emacs, this is -*- c++ -*-
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 // Implementation of a LArRODBlockStructure class
@@ -128,7 +128,7 @@ void LArRodBlockTransparentV0<DSPHEADER>::setRawDataFixed(const int channel, con
    logstr << MSG::ERROR << "Number of samples mismatch!\n";
    logstr << "  nsamples       =" << nsamples;
    logstr << "  samples.size() =" << samples.size() << endmsg;
-   exit(0);
+   std::abort();
  }
  //std::cout << "Size of Raw Data block # " << febgain << " = " << m_RawDataBlock.size();
 
diff --git a/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV0.cxx b/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV0.cxx
index ba89a05cad51c0c359c5a925961293b8f5ba4bdf..cf37165fed9288d3b94126a2a183aed2a340077f 100644
--- a/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV0.cxx
+++ b/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV0.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 // Implementation of the LArRODBlockStructure_3 class
@@ -44,14 +44,14 @@ m_logstr(Athena::getMessageSvc(), BlockType())
  StatusCode sc =svcLoc->service( "DetectorStore", detStore );
  if (sc.isFailure()) {
    m_logstr << MSG::ERROR << "Unable to locate DetectorStore" << endmsg;
-   exit(1);
+   std::abort();
  } else {
    m_logstr << MSG::INFO << "Successfully located DetectorStore" << endmsg;
  }     
  sc = detStore->retrieve(online_id, "LArOnlineID");
  if (sc.isFailure()) {
    m_logstr << MSG::FATAL << "Could not get LArOnlineID helper !" << endmsg;
-   exit(1);
+   std::abort();
  } 
  else {
    m_onlineHelper=online_id;
@@ -225,7 +225,7 @@ void LArRodBlockPhysicsV0::setRawData(const int channel, const std::vector<short
    m_logstr << MSG::ERROR << "Number of samples mismatch!\n";
    m_logstr << "  nsamples       =" << nsamples;
    m_logstr << "  samples.size() =" << samples.size() << endmsg;
-   exit(0);
+   std::abort();
  }
  
  setBit(&m_RawDataBlock[0],rcNb);
@@ -307,7 +307,7 @@ void LArRodBlockPhysicsV0::finalizeFEB()
  n = m_HighEnergyBlock.size();
  BlockOffset=LE_getVectorHeader16(HighEBlkOffset);
  LARBSDBG("Checking High Energy Block n=" << n << "BlockOffset=" << BlockOffset);
- //Check if High Energy-Block exits and is not yet part of the fragment
+ //Check if High Energy-Block exists and is not yet part of the fragment
  if (n && !BlockOffset)
    {LE_setHeader16(HighEBlkOffset,m_vFragment->size());
    for(unsigned int i=0;i<n;i++)
diff --git a/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV1.cxx b/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV1.cxx
index 54cc58ccd70dd7b7ce94178ce5cc17e3c50a98cb..3f5dfbe7e3eb0c7844d2ae6d6f5cd8818a8a4354 100644
--- a/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV1.cxx
+++ b/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV1.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 // Implementation of the LArRODBlockStructure_3 class
@@ -44,14 +44,14 @@ m_logstr(Athena::getMessageSvc(), BlockType())
  StatusCode sc =svcLoc->service( "DetectorStore", detStore );
  if (sc.isFailure()) {
    m_logstr << MSG::ERROR << "Unable to locate DetectorStore" << endmsg;
-   exit(1);
+   std::abort();
  } else {
    m_logstr << MSG::INFO << "Successfully located DetectorStore" << endmsg;
  }     
  sc = detStore->retrieve(online_id, "LArOnlineID");
  if (sc.isFailure()) {
    m_logstr << MSG::FATAL << "Could not get LArOnlineID helper !" << endmsg;
-   exit(1);
+   std::abort();
  } 
  else {
    m_onlineHelper=online_id;
@@ -224,7 +224,7 @@ void LArRodBlockPhysicsV1::setRawData(const int channel, const std::vector<short
    m_logstr << MSG::ERROR << "Number of samples mismatch!\n";
    m_logstr << "  nsamples       =" << nsamples;
    m_logstr << "  samples.size() =" << samples.size() << endmsg;
-   exit(0);
+   std::abort();
  }
  
  setBit(&m_RawDataBlock[0],rcNb);
@@ -306,7 +306,7 @@ void LArRodBlockPhysicsV1::finalizeFEB()
  n = m_HighEnergyBlock.size();
  BlockOffset=getVectorHeader16(HighEBlkOffset);
  LARBSDBG("Checking High Energy Block n=" << n << "BlockOffset=" << BlockOffset);
- //Check if High Energy-Block exits and is not yet part of the fragment
+ //Check if High Energy-Block exists and is not yet part of the fragment
  if (n && !BlockOffset)
    {setHeader16(HighEBlkOffset,m_vFragment->size());
    for(unsigned int i=0;i<n;i++)
diff --git a/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV2.cxx b/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV2.cxx
index f88440fd5ce31118d3233dd600488885d4aec325..95726fb35b1a0815ade21bd71634259ca91f93ae 100644
--- a/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV2.cxx
+++ b/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV2.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 // Implementation of the LArRODBlockStructure_3 class
@@ -44,14 +44,14 @@ m_logstr(Athena::getMessageSvc(), BlockType())
  StatusCode sc =svcLoc->service( "DetectorStore", detStore );
  if (sc.isFailure()) {
    m_logstr << MSG::ERROR << "Unable to locate DetectorStore" << endmsg;
-   exit(1);
+   std::abort();
  } else {
    m_logstr << MSG::INFO << "Successfully located DetectorStore" << endmsg;
  }     
  sc = detStore->retrieve(online_id, "LArOnlineID");
  if (sc.isFailure()) {
    m_logstr << MSG::FATAL << "Could not get LArOnlineID helper !" << endmsg;
-   exit(1);
+   std::abort();
  } 
  else {
    m_onlineHelper=online_id;
@@ -258,7 +258,7 @@ void LArRodBlockPhysicsV2::setRawData(const int channel, const std::vector<short
    m_logstr << MSG::ERROR << "Number of samples mismatch!\n";
    m_logstr << "  nsamples       =" << nsamples;
    m_logstr << "  samples.size() =" << samples.size() << endmsg;
-   exit(0);
+   std::abort();
  }
  
  setBit(&m_RawDataBlock[0],rcNb);
@@ -340,7 +340,7 @@ void LArRodBlockPhysicsV2::finalizeFEB()
  n = m_HighEnergyBlock.size();
  BlockOffset=LE_getVectorHeader16(HighEBlkOffset);
  LARBSDBG("Checking High Energy Block n=" << n << "BlockOffset=" << BlockOffset);
- //Check if High Energy-Block exits and is not yet part of the fragment
+ //Check if High Energy-Block exists and is not yet part of the fragment
  if (n && !BlockOffset)
    {LE_setHeader16(HighEBlkOffset,m_vFragment->size());
    for(unsigned int i=0;i<n;i++)
diff --git a/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV3.cxx b/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV3.cxx
index c9b59409630718474765d945b46b110a86460ae2..e1cbcb54334b4b2cc32f0abb68b202d5ec0b43d2 100644
--- a/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV3.cxx
+++ b/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV3.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 // Implementation of the LArRODBlockStructure_3 class
@@ -44,14 +44,14 @@ m_logstr(Athena::getMessageSvc(), BlockType())
   StatusCode sc =svcLoc->service( "DetectorStore", detStore );
   if (sc.isFailure()) {
     m_logstr << MSG::ERROR << "Unable to locate DetectorStore" << endmsg;
-    exit(1);
+    std::abort();
   } else {
     m_logstr << MSG::INFO << "Successfully located DetectorStore" << endmsg;
   }     
   sc = detStore->retrieve(online_id, "LArOnlineID");
   if (sc.isFailure()) {
     m_logstr << MSG::FATAL << "Could not get LArOnlineID helper !" << endmsg;
-    exit(1);
+    std::abort();
   } 
   else {
     m_onlineHelper=online_id;
@@ -429,7 +429,7 @@ void LArRodBlockPhysicsV3::setRawData(const int channel, const std::vector<short
    m_logstr << MSG::ERROR << "Number of samples mismatch!\n";
    m_logstr << "  nsamples       =" << nsamples;
    m_logstr << "  samples.size() =" << samples.size() << endmsg;
-   exit(0);
+   std::abort();
  }
  
  setBit(&m_RawDataBlock[0],rcNb);
@@ -581,7 +581,7 @@ void LArRodBlockPhysicsV3::finalizeFEB()
  n = m_EnergyBlock.size();
  BlockOffset=LE_getVectorHeader16(EBlkOffset);
  LARBSDBG("Checking Energy Block n=" << n << "BlockOffset=" << BlockOffset);
- //Check if Energy-Block exits and is not yet part of the fragment
+ //Check if Energy-Block exists and is not yet part of the fragment
  if (n && !BlockOffset)
    {
      LE_setHeader16(EBlkOffset,m_vFragment->size());
@@ -596,7 +596,7 @@ void LArRodBlockPhysicsV3::finalizeFEB()
  n = m_GainBlock.size();
  BlockOffset=LE_getVectorHeader16(GainBlkOffset);
  LARBSDBG("Checking Gain Block n=" << n << "BlockOffset=" << BlockOffset);
- //Check if Gain-Block exits and is not yet part of the fragment
+ //Check if Gain-Block exists and is not yet part of the fragment
  if (n && !BlockOffset)
    {
      LE_setHeader16(GainBlkOffset,m_vFragment->size());
@@ -614,7 +614,7 @@ void LArRodBlockPhysicsV3::finalizeFEB()
  n = m_FebInfoBlock.size();
  BlockOffset=LE_getVectorHeader16(FebInfoBlkOffset);
  LARBSDBG("Checking FebInfo Block n=" << n << "BlockOffset=" << BlockOffset);
- //Check if Gain-Block exits and is not yet part of the fragment
+ //Check if Gain-Block exists and is not yet part of the fragment
  if (n && !BlockOffset)
    {
      LE_setHeader16(FebInfoBlkOffset,m_vFragment->size());
@@ -628,7 +628,7 @@ void LArRodBlockPhysicsV3::finalizeFEB()
  n = m_TimeQualityBlock.size();
  BlockOffset=LE_getVectorHeader16(TimeQualityBlkOffset);
  LARBSDBG("Checking Time and Quality Block n=" << n << "BlockOffset=" << BlockOffset);
- //Check if Time and Quality Block exits and is not yet part of the fragment
+ //Check if Time and Quality Block exists and is not yet part of the fragment
  if (n && !BlockOffset)
    {
      LE_setHeader16(TimeQualityBlkOffset,m_vFragment->size());
diff --git a/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV5.cxx b/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV5.cxx
index 11353fa4666fd94be6162d156687778a59e90a79..ff1b24816b19253cac019d27bc8873d1e43d8277 100644
--- a/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV5.cxx
+++ b/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV5.cxx
@@ -1,7 +1,7 @@
 //Dear emacs, this is -*- c++ -*-
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 // Implementation of a LArRODBlockStructure class
@@ -55,12 +55,12 @@ LArRodBlockPhysicsV5::LArRodBlockPhysicsV5()
   StatusCode sc =svcLoc->service( "DetectorStore", detStore );
   if (sc.isFailure()) {
     std::cout << "Unable to locate DetectorStore" << std::endl;
-    exit(1);
+    std::abort();
   }
   sc = detStore->retrieve(m_onlineHelper, "LArOnlineID");
   if (sc.isFailure()) {
     std::cout << "Could not get LArOnlineID helper !" << std::endl;
-    exit(1);
+    std::abort();
   }
 }
 
@@ -883,7 +883,7 @@ setHeader16(InFPGAFormat_h,0x2);
 n = m_GainBlock.size();
 //BlockOffset=0;
 //LARBSDBG("Checking Gain Block n=" << n << "BlockOffset=" << BlockOffset);
-//Check if Gain-Block exits and is not yet part of the fragment
+//Check if Gain-Block exists and is not yet part of the fragment
 if (n)
   {
     //LARBSDBG(MSG::DEBUG  << "In finalyseFEB-------------------->>>>> " << "Checking for Gain Block :  length= " << n << "  BlockOffset=" << BlockOffset);
@@ -938,7 +938,7 @@ if (n)
  // Block also include time, whenever necessary
  int size_of_block=80+(nsamples+1)/2+(m_TimeQualityBlock.size())/2;
  //LARBSDBG("Checking Energy Block n=" << n << "BlockOffset=" << BlockOffset);
- //Check if Energy-Block exits and is not yet part of the fragment
+ //Check if Energy-Block exists and is not yet part of the fragment
  if (n)
    {
      setHeader16(ResultsOff1,18);
@@ -955,7 +955,7 @@ if (n)
  // Magic numbers (3 or 6) for Ex, Ey and Ez
  n = m_TimeQualityBlock.size();
  //LARBSDBG("Checking Time and Quality Block n=" << n << "BlockOffset=" << BlockOffset);
- //Check if Time and Quality Block exits and is not yet part of the fragment
+ //Check if Time and Quality Block exists and is not yet part of the fragment
  if (n)
    {
      unsigned int imax = n/2;
diff --git a/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV6.cxx b/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV6.cxx
index 0494b23e9a0a3c3aaf4d49bf9a37cb63f8084c2a..6142887dd119c775073a9161e083de693d4e9b77 100644
--- a/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV6.cxx
+++ b/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockPhysicsV6.cxx
@@ -1,7 +1,7 @@
 //Dear emacs, this is -*- c++ -*-
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 // Implementation of a LArRODBlockStructure class
@@ -55,12 +55,12 @@ LArRodBlockPhysicsV6::LArRodBlockPhysicsV6()
   StatusCode sc =svcLoc->service( "DetectorStore", detStore );
   if (sc.isFailure()) {
     std::cout << "Unable to locate DetectorStore" << std::endl;
-    exit(1);
+    std::abort();
   }
   sc = detStore->retrieve(m_onlineHelper, "LArOnlineID");
   if (sc.isFailure()) {
     std::cout << "Could not get LArOnlineID helper !" << std::endl;
-    exit(1);
+    std::abort();
   }
 }
 
@@ -894,7 +894,7 @@ setHeader16(InFPGAFormat_h,0x2);
 n = m_GainBlock.size();
 //BlockOffset=0;
 //LARBSDBG("Checking Gain Block n=" << n << "BlockOffset=" << BlockOffset);
-//Check if Gain-Block exits and is not yet part of the fragment
+//Check if Gain-Block exists and is not yet part of the fragment
 if (n)
   {
     //LARBSDBG(MSG::DEBUG  << "In finalyseFEB-------------------->>>>> " << "Checking for Gain Block :  length= " << n << "  BlockOffset=" << BlockOffset);
@@ -949,7 +949,7 @@ if (n)
  // Block also include time, whenever necessary
  int size_of_block=80+(nsamples+1)/2+(m_TimeQualityBlock.size())/2;
  //LARBSDBG("Checking Energy Block n=" << n << "BlockOffset=" << BlockOffset);
- //Check if Energy-Block exits and is not yet part of the fragment
+ //Check if Energy-Block exists and is not yet part of the fragment
  if (n)
    {
      setHeader16(ResultsOff1,18);
@@ -966,7 +966,7 @@ if (n)
  // Magic numbers (4 or 8) for Ex, Ey and Ez
  n = m_TimeQualityBlock.size();
  //LARBSDBG("Checking Time and Quality Block n=" << n << "BlockOffset=" << BlockOffset);
- //Check if Time and Quality Block exits and is not yet part of the fragment
+ //Check if Time and Quality Block exists and is not yet part of the fragment
  if (n)
    {
      unsigned int imax = n/2;
diff --git a/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockStructure.cxx b/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockStructure.cxx
index c17a58ed6bd306e235f369907a8d19501f5d12da..99d1b098212d72c1518a20190308b6eb57399380 100644
--- a/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockStructure.cxx
+++ b/LArCalorimeter/LArCnv/LArByteStream/src/LArRodBlockStructure.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 // Implementation of LArRODBlockStructure class
@@ -17,8 +17,8 @@
 //uint32_t LArRodBlockStructure::OfflineToFebGainMap[3]={2,1,0};
 // uint32_t LArRodBlockStructure::m_RawToOfflineGainMap[4]={0, 0, 1,2};
 // uint32_t LArRodBlockStructure::m_OfflineToRawGainMap[3]={1,2,3};
- uint32_t LArRodBlockStructure::m_RawToOfflineGainMap[4]={0, 2, 1,0};
- uint32_t LArRodBlockStructure::m_OfflineToRawGainMap[3]={3,2,1};
+const uint32_t LArRodBlockStructure::m_RawToOfflineGainMap[4]={0, 2, 1,0};
+const uint32_t LArRodBlockStructure::m_OfflineToRawGainMap[3]={3,2,1};
 LArRodBlockStructure::LArRodBlockStructure()
   : m_Ex(0),
     m_Ey(0),
diff --git a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_DelayXtalk_jobOptions.py b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_DelayXtalk_jobOptions.py
index 0810c2f37f22283d0dcdbf5a593f4208f0ab0540..e29e28d5d70510e56dc492af44e23f3e71ebbbbe 100644
--- a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_DelayXtalk_jobOptions.py
+++ b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_DelayXtalk_jobOptions.py
@@ -24,7 +24,7 @@ import subprocess
 ###########################################################################
 
 include("LArCalibProcessing/LArCalib_Flags.py")
-include("RecExCommission/GetInputFiles.py")
+include("LArCalibProcessing/GetInputFiles.py")
 
 #######################################################
 #       Crosstalk parameters
diff --git a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Delay_OFC_Cali_jobOptions.py b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Delay_OFC_Cali_jobOptions.py
index 46b460d5d60da649c097cc48d78452bb6338d38e..790d8c81a63c5d5f6de6ec66ec38645d15f1758e 100644
--- a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Delay_OFC_Cali_jobOptions.py
+++ b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Delay_OFC_Cali_jobOptions.py
@@ -25,7 +25,7 @@ if not "SuperCells" in dir():
    
 if not SuperCells: include("LArCalibProcessing/LArCalib_Flags.py")
 if SuperCells:     include("LArCalibProcessing/LArCalib_FlagsSC.py")
-#include("RecExCommission/GetInputFiles.py")
+#include("LArCalibProcessing/GetInputFiles.py")
 include("LArCalibProcessing/GetInputFiles.py")
 
 #######################################################
diff --git a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Delay_OFC_splitter_jobOptions.py b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Delay_OFC_splitter_jobOptions.py
index 974f7af0800ad475b58f2ad5d5d169fbbcef24ff..7c0ab0ef7b519ec69439b3edb39870877f2801ba 100644
--- a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Delay_OFC_splitter_jobOptions.py
+++ b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Delay_OFC_splitter_jobOptions.py
@@ -11,7 +11,7 @@ import subprocess
 ###########################################################################
 
 include("LArCalibProcessing/LArCalib_Flags.py")
-include("RecExCommission/GetInputFiles.py")
+include("LArCalibProcessing/GetInputFiles.py")
 
 #######################################################
 #       Run properties
diff --git a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Delay_jobOptions.py b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Delay_jobOptions.py
index 394e43803e155d54154ad27ab18398454cb2da12..6f1963283ff634d97afbe6e8c5dbaa0677fc7870 100644
--- a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Delay_jobOptions.py
+++ b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Delay_jobOptions.py
@@ -13,7 +13,7 @@ import subprocess
 ###########################################################################
 
 include("LArCalibProcessing/LArCalib_Flags.py")
-include("RecExCommission/GetInputFiles.py")
+include("LArCalibProcessing/GetInputFiles.py")
 
 #######################################################
 #       Run properties
diff --git a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Delay_splitter_jobOptions.py b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Delay_splitter_jobOptions.py
index 6a56f053460154c336e48e16e7b10ef51ee9c35c..2fa7ee7aaddd4467f2915c044a16afabbb65a330 100644
--- a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Delay_splitter_jobOptions.py
+++ b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Delay_splitter_jobOptions.py
@@ -11,7 +11,7 @@ import subprocess
 ###########################################################################
 
 include("LArCalibProcessing/LArCalib_Flags.py")
-include("RecExCommission/GetInputFiles.py")
+include("LArCalibProcessing/GetInputFiles.py")
 
 #######################################################
 #       Run properties
diff --git a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_DigitAccumulator_jobOptions.py b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_DigitAccumulator_jobOptions.py
index 707ef4518de6653649bac79aaabacec1479d3283..9a34211b959db6aa45118e3968412de54f60aff2 100644
--- a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_DigitAccumulator_jobOptions.py
+++ b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_DigitAccumulator_jobOptions.py
@@ -19,7 +19,7 @@ import subprocess
 ###############################################################################
 
 include("LArCalibProcessing/LArCalib_Flags.py")
-include("RecExCommission/GetInputFiles.py")
+include("LArCalibProcessing/GetInputFiles.py")
 
 #######################################################
 #                Run properties
diff --git a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_PedestalAutoCorr_jobOptions.py b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_PedestalAutoCorr_jobOptions.py
index a09a8f0525a1e70108c9a114771e9b1a7aa3f7f3..80df73f49b42bcee46d5fef2f48cde8715c6b31f 100644
--- a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_PedestalAutoCorr_jobOptions.py
+++ b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_PedestalAutoCorr_jobOptions.py
@@ -18,7 +18,6 @@ if not "SuperCells" in dir():
 
 if not SuperCells: include("LArCalibProcessing/LArCalib_Flags.py")
 if SuperCells:     include("LArCalibProcessing/LArCalib_FlagsSC.py")
-#include("RecExCommission/GetInputFiles.py")
 include("LArCalibProcessing/GetInputFiles.py")
 
 #######################################################
diff --git a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Ramp_jobOptions.py b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Ramp_jobOptions.py
index 94d2ea6624b3e5381dc5df03fda30cdafb3c25c8..02231e9776b25290d494cad3304a2834b88a4213 100644
--- a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Ramp_jobOptions.py
+++ b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Ramp_jobOptions.py
@@ -17,7 +17,6 @@ if not "SuperCells" in dir():
    
 if not SuperCells: include("LArCalibProcessing/LArCalib_Flags.py")
 if SuperCells:     include("LArCalibProcessing/LArCalib_FlagsSC.py")
-#include("RecExCommission/GetInputFiles.py")
 include("LArCalibProcessing/GetInputFiles.py")
 
 #######################################################
diff --git a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Ramp_splitter_jobOptions.py b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Ramp_splitter_jobOptions.py
index 935026b83565f5d9fd1d31830dbe56fa05763798..943c56204b8f996cf0f0bb6b5693d37eadda5511 100644
--- a/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Ramp_splitter_jobOptions.py
+++ b/LArCalorimeter/LArExample/LArCalibProcessing/share/LArCalib_Ramp_splitter_jobOptions.py
@@ -11,7 +11,7 @@ import subprocess
 ###########################################################################
 
 include("LArCalibProcessing/LArCalib_Flags.py")
-include("RecExCommission/GetInputFiles.py")
+include("LArCalibProcessing/GetInputFiles.py")
 
 #######################################################
 #       Run properties
diff --git a/LArCalorimeter/LArGeoModel/LArGeoMiniFcal/CMakeLists.txt b/LArCalorimeter/LArGeoModel/LArGeoMiniFcal/CMakeLists.txt
index f77972ba82485d42c7c7b2a9cbb0632cb2a10f24..060c07a1c21babbfc5e45536f1c42b1b58b013d9 100644
--- a/LArCalorimeter/LArGeoModel/LArGeoMiniFcal/CMakeLists.txt
+++ b/LArCalorimeter/LArGeoModel/LArGeoMiniFcal/CMakeLists.txt
@@ -1,20 +1,9 @@
-################################################################################
-# Package: LArGeoMiniFcal
-################################################################################
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # Declare the package name:
 atlas_subdir( LArGeoMiniFcal )
 
-# Declare the package's dependencies:
-atlas_depends_on_subdirs( PRIVATE
-                          Control/StoreGate
-                          Database/RDBAccessSvc
-                          DetectorDescription/GeoModel/GeoModelInterfaces
-                          GaudiKernel )
-
 # External dependencies:
-find_package( Boost COMPONENTS filesystem thread system )
-find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess )
 find_package( Eigen )
 find_package( GeoModelCore )
 
@@ -23,7 +12,5 @@ atlas_add_library( LArGeoMiniFcal
                    src/*.cxx
                    PUBLIC_HEADERS LArGeoMiniFcal
                    INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS}
-                   PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS}
-                   LINK_LIBRARIES StoreGateLib SGtests
-                   PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${GEOMODELCORE_LIBRARIES} GaudiKernel GeoModelInterfaces RDBAccessSvcLib )
-
+                   LINK_LIBRARIES ${EIGEN_LIBRARIES} ${GEOMODELCORE_LIBRARIES}
+                   PRIVATE_LINK_LIBRARIES GaudiKernel GeoModelInterfaces RDBAccessSvcLib StoreGateLib )
diff --git a/LArCalorimeter/LArTrackingGeometry/CMakeLists.txt b/LArCalorimeter/LArTrackingGeometry/CMakeLists.txt
index 0248c788f7a040c22faa17a01951893d60dec8fd..5ef44848a553da76fb306fae4af0d728f9354cd8 100644
--- a/LArCalorimeter/LArTrackingGeometry/CMakeLists.txt
+++ b/LArCalorimeter/LArTrackingGeometry/CMakeLists.txt
@@ -1,40 +1,17 @@
-################################################################################
-# Package: LArTrackingGeometry
-################################################################################
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # Declare the package name:
 atlas_subdir( LArTrackingGeometry )
 
-# Declare the package's dependencies:
-atlas_depends_on_subdirs( PUBLIC
-                          Calorimeter/CaloTrackingGeometry
-                          Control/AthenaBaseComps
-                          GaudiKernel
-                          Tracking/TrkDetDescr/TrkDetDescrInterfaces
-                          PRIVATE
-                          Calorimeter/CaloDetDescr
-                          Control/StoreGate
-                          DetectorDescription/GeoModel/GeoModelUtilities
-                          LArCalorimeter/LArGeoModel/LArReadoutGeometry
-                          Tracking/TrkDetDescr/TrkDetDescrGeoModelCnv
-                          Tracking/TrkDetDescr/TrkDetDescrUtils
-                          Tracking/TrkDetDescr/TrkGeometry
-                          Tracking/TrkDetDescr/TrkGeometrySurfaces
-                          Tracking/TrkDetDescr/TrkSurfaces
-                          Tracking/TrkDetDescr/TrkVolumes )
-
 # External dependencies:
-find_package( Eigen )
 find_package( GeoModelCore )
 
 # Component(s) in the package:
 atlas_add_component( LArTrackingGeometry
                      src/*.cxx
                      src/components/*.cxx
-                     INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS}
-                     LINK_LIBRARIES ${EIGEN_LIBRARIES} ${GEOMODELCORE_LIBRARIES} AthenaBaseComps GaudiKernel TrkDetDescrInterfaces CaloDetDescrLib StoreGateLib SGtests GeoModelUtilities LArReadoutGeometry TrkDetDescrGeoModelCnv TrkDetDescrUtils TrkGeometry TrkGeometrySurfaces TrkSurfaces TrkVolumes CaloTrackingGeometryLib )
+                     INCLUDE_DIRS ${GEOMODELCORE_INCLUDE_DIRS}
+                     LINK_LIBRARIES ${GEOMODELCORE_LIBRARIES} AthenaBaseComps GaudiKernel TrkDetDescrInterfaces CaloDetDescrLib GeoModelUtilities LArReadoutGeometry TrkDetDescrGeoModelCnv TrkDetDescrUtils TrkGeometry TrkGeometrySurfaces TrkSurfaces TrkVolumes CaloTrackingGeometryLib )
 
 # Install files from the package:
-atlas_install_headers( LArTrackingGeometry )
-atlas_install_python_modules( python/*.py )
-
+atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
diff --git a/MuonSpectrometer/Amdcsimrec/AmdcAth/AmdcAth/AmdcsimrecAthenaSvc.h b/MuonSpectrometer/Amdcsimrec/AmdcAth/AmdcAth/AmdcsimrecAthenaSvc.h
index 3f21af2ea7185cb981b38ac71211b647076187a0..a4aff8e08a5a17c0a15d11ad046145cb0ff95b45 100755
--- a/MuonSpectrometer/Amdcsimrec/AmdcAth/AmdcAth/AmdcsimrecAthenaSvc.h
+++ b/MuonSpectrometer/Amdcsimrec/AmdcAth/AmdcAth/AmdcsimrecAthenaSvc.h
@@ -59,8 +59,6 @@ public:
    bool       UsableSvc();
    StatusCode UpdatedSvc(IOVSVC_CALLBACK_ARGS);
 
-   StatusCode SetAmdcABlineFromCoolCallback(IOVSVC_CALLBACK_ARGS);
-
    /**Get Amdcsimrec interface */
    Amdcsimrec* GetAmdcsimrec();
 
@@ -108,7 +106,6 @@ private:
    bool m_IsInitialized ; //!< Tell initialisation state 
 
    /**Set A and B lines collections*/
-   StatusCode regFcnSetAmdcABlineFromCool();
    StatusCode SetAmdcABlineFromCool();
 
    /**Initialize from an Ascii file */
diff --git a/MuonSpectrometer/Amdcsimrec/AmdcAth/src/AmdcsimrecAthenaSvc.cxx b/MuonSpectrometer/Amdcsimrec/AmdcAth/src/AmdcsimrecAthenaSvc.cxx
index aeebb00599b70f71e044ed9d7fad7ff2fd788932..f378dd2add50ecd75b36292643cfe7157bdf8097 100755
--- a/MuonSpectrometer/Amdcsimrec/AmdcAth/src/AmdcsimrecAthenaSvc.cxx
+++ b/MuonSpectrometer/Amdcsimrec/AmdcAth/src/AmdcsimrecAthenaSvc.cxx
@@ -203,20 +203,20 @@ StatusCode AmdcsimrecAthenaSvc::initialize() {
 
     if (m_AlignmentSource == 3 ){
       ATH_MSG_DEBUG( "=>Strings come from Ascii file and A/B line stores as well<=" ) ;
-      m_IsInitialized = true ;
-      m_IsUsable      = true ;
-    }else{
+    }
+    else{
       ATH_MSG_DEBUG( "=>Strings come from Ascii file and A/B line stores from cool<=" ) ;
-      m_IsInitialized = false ;
-      m_IsUsable      = false ;
     }
 
+    m_IsInitialized = true ;
+    m_IsUsable      = true ;
+
     ATH_CHECK(initializeAscii());
     ATH_MSG_DEBUG( "Done: initializeAscii " ) ;
     
     if (m_AlignmentSource == 2 ){
-      ATH_CHECK(regFcnSetAmdcABlineFromCool());
-      ATH_MSG_DEBUG( "Done: regFcnSetAmdcABlineFromCool " ) ;
+      ATH_CHECK(SetAmdcABlineFromCool());
+      ATH_MSG_DEBUG( "Done: SetAmdcABlineFromCool " ) ;
     }
 
   }
@@ -235,14 +235,14 @@ StatusCode AmdcsimrecAthenaSvc::initialize() {
 //Strings come from Geomodel and A/B line stores from cool
    if ( (m_NameOfTheSource=="POOL" || m_NameOfTheSource=="GEOMODEL" ) && m_AlignmentSource == 2 ){
     ATH_MSG_DEBUG( "=>Strings come from Geomodel and A/B line stores from cool<=" ) ;
-    m_IsInitialized = false ;
-    m_IsUsable      = false ;
+    m_IsInitialized = true ;
+    m_IsUsable      = true ;
 
     ATH_CHECK(initializeFromGeomodel());
     ATH_MSG_DEBUG( "Done: initializeFromGeomodel " ) ;
     
-    ATH_CHECK(regFcnSetAmdcABlineFromCool());
-    ATH_MSG_DEBUG( "Done: regFcnSetAmdcABlineFromCool " ) ;
+    ATH_CHECK(SetAmdcABlineFromCool());
+    ATH_MSG_DEBUG( "Done: SetAmdcABlineFromCool " ) ;
 
   }
   
@@ -252,22 +252,21 @@ StatusCode AmdcsimrecAthenaSvc::initialize() {
 
     if (m_AlignmentSource == 3 ){
       ATH_MSG_DEBUG( "=>Strings come from Oracle and A/B line stores as well<=" ) ;
-      m_IsInitialized = true ;
-      m_IsUsable      = true ;
-    }else{
+    }
+    else{
       ATH_MSG_DEBUG( "=>Strings come from Oracle and A/B line stores from cool<=" ) ;
-      m_IsInitialized = false ;
-      m_IsUsable      = false ;
     }
 
+    m_IsInitialized = true ;
+    m_IsUsable      = true ;
+
     ATH_CHECK(initializeFromOracleNode());
     ATH_MSG_DEBUG( "Done: initializeFromOracleNode " ) ;
     
     if (m_AlignmentSource == 2 ){
-      ATH_CHECK(regFcnSetAmdcABlineFromCool());
-      ATH_MSG_DEBUG( "Done: regFcnSetAmdcABlineFromCool " ) ;
+      ATH_CHECK(SetAmdcABlineFromCool());
+      ATH_MSG_DEBUG( "Done: SetAmdcABlineFromCool " ) ;
     }
-
   }
 
 //Set pointer on Muondetector Manager
@@ -839,46 +838,11 @@ StatusCode AmdcsimrecAthenaSvc::SetAliStoreInternal()
 
 }
 
-StatusCode AmdcsimrecAthenaSvc::regFcnSetAmdcABlineFromCool()
-{
-
-  ATH_MSG_DEBUG("----> regFcnSetAmdcABlineFromCool is called" ) ; 
-
-  ATH_CHECK(p_detStore->retrieve(p_MuonDetectorManager));
-  ATH_MSG_DEBUG( "Done:p_MuonDetectorManager found " ) ;
-  
-  ATH_CHECK(p_detStore->regFcn(
-                          &IGeoModelSvc::align,p_IGeoModelSvc,
-                          &AmdcsimrecAthenaSvc::SetAmdcABlineFromCoolCallback,this
-                         ));
-  ATH_MSG_DEBUG( "Done: Register callback on AmdcsimrecAthenaSvc::SetAmdcABlineFromCoolCallback from IGeoModelSvc::align" ) ;
-
-  ATH_CHECK(p_detStore->regFcn(
-               &AmdcsimrecAthenaSvc::SetAmdcABlineFromCoolCallback, this,
-               &AmdcsimrecAthenaSvc::UpdatedSvc, this
-              ));
-  ATH_MSG_DEBUG( "Done: Register callback on AmdcsimrecAthenaSvc::UpdatedSvc from AmdcsimrecAthenaSvc::SetAmdcABlineFromCoolCallback" ) ;
-
-  return StatusCode::SUCCESS;
-  
-}
-StatusCode AmdcsimrecAthenaSvc::SetAmdcABlineFromCoolCallback(IOVSVC_CALLBACK_ARGS)
-{
-
-  ATH_MSG_DEBUG( "----> SetAmdcABlineFromCoolCallback is called " ) ;
-
-  ATH_CHECK(SetAmdcABlineFromCool());
-  ATH_MSG_DEBUG( "Done: SetAmdcABlineFromCool" ) ;
-
-  m_IsUsable      = true ;
-
-  return StatusCode::SUCCESS;
-  
-}
 StatusCode AmdcsimrecAthenaSvc::SetAmdcABlineFromCool()
 {
 
  ATH_MSG_DEBUG( "----> SetAmdcABlineFromCool is called " ) ;
+ ATH_CHECK(p_detStore->retrieve(p_MuonDetectorManager));
  
  if ( m_DontSetAmdcABlineFromCool == 1 ){
    ATH_MSG_DEBUG( "DontSetAmdcABlineFromCool == 1; SetAmdcABlineFromCool will not change the containers " ) ; 
diff --git a/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/chi2validation_x.cpp b/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/chi2validation_x.cpp
index 894f7d730501001f20e61a2dc042d2126a2f896b..60e4294fe46e96f1f22a905e84b56c72b9c8cb93 100644
--- a/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/chi2validation_x.cpp
+++ b/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/chi2validation_x.cpp
@@ -21,10 +21,8 @@
 #include <TAxis.h>
 #include "TFile.h"
 #include "TH1F.h"
-#include "TStyle.h"
 #include "TLine.h"
 #include "TSystem.h"
-#include "TEventList.h"
 #include "TMatrixD.h"
 
 #include <iostream>
diff --git a/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/combineUnbiasedResPlots_x.cpp b/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/combineUnbiasedResPlots_x.cpp
index 1485dd765662bb7606ce932422280170282541a7..e1a0699d9acce105afa1c94f2454217e67a747a3 100644
--- a/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/combineUnbiasedResPlots_x.cpp
+++ b/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/combineUnbiasedResPlots_x.cpp
@@ -10,7 +10,6 @@
 #include "TGraphErrors.h"
 #include "TText.h"
 #include "TLegend.h"
-#include "TF1.h"
 #include "TChain.h"
 #include "TPaveStats.h"
 
diff --git a/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/muontrackplots_x.cpp b/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/muontrackplots_x.cpp
index 63d21254cc72d4238c2c99e4cf8fced7f0aa6140..ef8b41cf98d07373d51c72b442b5c9d51da8b112 100644
--- a/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/muontrackplots_x.cpp
+++ b/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/muontrackplots_x.cpp
@@ -21,7 +21,6 @@
 #include <TAxis.h>
 #include "TFile.h"
 #include "TH1F.h"
-#include "TStyle.h"
 #include "TLine.h"
 #include "TSystem.h"
 #include "TH2F.h"
diff --git a/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/plotCorr.C b/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/plotCorr.C
index 0d210ff4fa0f287c0182a4244a28bc31c2f215fa..58474f7bf1f1f1b636270b7236967371ba2f567a 100644
--- a/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/plotCorr.C
+++ b/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/plotCorr.C
@@ -10,7 +10,6 @@
 #include "TGraphErrors.h"
 #include "TText.h"
 #include "TLegend.h"
-#include "TF1.h"
 #include "TChain.h"
 #include "TH2F.h"
 #include "TProfile.h"
diff --git a/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/unbiasedResPlots_x.cpp b/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/unbiasedResPlots_x.cpp
index 1a3aa6855781611f0c0f44b8ad7e89e9a79786ef..dddb507a461fd605de789acc98bd369877856eb2 100644
--- a/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/unbiasedResPlots_x.cpp
+++ b/MuonSpectrometer/MuonAlignment/MuonAlignExample/scripts/unbiasedResPlots_x.cpp
@@ -11,7 +11,6 @@
 #include "TGraphErrors.h"
 #include "TText.h"
 #include "TLegend.h"
-#include "TF1.h"
 #include "TChain.h"
 #include "TPaveStats.h"
 #include "TProfile.h"
diff --git a/MuonSpectrometer/MuonCablings/MuonCablingServers/src/TGCcablingServerSvc.cxx b/MuonSpectrometer/MuonCablings/MuonCablingServers/src/TGCcablingServerSvc.cxx
index 53ed1e7fb7b7f4ac5d35edf87618842ec551a858..c61391da535885dd3e09bdf2aa0384a442708efd 100644
--- a/MuonSpectrometer/MuonCablings/MuonCablingServers/src/TGCcablingServerSvc.cxx
+++ b/MuonSpectrometer/MuonCablings/MuonCablingServers/src/TGCcablingServerSvc.cxx
@@ -5,14 +5,8 @@
 #include "GaudiKernel/MsgStream.h"
 #include "GaudiKernel/ISvcLocator.h"
 #include "GaudiKernel/StatusCode.h"
-
-#include "GaudiKernel/ISvcLocator.h"
-#include "GaudiKernel/StatusCode.h"
-
 #include "StoreGate/StoreGateSvc.h"
-
 #include "MuonCablingServers/TGCcablingServerSvc.h"
-#include "GaudiKernel/MsgStream.h"
 
 TGCcablingServerSvc::TGCcablingServerSvc(const std::string& name, ISvcLocator* sl) : 
 AthService( name, sl )
diff --git a/MuonSpectrometer/MuonCablings/MuonMDT_Cabling/MuonMDT_Cabling/MuonMDT_CablingSvc.h b/MuonSpectrometer/MuonCablings/MuonMDT_Cabling/MuonMDT_Cabling/MuonMDT_CablingSvc.h
index 771c38d822f3fd25dfb4d04ef4485cfda1e9d203..83770fdca77d7eb08603fd61bd15f53f1fc02bae 100644
--- a/MuonSpectrometer/MuonCablings/MuonMDT_Cabling/MuonMDT_Cabling/MuonMDT_CablingSvc.h
+++ b/MuonSpectrometer/MuonCablings/MuonMDT_Cabling/MuonMDT_Cabling/MuonMDT_CablingSvc.h
@@ -1,8 +1,7 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
-
 #ifndef MUONMDT_CABLING_MUONMDT_CABLINGSVC_H
 #define MUONMDT_CABLING_MUONMDT_CABLINGSVC_H
 
@@ -11,15 +10,12 @@
 #include "GaudiKernel/IInterface.h"
 #include "GaudiKernel/ToolHandle.h"
 #include "GaudiKernel/ServiceHandle.h"
-#include "AthenaKernel/IOVSvcDefs.h"
 
 class MuonMDT_CablingMap;
 class MdtMezzanineType;
 class StoreGateSvc;
-//class IMDTcablingSvc;
 class IMDTCablingDbTool;
 class ITagInfoMgr;
-
 class IdentifierHash;
 
 #include <list>
@@ -27,12 +23,7 @@ class IdentifierHash;
 
 static const InterfaceID IID_IMuonMDT_CablingSvc("MuonMDT_CablingSvc", 1, 0);
 
-
-
-class MuonMDT_CablingSvc : public AthService 
-			   //			   virtual public IInterface, 
-
-{
+class MuonMDT_CablingSvc : public AthService  {
 
  public:
 
diff --git a/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibData/src/MdtRtRelation.cxx b/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibData/src/MdtRtRelation.cxx
index d5d532d063a3108b704642c05fa7487e48652204..1f270f71030c1a8cc8a40d0c274fb2015ab9cfd9 100644
--- a/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibData/src/MdtRtRelation.cxx
+++ b/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibData/src/MdtRtRelation.cxx
@@ -1,12 +1,11 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #include "MdtCalibData/IRtRelation.h"
 #include "MdtCalibData/IRtResolution.h"
 #include "MdtCalibData/TrRelation.h"
 #include "MdtCalibData/MdtRtRelation.h"
-#include "MdtCalibData/TrRelation.h"
 
 namespace MuonCalib {
 
diff --git a/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibRt/src/RtCalibrationAnalytic.cxx b/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibRt/src/RtCalibrationAnalytic.cxx
index 1a3c8c07f5622e056c4df7015e0a90e6276a21a1..c8bde808be2254d220c7952e92210b202461bf3e 100644
--- a/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibRt/src/RtCalibrationAnalytic.cxx
+++ b/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibRt/src/RtCalibrationAnalytic.cxx
@@ -37,8 +37,6 @@
 #include "MdtCalibRt/RtParabolicExtrapolation.h"
 #include "MdtCalibData/RtFromPoints.h"
 #include "MdtCalibData/IRtRelation.h"
-#include "MdtCalibData/RtRelationLookUp.h"
-#include "MdtCalibRt/RtCalibrationOutput.h"
 #include "MdtCalibInterfaces/IMdtCalibrationOutput.h"
 #include "MuonCalibEventBase/MuonCalibSegment.h"
 #include "MuonCalibMath/BaseFunction.h"
diff --git a/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibRt/src/RtCalibrationCurved.cxx b/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibRt/src/RtCalibrationCurved.cxx
index 009f4ca9c93334e59d2faf3ce666d8d6d4c4589a..58794f6b268b1242120ec771160d2a594db24f24 100644
--- a/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibRt/src/RtCalibrationCurved.cxx
+++ b/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibRt/src/RtCalibrationCurved.cxx
@@ -37,9 +37,7 @@
 #include "MdtCalibRt/AdaptiveResidualSmoothing.h"
 #include "MdtCalibInterfaces/IMdtCalibrationOutput.h"
 #include "MdtCalibData/IRtRelation.h"
-#include "MdtCalibData/RtRelationLookUp.h"
 #include "MdtCalibData/RtScaleFunction.h"
-#include "MdtCalibRt/RtCalibrationOutput.h"
 #include "MdtCalibFitters/CurvedPatRec.h"
 #include "MuonCalibEventBase/MuonCalibSegment.h"
 #include "MuonCalibMath/BaseFunction.h"
diff --git a/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibT0/MdtCalibT0/T0CalibrationMT.h b/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibT0/MdtCalibT0/T0CalibrationMT.h
index 709c49b5453b35780fed51942ec58cf1148be3fd..2f0b52808fac4f3bc151eeff5429558ba84555ca 100644
--- a/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibT0/MdtCalibT0/T0CalibrationMT.h
+++ b/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibT0/MdtCalibT0/T0CalibrationMT.h
@@ -1,17 +1,10 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
-//   T0CalibrationMT.h
-//   Header file for class T0CalibrationMT
-///////////////////////////////////////////////////////////////////
-// (c) ATLAS Detector software
-///////////////////////////////////////////////////////////////////
-// 
-///////////////////////////////////////////////////////////////////
-
 #ifndef T0CALIBRATIONMT_H
 #define T0CALIBRATIONMT_H
+
 #include <iostream>
 #include <string>
 #include <vector>
@@ -20,12 +13,7 @@
 
 #include "MdtCalibInterfaces/IMdtCalibration.h"
 #include "MdtCalibData/MdtTubeFitContainer.h"
-#include "MdtCalibData/MdtTubeFitContainer.h"
 #include "MuonCalibStandAloneBase/NtupleStationId.h"
-//#include "T0MTSettings.h"
-//#include "T0MTHistos.h"
-//#include "ADCMTHistos.h"
-//#include "HistogramId.h"
 
 class TH1;
 class TFile;
@@ -42,9 +30,6 @@ class T0ADCHistos;
 class ADCMTHistos;
 class HistogramId;
 class MdtRelativeTubeT0;
-//class MdtTubeFitContainer;
-
-
 
 /**@class T0CalibrationMT
    Implementation of a T0 calibration using the MT approach.
diff --git a/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibUtils/MdtCalibUtils/RtData_t_r_reso.h b/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibUtils/MdtCalibUtils/RtData_t_r_reso.h
index db61b0b4813eca6b8e1b2047264ec821783e1e00..0fa9c32b9759f56bb26e47da42ebb1e3f6c746aa 100644
--- a/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibUtils/MdtCalibUtils/RtData_t_r_reso.h
+++ b/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibUtils/MdtCalibUtils/RtData_t_r_reso.h
@@ -7,7 +7,6 @@
 
 #include <iostream>
 #include <vector>
-#include <iostream>
 
 namespace MuonCalib {
 
diff --git a/MuonSpectrometer/MuonCalib/MuonCalibExtraTree/MuonCalibExtraTreeAlg/src/ExtraTreeTrackFillerTool.cxx b/MuonSpectrometer/MuonCalib/MuonCalibExtraTree/MuonCalibExtraTreeAlg/src/ExtraTreeTrackFillerTool.cxx
index 2574566541d8f170b1b65310d19c068833e2cc64..5fe2aeca0769f8b56cd884c25f474b287eec1d7d 100644
--- a/MuonSpectrometer/MuonCalib/MuonCalibExtraTree/MuonCalibExtraTreeAlg/src/ExtraTreeTrackFillerTool.cxx
+++ b/MuonSpectrometer/MuonCalib/MuonCalibExtraTree/MuonCalibExtraTreeAlg/src/ExtraTreeTrackFillerTool.cxx
@@ -22,7 +22,6 @@
 #include "TrkDetElementBase/TrkDetElementBase.h"
 #include "TrkPseudoMeasurementOnTrack/PseudoMeasurementOnTrack.h"
 #include "TrkMeasurementBase/MeasurementBase.h"
-#include "TrkTrack/Track.h"
 #include "TrkParameters/TrackParameters.h"
 #include "TrkRIO_OnTrack/RIO_OnTrack.h"
 #include "TrkEventPrimitives/ParamDefs.h"
diff --git a/MuonSpectrometer/MuonCalib/MuonCalibExtraTree/MuonCalibExtraTreeEvent/MuonCalibExtraTreeEvent/MuonCalibExtendedSegment.h b/MuonSpectrometer/MuonCalib/MuonCalibExtraTree/MuonCalibExtraTreeEvent/MuonCalibExtraTreeEvent/MuonCalibExtendedSegment.h
index c2958702910b1c1ed493f704f0ea7426313c43ba..bfdcdbb06515052e7900ce37d0756e3fefa2231d 100644
--- a/MuonSpectrometer/MuonCalib/MuonCalibExtraTree/MuonCalibExtraTreeEvent/MuonCalibExtraTreeEvent/MuonCalibExtendedSegment.h
+++ b/MuonSpectrometer/MuonCalib/MuonCalibExtraTree/MuonCalibExtraTreeEvent/MuonCalibExtraTreeEvent/MuonCalibExtendedSegment.h
@@ -9,7 +9,6 @@
 
 #include "MuonCalibExtraTreeEvent/MuonCalibTrackSummary.h"
 #include "MuonCalibExtraUtils/MuonCalibLayerMapping.h"
-#include "MuonCalibEventBase/MuonCalibSegment.h"
 #include "MuonCalibExtraTreeEvent/MuonCalibRawHitAssociationMap.h"
 #include "CxxUtils/checker_macros.h"
 
diff --git a/MuonSpectrometer/MuonCalib/MuonCalibExtraTree/MuonCalibExtraTreeEvent/src/EventHandler.cxx b/MuonSpectrometer/MuonCalib/MuonCalibExtraTree/MuonCalibExtraTreeEvent/src/EventHandler.cxx
index 57932cef85252787a32d2fdd62670cfddf1ba2f0..63602131f4312a8d6fb56a78b1b8dbb406346b1a 100644
--- a/MuonSpectrometer/MuonCalib/MuonCalibExtraTree/MuonCalibExtraTreeEvent/src/EventHandler.cxx
+++ b/MuonSpectrometer/MuonCalib/MuonCalibExtraTree/MuonCalibExtraTreeEvent/src/EventHandler.cxx
@@ -23,7 +23,6 @@
 #include "MuonCalibEventBase/MuonCalibPattern.h"
 #include "MuonCalibEventBase/MuonCalibSegment.h"
 #include "MuonCalibEventBase/MuonCalibRawHitCollection.h"
-#include "MuonCalibEventBase/MuonCalibTruthCollection.h"
 #include "MuonCalibStl/DeleteObject.h"
 #include "GaudiKernel/MsgStream.h"
 #include "AthenaKernel/getMessageSvc.h"
diff --git a/MuonSpectrometer/MuonCalib/MuonCalibExtraTree/MuonCalibExtraTreeEvent/src/MuonCalibExtendedRawHits.cxx b/MuonSpectrometer/MuonCalib/MuonCalibExtraTree/MuonCalibExtraTreeEvent/src/MuonCalibExtendedRawHits.cxx
index 34bb0434b3b6677c79965b2b1f7c26b73131b5c0..c4a41fcff3d09356f85a787905ec2ebd3afe8811 100644
--- a/MuonSpectrometer/MuonCalib/MuonCalibExtraTree/MuonCalibExtraTreeEvent/src/MuonCalibExtendedRawHits.cxx
+++ b/MuonSpectrometer/MuonCalib/MuonCalibExtraTree/MuonCalibExtraTreeEvent/src/MuonCalibExtendedRawHits.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #include "MuonCalibExtraTreeEvent/MuonCalibExtendedRawHits.h"
@@ -17,7 +17,6 @@
 
 #include "MuonCalibExtraUtils/MuonFixedIdPrinter.h"
 #include "MuonCalibExtraUtils/MuonFixedIdManipulator.h"
-#include "MuonCalibExtraUtils/MuonFixedIdPrinter.h"
 
 #include <sstream>
 
diff --git a/MuonSpectrometer/MuonCalib/MuonCalibNtuple/src/MuonEventNtupleBranch.cxx b/MuonSpectrometer/MuonCalib/MuonCalibNtuple/src/MuonEventNtupleBranch.cxx
index ab5786a9cd01fdd5b8049b522e5ea3c4f0d9466b..609bfd4c253119632c73cc0f9c838a8a39b67635 100644
--- a/MuonSpectrometer/MuonCalib/MuonCalibNtuple/src/MuonEventNtupleBranch.cxx
+++ b/MuonSpectrometer/MuonCalib/MuonCalibNtuple/src/MuonEventNtupleBranch.cxx
@@ -10,7 +10,6 @@
 //other packages
 #include "CLHEP/Vector/ThreeVector.h"
 #include "TTree.h"
-#include "TString.h"
 
 // std packages
 #include <iostream>
diff --git a/MuonSpectrometer/MuonCalib/MuonCalibStandAlone/MdtCalibIOSvc/MdtCalibIOSvc/MdtCalibOutputDbSvc.h b/MuonSpectrometer/MuonCalib/MuonCalibStandAlone/MdtCalibIOSvc/MdtCalibIOSvc/MdtCalibOutputDbSvc.h
index 75e7b98166926a958c691bc4951997c9cfbf2c22..bd860ed1156c70f0adf4734c935450efc90d906f 100644
--- a/MuonSpectrometer/MuonCalib/MuonCalibStandAlone/MdtCalibIOSvc/MdtCalibIOSvc/MdtCalibOutputDbSvc.h
+++ b/MuonSpectrometer/MuonCalib/MuonCalibStandAlone/MdtCalibIOSvc/MdtCalibIOSvc/MdtCalibOutputDbSvc.h
@@ -43,8 +43,6 @@ namespace MuonCalib {
   class IRtResolution;
   class MdtTubeFitContainer;
 }
-//class CalibDBCoral;
-#include "MdtCalibUtils/RtDataFromFile.h"
 
 // interface to enable retrieving of a pointer to the singleton //
 const InterfaceID IID_IMdtCalibOutputDbSvc("MdtCalibOutputDbSvc", 1, 0);
diff --git a/MuonSpectrometer/MuonCalib/MuonCalibStandAlone/MuonCalibStandAloneBase/src/RegionSelectionSvc.cxx b/MuonSpectrometer/MuonCalib/MuonCalibStandAlone/MuonCalibStandAloneBase/src/RegionSelectionSvc.cxx
index d7f012df6269f5d8fec8fce9c3059f336955a6b4..a8b7aa1c476da63bb57fa6476222a60a61f37211 100644
--- a/MuonSpectrometer/MuonCalib/MuonCalibStandAlone/MuonCalibStandAloneBase/src/RegionSelectionSvc.cxx
+++ b/MuonSpectrometer/MuonCalib/MuonCalibStandAlone/MuonCalibStandAloneBase/src/RegionSelectionSvc.cxx
@@ -23,7 +23,6 @@
 #include "TTree.h"
 #include "TFile.h"
 #include "TDirectory.h"
-#include "TTree.h"
 #include "TKey.h"
 
 using namespace MuonCalib;
diff --git a/MuonSpectrometer/MuonCnv/MuonCSC_CnvTools/src/CscRDO_Decoder.h b/MuonSpectrometer/MuonCnv/MuonCSC_CnvTools/src/CscRDO_Decoder.h
index 405c511f94ac79ea9a193b3f4f4a0e7437021991..896ae449d7a106201ca04bc729327ea339c1a829 100644
--- a/MuonSpectrometer/MuonCnv/MuonCSC_CnvTools/src/CscRDO_Decoder.h
+++ b/MuonSpectrometer/MuonCnv/MuonCSC_CnvTools/src/CscRDO_Decoder.h
@@ -11,12 +11,7 @@
 #include "AthenaBaseComps/AthAlgTool.h"
 #include "GaudiKernel/ServiceHandle.h"
 #include "GaudiKernel/ToolHandle.h"
-
 #include "CSCcabling/CSCcablingSvc.h"
-
-#include "GaudiKernel/ServiceHandle.h"
-#include "CSCcabling/CSCcablingSvc.h"
-
 #include "MuonIdHelpers/IMuonIdHelperSvc.h"
 
 #include <inttypes.h>
diff --git a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MdtPrepDataContainerCnv.cxx b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MdtPrepDataContainerCnv.cxx
index 67caf1c1dbdc5ce1d23c35e7488e8004807d039c..a2525cc73c01d3b715b20b918ab827892ab2cee5 100644
--- a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MdtPrepDataContainerCnv.cxx
+++ b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MdtPrepDataContainerCnv.cxx
@@ -1,11 +1,9 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #include "MdtPrepDataContainerCnv.h"
 
-#include "MdtPrepDataContainerCnv.h"
-
 // Gaudi
 #include "GaudiKernel/StatusCode.h"
 #include "GaudiKernel/MsgStream.h"
diff --git a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/CscSimDataCnv_p1_test.cxx b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/CscSimDataCnv_p1_test.cxx
index c999fc30af90c22ad17d56fee076dff123c9b358..6a7f266d3675b766b4b9780263084692910b2112 100644
--- a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/CscSimDataCnv_p1_test.cxx
+++ b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/CscSimDataCnv_p1_test.cxx
@@ -83,11 +83,11 @@ void test1(std::vector<HepMC::GenParticlePtr>& genPartVector)
   Athena_test::Leakcheck check;
 
   std::vector<CscSimData::Deposit> deps;
-  HepMcParticleLink trkLink1(genPartVector.at(0)->barcode(),genPartVector.at(0)->parent_event()->event_number());
+  HepMcParticleLink trkLink1(HepMC::barcode(genPartVector.at(0)),genPartVector.at(0)->parent_event()->event_number());
   deps.emplace_back (trkLink1, CscMcData ( 2.5,  3.5,  4.5));
-  HepMcParticleLink trkLink2(genPartVector.at(1)->barcode(),genPartVector.at(1)->parent_event()->event_number());
+  HepMcParticleLink trkLink2(HepMC::barcode(genPartVector.at(1)),genPartVector.at(1)->parent_event()->event_number());
   deps.emplace_back (trkLink2, CscMcData (12.5, 13.5, 14.5));
-  HepMcParticleLink trkLink3(genPartVector.at(2)->barcode(),genPartVector.at(2)->parent_event()->event_number());
+  HepMcParticleLink trkLink3(HepMC::barcode(genPartVector.at(2)),genPartVector.at(2)->parent_event()->event_number());
   deps.emplace_back (trkLink3, CscMcData (22.5, 23.5, 24.5));
   deps[0].second.setCharge ( 5.5);
   deps[1].second.setCharge (15.5);
diff --git a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/CscSimDataCnv_p2_test.cxx b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/CscSimDataCnv_p2_test.cxx
index 16c750c3e1dc68d6db4fda3cdb705c7a32567a33..90d8398e8a85635857428b19a32a1820373860ff 100644
--- a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/CscSimDataCnv_p2_test.cxx
+++ b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/CscSimDataCnv_p2_test.cxx
@@ -84,11 +84,11 @@ void test1(std::vector<HepMC::GenParticlePtr>& genPartVector)
   Athena_test::Leakcheck check;
 
   std::vector<CscSimData::Deposit> deps;
-  HepMcParticleLink trkLink1(genPartVector.at(0)->barcode(),genPartVector.at(0)->parent_event()->event_number());
+  HepMcParticleLink trkLink1(HepMC::barcode(genPartVector.at(0)),genPartVector.at(0)->parent_event()->event_number());
   deps.emplace_back (trkLink1, CscMcData ( 2.5,  3.5,  4.5));
-  HepMcParticleLink trkLink2(genPartVector.at(1)->barcode(),genPartVector.at(1)->parent_event()->event_number());
+  HepMcParticleLink trkLink2(HepMC::barcode(genPartVector.at(1)),genPartVector.at(1)->parent_event()->event_number());
   deps.emplace_back (trkLink2, CscMcData (12.5, 13.5, 14.5));
-  HepMcParticleLink trkLink3(genPartVector.at(2)->barcode(),genPartVector.at(2)->parent_event()->event_number());
+  HepMcParticleLink trkLink3(HepMC::barcode(genPartVector.at(2)),genPartVector.at(2)->parent_event()->event_number());
   deps.emplace_back (trkLink3, CscMcData (22.5, 23.5, 24.5));
   deps[0].second.setCharge ( 5.5);
   deps[1].second.setCharge (15.5);
diff --git a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/CscSimDataCollectionCnv_p1_test.cxx b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/CscSimDataCollectionCnv_p1_test.cxx
index fe92f5d541682cbb91acb50f8db76509b81e40ce..67e7be201a7da9904280aba7037041bc12609f4f 100644
--- a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/CscSimDataCollectionCnv_p1_test.cxx
+++ b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/CscSimDataCollectionCnv_p1_test.cxx
@@ -99,11 +99,11 @@ void test1(std::vector<HepMC::GenParticlePtr>& genPartVector)
   CscSimDataCollection trans1;
   for (int i=0; i < 3; i++) {
     std::vector<CscSimData::Deposit> deps;
-    HepMcParticleLink trkLink1(genPartVector.at(0+(3*i))->barcode(),genPartVector.at(0+(3*i))->parent_event()->event_number());
+    HepMcParticleLink trkLink1(HepMC::barcode(genPartVector.at(0+(3*i))),genPartVector.at(0+(3*i))->parent_event()->event_number());
     deps.emplace_back (trkLink1, CscMcData ( 2.5,  3.5,  4.5));
-    HepMcParticleLink trkLink2(genPartVector.at(1+(3*i))->barcode(),genPartVector.at(1+(3*i))->parent_event()->event_number());
+    HepMcParticleLink trkLink2(HepMC::barcode(genPartVector.at(1+(3*i))),genPartVector.at(1+(3*i))->parent_event()->event_number());
     deps.emplace_back (trkLink2, CscMcData (12.5, 13.5, 14.5));
-    HepMcParticleLink trkLink3(genPartVector.at(2+(3*i))->barcode(),genPartVector.at(2+(3*i))->parent_event()->event_number());
+    HepMcParticleLink trkLink3(HepMC::barcode(genPartVector.at(2+(3*i))),genPartVector.at(2+(3*i))->parent_event()->event_number());
     deps.emplace_back (trkLink3, CscMcData (22.5, 23.5, 24.5));
     deps[0].second.setCharge ( 5.5+i);
     deps[1].second.setCharge (15.5+i);
diff --git a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/CscSimDataCollectionCnv_p2_test.cxx b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/CscSimDataCollectionCnv_p2_test.cxx
index 7b4a6f5ff7c5f115a76e3736d55a924732d6cf08..48775a769ce81a8997915c25c2824bc65baec998 100644
--- a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/CscSimDataCollectionCnv_p2_test.cxx
+++ b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/CscSimDataCollectionCnv_p2_test.cxx
@@ -99,11 +99,11 @@ void test1(std::vector<HepMC::GenParticlePtr>& genPartVector)
   CscSimDataCollection trans1;
   for (int i=0; i < 3; i++) {
     std::vector<CscSimData::Deposit> deps;
-    HepMcParticleLink trkLink1(genPartVector.at(0+(3*i))->barcode(),genPartVector.at(0+(3*i))->parent_event()->event_number());
+    HepMcParticleLink trkLink1(HepMC::barcode(genPartVector.at(0+(3*i))),genPartVector.at(0+(3*i))->parent_event()->event_number());
     deps.emplace_back (trkLink1, CscMcData ( 2.5,  3.5,  4.5));
-    HepMcParticleLink trkLink2(genPartVector.at(1+(3*i))->barcode(),genPartVector.at(1+(3*i))->parent_event()->event_number());
+    HepMcParticleLink trkLink2(HepMC::barcode(genPartVector.at(1+(3*i))),genPartVector.at(1+(3*i))->parent_event()->event_number());
     deps.emplace_back (trkLink2, CscMcData (12.5, 13.5, 14.5));
-    HepMcParticleLink trkLink3(genPartVector.at(2+(3*i))->barcode(),genPartVector.at(2+(3*i))->parent_event()->event_number());
+    HepMcParticleLink trkLink3(HepMC::barcode(genPartVector.at(2+(3*i))),genPartVector.at(2+(3*i))->parent_event()->event_number());
     deps.emplace_back (trkLink3, CscMcData (22.5, 23.5, 24.5));
     deps[0].second.setCharge ( 5.5+i);
     deps[1].second.setCharge (15.5+i);
diff --git a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSegmentCnv_p2_test.cxx b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSegmentCnv_p2_test.cxx
index ed5291264dd341b024e429194b6ec26debfa2ac6..0e6dbaf06c022f689626ada8c2aab1a14e926afa 100644
--- a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSegmentCnv_p2_test.cxx
+++ b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSegmentCnv_p2_test.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 // $Id$
@@ -18,7 +18,6 @@
 #include "TrkEventPrimitives/FitQuality.h"
 #include "TrkEventPrimitives/CurvilinearUVT.h"
 #include "TrkPseudoMeasurementOnTrack/PseudoMeasurementOnTrack.h"
-#include "TrkEventTPCnv/SegmentCollectionCnv_tlp3.h"
 #include "TestTools/leakcheck.h"
 #include "TestTools/FLOATassert.h"
 #include "GaudiKernel/MsgStream.h"
diff --git a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSimDataCnv_p1_test.cxx b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSimDataCnv_p1_test.cxx
index d187fa5584b2c17e641c2e63a23bcb969851e801..224e67d5197c4dc9e3a3a9c2c321cbd6a69390ac 100644
--- a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSimDataCnv_p1_test.cxx
+++ b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSimDataCnv_p1_test.cxx
@@ -83,11 +83,11 @@ void test1(std::vector<HepMC::GenParticlePtr>& genPartVector)
   Athena_test::Leakcheck check;
 
   std::vector<MuonSimData::Deposit> deps;
-  HepMcParticleLink trkLink1(genPartVector.at(0)->barcode(),genPartVector.at(0)->parent_event()->event_number());
+  HepMcParticleLink trkLink1(HepMC::barcode(genPartVector.at(0)),genPartVector.at(0)->parent_event()->event_number());
   deps.emplace_back (trkLink1, MuonMCData ( 2.5,  3.5));
-  HepMcParticleLink trkLink2(genPartVector.at(1)->barcode(),genPartVector.at(1)->parent_event()->event_number());
+  HepMcParticleLink trkLink2(HepMC::barcode(genPartVector.at(1)),genPartVector.at(1)->parent_event()->event_number());
   deps.emplace_back (trkLink2, MuonMCData (12.5, 13.5));
-  HepMcParticleLink trkLink3(genPartVector.at(2)->barcode(),genPartVector.at(2)->parent_event()->event_number());
+  HepMcParticleLink trkLink3(HepMC::barcode(genPartVector.at(2)),genPartVector.at(2)->parent_event()->event_number());
   deps.emplace_back (trkLink3, MuonMCData (22.5, 23.5));
   MuonSimData trans1 (deps, 4321);
   trans1.setPosition (Amg::Vector3D ( 4.5,  5.5,  6.5));
diff --git a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSimDataCnv_p2_test.cxx b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSimDataCnv_p2_test.cxx
index f7aecbe23ed9503009c3dced46b4b7abc72d67b5..e28b7854f41fb8784e6901644a4f12f50d77ba1e 100644
--- a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSimDataCnv_p2_test.cxx
+++ b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSimDataCnv_p2_test.cxx
@@ -83,11 +83,11 @@ void test1(std::vector<HepMC::GenParticlePtr>& genPartVector)
   Athena_test::Leakcheck check;
 
   std::vector<MuonSimData::Deposit> deps;
-  HepMcParticleLink trkLink1(genPartVector.at(0)->barcode(),genPartVector.at(0)->parent_event()->event_number());
+  HepMcParticleLink trkLink1(HepMC::barcode(genPartVector.at(0)),genPartVector.at(0)->parent_event()->event_number());
   deps.emplace_back (trkLink1, MuonMCData ( 2.5,  3.5));
-  HepMcParticleLink trkLink2(genPartVector.at(1)->barcode(),genPartVector.at(1)->parent_event()->event_number());
+  HepMcParticleLink trkLink2(HepMC::barcode(genPartVector.at(1)),genPartVector.at(1)->parent_event()->event_number());
   deps.emplace_back (trkLink2, MuonMCData (12.5, 13.5));
-  HepMcParticleLink trkLink3(genPartVector.at(2)->barcode(),genPartVector.at(2)->parent_event()->event_number());
+  HepMcParticleLink trkLink3(HepMC::barcode(genPartVector.at(2)),genPartVector.at(2)->parent_event()->event_number());
   deps.emplace_back (trkLink3, MuonMCData (22.5, 23.5));
   MuonSimData trans1 (deps, 4321);
   trans1.setPosition (Amg::Vector3D ( 4.5,  5.5,  6.5));
diff --git a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSimDataCollectionCnv_p1_test.cxx b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSimDataCollectionCnv_p1_test.cxx
index 934c930b845e34082d24a594449723b41d77324e..8b00961eaa1a6c94a9e01d173c49c8f9f63bc4e7 100644
--- a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSimDataCollectionCnv_p1_test.cxx
+++ b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSimDataCollectionCnv_p1_test.cxx
@@ -98,11 +98,11 @@ void test1(std::vector<HepMC::GenParticlePtr>& genPartVector)
   MuonSimDataCollection trans1;
   for (int i=0; i < 3; i++) {
     std::vector<MuonSimData::Deposit> deps;
-    HepMcParticleLink trkLink1(genPartVector.at(0+(3*i))->barcode(),genPartVector.at(0+(3*i))->parent_event()->event_number());
+    HepMcParticleLink trkLink1(HepMC::barcode(genPartVector.at(0+(3*i))),genPartVector.at(0+(3*i))->parent_event()->event_number());
     deps.emplace_back (trkLink1, MuonMCData ( 2.5+i,  3.5+i));
-    HepMcParticleLink trkLink2(genPartVector.at(1+(3*i))->barcode(),genPartVector.at(1+(3*i))->parent_event()->event_number());
+    HepMcParticleLink trkLink2(HepMC::barcode(genPartVector.at(1+(3*i))),genPartVector.at(1+(3*i))->parent_event()->event_number());
     deps.emplace_back (trkLink2, MuonMCData (12.5+i, 13.5+i));
-    HepMcParticleLink trkLink3(genPartVector.at(2+(3*i))->barcode(),genPartVector.at(2+(3*i))->parent_event()->event_number());
+    HepMcParticleLink trkLink3(HepMC::barcode(genPartVector.at(2+(3*i))),genPartVector.at(2+(3*i))->parent_event()->event_number());
     deps.emplace_back (trkLink3, MuonMCData (22.5+i, 23.5+i));
     trans1[Identifier(1234+i)] = MuonSimData (deps, 4321+i);
     trans1[Identifier(1234+i)].setPosition (Amg::Vector3D(4.5+i, 5.5+i, 6.5+i));
diff --git a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSimDataCollectionCnv_p2_test.cxx b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSimDataCollectionCnv_p2_test.cxx
index 8fe08f09c68551ff0d88e84d6a1c015c5f539dd3..c686405aa4ac7616737357c014244eafca7a52a9 100644
--- a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSimDataCollectionCnv_p2_test.cxx
+++ b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/test/MuonSimDataCollectionCnv_p2_test.cxx
@@ -97,11 +97,11 @@ void test1(std::vector<HepMC::GenParticlePtr>& genPartVector)
   MuonSimDataCollection trans1;
   for (int i=0; i < 3; i++) {
     std::vector<MuonSimData::Deposit> deps;
-    HepMcParticleLink trkLink1(genPartVector.at(0+(3*i))->barcode(),genPartVector.at(0+(3*i))->parent_event()->event_number());
+    HepMcParticleLink trkLink1(HepMC::barcode(genPartVector.at(0+(3*i))),genPartVector.at(0+(3*i))->parent_event()->event_number());
     deps.emplace_back (trkLink1, MuonMCData ( 2.5+i,  3.5+i));
-    HepMcParticleLink trkLink2(genPartVector.at(1+(3*i))->barcode(),genPartVector.at(1+(3*i))->parent_event()->event_number());
+    HepMcParticleLink trkLink2(HepMC::barcode(genPartVector.at(1+(3*i))),genPartVector.at(1+(3*i))->parent_event()->event_number());
     deps.emplace_back (trkLink2, MuonMCData (12.5+i, 13.5+i));
-    HepMcParticleLink trkLink3(genPartVector.at(2+(3*i))->barcode(),genPartVector.at(2+(3*i))->parent_event()->event_number());
+    HepMcParticleLink trkLink3(HepMC::barcode(genPartVector.at(2+(3*i))),genPartVector.at(2+(3*i))->parent_event()->event_number());
     deps.emplace_back (trkLink3, MuonMCData (22.5+i, 23.5+i));
     trans1[Identifier(1234+i)] = MuonSimData (deps, 4321+i);
     trans1[Identifier(1234+i)].setPosition (Amg::Vector3D(4.5+i, 5.5+i, 6.5+i));
diff --git a/MuonSpectrometer/MuonCnv/MuonJiveXML/MuonJiveXML/TrigRpcDataRetriever.h b/MuonSpectrometer/MuonCnv/MuonJiveXML/MuonJiveXML/TrigRpcDataRetriever.h
index b9e8f7dd1f29814f4afe6f2b5bf1adf0607c8387..f7e27ea3647827eeab9d38dac53ab5575aaf0175 100644
--- a/MuonSpectrometer/MuonCnv/MuonJiveXML/MuonJiveXML/TrigRpcDataRetriever.h
+++ b/MuonSpectrometer/MuonCnv/MuonJiveXML/MuonJiveXML/TrigRpcDataRetriever.h
@@ -8,18 +8,13 @@
 #include <string>
 
 #include "JiveXML/IDataRetriever.h"
-
 #include "AthenaBaseComps/AthAlgTool.h"
-
 #include "MuonReadoutGeometry/MuonDetectorManager.h"
 #include "MuonReadoutGeometry/RpcReadoutElement.h"
 #include "MuonRPC_CnvTools/IRPC_RDO_Decoder.h"
 #include "GaudiKernel/ServiceHandle.h"
 #include "GaudiKernel/ToolHandle.h"
-
-#include "GaudiKernel/ServiceHandle.h"
 #include "MuonIdHelpers/IMuonIdHelperSvc.h"
-
 #include "RPC_CondCabling/RpcCablingCondData.h"
 #include "StoreGate/ReadCondHandleKey.h"
 
diff --git a/MuonSpectrometer/MuonCnv/MuonMDT_CnvTools/src/MdtROD_Decoder.cxx b/MuonSpectrometer/MuonCnv/MuonMDT_CnvTools/src/MdtROD_Decoder.cxx
index 8ae3ae94313574a7638de27830c301af13d8bec1..ac1c809ee292ce78cef57f3a33025144b8671b65 100755
--- a/MuonSpectrometer/MuonCnv/MuonMDT_CnvTools/src/MdtROD_Decoder.cxx
+++ b/MuonSpectrometer/MuonCnv/MuonMDT_CnvTools/src/MdtROD_Decoder.cxx
@@ -18,8 +18,7 @@ static const InterfaceID IID_IMdtROD_Decoder
 MdtROD_Decoder::MdtROD_Decoder
 ( const std::string& type, const std::string& name,const IInterface* parent )
 :  AthAlgTool(type,name,parent), 
-   m_hid2re(0), m_rodReadOut(0), m_csmReadOut(0), 
-   m_amtReadOut(0), m_hptdcReadOut(0), m_BMEpresent(false), m_BMGpresent(false), m_BMEid(-1), m_BMGid(-1)
+   m_hid2re(0), m_BMEpresent(false), m_BMGpresent(false), m_BMEid(-1), m_BMGid(-1)
 {
   declareInterface< MdtROD_Decoder  >( this );
 
@@ -37,12 +36,6 @@ StatusCode MdtROD_Decoder::initialize() {
   m_hid2re=new MDT_Hid2RESrcID();
   ATH_CHECK(m_hid2re->set(&m_idHelperSvc->mdtIdHelper())); 
 
-  // Initialize decoding classes
-  m_rodReadOut = new MdtRODReadOut();
-  m_csmReadOut = new MdtCsmReadOut();
-  m_amtReadOut = new MdtAmtReadOut();
-  m_hptdcReadOut = new MdtHptdcReadOut();
-
   // check if the layout includes elevator chambers
   m_BMEpresent = m_idHelperSvc->mdtIdHelper().stationNameIndex("BME") != -1;
   if(m_BMEpresent){
@@ -62,11 +55,6 @@ StatusCode MdtROD_Decoder::initialize() {
 
 StatusCode MdtROD_Decoder::finalize() {
 
-  delete m_rodReadOut;
-  delete m_csmReadOut;
-  delete m_amtReadOut;
-  delete m_hptdcReadOut;
-  
   if (m_hid2re) delete m_hid2re;
 
   if(m_nCache>0 || m_nNotCache>0) {
@@ -83,6 +71,11 @@ StatusCode MdtROD_Decoder::fillCollections(const OFFLINE_FRAGMENTS_NAMESPACE::RO
 {
 
   //  m_debug = (m_log.level() <= MSG::DEBUG); // use to control if output debug info.
+  //  decoding classes
+  MdtCsmReadOut csmReadOut;
+  MdtAmtReadOut amtReadOut;
+  MdtHptdcReadOut hptdcReadOut;
+
 
   ATH_MSG_DEBUG("fillCollection: starting");
   uint32_t wordPos   = 0;
@@ -151,11 +144,6 @@ StatusCode MdtROD_Decoder::fillCollections(const OFFLINE_FRAGMENTS_NAMESPACE::RO
 
   leading_amt_map leadingHitMap = leading_amt_map();
 
-  // Decode the ROD Header
-  //m_rodReadOut->decodeHeader(p);
-  //uint16_t subdetId = m_rodReadOut->subdetId();
-  //uint16_t mrodId = m_rodReadOut->mrodId();
-
   // Decode the SourceId from the ROD Header
   SourceIdentifier sid(robFrag.rod_source_id()); 
   
@@ -180,13 +168,13 @@ StatusCode MdtROD_Decoder::fillCollections(const OFFLINE_FRAGMENTS_NAMESPACE::RO
   }
 
   
-  m_csmReadOut->decodeWord(vint[wordPos]);
+  csmReadOut.decodeWord(vint[wordPos]);
 
-  if (m_csmReadOut->is_BOB()) 
+  if (csmReadOut.is_BOB()) 
     {
       ATH_MSG_DEBUG ("Found the beginning of buffer ");      
       // Check that Lvl1d matches the one from the ROD header
-      ATH_MSG_DEBUG ("Level 1 Id : " << m_csmReadOut->lvl1Id());
+      ATH_MSG_DEBUG ("Level 1 Id : " << csmReadOut.lvl1Id());
     }
   else
     {
@@ -195,39 +183,29 @@ StatusCode MdtROD_Decoder::fillCollections(const OFFLINE_FRAGMENTS_NAMESPACE::RO
 		    << MSG::dec << ", 0x" << mrodId << MSG::dec);
     }
 
-/////////////////////////
-// This part was needed only for the data with duplicated ROD-header
-//
-//  if (m_csmReadOut->lvl1Id() != m_rodReadOut->lvl1Id()) {
-//#ifndef NDEBUG
-//    m_log << MSG::ERROR << " LVL1 ID from ROD Header and BOB don't match " << endmsg;
-//#endif
-//  }
-/////////////////////////
-
-  while (!m_csmReadOut->is_EOB()) {
+  while (!csmReadOut.is_EOB()) {
 
-    while ((!m_csmReadOut->is_BOL()) && (!m_csmReadOut->is_EOB())) {
+    while ((!csmReadOut.is_BOL()) && (!csmReadOut.is_EOB())) {
       wordPos += 1;
       if (wordPos >= size) {
         ATH_MSG_DEBUG("Error: data corrupted");
         return StatusCode::FAILURE;
       }
-      m_csmReadOut->decodeWord(vint[wordPos]);
+      csmReadOut.decodeWord(vint[wordPos]);
     }
     
-    if (m_csmReadOut->is_BOL())  {
+    if (csmReadOut.is_BOL())  {
       ATH_MSG_DEBUG("Found the Beginnning of Link ");
     }
-    else if (m_csmReadOut->is_EOB()) {
+    else if (csmReadOut.is_EOB()) {
       ATH_MSG_DEBUG ("Error: collection not found ");
       return StatusCode::FAILURE;
     }
     
     //uint16_t subdetId = 0x61;
-    //uint16_t mrodId = m_csmReadOut->mrodId();
+    //uint16_t mrodId = csmReadOut.mrodId();
     
-    uint16_t csmId = m_csmReadOut->csmId();
+    uint16_t csmId = csmReadOut.csmId();
     
     // Get the offline identifier from the MDT cabling service
     // TDC and Tube identifier are dummy, only the chamber map is needed here
@@ -335,8 +313,8 @@ StatusCode MdtROD_Decoder::fillCollections(const OFFLINE_FRAGMENTS_NAMESPACE::RO
         ATH_MSG_DEBUG("Error: data corrupted");
         return StatusCode::FAILURE;
       }
-      m_csmReadOut->decodeWord(vint[wordPos]);
-      if (!m_csmReadOut->is_TLP()) {
+      csmReadOut.decodeWord(vint[wordPos]);
+      if (!csmReadOut.is_TLP()) {
         ATH_MSG_DEBUG("Error: TDC Link Present not found ");
       }
       
@@ -346,13 +324,13 @@ StatusCode MdtROD_Decoder::fillCollections(const OFFLINE_FRAGMENTS_NAMESPACE::RO
         ATH_MSG_DEBUG("Error: data corrupted");
         return StatusCode::FAILURE;
       }
-      StationName == m_BMGid ? m_hptdcReadOut->decodeWord(vint[wordPos])
-                             : m_amtReadOut->decodeWord(vint[wordPos]);
-      m_csmReadOut->decodeWord(vint[wordPos]);
-      while (!m_csmReadOut->is_TWC()) {
+      StationName == m_BMGid ? hptdcReadOut.decodeWord(vint[wordPos])
+                             : amtReadOut.decodeWord(vint[wordPos]);
+      csmReadOut.decodeWord(vint[wordPos]);
+      while (!csmReadOut.is_TWC()) {
 
-        uint16_t tdcNum = StationName == m_BMGid ? m_hptdcReadOut->tdcId()
-                                                 : m_amtReadOut->tdcId();
+        uint16_t tdcNum = StationName == m_BMGid ? hptdcReadOut.tdcId()
+                                                 : amtReadOut.tdcId();
         
         ATH_MSG_DEBUG(" Decoding data from TDC number : " << tdcNum);
                 
@@ -363,19 +341,19 @@ StatusCode MdtROD_Decoder::fillCollections(const OFFLINE_FRAGMENTS_NAMESPACE::RO
 	  return StatusCode::FAILURE;
 	}
 	
-	StationName == m_BMGid ? m_hptdcReadOut->decodeWord(vint[wordPos])
-	                       : m_amtReadOut->decodeWord(vint[wordPos]);
+	StationName == m_BMGid ? hptdcReadOut.decodeWord(vint[wordPos])
+	                       : amtReadOut.decodeWord(vint[wordPos]);
 
         MdtAmtHit* amtHit;
         // Loop on the TDC data words and create the corresponding
         // RDO's
-        while (!( (StationName == m_BMGid ? m_hptdcReadOut->is_EOT() : m_amtReadOut->is_EOT())
-               || (StationName == m_BMGid ? m_hptdcReadOut->is_BOT() : m_amtReadOut->is_BOT())
-               || (StationName == m_BMGid ? m_csmReadOut->is_TWC() : m_amtReadOut->is_TWC())
+        while (!( (StationName == m_BMGid ? hptdcReadOut.is_EOT() : amtReadOut.is_EOT())
+               || (StationName == m_BMGid ? hptdcReadOut.is_BOT() : amtReadOut.is_BOT())
+               || (StationName == m_BMGid ? csmReadOut.is_TWC() : amtReadOut.is_TWC())
                ) ) {
 
-          StationName == m_BMGid ? m_hptdcReadOut->decodeWord(vint[wordPos])
-                                 : m_amtReadOut->decodeWord(vint[wordPos]);
+          StationName == m_BMGid ? hptdcReadOut.decodeWord(vint[wordPos])
+                                 : amtReadOut.decodeWord(vint[wordPos]);
           int tdcCounts;
           uint16_t chanNum;
           // decode the tdc channel number 
@@ -383,16 +361,16 @@ StatusCode MdtROD_Decoder::fillCollections(const OFFLINE_FRAGMENTS_NAMESPACE::RO
           // Check whether this channel has already been 
           // created for this CSM
 
-          if ( (StationName == m_BMGid ? m_hptdcReadOut->is_TSM() : m_amtReadOut->is_TSM())
-            && (StationName == m_BMGid ? m_hptdcReadOut->isLeading() : m_amtReadOut->isLeading())
+          if ( (StationName == m_BMGid ? hptdcReadOut.is_TSM() : amtReadOut.is_TSM())
+            && (StationName == m_BMGid ? hptdcReadOut.isLeading() : amtReadOut.isLeading())
             && collection ) {
             
-            chanNum = StationName == m_BMGid ? m_hptdcReadOut->channel()
-                                             : m_amtReadOut->channel();
+            chanNum = StationName == m_BMGid ? hptdcReadOut.channel()
+                                             : amtReadOut.channel();
 
             amtHit = new MdtAmtHit(tdcNum, chanNum);
-            amtHit->setValues((StationName == m_BMGid ? m_hptdcReadOut->coarse() : m_amtReadOut->coarse()),
-                              (StationName == m_BMGid ? m_hptdcReadOut->fine() : m_amtReadOut->fine()),
+            amtHit->setValues((StationName == m_BMGid ? hptdcReadOut.coarse() : amtReadOut.coarse()),
+                              (StationName == m_BMGid ? hptdcReadOut.fine() : amtReadOut.fine()),
                               0);
             amtHit->addData(vint[wordPos]);
             std::pair <leading_amt_map::iterator,bool> ins = 
@@ -406,12 +384,12 @@ StatusCode MdtROD_Decoder::fillCollections(const OFFLINE_FRAGMENTS_NAMESPACE::RO
 	    }
 	    //leadingHitMap[chanNum] = amtHit;
           }
-          else if ( (StationName == m_BMGid ? m_hptdcReadOut->is_TSM() : m_amtReadOut->is_TSM())
-                 && !(StationName == m_BMGid ? m_hptdcReadOut->isLeading() : m_amtReadOut->isLeading())
+          else if ( (StationName == m_BMGid ? hptdcReadOut.is_TSM() : amtReadOut.is_TSM())
+                 && !(StationName == m_BMGid ? hptdcReadOut.isLeading() : amtReadOut.isLeading())
                  && collection ) {
             
-            chanNum = StationName == m_BMGid ? m_hptdcReadOut->channel()
-                                             : m_amtReadOut->channel();
+            chanNum = StationName == m_BMGid ? hptdcReadOut.channel()
+                                             : amtReadOut.channel();
             leading_amt_map::iterator chanPosition = leadingHitMap.find(chanNum);
 
             if (chanPosition != leadingHitMap.end() ) {
@@ -422,8 +400,8 @@ StatusCode MdtROD_Decoder::fillCollections(const OFFLINE_FRAGMENTS_NAMESPACE::RO
               int tdcCountsFirst = coarse*32+fine;
 
               // get the tdc counts of the current data word
-              tdcCounts = StationName == m_BMGid ? m_hptdcReadOut->coarse()*32+m_hptdcReadOut->fine()
-                                                 : m_amtReadOut->coarse()*32+m_amtReadOut->fine();
+              tdcCounts = StationName == m_BMGid ? hptdcReadOut.coarse()*32+hptdcReadOut.fine()
+                                                 : amtReadOut.coarse()*32+amtReadOut.fine();
               int width = tdcCounts-tdcCountsFirst;
 
               amtHit->setValues(coarse,fine,width);
@@ -439,15 +417,15 @@ StatusCode MdtROD_Decoder::fillCollections(const OFFLINE_FRAGMENTS_NAMESPACE::RO
             }
 
           }
-          else if ((StationName == m_BMGid ? m_hptdcReadOut->is_TCM() : m_amtReadOut->is_TCM())
+          else if ((StationName == m_BMGid ? hptdcReadOut.is_TCM() : amtReadOut.is_TCM())
                  && collection ) {
-            uint16_t chanNum = StationName == m_BMGid ? m_hptdcReadOut->channel()
-                                                      : m_amtReadOut->channel();
+            uint16_t chanNum = StationName == m_BMGid ? hptdcReadOut.channel()
+                                                      : amtReadOut.channel();
 
             amtHit = new MdtAmtHit(tdcNum, chanNum);
-            amtHit->setValues((StationName == m_BMGid ? m_hptdcReadOut->coarse() : m_amtReadOut->coarse()),
-                              (StationName == m_BMGid ? m_hptdcReadOut->fine() : m_amtReadOut->fine()),
-                              (StationName == m_BMGid ? m_hptdcReadOut->width() : m_amtReadOut->width()));
+            amtHit->setValues((StationName == m_BMGid ? hptdcReadOut.coarse() : amtReadOut.coarse()),
+                              (StationName == m_BMGid ? hptdcReadOut.fine() : amtReadOut.fine()),
+                              (StationName == m_BMGid ? hptdcReadOut.width() : amtReadOut.width()));
             amtHit->addData(vint[wordPos]);
             collection->push_back(amtHit);
           }
@@ -459,10 +437,10 @@ StatusCode MdtROD_Decoder::fillCollections(const OFFLINE_FRAGMENTS_NAMESPACE::RO
             return StatusCode::FAILURE;
           }
 
-          StationName == m_BMGid ? m_hptdcReadOut->decodeWord(vint[wordPos])
-                                 : m_amtReadOut->decodeWord(vint[wordPos]);
+          StationName == m_BMGid ? hptdcReadOut.decodeWord(vint[wordPos])
+                                 : amtReadOut.decodeWord(vint[wordPos]);
 
-          if ( StationName == m_BMGid ) m_csmReadOut->decodeWord(vint[wordPos]);
+          if ( StationName == m_BMGid ) csmReadOut.decodeWord(vint[wordPos]);
 
         } // End of loop on AMTs
 
@@ -479,16 +457,16 @@ StatusCode MdtROD_Decoder::fillCollections(const OFFLINE_FRAGMENTS_NAMESPACE::RO
         
 	// increase the decoding position only if it's end of TDC 
 	// i.e. not operating in TDC trailer suppression mode
-	if ( (StationName == m_BMGid ? m_hptdcReadOut->is_EOT() : m_amtReadOut->is_EOT()) ) {
+	if ( (StationName == m_BMGid ? hptdcReadOut.is_EOT() : amtReadOut.is_EOT()) ) {
 	  wordPos += 1;
 	  if (wordPos >= size) {
 	    ATH_MSG_ERROR("Error: data corrupted");
 	    return StatusCode::FAILURE;
 	  }
 	}
-        m_csmReadOut->decodeWord(vint[wordPos]);
-        StationName == m_BMGid ? m_hptdcReadOut->decodeWord(vint[wordPos])
-                               : m_amtReadOut->decodeWord(vint[wordPos]);
+        csmReadOut.decodeWord(vint[wordPos]);
+        StationName == m_BMGid ? hptdcReadOut.decodeWord(vint[wordPos])
+                               : amtReadOut.decodeWord(vint[wordPos]);
       }  // End of loop on TDCs
       if(collection) ATH_CHECK(lock.addOrDelete(std::move(collection)));
       // Collection has been found, go out
@@ -499,7 +477,7 @@ StatusCode MdtROD_Decoder::fillCollections(const OFFLINE_FRAGMENTS_NAMESPACE::RO
       ATH_MSG_ERROR("Data corrupted");
       return StatusCode::FAILURE;
     }
-    m_csmReadOut->decodeWord(vint[wordPos]);
+    csmReadOut.decodeWord(vint[wordPos]);
     
   }
   
diff --git a/MuonSpectrometer/MuonCnv/MuonMDT_CnvTools/src/MdtROD_Decoder.h b/MuonSpectrometer/MuonCnv/MuonMDT_CnvTools/src/MdtROD_Decoder.h
index 319b71c7e7a9623aac9aeef70eedb0cebeac8c16..a3ebcf1e3364d35a12b3a176ce62022fac6b5a30 100755
--- a/MuonSpectrometer/MuonCnv/MuonMDT_CnvTools/src/MdtROD_Decoder.h
+++ b/MuonSpectrometer/MuonCnv/MuonMDT_CnvTools/src/MdtROD_Decoder.h
@@ -70,12 +70,6 @@ private:
 
         /** TMP special ROB number for sector13 runs*/
         int m_specialROBNumber;
-
-        // Methods for the decoding
-        MdtRODReadOut * m_rodReadOut;
-        MdtCsmReadOut * m_csmReadOut;
-        MdtAmtReadOut * m_amtReadOut;
-        MdtHptdcReadOut * m_hptdcReadOut;
         
         bool m_BMEpresent;
         bool m_BMGpresent;
diff --git a/MuonSpectrometer/MuonCnv/MuonRPC_CnvTools/src/RpcROD_Decoder.cxx b/MuonSpectrometer/MuonCnv/MuonRPC_CnvTools/src/RpcROD_Decoder.cxx
index 55336736a6b72003bc97b262af13a6cefdc355db..2befd4acdc5f0a27f0aebb0d21129d63a58642a2 100755
--- a/MuonSpectrometer/MuonCnv/MuonRPC_CnvTools/src/RpcROD_Decoder.cxx
+++ b/MuonSpectrometer/MuonCnv/MuonRPC_CnvTools/src/RpcROD_Decoder.cxx
@@ -4,8 +4,6 @@
 
 #include "RpcROD_Decoder.h"
 
-#include <algorithm> 
-
 #include <deque>
 #include <vector>
 #include <utility>
diff --git a/MuonSpectrometer/MuonCnv/MuonRdoToPrepData/src/RpcRdoToRpcPrepData.cxx b/MuonSpectrometer/MuonCnv/MuonRdoToPrepData/src/RpcRdoToRpcPrepData.cxx
index c2ac2f3d08fe071fcdbb61e48dc5af6fa1732c9c..b80fc0b701fe53fafeeaabe23ffc565e7643c52a 100755
--- a/MuonSpectrometer/MuonCnv/MuonRdoToPrepData/src/RpcRdoToRpcPrepData.cxx
+++ b/MuonSpectrometer/MuonCnv/MuonRdoToPrepData/src/RpcRdoToRpcPrepData.cxx
@@ -88,13 +88,19 @@ StatusCode RpcRdoToRpcPrepData::execute() {
 	return StatusCode::SUCCESS;
       }
       else{
-	std::vector<uint32_t> rpcrobs;
+	//temporarily using hashID list for seeded decoding instead of ROB based decoding
+	//keeping ROB based lines commented out to eventually switch back
+	//std::vector<uint32_t> rpcrobs;
+	std::vector<IdentifierHash> idlist;
+	std::vector<IdentifierHash> idlistWithData;
 	for(auto roi : *muonRoI){
-	  m_regsel_rpc->ROBIDList(*roi,rpcrobs);
-	  if(rpcrobs.size()!=0){
+	  m_regsel_rpc->HashIDList(*roi,idlist);
+	  //	  m_regsel_rpc->ROBIDList(*roi,rpcrobs);
+	  if(idlist.size()!=0){
 	    decoded=true;
-	    status=m_tool->decode(rpcrobs);
-	    rpcrobs.clear();
+	    //	    status=m_tool->decode(rpcrobs);
+	    status=m_tool->decode(idlist, idlistWithData);
+	    idlist.clear();
 	  }
 	}
       }
diff --git a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondAlg/src/MdtCalibDbAlg.cxx b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondAlg/src/MdtCalibDbAlg.cxx
index 8365ca781ac42ca938b49a9e41b16f28dff03c39..7f9b8e53613f5f7fe6908d45e10d88e4735ecfba 100644
--- a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondAlg/src/MdtCalibDbAlg.cxx
+++ b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondAlg/src/MdtCalibDbAlg.cxx
@@ -35,7 +35,6 @@
 #include "MdtCalibData/BFieldCorFunc.h"
 #include "MdtCalibData/WireSagCorFunc.h"
 #include "MdtCalibData/MdtSlewCorFuncHardcoded.h"
-#include "MdtCalibData/CalibFunc.h"
 #include "GaudiKernel/PhysicalConstants.h"
 
 //TODO: use smart pointers
diff --git a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/CscCondDataCollectionBase.h b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/CscCondDataCollectionBase.h
index 8b46e52202a710a5552679b2b55f60b29586934a..41fe3500f0f1168c2f2f1f7e77fc603aa1541c53 100755
--- a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/CscCondDataCollectionBase.h
+++ b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/CscCondDataCollectionBase.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef CSCCONDDATACOLLECTIONBASE_H 
@@ -13,20 +13,13 @@
 
         Exists so that CscCondDataCollection objects of different types can be stored in the same vector, map, etc. 
 **/
-#include <sstream>
+
 #include "AthContainers/DataVector.h"
 #include "StoreGate/DataHandle.h"
-//#include "AthenaKernel/CLASS_DEF.h"
 #include "AthenaPoolUtilities/CondAttrListCollection.h"
 #include "MuonCondData/CscCondData.h"
-#include <sstream>
 
-class CondAttrListCollection;
-/*
-namespace std {
-typedef istringstream;
-}
- */
+#include <sstream>
 
 namespace MuonCalib {
   class CscCondDataCollectionBase 
diff --git a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/CscCondDbData.h b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/CscCondDbData.h
index 733d0af094afd76d76eb8d18ba77555a74d970a8..40d27267e79cfc50a22be32f6fe268ca1ac740e3 100644
--- a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/CscCondDbData.h
+++ b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/CscCondDbData.h
@@ -140,7 +140,6 @@ public:
 };
 
 CLASS_DEF( CscCondDbData, 10742890, 1)
-#include "AthenaKernel/CondCont.h"
 CLASS_DEF( CondCont<CscCondDbData>, 43297256, 0)
 
 #endif
diff --git a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/MdtCondDbData.h b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/MdtCondDbData.h
index 8f8b09372ec8b4680db1b188227ea4a4e414e847..5c7fbf920d948632c7babfdce8eb472c60c9292b 100644
--- a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/MdtCondDbData.h
+++ b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/MdtCondDbData.h
@@ -105,7 +105,6 @@ private:
 };
 
 CLASS_DEF( MdtCondDbData, 58088442, 1)
-#include "AthenaKernel/CondCont.h"
 CLASS_DEF( CondCont<MdtCondDbData>, 62077248, 0)
 
 #endif
diff --git a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/RpcCondDbData.h b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/RpcCondDbData.h
index 8bb33673eae669e772181b24a9ce83536067dd0a..521d934614ca8bdbf474a5635a5550081b5f74d6 100644
--- a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/RpcCondDbData.h
+++ b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/RpcCondDbData.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef MUONCONDDATA_RPCCONDDBDATA_H
@@ -120,7 +120,6 @@ public:
 };
 
 CLASS_DEF( RpcCondDbData, 25128902, 1)
-#include "AthenaKernel/CondCont.h"
 CLASS_DEF( CondCont<RpcCondDbData>, 178635428, 0)
 
 #endif
diff --git a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/TgcCondDbData.h b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/TgcCondDbData.h
index 8660cc8d8066c527a7b363d7d3723d6aa6ec20f8..7c767e5b1c920ce63071e781af9070f24367d7e7 100644
--- a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/TgcCondDbData.h
+++ b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/TgcCondDbData.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef MUONCONDDATA_TGCCONDDBDATA_H
@@ -49,7 +49,6 @@ private:
 };
 
 CLASS_DEF( TgcCondDbData, 130737053, 1)
-#include "AthenaKernel/CondCont.h"
 CLASS_DEF( CondCont<TgcCondDbData>, 178252645, 0)
 
 #endif
diff --git a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/CSC_DCSConditionsSvc.h b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/CSC_DCSConditionsSvc.h
index c53cda4c93b6d493899bf7a52728cb02d0f59753..2f99c415b62762723a7adba2f6482c1e1b0797d7 100644
--- a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/CSC_DCSConditionsSvc.h
+++ b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/CSC_DCSConditionsSvc.h
@@ -14,10 +14,8 @@
 #include "MuonCondInterface/ICSC_DCSConditionsTool.h"
 #include "GaudiKernel/ToolHandle.h"
 #include "AthenaKernel/IOVSvcDefs.h"
-#include "AthenaBaseComps/AthService.h"
 #include "GaudiKernel/ServiceHandle.h"
 #include "MuonCondSvc/MuonHierarchy.h"
-#include "StoreGate/StoreGateSvc.h"
 #include "AthenaKernel/IIOVDbSvc.h" 
 
 #include <vector>
diff --git a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/MDT_DCSConditionsRun2Svc.h b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/MDT_DCSConditionsRun2Svc.h
index 74e287b815142975529f9c0af652d5b1af620176..fd39b9800ecd030ab50383f8c8142ee7010c2ed2 100644
--- a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/MDT_DCSConditionsRun2Svc.h
+++ b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/MDT_DCSConditionsRun2Svc.h
@@ -14,10 +14,8 @@
 #include "MuonCondInterface/IMDT_DCSConditionsRun2Tool.h"
 #include "GaudiKernel/ToolHandle.h"
 #include "AthenaKernel/IOVSvcDefs.h"
-#include "AthenaBaseComps/AthService.h"
 #include "GaudiKernel/ServiceHandle.h"
 #include "MuonCondSvc/MuonHierarchy.h"
-#include "StoreGate/StoreGateSvc.h"
 #include "AthenaKernel/IIOVDbSvc.h" 
 
 #include <vector>
diff --git a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/MDT_DCSConditionsSvc.h b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/MDT_DCSConditionsSvc.h
index 1ea00c5723ff57e54daa7365bfff888029a240f6..af72a04a36c83d33a67dc6e730b86373b45cfe4e 100644
--- a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/MDT_DCSConditionsSvc.h
+++ b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/MDT_DCSConditionsSvc.h
@@ -14,10 +14,8 @@
 #include "MuonCondInterface/IMDT_DCSConditionsTool.h"
 #include "GaudiKernel/ToolHandle.h"
 #include "AthenaKernel/IOVSvcDefs.h"
-#include "AthenaBaseComps/AthService.h"
 #include "GaudiKernel/ServiceHandle.h"
 #include "MuonCondSvc/MuonHierarchy.h"
-#include "StoreGate/StoreGateSvc.h"
 #include "AthenaKernel/IIOVDbSvc.h" 
 
 #include <vector>
diff --git a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/MdtCoolStrSvc.h b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/MdtCoolStrSvc.h
index 0f025daa0f6618f5ed099272c805c3534c5c1d07..d9aceb686444b17c0fdb7a2fb9e237fe51a05c28 100755
--- a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/MdtCoolStrSvc.h
+++ b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/MdtCoolStrSvc.h
@@ -11,7 +11,7 @@
 #include "AthenaBaseComps/AthService.h"
 
 #include "MuonCondInterface/MdtICoolStrSvc.h"
-#include "GaudiKernel/Service.h"
+
 namespace MuonCalib {
 class MdtCoolStrSvc : public AthService, virtual MdtICoolStrSvc
 {
diff --git a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/RPC_DCSConditionsSvc.h b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/RPC_DCSConditionsSvc.h
index ed944a6c07e41f4e666da437e8dbb992b0be74a0..4878ac3d39ff7d4c6ad6bffe348eb10b94e673bf 100644
--- a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/RPC_DCSConditionsSvc.h
+++ b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/RPC_DCSConditionsSvc.h
@@ -14,10 +14,8 @@
 #include "MuonCondInterface/IRPC_DCSConditionsTool.h"
 #include "GaudiKernel/ToolHandle.h"
 #include "AthenaKernel/IOVSvcDefs.h"
-#include "AthenaBaseComps/AthService.h"
 #include "GaudiKernel/ServiceHandle.h"
 #include "MuonCondSvc/MuonHierarchy.h"
-#include "StoreGate/StoreGateSvc.h"
 #include "AthenaKernel/IIOVDbSvc.h" 
 
 #include <vector>
diff --git a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/RPC_STATUSConditionsSvc.h b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/RPC_STATUSConditionsSvc.h
index c6455825d4de5d5b1fdbf4e58aa6ce7f1e25607a..8f7e0dcb400d955f98dbedb54d2406ac432e2195 100644
--- a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/RPC_STATUSConditionsSvc.h
+++ b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/RPC_STATUSConditionsSvc.h
@@ -14,10 +14,8 @@
 #include "MuonCondInterface/IRpcDetectorStatusDbTool.h"
 #include "GaudiKernel/ToolHandle.h"
 #include "AthenaKernel/IOVSvcDefs.h"
-#include "AthenaBaseComps/AthService.h"
 #include "GaudiKernel/ServiceHandle.h"
 #include "MuonCondSvc/MuonHierarchy.h"
-#include "StoreGate/StoreGateSvc.h"
 #include "AthenaKernel/IIOVDbSvc.h" 
 
 #include <vector>
diff --git a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/RPC_TriggerSvc_test.h b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/RPC_TriggerSvc_test.h
index e582c4e3f3a5b0d8ab8101c47562f8195a0ed1fe..dac0a12776f209a2dc6a70a6a193d6a381dfe5fd 100644
--- a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/RPC_TriggerSvc_test.h
+++ b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/RPC_TriggerSvc_test.h
@@ -14,10 +14,8 @@
 #include "MuonCondInterface/IRPC_TriggerSvc_test.h"
 #include "GaudiKernel/ToolHandle.h"
 #include "AthenaKernel/IOVSvcDefs.h"
-#include "AthenaBaseComps/AthService.h"
 #include "GaudiKernel/ServiceHandle.h"
 #include "MuonCondSvc/MuonHierarchy.h"
-#include "StoreGate/StoreGateSvc.h"
 #include "AthenaKernel/IIOVDbSvc.h" 
 
 #include <vector>
diff --git a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/RpcStatusDbSvc.h b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/RpcStatusDbSvc.h
index fe0006a6f6e5b0839fd987c7864f742824034e77..9187420bf0fb20f93925d207a70a88b016c7433b 100644
--- a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/RpcStatusDbSvc.h
+++ b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/MuonCondSvc/RpcStatusDbSvc.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef MUONCONDSVC_RPCSTATUSDBSVC_H
@@ -12,9 +12,6 @@
 #include "AthenaBaseComps/AthService.h"
 
 #include "MuonCondInterface/IRpcDetectorStatusDbTool.h"
-//#include "MuonCondData/RpcCalibDataContainer.h"
-//#include "MuonCondData/RpcStripStatus.h"
-
 
 class IIOVSvc;
 
diff --git a/MuonSpectrometer/MuonDetDescr/MuonAGDD/src/MuonAGDDToolHelper.cxx b/MuonSpectrometer/MuonDetDescr/MuonAGDD/src/MuonAGDDToolHelper.cxx
index 0606e2b108e80435581e7002e78df66ad4a1380b..4b205e39d39ac166670364b0d51aff33cd98290c 100644
--- a/MuonSpectrometer/MuonDetDescr/MuonAGDD/src/MuonAGDDToolHelper.cxx
+++ b/MuonSpectrometer/MuonDetDescr/MuonAGDD/src/MuonAGDDToolHelper.cxx
@@ -20,7 +20,6 @@
 #include "AGDDKernel/AliasStore.h"
 #include "AGDDKernel/AGDDDetector.h"
 #include "AGDDKernel/AGDDDetectorStore.h"
-#include "AGDD2GeoSvc/IAGDD2GeoSvc.h"
 
 #include "RDBAccessSvc/IRDBAccessSvc.h"
 #include "RDBAccessSvc/IRDBRecord.h"
diff --git a/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/CscReadoutElement.cxx b/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/CscReadoutElement.cxx
index 1d59c4e37153dead431d1ac8fb9e7d5f91511a9d..7d84ed60da0e55ae779101e77aa64e57e7b8c501 100644
--- a/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/CscReadoutElement.cxx
+++ b/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/CscReadoutElement.cxx
@@ -7,9 +7,6 @@
 #include "MuonIdHelpers/CscIdHelper.h"
 #include "GeoModelKernel/GeoPhysVol.h"
 #include "GeoModelKernel/GeoFullPhysVol.h"
-
-#include "MuonAlignmentData/CscInternalAlignmentPar.h"
-
 #include "TrkSurfaces/PlaneSurface.h"
 #include "TrkSurfaces/TrapezoidBounds.h"
 #include "TrkSurfaces/RotatedTrapezoidBounds.h"
diff --git a/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/MdtReadoutElement.cxx b/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/MdtReadoutElement.cxx
index 45004d8969b13f7a6feb882e5acebb26921665f0..f2855ac8e70c1706072722b04991f222b463793b 100644
--- a/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/MdtReadoutElement.cxx
+++ b/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/MdtReadoutElement.cxx
@@ -49,6 +49,11 @@
 // m_ep = 1.0e-5; // 10 ppm
 // m_en = 1.0e-5; // 10 ppm
 
+namespace {
+  // the tube number of a tube in a tubeLayer in encoded in the GeoSerialIdentifier (modulo maxNTubesPerLayer)
+  static constexpr unsigned int const maxNTubesPerLayer = 120;
+}
+
 namespace MuonGM {
 
 MdtReadoutElement::MdtReadoutElement(GeoVFullPhysVol* pv, std::string stName,
@@ -150,7 +155,7 @@ double MdtReadoutElement::getTubeLengthForCaching(int tubeLayer, int tube) const
         // usually the tube number corresponds to the child number, however for
         // BMG chambers full tubes are skipped during the building process
         // therefore the matching needs to be done via the volume ID
-        int packed_id = tube + 100*tubeLayer;
+        int packed_id = tube + maxNTubesPerLayer*tubeLayer;
         int kk = 0;
         bool found = false;
         geoGetIds ([&](int id) {
@@ -162,7 +167,7 @@ double MdtReadoutElement::getTubeLengthForCaching(int tubeLayer, int tube) const
                    }, &*cv);
         if (found && log.level()<=MSG::DEBUG) {
           log << MSG::DEBUG << " MdtReadoutElement tube match found for BMG - input : tube(" << tube  << "), layer(" <<  tubeLayer 
-                    << ") - output match : tube(" << ii%100 << "), layer(" << ii/100 << ")" << endmsg;
+                    << ") - output match : tube(" << ii%maxNTubesPerLayer << "), layer(" << ii/maxNTubesPerLayer << ")" << endmsg;
         }
       }
       if (ii>=nGrandchildren) {
@@ -482,7 +487,7 @@ MdtReadoutElement::nodeform_localTubePos(int multilayer, int tubelayer, int tube
           // usually the tube number corresponds to the child number, however for
           // BMG chambers full tubes are skipped during the building process
           // therefore the matching needs to be done via the volume ID
-          int packed_id = tube + 100*tubelayer;
+          int packed_id = tube + maxNTubesPerLayer*tubelayer;
           int kk = 0;
           bool found = false;
           geoGetIds ([&](int id) {
@@ -495,7 +500,7 @@ MdtReadoutElement::nodeform_localTubePos(int multilayer, int tubelayer, int tube
 #ifndef NDEBUG
           if (found && log.level()<=MSG::DEBUG) {
             log << MSG::DEBUG << " MdtReadoutElement tube match found for BMG - input : tube(" << tube  << "), layer(" <<  tubelayer 
-                      << ") - output match : tube(" << ii%100 << "), layer(" << ii/100 << ")" << endmsg;
+                      << ") - output match : tube(" << ii%maxNTubesPerLayer << "), layer(" << ii/maxNTubesPerLayer << ")" << endmsg;
           }
 #endif
         }
@@ -1753,7 +1758,7 @@ void MdtReadoutElement::fillCache()
                 // usually the tube number corresponds to the child number, however for
                 // BMG chambers full tubes are skipped during the building process
                 // therefore the matching needs to be done via the volume ID
-                int packed_id = tube + 100*tl;
+                int packed_id = tube + maxNTubesPerLayer*tl;
                 bool found = false;
                 geoGetIds ([&](int id) {
                              if (!found && id == packed_id) {
diff --git a/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/RpcReadoutElement.cxx b/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/RpcReadoutElement.cxx
index a5587a3c1582c9c07595f91f3ed1f420351b241f..eca19e25dda0bfba1097e23ed21f6573265836ea 100644
--- a/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/RpcReadoutElement.cxx
+++ b/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/RpcReadoutElement.cxx
@@ -15,7 +15,6 @@
 #include "GaudiKernel/MsgStream.h"
 #include "TrkSurfaces/PlaneSurface.h"
 #include "TrkSurfaces/RectangleBounds.h"
-#include "GaudiKernel/MsgStream.h"
 #include "AthenaKernel/getMessageSvc.h"
 #include <TString.h> // for Form
 
diff --git a/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/CSC_RegionSelectorTable.cxx b/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/CSC_RegionSelectorTable.cxx
index 9019b39bc1908b2138bd9cf6b9fca00b342c88e3..faee8bc20a011b8eef49ec860ff81e0aa65409b8 100644
--- a/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/CSC_RegionSelectorTable.cxx
+++ b/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/CSC_RegionSelectorTable.cxx
@@ -17,7 +17,6 @@
 #include "MuonReadoutGeometry/RpcReadoutSet.h"
 #include "MuonReadoutGeometry/MuonStation.h"
 #include "CSCcabling/CSCcablingSvc.h"
-#include "RegSelLUT/RegSelSiLUT.h"
 
 #include <iostream>
 #include <vector>
diff --git a/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/MDT_RegionSelectorTable.cxx b/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/MDT_RegionSelectorTable.cxx
index f1586dae8b31365675ae38a41ccd8a5f262db923..c4ae68c060cb7c5be8a0c7d1ec48ded155d1b12f 100644
--- a/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/MDT_RegionSelectorTable.cxx
+++ b/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/MDT_RegionSelectorTable.cxx
@@ -16,7 +16,6 @@
 #include "MuonReadoutGeometry/TgcReadoutElement.h"
 #include "MuonReadoutGeometry/RpcReadoutSet.h"
 #include "MuonReadoutGeometry/MuonStation.h"
-#include "RegSelLUT/RegSelSiLUT.h"
 #include "MuonMDT_Cabling/MuonMDT_CablingSvc.h"
 
 #include <iostream>
diff --git a/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/MM_RegionSelectorTable.cxx b/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/MM_RegionSelectorTable.cxx
index 3e5567f828f1838d8c099b9f728a9974f8803128..f8a07484ce9c8d7c6b80c16b2b9d38f44d8f8f22 100644
--- a/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/MM_RegionSelectorTable.cxx
+++ b/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/MM_RegionSelectorTable.cxx
@@ -14,7 +14,6 @@ Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 #include "MuonAGDDDescription/MMDetectorHelper.h"
 #include "MuonAGDDDescription/MMDetectorDescription.h"
 #include "MuonReadoutGeometry/MuonStation.h"
-#include "RegSelLUT/RegSelSiLUT.h"
 
 #include <iostream>
 #include <vector>
diff --git a/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/TGC_RegionSelectorTable.cxx b/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/TGC_RegionSelectorTable.cxx
index 0bdbfe59bb1d924a970df774925323db8d980bbf..8edafe06a46ede6536364ed7c5d8bc5eb5d3862d 100644
--- a/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/TGC_RegionSelectorTable.cxx
+++ b/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/TGC_RegionSelectorTable.cxx
@@ -5,11 +5,6 @@
 #include "MuonRegionSelector/TGC_RegionSelectorTable.h"
 #include "CLHEP/Units/SystemOfUnits.h"
 #include "Identifier/IdentifierHash.h"
-
-#include <iostream>
-#include <fstream>
-#include <string>
-
 #include "RegSelLUT/StoreGateIDRS_ClassDEF.h" 
 #include "RegSelLUT/RegSelModule.h" 
 #include "RegSelLUT/RegSelSiLUT.h" 
@@ -17,12 +12,12 @@
 #include "MuonReadoutGeometry/MuonReadoutElement.h" 
 #include "MuonReadoutGeometry/TgcReadoutElement.h"
 #include "MuonReadoutGeometry/MuonStation.h"
-#include "RegSelLUT/RegSelSiLUT.h"
 #include "MuonTGC_Cabling/MuonTGC_CablingSvc.h"
 
 #include <iostream>
 #include <vector>
 #include <fstream>
+#include <string>
 
 TGC_RegionSelectorTable::TGC_RegionSelectorTable(const std::string& type, 
 						 const std::string& name,
diff --git a/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/sTGC_RegSelCondAlg.cxx b/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/sTGC_RegSelCondAlg.cxx
index 5a93655c60df951282b5f29985bed77c8788d517..65195f93172871d511de98e888a30cac28c1b766 100644
--- a/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/sTGC_RegSelCondAlg.cxx
+++ b/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/sTGC_RegSelCondAlg.cxx
@@ -32,12 +32,6 @@
 
 #include "MuonReadoutGeometry/MuonStation.h"
 
-#include "RegSelLUT/RegSelSiLUT.h"
-
-
-/// not implemented yet
-/// #include "Muon_sTGC_Cabling/MuonMM_CablingSvc.h"
-
 #include "sTGC_RegSelCondAlg.h"
 
 
diff --git a/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/sTGC_RegionSelectorTable.cxx b/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/sTGC_RegionSelectorTable.cxx
index 7c6f9604d8dc966c687753ad74b16764bad1fda5..2688f15610dfc4abf04e3b47cd8cc49eb86c1a17 100644
--- a/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/sTGC_RegionSelectorTable.cxx
+++ b/MuonSpectrometer/MuonDetDescr/MuonRegionSelector/src/sTGC_RegionSelectorTable.cxx
@@ -19,7 +19,6 @@ Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 #include "MuonAGDDDescription/sTGCDetectorHelper.h"
 #include "MuonAGDDDescription/sTGCDetectorDescription.h"
 #include "MuonReadoutGeometry/MuonStation.h"
-#include "RegSelLUT/RegSelSiLUT.h"
 
 #include <iostream>
 #include <vector>
diff --git a/MuonSpectrometer/MuonDetDescr/MuonTrackingGeometry/src/MuonStationBuilder.cxx b/MuonSpectrometer/MuonDetDescr/MuonTrackingGeometry/src/MuonStationBuilder.cxx
index 3102d20636f672449a7cefc1f9dd0790f0cc43ec..030cf625672d0cd7ca87d3e61ae683c5a6d4bb5d 100644
--- a/MuonSpectrometer/MuonDetDescr/MuonTrackingGeometry/src/MuonStationBuilder.cxx
+++ b/MuonSpectrometer/MuonDetDescr/MuonTrackingGeometry/src/MuonStationBuilder.cxx
@@ -51,12 +51,6 @@
 #include "GeoModelKernel/GeoPgon.h"
 #include "GeoModelKernel/GeoPara.h"
 #include "GeoModelKernel/GeoVolumeCursor.h"
-#include "GeoModelKernel/GeoShape.h"
-#include "GeoModelKernel/GeoShapeShift.h"
-#include "GeoModelKernel/GeoShapeSubtraction.h"
-#include "GeoModelKernel/GeoBox.h"
-#include "GeoModelKernel/GeoTrd.h"
-#include "GeoModelKernel/GeoVolumeCursor.h"
 
 #include <map>
 #include <fstream>
diff --git a/MuonSpectrometer/MuonDigitization/MM_Digitization/MM_Digitization/MM_ElectronicsResponseSimulation.h b/MuonSpectrometer/MuonDigitization/MM_Digitization/MM_Digitization/MM_ElectronicsResponseSimulation.h
index 299bb496dd72c7f6c9049062a53add7218578116..d3ba9e0f0c8180d9cf955dc1b4c6c0c42217be93 100644
--- a/MuonSpectrometer/MuonDigitization/MM_Digitization/MM_Digitization/MM_ElectronicsResponseSimulation.h
+++ b/MuonSpectrometer/MuonDigitization/MM_Digitization/MM_Digitization/MM_ElectronicsResponseSimulation.h
@@ -33,7 +33,6 @@
 #include <iomanip>
 #include <utility>
 #include <string>
-#include <sstream>
 #include <sys/stat.h>
 #include <memory>
 
diff --git a/MuonSpectrometer/MuonDigitization/MM_Digitization/MM_Digitization/MM_StripsResponseSimulation.h b/MuonSpectrometer/MuonDigitization/MM_Digitization/MM_Digitization/MM_StripsResponseSimulation.h
index 5ffebecd268bf1ce52439f639c11ba99d5325dc9..4907d9584be1475a27b87cb1d732682730ebb242 100644
--- a/MuonSpectrometer/MuonDigitization/MM_Digitization/MM_Digitization/MM_StripsResponseSimulation.h
+++ b/MuonSpectrometer/MuonDigitization/MM_Digitization/MM_Digitization/MM_StripsResponseSimulation.h
@@ -49,7 +49,6 @@ Comments to be added here...
 #include <iomanip>
 #include <utility>
 #include <string>
-#include <sstream>
 #include <sys/stat.h>
 
 class MM_DigitToolInput;
diff --git a/MuonSpectrometer/MuonDigitization/MM_Digitization/src/MM_DigitizationTool.cxx b/MuonSpectrometer/MuonDigitization/MM_Digitization/src/MM_DigitizationTool.cxx
index 381bdf51888d06beea80eb5c5c315816e63ca304..b950d26cebf1133abc349c2e8c795728cee0d8b8 100644
--- a/MuonSpectrometer/MuonDigitization/MM_Digitization/src/MM_DigitizationTool.cxx
+++ b/MuonSpectrometer/MuonDigitization/MM_Digitization/src/MM_DigitizationTool.cxx
@@ -36,15 +36,8 @@
 #include "MuonSimEvent/MicromegasHitIdHelper.h"
 #include "TrkDetDescrUtils/GeometryStatics.h"
 #include "TrkEventPrimitives/LocalDirection.h"
-#include "TrkSurfaces/Surface.h"
 #include "PathResolver/PathResolver.h"
 #include "AIDA/IHistogram1D.h"
-#include "MuonReadoutGeometry/MuonDetectorManager.h"
-#include "MuonReadoutGeometry/MMReadoutElement.h"
-#include "MuonReadoutGeometry/MuonChannelDesign.h"
-#include "MuonSimEvent/MicromegasHitIdHelper.h"
-#include "TrkDetDescrUtils/GeometryStatics.h"
-#include "TrkEventPrimitives/LocalDirection.h"
 #include "TrkSurfaces/Surface.h"
 
 //Truth
diff --git a/MuonSpectrometer/MuonDigitization/RPC_Digitization/RPC_Digitization/RpcDigitizationTool.h b/MuonSpectrometer/MuonDigitization/RPC_Digitization/RPC_Digitization/RpcDigitizationTool.h
index fa8b740b62fc623c71c00b66fe38d3bb10d47a82..96cf97e60510de7758b58d3ac46e7495288e8c85 100644
--- a/MuonSpectrometer/MuonDigitization/RPC_Digitization/RPC_Digitization/RpcDigitizationTool.h
+++ b/MuonSpectrometer/MuonDigitization/RPC_Digitization/RPC_Digitization/RpcDigitizationTool.h
@@ -1,5 +1,3 @@
-/* -*- C++ -*- */
-
 /*
   Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
@@ -47,7 +45,6 @@
 #include "MuonSimEvent/RPCSimHit.h"
 #include "MuonSimEvent/RPCSimHitCollection.h"
 #include "HitManagement/TimedHitCollection.h"
-#include "MuonSimData/MuonSimDataCollection.h"
 #include "MuonCondInterface/IRPCConditionsSvc.h"
 #include "MuonCondData/RpcCondDbData.h"
 
diff --git a/MuonSpectrometer/MuonG4/MuonG4SD/src/MDTSensitiveDetector.cxx b/MuonSpectrometer/MuonG4/MuonG4SD/src/MDTSensitiveDetector.cxx
index b23950a27e25a74163b3eaa1696f7b1b2034028d..45c633deef870518653ec348731c53eacf232ae7 100755
--- a/MuonSpectrometer/MuonG4/MuonG4SD/src/MDTSensitiveDetector.cxx
+++ b/MuonSpectrometer/MuonG4/MuonG4SD/src/MDTSensitiveDetector.cxx
@@ -13,6 +13,11 @@
 
 #include "GeoPrimitives/CLHEPtoEigenConverter.h"
 
+namespace {
+  // the tube number of a tube in a tubeLayer in encoded in the GeoSerialIdentifier (modulo maxNTubesPerLayer)
+  static constexpr unsigned int const maxNTubesPerLayer = 120;
+}
+
 // construction/destruction
 MDTSensitiveDetector::MDTSensitiveDetector(const std::string& name, const std::string& hitCollectionName, const unsigned int nTubesMax)
   : G4VSensitiveDetector( name )
@@ -209,8 +214,8 @@ int MDTSensitiveDetector::GetIdentifier(G4TouchableHistory* touchHist)
       }
       multilayer = gmID;
     } else if ((npos = volName.find("Drift")) != std::string::npos) {         // layer and tube
-      tubeLayer = touchHist->GetVolume(i)->GetCopyNo()/100;
-      tube      = touchHist->GetVolume(i)->GetCopyNo()%100;
+      tubeLayer = touchHist->GetVolume(i)->GetCopyNo()/maxNTubesPerLayer;
+      tube      = touchHist->GetVolume(i)->GetCopyNo()%maxNTubesPerLayer;
     }
   }
   //construct the hit identifier
diff --git a/MuonSpectrometer/MuonG4/MuonG4SD/src/MDTSensitiveDetectorCosmics.cxx b/MuonSpectrometer/MuonG4/MuonG4SD/src/MDTSensitiveDetectorCosmics.cxx
index b44478a00a941e806b7946ba59cbd7d0f2f45e7c..50ac1b73de0fdf97e58a0ef08e8bde605f76cebd 100755
--- a/MuonSpectrometer/MuonG4/MuonG4SD/src/MDTSensitiveDetectorCosmics.cxx
+++ b/MuonSpectrometer/MuonG4/MuonG4SD/src/MDTSensitiveDetectorCosmics.cxx
@@ -14,6 +14,11 @@
 
 #include "GeoPrimitives/CLHEPtoEigenConverter.h"
 
+namespace {
+  // the tube number of a tube in a tubeLayer in encoded in the GeoSerialIdentifier (modulo maxNTubesPerLayer)
+  static constexpr unsigned int const maxNTubesPerLayer = 120;
+}
+
 typedef std::istringstream my_isstream;
 
 // construction/destruction
@@ -252,8 +257,8 @@ int MDTSensitiveDetectorCosmics::GetIdentifier(G4TouchableHistory* touchHist)
       }
       multilayer = gmID;
     } else if ((npos = volName.find("Drift")) != std::string::npos) {         // layer and tube
-      tubeLayer = touchHist->GetVolume(i)->GetCopyNo()/100;
-      tube      = touchHist->GetVolume(i)->GetCopyNo()%100;
+      tubeLayer = touchHist->GetVolume(i)->GetCopyNo()/maxNTubesPerLayer;
+      tube      = touchHist->GetVolume(i)->GetCopyNo()%maxNTubesPerLayer;
     }
   }
   //construct the hit identifier
diff --git a/MuonSpectrometer/MuonG4/MuonG4SD/test/MDTSensitiveDetectorCosmics_gtest.cxx b/MuonSpectrometer/MuonG4/MuonG4SD/test/MDTSensitiveDetectorCosmics_gtest.cxx
index c756e3bdf4f9743a1a253c5594c3a9a5a58a7d33..e5e39be01fa318eb53d7991d353cce96e33ee79e 100644
--- a/MuonSpectrometer/MuonG4/MuonG4SD/test/MDTSensitiveDetectorCosmics_gtest.cxx
+++ b/MuonSpectrometer/MuonG4/MuonG4SD/test/MDTSensitiveDetectorCosmics_gtest.cxx
@@ -63,9 +63,9 @@ TEST_F ( MDTSensitiveDetectorCosmicstest, ProcessHits )
   G4HCofThisEvent hce;
 
   G4double totalenergydeposit = 3.0;
-  std::vector<G4String> physicalname = {"World::World","Atlas::Atlas","MUONQ02::MUONQ02","Muon::MuonSys","BML2_station","ml[1]MDT03component","DriftTube8","SensitiveGas"};
+  std::vector<G4String> physicalname = {"World::World","Atlas::Atlas","MUONQ02::MUONQ02","Muon::MuonSys","BOL1_station","ml[1]MDT03component","DriftTube3","SensitiveGas"};
   G4String logicalname = "logicalName";
-  std::vector<G4int> copynos = {0,0,0,0,302,8,109,16969};
+  std::vector<G4int> copynos = {0,0,0,0,406,1,124,16969};
   G4ThreeVector preStepPos = G4ThreeVector(0,0,1);
   G4ThreeVector postStepPos = G4ThreeVector(0,0,2);
   G4double globaltime0 = 0.5;
@@ -246,7 +246,7 @@ TEST_F ( MDTSensitiveDetectorCosmicstest, ProcessHits )
   HepMcParticleLink plink(barcode);
 
   MDTSimHitCollection* a = sd2.m_MDTHitColl.ptr();
-  ASSERT_EQ(a->begin()->MDTid(), 16868488); //test if the MDTid value of the Hit generated by this member function is right, the same below
+  ASSERT_EQ(a->begin()->MDTid(), 6395024); //test if the MDTid value of the Hit generated by this member function is right, the same below
   ASSERT_EQ(a->begin()->globalTime(), 0.5);
   ASSERT_EQ(a->begin()->driftRadius(), 0);
   ASSERT_EQ(a->begin()->localPosition(), Amg::Vector3D(0,0,1));
diff --git a/MuonSpectrometer/MuonG4/MuonG4SD/test/MDTSensitiveDetector_gtest.cxx b/MuonSpectrometer/MuonG4/MuonG4SD/test/MDTSensitiveDetector_gtest.cxx
index 5eefec3202a8b62634317c3d467d4bde6e29b641..3a640ead2a6f734ba29e603b7d1797f8f6a0e117 100644
--- a/MuonSpectrometer/MuonG4/MuonG4SD/test/MDTSensitiveDetector_gtest.cxx
+++ b/MuonSpectrometer/MuonG4/MuonG4SD/test/MDTSensitiveDetector_gtest.cxx
@@ -64,9 +64,10 @@ TEST_F ( MDTSensitiveDetectortest, ProcessHits )
   G4HCofThisEvent hce;
 
   G4double totalenergydeposit = 3.0;
-  std::vector<G4String> physicalname = {"World::World","Atlas::Atlas","MUONQ02::MUONQ02","Muon::MuonSys","EES4_station","ml[2]MDT04component","DriftTube57","SensitiveGas"};
+
+  std::vector<G4String> physicalname = {"Atlas::Atlas","MUONQ02::MUONQ02","Muon::MuonSys","BIL1_station","ml[1]MDT01component","DriftTube17","SensitiveGas"};
   G4String logicalname = "logicalName";
-  std::vector<G4int> copynos = {0,0,0,0,-1207,7,218,16969};
+  std::vector<G4int> copynos = {0,0,0,404,1,138,16969};
   G4ThreeVector preStepPos = G4ThreeVector(0,0,1);
   G4ThreeVector postStepPos = G4ThreeVector(0,0,2);
   G4double globaltime0 = 0.5;
@@ -246,7 +247,7 @@ TEST_F ( MDTSensitiveDetectortest, ProcessHits )
   HepMcParticleLink plink(barcode);
 
   MDTSimHitCollection* a = sd2.m_MDTHitColl.ptr();
-  ASSERT_EQ(a->begin()->MDTid(), 36493337); //test if the MDTid value of the Hit generated by this member function is right, the same below
+  ASSERT_EQ(a->begin()->MDTid(), 35753088); //test if the MDTid value of the Hit generated by this member function is right, the same below
   ASSERT_EQ(a->begin()->globalTime(), 0.5);
   ASSERT_EQ(a->begin()->driftRadius(), 0);
   ASSERT_EQ(a->begin()->localPosition(), Amg::Vector3D(0,0,1));
diff --git a/MuonSpectrometer/MuonGeoModel/src/MultiLayer.cxx b/MuonSpectrometer/MuonGeoModel/src/MultiLayer.cxx
index 6dee99d7e56b3d9b0fa832ca5061e2cbe4bb4655..1074115ca8589ce129b57a4010e7f9b4263a973d 100755
--- a/MuonSpectrometer/MuonGeoModel/src/MultiLayer.cxx
+++ b/MuonSpectrometer/MuonGeoModel/src/MultiLayer.cxx
@@ -36,6 +36,11 @@ using namespace GeoXF;
 
 #define verbose_multilayer false
 
+namespace {
+  // the tube number of a tube in a tubeLayer in encoded in the GeoSerialIdentifier (modulo maxNTubesPerLayer)
+  static constexpr unsigned int const maxNTubesPerLayer = 120;
+}
+
 namespace MuonGM {
 
 MultiLayer::MultiLayer(std::string n): DetectorElement(n),
@@ -644,7 +649,7 @@ GeoFullPhysVol* MultiLayer::build()
           TRANSFUNCTION t = GeoTrf::TranslateY3D(0.)*GeoTrf::RotateX3D(90*Gaudi::Units::deg)*
                             GeoTrf::TranslateX3D(tstart)*Pow(GeoTrf::TranslateY3D(1.0),f);
           GeoSerialTransformer* s = new GeoSerialTransformer(tV,&t,nt);
-          play->add(new GeoSerialIdentifier(100*(i+1)+nttot + 1));
+          play->add(new GeoSerialIdentifier(maxNTubesPerLayer*(i+1)+nttot + 1));
           play->add(s);
 
           nttot = nttot + nt;
@@ -720,7 +725,7 @@ GeoFullPhysVol* MultiLayer::build()
           TRANSFUNCTION t = GeoTrf::TranslateY3D(dy)*GeoTrf::RotateX3D(90*Gaudi::Units::deg)*
                             GeoTrf::TranslateX3D(tstart)*Pow(GeoTrf::TranslateY3D(1.0),f);
           GeoSerialTransformer* s = new GeoSerialTransformer(tV,&t,nt);
-          play->add(new GeoSerialIdentifier(100*(i+1)+nttot + 1));
+          play->add(new GeoSerialIdentifier(maxNTubesPerLayer*(i+1)+nttot + 1));
           play->add(s);
 
           nttot = nttot + nt;
@@ -739,14 +744,13 @@ GeoFullPhysVol* MultiLayer::build()
     for (int i = 0; i < nrOfLayers; i++) {
       tstart = -mdtthickness/2. + yy[i];
       lstart = -length/2. + xx[i];
-
       GeoGenfun::Variable K;
       GeoGenfun::GENFUNCTION f = tubePitch*K + lstart;
       TRANSFUNCTION t = GeoTrf::RotateX3D(90*Gaudi::Units::deg)*GeoTrf::TranslateX3D(tstart)*
                         Pow(GeoTrf::TranslateY3D(1.0),f);
       GeoVPhysVol* tV = tubeVector[0];
       GeoSerialTransformer* s = new GeoSerialTransformer(tV,&t,nrOfTubes);
-      play->add(new GeoSerialIdentifier(100*(i+1)+1));
+      play->add(new GeoSerialIdentifier(maxNTubesPerLayer*(i+1)+1));
       play->add(s);
     }
   } else {
@@ -765,7 +769,7 @@ GeoFullPhysVol* MultiLayer::build()
         TRANSFUNCTION t = GeoTrf::RotateX3D(90*Gaudi::Units::deg)*GeoTrf::TranslateX3D(tstart)*
                           Pow(GeoTrf::TranslateY3D(1.0),f);
         GeoSerialTransformer* s = new GeoSerialTransformer(tV,&t,nrTubesPerStep);
-        play->add(new GeoSerialIdentifier(100*(i+1)+j*nrTubesPerStep + 1));
+        play->add(new GeoSerialIdentifier(maxNTubesPerLayer*(i+1)+j*nrTubesPerStep + 1));
         play->add(s);
       }
     }
diff --git a/MuonSpectrometer/MuonGeoModelTest/src/MuonHitRelocation.cxx b/MuonSpectrometer/MuonGeoModelTest/src/MuonHitRelocation.cxx
index fcec4757a47e7b21a0ce6e999f66f636ccd0030d..14a7e6f70310eb29f4749e0cd4564c8ec02ced40 100644
--- a/MuonSpectrometer/MuonGeoModelTest/src/MuonHitRelocation.cxx
+++ b/MuonSpectrometer/MuonGeoModelTest/src/MuonHitRelocation.cxx
@@ -154,16 +154,15 @@ StatusCode MuonHitRelocation::execute() {
 
   Amg::Vector3D direction(0., 0., 0.);
   for (e=mcEvent->begin();e!=mcEvent->end(); e++) {
-    for (HepMC::GenEvent::particle_const_iterator p= (**e).particles_begin();
-	 p!= (**e).particles_end(); p++) {
-
-        float xv = (**p).production_vertex()->position().x();
-        float yv = (**p).production_vertex()->position().y();
-        float zv = (**p).production_vertex()->position().z();
- 	float xd = (**p).momentum().px();
- 	float yd = (**p).momentum().py();
- 	float zd = (**p).momentum().pz();
- 	float mag = sqrt(xd*xd + yd*yd + zd*zd);
+    for (auto p: (**e)) {
+
+        float xv = p->production_vertex()->position().x();
+        float yv = p->production_vertex()->position().y();
+        float zv = p->production_vertex()->position().z();
+        float xd = p->momentum().px();
+        float yd = p->momentum().py();
+        float zd = p->momentum().pz();
+        float mag = sqrt(xd*xd + yd*yd + zd*zd);
         direction[0] = xd/mag;
         direction[1] = yd/mag;
         direction[2] = zd/mag;
diff --git a/MuonSpectrometer/MuonGeoModelTest/test/CheckDifferences.cxx b/MuonSpectrometer/MuonGeoModelTest/test/CheckDifferences.cxx
index a16c23eac12c0f09fe11f4fbf4a454c1da878a59..5d867fd77717540768a5bf9aca12eb2c5060f306 100644
--- a/MuonSpectrometer/MuonGeoModelTest/test/CheckDifferences.cxx
+++ b/MuonSpectrometer/MuonGeoModelTest/test/CheckDifferences.cxx
@@ -1,24 +1,12 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #include <fstream>
 #include <iostream>
 #include <string>
-//use the method defined at:  http://annwm.lbl.gov/~leggett/Atlas/gcc-3.2.html
-// #ifdef HAVE_NEW_IOSTREAMS
-//   #include <sstream>
-// typedef std::istringstream my_isstream;
-
-// #else
-// #include <strstream>
-// typedef strstream my_isstream;
-// #endif
-
 #include <sstream>
 typedef std::istringstream my_isstream;
-
-
 #include <cmath>
 #include <cassert>
 
@@ -27,8 +15,6 @@ typedef std::istringstream my_isstream;
 //#define print_level 2 //info
 #define print_level 3 //summary
 
-//
-
 typedef enum iost {READ, WRITE} IOMaterialMap;
 
 class Record
diff --git a/MuonSpectrometer/MuonReconstruction/MuonDataPrep/CscClusterization/src/CscPeakThresholdClusterBuilderTool.cxx b/MuonSpectrometer/MuonReconstruction/MuonDataPrep/CscClusterization/src/CscPeakThresholdClusterBuilderTool.cxx
index 28befc2018edfa6f78acb5a2f822c2f969b0425d..c0bb9978b6ea31c0b71b18bf92fff6c332d506ac 100644
--- a/MuonSpectrometer/MuonReconstruction/MuonDataPrep/CscClusterization/src/CscPeakThresholdClusterBuilderTool.cxx
+++ b/MuonSpectrometer/MuonReconstruction/MuonDataPrep/CscClusterization/src/CscPeakThresholdClusterBuilderTool.cxx
@@ -2,7 +2,6 @@
   Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
-// CscPeakThresholdClusterBuilderTool.cxx
 #include "CscPeakThresholdClusterBuilderTool.h"
 
 #include <sstream>
diff --git a/MuonSpectrometer/MuonReconstruction/MuonDataPrep/CscClusterization/src/CscThresholdClusterBuilderTool.h b/MuonSpectrometer/MuonReconstruction/MuonDataPrep/CscClusterization/src/CscThresholdClusterBuilderTool.h
index 19f0b7b312d8411bbf26d24c6e0a81b196fae7b5..6e44b57442cafde86a9ade443f3bfe8f98fe2458 100644
--- a/MuonSpectrometer/MuonReconstruction/MuonDataPrep/CscClusterization/src/CscThresholdClusterBuilderTool.h
+++ b/MuonSpectrometer/MuonReconstruction/MuonDataPrep/CscClusterization/src/CscThresholdClusterBuilderTool.h
@@ -2,8 +2,6 @@
   Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
-// CscThresholdClusterBuilderTool.h
-
 #ifndef CscThresholdClusterBuilderTool_H
 #define CscThresholdClusterBuilderTool_H
 
@@ -62,7 +60,6 @@
 #include "MuonPrepRawData/MuonPrepDataContainer.h"
 #include "MuonReadoutGeometry/MuonDetectorManager.h"
 #include "CscClusterization/ICscClusterBuilder.h"
-#include "MuonPrepRawData/CscPrepDataContainer.h"
 
 class ICscCalibTool;
 class ICscStripFitter;
diff --git a/MuonSpectrometer/MuonReconstruction/MuonPatternFinders/MuonPatternFinderTools/MuonHoughPatternTools/src/MuonHoughPatternFinderTool.cxx b/MuonSpectrometer/MuonReconstruction/MuonPatternFinders/MuonPatternFinderTools/MuonHoughPatternTools/src/MuonHoughPatternFinderTool.cxx
index 6b864b6b3c047a6383a89a6b26e2da0d5ddd35c0..accf5f9e257ff2713006f053a6601b1994b195f9 100644
--- a/MuonSpectrometer/MuonReconstruction/MuonPatternFinders/MuonPatternFinderTools/MuonHoughPatternTools/src/MuonHoughPatternFinderTool.cxx
+++ b/MuonSpectrometer/MuonReconstruction/MuonPatternFinders/MuonPatternFinderTools/MuonHoughPatternTools/src/MuonHoughPatternFinderTool.cxx
@@ -27,6 +27,8 @@
 
 using namespace TrkDriftCircleMath;
 
+// maxNTubesPerLayer is included via DriftCircle.h
+
 namespace Muon {
 
   MuonHoughPatternFinderTool::MuonHoughPatternFinderTool(const std::string& t,const std::string& n,const IInterface* p)  :  
@@ -1474,7 +1476,7 @@ std::pair<std::unique_ptr<MuonPatternCombinationCollection>, std::unique_ptr<Muo
     int nhits = 0;
     for( ;it1!=it_end;++it1, nhits++ ) {
       sel[nhits] = 0;
-      int isort = 100*(4*(it1->id().ml()) + it1->id().lay()) + it1->id().tube();
+      int isort = maxNTubesPerLayer*(4*(it1->id().ml()) + it1->id().lay()) + it1->id().tube();
       dcsId[isort] = nhits;
       int ilay = 4*(it1->id().ml()) + it1->id().lay();
       ATH_MSG_VERBOSE (" ilay " << ilay << " isort " << isort);
@@ -1572,7 +1574,7 @@ std::pair<std::unique_ptr<MuonPatternCombinationCollection>, std::unique_ptr<Muo
     TrkDriftCircleMath::DCOnTrackIt itt_end = hitsOnLineSel.end();
     int i = 0;
     for( ;itt!=itt_end;++itt,i++ ) {
-      int isort = 100*(4*(itt->id().ml()) + itt->id().lay()) + itt->id().tube();
+      int isort = maxNTubesPerLayer*(4*(itt->id().ml()) + itt->id().lay()) + itt->id().tube();
       if (dcsId.count(isort) == 1) {
 	int dcsIndex = dcsId[isort];
 	sel[dcsIndex] = 1;
diff --git a/MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonTGRecTools/src/MuonTGMeasurementTool.cxx b/MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonTGRecTools/src/MuonTGMeasurementTool.cxx
index 79bf4a1412884d0493a8152e7cc8675b86d7c787..21389582bf0900d54ab4280486b0ed5bba9d209f 100644
--- a/MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonTGRecTools/src/MuonTGMeasurementTool.cxx
+++ b/MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonTGRecTools/src/MuonTGMeasurementTool.cxx
@@ -8,7 +8,6 @@
 #include "TrkEventPrimitives/ParamDefs.h"
 #include "TrkEventPrimitives/ParticleHypothesis.h"
 #include "TrkEventPrimitives/FitQualityOnSurface.h"
-#include "TrkParameters/TrackParameters.h"
 #include "TrkMeasurementBase/MeasurementBase.h"
 #include "TrkSurfaces/DistanceSolution.h"
 #include "TrkGeometry/Layer.h"
diff --git a/MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonTruthTools/src/MuonTruthSummaryTool.cxx b/MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonTruthTools/src/MuonTruthSummaryTool.cxx
index fe2feb7eb852927c42d81af59a056a61b42da090..1d29e2dd21ec6285c3e14c037cc2f7f112040c4c 100644
--- a/MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonTruthTools/src/MuonTruthSummaryTool.cxx
+++ b/MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonTruthTools/src/MuonTruthSummaryTool.cxx
@@ -103,10 +103,10 @@ MuonTruthSummaryTool::init() const
             PRD_MultiTruthCollection::const_iterator it_end = col->end();
             for (; it != it_end; ++it) {
                 const HepMcParticleLink& link = it->second;
-                if (link.cptr() && (abs(link.cptr()->pdg_id()) == m_selectedPdgId || abs(link.cptr()->pdg_id()) == 13))
+                if (link.cptr() && (abs(link.cptr()->pdg_id()) == m_selectedPdgId || std::abs(link.cptr()->pdg_id()) == 13))
                 {
-                    m_truthHits[it->first]                           = link.cptr()->barcode();
-                    m_pdgIdLookupFromBarcode[link.cptr()->barcode()] = link.cptr()->pdg_id();
+                    m_truthHits[it->first]                           = HepMC::barcode(link.cptr());
+                    m_pdgIdLookupFromBarcode[HepMC::barcode(link.cptr())] = link.cptr()->pdg_id();
                 }
             }
         }
diff --git a/MuonSpectrometer/MuonReconstruction/MuonRecUtils/MuonLayerHough/src/LayerAnalysis.cxx b/MuonSpectrometer/MuonReconstruction/MuonRecUtils/MuonLayerHough/src/LayerAnalysis.cxx
index 832a3480b4a97e2ecdca24587327d3c9618b3b4f..e7d857f7f072ad975e4c28c2423b28cd94fbf706 100644
--- a/MuonSpectrometer/MuonReconstruction/MuonRecUtils/MuonLayerHough/src/LayerAnalysis.cxx
+++ b/MuonSpectrometer/MuonReconstruction/MuonRecUtils/MuonLayerHough/src/LayerAnalysis.cxx
@@ -18,7 +18,6 @@
 #include "TH1F.h"
 #include "TH2F.h"
 #include "TFile.h"
-#include "TTree.h"
 #include "TStyle.h"
 #include "TVector3.h"
 #include <set>
diff --git a/MuonSpectrometer/MuonReconstruction/MuonRecUtils/MuonStationIntersectSvc/src/MdtIntersectGeometry.cxx b/MuonSpectrometer/MuonReconstruction/MuonRecUtils/MuonStationIntersectSvc/src/MdtIntersectGeometry.cxx
index 1758729faf6f46574f51e83a98207b36e2d7b447..d9e1f56b9bbf66b498651844fa91d497c354c51c 100755
--- a/MuonSpectrometer/MuonReconstruction/MuonRecUtils/MuonStationIntersectSvc/src/MdtIntersectGeometry.cxx
+++ b/MuonSpectrometer/MuonReconstruction/MuonRecUtils/MuonStationIntersectSvc/src/MdtIntersectGeometry.cxx
@@ -15,9 +15,10 @@
 #include "TrkDriftCircleMath/MdtId.h"
 #include <TString.h> // for Form
 
+// maxNTubesPerLayer is included via MdtChamberGeometry.h -> DriftCircle.h
+
 namespace Muon{
 
-  
   MdtIntersectGeometry::MdtIntersectGeometry(const Identifier& chid, const MuonGM::MuonDetectorManager* detMgr, const MdtCondDbData* dbData, MsgStream* msg, const Muon::IMuonIdHelperSvc* idHelp) :
       m_chid(chid),
       m_mdtGeometry(nullptr),
@@ -105,7 +106,7 @@ namespace Muon{
   {
     if (ml<0 || ml>1) throw std::runtime_error(Form("File: %s, Line: %d\nMdtIntersectGeometry::tubeLength() - got called with ml=%d which is definitely out of range", __FILE__, __LINE__,ml));
     if (layer<0 || layer>3) throw std::runtime_error(Form("File: %s, Line: %d\nMdtIntersectGeometry::tubeLength() - got called with layer=%d which is definitely out of range", __FILE__, __LINE__,layer));
-    if (tube<0 || tube>119) throw std::runtime_error(Form("File: %s, Line: %d\nMdtIntersectGeometry::tubeLength() - got called with tube=%d which is definitely out of range", __FILE__, __LINE__,tube));
+    if (tube<0 || tube>int(maxNTubesPerLayer-1)) throw std::runtime_error(Form("File: %s, Line: %d\nMdtIntersectGeometry::tubeLength() - got called with tube=%d which is definitely out of range", __FILE__, __LINE__,tube));
     // shift by one to account for MuonGeoModel scheme
     int theTube = tube+1;
     int theLayer = layer+1;
@@ -246,7 +247,7 @@ namespace Muon{
       std::vector<int>::iterator it = tubes.begin();
       for(int layer = 1; layer <= mydetEl->getNLayers(); layer++){
          for(int tube = 1; tube <= mydetEl->getNtubesperlayer(); tube++){
-           int want_id = layer*100 + tube;
+           int want_id = layer*maxNTubesPerLayer + tube;
            if (it != tubes.end() && *it == want_id) {
              ++it;
            }
diff --git a/MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools/MdtSegmentT0Fitter/src/MdtSegmentT0Fitter.cxx b/MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools/MdtSegmentT0Fitter/src/MdtSegmentT0Fitter.cxx
index 72dc6102c55aec0da542ed0f53cddcedb6272825..1125199e1f5cf26c4b2ce4d5f829e7ae7be4399a 100755
--- a/MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools/MdtSegmentT0Fitter/src/MdtSegmentT0Fitter.cxx
+++ b/MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools/MdtSegmentT0Fitter/src/MdtSegmentT0Fitter.cxx
@@ -690,7 +690,7 @@ namespace TrkDriftCircleMath {
     m_minuit->mnstat(chisq, edm, errdef, npari, nparx, icstat);
    
     int fitretval = errFlag5;
-    if (npari<0 || nparx < 0 || chisq < 0) ATH_MSG_ERROR("MdtSegmentT0Fitter MINUIT problem " << " chisq "<<chisq<<" npari "<<npari<<" nparx "<< nparx <<" fitretval "<< fitretval);
+    if (npari<0 || nparx < 0 || chisq < 0) ATH_MSG_WARNING("MdtSegmentT0Fitter MINUIT problem " << " chisq "<<chisq<<" npari "<<npari<<" nparx "<< nparx <<" fitretval "<< fitretval<<" (cf. ATLASRECTS-5795)");
 
     if (fitretval !=0 &&m_trace)  {
       ATH_MSG_DEBUG(  " ALARM return value " << fitretval  );
diff --git a/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackFinderTools/src/MuonSegmentRegionRecoveryTool.h b/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackFinderTools/src/MuonSegmentRegionRecoveryTool.h
index 08a3ba9463769678113f2cf71a57ed4a9be4587d..cc99d1a403c46cc1fac5df970a819ae71108decd 100644
--- a/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackFinderTools/src/MuonSegmentRegionRecoveryTool.h
+++ b/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackFinderTools/src/MuonSegmentRegionRecoveryTool.h
@@ -16,7 +16,6 @@
 #include "MuonRecHelperTools/IMuonEDMHelperSvc.h"
 #include "MuonRecToolInterfaces/IMuonHoleRecoveryTool.h"
 #include "MuonRecToolInterfaces/IMuonTrackSegmentMatchingTool.h"
-#include "MuonRecHelperTools/IMuonEDMHelperSvc.h"
 #include "MuonRecHelperTools/MuonEDMPrinterTool.h"
 #include "MuonRecToolInterfaces/IMdtDriftCircleOnTrackCreator.h"
 #include "MuonRecToolInterfaces/IMuonClusterOnTrackCreator.h"
@@ -30,7 +29,6 @@
 #include "MuidInterfaces/ICombinedMuonTrackBuilder.h"
 #include "MuonChamberHoleRecoveryTool.h"
 #include "MuonRecToolInterfaces/IMuonSeededSegmentFinder.h"
-#include "MuonChamberHoleRecoveryTool.h"
 #include "IRegionSelector/IRegSelTool.h"
 
 #include "AthenaBaseComps/AthAlgTool.h"
diff --git a/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackFinderTools/src/MuonTrackCleaner.h b/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackFinderTools/src/MuonTrackCleaner.h
index 2c9ca258f273e3f80e4f9272b1ff4b3eb8cabdb7..f6e86b22a97745d70c6eafcd6ba088b2abbcfdbe 100644
--- a/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackFinderTools/src/MuonTrackCleaner.h
+++ b/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackFinderTools/src/MuonTrackCleaner.h
@@ -17,7 +17,6 @@
 #include "MuonRecToolInterfaces/IMuonCompetingClustersOnTrackCreator.h"
 #include "MuonIdHelpers/IMuonIdHelperSvc.h"
 #include "MuonRecHelperTools/MuonEDMPrinterTool.h"
-#include "MuonRecHelperTools/IMuonEDMHelperSvc.h"
 #include "TrkFitterInterfaces/ITrackFitter.h"
 #include "TrkExInterfaces/IExtrapolator.h"
 #include "TrkToolInterfaces/IResidualPullCalculator.h"
diff --git a/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackFinderTools/src/MuonTrackExtrapolationTool.cxx b/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackFinderTools/src/MuonTrackExtrapolationTool.cxx
index 37f5ba4f9d193830a8ffbd9a73dc55527101cc3f..3fb1331cb3d3cfef22f2ea6c09cc4ecee347762e 100644
--- a/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackFinderTools/src/MuonTrackExtrapolationTool.cxx
+++ b/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackFinderTools/src/MuonTrackExtrapolationTool.cxx
@@ -5,18 +5,12 @@
 #include "MuonTrackExtrapolationTool.h"
 
 #include "MuonTrackMakerUtils/MuonTSOSHelper.h"
-
 #include "TrkMeasurementBase/MeasurementBase.h"
 #include "TrkPseudoMeasurementOnTrack/PseudoMeasurementOnTrack.h"
-
 #include "TrkSurfaces/PerigeeSurface.h"
 #include "TrkSurfaces/DistanceSolution.h"
-
 #include "TrkTrack/TrackStateOnSurface.h"
 #include "TrkTrack/Track.h"
-
-#include "TrkSurfaces/PerigeeSurface.h"
-
 #include "TrkGeometry/TrackingVolume.h"
 #include "TrkGeometry/TrackingGeometry.h"
 #include "TrkGeometry/MagneticFieldProperties.h"
diff --git a/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackSteeringTools/src/MooCandidateMatchingTool.h b/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackSteeringTools/src/MooCandidateMatchingTool.h
index 0126b69d8ec008fa222c31e063e61f10442ddc55..63a85c9d75ab362cdb1cc6a090f78a14cab118ce 100644
--- a/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackSteeringTools/src/MooCandidateMatchingTool.h
+++ b/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackSteeringTools/src/MooCandidateMatchingTool.h
@@ -15,7 +15,6 @@
 #include "CxxUtils/checker_macros.h"
 #include "EventPrimitives/EventPrimitives.h"
 #include "GeoPrimitives/GeoPrimitives.h"
-// For magneticfield
 #include "MagFieldConditions/AtlasFieldCacheCondObj.h"
 #include "MuonRecToolInterfaces/IMuonTrackSegmentMatchingTool.h"
 #include "MuonIdHelpers/IMuonIdHelperSvc.h"
@@ -23,7 +22,6 @@
 #include "MuonRecHelperTools/MuonEDMPrinterTool.h"
 #include "MuonTrackMakerUtils/SortMeasurementsByPosition.h"
 #include "MuonSegmentMakerToolInterfaces/IMuonSegmentMatchingTool.h"
-#include "MuonRecToolInterfaces/IMuonTrackSegmentMatchingTool.h"
 #include "TrkExInterfaces/IExtrapolator.h"
 #include "MuPatCandidateTool.h"
 
diff --git a/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackSteeringTools/src/MuPatCandidateTool.h b/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackSteeringTools/src/MuPatCandidateTool.h
index cd3457a486d952bb000f11f7722477f7a58c7134..d4943d12c82b8d46b7fed6a05bb36bb60b735beb 100644
--- a/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackSteeringTools/src/MuPatCandidateTool.h
+++ b/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackSteeringTools/src/MuPatCandidateTool.h
@@ -8,7 +8,6 @@
 #include "AthenaBaseComps/AthAlgTool.h"
 
 #include "AthenaKernel/SlotSpecificObj.h"
-#include "MuonRecHelperTools/IMuonEDMHelperSvc.h"
 #include "MuonTrackMakerUtils/MuonTrackMakerStlTools.h"
 #include "TrkParameters/TrackParameters.h"
 
diff --git a/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackSteeringTools/src/MuonTrackSteering.cxx b/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackSteeringTools/src/MuonTrackSteering.cxx
index c94eb116f07426ee1924f0c79c70427bd3d71c07..b44dc2b6880a498062fd74561c9c15126246f810 100644
--- a/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackSteeringTools/src/MuonTrackSteering.cxx
+++ b/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackSteeringTools/src/MuonTrackSteering.cxx
@@ -2,19 +2,15 @@
   Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
-
 #include "MuonTrackSteering.h"
-#include "MuonTrackSteeringStrategy.h"
 
+#include "MuonTrackSteeringStrategy.h"
 #include "MuonSegment/MuonSegment.h"
 #include "MuonSegment/MuonSegmentCombination.h"
-
 #include "MuPatSegment.h"
 #include "MuPatCandidateBase.h"
 #include "MuPatTrack.h"
 #include "MuonTrackMakerUtils/MuonTrackMakerStlTools.h"
-
-#include "MuonSegment/MuonSegment.h"
 #include "TrkSegment/SegmentCollection.h"
 #include "TrkTrack/TrackCollection.h"
 #include "TrkParameters/TrackParameters.h"
diff --git a/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackSteeringTools/src/MuonTrackSteering.h b/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackSteeringTools/src/MuonTrackSteering.h
index 2c3fd2efb20ccb007e6f50a62a73e7441e7e8334..1907efe70c64d95b8239049f19bbdccfb2685d3f 100644
--- a/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackSteeringTools/src/MuonTrackSteering.h
+++ b/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackSteeringTools/src/MuonTrackSteering.h
@@ -18,8 +18,6 @@
 
 #include "TrkParameters/TrackParameters.h"
 #include "TrkTrack/TrackCollection.h"
-#include "MuonRecHelperTools/IMuonEDMHelperSvc.h"
-
 #include "MuonRecHelperTools/IMuonEDMHelperSvc.h"
 #include "MuonRecHelperTools/MuonEDMPrinterTool.h"
 #include "MuonSegmentMakerToolInterfaces/IMuonSegmentInOverlapResolvingTool.h"
diff --git a/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerUtils/MuonTrackMakerUtils/TrackStateOnSurfaceComparisonFunction.h b/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerUtils/MuonTrackMakerUtils/TrackStateOnSurfaceComparisonFunction.h
index afcd86070c29b3f17ab7b18f3e7ed34d4b5b6ba4..30da57d158d87c1e4873d2322bd41d1297c96662 100644
--- a/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerUtils/MuonTrackMakerUtils/TrackStateOnSurfaceComparisonFunction.h
+++ b/MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerUtils/MuonTrackMakerUtils/TrackStateOnSurfaceComparisonFunction.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 ///////////////////////////////////////////////////////////////////
@@ -23,7 +23,6 @@
 #include "TrkSurfaces/DiscSurface.h"
 // extra-maths for cylinder intersections
 #include "TrkSurfaces/CylinderSurface.h"
-#include "TrkSurfaces/CylinderSurface.h"
 #include "TrkSurfaces/SurfaceBounds.h"
 #include "TrkSurfaces/RectangleBounds.h"
 #include "TrkSurfaces/TrapezoidBounds.h"
diff --git a/MuonSpectrometer/MuonTruthAlgs/src/DetailedMuonPatternTruthBuilder.cxx b/MuonSpectrometer/MuonTruthAlgs/src/DetailedMuonPatternTruthBuilder.cxx
index 5fea6adda781d26e674832d40cbd1a2d1b5abc55..7d23f3df3c421310783cd2e44b8bde345e118724 100755
--- a/MuonSpectrometer/MuonTruthAlgs/src/DetailedMuonPatternTruthBuilder.cxx
+++ b/MuonSpectrometer/MuonTruthAlgs/src/DetailedMuonPatternTruthBuilder.cxx
@@ -29,25 +29,17 @@
 #include "MuonPrepRawData/MMPrepData.h"
 #include "MuonPrepRawData/sTgcPrepData.h"
 #include "TrkParameters/TrackParameters.h" 
-#include "TrkTrack/Track.h"
 #include "TrkFitterInterfaces/ITrackFitter.h"
 #include "TrkExInterfaces/IExtrapolator.h"
 #include "TrkSurfaces/PerigeeSurface.h"
 #include "TrkDetElementBase/TrkDetElementBase.h"
-#include "TrkPrepRawData/PrepRawData.h"
-#include "TrkMeasurementBase/MeasurementBase.h"
-#include "TrkRIO_OnTrack/RIO_OnTrack.h"
 #include "TrkPseudoMeasurementOnTrack/PseudoMeasurementOnTrack.h"
 #include "TrackRecord/TrackRecordCollection.h"
 #include "MuonRIO_OnTrack/MdtDriftCircleOnTrack.h"
 #include "MuonRIO_OnTrack/MuonClusterOnTrack.h"
 #include "MuonRIO_OnTrack/MMClusterOnTrack.h"
-#include "MuonPrepRawData/MdtPrepData.h"
-#include "MuonPrepRawData/MMPrepData.h"
-#include "MuonPrepRawData/sTgcPrepData.h"
 #include "MuonPrepRawData/MuonCluster.h"
 #include "MuonSegment/MuonSegment.h"
-#include "AtlasHepMC/GenParticle.h"
 #include "MuonRecHelperTools/MuonEDMPrinterTool.h"
 #include "MuonRecHelperTools/IMuonEDMHelperSvc.h"
 #include "MuonRecToolInterfaces/IMdtDriftCircleOnTrackCreator.h"
diff --git a/MuonSpectrometer/MuonTruthAlgs/src/DetailedMuonPatternTruthBuilder.h b/MuonSpectrometer/MuonTruthAlgs/src/DetailedMuonPatternTruthBuilder.h
index ed21b33141d71982c59ec873ab6ce087a4fc2bfe..104b9073ccc7eba661092581757e9e3fdf51514a 100755
--- a/MuonSpectrometer/MuonTruthAlgs/src/DetailedMuonPatternTruthBuilder.h
+++ b/MuonSpectrometer/MuonTruthAlgs/src/DetailedMuonPatternTruthBuilder.h
@@ -19,7 +19,6 @@
 #include "MuonPattern/MuonPatternCombinationCollection.h"
 #include "MuonPattern/DetailedMuonPatternTruthCollection.h"
 #include "TrkToolInterfaces/ITruthTrajectoryBuilder.h"
-#include "TrkTruthData/DetailedTrackTruth.h"
 #include "TrkTruthData/DetailedSegmentTruth.h"
 #include "TrkTruthData/SubDetHitStatistics.h"
 #include "TrkTruthData/DetailedTrackTruthCollection.h"
diff --git a/MuonSpectrometer/MuonTruthAlgs/src/MuonDecayTruthTrajectoryBuilder.cxx b/MuonSpectrometer/MuonTruthAlgs/src/MuonDecayTruthTrajectoryBuilder.cxx
index 23e7803fa86b155661fba73baef77ebce9b9da59..cdbc6aa847c60ddd8b5d54d884d084172d4e4994 100644
--- a/MuonSpectrometer/MuonTruthAlgs/src/MuonDecayTruthTrajectoryBuilder.cxx
+++ b/MuonSpectrometer/MuonTruthAlgs/src/MuonDecayTruthTrajectoryBuilder.cxx
@@ -54,7 +54,7 @@ namespace Muon {
 
       // copy the outer half to result
       while(!tmp.empty()) {
-	ATH_MSG_DEBUG( " Adding daughter: barcode " << current->barcode() << " PDG id " << current->pdg_id());
+	ATH_MSG_DEBUG( " Adding daughter: barcode " << HepMC::barcode(current) << " PDG id " << current->pdg_id());
 	result->push_back(tmp.top());
 	tmp.pop();
       }
@@ -64,7 +64,7 @@ namespace Muon {
 
       // Now continue towards the interaction point
       while((next = getMother(current))) {
-	ATH_MSG_DEBUG( " Adding mother: barcode " << current->barcode() << " PDG id " << current->pdg_id());
+	ATH_MSG_DEBUG( " Adding mother: barcode " << HepMC::barcode(current) << " PDG id " << current->pdg_id());
 	result->push_back(current = next);
       }
     
@@ -108,7 +108,7 @@ namespace Muon {
 	  const HepMC::GenParticle& par = *candidate;
         
 	  if( msgLvl(MSG::DEBUG) ){
-	    msg(MSG::DEBUG) << " PDG ID " << par.pdg_id() << " barcode: " << par.barcode() <<  " pt: " << par.momentum().perp(); 
+	    msg(MSG::DEBUG) << " PDG ID " << par.pdg_id() << " barcode: " << HepMC::barcode(par) <<  " pt: " << par.momentum().perp(); 
 	    if( par.production_vertex() ) msg(MSG::DEBUG) << " vertices prod: r " << par.production_vertex()->position().perp() 
 							  << " z " << par.production_vertex()->position().z();
 	    if( par.end_vertex() ) msg(MSG::DEBUG) << " end: r " << par.end_vertex()->position().perp() << " z " << par.end_vertex()->position().z();
diff --git a/MuonSpectrometer/MuonTruthAlgs/src/MuonTruthDecorationAlg.cxx b/MuonSpectrometer/MuonTruthAlgs/src/MuonTruthDecorationAlg.cxx
index 5441a5177ad5004f6dd83c4f913e240d65416b45..1199406c5469d84c760a14048be2323c8a9b8e34 100644
--- a/MuonSpectrometer/MuonTruthAlgs/src/MuonTruthDecorationAlg.cxx
+++ b/MuonSpectrometer/MuonTruthAlgs/src/MuonTruthDecorationAlg.cxx
@@ -445,7 +445,7 @@ namespace Muon {
       for( const auto& trajectory : *col ){
 
 	// check if gen particle same as input
-	if( (trajectory.second->barcode())%m_barcodeOffset != barcode ) continue;
+	if( (HepMC::barcode(trajectory.second))%m_barcodeOffset != barcode ) continue;
 
 	const Identifier& id = trajectory.first;
 	bool measPhi   = m_idHelperSvc->measuresPhi(id);
diff --git a/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MMRawDataMonitoring/MMRawDataMonitoring/MMRawDataMonAlg.h b/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MMRawDataMonitoring/MMRawDataMonitoring/MMRawDataMonAlg.h
index d63ec4b50663df5cb625041bed78081925517d40..03eaa12834ec80122c5d1739eaf6c0c21783e9ff 100755
--- a/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MMRawDataMonitoring/MMRawDataMonitoring/MMRawDataMonAlg.h
+++ b/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MMRawDataMonitoring/MMRawDataMonitoring/MMRawDataMonAlg.h
@@ -28,7 +28,6 @@
 #include "AthenaMonitoring/DQAtlasReadyFilterTool.h"
 #include "xAODTrigger/MuonRoIContainer.h"
 #include "xAODMuon/MuonContainer.h"
-#include "MuonPrepRawData/MuonPrepDataContainer.h"
 #include "MuonPrepRawData/MMPrepDataContainer.h"
 #include "MuonPrepRawData/MMPrepData.h"
 #include "StoreGate/ReadHandleKey.h"
diff --git a/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtRawDataMonitoring/src/MdtRawDataMonAlg.cxx b/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtRawDataMonitoring/src/MdtRawDataMonAlg.cxx
index 8315c90638439c88e0f44035be0b61efa2c9a61d..cf5c608a021e56b1da4c7f653b2821b241144a45 100755
--- a/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtRawDataMonitoring/src/MdtRawDataMonAlg.cxx
+++ b/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtRawDataMonitoring/src/MdtRawDataMonAlg.cxx
@@ -48,6 +48,11 @@
 #include <cmath>
 #include <sstream>
 
+namespace {
+  // the tube number of a tube in a tubeLayer in encoded in the GeoSerialIdentifier (modulo maxNTubesPerLayer)
+  static constexpr unsigned int const maxNTubesPerLayer = 120;
+}
+
 enum {enumInner, enumMiddle, enumOuter, enumExtra};
 
 struct MDTOverviewHistogramStruct {
@@ -1375,8 +1380,8 @@ void MdtRawDataMonAlg::initDeadChannels(const MuonGM::MdtReadoutElement* mydetEl
     for(int tube = 1; tube <= mydetEl->getNtubesperlayer(); tube++){
       bool tubefound = false;
       for(unsigned int kk=0; kk < cv->getNChildVols(); kk++) {
-        int tubegeo = cv->getIdOfChildVol(kk) % 100;
-        int layergeo = ( cv->getIdOfChildVol(kk) - tubegeo ) / 100;
+        int tubegeo = cv->getIdOfChildVol(kk) % maxNTubesPerLayer;
+        int layergeo = ( cv->getIdOfChildVol(kk) - tubegeo ) / maxNTubesPerLayer;
         if( tubegeo == tube && layergeo == layer ) {
           tubefound=true;
           break;
diff --git a/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtRawDataMonitoring/src/MdtRawDataValAlg.cxx b/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtRawDataMonitoring/src/MdtRawDataValAlg.cxx
index 39aa54d3a6b36ca38170e2968aa0cd0c7ac3fd81..7b7cc0b1623283209e32558cb2a07ca44aa06813 100755
--- a/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtRawDataMonitoring/src/MdtRawDataValAlg.cxx
+++ b/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtRawDataMonitoring/src/MdtRawDataValAlg.cxx
@@ -51,6 +51,11 @@
 #include <cmath>
 #include <sstream>
 
+namespace {
+  // the tube number of a tube in a tubeLayer in encoded in the GeoSerialIdentifier (modulo maxNTubesPerLayer)
+  static constexpr unsigned int const maxNTubesPerLayer = 120;
+}
+
 float parESD1, parESD2, parESD3, parESD4;
 
 enum {enumBarrelA, enumBarrelC, enumEndCapA, enumEndCapC};
@@ -548,24 +553,7 @@ StatusCode MdtRawDataValAlg::fillHistograms()
       else {ATH_MSG_DEBUG("m_nummdtchamberswithHighOcc not in hist list!" );}
 
       m_MdtNHitsvsRpcNHits->Fill(nPrd,Nhitsrpc);
-      
-      // TotalNumber_of_MDT_hits_per_event with RPCtrig
-      /*if (mdtevents_RPCtrig){ 
-        if(HasTrigBARREL()) mdtevents_RPCtrig->Fill(nPrdcut);
-      }    
-      else { 
-        ATH_MSG_DEBUG("mdtevents_RPCtrig not in hist list!" );
-      }
-
 
-      // TotalNumber_of_MDT_hits_per_event with TGCtrig
-      if (mdtevents_TGCtrig){ 
-        if(HasTrigENDCAP()) mdtevents_TGCtrig->Fill(nPrdcut);
-      }    
-      else {
-        ATH_MSG_DEBUG("mdtevents_TGCtrig not in hist list!" );
-      }
-*/
       // TotalNumber_of_MDT_hits_per_event with cut on ADC
       if (m_mdteventscutLumi) m_mdteventscutLumi->Fill(nPrdcut);    
       else {ATH_MSG_DEBUG("m_mdteventscutLumi not in hist list!" );}
@@ -582,20 +570,7 @@ StatusCode MdtRawDataValAlg::fillHistograms()
       if (m_mdteventsLumi_big) m_mdteventsLumi_big->Fill(nPrd);    
       else {ATH_MSG_DEBUG("m_mdteventsLumi_big not in hist list!" );}
 
-     /* if (m_numberOfEvents < 10000){    //only make this plot for first 10000 events 
-        // TotalNumber_of_MDT_hits_vs_event_number with cut on ADC
-        if (mdthitsvseventnumcut) mdthitsvseventnumcut->SetBinContent(m_numberOfEvents, nPrdcut);    
-        else {ATH_MSG_DEBUG("mdthitsvseventnumcut not in hist list!" );}
-      
-        // TotalNumber_of_MDT_hits_vs_event_number without cut on ADC
-        if (mdthitsvseventnum) mdthitsvseventnum->SetBinContent(m_numberOfEvents, nPrd);    
-        else {ATH_MSG_DEBUG("mdthitsvseventnum not in hist list!" );}
-      }*/
-
-      //if(nPrdcut > 20000){
-        //int realTime = m_time - m_firstTime;
-        if (m_mdtglobalhitstime) m_mdtglobalhitstime->Fill(m_time - m_firstTime);
-      //}
+      if (m_mdtglobalhitstime) m_mdtglobalhitstime->Fill(m_time - m_firstTime);
 
       // Number_of_Chambers_with_hits_per_event
       if (m_nummdtchamberswithhits) m_nummdtchamberswithhits->Fill(nColl);
@@ -2022,7 +1997,7 @@ void MdtRawDataValAlg::initDeadChannels(const MuonGM::MdtReadoutElement* mydetEl
   std::vector<int>::iterator it = tubes.begin();
   for(int layer = 1; layer <= mydetEl->getNLayers(); layer++){
     for(int tube = 1; tube <= mydetEl->getNtubesperlayer(); tube++){
-      int want_id = layer*100 + tube;
+      int want_id = layer*maxNTubesPerLayer + tube;
       if (it != tubes.end() && *it == want_id) {
         ++it;
       }
diff --git a/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtVsTgcRawDataMonitoring/MdtVsTgcRawDataMonitoring/MdtVsTgcRawDataValAlg.h b/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtVsTgcRawDataMonitoring/MdtVsTgcRawDataMonitoring/MdtVsTgcRawDataValAlg.h
index b8486bf76531d505f63c424a7a7ec82e792f0145..41a4450e7fcb4eb5c83ce1340b09932b2c6cd9b3 100644
--- a/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtVsTgcRawDataMonitoring/MdtVsTgcRawDataMonitoring/MdtVsTgcRawDataValAlg.h
+++ b/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtVsTgcRawDataMonitoring/MdtVsTgcRawDataMonitoring/MdtVsTgcRawDataValAlg.h
@@ -24,7 +24,6 @@
 #include "MuonReadoutGeometry/TgcReadoutElement.h"
 #include "MuonTrigCoinData/TgcCoinData.h"
 #include "MuonTrigCoinData/TgcCoinDataContainer.h"
-#include "MuonReadoutGeometry/MuonDetectorManager.h"
 #include "xAODMuon/MuonSegmentContainer.h"
 #include "StoreGate/ReadHandleKey.h"
 #include "MuonPrepRawData/MdtPrepDataContainer.h"
diff --git a/MuonSpectrometer/MuonValidation/MuonPRDTest/macros/NSWHitsTree.h b/MuonSpectrometer/MuonValidation/MuonPRDTest/macros/NSWHitsTree.h
index 6059b7113b175bd73c9633f2e6aa5dafd21e74a3..148919f1b098923de2a7ab7a99d6d2c92a6eacf2 100644
--- a/MuonSpectrometer/MuonValidation/MuonPRDTest/macros/NSWHitsTree.h
+++ b/MuonSpectrometer/MuonValidation/MuonPRDTest/macros/NSWHitsTree.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 //////////////////////////////////////////////////////////
@@ -18,8 +18,6 @@
 
 // Header file for the classes stored in the TTree if any.
 #include <vector>
-#include <vector>
-#include <vector>
 
 // Fixed size dimensions of array or collections stored in the TTree if any.
 
diff --git a/MuonSpectrometer/MuonValidation/MuonPRDTest/macros/NSWMatching_offline/NSWstudies.h b/MuonSpectrometer/MuonValidation/MuonPRDTest/macros/NSWMatching_offline/NSWstudies.h
index cf996ee2678a309bf6f4afd5daa04cf4ffeb1af8..a76d356c14190a77b11d14247bec7bd57b5b90f4 100644
--- a/MuonSpectrometer/MuonValidation/MuonPRDTest/macros/NSWMatching_offline/NSWstudies.h
+++ b/MuonSpectrometer/MuonValidation/MuonPRDTest/macros/NSWMatching_offline/NSWstudies.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 //////////////////////////////////////////////////////////
@@ -17,12 +17,7 @@
 #include <TFile.h>
 
 // Header file for the classes stored in the TTree if any.
-#include "vector"
-#include "vector"
-#include "vector"
-#include "vector"
-#include "vector"
-#include "vector"
+#include <vector>
 
 class NSWstudies {
 public :
diff --git a/MuonSpectrometer/MuonValidation/MuonPRDTest/src/MDTPRDValAlg.cxx b/MuonSpectrometer/MuonValidation/MuonPRDTest/src/MDTPRDValAlg.cxx
index b3dce30d5df7408742e1bff6a0133ab2b221e8bf..40ee9271de3c12a1874e21c2a9fd3db6264af156 100644
--- a/MuonSpectrometer/MuonValidation/MuonPRDTest/src/MDTPRDValAlg.cxx
+++ b/MuonSpectrometer/MuonValidation/MuonPRDTest/src/MDTPRDValAlg.cxx
@@ -355,13 +355,13 @@ void MDTPRDValAlg::addMcEventCollection( MDTPRDValAlg::TruthMap& truthMap ) cons
   }
   if( msgLvl(MSG::VERBOSE) ) ATH_MSG_VERBOSE(" looping over MC particles ");
   for (e=mcEvent->begin();e!=mcEvent->end(); e++) {
-    for (HepMC::GenEvent::particle_const_iterator p= (**e).particles_begin(); p!= (**e).particles_end(); p++) {
+    for (auto p: (**e)) {
 
-      int pdg = (**p).pdg_id();
-      if( abs(pdg) != 13 && pdg !=0 && abs(pdg) != 998) continue;
-      if( !(**p).production_vertex() ) continue;
+      int pdg = p->pdg_id();
+      if( std::abs(pdg) != 13 && pdg !=0 && std::abs(pdg) != 998) continue;
+      if( !p->production_vertex() ) continue;
 
-      int barcode = (**p).barcode();
+      int barcode = HepMC::barcode(p);
       ATH_MSG_VERBOSE(" pdg " << pdg << " barcode " <<  barcode);
       
       TruthInfo* info; 
@@ -392,10 +392,10 @@ void MDTPRDValAlg::addMcEventCollection( MDTPRDValAlg::TruthMap& truthMap ) cons
 //  Fix geantino
       if(pdg==-998)  particle->charge   = -1.; 
       if(pdg==0)  particle->charge   = 1.; 
-      particle->momentum = Amg::Vector3D( (**p).momentum().px(),(**p).momentum().py(),(**p).momentum().pz());
-      particle->position = Amg::Vector3D( (**p).production_vertex()->position().x(),
-				       (**p).production_vertex()->position().y(),
-				       (**p).production_vertex()->position().z() );
+      particle->momentum = Amg::Vector3D( p->momentum().px(),p->momentum().py(),p->momentum().pz());
+      particle->position = Amg::Vector3D( p->production_vertex()->position().x(),
+				       p->production_vertex()->position().y(),
+				       p->production_vertex()->position().z() );
       
       particle->pars= new Trk::Perigee( particle->position, particle->momentum, particle->charge, Amg::Vector3D(0.,0.,0.) );
 
diff --git a/MuonSpectrometer/MuonValidation/MuonPRDTest/src/MDTSimHitVariables.cxx b/MuonSpectrometer/MuonValidation/MuonPRDTest/src/MDTSimHitVariables.cxx
index 39303b5ad312c38c874936d05251628131cd879f..1acb3a49f165990a2c1f131c56da32ece0346078 100644
--- a/MuonSpectrometer/MuonValidation/MuonPRDTest/src/MDTSimHitVariables.cxx
+++ b/MuonSpectrometer/MuonValidation/MuonPRDTest/src/MDTSimHitVariables.cxx
@@ -105,7 +105,7 @@ StatusCode MDTSimHitVariables::fillVariables(const MuonGM::MuonDetectorManager*
       const HepMC::GenParticle* genP = pLink.cptr();
       if (genP) {
         pdgId=genP->pdg_id();
-        barcode=genP->barcode();
+        barcode=HepMC::barcode(genP);
       } else {
         ATH_MSG_WARNING("GenParticle is nullptr for hit in "<<stname<<" (eta="<<steta<<", phi="<<stphi<<", ml="<<
         ml<<", tubelayer="<<tl<<", tube="<<tube<<")");
diff --git a/MuonSpectrometer/MuonValidation/MuonPRDTest/src/RPCSimHitVariables.cxx b/MuonSpectrometer/MuonValidation/MuonPRDTest/src/RPCSimHitVariables.cxx
index ac5993abd27caec7e52bf0a717185f61667e5362..170c025f401a3f72589e4328cf434e1b830e45ad 100644
--- a/MuonSpectrometer/MuonValidation/MuonPRDTest/src/RPCSimHitVariables.cxx
+++ b/MuonSpectrometer/MuonValidation/MuonPRDTest/src/RPCSimHitVariables.cxx
@@ -113,7 +113,7 @@ StatusCode RPCSimHitVariables::fillVariables(const MuonGM::MuonDetectorManager*
       const HepMC::GenParticle* genP = pLink.cptr();
       if (genP) {
         pdgId=genP->pdg_id();
-        barcode=genP->barcode();
+        barcode=HepMC::barcode(genP);
       } else {
         ATH_MSG_WARNING("GenParticle is nullptr for hit in "<<stname<<" (eta="<<steta<<", phi="<<stphi<<", doubletR="<<
         dbr<<", doubletZ="<<dbz<<", doubletPhi="<<dbp<<", gasgaplayer="<<gg<<", measuresPhi="<<mfi<<")");
diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonTrackPerformance/MuonTrackPerformance/MuonTrackPerformanceAlg.h b/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonTrackPerformance/MuonTrackPerformance/MuonTrackPerformanceAlg.h
index 29f9ff37fd9ce1d5f6614ad5ec20b36feb987436..8a51e1f90a7cdb4687af9871733bbce7a111b1cf 100644
--- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonTrackPerformance/MuonTrackPerformance/MuonTrackPerformanceAlg.h
+++ b/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonTrackPerformance/MuonTrackPerformance/MuonTrackPerformanceAlg.h
@@ -22,7 +22,6 @@
 #include "MuonSimData/MuonSimDataCollection.h"
 #include "MuonSimData/CscSimDataCollection.h"
 #include "TrackRecord/TrackRecordCollection.h"
-#include "TrkTrack/TrackCollection.h"
 #include "StoreGate/ReadHandleKey.h"
 #include "GeneratorObjects/McEventCollection.h"
 #include "MuonRecHelperTools/IMuonEDMHelperSvc.h"
diff --git a/MuonSpectrometer/MuonValidation/MuonSimHitToPrdTest/src/RPC_SimHitToPrdCBNTAlgo.cxx b/MuonSpectrometer/MuonValidation/MuonSimHitToPrdTest/src/RPC_SimHitToPrdCBNTAlgo.cxx
index 0fd5a9b033285e2326ced73d98863b8c9bc16bcb..ffe0e69d62ef5a12f700a98c934d6a4b3742e1e3 100755
--- a/MuonSpectrometer/MuonValidation/MuonSimHitToPrdTest/src/RPC_SimHitToPrdCBNTAlgo.cxx
+++ b/MuonSpectrometer/MuonValidation/MuonSimHitToPrdTest/src/RPC_SimHitToPrdCBNTAlgo.cxx
@@ -459,7 +459,7 @@ StatusCode RPC_SimHitToPrdCBNTAlgo::doMCtruth()
 
     ATH_MSG_DEBUG ("McEvent n.  " <<eventCounter ) ;        
     int particleCounter=0;    
-    for (HepMC::GenEvent::particle_const_iterator p= (**e).particles_begin();	 p!= (**e).particles_end(); ++p) {
+    for (auto p: (**e)) {
 	++particleCounter;	
 	ATH_MSG_DEBUG ("McEvent n.  " <<eventCounter << " particle # "<<particleCounter) ;        
 	float xv = -999999.;
@@ -467,18 +467,18 @@ StatusCode RPC_SimHitToPrdCBNTAlgo::doMCtruth()
 	float zv = -999999.;
 	float tv = -999999.;
 // the following lines give troubles  - protect them 
-	if ((**p).production_vertex())
+	if (p->production_vertex())
 	  {
-	    xv = (**p).production_vertex()->position().x();
-	    yv = (**p).production_vertex()->position().y();
-	    zv = (**p).production_vertex()->position().z();
-	    tv = (**p).production_vertex()->position().t();
+	    xv = p->production_vertex()->position().x();
+	    yv = p->production_vertex()->position().y();
+	    zv = p->production_vertex()->position().z();
+	    tv = p->production_vertex()->position().t();
 	  }
- 	float xd = (**p).momentum().px();
- 	float yd = (**p).momentum().py();
- 	float zd = (**p).momentum().pz();
- 	float mag = sqrt(xd*xd + yd*yd + zd*zd);
-	if (fabs(mag)>0.001) 
+ 	float xd = p->momentum().px();
+ 	float yd = p->momentum().py();
+ 	float zd = p->momentum().pz();
+ 	float mag = std::sqrt(xd*xd + yd*yd + zd*zd);
+	if (std::fabs(mag)>0.001) 
 	{
 	    
 	    direction[0]=(xd/mag);
@@ -486,11 +486,11 @@ StatusCode RPC_SimHitToPrdCBNTAlgo::doMCtruth()
 	    direction[2]=(zd/mag);
 	     
 	}
-	int status  =  (**p).status();
-	int barcode =  (**p).barcode();
-	double generatedMass = (**p).generated_mass();
+	int status  =  p->status();
+	int barcode =  HepMC::barcode(p);
+	double generatedMass = p->generated_mass();
 
-	 float pdgId =  (**p).pdg_id();
+	 float pdgId =  p->pdg_id();
 	 
 	 m_c->m_partVertX  [ipart] =xv            ;
 	 m_c->m_partVertY  [ipart] =yv            ;
diff --git a/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/src/ReadTruthParticles.cxx b/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/src/ReadTruthParticles.cxx
index ee85d0e11f04130fee18b70ef220e7694ef77147..75696dd6e152b6d90368311d95645a294da1013f 100644
--- a/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/src/ReadTruthParticles.cxx
+++ b/PhysicsAnalysis/AnalysisCommon/AnalysisExamples/src/ReadTruthParticles.cxx
@@ -135,7 +135,7 @@ StatusCode ReadTruthParticles::execute()
                  << " PDG-ID: " << (*itr)->pdgId()
                  << " nChildren: " << (*itr)->nDecay()
                  << " status: " << (*itr)->genParticle()->status()
-                 << " bc: " << (*itr)->genParticle()->barcode());
+                 << " bc: " << HepMC::barcode((*itr)->genParticle()));
     for ( unsigned int iChild = 0; iChild != (*itr)->nDecay(); ++iChild ){
       const TruthParticle * child = (*itr)->child( iChild );
       if ( 0 != child ) {
@@ -144,10 +144,10 @@ StatusCode ReadTruthParticles::execute()
             << "\tchild: " << iChild
             << "\tPDGID: " << child->pdgId()
             << " status: " << child->genParticle()->status()
-            << " bc: "     << child->genParticle()->barcode()
+            << " bc: "     << HepMC::barcode(child->genParticle())
             << " bc Parents: " << child->nParents() << " [ ";
           for ( unsigned int iMoth = 0; iMoth != child->nParents(); ++iMoth ) {
-            msg(MSG::INFO) << child->genMother(iMoth)->barcode() << " ";
+            msg(MSG::INFO) << HepMC::barcode(child->genMother(iMoth)) << " ";
           }
           msg(MSG::INFO) << "]" << endmsg;
         }
diff --git a/PhysicsAnalysis/AnalysisCommon/EventUtils/src/ParticleRemoverAlg.cxx b/PhysicsAnalysis/AnalysisCommon/EventUtils/src/ParticleRemoverAlg.cxx
index 4dcc740a171ee1ef480b851bf42f2322e2292fae..b73f7434f844b343fc7807014785ef3d0058b74e 100644
--- a/PhysicsAnalysis/AnalysisCommon/EventUtils/src/ParticleRemoverAlg.cxx
+++ b/PhysicsAnalysis/AnalysisCommon/EventUtils/src/ParticleRemoverAlg.cxx
@@ -93,7 +93,7 @@ StatusCode ParticleRemoverAlg::initialize()
   }
 
   // Abort on an unchecked systematics code
-  // CP::SystematicCode::enableFailure();
+  // StatusCode::enableFailure();
 
   // Build the vector of all input and output container names
   const std::size_t totSize = 1 + m_suffixes.value().size(); // the '1' comes from the InputContainer
diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/DesignDecisions.txt b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/DesignDecisions.txt
index fa3b09ebac780d23f96a5da829d84f3b48d70385..049470f9fd64d14a202e13f8e0e11b621eb0fdcd 100644
--- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/DesignDecisions.txt
+++ b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/DesignDecisions.txt
@@ -77,6 +77,6 @@ recommendations and only compiles in RootCore (so far).
      user want to request systematics that no tool supports he will
      have to add them to the global list manually.
 
- * For the time being SystematicCode is simply a renamed copy of
+ * For the time being StatusCode is simply a renamed copy of
    StatusCode from EventLoop which is in turn derived from StatusCode
    in Athena.
diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/Global.h b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/Global.h
index fdb65fae0986470dd6fb8d212fdd43114a16336e..42b8277335342983df1cd89baa8603f3dd4d914a 100644
--- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/Global.h
+++ b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/Global.h
@@ -18,7 +18,6 @@ namespace CP
   template<class T> class ICorrectionTool;
   class MakeSystematicsVector;
   class ISystematicsTool;
-  class SystematicCode;
   class SystematicVariation;
   class SystematicSet;
   class SystematicsTool;
diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/ISystematicsTool.h b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/ISystematicsTool.h
index 1f06806b4291c0a4c334d3bc3b131931e2a81dc0..e5098466004652bc7187505a94e1d9ee8135c213 100644
--- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/ISystematicsTool.h
+++ b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/ISystematicsTool.h
@@ -11,7 +11,7 @@
 #include "AsgTools/IAsgTool.h"
 
 // Local include(s):
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "PATInterfaces/SystematicVariation.h"
 #include "PATInterfaces/SystematicSet.h"
 
@@ -64,7 +64,7 @@ namespace CP {
       /// failures: unsupported combination of supported systematic
       /// failures: other tool specific errors
       ///
-      virtual SystematicCode applySystematicVariation
+      virtual StatusCode applySystematicVariation
       ( const SystematicSet& systConfig ) = 0;
 
    }; // class ISystematicsTool
diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/SystematicCode.h b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/SystematicCode.h
deleted file mode 100644
index 2106d0fb595fa146b8b8dc14d533e4f46c6f2ff4..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/SystematicCode.h
+++ /dev/null
@@ -1,110 +0,0 @@
-// Dear emacs, this is -*- c++ -*-
-// $Id: SystematicCode.h 717600 2016-01-13 17:48:13Z krumnack $
-#ifndef PATINTERFACES_SYSTEMATICCODE_H
-#define PATINTERFACES_SYSTEMATICCODE_H
-
-//          
-// Distributed under the Boost Software License, Version 1.0.
-//    (See accompanying file LICENSE_1_0.txt or copy at
-//          http://www.boost.org/LICENSE_1_0.txt)
-
-// Please feel free to contact me (krumnack@iastate.edu) for bug
-// reports, feature suggestions, praise and complaints.
-
-namespace CP {
-
-   /// Return value from CP tools supporting systematic variations
-   ///
-   /// This class needs to be used in CP tools that support systematic
-   /// variations, and implement the interface described in:
-   /// https://cds.cern.ch/record/1667206
-   /// In short, all such CP tools should implement the two following functions:
-   ///
-   /// <code>
-   /// SystematicCode Tool::applySystematicVariation(<br/>
-   ///                 const std::set< SystematicVariation >& systConfig );<br/>
-   /// bool Tool::isAffectedBySystematic( const SystematicVariation& s ) const;<br/>
-   /// std::set< SystematicVariation > Tool::affectingSystematics(<br/>
-   ///          const std::set< SystematicVariation >& inputSystList ) const;
-   /// </code>
-   ///
-   /// @author Nils Krumnack <krumnack@iastate.edu>
-   /// @author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
-   ///
-   /// $Revision: 717600 $
-   /// $Date: 2016-01-13 18:48:13 +0100 (Wed, 13 Jan 2016) $
-   ///
-   class
-#ifndef __CLING__
-   [[nodiscard]]
-#endif
-   SystematicCode {
-
-   public:
-      /// Possible values for the systematic code
-      enum ESysCode {
-         Unsupported = 0, ///< The requested systematic is not supported
-         Ok = 1 ///< The requested systematic will be applied
-      };
-
-      /// Constructor with the systematic code
-      SystematicCode( ESysCode code );
-      /// Copy constructor
-      SystematicCode( const SystematicCode& parent );
-      /// Destructor
-      ~SystematicCode();
-
-      /// Assignment operator
-      SystematicCode& operator= ( const SystematicCode& rhs );
-
-      /// The code stored internally
-      ESysCode code() const;
-
-      /// Automatic conversion to the enumeration value
-      operator ESysCode() const { return code(); }
-
-      /// Ordering operator. To make it possible to use this type as an
-      /// STL container key
-      bool operator < ( const SystematicCode& rhs ) const {
-         return m_code < rhs.m_code;
-      }
-
-      /// Mark the correction code as checked, ignoring its value
-      void setChecked() const { m_checked = true; }
-      /// Ignore the correction code, marking it as checked
-      void ignore() const { setChecked(); }
-
-      /// Enable failure (with a backtrace) on an unchecked systematic code
-      static void enableFailure();
-      /// Disable failure (no backtrace) on an unchecked systematic code
-      static void disableFailure();
-
-   private:
-      ESysCode m_code; ///< The stored systematic code
-      mutable bool m_checked; ///< Checked status of the object
-
-   }; // class SystematicCode
-
-} // namespace CP
-
-namespace asg
-{
-  template<typename T> struct CheckHelper;
-
-  template<> struct CheckHelper<CP::SystematicCode>
-  {
-    /// \brief whether the status code reports a success
-    static inline bool isSuccess (const CP::SystematicCode& sc) {
-      return sc == CP::SystematicCode::Ok; }
-
-    /// \brief produce a status code to report success
-    static inline CP::SystematicCode successCode () {
-      return CP::SystematicCode::Ok;}
-
-    /// \brief produce a status code to report failure
-    static inline CP::SystematicCode failureCode () {
-      return CP::SystematicCode::Unsupported;}
-  };
-}
-
-#endif // PATINTERFACES_SYSTEMATICCODE_H
diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/SystematicRegistry.h b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/SystematicRegistry.h
index 78fbe61ccf5e3966a293ee748ab91f49bba25638..73bb4c444b8fa368e31df5e723283396d7dae9d3 100644
--- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/SystematicRegistry.h
+++ b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/SystematicRegistry.h
@@ -49,7 +49,7 @@ namespace CP
     // Interface methods for editing the registry
 
     /// effects: register all the systematics from the tool
-    SystematicCode registerSystematics (const ISystematicsTool& tool);
+    StatusCode registerSystematics (const ISystematicsTool& tool);
 
     /// description: add a systematic to the global registry set
     void registerSystematic(const SystematicVariation& systematic);
@@ -59,10 +59,10 @@ namespace CP
     void registerSystematics(const SystematicSet& systematics);
 
     /// description: add a systematic to the recommended set
-    SystematicCode addSystematicToRecommended(const SystematicVariation& systematic);
+    StatusCode addSystematicToRecommended(const SystematicVariation& systematic);
 
     /// description: add a set of systematics to the recommended set
-    SystematicCode addSystematicsToRecommended(const SystematicSet& systematics);
+    StatusCode addSystematicsToRecommended(const SystematicSet& systematics);
 
   private:
     /// Private constructor
diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/SystematicSet.h b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/SystematicSet.h
index fb824d49242366b82991d441110971155097a06a..7500a61704a7f707a4c9edfe726e80028de59c66 100644
--- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/SystematicSet.h
+++ b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/SystematicSet.h
@@ -14,7 +14,7 @@
 #include <string>
 #include <functional>
 
-#include <PATInterfaces/SystematicCode.h>
+#include <AsgMessaging/StatusCode.h>
 #include <PATInterfaces/SystematicVariation.h>
 
 
@@ -91,7 +91,7 @@ namespace CP
                          MATCHTYPE type=FULL) const;
 
     /// description: get the subset of systematics matching basename
-    /// Should this return a SystematicCode instead?
+    /// Should this return a StatusCode instead?
     SystematicSet filterByBaseName(const std::string& basename) const;
 
     /// description: get the set of base systematic names from this set
@@ -129,7 +129,7 @@ namespace CP
     /// failures: requesting an unsupported variation on an otherwise
     ///   supported systematic (e.g. a 2 sigma variation and the tool
     ///   only supports 1 sigma variations)
-    static SystematicCode
+    static StatusCode
     filterForAffectingSystematics (const SystematicSet& systConfig,
                                    const SystematicSet& affectingSystematics,
                                    SystematicSet& filteredSystematics);
diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/SystematicsTool.h b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/SystematicsTool.h
index 447bb4a8c53dedd2aa66659b9dcc7bd72aa854aa..c5500c8f7687c3a0504f753f139ce263e8359dd6 100644
--- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/SystematicsTool.h
+++ b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/PATInterfaces/SystematicsTool.h
@@ -14,7 +14,7 @@
 // Local include(s):
 #include "PATInterfaces/ISystematicsTool.h"
 #include "PATInterfaces/SystematicVariation.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "PATInterfaces/SystematicSet.h"
 
 namespace CP {
@@ -100,7 +100,7 @@ namespace CP {
       ///   only supports 1 sigma variations)
       /// failures: unsupported combination of supported systematic
       /// failures: other tool specific errors
-      virtual SystematicCode applySystematicVariation
+      virtual StatusCode applySystematicVariation
       ( const SystematicSet& systConfig );
 
    protected:
@@ -110,12 +110,12 @@ namespace CP {
       ///   of systematics, if not already there
       /// guarantee: strong
       /// failures: out of memory II
-      SystematicCode addAffectingSystematic
+      StatusCode addAffectingSystematic
       ( const SystematicVariation& systematic, bool recommended );
 
       /// effects: add a systematic to the list of recommended systematics
       /// failures: unsupported systematic
-      SystematicCode addRecommendedSystematic
+      StatusCode addRecommendedSystematic
       ( const SystematicVariation& systematic );
 
       /// effects: add a SystematicSet to the registered systematics.
@@ -123,7 +123,7 @@ namespace CP {
       ( const SystematicSet& systematics );
 
       /// effects: add a SystematicSet to the recommended systematics.
-      SystematicCode addRecommendedSystematics
+      StatusCode addRecommendedSystematics
       ( const SystematicSet& systematics );
 
       /// effects: configure this tool for the given list of systematic
@@ -133,7 +133,7 @@ namespace CP {
       /// failures: out of memory II
       /// failures: unsupported combination of supported systematics
       /// failures: other tool specific errors
-      virtual SystematicCode sysApplySystematicVariation
+      virtual StatusCode sysApplySystematicVariation
       ( const SystematicSet& systConfig ) = 0;
 
    public:
diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/Root/SystematicCode.cxx b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/Root/SystematicCode.cxx
deleted file mode 100644
index a5d8258853c50882bbbf7b5bc05c6041f5dec6b4..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/Root/SystematicCode.cxx
+++ /dev/null
@@ -1,134 +0,0 @@
-// $Id: SystematicCode.cxx 600738 2014-06-07 14:34:05Z krasznaa $
-
-// System include(s):
-#include <iostream>
-#include <cstdlib>
-
-// Local include(s):
-#include "PATInterfaces/SystematicCode.h"
-
-namespace {
-
-   /// Private class for keeping track of unchecked systematic codes
-   class UncheckedCounter {
-
-   public:
-      /// Default constructor
-      UncheckedCounter() : m_unsupported( 0 ), m_ok( 0 ) {}
-      /// Destructor
-      ~UncheckedCounter() {
-         // If we need to destruct the object, then there must have been
-         // some unchecked systematic codes.
-         std::cerr << "Warning in <CP::SystematicCode>:" << std::endl;
-         std::cerr << "Warning in <CP::SystematicCode>: "
-                   << "Unchecked correction codes encountered during the job"
-                   << std::endl;
-         if( m_unsupported ) {
-            std::cerr << "Error in   <CP::SystematicCode>: "
-                      << "Number of unchecked unsupporteds: "
-                      << m_unsupported << std::endl;
-         }
-         if( m_ok ) {
-            std::cerr << "Warning in <CP::SystematicCode>: "
-                      << "Number of unchecked okays: "
-                      << m_ok << std::endl;
-         }
-         // Let him/her know how to look up the unchecked codes in the easiest
-         // way:
-         std::cerr << "Warning in <CP::SystematicCode>: "
-                   << "To fail on an unchecked code, call "
-                   << "CP::SystematicCode::enableFailure() at the job's start"
-                   << std::endl;
-         std::cerr << "Warning in <CP::SystematicCode>:" << std::endl;
-      }
-
-      int m_unsupported; ///< Unchecked Unsupported codes
-      int m_ok; ///< Unchecked Ok codes
-
-   }; // class UncheckedCounter
-
-} // private namespace
-
-namespace CP {
-
-   /// Application-wide setup of whether to fail on unchecked systematic codes
-   ///
-   /// By default applications will not fail on an uncecked return code, they
-   /// will just keep track of how many return codes were left unchecked by
-   /// the user.
-   ///
-   static bool s_failure = false;
-
-   SystematicCode::SystematicCode( ESysCode code )
-      : m_code( code ), m_checked( false ) {
-
-   }
-
-   SystematicCode::SystematicCode( const SystematicCode& parent )
-      : m_code( parent.m_code ), m_checked( false ) {
-
-      // The parent doesn't have to be checked anymore, whatever
-      // its status was:
-      parent.m_checked = true;
-   }
-
-   SystematicCode::~SystematicCode() {
-
-      if( ! m_checked ) {
-         // If we are supposed to fail, let's fail right away:
-         if( s_failure ) {
-            std::cerr << "Fatal in <CP::SystematicCode::~SystematicCode> "
-                      << "Unchecked systematic code encountered" << std::endl;
-            std::abort();
-         }
-         // Global variable for keeping track of unchecked systematic codes.
-         // It gets deleted only at the end of the process.
-         static ::UncheckedCounter s_counter;
-         if( m_code == Unsupported ) {
-            s_counter.m_unsupported += 1;
-         } else if( m_code == Ok ) {
-            s_counter.m_ok += 1;
-         } else {
-            std::cerr << "Fatal in <CP::SystematicCode::~SystematicCode> "
-                      << "Unknown systematic code encountered" << std::endl;
-            std::abort();
-         }
-      }
-   }
-
-   SystematicCode& SystematicCode::operator= ( const SystematicCode& rhs ) {
-
-      // Check if anything needs to be done:
-      if( this == &rhs ) {
-         return *this;
-      }
-
-      // Copy the code:
-      m_code = rhs.m_code;
-
-      // Update the internal flags:
-      m_checked = false;
-      rhs.m_checked = true;
-
-      return *this;
-   }
-
-   SystematicCode::ESysCode SystematicCode::code() const {
-
-      setChecked();
-      return m_code;
-   }
-
-   void SystematicCode::enableFailure() {
-
-      s_failure = true;
-      return;
-   }
-
-   void SystematicCode::disableFailure() {
-
-      s_failure = false;
-      return;
-   }
-
-} // namespace CP
diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/Root/SystematicRegistry.cxx b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/Root/SystematicRegistry.cxx
index 5844710b33b3973d06c3bace08cd71f6da9f49ba..5534b12ebe5d342773f0b3348f4fb99449287b28 100644
--- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/Root/SystematicRegistry.cxx
+++ b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/Root/SystematicRegistry.cxx
@@ -12,7 +12,7 @@
 #include <PATInterfaces/SystematicRegistry.h>
 #include <PATInterfaces/ISystematicsTool.h>
 #include <PATInterfaces/SystematicSet.h>
-#include <PATInterfaces/SystematicCode.h>
+#include <AsgMessaging/StatusCode.h>
 
 //
 // method implementations
@@ -41,7 +41,7 @@ namespace CP
   }
 
 
-  SystematicCode SystematicRegistry ::
+  StatusCode SystematicRegistry ::
   registerSystematics (const ISystematicsTool& tool)
   {
     registerSystematics (tool.affectingSystematics());
@@ -68,31 +68,31 @@ namespace CP
 
 
   // Add a systematic to the configuratin set
-  SystematicCode SystematicRegistry::addSystematicToRecommended
+  StatusCode SystematicRegistry::addSystematicToRecommended
   (const SystematicVariation& systematic)
   {
     // Check for consistency
     if(!m_globalSystematics.matchSystematic(systematic,
                                             SystematicSet::FULLORCONTINUOUS))
     {
-      return SystematicCode::Unsupported;
+      return StatusCode::FAILURE;
     }
     m_recommendedSystematics.insert(systematic);
-    return SystematicCode::Ok;
+    return StatusCode::SUCCESS;
   }
 
 
   // Add a systematic set to the configuration set
-  SystematicCode SystematicRegistry::addSystematicsToRecommended
+  StatusCode SystematicRegistry::addSystematicsToRecommended
   (const SystematicSet& systematics)
   {
     std::set<SystematicVariation>::const_iterator sysItr;
     for(sysItr = systematics.begin(); sysItr != systematics.end(); ++sysItr)
     {
-      SystematicCode code = addSystematicToRecommended(*sysItr);
-      if(code != SystematicCode::Ok) return code;
+      StatusCode code = addSystematicToRecommended(*sysItr);
+      if(code != StatusCode::SUCCESS) return code;
     }
-    return SystematicCode::Ok;
+    return StatusCode::SUCCESS;
   }
 
 
diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/Root/SystematicSet.cxx b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/Root/SystematicSet.cxx
index 0ab4a057acb0cafda6a0ce9544e4f45715658a1b..dee5cbb6b7ce84f1e3b942d43cc795d8d6ad464f 100644
--- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/Root/SystematicSet.cxx
+++ b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/Root/SystematicSet.cxx
@@ -211,7 +211,7 @@ namespace CP
 
 
   // Filter requested systematics with affecting systematics
-  SystematicCode SystematicSet::filterForAffectingSystematics
+  StatusCode SystematicSet::filterForAffectingSystematics
   (const SystematicSet& systConfig, const SystematicSet& affectingSysts,
    SystematicSet& filteredSysts)
   {
@@ -234,7 +234,7 @@ namespace CP
       if (iter != requestedMap.end())
       {
 	ANA_MSG_ERROR ("inconsistent systematic variations requested: " << sys << " and " << iter->second);
-	return SystematicCode::Unsupported;
+	return StatusCode::FAILURE;
       }
       requestedMap.insert (std::make_pair (basename, sys));
     }
@@ -266,13 +266,13 @@ namespace CP
       if (result.find (sys) == result.end())
       {
 	ANA_MSG_ERROR ("unsupported systematic variation " << sys << " requested for systematic " << sys.basename());
-	return SystematicCode::Unsupported;
+	return StatusCode::FAILURE;
       }
     }
 
     // everything worked out, let's commit now
     result.swap (filteredSysts);
-    return SystematicCode::Ok;
+    return StatusCode::SUCCESS;
   }
 
 
diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/Root/SystematicsTool.cxx b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/Root/SystematicsTool.cxx
index 85224e99f07254232fa8909eca91a764438c2557..a914c13d6a5d4bebe276abf5f821eee9abc91b06 100644
--- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/Root/SystematicsTool.cxx
+++ b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/Root/SystematicsTool.cxx
@@ -14,7 +14,7 @@
 
 // Local include(s):
 #include "PATInterfaces/SystematicsTool.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "PATInterfaces/SystematicVariation.h"
 #include "PATInterfaces/SystematicRegistry.h"
 
@@ -68,7 +68,7 @@ namespace CP {
       return m_appliedSystematics->name();
    }
 
-   SystematicCode SystematicsTool::
+   StatusCode SystematicsTool::
    applySystematicVariation( const SystematicSet& systConfig ) {
 
       RCU_CHANGE_INVARIANT( this );
@@ -85,8 +85,8 @@ namespace CP {
              filterForAffectingSystematics( systConfig,
                                             m_affectingSystematics,
                                             myAppliedSystematics ) !=
-             SystematicCode::Ok ) {
-            return SystematicCode::Unsupported;
+             StatusCode::SUCCESS ) {
+            return StatusCode::FAILURE;
          }
 
          // Insert the new filtered set onto our filter map
@@ -97,16 +97,16 @@ namespace CP {
 
       // Apply the filtered systematics
       if( sysApplySystematicVariation( itr->second ) !=
-          SystematicCode::Ok ) {
-         return SystematicCode::Unsupported;
+          StatusCode::SUCCESS ) {
+         return StatusCode::FAILURE;
       }
 
       // Store the filtered systematics
       m_appliedSystematics = &itr->second;
-      return SystematicCode::Ok;
+      return StatusCode::SUCCESS;
    }
 
-   SystematicCode SystematicsTool::
+   StatusCode SystematicsTool::
    addAffectingSystematic( const SystematicVariation& systematic, bool recommended ) {
 
       RCU_READ_INVARIANT( this );
@@ -115,14 +115,14 @@ namespace CP {
       reg.registerSystematic( systematic );
       m_affectingSystematics.insert( systematic );
       if( recommended ) {
-         if( addRecommendedSystematic(systematic) != SystematicCode::Ok ) {
-            return SystematicCode::Unsupported;
+         if( addRecommendedSystematic(systematic) != StatusCode::SUCCESS ) {
+            return StatusCode::FAILURE;
          }
       }
-      return SystematicCode::Ok;
+      return StatusCode::SUCCESS;
    }
 
-   SystematicCode SystematicsTool::
+   StatusCode SystematicsTool::
    addRecommendedSystematic( const SystematicVariation& systematic ) {
 
       RCU_READ_INVARIANT( this );
@@ -130,10 +130,10 @@ namespace CP {
       SystematicRegistry& reg = SystematicRegistry::getInstance();
       m_recommendedSystematics.insert( systematic );
       if( reg.addSystematicToRecommended( systematic ) !=
-          SystematicCode::Ok ) {
-         return SystematicCode::Unsupported;
+          StatusCode::SUCCESS ) {
+         return StatusCode::FAILURE;
       }
-      return SystematicCode::Ok;
+      return StatusCode::SUCCESS;
    }
 
    void SystematicsTool::
@@ -146,7 +146,7 @@ namespace CP {
       reg.registerSystematics( systematics );
    }
 
-   SystematicCode SystematicsTool::
+   StatusCode SystematicsTool::
    addRecommendedSystematics( const SystematicSet& systematics ) {
 
       RCU_READ_INVARIANT( this );
@@ -154,10 +154,10 @@ namespace CP {
       SystematicRegistry& reg = SystematicRegistry::getInstance();
       m_recommendedSystematics.insert( systematics );
       if( reg.addSystematicsToRecommended( systematics ) !=
-          SystematicCode::Ok ) {
-         return SystematicCode::Unsupported;
+          StatusCode::SUCCESS ) {
+         return StatusCode::FAILURE;
       }
-      return SystematicCode::Ok;
+      return StatusCode::SUCCESS;
    }
 
    void SystematicsTool::testInvariant() const {
diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/test/gt_SystematicSet.cxx b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/test/gt_SystematicSet.cxx
index 49e010b7f4ebedd4328d94ac4a1601e5b6e71816..9fb220ae9ecf1df2748ae65b8dc22afc3cdbc280 100644
--- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/test/gt_SystematicSet.cxx
+++ b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/test/gt_SystematicSet.cxx
@@ -11,6 +11,7 @@
 
 #include <PATInterfaces/SystematicSet.h>
 
+#include <AsgMessaging/MessageCheck.h>
 #include <RootCoreUtils/Assert.h>
 #include <cmath>
 #include <gtest/gtest.h>
diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/test/inc_SystematicCode.cxx b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/test/inc_SystematicCode.cxx
index aae4379d55a65953b325282e647837cb795fb738..8378b992fb6532c6f6d9b215a11203adfae94a3f 100644
--- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/test/inc_SystematicCode.cxx
+++ b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/test/inc_SystematicCode.cxx
@@ -9,7 +9,7 @@
 // includes
 //
 
-#include <PATInterfaces/SystematicCode.h>
+#include <AsgMessaging/StatusCode.h>
 
 //
 // main program
@@ -17,8 +17,8 @@
 
 int main () {
 
-   CP::SystematicCode c1( CP::SystematicCode::Ok );
-   CP::SystematicCode c2( CP::SystematicCode::Unsupported );
+   StatusCode c1( StatusCode::SUCCESS );
+   StatusCode c2( StatusCode::FAILURE );
 
    c2.ignore();
 
diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/test/ut_syst_dict.py b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/test/ut_syst_dict.py
index d0039c22011145e56847b084d67d00734f65929e..8e807822b56948fd8a7f4a6f9b78320614c6c007 100755
--- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/test/ut_syst_dict.py
+++ b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/test/ut_syst_dict.py
@@ -10,8 +10,9 @@ gSystem.Load('libPATInterfaces.so')
 gSystem.Load('libRootCoreUtils.so') # For the TestInvariant dependency
 
 # Import the systematics classes
+from ROOT import StatusCode
 from ROOT.CP import SystematicVariation, SystematicSet
-from ROOT.CP import SystematicCode, SystematicRegistry
+from ROOT.CP import SystematicRegistry
 from ROOT.CP import make_systematics_vector
 
 # Build a dumb set of systematics
@@ -31,7 +32,7 @@ sys_reg = SystematicRegistry.getInstance()
 # Register the systematics
 sys_reg.registerSystematics(sys_set)
 code = sys_reg.addSystematicsToRecommended(sys_set)
-if code.code() != SystematicCode.Ok:
+if code.isFailure():
     raise Exception('Failed to call SystematicRegistry::addSystematicsToRecommended')
 
 # Build a systematics list
diff --git a/PhysicsAnalysis/AnalysisCommon/PMGTools/PMGTools/PMGTruthWeightTool.h b/PhysicsAnalysis/AnalysisCommon/PMGTools/PMGTools/PMGTruthWeightTool.h
index 935571ad6e8edc2f9b9f02d831c044dd8d4a6bf3..eeaaf849c5d726e026a29b49829675e73a1652fe 100644
--- a/PhysicsAnalysis/AnalysisCommon/PMGTools/PMGTools/PMGTruthWeightTool.h
+++ b/PhysicsAnalysis/AnalysisCommon/PMGTools/PMGTools/PMGTruthWeightTool.h
@@ -74,7 +74,7 @@ namespace PMGTools
     virtual CP::SystematicSet recommendedSystematics() const override;
 
     /// Implements interface from ISystematicsTool
-    virtual CP::SystematicCode applySystematicVariation(const CP::SystematicSet& systConfig) override;
+    virtual StatusCode applySystematicVariation(const CP::SystematicSet& systConfig) override;
 
     /// @}
 
diff --git a/PhysicsAnalysis/AnalysisCommon/PMGTools/Root/PMGTruthWeightTool.cxx b/PhysicsAnalysis/AnalysisCommon/PMGTools/Root/PMGTruthWeightTool.cxx
index fc1f8fccc374d93c89f8ab3785bf064c886e8a89..1e5cf58d3c7078ce7b8f3801dce3b1684e1751b6 100644
--- a/PhysicsAnalysis/AnalysisCommon/PMGTools/Root/PMGTruthWeightTool.cxx
+++ b/PhysicsAnalysis/AnalysisCommon/PMGTools/Root/PMGTruthWeightTool.cxx
@@ -173,17 +173,17 @@ namespace PMGTools
   }
 
 
-  CP::SystematicCode PMGTruthWeightTool::applySystematicVariation(const CP::SystematicSet& systConfig)
+  StatusCode PMGTruthWeightTool::applySystematicVariation(const CP::SystematicSet& systConfig)
   {
     auto iter = m_weightData.find (systConfig);
     if (iter != m_weightData.end())
     {
       m_currentWeightData = &iter->second;
-      return CP::SystematicCode::Ok;
+      return StatusCode::SUCCESS;
     }
 
     CP::SystematicSet currentSys;
-    ANA_CHECK_SET_TYPE (CP::SystematicCode);
+    ANA_CHECK_SET_TYPE (StatusCode);
     ANA_CHECK (CP::SystematicSet::filterForAffectingSystematics (systConfig, m_systematicsSet, currentSys));
 
     WeightData currentWeight{};
@@ -196,7 +196,7 @@ namespace PMGTools
     auto insert = m_weightData.emplace(systConfig, std::move(currentWeight));
     m_currentWeightData = &insert.first->second;
 
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
   }
 
 
diff --git a/PhysicsAnalysis/AnalysisCommon/PileupReweighting/PileupReweighting/PileupReweightingTool.h b/PhysicsAnalysis/AnalysisCommon/PileupReweighting/PileupReweighting/PileupReweightingTool.h
index bdd43a31fdb805f949c825395dac7e842344c152..b7892fa32ca5664417808f155d27dca75b69b253 100644
--- a/PhysicsAnalysis/AnalysisCommon/PileupReweighting/PileupReweighting/PileupReweightingTool.h
+++ b/PhysicsAnalysis/AnalysisCommon/PileupReweighting/PileupReweighting/PileupReweightingTool.h
@@ -123,7 +123,7 @@ namespace CP {
       bool isAffectedBySystematic( const CP::SystematicVariation& systematic ) const;
       CP::SystematicSet affectingSystematics() const;
       CP::SystematicSet recommendedSystematics() const;
-      CP::SystematicCode applySystematicVariation( const CP::SystematicSet& systConfig );
+      StatusCode applySystematicVariation( const CP::SystematicSet& systConfig );
 
 #ifndef XAOD_STANDALONE
      void updateHandler(Gaudi::Details::PropertyBase& /*p*/);
diff --git a/PhysicsAnalysis/AnalysisCommon/PileupReweighting/Root/PileupReweightingTool.cxx b/PhysicsAnalysis/AnalysisCommon/PileupReweighting/Root/PileupReweightingTool.cxx
index 8c5ecf033fa85a47df9a92ea1da1adc3073c3bd8..816917dd6b9641fbc7ef29ae1d3f6a6b6a0c554c 100644
--- a/PhysicsAnalysis/AnalysisCommon/PileupReweighting/Root/PileupReweightingTool.cxx
+++ b/PhysicsAnalysis/AnalysisCommon/PileupReweighting/Root/PileupReweightingTool.cxx
@@ -124,21 +124,21 @@ CP::SystematicSet PileupReweightingTool::recommendedSystematics() const {
    return affectingSystematics();
 }
 
-CP::SystematicCode PileupReweightingTool::applySystematicVariation( const CP::SystematicSet& systConfig ) { 
+StatusCode PileupReweightingTool::applySystematicVariation( const CP::SystematicSet& systConfig ) { 
    if(systConfig.find( m_systUp ) != systConfig.end() && systConfig.find( m_systDown ) != systConfig.end()) {
       ATH_MSG_ERROR("Errr... what the!? You're trying to do both PRW_DATASF directions at the same time!!!??"); 
-      return SystematicCode::Unsupported; 
+      return StatusCode::FAILURE; 
    }
    if(systConfig.find( m_systUp ) != systConfig.end()) {
-      if(!m_upTool) { ATH_MSG_ERROR("Requested up variation of PRW_DATASF, but not configured to do this :-("); return SystematicCode::Unsupported; }
+      if(!m_upTool) { ATH_MSG_ERROR("Requested up variation of PRW_DATASF, but not configured to do this :-("); return StatusCode::FAILURE; }
       m_activeTool = m_upTool.get();
    }
    else if(systConfig.find( m_systDown ) != systConfig.end() ) {
-      if(!m_downTool) { ATH_MSG_ERROR("Requested down variation of PRW_DATASF, but not configured to do this :-("); return SystematicCode::Unsupported; }
+      if(!m_downTool) { ATH_MSG_ERROR("Requested down variation of PRW_DATASF, but not configured to do this :-("); return StatusCode::FAILURE; }
       m_activeTool = m_downTool.get();
    }
    else m_activeTool = this;
-   return SystematicCode::Ok;
+   return StatusCode::SUCCESS;
 }
 
 
@@ -271,7 +271,7 @@ StatusCode PileupReweightingTool::initialize() {
 
    //register ourselves with the systematic registry! 
    CP::SystematicRegistry& registry = CP::SystematicRegistry::getInstance();
-   if( registry.registerSystematics( *this ) != CP::SystematicCode::Ok ) return StatusCode::FAILURE;
+   if( registry.registerSystematics( *this ) != StatusCode::SUCCESS ) return StatusCode::FAILURE;
 
 
    //delay initializing underlying tool until first usage, just in case user wants to do any advanced initialization options
diff --git a/PhysicsAnalysis/AnalysisCommon/PileupReweighting/src/PileupReweightingProvider.h b/PhysicsAnalysis/AnalysisCommon/PileupReweighting/src/PileupReweightingProvider.h
index 03f7434f53f8ca8584761611115351256f7163b4..22fecd441d5befd38afe231cfcdc800b744ab887 100644
--- a/PhysicsAnalysis/AnalysisCommon/PileupReweighting/src/PileupReweightingProvider.h
+++ b/PhysicsAnalysis/AnalysisCommon/PileupReweighting/src/PileupReweightingProvider.h
@@ -75,11 +75,11 @@ class PileupReweightingProvider : public AthAlgorithm {
                   ATH_MSG_VERBOSE("Doing systematic : " << syst.name());
                   if(! m_tool->isAffectedBySystematic( syst )) continue;
                   CP::SystematicSet tmp; tmp.insert( syst );
-                  if( m_tool->applySystematicVariation( tmp ) != CP::SystematicCode::Ok ) continue;
+                  if( m_tool->applySystematicVariation( tmp ) != StatusCode::SUCCESS ) continue;
                   CHECK( m_tool->apply(*evtInfo) );
                }
                //make sure we leave the tool in the nominal mode
-               if( m_tool->applySystematicVariation( CP::SystematicSet() ) != CP::SystematicCode::Ok ) return StatusCode::FAILURE;
+               if( m_tool->applySystematicVariation( CP::SystematicSet() ) != StatusCode::SUCCESS ) return StatusCode::FAILURE;
             }
 
             return StatusCode::SUCCESS; 
diff --git a/PhysicsAnalysis/AnalysisCommon/ReweightUtils/ReweightUtils/ParticleScaleFactorTool.h b/PhysicsAnalysis/AnalysisCommon/ReweightUtils/ReweightUtils/ParticleScaleFactorTool.h
index 4635d61842834817256eb6a0923132d6a1a8bea8..897ce417d16beda4f239d81930e26f99dde4621d 100644
--- a/PhysicsAnalysis/AnalysisCommon/ReweightUtils/ReweightUtils/ParticleScaleFactorTool.h
+++ b/PhysicsAnalysis/AnalysisCommon/ReweightUtils/ReweightUtils/ParticleScaleFactorTool.h
@@ -57,7 +57,7 @@ class ParticleScaleFactorTool: public asg::AsgTool, public virtual IObservableTo
   bool isAffectedBySystematic( const CP::SystematicVariation& systematic ) const override { return (m_affectingSysts.find(systematic)!=m_affectingSysts.end()); }
   CP::SystematicSet affectingSystematics() const override { return m_affectingSysts; }
   CP::SystematicSet recommendedSystematics() const override { return affectingSystematics(); }
-  CP::SystematicCode applySystematicVariation( const CP::SystematicSet& systConfig ) override;
+  StatusCode applySystematicVariation( const CP::SystematicSet& systConfig ) override;
 
  private: 
    std::string m_configFile;
diff --git a/PhysicsAnalysis/AnalysisCommon/ReweightUtils/Root/ParticleScaleFactorTool.cxx b/PhysicsAnalysis/AnalysisCommon/ReweightUtils/Root/ParticleScaleFactorTool.cxx
index 464f540fdef147c9ad75cff13f15cfeab7ab51bf..b45634ef66376275240fce3540ae86fb64a432c4 100644
--- a/PhysicsAnalysis/AnalysisCommon/ReweightUtils/Root/ParticleScaleFactorTool.cxx
+++ b/PhysicsAnalysis/AnalysisCommon/ReweightUtils/Root/ParticleScaleFactorTool.cxx
@@ -181,7 +181,7 @@ StatusCode ParticleScaleFactorTool::initialize() {
   delete f;
   f = 0;
   
-  if(CP::SystematicRegistry::getInstance().registerSystematics(*this) != CP::SystematicCode::Ok ) return StatusCode::FAILURE;
+  if(CP::SystematicRegistry::getInstance().registerSystematics(*this) != StatusCode::SUCCESS ) return StatusCode::FAILURE;
 
   return StatusCode::SUCCESS;
 }
@@ -238,18 +238,18 @@ const std::pair<CP::SystematicVariation,TH1*> ParticleScaleFactorTool::Hists::ge
 
 
 
-CP::SystematicCode ParticleScaleFactorTool::applySystematicVariation( const CP::SystematicSet& systConfig ) { 
+StatusCode ParticleScaleFactorTool::applySystematicVariation( const CP::SystematicSet& systConfig ) { 
     for(auto& syst : systConfig) {
       for(auto& s : m_affectingSysts) {
         if(s.basename()==syst.basename()) {
           m_currentSyst = syst; m_isNominal=false;
-          return CP::SystematicCode::Ok;
+          return StatusCode::SUCCESS;
         }
       }
     }
     m_currentSyst = CP::SystematicVariation("");
     m_isNominal = true;
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
 }
 
 
diff --git a/PhysicsAnalysis/AnalysisCommon/UserAnalysis/src/AnalysisSkeleton.cxx b/PhysicsAnalysis/AnalysisCommon/UserAnalysis/src/AnalysisSkeleton.cxx
index 6351201e1a7b27daa2459a0823b22d11c63bd414..14a731e8e8cb3a83c7a78b4498b148f809580ad1 100755
--- a/PhysicsAnalysis/AnalysisCommon/UserAnalysis/src/AnalysisSkeleton.cxx
+++ b/PhysicsAnalysis/AnalysisCommon/UserAnalysis/src/AnalysisSkeleton.cxx
@@ -1315,7 +1315,7 @@ StatusCode AnalysisSkeleton::getTopQpT(int& numTops, double& top1, double& top2)
 
       HepMC::GenVertex* prod_vtx = part->production_vertex();
       int vtx_barcode = 1;
-      if(prod_vtx) vtx_barcode = prod_vtx->barcode();
+      if(prod_vtx) vtx_barcode = HepMC::barcode(prod_vtx);
 
       if(vtx_barcode == -1) {
 
diff --git a/PhysicsAnalysis/D3PDMaker/JetD3PDMaker/CMakeLists.txt b/PhysicsAnalysis/D3PDMaker/JetD3PDMaker/CMakeLists.txt
index acedec855391e8672e1f08a5e695eddc6df3e32c..f5f6fd7a12553ace679bf343a8294373081ebc23 100644
--- a/PhysicsAnalysis/D3PDMaker/JetD3PDMaker/CMakeLists.txt
+++ b/PhysicsAnalysis/D3PDMaker/JetD3PDMaker/CMakeLists.txt
@@ -1,47 +1,17 @@
-################################################################################
-# Package: JetD3PDMaker
-################################################################################
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # Declare the package name:
 atlas_subdir( JetD3PDMaker )
 
-# Declare the package's dependencies:
-atlas_depends_on_subdirs( PUBLIC
-                          Trigger/TrigEvent/TrigCaloEvent
-                          PRIVATE
-                          Calorimeter/CaloEvent
-                          Calorimeter/CaloGeoHelpers
-                          Calorimeter/CaloIdentifier
-                          Control/AthenaBaseComps
-                          Control/AthenaKernel
-                          Control/Navigation
-                          Control/StoreGate
-                          DetectorDescription/Identifier
-                          Event/EventKernel
-                          Event/FourMomUtils
-                          GaudiKernel
-                          PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEvent
-                          PhysicsAnalysis/D3PDMaker/D3PDMakerInterfaces
-                          PhysicsAnalysis/D3PDMaker/D3PDMakerUtils
-                          PhysicsAnalysis/D3PDMaker/TriggerD3PDMaker
-                          PhysicsAnalysis/JetTagging/JetTagEvent
-                          PhysicsAnalysis/JetTagging/JetTagInfo
-                          Reconstruction/Jet/JetEvent
-                          Reconstruction/Particle
-                          TileCalorimeter/TileConditions
-                          TileCalorimeter/TileEvent
-                          TileCalorimeter/TileIdentifier
-                          Tracking/TrkEvent/VxVertex )
-
 # External dependencies:
-find_package( Boost COMPONENTS filesystem thread system )
+find_package( Boost )
 
 # Component(s) in the package:
 atlas_add_component( JetD3PDMaker
                      src/*.cxx
                      src/components/*.cxx
                      INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
-                     LINK_LIBRARIES ${Boost_LIBRARIES} TrigCaloEvent CaloEvent CaloGeoHelpers CaloIdentifier AthenaBaseComps AthenaKernel Navigation StoreGateLib SGtests Identifier EventKernel FourMomUtils GaudiKernel AnalysisTriggerEvent D3PDMakerUtils TriggerD3PDMakerLib JetTagEvent JetTagInfo JetEvent Particle TileConditionsLib TileEvent TileIdentifier VxVertex )
+                     LINK_LIBRARIES ${Boost_LIBRARIES} TrigCaloEvent CaloEvent CaloGeoHelpers CaloIdentifier AthenaBaseComps AthenaKernel Navigation StoreGateLib Identifier EventKernel FourMomUtils GaudiKernel AnalysisTriggerEvent D3PDMakerInterfaces D3PDMakerUtils TriggerD3PDMakerLib JetTagEvent JetTagInfo JetEvent Particle TileConditionsLib TileEvent TileIdentifier VxVertex )
 
 # Install files from the package:
 atlas_install_python_modules( python/*.py )
diff --git a/PhysicsAnalysis/D3PDMaker/MissingETD3PDMaker/CMakeLists.txt b/PhysicsAnalysis/D3PDMaker/MissingETD3PDMaker/CMakeLists.txt
index 0f4804cad9d0e59a883fe3bf36ee3d4d6deb2ed6..5f934fcd6f0af52d328bbce19ba9c4c13d063f4f 100644
--- a/PhysicsAnalysis/D3PDMaker/MissingETD3PDMaker/CMakeLists.txt
+++ b/PhysicsAnalysis/D3PDMaker/MissingETD3PDMaker/CMakeLists.txt
@@ -1,44 +1,20 @@
-################################################################################
-# Package: MissingETD3PDMaker
-################################################################################
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # Declare the package name:
 atlas_subdir( MissingETD3PDMaker )
 
-# Declare the package's dependencies:
-atlas_depends_on_subdirs( PUBLIC
-                          Calorimeter/CaloEvent
-                          Control/StoreGate
-                          Event/EventKernel
-                          GaudiKernel
-                          PhysicsAnalysis/D3PDMaker/D3PDMakerInterfaces
-                          PhysicsAnalysis/D3PDMaker/D3PDMakerUtils
-                          Reconstruction/Jet/JetEvent
-                          Reconstruction/MissingETEvent
-                          Reconstruction/MissingETGoodness
-                          Reconstruction/MissingETPerformance
-                          Reconstruction/Particle
-                          PRIVATE
-                          Control/AthenaKernel
-                          Event/FourMomUtils
-                          Event/xAOD/xAODMissingET
-                          Reconstruction/MuonIdentification/muonEvent
-                          Reconstruction/egamma/egammaEvent
-                          Reconstruction/tauEvent )
-
 # External dependencies:
 find_package( CLHEP )
-find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
+find_package( ROOT COMPONENTS Core )
 
 # Component(s) in the package:
 atlas_add_component( MissingETD3PDMaker
                      src/*.cxx
                      src/components/*.cxx
                      INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
-                     LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} CaloEvent StoreGateLib SGtests EventKernel GaudiKernel D3PDMakerUtils JetEvent MissingETEvent MissingETGoodnessLib MissingETPerformanceLib Particle AthenaKernel FourMomUtils xAODMissingET muonEvent egammaEvent tauEvent )
+                     LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} CaloEvent StoreGateLib EventKernel GaudiKernel D3PDMakerInterfaces D3PDMakerUtils JetEvent MissingETEvent MissingETGoodnessLib MissingETPerformanceLib Particle AthenaKernel FourMomUtils xAODMissingET muonEvent egammaEvent tauEvent )
 
 # Install files from the package:
-atlas_install_headers( MissingETD3PDMaker )
 atlas_install_python_modules( python/*.py )
 atlas_install_joboptions( share/*.py )
 
diff --git a/PhysicsAnalysis/D3PDMaker/MuonD3PDMaker/src/MuonTruthHitsFillerTool.cxx b/PhysicsAnalysis/D3PDMaker/MuonD3PDMaker/src/MuonTruthHitsFillerTool.cxx
index b0a2983d906015e009ac8e11723d71640bc4fefb..7b7b69abf5331a178ab4e6777d5f97a22c18e284 100644
--- a/PhysicsAnalysis/D3PDMaker/MuonD3PDMaker/src/MuonTruthHitsFillerTool.cxx
+++ b/PhysicsAnalysis/D3PDMaker/MuonD3PDMaker/src/MuonTruthHitsFillerTool.cxx
@@ -130,7 +130,7 @@ StatusCode MuonTruthHitsFillerTool::fillHitCounts (int barcode)
 
     for (const PRD_MultiTruthCollection::value_type& mc : *collection) {
       // check if gen particle same as input
-      if( mc.second->barcode() != barcode ) continue;
+      if( HepMC::barcode(mc.second) != barcode ) continue;
       found = true;
       const Identifier& id = mc.first;
       ATH_MSG_VERBOSE("found matching hit " << m_idHelperSvc->toString(id) );
diff --git a/PhysicsAnalysis/D3PDMaker/TrackD3PDMaker/CMakeLists.txt b/PhysicsAnalysis/D3PDMaker/TrackD3PDMaker/CMakeLists.txt
index 12bfb4093a7070a74fdba186f6a7c9613c090897..f50e867947f636a1f4bdd32f8ec6b7959b9239ae 100644
--- a/PhysicsAnalysis/D3PDMaker/TrackD3PDMaker/CMakeLists.txt
+++ b/PhysicsAnalysis/D3PDMaker/TrackD3PDMaker/CMakeLists.txt
@@ -1,48 +1,12 @@
-################################################################################
-# Package: TrackD3PDMaker
-################################################################################
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # Declare the package name:
 atlas_subdir( TrackD3PDMaker )
 
-# Declare the package's dependencies:
-atlas_depends_on_subdirs( PUBLIC
-                          Tracking/TrkEvent/TrkParameters
-                          PRIVATE
-                          Control/AthenaKernel
-                          Control/CxxUtils
-                          DetectorDescription/Identifier
-                          Event/EventPrimitives
-                          Event/xAOD/xAODBase
-                          Event/xAOD/xAODPrimitives
-                          Event/xAOD/xAODTracking
-                          GaudiKernel
-                          InnerDetector/InDetConditions/InDetBeamSpotService
-                          InnerDetector/InDetConditions/InDetConditionsSummaryService
-                          InnerDetector/InDetDetDescr/InDetIdentifier
-                          InnerDetector/InDetDetDescr/InDetReadoutGeometry
-                          InnerDetector/InDetRecTools/InDetTestBLayer
-                          PhysicsAnalysis/AnalysisCommon/ParticleEvent
-                          PhysicsAnalysis/D3PDMaker/D3PDMakerInterfaces
-                          PhysicsAnalysis/D3PDMaker/D3PDMakerUtils
-                          Reconstruction/Particle
-                          Reconstruction/RecoTools/ITrackToVertex
-                          Reconstruction/RecoTools/RecoToolInterfaces
-                          Tracking/TrkEvent/TrkEventPrimitives
-                          Tracking/TrkEvent/TrkParticleBase
-                          Tracking/TrkEvent/VxVertex 
-                          Generators/AtlasHepMC )
-
-# External dependencies:
-find_package( Boost COMPONENTS filesystem thread system )
-find_package( HepPDT )
-
 # Component(s) in the package:
 atlas_add_component( TrackD3PDMaker
                      src/components/*.cxx
-                     INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${HEPPDT_INCLUDE_DIRS} 
-                     LINK_LIBRARIES ${Boost_LIBRARIES} ${HEPPDT_LIBRARIES} AtlasHepMCLib TrkParameters AthenaKernel CxxUtils SGtests Identifier EventPrimitives xAODBase xAODPrimitives xAODTracking GaudiKernel  InDetIdentifier InDetReadoutGeometry  InDetTestBLayerLib ParticleEvent D3PDMakerUtils Particle ITrackToVertex RecoToolInterfaces TrkEventPrimitives TrkParticleBase VxVertex InDetBeamSpotServiceLib )
+                     LINK_LIBRARIES TrkParameters AthenaKernel CxxUtils Identifier EventPrimitives xAODBase xAODPrimitives xAODTracking GaudiKernel InDetIdentifier InDetReadoutGeometry InDetTestBLayerLib ParticleEvent D3PDMakerInterfaces D3PDMakerUtils Particle InDetRecToolInterfaces ITrackToVertex RecoToolInterfaces TrkEventPrimitives TrkParticleBase VxVertex InDetBeamSpotServiceLib )
 
 # Install files from the package:
-atlas_install_headers( TrackD3PDMaker )
 atlas_install_python_modules( python/*.py )
diff --git a/PhysicsAnalysis/D3PDMaker/TruthD3PDAnalysis/CMakeLists.txt b/PhysicsAnalysis/D3PDMaker/TruthD3PDAnalysis/CMakeLists.txt
index e15e3a568bd396171bac76ad797e99d2ae5cacf8..0fa2b0a9ce6d99696d0597ead3be964ba956e4e0 100644
--- a/PhysicsAnalysis/D3PDMaker/TruthD3PDAnalysis/CMakeLists.txt
+++ b/PhysicsAnalysis/D3PDMaker/TruthD3PDAnalysis/CMakeLists.txt
@@ -1,50 +1,23 @@
-################################################################################
-# Package: TruthD3PDAnalysis
-################################################################################
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # Declare the package name:
 atlas_subdir( TruthD3PDAnalysis )
 
-# Declare the package's dependencies:
-atlas_depends_on_subdirs( PUBLIC
-                          Control/AthenaBaseComps
-                          GaudiKernel
-                          PhysicsAnalysis/D3PDMaker/D3PDMakerUtils
-                          PhysicsAnalysis/TruthParticleID/McParticleKernel
-                          PRIVATE
-                          Control/AthenaKernel
-                          Control/StoreGate
-                          Event/EventKernel
-                          Event/xAOD/xAODEgamma
-                          Event/xAOD/xAODJet
-                          Event/xAOD/xAODMuon
-                          Generators/GenAnalysisTools/TruthHelper
-                          Generators/GeneratorObjects
-                          Generators/AtlasHepMC
-                          PhysicsAnalysis/AnalysisCommon/ParticleJetTools
-                          PhysicsAnalysis/MCTruthClassifier
-                          PhysicsAnalysis/TruthParticleID/McParticleEvent
-                          Reconstruction/Particle
-                          Reconstruction/ParticleTruth
-                          Tracking/TrkEvent/TrkParticleBase
-                          Tracking/TrkEvent/VxVertex )
-
 # External dependencies:
-find_package( Boost COMPONENTS filesystem thread system )
+find_package( Boost )
 find_package( HepPDT )
 
 # Component(s) in the package:
 atlas_add_library( TruthD3PDAnalysisLib
                    src/*.cxx
                    PUBLIC_HEADERS TruthD3PDAnalysis
-                   PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${HEPPDT_INCLUDE_DIRS} 
-                   LINK_LIBRARIES AthenaBaseComps GaudiKernel D3PDMakerUtils McParticleKernel StoreGateLib SGtests ParticleJetToolsLib MCTruthClassifierLib MCTruthClassifierLib
-                   PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} ${HEPPDT_LIBRARIES} AtlasHepMCLib AthenaKernel EventKernel xAODEgamma xAODJet xAODMuon TruthHelper GeneratorObjects McParticleEvent Particle ParticleTruth TrkParticleBase VxVertex )
+                   PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${HEPPDT_INCLUDE_DIRS}
+                   LINK_LIBRARIES AthenaBaseComps AtlasHepMCLib D3PDMakerUtils GaudiKernel McParticleKernel MCTruthClassifierLib
+                   PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} ${HEPPDT_LIBRARIES} AthenaKernel EventKernel xAODEgamma xAODJet xAODMuon TruthHelper GeneratorObjects McParticleEvent Particle ParticleJetToolsLib ParticleTruth StoreGateLib TrkParticleBase VxVertex )
 
 atlas_add_component( TruthD3PDAnalysis
                      src/components/*.cxx
-                     INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${HEPPDT_INCLUDE_DIRS} 
-                     LINK_LIBRARIES ${Boost_LIBRARIES} ${HEPPDT_LIBRARIES} AtlasHepMCLib AthenaBaseComps GaudiKernel D3PDMakerUtils McParticleKernel AthenaKernel StoreGateLib SGtests EventKernel xAODEgamma xAODJet xAODMuon TruthHelper GeneratorObjects ParticleJetToolsLib MCTruthClassifierLib McParticleEvent Particle ParticleTruth TrkParticleBase VxVertex TruthD3PDAnalysisLib MCTruthClassifierLib )
+                     LINK_LIBRARIES TruthD3PDAnalysisLib )
 
 # Install files from the package:
 atlas_install_python_modules( python/*.py )
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInDet/share/IDTIDE1.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInDet/share/IDTIDE1.py
index 699f15cf6ff181d34b212af4bab24b1692cb1506..ffe3034290a5ab6687e0c8db663bca471ebc5a52 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInDet/share/IDTIDE1.py
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInDet/share/IDTIDE1.py
@@ -348,7 +348,7 @@ IDTIDE1Stream.AddItem("xAOD::PhotonAuxContainer#PhotonsAux.")
 IDTIDE1Stream.AddItem("xAOD::MuonContainer#Muons")
 IDTIDE1Stream.AddItem("xAOD::MuonAuxContainer#MuonsAux.")
 IDTIDE1Stream.AddItem("xAOD::TauJetContainer#TauJets")
-IDTIDE1Stream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.")
+IDTIDE1Stream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.")
 IDTIDE1Stream.AddItem("xAOD::JetContainer#AntiKt4EMTopoJets")
 IDTIDE1Stream.AddItem("xAOD::JetAuxContainer#AntiKt4EMTopoJetsAux.")
 IDTIDE1Stream.AddItem("xAOD::JetContainer#AntiKt2PV0TrackJets")
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO1.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO1.py
index e1593e4c360ad375afce184a2916e350c4b656ce..f3227c560d33f1d9fc74ac5161982ff51669f593 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO1.py
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO1.py
@@ -96,7 +96,7 @@ L1CALO1Stream.AddItem("xAOD::ElectronAuxContainer#ElectronsAux.")
 L1CALO1Stream.AddItem("xAOD::PhotonContainer#Photons")
 L1CALO1Stream.AddItem("xAOD::PhotonAuxContainer#PhotonsAux.")
 L1CALO1Stream.AddItem("xAOD::TauJetContainer#TauJets")
-L1CALO1Stream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.")
+L1CALO1Stream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.")
 L1CALO1Stream.AddItem("xAOD::MissingETContainer#MET_Reference_AntiKt4EMTopo")
 L1CALO1Stream.AddItem("xAOD::MissingETAuxContainer#MET_Reference_AntiKt4EMTopoAux.-ConstitObjectLinks.-ConstitObjectWeights")
 L1CALO1Stream.AddItem("xAOD::VertexContainer#PrimaryVertices")
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO2.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO2.py
index b8cda2a6375031123130a4ee60208510e4da5188..c087d6668df5322d2f5aa78c06ab01b4176297a5 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO2.py
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO2.py
@@ -96,7 +96,7 @@ L1CALO2Stream.AddItem("xAOD::ElectronAuxContainer#ElectronsAux.")
 L1CALO2Stream.AddItem("xAOD::PhotonContainer#Photons")
 L1CALO2Stream.AddItem("xAOD::PhotonAuxContainer#PhotonsAux.")
 L1CALO2Stream.AddItem("xAOD::TauJetContainer#TauJets")
-L1CALO2Stream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.")
+L1CALO2Stream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.")
 L1CALO2Stream.AddItem("xAOD::MissingETContainer#MET_Reference_AntiKt4EMTopo")
 L1CALO2Stream.AddItem("xAOD::MissingETAuxContainer#MET_Reference_AntiKt4EMTopoAux.-ConstitObjectLinks.-ConstitObjectWeights")
 L1CALO2Stream.AddItem("xAOD::VertexContainer#PrimaryVertices")
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO3.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO3.py
index f73133ef65f88bf2a2e6a83166e6ef046e2c0f77..cfce7acac12ca1f6e1aff4c2d2c6b82aed6a4f80 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO3.py
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO3.py
@@ -96,7 +96,7 @@ L1CALO3Stream.AddItem("xAOD::ElectronAuxContainer#ElectronsAux.")
 L1CALO3Stream.AddItem("xAOD::PhotonContainer#Photons")
 L1CALO3Stream.AddItem("xAOD::PhotonAuxContainer#PhotonsAux.")
 L1CALO3Stream.AddItem("xAOD::TauJetContainer#TauJets")
-L1CALO3Stream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.")
+L1CALO3Stream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.")
 L1CALO3Stream.AddItem("xAOD::MissingETContainer#MET_Reference_AntiKt4EMTopo")
 L1CALO3Stream.AddItem("xAOD::MissingETAuxContainer#MET_Reference_AntiKt4EMTopoAux.-ConstitObjectLinks.-ConstitObjectWeights")
 L1CALO3Stream.AddItem("xAOD::VertexContainer#PrimaryVertices")
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO4.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO4.py
index d22d6995f3b80fdd64c1c69ff0bd21a7bf496a49..0175caedb479923a1cfb8b8ceb0a0fe8e3120027 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO4.py
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO4.py
@@ -96,7 +96,7 @@ L1CALO4Stream.AddItem("xAOD::ElectronAuxContainer#ElectronsAux.")
 L1CALO4Stream.AddItem("xAOD::PhotonContainer#Photons")
 L1CALO4Stream.AddItem("xAOD::PhotonAuxContainer#PhotonsAux.")
 L1CALO4Stream.AddItem("xAOD::TauJetContainer#TauJets")
-L1CALO4Stream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.")
+L1CALO4Stream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.")
 L1CALO4Stream.AddItem("xAOD::MissingETContainer#MET_Reference_AntiKt4EMTopo")
 L1CALO4Stream.AddItem("xAOD::MissingETAuxContainer#MET_Reference_AntiKt4EMTopoAux.-ConstitObjectLinks.-ConstitObjectWeights")
 L1CALO4Stream.AddItem("xAOD::VertexContainer#PrimaryVertices")
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO5.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO5.py
index ca1ac5696243801a001b05071081b3ea490a01f2..8a8ea934fce2e98b988263c1ed91c0866a3d41f6 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO5.py
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkL1Calo/share/L1CALO5.py
@@ -96,7 +96,7 @@ L1CALO5Stream.AddItem("xAOD::ElectronAuxContainer#ElectronsAux.")
 L1CALO5Stream.AddItem("xAOD::PhotonContainer#Photons")
 L1CALO5Stream.AddItem("xAOD::PhotonAuxContainer#PhotonsAux.")
 L1CALO5Stream.AddItem("xAOD::TauJetContainer#TauJets")
-L1CALO5Stream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.")
+L1CALO5Stream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.")
 L1CALO5Stream.AddItem("xAOD::MissingETContainer#MET_Reference_AntiKt4EMTopo")
 L1CALO5Stream.AddItem("xAOD::MissingETAuxContainer#MET_Reference_AntiKt4EMTopoAux.-ConstitObjectLinks.-ConstitObjectWeights")
 L1CALO5Stream.AddItem("xAOD::VertexContainer#PrimaryVertices")
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth/src/CompactHardTruth.cxx b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth/src/CompactHardTruth.cxx
index 32d008c5c725f9c9f9d5663b86fd68886f468b74..fa6cd77fc8e7eabf5a9785909811993d86741385 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth/src/CompactHardTruth.cxx
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth/src/CompactHardTruth.cxx
@@ -32,14 +32,6 @@
 // Needed for FourVector
 #include "AtlasHepMC/SimpleVector.h"
 
-//#include "McParticleUtils/McVtxFilter.h"
-
-//#include "TruthHelper/IsGenStable.h"
-//#include "TruthHelper/IsGenNonInteracting.h"
-//#include "TruthHelper/IsGenerator.h"
-
-//#include "EventKernel/PdtPdg.h"
-
 // ROOT includes
 #include "TH1F.h"
 
@@ -207,7 +199,7 @@ StatusCode CompactHardTruth::execute() {
 
   if( doPrint ){
     std::cout <<"========== BEGIN EVENT BEFORE THINNING ==========" <<std::endl;
-    thinEvt->print();
+    HepMC::Print::line(std::cout,thinEvt);
     std::cout <<"========== END EVENT BEFORE THINNING ==========" <<std::endl;
   }
 
@@ -284,7 +276,7 @@ StatusCode CompactHardTruth::execute() {
     isHadVtx = isHadVtx && isHadOut;
     if( isHadVtx ) hadVertices.push_back(*hadv);
     if( doDebug && isHadVtx ) ATH_MSG_VERBOSE("Hadronization vertex "
-                                              <<(*hadv)->barcode());
+                                              <<HepMC::barcode(*hadv));
   }
 
   if( hadVertices.size() < 1 ){
@@ -303,7 +295,7 @@ StatusCode CompactHardTruth::execute() {
   for(unsigned int iv=0; iv<hadVertices.size(); ++iv){
     HepMC::GenVertex* ivtx = hadVertices[iv];
     if( doDebug ) ATH_MSG_DEBUG("Removing partons from hadVertex "
-                                <<ivtx->barcode());
+                                <<HepMC::barcode(ivtx));
     HepMC::GenVertex::particles_in_const_iterator pin =
      ivtx->particles_in_const_begin();
     HepMC::GenVertex::particles_in_const_iterator pinE =
@@ -346,7 +338,7 @@ StatusCode CompactHardTruth::execute() {
     }
 
     // Geant vertices/particles
-    if( (*hadv)->barcode() > -cutG4 ) continue;
+    if( HepMC::barcode(*hadv) > -cutG4 ) continue;
     HepMC::GenVertex::particles_in_const_iterator pin =
      (*hadv)->particles_in_const_begin();
     HepMC::GenVertex::particles_in_const_iterator pinE =
@@ -423,7 +415,7 @@ StatusCode CompactHardTruth::execute() {
 
   if( doDebug && doExtra ){
     std::cout <<"========== BEGIN EVENT BEFORE CLUSTER ==========" <<std::endl;
-    thinEvt->print();
+    HepMC::Print::line(std::cout,thinEvt);
     std::cout <<"========== END EVENT BEFORE CLUSTER ==========" <<std::endl;
   }
 
@@ -458,9 +450,11 @@ StatusCode CompactHardTruth::execute() {
 
   if( doDebug ) ATH_MSG_DEBUG("Start parton thinning");
   while( moreP ){
-    if( doDebug ) ATH_MSG_DEBUG("New parton pass " <<inEvent <<" "
-                                <<thinEvt->particles_size() <<" " 
-                                <<thinEvt->vertices_size());
+#ifdef HEPMC3 
+    if( doDebug ) ATH_MSG_DEBUG("New parton pass " <<inEvent <<" "<<thinEvt->particles().size() <<" " <<thinEvt->vertices().size());
+#else
+    if( doDebug ) ATH_MSG_DEBUG("New parton pass " <<inEvent <<" "<<thinEvt->particles_size() <<" " <<thinEvt->vertices_size());
+#endif
 
     moreP = false;
     removePV.clear();
@@ -670,9 +664,9 @@ StatusCode CompactHardTruth::execute() {
 
         if( doDebug ){
           ATH_MSG_DEBUG("Merge 1->2: ppvtx,pp,pvtx,pout1,pout2,evtx "
-                       <<ppvtx->barcode() <<" " <<pp->barcode() <<" "
-                       <<pvtx->barcode() <<" " <<pout1->barcode() <<" "
-                       <<pout2->barcode());
+                       <<HepMC::barcode(ppvtx) <<" " <<HepMC::barcode(pp) <<" "
+                       <<HepMC::barcode(pvtx) <<" " <<HepMC::barcode(pout1) <<" "
+                       <<HepMC::barcode(pout2));
           ATH_MSG_DEBUG("Merge 1->2: id " <<pp->pdg_id() <<" "
                        <<pout1->pdg_id() <<" " <<pout2->pdg_id());
         }
@@ -775,7 +769,7 @@ StatusCode CompactHardTruth::execute() {
 
   if( doDebug && doExtra ){
     std::cout <<"========== BEGIN EVENT BEFORE SOFT ==========" <<std::endl;
-    thinEvt->print();
+    HepMC::Print::line(std::cout,thinEvt);
     std::cout <<"========== END EVENT BEFORE SOFT ==========" <<std::endl;
   }
 
@@ -930,7 +924,7 @@ StatusCode CompactHardTruth::execute() {
 
   if( doDebug && doExtra ){
     std::cout <<"========== BEGIN EVENT BEFORE 1-BODY ==========" <<std::endl;
-    thinEvt->print();
+    HepMC::Print::line(std::cout,thinEvt);
     std::cout <<"========== END EVENT BEFORE 1-BODY ==========" <<std::endl;
   }
 
@@ -1019,8 +1013,8 @@ StatusCode CompactHardTruth::execute() {
       ++m_dangleFound;
       if( pt > m_danglePtCut ) continue;
       if( doDebug ) ATH_MSG_DEBUG("1->0: removing pp,badv,pt " 
-                    <<pp->barcode() <<" "
-                    <<(*badv)->barcode() <<" " <<pt);
+                    <<HepMC::barcode(pp) <<" "
+                    <<HepMC::barcode(*badv) <<" " <<pt);
       removePV.push_back(vpPair(*badv,pp));
       deleteP.push_back(pp);
       removeV.push_back(*badv);
@@ -1038,7 +1032,7 @@ StatusCode CompactHardTruth::execute() {
     // Actually implement changes -- remove vertices
     for(unsigned int i=0; i<removeV.size(); ++i){
       if( !thinEvt->remove_vertex(removeV[i]) ){
-        ATH_MSG_WARNING("1->0: Failed to remove vertex "<<removeV[i]->barcode());
+        ATH_MSG_WARNING("1->0: Failed to remove vertex "<<HepMC::barcode(removeV[i]));
       }
     }
 
@@ -1064,7 +1058,7 @@ StatusCode CompactHardTruth::execute() {
 
   if( doPrint ){
     std::cout <<"========== BEGIN EVENT AFTER THINNING ==========" <<std::endl;
-    thinEvt->print();
+    HepMC::Print::line(std::cout,thinEvt);
     std::cout <<"========== END EVENT AFTER THINNING ==========" <<std::endl;
   }
 
@@ -1148,21 +1142,6 @@ HepMC::FourVector CompactHardTruth::vtxOutMom(HepMC::GenVertex* v){
   return HepMC::FourVector(px,py,pz,e);
 }
 
-/////////////////////////////////////////////////////////////////// 
-// Non-const methods: 
-/////////////////////////////////////////////////////////////////// 
-
-/////////////////////////////////////////////////////////////////// 
-// Protected methods: 
-/////////////////////////////////////////////////////////////////// 
-
-/////////////////////////////////////////////////////////////////// 
-// Const methods: 
-///////////////////////////////////////////////////////////////////
-
-/////////////////////////////////////////////////////////////////// 
-// Non-const methods: 
-/////////////////////////////////////////////////////////////////// 
 
 } //> end namespace DerivationFramework
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkPhys/share/PHYSLITE.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkPhys/share/PHYSLITE.py
index 1ca9b696259a0644cd7b2e5807e97f5292620f56..e587d5f38b9f03b1b406509d458d18270733111e 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkPhys/share/PHYSLITE.py
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkPhys/share/PHYSLITE.py
@@ -30,16 +30,10 @@ fileName   = buildFileName( derivationFlags.WriteDAOD_PHYSLITEStream )
 PHYSLITEStream = MSMgr.NewPoolRootStream( streamName, fileName )
 PHYSLITEStream.AcceptAlgs(["PHYSLITEKernel"])
 
-### Thinning and augmentation tools lists
-from DerivationFrameworkCore.ThinningHelper import ThinningHelper
-PHYSLITEThinningHelper = ThinningHelper( "PHYSLITEThinningHelper" )
-PHYSLITEThinningHelper.AppendToStream( PHYSLITEStream )
 thinningTools       = []
 AugmentationTools   = []
-
 # Special sequence 
 SeqPHYSLITE = CfgMgr.AthSequencer("SeqPHYSLITE")
-
 #====================================================================
 # TRUTH CONTENT
 #====================================================================
@@ -47,6 +41,7 @@ if DerivationFrameworkIsMonteCarlo:
   from DerivationFrameworkMCTruth.MCTruthCommon import addStandardTruthContents,addPVCollection
   addStandardTruthContents(SeqPHYSLITE)
   addPVCollection(SeqPHYSLITE)
+'''
   from DerivationFrameworkMCTruth.HFHadronsCommon import *
   # Extra classifiers for the Higgs group
   import DerivationFrameworkHiggs.TruthCategories
@@ -200,7 +195,7 @@ PHYSLITEVertexThinningTool = DerivationFramework__VertexThinning(name = "PHYSLIT
                                                                  VertexKey = "PrimaryVertices")
 ToolSvc += PHYSLITEVertexThinningTool
 thinningTools.append(PHYSLITEVertexThinningTool)
-
+'''
 #==============================================================================
 # Jet building
 #==============================================================================
@@ -221,9 +216,17 @@ if (DerivationFrameworkIsMonteCarlo):
 # q/g discrimination
 addQGTaggerTool(jetalg="AntiKt4EMPFlow",sequence=SeqPHYSLITE,algname="QGTaggerToolPFAlg")
 
-# fJVT
-getPFlowfJVT(jetalg='AntiKt4EMPFlow',sequence=SeqPHYSLITE, algname='PHYSLITEJetForwardPFlowJvtToolAlg')
+if DerivationFrameworkIsMonteCarlo:
+   # Schedule the two energy density tools for running after the pseudojets are created.
+   for alg in ['EDTruthCentralAlg', 'EDTruthForwardAlg']:
+      if hasattr(topSequence, alg):
+         edtalg = getattr(topSequence, alg)
+         delattr(topSequence, alg)
+         SeqPHYSLITE += edtalg
 
+# fJVT
+# getPFlowfJVT(jetalg='AntiKt4EMPFlow',sequence=SeqPHYSLITE, algname='PHYSLITEJetForwardPFlowJvtToolAlg')
+'''
 #====================================================================
 # Flavour tagging   
 #====================================================================
@@ -249,11 +252,11 @@ sysLoader = CfgMgr.CP__SysListLoaderAlg( 'SysLoaderAlg' )
 sysLoader.systematicsList= ['']
 SeqPHYSLITE += sysLoader
 
+'''
 dataType = "data"
 
 if DerivationFrameworkIsMonteCarlo:
   dataType = "mc"
-
 #in your c++ code, create a ToolHandle<IPileupReweightingTool>
 #the ToolHandle constructor should be given "CP::PileupReweightingTool/myTool" as its string argument
 from PileupReweighting.AutoconfigurePRW import getLumiCalcFiles
@@ -262,6 +265,7 @@ ToolSvc += CfgMgr.CP__PileupReweightingTool("PHYSLITE_PRWTool",
                                             UnrepresentedDataAction=2,
                                             LumiCalcFiles=getLumiCalcFiles())
 SeqPHYSLITE += CfgMgr.CP__PileupReweightingProvider(Tool=ToolSvc.PHYSLITE_PRWTool,RunSystematics=False)
+'''
 
 # Include, and then set up the electron analysis sequence:
 from EgammaAnalysisAlgorithms.ElectronAnalysisSequence import \
@@ -285,13 +289,11 @@ print( photonSequence ) # For debugging
 SeqPHYSLITE += photonSequence
 
 # Include, and then set up the muon analysis algorithm sequence:
- 
 from MuonAnalysisAlgorithms.MuonAnalysisSequence import makeMuonAnalysisSequence
 muonSequence = makeMuonAnalysisSequence( dataType, shallowViewOutput = False, deepCopyOutput = True, workingPoint = 'Loose.NonIso' )
 muonSequence.configure( inputName = 'Muons',
                         outputName = 'AnalysisMuons' )
 print( muonSequence ) # For debugging
-
 # Add the sequence to the job:
  
 SeqPHYSLITE += muonSequence
@@ -332,7 +334,7 @@ PHYSLITE_cfg = METAssocConfig('AnalysisMET',
                               doPFlow=True)
 METCommon.customMETConfigs.setdefault('AnalysisMET',{})[PHYSLITE_cfg.suffix] = PHYSLITE_cfg
 scheduleMETAssocAlg(sequence=SeqPHYSLITE,configlist="AnalysisMET")
-
+'''
 #====================================================================
 # TRIGGER CONTENT
 #====================================================================
@@ -364,7 +366,7 @@ for trig_item in inputFileSummary['metadata']['/TRIGGER/HLT/Menu']:
     if not 'ChainName' in trig_item: continue
     if trig_item['ChainName'] in trigger_names_full_notau: trigger_names_notau += [ trig_item['ChainName'] ]
     if trig_item['ChainName'] in trigger_names_full_tau:   trigger_names_tau   += [ trig_item['ChainName'] ]
-
+'''
 # Create trigger matching decorations
 trigmatching_helper_notau = TriggerMatchingHelper(name='PHSYLITETriggerMatchingToolNoTau',
         OutputContainerPrefix = "Analysis",
@@ -378,7 +380,7 @@ trigmatching_helper_tau = TriggerMatchingHelper(name='PHSYLITETriggerMatchingToo
         InputMuons="AnalysisMuons",InputTaus="AnalysisTauJets")
 SeqPHYSLITE += trigmatching_helper_notau.alg
 SeqPHYSLITE += trigmatching_helper_tau.alg
-
+'''
 #====================================================================
 # MAIN KERNEL
 #====================================================================
@@ -391,7 +393,6 @@ SeqPHYSLITE += CfgMgr.DerivationFramework__DerivationKernel(
    AugmentationTools = AugmentationTools,
    ThinningTools = thinningTools,
    )
-
 #====================================================================
 # CONTENT LIST  
 #====================================================================
@@ -472,7 +473,7 @@ if DerivationFrameworkIsMonteCarlo:
     addTruth3ContentToSlimmerTool(PHYSLITESlimmingHelper)
 
 # Extra trigger collections
-trigmatching_helper_notau.add_to_slimming(PHYSLITESlimmingHelper)
-trigmatching_helper_tau.add_to_slimming(PHYSLITESlimmingHelper)
+# trigmatching_helper_notau.add_to_slimming(PHYSLITESlimmingHelper)
+# trigmatching_helper_tau.add_to_slimming(PHYSLITESlimmingHelper)
 
 PHYSLITESlimmingHelper.AppendContentToStream(PHYSLITEStream)
diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/ElectronEfficiencyCorrection/AsgElectronEfficiencyCorrectionTool.h b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/ElectronEfficiencyCorrection/AsgElectronEfficiencyCorrectionTool.h
index a4ffd2a0ba6e9073121671f00b44ed1766fc170f..4c0624c22067b7b9e8a9accee93d6a9d8b474778 100644
--- a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/ElectronEfficiencyCorrection/AsgElectronEfficiencyCorrectionTool.h
+++ b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/ElectronEfficiencyCorrection/AsgElectronEfficiencyCorrectionTool.h
@@ -83,9 +83,9 @@ public:
         }
 
         /// Configure this tool for the given systematics
-        virtual CP::SystematicCode applySystematicVariation ( const CP::SystematicSet& systConfig ) ;
+        virtual StatusCode applySystematicVariation ( const CP::SystematicSet& systConfig ) ;
 
-        CP::SystematicCode registerSystematics();
+        StatusCode registerSystematics();
 
         int systUncorrVariationIndex( const xAOD::Electron &inputObject) const;
 
@@ -102,7 +102,7 @@ private:
 
 
         /// The main calculate method: the actual correction factors are determined here
-        CP::SystematicCode InitSystematics();
+        StatusCode InitSystematics();
 
         // struct for toys
         struct SystConf{
diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/ElectronEfficiencyCorrection/ElectronChargeEfficiencyCorrectionTool.h b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/ElectronEfficiencyCorrection/ElectronChargeEfficiencyCorrectionTool.h
index 273a2d606c0c8807e0900075af05a9a69d9f4314..522c3439f88453b5b41b5d1abce619561f4d5d43 100644
--- a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/ElectronEfficiencyCorrection/ElectronChargeEfficiencyCorrectionTool.h
+++ b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/ElectronEfficiencyCorrection/ElectronChargeEfficiencyCorrectionTool.h
@@ -74,9 +74,9 @@ namespace CP {
     /// Returns the list of all systematics this tool recommends to use
     virtual CP::SystematicSet  recommendedSystematics() const;
 
-    virtual CP::SystematicCode applySystematicVariation( const SystematicSet& systConfig );
+    virtual StatusCode applySystematicVariation( const SystematicSet& systConfig );
 
-    CP::SystematicCode registerSystematics();
+    StatusCode registerSystematics();
 
     /// returns: the currently applied systematics
     const CP::SystematicSet& appliedSystematics() const {
diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/Root/AsgElectronEfficiencyCorrectionTool.cxx b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/Root/AsgElectronEfficiencyCorrectionTool.cxx
index 385b3a75a4d67cf1a3d72461a13d8680dba39229..746c038b404b4f113a99e71270922ef02c89d687 100644
--- a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/Root/AsgElectronEfficiencyCorrectionTool.cxx
+++ b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/Root/AsgElectronEfficiencyCorrectionTool.cxx
@@ -228,17 +228,17 @@ AsgElectronEfficiencyCorrectionTool::initialize() {
     }
 
     //Initialize the systematics
-    if (InitSystematics() != CP::SystematicCode::Ok) {
-        ATH_MSG_ERROR("(InitSystematics() != CP::SystematicCode::Ok)");
+    if (InitSystematics() != StatusCode::SUCCESS) {
+        ATH_MSG_ERROR("(InitSystematics() != StatusCode::SUCCESS)");
         return StatusCode::FAILURE;
     }
     // Add the recommended systematics to the registry
-    if (registerSystematics() != CP::SystematicCode::Ok) {
-        ATH_MSG_ERROR("(registerSystematics() != CP::SystematicCode::Ok)");
+    if (registerSystematics() != StatusCode::SUCCESS) {
+        ATH_MSG_ERROR("(registerSystematics() != StatusCode::SUCCESS)");
         return StatusCode::FAILURE;
     }
     // Configure for nominal systematics
-    if (applySystematicVariation(CP::SystematicSet()) != CP::SystematicCode::Ok) {
+    if (applySystematicVariation(CP::SystematicSet()) != StatusCode::SUCCESS) {
         ATH_MSG_ERROR("Could not configure for nominal settings");
         return StatusCode::FAILURE;
     }
@@ -465,15 +465,15 @@ AsgElectronEfficiencyCorrectionTool::affectingSystematics() const {
     return m_affectedSys;
 }
 // Register the systematics with the registry and add them to the recommended list
-CP::SystematicCode
+StatusCode
 AsgElectronEfficiencyCorrectionTool::registerSystematics() {
     CP::SystematicRegistry &registry = CP::SystematicRegistry::getInstance();
 
-    if (registry.registerSystematics(*this) != CP::SystematicCode::Ok) {
+    if (registry.registerSystematics(*this) != StatusCode::SUCCESS) {
         ATH_MSG_ERROR("Failed to add systematic to list of recommended systematics.");
-        return CP::SystematicCode::Unsupported;
+        return StatusCode::FAILURE;
     }
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
 }
 /// returns: the list of all systematics this tool recommends to use
 CP::SystematicSet
@@ -481,7 +481,7 @@ AsgElectronEfficiencyCorrectionTool::recommendedSystematics() const {
     return affectingSystematics();
 }
 /// Apply one variation at a time
-CP::SystematicCode
+StatusCode
 AsgElectronEfficiencyCorrectionTool::applySystematicVariation(const CP::SystematicSet &systConfig) {
     // First, check if this configuration exists in the filtered map/registy
     auto itr = m_systFilter.find(systConfig);
@@ -497,12 +497,12 @@ AsgElectronEfficiencyCorrectionTool::applySystematicVariation(const CP::Systemat
         CP::SystematicSet filteredSys;
         if (!CP::SystematicSet::filterForAffectingSystematics(systConfig, affectingSys, filteredSys)) {
             ATH_MSG_ERROR("Unsupported combination of systematic variations passed to the tool!");
-            return CP::SystematicCode::Unsupported;
+            return StatusCode::FAILURE;
         }
         // Does filtered make sense ,  only one per time
         if (filteredSys.size() > 1) {
             ATH_MSG_ERROR("More than one systematic variation passed at the same time");
-            return CP::SystematicCode::Unsupported;
+            return StatusCode::FAILURE;
         }
 
         if (filteredSys.empty() && !systConfig.empty()) {
@@ -519,10 +519,10 @@ AsgElectronEfficiencyCorrectionTool::applySystematicVariation(const CP::Systemat
         CP::SystematicSet &mySysConf = itr->second;
         m_appliedSystematics = &mySysConf;
     }
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
 }
 
-CP::SystematicCode
+StatusCode
 AsgElectronEfficiencyCorrectionTool::InitSystematics() {
 
     // Correlated
@@ -561,7 +561,7 @@ AsgElectronEfficiencyCorrectionTool::InitSystematics() {
                         Form("UncorrUncertaintyNP%d", i), -1));
         }
     }
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
 }
 
 /*
diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/Root/ElectronChargeEfficiencyCorrectionTool.cxx b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/Root/ElectronChargeEfficiencyCorrectionTool.cxx
index dc7043aaa8c9ac40188c8772a717c1d5f31bbb48..72322f2e50054c2a5df007e8506923dbd2403460 100644
--- a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/Root/ElectronChargeEfficiencyCorrectionTool.cxx
+++ b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/Root/ElectronChargeEfficiencyCorrectionTool.cxx
@@ -655,16 +655,16 @@ CP::SystematicSet  CP::ElectronChargeEfficiencyCorrectionTool::recommendedSystem
 
 /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 // Gets a SystematicSet and filters it
-CP::SystematicCode CP::ElectronChargeEfficiencyCorrectionTool::applySystematicVariation( const SystematicSet& systConfig ) {
+StatusCode CP::ElectronChargeEfficiencyCorrectionTool::applySystematicVariation( const SystematicSet& systConfig ) {
 
   if (!SystematicSet::filterForAffectingSystematics(systConfig, m_affectingSys, m_mySysConf)){
     ATH_MSG_ERROR("Unsupported combination of systematics passed to the tool! ");
-    return SystematicCode::Unsupported;
+    return StatusCode::FAILURE;
   }
 
 
 
-  return SystematicCode::Ok;
+  return StatusCode::SUCCESS;
 
 }
 
diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/util/SFHelpers.cxx b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/util/SFHelpers.cxx
index 82e01a335a1fb1df8dbe5fe92ddbd3bb335c7f7b..375451720f4486df10cf686c58cdf952ef93012b 100644
--- a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/util/SFHelpers.cxx
+++ b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/util/SFHelpers.cxx
@@ -43,7 +43,7 @@ int SFHelpers::result(AsgElectronEfficiencyCorrectionTool& tool,
             double total2{} ; 
             double systematic{}; 
             for(const auto& sys : variations){
-                if(tool.applySystematicVariation({sys})!=CP::SystematicCode::Ok ||
+                if(tool.applySystematicVariation({sys})!=StatusCode::SUCCESS ||
                         tool.getEfficiencyScaleFactor(el,systematic) != CP::CorrectionCode::Ok){   
                     MSG_ERROR("Error in setting/getting " << sys.name());
                     return CP::CorrectionCode::Error;    
@@ -75,7 +75,7 @@ int SFHelpers::result(AsgElectronEfficiencyCorrectionTool& tool,
         //Do the work
         for (const auto& sys : toys){
             double systematic{};
-            CHECK(tool.applySystematicVariation(sys)==CP::SystematicCode::Ok &&
+            CHECK(tool.applySystematicVariation(sys)==StatusCode::SUCCESS &&
                     tool.getEfficiencyScaleFactor(el,systematic) == CP::CorrectionCode::Ok); 
             MSG_DEBUG( tool.appliedSystematics().name() << " toy Result : " <<systematic)
                 toysVal.push_back(systematic);
diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/EgammaCalibrationAndSmearingTool.h b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/EgammaCalibrationAndSmearingTool.h
index 9be0c21f18002ec2bea751c1d2688bcc9043ce9d..cf7d530c0b9b83d87866754c376f7dce35164422 100644
--- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/EgammaCalibrationAndSmearingTool.h
+++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/EgammaCalibrationAndSmearingTool.h
@@ -118,7 +118,7 @@ public:
   //Systematics to be used for physics analysis
   virtual CP::SystematicSet recommendedSystematics() const override;
   //Use specific systematic
-  virtual CP::SystematicCode applySystematicVariation(const CP::SystematicSet& systConfig) override;
+  virtual StatusCode applySystematicVariation(const CP::SystematicSet& systConfig) override;
   virtual void setRandomSeed(unsigned seed=0) override;
   virtual void setRandomSeedFunction(const IdFunction&& function) { m_set_seed_function = function; }
 	const IdFunction getRandomSeedFuction() const { return m_set_seed_function; }
diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/Root/EgammaCalibrationAndSmearingTool.cxx b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/Root/EgammaCalibrationAndSmearingTool.cxx
index 82397858f7f3491adba774df87a9d38c0e54558b..df8f2686cf82eb310fc2ee9730645d27ddcb8f24 100644
--- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/Root/EgammaCalibrationAndSmearingTool.cxx
+++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/Root/EgammaCalibrationAndSmearingTool.cxx
@@ -489,7 +489,7 @@ StatusCode EgammaCalibrationAndSmearingTool::initialize() {
 
   applySystematicVariation(CP::SystematicSet()).ignore();   // this set the flags for the internal tool without systematics
   CP::SystematicRegistry& registry = CP::SystematicRegistry::getInstance();
-  if ( registry.registerSystematics( *this ) != CP::SystematicCode::Ok ) return StatusCode::FAILURE;
+  if ( registry.registerSystematics( *this ) != StatusCode::SUCCESS ) return StatusCode::FAILURE;
 
   return StatusCode::SUCCESS;
 }
@@ -1144,7 +1144,7 @@ CP::SystematicSet EgammaCalibrationAndSmearingTool::recommendedSystematics() con
   return affectingSystematics();
 }
 
-CP::SystematicCode EgammaCalibrationAndSmearingTool::applySystematicVariation(const CP::SystematicSet& systConfig) {
+StatusCode EgammaCalibrationAndSmearingTool::applySystematicVariation(const CP::SystematicSet& systConfig) {
 
   // set the nominal one (no systematics)
   m_currentScaleVariation_MC = egEnergyCorr::Scale::None;
@@ -1153,7 +1153,7 @@ CP::SystematicCode EgammaCalibrationAndSmearingTool::applySystematicVariation(co
   m_currentResolutionVariation_data = egEnergyCorr::Resolution::None;
   m_currentScalePredicate = [](const xAOD::Egamma&) { return true; };
 
-  if (systConfig.size() == 0) return CP::SystematicCode::Ok;
+  if (systConfig.size() == 0) return StatusCode::SUCCESS;
 
   // the following code allows only ONE systematic variation at a time (1 for scale, 1 for resolution)
 
@@ -1182,7 +1182,7 @@ CP::SystematicCode EgammaCalibrationAndSmearingTool::applySystematicVariation(co
     }
   }
 
-  return CP::SystematicCode::Ok;
+  return StatusCode::SUCCESS;
 }
 
 double EgammaCalibrationAndSmearingTool::intermodule_correction(double Ecl,  double phi, double eta) const
diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/src/dumpAllSystematics.cxx b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/src/dumpAllSystematics.cxx
index 221f67b3fb8becafb5698241c3f2a6a917fc4f29..a7cb4415e346ff2f0da585f671d9304cf6ea8b96 100644
--- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/src/dumpAllSystematics.cxx
+++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/src/dumpAllSystematics.cxx
@@ -24,7 +24,7 @@
 
 #include "PATInterfaces/SystematicVariation.h"
 #include "PATInterfaces/SystematicRegistry.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "ElectronPhotonFourMomentumCorrection/EgammaCalibrationAndSmearingTool.h"
 
 #include "GaudiKernel/ITHistSvc.h"
@@ -343,7 +343,7 @@ StatusCode DumpAllSystematics::do_energy(xAOD::Egamma& particle, int itool)
   m_nominal_E[itool] = m_energy_variations_sum_up[itool] = m_energy_variations_sum_down[itool] = -999.;
   std::fill(m_energy_variations[itool].begin(), m_energy_variations[itool].end(), -999.);
 
-  if (m_EgammaCalibrationAndSmearingTools[itool]->applySystematicVariation(CP::SystematicSet()) != CP::SystematicCode::Ok) {
+  if (m_EgammaCalibrationAndSmearingTools[itool]->applySystematicVariation(CP::SystematicSet()) != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("cannot apply nominal energy");
     return StatusCode::FAILURE;
   }
@@ -367,7 +367,7 @@ StatusCode DumpAllSystematics::do_energy(xAOD::Egamma& particle, int itool)
     CP::SystematicSet ss;
     ss.insert(sys);
 
-    if (m_EgammaCalibrationAndSmearingTools[itool]->applySystematicVariation(ss) != CP::SystematicCode::Ok)  {
+    if (m_EgammaCalibrationAndSmearingTools[itool]->applySystematicVariation(ss) != StatusCode::SUCCESS)  {
       ATH_MSG_ERROR("Cannot configure calibration tool for systematic");
       continue;
     }
diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/src/testAthenaEgammaCalibTool.cxx b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/src/testAthenaEgammaCalibTool.cxx
index 9c07ca10b1edfae3a52ee86d8e240fae642b55a7..538b63bdaf60fd3464b4938afb57d56b6f3a0fa4 100644
--- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/src/testAthenaEgammaCalibTool.cxx
+++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/src/testAthenaEgammaCalibTool.cxx
@@ -12,7 +12,7 @@
 #include "xAODCore/ShallowCopy.h"
 #include "PATInterfaces/SystematicVariation.h"
 #include "PATInterfaces/SystematicRegistry.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "ElectronPhotonFourMomentumCorrection/EgammaCalibrationAndSmearingTool.h"
 
 // local include
@@ -91,7 +91,7 @@ StatusCode testAthenaEgammaCalibTool::execute()
     for (sysListItr = sysList.begin(); sysListItr != sysList.end(); ++sysListItr)
       {
 	// Tell the calibration tool which variation to apply
-	if (m_EgammaCalibrationAndSmearingTool->applySystematicVariation(*sysListItr) != CP::SystematicCode::Ok)
+	if (m_EgammaCalibrationAndSmearingTool->applySystematicVariation(*sysListItr) != StatusCode::SUCCESS)
 	  {
 	    ATH_MSG_ERROR("Cannot configure calibration tool for systematics");
 	  }
diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/util/testEgammaCalibTool.cxx b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/util/testEgammaCalibTool.cxx
index 905ebc3c195ebd914ea8d3c0f0c3c5ae468008ac..da495d0505f76a1aa860c21883fa5c065b2ee9aa 100644
--- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/util/testEgammaCalibTool.cxx
+++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/util/testEgammaCalibTool.cxx
@@ -32,7 +32,7 @@
 
 #include "PATInterfaces/SystematicVariation.h"
 #include "PATInterfaces/SystematicRegistry.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 
 // for smart slimming
 #include "xAODCore/tools/IOStats.h"
@@ -151,7 +151,7 @@ int main( int argc, char* argv[] ) {
        std::cout << "\n=============SYSTEMATICS CHECK NOW";
        for (auto sys : sysList)	 {
 	 // Tell the calibration tool which variation to apply
-	 if (tool->applySystematicVariation(sys) != CP::SystematicCode::Ok) {
+	 if (tool->applySystematicVariation(sys) != StatusCode::SUCCESS) {
 	   Error(APP_NAME, "Cannot configure calibration tool for systematics");
 	 }
 	 
@@ -191,7 +191,7 @@ int main( int argc, char* argv[] ) {
        std::cout << "\n=============SYSTEMATICS CHECK NOW";
        for (auto sys : sysList)	 {
 	 // Tell the calibration tool which variation to apply
-	 if (tool->applySystematicVariation(sys) != CP::SystematicCode::Ok) {
+	 if (tool->applySystematicVariation(sys) != StatusCode::SUCCESS) {
 	   Error(APP_NAME, "Cannot configure calibration tool for systematics");
 	 }
 	 
diff --git a/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/IsolationCorrections/IIsolationCorrectionTool.h b/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/IsolationCorrections/IIsolationCorrectionTool.h
index b7c68046a19d35e9b35524ffd1c127e1bdb7a18b..6897f7d6ed89f75ce66a347228e92fdbebec9615 100644
--- a/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/IsolationCorrections/IIsolationCorrectionTool.h
+++ b/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/IsolationCorrections/IIsolationCorrectionTool.h
@@ -46,7 +46,7 @@ namespace CP {
         //Systematics to be used for physics analysis
         virtual CP::SystematicSet recommendedSystematics() const  = 0;
         //Use specific systematic
-        virtual CP::SystematicCode applySystematicVariation ( const CP::SystematicSet& systConfig ) = 0;
+        virtual StatusCode applySystematicVariation ( const CP::SystematicSet& systConfig ) = 0;
 
         virtual float GetPtCorrectedIsolation(const xAOD::Egamma&, xAOD::Iso::IsolationType) = 0;
         virtual float GetPtCorrection(const xAOD::Egamma&, xAOD::Iso::IsolationType) const = 0;
diff --git a/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/IsolationCorrections/IsolationCorrectionTool.h b/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/IsolationCorrections/IsolationCorrectionTool.h
index 717d48646fc355b46b243b2e819c70a361473d2c..e20673a31b347c2b5ffa8286e79425bb73cc19ed 100644
--- a/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/IsolationCorrections/IsolationCorrectionTool.h
+++ b/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/IsolationCorrections/IsolationCorrectionTool.h
@@ -47,7 +47,7 @@ class IsolationCorrectionTool  : virtual public IIsolationCorrectionTool,
         //Systematics to be used for physics analysis
         virtual CP::SystematicSet recommendedSystematics() const override;
         //Use specific systematic
-        virtual CP::SystematicCode applySystematicVariation ( const CP::SystematicSet& systConfig ) override;
+        virtual StatusCode applySystematicVariation ( const CP::SystematicSet& systConfig ) override;
 
         virtual float GetPtCorrectedIsolation(const xAOD::Egamma&, xAOD::Iso::IsolationType) override;
 	virtual float GetPtCorrection(const xAOD::Egamma&, xAOD::Iso::IsolationType) const override;
diff --git a/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/Root/IsolationCorrectionTool.cxx b/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/Root/IsolationCorrectionTool.cxx
index 3a45f2f785177eda04a2a7aeb011ca2e13906f49..fefde389e9803263c3da8fcc64249457c464f227 100644
--- a/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/Root/IsolationCorrectionTool.cxx
+++ b/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/Root/IsolationCorrectionTool.cxx
@@ -91,7 +91,7 @@ namespace CP {
       if (m_ddVersion == "2012" or m_ddVersion == "2015") {
 	//register ourselves with the systematic registry! 
 	CP::SystematicRegistry& registry = CP::SystematicRegistry::getInstance();
-	if( registry.registerSystematics( *this ) != CP::SystematicCode::Ok ) return StatusCode::FAILURE;
+	if( registry.registerSystematics( *this ) != StatusCode::SUCCESS ) return StatusCode::FAILURE;
       } else
 	ATH_MSG_WARNING("Unknown data driven correction");
     } else{
@@ -242,12 +242,12 @@ namespace CP {
     return affectingSystematics();
   }
 
-  CP::SystematicCode IsolationCorrectionTool::applySystematicVariation( const CP::SystematicSet& systConfig ) {
+  StatusCode IsolationCorrectionTool::applySystematicVariation( const CP::SystematicSet& systConfig ) {
     if (systConfig.find(m_systDDonoff) != systConfig.end())
       m_apply_dd = false;
     else
       m_apply_dd = m_apply_ddDefault ? true  : false;
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
   }
 
   IsolationCorrectionTool::~IsolationCorrectionTool() {
diff --git a/PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/PhotonEfficiencyCorrection/AsgPhotonEfficiencyCorrectionTool.h b/PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/PhotonEfficiencyCorrection/AsgPhotonEfficiencyCorrectionTool.h
index 762996c219db5e9183b58b8770ff54b1eda9465c..0642326666239692ba193ce0855b7105874b2004 100644
--- a/PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/PhotonEfficiencyCorrection/AsgPhotonEfficiencyCorrectionTool.h
+++ b/PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/PhotonEfficiencyCorrection/AsgPhotonEfficiencyCorrectionTool.h
@@ -88,9 +88,9 @@ public:
   }
   
   /// Configure this tool for the given systematics
-  virtual CP::SystematicCode applySystematicVariation ( const CP::SystematicSet& systConfig ) override;
+  virtual StatusCode applySystematicVariation ( const CP::SystematicSet& systConfig ) override;
 
-  CP::SystematicCode registerSystematics();
+  StatusCode registerSystematics();
 
   // Private member variables
 private:
diff --git a/PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/Root/AsgPhotonEfficiencyCorrectionTool.cxx b/PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/Root/AsgPhotonEfficiencyCorrectionTool.cxx
index bef6ac93bf9f061d2a6e044a93c1724e3f62f575..23923003e442d5483e6a00eba2985ab319177853 100644
--- a/PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/Root/AsgPhotonEfficiencyCorrectionTool.cxx
+++ b/PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/Root/AsgPhotonEfficiencyCorrectionTool.cxx
@@ -172,7 +172,7 @@ StatusCode AsgPhotonEfficiencyCorrectionTool::initialize()
   
 
   // Add the recommended systematics to the registry
-  if ( registerSystematics() != CP::SystematicCode::Ok) {
+  if ( registerSystematics() != StatusCode::SUCCESS) {
     return StatusCode::FAILURE;
   }
   
@@ -369,13 +369,13 @@ CP::SystematicSet AsgPhotonEfficiencyCorrectionTool::affectingSystematics() cons
 }
 
 /// Register the systematics with the registry and add them to the recommended list
-CP::SystematicCode AsgPhotonEfficiencyCorrectionTool::registerSystematics() {
+StatusCode AsgPhotonEfficiencyCorrectionTool::registerSystematics() {
   CP::SystematicRegistry& registry = CP::SystematicRegistry::getInstance();
-  if (registry.registerSystematics(*this) != CP::SystematicCode::Ok) {
+  if (registry.registerSystematics(*this) != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Failed to add systematic to list of recommended systematics.");
-	return CP::SystematicCode::Unsupported;
+	return StatusCode::FAILURE;
   }
-  return CP::SystematicCode::Ok;
+  return StatusCode::SUCCESS;
 }
 
 /// returns: the list of all systematics this tool recommends to use
@@ -388,7 +388,7 @@ CP::SystematicSet AsgPhotonEfficiencyCorrectionTool::recommendedSystematics() co
 }
 
 
-CP::SystematicCode AsgPhotonEfficiencyCorrectionTool::
+StatusCode AsgPhotonEfficiencyCorrectionTool::
 applySystematicVariation ( const CP::SystematicSet& systConfig )
 {
   // First, check if we already know this systematic configuration
@@ -402,7 +402,7 @@ applySystematicVariation ( const CP::SystematicSet& systConfig )
     CP::SystematicSet filteredSys;   
 	if (!CP::SystematicSet::filterForAffectingSystematics(systConfig, affectingSys, filteredSys)){
       ATH_MSG_ERROR("Unsupported combination of systematics passed to the tool!");
-      return CP::SystematicCode::Unsupported;
+      return StatusCode::FAILURE;
     }
 	
     // Insert filtered set into the map
@@ -411,7 +411,7 @@ applySystematicVariation ( const CP::SystematicSet& systConfig )
 
   CP::SystematicSet& mySysConf = itr->second;
   m_appliedSystematics = &mySysConf;
-  return CP::SystematicCode::Ok;
+  return StatusCode::SUCCESS;
 }
 
 //===============================================================================
diff --git a/PhysicsAnalysis/EventTag/EventSelection/CMakeLists.txt b/PhysicsAnalysis/EventTag/EventSelection/CMakeLists.txt
deleted file mode 100644
index 1ed674d79f41ac7170cc00aa7b79bec4b3b8099b..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/EventSelection/CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-################################################################################
-# Package: EventSelection
-################################################################################
-
-# Declare the package name:
-atlas_subdir( EventSelection )
-
-# Install files from the package:
-atlas_install_joboptions( share/*.py )
-
diff --git a/PhysicsAnalysis/EventTag/EventSelection/doc/packagedoc.h b/PhysicsAnalysis/EventTag/EventSelection/doc/packagedoc.h
deleted file mode 100644
index 836a1a7fca8dca498dfc086ebca49dd837b2191a..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/EventSelection/doc/packagedoc.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-/**
-@page EventSelection_page EventSelection
-
-@section EventSelection_introductionEventSelection Introduction
-This package contains some jobOs for TAG building.
-
-@section EventSelection_packagecontentEventSelection Package Contents
-EventSelection contains the following jobOs
-
-- AODtoTAG_topOptions.py : produce TAG from AOD
-- EventSplitTest_topOptions.py : produce TAG collections together with AOD streams
-
-
-
-@section EventSelection_How to use MakeSimpleCollection.py, MakeEventTagCollection.py and EventTagCollectionDeepCopy.py
-
-Details are found at the following link:
-
-https://uimon.cern.ch/twiki/bin/view/Atlas/CollectionCreationHowTo
-
-*/
diff --git a/PhysicsAnalysis/EventTag/EventSelection/share/DiElectronTagSelection_jobOptions.py b/PhysicsAnalysis/EventTag/EventSelection/share/DiElectronTagSelection_jobOptions.py
deleted file mode 100644
index 649c75b864e4ba349bf6099c147dd6caf9b41303..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/EventSelection/share/DiElectronTagSelection_jobOptions.py
+++ /dev/null
@@ -1,4 +0,0 @@
-include.block ( "EventSelection/DiElectronTagSelection_jobOptions.py" )
-
-DiElectron = "NLooseElectron>1 && abs(LooseElectronPt1)>7000 && abs(LooseElectronPt2)>7000"
-
diff --git a/PhysicsAnalysis/EventTag/EventSelection/share/DiJetTagSelection_jobOptions.py b/PhysicsAnalysis/EventTag/EventSelection/share/DiJetTagSelection_jobOptions.py
deleted file mode 100644
index 3b28ce78cc47b68346ad33ee8e023716da72920e..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/EventSelection/share/DiJetTagSelection_jobOptions.py
+++ /dev/null
@@ -1,4 +0,0 @@
-include.block ( "EventSelection/DiJetTagSelection_jobOptions.py" )
-
-DiJet = "NJet>1 && JetPt1>20000 && JetPt2>15000"
-
diff --git a/PhysicsAnalysis/EventTag/EventSelection/share/DiMuonTagSelection_jobOptions.py b/PhysicsAnalysis/EventTag/EventSelection/share/DiMuonTagSelection_jobOptions.py
deleted file mode 100644
index c2fdb7dd38ab170878ca329143f0f1902105aef7..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/EventSelection/share/DiMuonTagSelection_jobOptions.py
+++ /dev/null
@@ -1,4 +0,0 @@
-include.block ( "EventSelection/DiMuonTagSelection_jobOptions.py" )
-
-DiMuon = "NLooseMuon>1 && abs(LooseMuonPt1)>7000 && abs(LooseMuonPt2)>7000"
-
diff --git a/PhysicsAnalysis/EventTag/EventSelection/share/FourJetTagSelection_jobOptions.py b/PhysicsAnalysis/EventTag/EventSelection/share/FourJetTagSelection_jobOptions.py
deleted file mode 100644
index 9cfb9adbad3489adfd8641552032b640b3b05c5c..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/EventSelection/share/FourJetTagSelection_jobOptions.py
+++ /dev/null
@@ -1,4 +0,0 @@
-include.block ( "EventSelection/DiMuonTagSelection_jobOptions.py" )
-
-FourJet = "NJet>3 && JetPt1>20000 && JetPt2>20000 && JetPt3>15000 && JetPt4>15000"
-
diff --git a/PhysicsAnalysis/EventTag/EventSelection/share/FullyHadronicTtbarTagSelection_jobOptions.py b/PhysicsAnalysis/EventTag/EventSelection/share/FullyHadronicTtbarTagSelection_jobOptions.py
deleted file mode 100644
index e56965a87109e2ffc035bc1e50c68968203babda..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/EventSelection/share/FullyHadronicTtbarTagSelection_jobOptions.py
+++ /dev/null
@@ -1,11 +0,0 @@
-include.block ( "EventSelection/FullyHadronicTtbarTagSelection_jobOptions.py" )
-
-include ( "EventSelection/FourJetTagSelection_jobOptions.py" )
-include ( "EventSelection/MissingEtTagSelection_jobOptions.py" )
-
-#define the 4-jet channel
-FourJetChannel = FourJet + "&&" + MissingET + "&&" + "NBJet>0"
-
-#fully-hadronic ttbar channel
-FullyHadronicTtbar = "("+FourJetChannel+")"
-
diff --git a/PhysicsAnalysis/EventTag/EventSelection/share/FullyLeptonicTtbarTagSelection_jobOptions.py b/PhysicsAnalysis/EventTag/EventSelection/share/FullyLeptonicTtbarTagSelection_jobOptions.py
deleted file mode 100644
index 2aff03a12484cf81e3b7922c0b66219724023d78..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/EventSelection/share/FullyLeptonicTtbarTagSelection_jobOptions.py
+++ /dev/null
@@ -1,16 +0,0 @@
-include.block ( "EventSelection/FullyLeptonicTtbarTagSelection_jobOptions.py" )
-
-include ( "EventSelection/DiElectronTagSelection_jobOptions.py" )
-include ( "EventSelection/DiMuonTagSelection_jobOptions.py" )
-include ( "EventSelection/DiJetTagSelection_jobOptions.py" )
-include ( "EventSelection/MissingEtTagSelection_jobOptions.py" )
-
-#define the 2-electron/2-jet channel
-DiElectronChannel = DiElectron + "&&" + DiJet + "&&" + MissingET + "&&" + "NBJet>0"
-
-#define the 2-muon/2-jet channel
-DiMuonChannel = DiMuon + "&&" + DiJet + "&&" + MissingET + "&&" + "NBJet>0"
-
-#fully-leptonic ttbar channel
-FullyLeptonicTtbar = "("+DiElectronChannel+")" + "||" + "("+DiMuonChannel+")"
-
diff --git a/PhysicsAnalysis/EventTag/EventSelection/share/MissingEtTagSelection_jobOptions.py b/PhysicsAnalysis/EventTag/EventSelection/share/MissingEtTagSelection_jobOptions.py
deleted file mode 100644
index 45e5a1a315398b2fb2546e3c6e644ea4a7e6c073..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/EventSelection/share/MissingEtTagSelection_jobOptions.py
+++ /dev/null
@@ -1,4 +0,0 @@
-include.block ( "EventSelection/MissingEtTagSelection_jobOptions.py" )
-
-MissingET = "MissingET>20000"
-
diff --git a/PhysicsAnalysis/EventTag/EventSelection/share/SemiLeptonicTtbarTagSelection_jobOptions.py b/PhysicsAnalysis/EventTag/EventSelection/share/SemiLeptonicTtbarTagSelection_jobOptions.py
deleted file mode 100644
index 727887c4726ef9d7ae079fa30f9b454362271e1e..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/EventSelection/share/SemiLeptonicTtbarTagSelection_jobOptions.py
+++ /dev/null
@@ -1,16 +0,0 @@
-include.block ( "EventSelection/SemiLeptonicTtbarTagSelection_jobOptions.py" )
-
-include ( "EventSelection/SingleElectronTagSelection_jobOptions.py" )
-include ( "EventSelection/SingleMuonTagSelection_jobOptions.py" )
-include ( "EventSelection/ThreeJetTagSelection_jobOptions.py" )
-include ( "EventSelection/MissingEtTagSelection_jobOptions.py" )
-
-#define the 1-electron/3-jet channel
-ElectronChannel = SingleElectron + "&&" + ThreeJet + "&&" + MissingET + "&&" + "NBJet>0"
-
-#define the 1-muon/3-jet channel
-MuonChannel = SingleMuon + "&&" + ThreeJet + "&&" + MissingET + "&&" + "NBJet>0"
-
-#semi-leptonic ttbar channel
-SemiLeptonicTtbar = "("+ElectronChannel+")" + "||" + "("+MuonChannel+")"
-
diff --git a/PhysicsAnalysis/EventTag/EventSelection/share/SimpleTopSelection_jobOptions.py b/PhysicsAnalysis/EventTag/EventSelection/share/SimpleTopSelection_jobOptions.py
deleted file mode 100644
index 2238c70482e6e44b2b8944fa5612de1521896dda..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/EventSelection/share/SimpleTopSelection_jobOptions.py
+++ /dev/null
@@ -1,38 +0,0 @@
-####################################################
-#Author - Ketevi A. Assamagan
-
-#DetDescrVersion="ATLAS-XXX-..."
-
-doHist = False
-doCBNT = False
-doWriteTAG = False
-doWriteESD = False
-doESD = False
-readAOD = True
-doAOD = False
-doWriteAOD = True
-# read the TAG as input to the job
-readTAG = True
-
-# Number of Events
-EvtMax = 500000
-
-# Use the TAG that you just produce to select the events
-# define also the selection criteria
-PoolTAGInput = ["TAG.pool.root"]
-
-#The pre-defined simple Bselections
-include ( "EventSelection/SemiLeptonicTtbarTagSelection_jobOptions.py" )
-include ( "EventSelection/FullyLeptonicTtbarTagSelection_jobOptions.py" )
-include ( "EventSelection/FullyHadronicTtbarTagSelection_jobOptions.py" )
-include ( "EventSelection/SingleTopTagSelection_jobOptions.py" )
-
-PoolInputQuery=SemiLeptonicTtbar + "||" + FullyLeptonicTtbar + "||" + FullyHadronicTtbar + "||" + SingleTop
-
-#Create a new RDO, ESD and AOD that contain only selected events
-PoolAODOutput = "AOD.TagSel.root"
-
-# main reconstruction job jobOptions
-include ("RecExCommon/RecExCommon_topOptions.py")
-#######################################################
-
diff --git a/PhysicsAnalysis/EventTag/EventSelection/share/SingleElectronTagSelection_jobOptions.py b/PhysicsAnalysis/EventTag/EventSelection/share/SingleElectronTagSelection_jobOptions.py
deleted file mode 100644
index fc1b4aa3b441127db91931267c9090df2cbc3bfd..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/EventSelection/share/SingleElectronTagSelection_jobOptions.py
+++ /dev/null
@@ -1,4 +0,0 @@
-include.block ( "EventSelection/SingleElectronTagSelection_jobOptions.py" )
-
-SingleElectron = "NLooseElectron>0 && abs(LooseElectronPt1)>7000"
-
diff --git a/PhysicsAnalysis/EventTag/EventSelection/share/SingleJetTagSelection_jobOptions.py b/PhysicsAnalysis/EventTag/EventSelection/share/SingleJetTagSelection_jobOptions.py
deleted file mode 100644
index 6d7a378a9e2f43b964872adaad1a6d799781892c..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/EventSelection/share/SingleJetTagSelection_jobOptions.py
+++ /dev/null
@@ -1,4 +0,0 @@
-include.block ( "EventSelection/SingleJetTagSelection_jobOptions.py" )
-
-SingleJet = "NJet>0 && JetPt1>15000"
-
diff --git a/PhysicsAnalysis/EventTag/EventSelection/share/SingleMuonTagSelection_jobOptions.py b/PhysicsAnalysis/EventTag/EventSelection/share/SingleMuonTagSelection_jobOptions.py
deleted file mode 100644
index 9f46531a2407f89212a72dfce6d45cfdade487d4..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/EventSelection/share/SingleMuonTagSelection_jobOptions.py
+++ /dev/null
@@ -1,4 +0,0 @@
-include.block ( "EventSelection/SingleMuonTagSelection_jobOptions.py" )
-
-SingleMuon = "NLooseMuon>0 && abs(LooseMuonPt1)>6000"
-
diff --git a/PhysicsAnalysis/EventTag/EventSelection/share/SingleTopTagSelection_jobOptions.py b/PhysicsAnalysis/EventTag/EventSelection/share/SingleTopTagSelection_jobOptions.py
deleted file mode 100644
index 6ef841e9d4642ef139dae96aa857a37e9842ee0d..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/EventSelection/share/SingleTopTagSelection_jobOptions.py
+++ /dev/null
@@ -1,16 +0,0 @@
-include.block ( "EventSelection/SingleTopTagSelection_jobOptions.py" )
-
-include ( "EventSelection/SingleElectronTagSelection_jobOptions.py" )
-include ( "EventSelection/SingleMuonTagSelection_jobOptions.py" )
-include ( "EventSelection/SingleJetTagSelection_jobOptions.py" )
-
-include ( "EventSelection/MissingEtTagSelection_jobOptions.py" )
-
-#define the 1-electron/3-jet channel
-ElectronJet = SingleElectron + "&&" + SingleJet + "&&" + MissingET + "&&" + "NBJet>0"
-
-#define the 1-muon/3-jet channel
-MuonJet = SingleMuon + "&&" + SingleJet + "&&" + MissingET + "&&" + "NBJet>0"
-
-SingleTop = "("+ElectronJet+")" + "||" + "("+MuonJet+")"
-
diff --git a/PhysicsAnalysis/EventTag/EventSelection/share/ThreeJetTagSelection_jobOptions.py b/PhysicsAnalysis/EventTag/EventSelection/share/ThreeJetTagSelection_jobOptions.py
deleted file mode 100644
index 781b27b388f64e514edbac3f16b0addd7b56465d..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/EventSelection/share/ThreeJetTagSelection_jobOptions.py
+++ /dev/null
@@ -1,4 +0,0 @@
-include.block ( "EventSelection/ThreeJetTagSelection_jobOptions.py" )
-
-ThreeJet = "NJet>2 && JetPt1>20000 && JetPt2>15000 && JetPt3>15000"
-
diff --git a/PhysicsAnalysis/EventTag/EventTagAthenaPOOL/CMakeLists.txt b/PhysicsAnalysis/EventTag/EventTagAthenaPOOL/CMakeLists.txt
index 36a115387fb051b93259be1163c78de57200792d..f1ce71af7b6dd7e5874723c565556c4893d5bfbc 100644
--- a/PhysicsAnalysis/EventTag/EventTagAthenaPOOL/CMakeLists.txt
+++ b/PhysicsAnalysis/EventTag/EventTagAthenaPOOL/CMakeLists.txt
@@ -1,20 +1,10 @@
-################################################################################
-# Package: EventTagAthenaPOOL
-################################################################################
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # Declare the package name:
 atlas_subdir( EventTagAthenaPOOL )
 
-# Declare the package's dependencies:
-atlas_depends_on_subdirs( PRIVATE
-                          Database/AthenaPOOL/AthenaPoolCnvSvc
-                          Database/AthenaPOOL/AthenaPoolUtilities
-                          PhysicsAnalysis/EventTag/EventTagTPCnv
-                          PhysicsAnalysis/EventTag/TagEvent )
-
 # Component(s) in the package:
 atlas_add_poolcnv_library( EventTagAthenaPOOLPoolCnv
                            src/*.cxx
                            FILES TagEvent/RawInfoSummaryForTag.h
-                           LINK_LIBRARIES AthenaPoolCnvSvcLib AthenaPoolUtilities EventTagTPCnv TagEvent )
-
+                           LINK_LIBRARIES AthenaPoolCnvSvcLib EventTagTPCnv TagEvent )
diff --git a/PhysicsAnalysis/EventTag/EventTagRawAlgs/CMakeLists.txt b/PhysicsAnalysis/EventTag/EventTagRawAlgs/CMakeLists.txt
index f16ce190126aa7cb5ff417388ceff6e39eceb284..59b01b8271c223c6c198831396202a644d3198e9 100644
--- a/PhysicsAnalysis/EventTag/EventTagRawAlgs/CMakeLists.txt
+++ b/PhysicsAnalysis/EventTag/EventTagRawAlgs/CMakeLists.txt
@@ -1,43 +1,13 @@
-################################################################################
-# Package: EventTagRawAlgs
-################################################################################
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # Declare the package name:
 atlas_subdir( EventTagRawAlgs )
 
-# Declare the package's dependencies:
-atlas_depends_on_subdirs( PUBLIC
-                          Control/AthenaBaseComps
-                          Control/AthenaKernel
-                          GaudiKernel
-                          Tracking/TrkEvent/TrkSegment
-                          PRIVATE
-                          Calorimeter/CaloEvent
-                          Commission/CommissionEvent
-                          Control/StoreGate
-                          Event/xAOD/xAODCaloEvent
-                          InnerDetector/InDetRawEvent/InDetBCM_RawData
-                          InnerDetector/InDetRecEvent/InDetPrepRawData
-                          LArCalorimeter/LArRecEvent
-                          PhysicsAnalysis/EventTag/TagEvent
-                          TileCalorimeter/TileEvent
-                          TileCalorimeter/TileIdentifier
-                          Tracking/TrkEvent/TrkSpacePoint
-                          Tracking/TrkEvent/TrkTrack
-                          Tracking/TrkEvent/TrkTrackSummary
-                          MagneticField/MagFieldElements
-                          MagneticField/MagFieldConditions
-			  )
-
-# External dependencies:
-find_package( CLHEP )
-
 # Component(s) in the package:
 atlas_add_component( EventTagRawAlgs
                      src/*.cxx
                      src/components/*.cxx
-                     INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
-                     LINK_LIBRARIES ${CLHEP_LIBRARIES} AthenaBaseComps AthenaKernel GaudiKernel TrkSegment CaloEvent CommissionEvent StoreGateLib SGtests xAODCaloEvent InDetBCM_RawData InDetPrepRawData LArRecEvent TagEvent TileEvent TileIdentifier TrkSpacePoint TrkTrack TrkTrackSummary MagFieldElements MagFieldConditions )
+                     LINK_LIBRARIES AthenaBaseComps AthenaKernel GaudiKernel TrkSegment CaloEvent CommissionEvent StoreGateLib xAODCaloEvent InDetBCM_RawData InDetPrepRawData LArRecEvent TagEvent TileEvent TileIdentifier TrkSpacePoint TrkTrack TrkTrackSummary MagFieldConditions )
 
 # Install files from the package:
 atlas_install_joboptions( share/*.py )
diff --git a/PhysicsAnalysis/EventTag/EventTagTPCnv/CMakeLists.txt b/PhysicsAnalysis/EventTag/EventTagTPCnv/CMakeLists.txt
index 2ec0702e1b8bcc2793350a7464c3ef7bf861bfc1..f17b7d83a08c720ad34892e67900629e22e081de 100644
--- a/PhysicsAnalysis/EventTag/EventTagTPCnv/CMakeLists.txt
+++ b/PhysicsAnalysis/EventTag/EventTagTPCnv/CMakeLists.txt
@@ -1,30 +1,16 @@
-################################################################################
-# Package: EventTagTPCnv
-################################################################################
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # Declare the package name:
 atlas_subdir( EventTagTPCnv )
 
-# Declare the package's dependencies:
-atlas_depends_on_subdirs( PUBLIC
-                          Database/AthenaPOOL/AthenaPoolCnvSvc
-                          PhysicsAnalysis/EventTag/TagEvent
-                          PRIVATE
-                          Control/AthenaKernel )
-
-# External dependencies:
-find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
-
 # Component(s) in the package:
 atlas_add_tpcnv_library( EventTagTPCnv
                          src/*.cxx
                          PUBLIC_HEADERS EventTagTPCnv
-                         PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
-                         LINK_LIBRARIES ${ROOT_LIBRARIES} AthenaPoolCnvSvcLib TagEvent AthenaKernel )
+                         LINK_LIBRARIES AthenaPoolCnvSvcLib TagEvent
+                         PRIVATE_LINK_LIBRARIES AthenaKernel )
 
 atlas_add_dictionary( EventTagTPCnvDict
                       EventTagTPCnv/EventTagTPCnvDict.h
                       EventTagTPCnv/selection.xml
-                      INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
-                      LINK_LIBRARIES ${ROOT_LIBRARIES} AthenaPoolCnvSvcLib TagEvent AthenaKernel EventTagTPCnv )
-
+                      LINK_LIBRARIES EventTagTPCnv )
diff --git a/PhysicsAnalysis/EventTag/TagEvent/CMakeLists.txt b/PhysicsAnalysis/EventTag/TagEvent/CMakeLists.txt
index cf505c4d969628e0f1d8c7afd473242f66aabbaa..a6209fbbda8db3af5c8c12347b8ec724bf14d59a 100644
--- a/PhysicsAnalysis/EventTag/TagEvent/CMakeLists.txt
+++ b/PhysicsAnalysis/EventTag/TagEvent/CMakeLists.txt
@@ -1,29 +1,16 @@
-################################################################################
-# Package: TagEvent
-################################################################################
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # Declare the package name:
 atlas_subdir( TagEvent )
 
-# Declare the package's dependencies:
-atlas_depends_on_subdirs( PUBLIC
-                          Control/AthenaKernel
-                          Database/AthenaPOOL/AthenaPoolUtilities )
-
-# External dependencies:
-find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
-
 # Component(s) in the package:
 atlas_add_library( TagEvent
-                   src/*.cxx
+                   TagEvent/*.h
+                   INTERFACE
                    PUBLIC_HEADERS TagEvent
-                   PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
-                   LINK_LIBRARIES AthenaKernel AthenaPoolUtilities
-                   PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} )
+                   LINK_LIBRARIES AthenaKernel )
 
 atlas_add_dictionary( TagEventDict
                       TagEvent/TagEventDict.h
                       TagEvent/selection.xml
-                      INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
-                      LINK_LIBRARIES ${ROOT_LIBRARIES} AthenaKernel AthenaPoolUtilities TagEvent )
-
+                      LINK_LIBRARIES TagEvent )
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/BPhysAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/BPhysAttributeNames.h
deleted file mode 100755
index e6a767f67bbc67472eff6e7c78a2290969dd464b..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/BPhysAttributeNames.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef BPHYSANALYSISATTRIBUTENAMES_H
-#define BPHYSANALYSISATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan 
- Feb 2006
-****************************************/
-
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the BPhys attributes and their types */
-namespace BPhys {
-  static const int BphysAttr=1;    // This is the number of BPhys TAG attributes
-  static const int NumBphys = 1;   // This is the max number of BPhys words in the TAG per some attributes
-}
-
-/** This is the list of the TAG attribute names */
-static const std::string BPhysAttributeNames[BPhys::BphysAttr] = {"BPhysWord"};
-
-/** This is the list of the TAG attribute Unit names */
-static const std::string BPhysAttributeUnitNames[BPhys::BphysAttr] = {UnitNames[Unt::Bitmask]};
-
-/** This is the list of the TAG attribute Group names */
-static const std::string BPhysAttributeGroupNames[BPhys::BphysAttr] = {GroupNames[Grp::QualityPhysics]};
-
-#endif
-
-
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/CombinedMuonAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/CombinedMuonAttributeNames.h
deleted file mode 100755
index 0960af3cb35c9d4145a5360dec3c3e7ec2d7f28d..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/CombinedMuonAttributeNames.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef COMBINEDMUONATTRIBUTENAMES_H
-#define COMBINEDMUONATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the Muon ID attributes */
-namespace MuonID {
-  static const int NcombMuonAttr=1;    // This number of combined muon TAG attributes
-  static const int NumCombinedMuon=1;  // This the max number of combined muon words in the TAG per some attributes
-}
-
-/** This is the list of the Combined Muon TAG attributes */
-static const std::string CombinedMuonAttributeNames[MuonID::NcombMuonAttr] = {"CombinedMuonWord"};
-
-
-/** This is the list of the Combined Muon TAG attributes Unit names */
-static const std::string CombinedMuonAttributeUnitNames[MuonID::NcombMuonAttr] = {UnitNames[Unt::Bitmask]};
-
-/** This is the list of the Combined Muon TAG attributes Group names */
-static const std::string CombinedMuonAttributeGroupNames[MuonID::NcombMuonAttr] = {GroupNames[Grp::QualityPhysics]};
-
-#endif
-
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/DPDAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/DPDAttributeNames.h
deleted file mode 100755
index 4fbebf668af2236ff40c461970f21536f6bfaac7..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/DPDAttributeNames.h
+++ /dev/null
@@ -1,78 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef DPDATTRIBUTENAMES_H
-#define DPDATTRIBUTENAMES_H
-
-/****************************************
- Author - Tulay Cuhadar Donszelmann
- Dec 2008
-****************************************/
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-#include <map>
-
-
-/** list of ALL the DPD attributes and their types */
-namespace DPDId {
-  static const int NdpdAttr=2;    // This the number of DPD TAG attributes
-  static const int NumDpd = 1;    // This is the max number of DPD words in the TAG per some Attributes
-  enum { Daod=0, Desd=1};
-}
-
-/** This is the list of DPD Phys TAG attributes */
-static const std::string DPDAttributeNames[DPDId::NdpdAttr] = {"DAODStreams",
-                                                               "DESDStreams"};
-
-/** This is the list of DPD Phys TAG attributes */
-static const std::string DPDAttributeUnitNames[DPDId::NdpdAttr] = {UnitNames[Unt::Bitmask],
-                                                                   UnitNames[Unt::Bitmask]};
-
-/** This is the list of DPD Phys TAG attributes */
-static const std::string DPDAttributeGroupNames[DPDId::NdpdAttr] = {GroupNames[Grp::TriggerStream],
-                                                                    GroupNames[Grp::TriggerStream]
-                                                                   };
-
-struct DPDBits
-{ 
-   DPDBits();
-
-   std::map<const std::string, unsigned int> daodMap;
-   std::map<const std::string, unsigned int> desdMap;
-};
-
-DPDBits::DPDBits()
-{
-   daodMap.insert(std::make_pair("Other_StreamDAOD_2PH_AcceptEvent"    ,0)); 
-   daodMap.insert(std::make_pair("Other_StreamDAOD_EMTAU_AcceptEvent"  ,1)); 
-   daodMap.insert(std::make_pair("Other_StreamDAODM_SGLEM_AcceptEvent" ,2)); 
-   daodMap.insert(std::make_pair("Other_StreamDAOD_TAUJET_AcceptEvent" ,3));
-   daodMap.insert(std::make_pair("Other_StreamDAODM_SGLPH_AcceptEvent" ,4));
-   daodMap.insert(std::make_pair("Other_StreamDAODM_SGLTAU_AcceptEvent",5)); 
-   daodMap.insert(std::make_pair("Other_StreamDAOD_JETMET_AcceptEvent" ,6));
-   daodMap.insert(std::make_pair("Other_StreamDAOD_EMJET_AcceptEvent"  ,7)); 
-   daodMap.insert(std::make_pair("Other_StreamDAOD_EMMET_AcceptEvent"  ,8));
-   daodMap.insert(std::make_pair("Other_StreamDAOD_2EM_AcceptEvent"    ,9));
-   daodMap.insert(std::make_pair("Other_StreamDAOD_MUJET_AcceptEvent" ,10)); 
-   daodMap.insert(std::make_pair("Other_StreamDAOD_2MU_AcceptEvent"   ,11));
-   daodMap.insert(std::make_pair("Other_StreamDAOD_MUTAU_AcceptEvent" ,12)); 
-   daodMap.insert(std::make_pair("Other_StreamDAODM_SGLMU_AcceptEvent",13));
-   daodMap.insert(std::make_pair("Other_StreamDAOD_MUMET_AcceptEvent" ,14)); 
-   daodMap.insert(std::make_pair("Other_StreamDAOD_EMMU_AcceptEvent"  ,15));
-
-   desdMap.insert(std::make_pair("Other_StreamDESDM_EGAMMA_AcceptEvent" ,0)); 
-   desdMap.insert(std::make_pair("Other_StreamDESDM_TRACK_AcceptEvent"  ,1));
-   desdMap.insert(std::make_pair("Other_StreamDESD_MBIAS_AcceptEvent"   ,2)); 
-   desdMap.insert(std::make_pair("Other_StreamDESD_MET_AcceptEvent"     ,3));
-   desdMap.insert(std::make_pair("Other_StreamDESD_DESD_SGLMU_AcceptEvent",4)); 
-   desdMap.insert(std::make_pair("Other_StreamDESD_PHOJET_AcceptEvent"  ,5));
-   desdMap.insert(std::make_pair("Other_StreamDESDM_CALJET_AcceptEvent" ,6)); 
-   desdMap.insert(std::make_pair("Other_StreamDESD_COLLCAND_AcceptEvent",7));
-   desdMap.insert(std::make_pair("Other_StreamDESD_SGLEL_AcceptEvent"   ,8)); 
-   desdMap.insert(std::make_pair("Other_StreamDESDM_MUON_AcceptEvent"   ,9));
-}
-
-#endif
-
-
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/EgammaAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/EgammaAttributeNames.h
deleted file mode 100755
index 686fff3c43192eedecd6050fabc51b8acee644df..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/EgammaAttributeNames.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef EGAMMAATTRIBUTENAMES_H
-#define EGAMMAATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the Egamma ID attributes */
-namespace Egamma { 
-   static const int NegAttr = 1;      // This number of Egamma TAG attributes
-   static const int NumEgamma = 1;    // This maximum number of Egamma words in the TAG per some attributes
-}
-
-/** This is the list of the Egamma TAG attributes */
-static const std::string EgammaAttributeNames[Egamma::NegAttr] = {"EgammaWord"};
-
-
-/** This is the list of the TAG attribute Unit names */
-static const std::string EgammaAttributeUnitNames[Egamma::NegAttr] = {UnitNames[Unt::Bitmask]};
-
-
-/** This is the list of the TAG attribute Group names */
-static const std::string EgammaAttributeGroupNames[Egamma::NegAttr] = {GroupNames[Grp::QualityPhysics]};
-
-#endif
-
-
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/ElectronAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/ElectronAttributeNames.h
deleted file mode 100755
index 78d1bc4986aab48eb4384736bec50818c3787b88..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/ElectronAttributeNames.h
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef ELECTRONATTRIBUTENAMES_H
-#define ELECTRONATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the Electron attributes  */
-namespace ElectronID { 
-  static const int NelecAttr = 6;                     // This the number of electron TAG attributes
-  static const int NumElectron = 6;                   // this maximum number of electrons in the TAG
-  enum { NElectron=0, Pt=1, Eta=2, Phi=3, Tight=4, Isol=5 };
-}
-
-/** This is the list of the Electorn TAG attributes */
-static const std::string ElectronAttributeNames[ElectronID::NelecAttr] = {
-                                                      "NLooseElectron",
-                                                      "LooseElectronPt",
-                                                      "LooseElectronEta",
-                                                      "LooseElectronPhi",
-                                                      "LooseElectronTightness",
-                                                      "LooseElectronIsolation"
-                                                    };
-
-static const std::string ElectronAttributeUnitNames[ElectronID::NelecAttr] = {
-                                                  UnitNames[Unt::Number],
-                                                  UnitNames[Unt::Mevc],
-                                                  UnitNames[Unt::Rap],
-                                                  UnitNames[Unt::Rad],
-                                                  UnitNames[Unt::Bitmask],
-                                                  UnitNames[Unt::Bitmask]
-                                                    };
-
-static const std::string ElectronAttributeGroupNames[ElectronID::NelecAttr] = {
-                                                 GroupNames[Grp::PhysicsElectron],
-                                                 GroupNames[Grp::PhysicsElectron],
-                                                 GroupNames[Grp::PhysicsElectron],
-                                                 GroupNames[Grp::PhysicsElectron],
-                                                 GroupNames[Grp::PhysicsElectron],
-                                                 GroupNames[Grp::PhysicsElectron]
-                                                    };
-
-#endif
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/ExoticPhysAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/ExoticPhysAttributeNames.h
deleted file mode 100755
index f9585cd5847bd9ac96d97023c3e523cbf3284011..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/ExoticPhysAttributeNames.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef EXOTICPHYSATTRIBUTENAMES_H
-#define EXOTICPHYSATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the Higgs attributes and their types */
-namespace ExoticPhys {
-  static const int NexoticAttr=1;       // This is the number of Exotic TAG attributes
-  static const int NumExoticPhys = 1;   // This is the max number of Exotic TAG words per some attributes
-}
-
-/** This is the list of the exotic phys TAG attributes */
-static const std::string ExoticAttributeNames[ExoticPhys::NexoticAttr] = {"ExoticWord"};
-
-/** This is the list of the exotic phys TAG attributes Unit names*/
-static const std::string ExoticAttributeUnitNames[ExoticPhys::NexoticAttr] = {UnitNames[Unt::Bitmask]};
-
-/** This is the list of the exotic phys TAG attributes Group names*/
-static const std::string ExoticAttributeGroupNames[ExoticPhys::NexoticAttr] = {GroupNames[Grp::QualityPhysics]};
-#endif
-
-
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/GlobalEventAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/GlobalEventAttributeNames.h
deleted file mode 100755
index 4fdb5f9a9fc43332ca02a73956e9b4ea21379f27..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/GlobalEventAttributeNames.h
+++ /dev/null
@@ -1,72 +0,0 @@
-/*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef EVENTTAGALGS_GLOBALEVENTATTRIBUTENAMES_H
-#define EVENTTAGALGS_GLOBALEVENTATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-
-#include "AthenaPoolUtilities/AthenaAttributeSpecification.h"
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the Event attributes */
-namespace Evt { 
-
-  //static const int NevtAttr = 24;    // This is the number of the Event TAG attributes 
-  enum { Run=0, Event=1, Time=2, TimeNS=3, NLumiBlock=4, Weight=5, BunchId=6, ConditionsRun=7, 
-         Pixel=8, SCT=9, TRT=10, LAr=11, Tile=12, Muon=13, ForwardDet=14, Core=15, 
-         Simu=16, Calib=17, Test=18, Random=19, ActualInt=20, AvgInt=21,
-         NCaloClus=22, NTrk=23, NVx=24, VtxX=25, VtxY=26, VtxZ=27, VtxChiSq=28, VtxNdof=29,//, NVxTight=30, 
-         RecoTimeRAW2ESD=30, RecoTimeESD2AOD=31,  RecoTimeRAWtoALL=32, RecoTimeEVNT2HITS=33, RecoTimeHITS2RDO=34,
-         NevtAttr = 35
-       }; 
-}
-
-static const AthenaAttributeSpecification EventAttributeSpecs[Evt::NevtAttr] = 
-{
-   AthenaAttributeSpecification("RunNumber","unsigned int",        GroupNames[Grp::Time],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("EventNumber","unsigned long long",      GroupNames[Grp::Time],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("EventTime","unsigned int",        GroupNames[Grp::Time],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("EventTimeNanoSec","unsigned int", GroupNames[Grp::Time],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("LumiBlockN","unsigned int",       GroupNames[Grp::Time],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("EventWeight","float",             GroupNames[Grp::Time],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("BunchId","unsigned int",          GroupNames[Grp::Time],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("ConditionsRun","unsigned int",        GroupNames[Grp::Time],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("PixelFlags","unsigned int",       GroupNames[Grp::QualityDetector],UnitNames[Unt::Bitmask]),
-   AthenaAttributeSpecification("SCTFlags","unsigned int",         GroupNames[Grp::QualityDetector],UnitNames[Unt::Bitmask]),
-   AthenaAttributeSpecification("TRTFlags","unsigned int",         GroupNames[Grp::QualityDetector],UnitNames[Unt::Bitmask]),
-   AthenaAttributeSpecification("LArFlags","unsigned int",         GroupNames[Grp::QualityDetector],UnitNames[Unt::Bitmask]),
-   AthenaAttributeSpecification("TileFlags","unsigned int",        GroupNames[Grp::QualityDetector],UnitNames[Unt::Bitmask]),
-   AthenaAttributeSpecification("MuonFlags","unsigned int",        GroupNames[Grp::QualityDetector],UnitNames[Unt::Bitmask]),
-   AthenaAttributeSpecification("ForwardDetFlags","unsigned int",  GroupNames[Grp::QualityDetector],UnitNames[Unt::Bitmask]),
-   AthenaAttributeSpecification("CoreFlags","unsigned int",        GroupNames[Grp::QualityDetector],UnitNames[Unt::Bitmask]),
-   AthenaAttributeSpecification("IsSimulation","bool",             GroupNames[Grp::Quality],UnitNames[Unt::Bitmask]),
-   AthenaAttributeSpecification("IsCalibration","bool",            GroupNames[Grp::Quality],UnitNames[Unt::Bitmask]),
-   AthenaAttributeSpecification("IsTestBeam","bool",               GroupNames[Grp::Quality],UnitNames[Unt::Bitmask]),
-   AthenaAttributeSpecification("RandomNumber","float",            GroupNames[Grp::Quality],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("ActualIntPerXing","float",        GroupNames[Grp::Vertex],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("AvgIntPerXing","float",           GroupNames[Grp::Vertex],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("NCaloClus","unsigned int",        GroupNames[Grp::Vertex],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("NTrk","unsigned int",             GroupNames[Grp::Vertex],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("NVtx","unsigned int",             GroupNames[Grp::Vertex],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("VtxX","float",                    GroupNames[Grp::Vertex],UnitNames[Unt::milimeter]),
-   AthenaAttributeSpecification("VtxY","float",                    GroupNames[Grp::Vertex],UnitNames[Unt::milimeter]),
-   AthenaAttributeSpecification("VtxZ","float",                    GroupNames[Grp::Vertex],UnitNames[Unt::milimeter]),
-   AthenaAttributeSpecification("VtxChiSq","float",                GroupNames[Grp::Vertex],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("VtxNDOF","unsigned int",          GroupNames[Grp::Vertex],UnitNames[Unt::Number]),
-   //   AthenaAttributeSpecification("NVtxTight","int",                 GroupNames[Grp::Vertex],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("RecoTimeRAWtoESD","float",        GroupNames[Grp::Time],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("RecoTimeESDtoAOD","float",        GroupNames[Grp::Time],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("RecoTimeRAWtoALL","float",        GroupNames[Grp::Time],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("RecoTimeEVNTtoHITS","float",      GroupNames[Grp::Time],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("RecoTimeHITStoRDO","float",       GroupNames[Grp::Time],UnitNames[Unt::Number])
-
-};
-
-
-#endif
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/GlobalGroupAndUnitNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/GlobalGroupAndUnitNames.h
deleted file mode 100755
index e617af665aa4fa5ac50b01c8371dfb930edcf30c..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/GlobalGroupAndUnitNames.h
+++ /dev/null
@@ -1,62 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef TAGEVENT_GLOBALGROUPANDUNITNAMES_H
-#define TAGEVENT_GLOBALGROUPANDUNITNAMES_H
-
-/****************************************
- Author - Tulay Cuhadar Donszelmann
- Nov 2008
-****************************************/
-#include <vector>
-#include <string>
-#include <iostream>
-
-namespace Grp {
-    //static const int NGroupNames = 16;
-    enum { Nav=0, Time=1, Vertex=2, Quality=3, PhysicsElectron=4, PhysicsPhoton=5, PhysicsMuon=6, PhysicsTau=7,   PhysicsJetmet=8, TriggerL1=9, TriggerHLT=10, TriggerStream=11, QualityDetector=12, QualityPhysics=13,  RawSummary=14, Test=15, NGroupNames=16 };
-    
-}    
-    
-    /** List of all the  Group names */
-static const std::string GroupNames[Grp::NGroupNames] = {  "NAV",
-                                                           "TIME",
-                                                           "VERTEX",
-                                                           "QUALITY",
-                                                           "PHYSICS_ELECTRON",
-                                                           "PHYSICS_PHOTON",
-                                                           "PHYSICS_MUON",
-                                                           "PHYSICS_TAU",
-                                                           "PHYSICS_JETMET",
-                                                           "TRIGGER_L1",
-                                                           "TRIGGER_HLT",
-                                                           "TRIGGER_STREAM", 
-                                                           "QUALITY_DETECTOR", 
-                                                           "QUALITY_PHYSICS",
-                                                           "RAWSUMMARY",
-                                                           "TEST"
-                                                        };
-
-/** List of all the  unit names */
-namespace Unt {
-    static const int NUnitNames = 12;
-    enum { Bitmask=0, milimeter=1, Mev=2, Mevc=3, Rad=4, Number=5, invpicobarn=6, invfemtobarn=7, Rap=8, StatusFlag=9, invMev=10, nanosec=11 };
-}    
-static const std::string UnitNames[Unt::NUnitNames] = {  "BITMASK",
-                                                         "MM",
-                                                         "MEV",
-                                                         "MEV/c",
-                                                         "RAD",
-                                                         "NUMBER",
-                                                         "INV_PB", 
-                                                         "INV_FB",
-                                                         "PSEUDO_RAP",
-                                                         "RYG_FLAG",
-                                                         "1/MEV",
-                                                         "NS" 
-                                                      };
-	                                                                               
-
-
-#endif
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/GlobalTriggerAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/GlobalTriggerAttributeNames.h
deleted file mode 100755
index c8e862c808c949fdc53e6ff51d20eb91efcaf0bf..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/GlobalTriggerAttributeNames.h
+++ /dev/null
@@ -1,46 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef EVENTTAGALGS_GLOBALTRIGGERATTRIBUTENAMES_H
-#define EVENTTAGALGS_GLOBALTRIGGERATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the Trigger status attributes */
-namespace Trg { 
-   static const int Ntrg = 4;      // This is the number of Trigger TAG attributes 
-   static const int NumTrig = 16;   // This is the max number of Trigger words in the TAG per some attributes
-   enum { LVL1=0, HLT=1, Stream=2, BunchGroup=3 }; 
-}
-
-/** This is the list of the Trigger TAG attributes */
-static const std::string TriggerAttributeNames[Trg::Ntrg] = {
-                                                       "L1PassedTrigMask",
-                                                       "HLTPassedTrigMask",
-                                                       "SFOStreams",
-                                                       "BunchGroup"
-                                                   };
-
-/** This is the list of the Trigger TAG attributes unit names*/
-static const std::string TriggerAttributeUnitNames[Trg::Ntrg] = {
-                                                        UnitNames[Unt::Bitmask],
-                                                        UnitNames[Unt::Bitmask],
-                                                        UnitNames[Unt::Bitmask],
-                                                        UnitNames[Unt::Number]
-                                                   };
-
-/** This is the list of the Trigger TAG attributes group names*/
-static const std::string TriggerAttributeGroupNames[Trg::Ntrg] = {
-                                                       GroupNames[Grp::TriggerL1],
-                                                       GroupNames[Grp::TriggerHLT],
-                                                       GroupNames[Grp::TriggerStream],
-                                                       GroupNames[Grp::TriggerStream]
-                                                   };
-#endif
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/HeavyIonPhysAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/HeavyIonPhysAttributeNames.h
deleted file mode 100755
index 7e2b52bef58e8909da627a5462e3d9323844c0fc..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/HeavyIonPhysAttributeNames.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef HEAVYIONPHYSATTRIBUTENAMES_H
-#define HEAVYIONPHYSATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- June 2006
-****************************************/
-
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the HeavyIon Phys attributes and their types */
-namespace HeavyIonPhys {
-  static const int NheavyIonAttr=1;       // This is the number of HeavyIon TAG attributes
-  static const int NumHeavyIonPhys = 1;   // This is the max number of HeavyIon TAG words per some attributes
-}
-
-/** This is the list of the heavyIon phys TAG attributes */
-static const std::string HeavyIonAttributeNames[HeavyIonPhys::NheavyIonAttr] = {"HeavyIonWord"};
-
-/** This is the list of the heavyIon phys TAG attributes unit names*/
-static const std::string HeavyIonAttributeUnitNames[HeavyIonPhys::NheavyIonAttr] = {UnitNames[Unt::Bitmask]};
-
-/** This is the list of the heavyIon phys TAG attributes group names*/
-static const std::string HeavyIonAttributeGroupNames[HeavyIonPhys::NheavyIonAttr] = {GroupNames[Grp::QualityPhysics]};
-
-#endif
-
-
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/HiggsPhysAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/HiggsPhysAttributeNames.h
deleted file mode 100755
index c109f3287071862bf1ff2aae9733fbd617292c4e..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/HiggsPhysAttributeNames.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef HIGGSPHYSATTRIBUTENAMES_H
-#define HIGGSPHYSATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the Higgs attributes and their types */
-namespace HiggsPhys {
-  static const int HiggsAttr=1;       // This is the number of Higgs Phys TAG attributes
-  static const int NumHiggsPhys = 1;  // This is the max number of Higgs Phys words in the TAG per some attributes
-}
-
-/** This is the list of the Higgs Phys TAG attributes */
-static const std::string HiggsAttributeNames[HiggsPhys::HiggsAttr] = {"HiggsWord"};
-
-/** This is the list of the Higgs Phys TAG attributes unit names*/
-static const std::string HiggsAttributeUnitNames[HiggsPhys::HiggsAttr] = {UnitNames[Unt::Bitmask]};
-
-/** This is the list of the Higgs Phys TAG attributes group names*/
-static const std::string HiggsAttributeGroupNames[HiggsPhys::HiggsAttr] = {GroupNames[Grp::QualityPhysics]};
-
-#endif
-
-
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/JetMissingEtIdentificationAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/JetMissingEtIdentificationAttributeNames.h
deleted file mode 100755
index 52949769eaddd558197e25e507d66ad04a8a299e..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/JetMissingEtIdentificationAttributeNames.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef JETMISSINGETIDENTIFICATIONATTRIBUTENAMES_H
-#define JETMISSINGETIDENTIFICATIONATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the Jet and Missing ET ID attributes */
-namespace JetMissingEt {
-  static const int NjetMetAttr=1;          // This is the number of JetMissingEt ID tag attributes
-  static const int NumJetMissingEtID = 1;  // This the max number of JetMissingET ID words in the TAG per some attributes
-}
- 
-/** This is the list of the JetMissingET ID TAG attributes */
-static const std::string JetMissingEtAttributeNames[JetMissingEt::NjetMetAttr] = {"JetMissingETWord"};
-
-/** This is the list of the JetMissingET ID TAG attributes unit names*/
-static const std::string JetMissingEtAttributeUnitNames[JetMissingEt::NjetMetAttr] = {UnitNames[Unt::Bitmask]};
-
-/** This is the list of the JetMissingET ID TAG attributes group names*/
-static const std::string JetMissingEtAttributeGroupNames[JetMissingEt::NjetMetAttr] = {GroupNames[Grp::QualityPhysics]};
-
-#endif
-
-
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/JetTaggingAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/JetTaggingAttributeNames.h
deleted file mode 100755
index 221d8094384bd376a5e8df602daf7f5f25f7fe0a..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/JetTaggingAttributeNames.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef JETTAGGINGATTRIBUTENAMES_H
-#define JETTAGGINGATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the Jet-Tagging attributes and their types */
-namespace JetTagging {
-  static const int NjetTagAttr=1;      // This is the number of JetTagging TAG attributes
-  static const int NumJetTagging = 1;  // This is the max number of JetTagging TAG words per some attributes
-}
-
-/** This is the list of the JetTagging TAG attributes */
-static const std::string JetTaggingAttributeNames[JetTagging::NjetTagAttr] = {"JetTagWord"};
-
-/** This is the list of the JetTagging TAG attributes unit names*/
-static const std::string JetTaggingAttributeUnitNames[JetTagging::NjetTagAttr] = {UnitNames[Unt::Bitmask]};
-
-/** This is the list of the JetTagging TAG attributes unit names*/
-static const std::string JetTaggingAttributeGroupNames[JetTagging::NjetTagAttr] = {GroupNames[Grp::QualityPhysics]};
-
-#endif
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/MissingETAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/MissingETAttributeNames.h
deleted file mode 100755
index df3f908796769e7277996c5deff8be7f6ace8557..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/MissingETAttributeNames.h
+++ /dev/null
@@ -1,89 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef MISSINGETATTRIBUTENAMES_H
-#define MISSINGETATTRIBUTENAMES_H
-
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL MissingEt attributes and their types */
-namespace EtMiss { 
-  static const int NetAttr=19;              // This number of MissingEt TAG Attributes
-  static const int NumMissingEt=1;         // This the max number of MissingEt objects in the TAG 
-  enum { MET_RefFinalX=0, MET_RefFinalY=1, SumET=2, MET_SoftClusX=3, MET_SoftClusY=4, MET_RefJetX=5, MET_RefJetY=6, MET_RefTauX=7, MET_RefTauY=8, MET_MuonsX=9, MET_MuonsY=10, MET_RefEleX=11, MET_RefEleY=12, MET_RefGammaX=13, MET_RefGammaY=14, MET_PVSoftTrkX=15, MET_PVSoftTrkY=16, MET_FinalTrkX=17,  MET_FinalTrkY=18
-}; 
-}
-
-/** This is the list of the Missing ET TAG attributes */
-static const std::string MissingEtAttributeNames[EtMiss::NetAttr] = {
-                                                       "MET_RefFinalX",
-                                                       "MET_RefFinalY",
-                                                       "SumET",
-                                                       "MET_SoftClusX",
-                                                       "MET_SoftClusY",
-						       "MET_RefJetX",
-						       "MET_RefJetY",
-						       "MET_RefTauX",
-						       "MET_RefTauY",
-						       "MET_MuonsX",
-						       "MET_MuonsY",
-						       "MET_RefEleX",
-						       "MET_RefEleY",
-						       "MET_RefGammaX",
-						       "MET_RefGammaY",
-						       "MET_PVSoftTrkX",
-						       "MET_PVSoftTrkY",
-						       "MET_FinalTrkX",
-						       "MET_FinalTrkY"
-                                                     };
-
-/** This is the list of the Missing ET TAG attributes unit names*/
-static const std::string MissingEtAttributeUnitNames[EtMiss::NetAttr] = {
-                                                       UnitNames[Unt::Mev],
-                                                       UnitNames[Unt::Mev],
-                                                       UnitNames[Unt::Mev],
-                                                       UnitNames[Unt::Mev],
-                                                       UnitNames[Unt::Mev],
-                                                       UnitNames[Unt::Mev],
-                                                       UnitNames[Unt::Mev],
-                                                       UnitNames[Unt::Mev],
-                                                       UnitNames[Unt::Mev],
-						       UnitNames[Unt::Mev],
-                                                       UnitNames[Unt::Mev],
-                                                       UnitNames[Unt::Mev],
-                                                       UnitNames[Unt::Mev],
-                                                       UnitNames[Unt::Mev],
-                                                       UnitNames[Unt::Mev],
-						       UnitNames[Unt::Mev],
-                                                       UnitNames[Unt::Mev],
-                                                       UnitNames[Unt::Mev],
-                                                       UnitNames[Unt::Mev]
-                                                     };
-
-
-/** This is the list of the Missing ET TAG attributes group names*/
-static const std::string MissingEtAttributeGroupNames[EtMiss::NetAttr] = {
-                                                      GroupNames[Grp::PhysicsJetmet],
-                                                      GroupNames[Grp::PhysicsJetmet],
-                                                      GroupNames[Grp::PhysicsJetmet],
-                                                      GroupNames[Grp::PhysicsJetmet],
-                                                      GroupNames[Grp::PhysicsJetmet],
-                                                      GroupNames[Grp::PhysicsJetmet],
-                                                      GroupNames[Grp::PhysicsJetmet],
-                                                      GroupNames[Grp::PhysicsJetmet],
-                                                      GroupNames[Grp::PhysicsJetmet],
-						      GroupNames[Grp::PhysicsJetmet],
-                                                      GroupNames[Grp::PhysicsJetmet],
-                                                      GroupNames[Grp::PhysicsJetmet],
-                                                      GroupNames[Grp::PhysicsJetmet],
-                                                      GroupNames[Grp::PhysicsJetmet],
-                                                      GroupNames[Grp::PhysicsJetmet],
-						      GroupNames[Grp::PhysicsJetmet],
-                                                      GroupNames[Grp::PhysicsJetmet],
-                                                      GroupNames[Grp::PhysicsJetmet],
-                                                      GroupNames[Grp::PhysicsJetmet]
-                                                     };
-
-#endif
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/MuonAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/MuonAttributeNames.h
deleted file mode 100755
index eafb5222481d2645efd6f05ca4f770d82198fab7..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/MuonAttributeNames.h
+++ /dev/null
@@ -1,64 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef MUONATTRIBUTENAMES_H
-#define MUONATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the Muon attributes  */
-namespace MuonTAG { 
-  static const int NmuonAttr=10;        // This the number of Muon TAG attributes
-  static const int NumMuon = 6;        // This the max number of Muons in the TAG
-  enum { NMuon=0, Pt=1, Eta=2, Phi=3, Tight=4, Isol=5, NPrecLay=6, NPrecHoleLay=7, NPhiLay=8, MomBalSign=9 }; 
-}
-
-/** This is the list of the Muon TAG attributes */
-static const std::string MuonAttributeNames[MuonTAG::NmuonAttr] = {
-                                                  "NLooseMuon",
-                                                  "LooseMuonPt",
-                                                  "LooseMuonEta",
-                                                  "LooseMuonPhi",
-                                                  "LooseMuonTightness",
-                                                  "LooseMuonIsolation",
-						  "LooseMuonPrecLay",
-						  "LooseMuonPrecHoleLay",
-						  "LooseMuonPhiLay",
-						  "LooseMuonMomBalSig",
-                                               };
-
-static const std::string MuonAttributeUnitNames[MuonTAG::NmuonAttr] = {
-                                                  UnitNames[Unt::Number],
-                                                  UnitNames[Unt::Mevc],
-                                                  UnitNames[Unt::Rap],
-                                                  UnitNames[Unt::Rad],
-                                                  UnitNames[Unt::Bitmask],
-                                                  UnitNames[Unt::Bitmask],
-                                                  UnitNames[Unt::Number],
-                                                  UnitNames[Unt::Number],
-                                                  UnitNames[Unt::Number],
-                                                  UnitNames[Unt::Number]
-                                               };
-
-static const std::string MuonAttributeGroupNames[MuonTAG::NmuonAttr] = {
-                                                 GroupNames[Grp::PhysicsMuon],
-                                                 GroupNames[Grp::PhysicsMuon],
-                                                 GroupNames[Grp::PhysicsMuon],
-                                                 GroupNames[Grp::PhysicsMuon],
-                                                 GroupNames[Grp::PhysicsMuon],
-                                                 GroupNames[Grp::PhysicsMuon],
-                                                 GroupNames[Grp::PhysicsMuon],
-                                                 GroupNames[Grp::PhysicsMuon],
-                                                 GroupNames[Grp::PhysicsMuon],
-                                                 GroupNames[Grp::PhysicsMuon]
-                                               };
-
-
-#endif
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/ParticleJetAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/ParticleJetAttributeNames.h
deleted file mode 100755
index 2dfc8cae83a4cc2f53437e0d29e921aec0d6fc68..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/ParticleJetAttributeNames.h
+++ /dev/null
@@ -1,62 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef PARTICLEJETATTRIBUTENAMES_H
-#define PARTICLEJETATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the Jet attribute  */
-namespace PJet { 
-  static const int NjetAttr=9;   // This is the number of Jet TAG attributes
-  static const int NumJet = 10;   // This is the max number of ParticleJets in the TAG
-  enum { NJet=0, Pt=1, Eta=2, Phi=3, JetSumET=4, E=5, JetPID=6, NpTJet=7, NpTBJet=8 };
-}
-
-/** This is the list of Jet TAG attributes */
-static const std::string JetAttributeNames[PJet::NjetAttr] = {
-                                                  "NJet",
-                                                  "JetPt",
-                                                  "JetEta",
-                                                  "JetPhi",
-                                                  "JetSumET",
-						  "JetE",
-						  "JetPID",
-						  "NpTJet",
-						  "NpTBJet",
-                                               };
-
-/** This is the list of Jet TAG attributes unit names*/
-static const std::string JetAttributeUnitNames[PJet::NjetAttr] = {
-                                               UnitNames[Unt::Number],
-                                               UnitNames[Unt::Mevc],
-                                               UnitNames[Unt::Rap],
-                                               UnitNames[Unt::Rad],
-                                               UnitNames[Unt::Mev],
-                                               UnitNames[Unt::Mev],
-                                               UnitNames[Unt::Bitmask],
-                                               UnitNames[Unt::Number],
-                                               UnitNames[Unt::Number],
-};
-
-/** This is the list of Jet TAG attributes group names */
-static const std::string JetAttributeGroupNames[PJet::NjetAttr] = {
-                                                GroupNames[Grp::PhysicsJetmet],
-                                                GroupNames[Grp::PhysicsJetmet],
-                                                GroupNames[Grp::PhysicsJetmet],
-                                                GroupNames[Grp::PhysicsJetmet],
-                                                GroupNames[Grp::PhysicsJetmet],
-						GroupNames[Grp::PhysicsJetmet],
-                                                GroupNames[Grp::PhysicsJetmet],
-                                                GroupNames[Grp::PhysicsJetmet],
-                                                GroupNames[Grp::PhysicsJetmet],
-                                               };
-
-
-#endif
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/PhotonAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/PhotonAttributeNames.h
deleted file mode 100755
index 82aa0c4ba9e71b5e7f5e21fdf48674393733c2e7..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/PhotonAttributeNames.h
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef PHOTONATTRIBUTENAMES_H
-#define PHOTONATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the Photon attributes  */
-namespace PhotonID { 
-  static const int NphotonAttr=7;                                // This is the number of Photon Tag Attributes
-  static const int NumPhoton = 4;                                // This max number of Photons on the TAG
-  enum { NPhoton=0, NConverted=1, Pt=2, Eta=3, Phi=4, Tight=5, Isol=6 }; 
-}
-
-/** This is the list of the Photon TAG attributes */
-static const std::string PhotonAttributeNames[PhotonID::NphotonAttr] = {
-                                                      "NLoosePhoton",
-                                                      "NConvertedLoosePhoton",
-                                                      "LoosePhotonPt",
-                                                      "LoosePhotonEta",
-                                                      "LoosePhotonPhi",
-                                                      "LoosePhotonTightness",
-                                                      "LoosePhotonIsolation"
-                                                   };
-
-/** This is the list of the Photon TAG attributes unit names*/
-static const std::string PhotonAttributeUnitNames[PhotonID::NphotonAttr] = {
-                                                      UnitNames[Unt::Number],
-                                                      UnitNames[Unt::Number],
-                                                      UnitNames[Unt::Mevc],
-                                                      UnitNames[Unt::Rap],
-                                                      UnitNames[Unt::Rad],
-                                                      UnitNames[Unt::Bitmask],
-                                                      UnitNames[Unt::Bitmask]
-                                                   };
-
-/** This is the list of the Photon TAG attributes group names*/
-static const std::string PhotonAttributeGroupNames[PhotonID::NphotonAttr] = {
-                                                       GroupNames[Grp::PhysicsPhoton],
-                                                       GroupNames[Grp::PhysicsPhoton],
-                                                       GroupNames[Grp::PhysicsPhoton],
-                                                       GroupNames[Grp::PhysicsPhoton],
-                                                       GroupNames[Grp::PhysicsPhoton],
-                                                       GroupNames[Grp::PhysicsPhoton],
-                                                       GroupNames[Grp::PhysicsPhoton]
-                                                   };
-
-#endif
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/RawInfoSummaryForTag.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/RawInfoSummaryForTag.h
index 0dcb64e4f2c0df5e52bcd9fbb3fffdddcd1e53c4..ad6a3c5436bfa4e056b9c894bacc8e97e7fcca01 100644
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/RawInfoSummaryForTag.h
+++ b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/RawInfoSummaryForTag.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 /*
@@ -379,7 +379,7 @@ inline int RawInfoSummaryForTag::getBCMHit() const {return m_BCMHit;}
 inline unsigned int RawInfoSummaryForTag::getMBTSword() const {return m_MBTSword;}
 
 
-# include "AthenaKernel/CLASS_DEF.h"
+#include "AthenaKernel/CLASS_DEF.h"
 CLASS_DEF( RawInfoSummaryForTag , 254867753 , 1 )
 
 
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/RawInfoSummaryForTagNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/RawInfoSummaryForTagNames.h
deleted file mode 100644
index 1686ce515ae6d402647bfd37697ee30d555a1738..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/RawInfoSummaryForTagNames.h
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef EVENTTAGALGS_GLOBALEVENTATTRIBUTENAMES_H
-#define EVENTTAGALGS_GLOBALEVENTATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-#include "AthenaPoolUtilities/AthenaAttributeSpecification.h"
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the RawSummary attributes */
-namespace Raw { 
-
-  static const unsigned int NAttr = 22;    // This is the number of the RawSummary TAG attributes
-  static const unsigned int NFloats = 16;
-}
-
-static const AthenaAttributeSpecification RawSummaryAttributeSpecs[Raw::NAttr] = 
-{
-   AthenaAttributeSpecification("CellEnergySum","float",    GroupNames[Grp::RawSummary],UnitNames[Unt::Mev]),
-   AthenaAttributeSpecification("CellEnergySumEMB","float", GroupNames[Grp::RawSummary],UnitNames[Unt::Mev]),
-   AthenaAttributeSpecification("CellEnergySumEMEC","float",GroupNames[Grp::RawSummary],UnitNames[Unt::Mev]),
-   AthenaAttributeSpecification("CellEnergySumHEC","float", GroupNames[Grp::RawSummary],UnitNames[Unt::Mev]),
-   AthenaAttributeSpecification("CellEnergySumFCAL","float",GroupNames[Grp::RawSummary],UnitNames[Unt::Mev]),
-   AthenaAttributeSpecification("CellEnergySumTile","float",GroupNames[Grp::RawSummary],UnitNames[Unt::Mev]),
-   AthenaAttributeSpecification("ClusterEnergySum","float", GroupNames[Grp::RawSummary],UnitNames[Unt::Mev]),
-   AthenaAttributeSpecification("TopoClusterEt1","float",    GroupNames[Grp::RawSummary],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("TopoClusterEta1","float",   GroupNames[Grp::RawSummary],UnitNames[Unt::Rap]),
-   AthenaAttributeSpecification("TopoClusterPhi1","float",   GroupNames[Grp::RawSummary],UnitNames[Unt::Rad]),
-   AthenaAttributeSpecification("CellMissingET","float",      GroupNames[Grp::RawSummary],UnitNames[Unt::Mev]),
-   AthenaAttributeSpecification("CellMissingETPhi","float",   GroupNames[Grp::RawSummary],UnitNames[Unt::Rad]),
-   AthenaAttributeSpecification("MBTStimeDiff","float", GroupNames[Grp::RawSummary],UnitNames[Unt::nanosec]),
-   AthenaAttributeSpecification("LArECtimeDiff","float",GroupNames[Grp::RawSummary],UnitNames[Unt::nanosec]),
-   AthenaAttributeSpecification("MBTStimeAvg","float", GroupNames[Grp::RawSummary],UnitNames[Unt::nanosec]),
-   AthenaAttributeSpecification("LArECtimeAvg","float",GroupNames[Grp::RawSummary],UnitNames[Unt::nanosec]),
-   AthenaAttributeSpecification("NSCTSPs","int",  GroupNames[Grp::RawSummary],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("NPixelSPs","int",  GroupNames[Grp::RawSummary],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("NTRTDCs","int",  GroupNames[Grp::RawSummary],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("NTRTHtDCs","int",GroupNames[Grp::RawSummary],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("NBCMHits","int", GroupNames[Grp::RawSummary],UnitNames[Unt::Number]),
-   AthenaAttributeSpecification("MBTSword","unsigned int",GroupNames[Grp::RawSummary],UnitNames[Unt::Bitmask])
-};
-
-
-#endif
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/SUSYPhysAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/SUSYPhysAttributeNames.h
deleted file mode 100755
index 7a2fa1fc6a41e920f2167e29dd2cb8103f3d6dd4..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/SUSYPhysAttributeNames.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef SUSYPHYSATTRIBUTENAMES_H
-#define SUSYPHYSATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the SUSY attributes and their types */
-namespace SUSYPhys {
-  static const int NsusyAttr=1;        // This the number of SUSY Phys TAG attributes
-  static const int NumSusyPhys = 1;    // This is the max number of SUSY Phys words in the TAG per some Attributes
-}
-
-/** This is the list of SUSY Phys TAG attributes */
-static const std::string SusyAttributeNames[SUSYPhys::NsusyAttr] = {"SUSYWord"};
-
-/** This is the list of SUSY Phys TAG attributes */
-static const std::string SusyAttributeUnitNames[SUSYPhys::NsusyAttr] = {UnitNames[Unt::Bitmask]};
-
-/** This is the list of SUSY Phys TAG attributes */
-static const std::string SusyAttributeGroupNames[SUSYPhys::NsusyAttr] = {GroupNames[Grp::QualityPhysics]};
-
-#endif
-
-
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/StandardModelPhysAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/StandardModelPhysAttributeNames.h
deleted file mode 100755
index 063660958e6a0ce8a75e6bc730d8431337f783d1..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/StandardModelPhysAttributeNames.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef SMPHYSATTRIBUTENAMES_H
-#define SMPHYSATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the SM attributes and their types */
-namespace SMPhys {
-  static const int NsmAttr=1;         // This is the number of SM TAG attributes
-  static const int NumSmPhys = 1;     // This is max number of SM words in the TAG per some attributes
-}
-
-/** This is the list of SM TAG attributes */
-static const std::string SmAttributeNames[SMPhys::NsmAttr] = {"SMWord"};
-
-/** This is the list of SM TAG attributes unit names*/
-static const std::string SmAttributeUnitNames[SMPhys::NsmAttr] = {UnitNames[Unt::Bitmask]};
-
-
-/** This is the list of SM TAG attributes group names*/
-static const std::string SmAttributeGroupNames[SMPhys::NsmAttr] = {GroupNames[Grp::QualityPhysics]};
-
-#endif
-
-
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/TagFragmentCollection.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/TagFragmentCollection.h
deleted file mode 100755
index dcf3f14e1ea01c36428d6749a7ce4872db6c99dd..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/TagFragmentCollection.h
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
-  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef TAGEVENT_TAGFRAGMENTCOLLECTION_H
-#define TAGEVENT_TAGFRAGMENTCOLLECTION_H
-/********************************************************************
-
-NAME:     TagFragmentCollection.h
-Package : offline/PhysicsAnlaysis/EventTag/TagEvent
-
-AUTHOR:   Ketevi A. Assamagan
-CREATED:  January 2006
-
-PURPOSE:  Tag fragment list
-********************************************************************/
-
-#include <string>
-#include <vector>
-#include <map>
-
-class TagFragmentCollection {
-
- public:
-
-  typedef std::pair<std::string, double> DataPair;
-
-  /** constructor - destructor */
-  TagFragmentCollection(){}
-  ~TagFragmentCollection(){ m_attrData.clear(); }
-
-  /** Copy constructor */
-  TagFragmentCollection( const TagFragmentCollection& rhs );
-
-  /** Assignement operator */
-  TagFragmentCollection& operator=( const TagFragmentCollection& rhs );
-
-  /** insert something */
-  void insert(const std::string& name, const double val) {
-     m_attrData.emplace_back( name, val );
-  }
-
-  /** return all attributes */
-  const std::vector<DataPair> & attrData() const { return m_attrData; }
-
- protected:
-  
-  /** Tag data associated with this element */
-  std::vector<DataPair>  m_attrData;
-
-};
-
-#endif
-
-
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/TauIdentificationAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/TauIdentificationAttributeNames.h
deleted file mode 100755
index 80a10eafa602599e319c74b50fc6bc4248181421..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/TauIdentificationAttributeNames.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef TAUIDENTIFICATIONATTRIBUTENAMES_H
-#define TAUIDENTIFICATIONATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the Tau ID attributes and their types */
-namespace TauID {
-  static const int NtauIdAttr=1;  // This is the number of Tau TAG Attributes
-  static const int NumTauID = 1;  // This is the max number if Tau ID words in the TAG per some attributes
-}
-
-/** this is the list of the Tau ID TAG attributes */
-static const std::string TauIdAttributeNames[TauID::NtauIdAttr] = {"TauIdWord"};
-
-/** this is the list of the Tau ID TAG attributes unit names */
-static const std::string TauIdAttributeUnitNames[TauID::NtauIdAttr] = {UnitNames[Unt::Bitmask]};
-
-/** this is the list of the Tau ID TAG attributes group names*/
-static const std::string TauIdAttributeGroupNames[TauID::NtauIdAttr] = {GroupNames[Grp::QualityPhysics]};
-
-#endif
-
-
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/TauJetAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/TauJetAttributeNames.h
deleted file mode 100755
index 225a62907ee2b1dec6fa17fb2e9fe071140a3048..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/TauJetAttributeNames.h
+++ /dev/null
@@ -1,51 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef TAUJETATTRIBUTENAMES_H
-#define TAUJETATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the TauJet attributes and their types */
-
-namespace TauID { 
-  static const int NtauJetAttr=5;   // This is the number of Tau TAG attributes
-  static const int NumTauJet = 4;   // This is the max number of TauJets in the TAG
-  enum { NTau=0, Pt=1, Eta=2, Phi=3, PID=4 }; 
-}
-
-/** This is the list of the TauJet TAG attributes */
-static const std::string TauJetAttributeNames[TauID::NtauJetAttr] = {
-                                                    "NTau",
-                                                    "TauJetPt",     
-                                                    "TauJetEta",
-                                                    "TauJetPhi",
-                                                    "TauJetPID"
-
-                                                  };
-
-/** This is the list of the TauJet TAG attributes unit names*/
-static const std::string TauJetAttributeUnitNames[TauID::NtauJetAttr] = {
-                                               UnitNames[Unt::Number],
-                                               UnitNames[Unt::Mevc],
-                                               UnitNames[Unt::Rap],
-                                               UnitNames[Unt::Rad],
-                                               UnitNames[Unt::Bitmask]
-                                                  };
-
-/** This is the list of the TauJet TAG attributes group names*/
-static const std::string TauJetAttributeGroupNames[TauID::NtauJetAttr] = {
-                                               GroupNames[Grp::PhysicsTau],
-                                               GroupNames[Grp::PhysicsTau],
-                                               GroupNames[Grp::PhysicsTau],
-                                               GroupNames[Grp::PhysicsTau],
-                                               GroupNames[Grp::PhysicsTau]
-                                                  };
-
-#endif
diff --git a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/TopPhysAttributeNames.h b/PhysicsAnalysis/EventTag/TagEvent/TagEvent/TopPhysAttributeNames.h
deleted file mode 100755
index 177184f32f4e91b28ffbaafd5afa7f7b297c1af6..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/TagEvent/TopPhysAttributeNames.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef TOPPHYSATTRIBUTENAMES_H
-#define TOPPHYSATTRIBUTENAMES_H
-
-/****************************************
- Author - Ketevi A. Assamagan
- Feb 2006
-****************************************/
-
-#include "GlobalGroupAndUnitNames.h"
-#include <string>
-
-/** list of ALL the Top attributes and their types */
-namespace TopPhys {
-  static const int NtopAttr=1;        // This is the number of Top Phys TAG attributes
-  static const int NumTopPhys = 1;    // This is the max number of Top Phys TAG words per some attributes
-}
-
-/** This is the list of the Top Phys TAG attributes */
-static const std::string TopAttributeNames[TopPhys::NtopAttr] = {"TopWord"};
-
-/** This is the list of the Top Phys TAG attributes unit names*/
-static const std::string TopAttributeUnitNames[TopPhys::NtopAttr] = {UnitNames[Unt::Bitmask]};
-
-/** This is the list of the Top Phys TAG attributes group names*/
-static const std::string TopAttributeGroupNames[TopPhys::NtopAttr] = {GroupNames[Grp::QualityPhysics]};
-
-#endif
-
-
diff --git a/PhysicsAnalysis/EventTag/TagEvent/doc/packagedoc.h b/PhysicsAnalysis/EventTag/TagEvent/doc/packagedoc.h
deleted file mode 100644
index 660e960dfb58b5b9dd5b69d1b85f14f24efaf177..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/doc/packagedoc.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-/**
-
-@page TagEvent_page TagEvent Package
-
-The package which defines the TAG data classes. It the EDM package for the TAG.
-
-@authors Ketevi Assamagan
-
-This is the EDM package for the TAG. It consists of classes that represent the data objects of the various tag 
-fragments. These tag fragments are to be built by the various tag building tools from the AOD. Then the 
-fragments are aggregated by the tag builder algorithms, which then produce the event TAG. This package 
-consists of the following classes - just 2 EDM classes for everythings:
-
- - TagFragmentCollection (a Tag Fragment is a TAG attribute and its value) for:
-
- - Electron tag fragments and Electron tag fragment Collection. 
- - Photon tag fragments and Photon tag Collection.
- - Muon tag fragments and Muon tag Collection.
- - TauJet tag fragments and TauJet tag Collection.
- - ParticleJet tag fragments and ParticleJet tag Collection.
- - MissingET tag fragments and Collection. 
- - Various detector status words and the Good Run bit.
- - Global event related information, including the time stamp and the streaming criteria and results.
- - Global trigger information: CTP decisions, level 1 passed trigger masks, level 2 passed trigger 
-masks, event filter passed trigger masks, and high level trigger stuff.
- - Analysis specific information: here n (n=1 for now)  words are reserved in the TAG for each combined 
-performance and physics group to encode whatever information they deem necessary. For example, the 
-b-physics group may encode the results of various hypotheses about exclusive processes into their tag word.
-
- - For questions or comments: Ketevi A. Assamagan
-   ketevi@bnl.gov
-
-*/
diff --git a/PhysicsAnalysis/EventTag/TagEvent/src/TagFragmentCollection.cxx b/PhysicsAnalysis/EventTag/TagEvent/src/TagFragmentCollection.cxx
deleted file mode 100755
index 6fd9ac53d94092af0252989ea2b0ae36630a38ca..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/EventTag/TagEvent/src/TagFragmentCollection.cxx
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
-  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
-*/
-
-#include "TagEvent/TagFragmentCollection.h"
-
-/** Copy Constructor */
-TagFragmentCollection::TagFragmentCollection( const TagFragmentCollection& rhs )
-  : m_attrData (rhs.m_attrData)
-{
-}
-
-/** Assignement operator */
-TagFragmentCollection& TagFragmentCollection::operator=( const TagFragmentCollection& rhs ) {
-  if ( this != &rhs ) {
-    m_attrData = rhs.m_attrData;
-  }
-  return *this;
-}
-
-
diff --git a/PhysicsAnalysis/Interfaces/FTagAnalysisInterfaces/FTagAnalysisInterfaces/IBTaggingEfficiencyTool.h b/PhysicsAnalysis/Interfaces/FTagAnalysisInterfaces/FTagAnalysisInterfaces/IBTaggingEfficiencyTool.h
index 18cd37db05233cc780771e903bb401ef7710beca..a33389c17bbe544ac61cd6ef6aefccc91c2b4bb0 100644
--- a/PhysicsAnalysis/Interfaces/FTagAnalysisInterfaces/FTagAnalysisInterfaces/IBTaggingEfficiencyTool.h
+++ b/PhysicsAnalysis/Interfaces/FTagAnalysisInterfaces/FTagAnalysisInterfaces/IBTaggingEfficiencyTool.h
@@ -14,7 +14,7 @@
 #include "AsgTools/IAsgTool.h"
 #include "PATInterfaces/ISystematicsTool.h"
 #include "PATInterfaces/CorrectionCode.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "PATInterfaces/SystematicSet.h"
 
 #include "xAODJet/Jet.h"
diff --git a/PhysicsAnalysis/Interfaces/FTagAnalysisInterfaces/FTagAnalysisInterfaces/IBTaggingEigenVectorRecompositionTool.h b/PhysicsAnalysis/Interfaces/FTagAnalysisInterfaces/FTagAnalysisInterfaces/IBTaggingEigenVectorRecompositionTool.h
index 711f0a436a0b531e3dc4eeefc1b1d9474b55c385..100ed306364a50e208660fb5c906430b9574e9c8 100644
--- a/PhysicsAnalysis/Interfaces/FTagAnalysisInterfaces/FTagAnalysisInterfaces/IBTaggingEigenVectorRecompositionTool.h
+++ b/PhysicsAnalysis/Interfaces/FTagAnalysisInterfaces/FTagAnalysisInterfaces/IBTaggingEigenVectorRecompositionTool.h
@@ -24,7 +24,7 @@ which are using different tagger algorighthms.
 #include "AsgTools/IAsgTool.h"
 #include "PATInterfaces/ISystematicsTool.h"
 #include "PATInterfaces/CorrectionCode.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "PATInterfaces/SystematicSet.h"
 
 #include <vector>
diff --git a/PhysicsAnalysis/Interfaces/FTagAnalysisInterfaces/FTagAnalysisInterfaces/IBTaggingTruthTaggingTool.h b/PhysicsAnalysis/Interfaces/FTagAnalysisInterfaces/FTagAnalysisInterfaces/IBTaggingTruthTaggingTool.h
index 17e30dcc30f49719c7ba0551bb34df1511292aec..c765d7c631ebcbc214f0e13c1249c9cd8cdaf22d 100644
--- a/PhysicsAnalysis/Interfaces/FTagAnalysisInterfaces/FTagAnalysisInterfaces/IBTaggingTruthTaggingTool.h
+++ b/PhysicsAnalysis/Interfaces/FTagAnalysisInterfaces/FTagAnalysisInterfaces/IBTaggingTruthTaggingTool.h
@@ -9,7 +9,7 @@
 #include "AsgTools/IAsgTool.h"
 #include "PATInterfaces/ISystematicsTool.h"
 #include "PATInterfaces/CorrectionCode.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "PATInterfaces/SystematicSet.h"
 
 #include <string>
@@ -23,7 +23,7 @@
 #include "xAODJet/Jet.h"
 
 #include "PATInterfaces/CorrectionCode.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "PATInterfaces/SystematicSet.h"
 
 class IBTaggingTruthTaggingTool : virtual public CP::ISystematicsTool {
diff --git a/PhysicsAnalysis/Interfaces/MuonAnalysisInterfaces/MuonAnalysisInterfaces/IMuonCalibrationAndSmearingTool.h b/PhysicsAnalysis/Interfaces/MuonAnalysisInterfaces/MuonAnalysisInterfaces/IMuonCalibrationAndSmearingTool.h
index ef80de900a84edad42a99c35d70d358ee9c33813..d9cb93ccaed38a52368f7cae9ac4a0ef080de80a 100644
--- a/PhysicsAnalysis/Interfaces/MuonAnalysisInterfaces/MuonAnalysisInterfaces/IMuonCalibrationAndSmearingTool.h
+++ b/PhysicsAnalysis/Interfaces/MuonAnalysisInterfaces/MuonAnalysisInterfaces/IMuonCalibrationAndSmearingTool.h
@@ -14,7 +14,7 @@
 /// Local include(s):
 #include "PATInterfaces/CorrectionCode.h"
 #include "PATInterfaces/ISystematicsTool.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "PATInterfaces/SystematicRegistry.h"
 #include "PATInterfaces/SystematicSet.h"
 #include "PATInterfaces/SystematicVariation.h"
diff --git a/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/FlavorTagDiscriminants/BTagJetAugmenter.h b/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/FlavorTagDiscriminants/BTagJetAugmenter.h
index f38011af602b7492db5e478d45f8cc2e490262c6..ea9a6a15854dfb7db2710089ae9a45ef4caf690d 100644
--- a/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/FlavorTagDiscriminants/BTagJetAugmenter.h
+++ b/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/FlavorTagDiscriminants/BTagJetAugmenter.h
@@ -6,7 +6,7 @@
 #define BTAG_JET_AUGMENTER_HH
 
 #include "FlavorTagDiscriminants/FlipTagEnums.h"
-#include "FlavorTagDiscriminants/ftagfloat_t.h"
+#include "xAODBTagging/ftagfloat_t.h"
 
 // ATLAS things
 #include "xAODBTagging/BTagging.h"
diff --git a/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/FlavorTagDiscriminants/DL2.h b/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/FlavorTagDiscriminants/DL2.h
index d5c2e02e809405a2aea4bc89dc91d64f4dac9814..d82bb92a6358ee87a5d473c762f03433314c71a5 100644
--- a/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/FlavorTagDiscriminants/DL2.h
+++ b/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/FlavorTagDiscriminants/DL2.h
@@ -9,7 +9,7 @@
 #include "FlavorTagDiscriminants/customGetter.h"
 #include "FlavorTagDiscriminants/FlipTagEnums.h"
 #include "FlavorTagDiscriminants/DL2DataDependencyNames.h"
-#include "FlavorTagDiscriminants/ftagfloat_t.h"
+#include "xAODBTagging/ftagfloat_t.h"
 
 // EDM includes
 #include "xAODJet/Jet.h"
diff --git a/PhysicsAnalysis/JetTagging/JetTagMonitoring/src/JetTagMonitorAlgorithm.cxx b/PhysicsAnalysis/JetTagging/JetTagMonitoring/src/JetTagMonitorAlgorithm.cxx
index 4c05b283350a76da7fa5963a510d6cf5124af2df..cb9c2ad8fb43bc5b6f0ac08be242dc1a1ca9fc8c 100755
--- a/PhysicsAnalysis/JetTagging/JetTagMonitoring/src/JetTagMonitorAlgorithm.cxx
+++ b/PhysicsAnalysis/JetTagging/JetTagMonitoring/src/JetTagMonitorAlgorithm.cxx
@@ -105,6 +105,11 @@ StatusCode JetTagMonitorAlgorithm::initialize() {
   }
   ATH_CHECK(m_btagResultKey.initialize(SG::AllowEmpty));
 
+  ATH_CHECK(m_MuonEtIsoDecorKey.initialize());
+  ATH_CHECK(m_MuonPtIsoDecorKey.initialize());
+  ATH_CHECK(m_EleEtIsoDecorKey.initialize());
+  ATH_CHECK(m_ElePtIsoDecorKey.initialize());
+
   return StatusCode::SUCCESS;
 }
 
diff --git a/PhysicsAnalysis/JetTagging/JetTagMonitoring/src/JetTagMonitorAlgorithm.h b/PhysicsAnalysis/JetTagging/JetTagMonitoring/src/JetTagMonitorAlgorithm.h
index d8e8ea769698cce70411d3c085e1357b40bdf6fb..bedf9e710ff378d9332702161f140c9161f55d81 100755
--- a/PhysicsAnalysis/JetTagging/JetTagMonitoring/src/JetTagMonitorAlgorithm.h
+++ b/PhysicsAnalysis/JetTagging/JetTagMonitoring/src/JetTagMonitorAlgorithm.h
@@ -44,7 +44,13 @@ class JetTagMonitorAlgorithm : public AthMonitorAlgorithm {
   SG::ReadHandleKey<xAOD::ElectronContainer> m_electronContainerKey;
   SG::ReadDecorHandleKey<xAOD::JetContainer> m_btagLinkKey{this,"BTagLinkKey","","RDHK for btag links"};
   SG::ReadDecorHandleKey<xAOD::BTaggingContainer> m_btagResultKey{this,"BTagResultKey","","RDHK for monitored BTag variables"};
-  
+
+  // isolation decoration keys
+  SG::ReadDecorHandleKey<xAOD::MuonContainer> m_MuonEtIsoDecorKey { this, "MuonEtIsoDecorKey", "Muons.topoetcone20" };
+  SG::ReadDecorHandleKey<xAOD::MuonContainer> m_MuonPtIsoDecorKey { this, "MuonPtIsoDecorKey", "Muons.ptvarcone30" };
+  SG::ReadDecorHandleKey<xAOD::ElectronContainer> m_EleEtIsoDecorKey { this, "EleEtIsoDecorKey", "Electrons.topoetcone20" };
+  SG::ReadDecorHandleKey<xAOD::ElectronContainer> m_ElePtIsoDecorKey { this, "ElePtIsoDecorKey", "Electrons.ptvarcone20" };
+
   bool m_skipJetFilter; //true for HI/HI-p collisions, false for pp collisions
   std::string m_trackParticleName;
   std::string m_primaryVertexName;
diff --git a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/Root/BTaggingEfficiencyTool.cxx b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/Root/BTaggingEfficiencyTool.cxx
index 6191e9cac88b7e09cf6ee98797141b96e9f32455..fb8b6542b2cecec192a9d007b78c95d6474d6f6e 100644
--- a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/Root/BTaggingEfficiencyTool.cxx
+++ b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/Root/BTaggingEfficiencyTool.cxx
@@ -19,7 +19,6 @@
 using CP::CorrectionCode;
 using CP::SystematicSet;
 using CP::SystematicVariation;
-using CP::SystematicCode;
 using CP::SystematicRegistry;
 
 using Analysis::Uncertainty;
@@ -477,7 +476,7 @@ StatusCode BTaggingEfficiencyTool::initialize() {
   }
   // systematics framework
   SystematicRegistry & registry = SystematicRegistry::getInstance();
-  if( registry.registerSystematics(*this) != SystematicCode::Ok) 
+  if( registry.registerSystematics(*this) != StatusCode::SUCCESS) 
     return StatusCode::FAILURE;
 
   // Finally, also initialise the selection tool, if needed (for now this is the case only for DL1 tag weight computations,
@@ -971,36 +970,36 @@ BTaggingEfficiencyTool::getEigenRecompositionCoefficientMap(const std::string &l
 
 // WARNING the behaviour of future calls to getEfficiency and friends are modified by this
 // method - it indicates which systematic shifts are to be applied for all future calls
-SystematicCode BTaggingEfficiencyTool::applySystematicVariation( const SystematicSet & systConfig) {
+StatusCode BTaggingEfficiencyTool::applySystematicVariation( const SystematicSet & systConfig) {
   // First filter out any systematics that do not apply to us
   SystematicSet filteredSysts;
-  if (SystematicSet::filterForAffectingSystematics(systConfig, affectingSystematics(), filteredSysts) != SystematicCode::Ok) {
+  if (SystematicSet::filterForAffectingSystematics(systConfig, affectingSystematics(), filteredSysts) != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("received unsupported systematics: " << systConfig.name());
-    return SystematicCode::Unsupported;
+    return StatusCode::FAILURE;
   }
   // check the size of the remaining (filtered) SystematicSet
   if (filteredSysts.size() == 0) {
     // If it is 0 then turn off systematics
     ATH_MSG_VERBOSE("empty systematics set; nothing to be done");
     m_applySyst = false;
-    return SystematicCode::Ok;
+    return StatusCode::SUCCESS;
   } else if (filteredSysts.size() > 1) {
     // Restriction: we allow only a single systematic variation affecting b-tagging
     ATH_MSG_WARNING("more than a single b-tagging systematic variation requested but not (yet) supported");
-    return SystematicCode::Unsupported;
+    return StatusCode::FAILURE;
   } else {
     // Interpret the (single) remaining variation
     SystematicVariation var = *(filteredSysts.begin());
     auto mapIter = m_systematicsInfo.find(var);
     if (mapIter == m_systematicsInfo.end()) {
       ATH_MSG_WARNING("variation '" << var.name() << "' not found! Cannot apply");
-      return SystematicCode::Unsupported;
+      return StatusCode::FAILURE;
     }
     m_applySyst = true;
     m_applyThisSyst = mapIter->second;
     ATH_MSG_VERBOSE("variation '" << var.name() << "' applied successfully");
   }
-  return SystematicCode::Ok;
+  return StatusCode::SUCCESS;
 }
 //
 
diff --git a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/Root/BTaggingEigenVectorRecompositionTool.cxx b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/Root/BTaggingEigenVectorRecompositionTool.cxx
index 6a80f5835f5f6556443d02d934c860f058a66ce4..51a078e799460c6e12b905bfc51b9204d45056dd 100644
--- a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/Root/BTaggingEigenVectorRecompositionTool.cxx
+++ b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/Root/BTaggingEigenVectorRecompositionTool.cxx
@@ -208,14 +208,14 @@ CP::SystematicSet BTaggingEigenVectorRecompositionTool::affectingSystematics() c
 
 // it indicates which systematic shifts are to be applied for all future calls
 // no systematics for now, proxy for later
-CP::SystematicCode BTaggingEigenVectorRecompositionTool::applySystematicVariation( const CP::SystematicSet & systConfig )
+StatusCode BTaggingEigenVectorRecompositionTool::applySystematicVariation( const CP::SystematicSet & systConfig )
 {
   for (auto syst : systConfig) {
     CP::SystematicSet myset;
     ATH_MSG_WARNING("applySystematicVariation was called for " << syst.name() << " but BTaggingEigenVectorRecompositionTool does not apply Systematic Variations");
     //the truth tagging tool provides results for all possible systematic variations in its results objects, the user does not need to call each one seperatly.
   }
-  return CP::SystematicCode::Ok;
+  return StatusCode::SUCCESS;
 }
 
 // returns true if the argument systematic is supported by the
diff --git a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/Root/BTaggingSelectionTool.cxx b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/Root/BTaggingSelectionTool.cxx
index d6fecd87342ec32d0d51455ab1b27efb3e77aafc..d0ddfc3901dfe2065991e779ec9bcead6ad5eade 100644
--- a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/Root/BTaggingSelectionTool.cxx
+++ b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/Root/BTaggingSelectionTool.cxx
@@ -24,7 +24,6 @@ using std::string;
 using CP::CorrectionCode;
 using CP::SystematicSet;
 using CP::SystematicVariation;
-using CP::SystematicCode;
 using CP::SystematicRegistry;
 
 using Analysis::Uncertainty;
diff --git a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/Root/BTaggingTruthTaggingTool.cxx b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/Root/BTaggingTruthTaggingTool.cxx
index 584461fa8c6955215701b52c4d8dc344e1fcd0fd..068dba84fae2799e01d573eb1bfabf89ad8ae497 100644
--- a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/Root/BTaggingTruthTaggingTool.cxx
+++ b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/Root/BTaggingTruthTaggingTool.cxx
@@ -18,7 +18,6 @@ using std::string;
 using CP::CorrectionCode;
 using CP::SystematicSet;
 using CP::SystematicVariation;
-using CP::SystematicCode;
 using CP::SystematicRegistry;
 
 using Analysis::Uncertainty;
@@ -105,14 +104,14 @@ SystematicSet BTaggingTruthTaggingTool::affectingSystematics() const {
   return m_effTool->affectingSystematics();
 }
 
-SystematicCode BTaggingTruthTaggingTool::applySystematicVariation( const CP::SystematicSet & systConfig )
+StatusCode BTaggingTruthTaggingTool::applySystematicVariation( const CP::SystematicSet & systConfig )
 {
     for (auto syst : systConfig) {
         CP::SystematicSet myset;
         ATH_MSG_WARNING("applySystematicVariation was called for " << syst.name() << " but BTaggingTruthTaggingTool does not apply Systematic Variations");
         //the truth tagging tool provides results for all possible systematic variations in its results objects, the user does not need to call each one seperatly.
     }
-   return SystematicCode::Ok;
+   return StatusCode::SUCCESS;
 }
 
 bool BTaggingTruthTaggingTool::isAffectedBySystematic( const CP::SystematicVariation & systematic ) const
diff --git a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/util/BTaggingEfficiencyToolTester.cxx b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/util/BTaggingEfficiencyToolTester.cxx
index 3aebe5cec7bde09e01bf4c156a542badd52fd4fb..f57680b7fe9557c2ca86c18a425525c2f7ef147f 100644
--- a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/util/BTaggingEfficiencyToolTester.cxx
+++ b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/util/BTaggingEfficiencyToolTester.cxx
@@ -14,7 +14,6 @@
 #include <iomanip>
 
 using CP::CorrectionCode;
-using CP::SystematicCode;
 
 int main() {
   bool retval = true;
@@ -105,8 +104,8 @@ int main() {
     CP::SystematicVariation var = *iter;
     CP::SystematicSet set;
     set.insert(var);
-    SystematicCode sresult = tool->applySystematicVariation(set);
-    if( sresult !=SystematicCode::Ok) {
+    StatusCode sresult = tool->applySystematicVariation(set);
+    if( sresult !=StatusCode::SUCCESS) {
       std::cout << var.name() << " apply systematic variation FAILED " << std::endl;
   }
     result = tool->getScaleFactor(*jet,sf);
@@ -118,8 +117,8 @@ int main() {
   }
   // don't forget to switch back off the systematics...
   CP::SystematicSet defaultSet;
-  SystematicCode dummyResult = tool->applySystematicVariation(defaultSet);
-  if (dummyResult != SystematicCode::Ok)
+  StatusCode dummyResult = tool->applySystematicVariation(defaultSet);
+  if (dummyResult != StatusCode::SUCCESS)
     std::cout << "problem disabling systematics setting!" << std::endl;
 
 
diff --git a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/xAODBTaggingEfficiency/BTaggingEfficiencyTool.h b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/xAODBTaggingEfficiency/BTaggingEfficiencyTool.h
index 08daa349783d8147662c9a5ec6f56d722397582f..796eddd47567a5df59e0b086e31cea3df316b5d0 100644
--- a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/xAODBTaggingEfficiency/BTaggingEfficiencyTool.h
+++ b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/xAODBTaggingEfficiency/BTaggingEfficiencyTool.h
@@ -135,10 +135,10 @@ class BTaggingEfficiencyTool: public asg::AsgTool,
 
   /** Set the tool to return "shifted" values.
       Note that only single-parameter variations or empty sets (the latter are to revert to nominal results)
-      are supported at present; @c SystematicCode::Unsupported will be returned for variations of multiple parameters
+      are supported at present; @c StatusCode::FAILURE will be returned for variations of multiple parameters
       or variations that aren't recognised.
    */
-  CP::SystematicCode applySystematicVariation(const CP::SystematicSet & set);
+  StatusCode applySystematicVariation(const CP::SystematicSet & set);
 
   /** Return a list of all systematic variations supported by this tool.
       Note that this list depends on the uncertainty model used, and on the (dynamic)
diff --git a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/xAODBTaggingEfficiency/BTaggingEigenVectorRecompositionTool.h b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/xAODBTaggingEfficiency/BTaggingEigenVectorRecompositionTool.h
index 2e8b1f2084343ab4685e17ae4d54d65d8ae85fe5..05845da0567f61acc1a88f92c170c1bffa550d00 100644
--- a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/xAODBTaggingEfficiency/BTaggingEigenVectorRecompositionTool.h
+++ b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/xAODBTaggingEfficiency/BTaggingEigenVectorRecompositionTool.h
@@ -24,7 +24,7 @@ which are using different tagger algorighthms.
 #include "FTagAnalysisInterfaces/IBTaggingEigenVectorRecompositionTool.h"
 #include "FTagAnalysisInterfaces/IBTaggingEfficiencyTool.h"
 #include "PATInterfaces/ISystematicsTool.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 
 #include <string>
 #include <vector>
@@ -89,7 +89,7 @@ class BTaggingEigenVectorRecompositionTool: public asg::AsgTool,
   /** it indicates which systematic shifts are to be applied for all future calls
    * no systematics for now, proxy for later
    **/
-  CP::SystematicCode applySystematicVariation( const CP::SystematicSet & systConfig);
+  StatusCode applySystematicVariation( const CP::SystematicSet & systConfig);
 
   /**
    * subset of systematics that are recommended by the
diff --git a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/xAODBTaggingEfficiency/BTaggingTruthTaggingTool.h b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/xAODBTaggingEfficiency/BTaggingTruthTaggingTool.h
index 0be22b4cb31a39bbd980d47ac0f7deff24a0009d..9e67c7bb68a5b1f54d87563a2fce075edb983a77 100644
--- a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/xAODBTaggingEfficiency/BTaggingTruthTaggingTool.h
+++ b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/xAODBTaggingEfficiency/BTaggingTruthTaggingTool.h
@@ -101,7 +101,7 @@ class BTaggingTruthTaggingTool: public asg::AsgTool,
   StatusCode initialize();
 
   CP::SystematicSet affectingSystematics() const;
-  CP::SystematicCode applySystematicVariation( const CP::SystematicSet & systConfig);
+  StatusCode applySystematicVariation( const CP::SystematicSet & systConfig);
   CP::SystematicSet recommendedSystematics() const;
   bool isAffectedBySystematic( const CP::SystematicVariation & systematic ) const;
 
diff --git a/PhysicsAnalysis/JetTagging/JetTagTools/JetTagTools/IJetFitterClassifierTool.h b/PhysicsAnalysis/JetTagging/JetTagTools/JetTagTools/IJetFitterClassifierTool.h
index fe00bcba92f95aa57a7be03a2fb20576d55f8b46..861dc5207204bf67e02f4b05769d43286c6b092d 100644
--- a/PhysicsAnalysis/JetTagging/JetTagTools/JetTagTools/IJetFitterClassifierTool.h
+++ b/PhysicsAnalysis/JetTagging/JetTagTools/JetTagTools/IJetFitterClassifierTool.h
@@ -23,6 +23,8 @@
 #include "xAODBTagging/BTagging.h"
 #include <string>
 
+#include "xAODBTagging/ftagfloat_t.h"
+
 namespace Analysis {
 
   class IJetFitterTagInfo;
@@ -39,9 +41,9 @@ namespace Analysis {
 					    const std::string & jetauthor,
 					    const std::string& inputbasename,
 					    const std::string& outputbasename,
-					    double jetpT,
-					    double jeteta,
-					    double IP3dlike=-5000) const = 0;
+					    ftagfloat_t jetpT,
+					    ftagfloat_t jeteta,
+					    ftagfloat_t IP3dlike=-5000) const = 0;
   }; 
 }
 
diff --git a/PhysicsAnalysis/JetTagging/JetTagTools/JetTagTools/JetFitterDummyClassifier.h b/PhysicsAnalysis/JetTagging/JetTagTools/JetTagTools/JetFitterDummyClassifier.h
index ceac512386af16772958dccd9b61ac5050b65f48..2a6ee3ef65af7b7d0521757623dce50c178cd0ca 100644
--- a/PhysicsAnalysis/JetTagging/JetTagTools/JetTagTools/JetFitterDummyClassifier.h
+++ b/PhysicsAnalysis/JetTagging/JetTagTools/JetTagTools/JetFitterDummyClassifier.h
@@ -19,6 +19,8 @@
 
 #include "JetTagTools/IJetFitterClassifierTool.h"
 
+#include "xAODBTagging/ftagfloat_t.h"
+
 namespace Analysis {
 
 
@@ -38,9 +40,9 @@ namespace Analysis {
                                     const std::string & jetauthor,
                                     const std::string& inputbasename,
                                     const std::string& outputbasename,
-                                    double jetpT,
-                                    double jeteta,
-                                    double IP3dlike=-5000) const override;
+                                    ftagfloat_t jetpT,
+                                    ftagfloat_t jeteta,
+                                    ftagfloat_t IP3dlike=-5000) const override;
   };
 
 }//end Analysis namespace
diff --git a/PhysicsAnalysis/JetTagging/JetTagTools/JetTagTools/JetFitterInputWriter.h b/PhysicsAnalysis/JetTagging/JetTagTools/JetTagTools/JetFitterInputWriter.h
index 012e4bdc782dc70a4979d802c3da4d843bf2ce8f..2fe8144bc86114fc4c77c3a7cf92501f50649104 100644
--- a/PhysicsAnalysis/JetTagging/JetTagTools/JetTagTools/JetFitterInputWriter.h
+++ b/PhysicsAnalysis/JetTagging/JetTagTools/JetTagTools/JetFitterInputWriter.h
@@ -18,6 +18,8 @@
 #include "JetTagTools/IJetFitterClassifierTool.h"
 #include "xAODBTagging/BTagging.h"
 
+#include "xAODBTagging/ftagfloat_t.h"
+
 // #include <TString.h>
 
 class TTrainedNetwork;
@@ -47,9 +49,9 @@ namespace Analysis {
                                     const std::string & jetauthor,
                                     const std::string& inputbasename,
                                     const std::string& outputbasename,
-                                    double jetpT,
-                                    double jeteta,
-                                    double IP3dlike=-5000) const override;
+                                    ftagfloat_t jetpT,
+                                    ftagfloat_t jeteta,
+                                    ftagfloat_t IP3dlike=-5000) const override;
 
   private:
     Gaudi::Property<bool> m_useCombinedIPNN
diff --git a/PhysicsAnalysis/JetTagging/JetTagTools/JetTagTools/JetFitterNNTool.h b/PhysicsAnalysis/JetTagging/JetTagTools/JetTagTools/JetFitterNNTool.h
index f0afb77c8302824d9b650ac648a1cd341367d892..5315c2809ff4aa1c00dc45d8284fe3c6f8464cdf 100644
--- a/PhysicsAnalysis/JetTagging/JetTagTools/JetTagTools/JetFitterNNTool.h
+++ b/PhysicsAnalysis/JetTagging/JetTagTools/JetTagTools/JetFitterNNTool.h
@@ -28,6 +28,8 @@
 
 #include <TString.h>
 
+#include "xAODBTagging/ftagfloat_t.h"
+
 class TTrainedNetwork;
 class TH1;
 
@@ -59,9 +61,9 @@ class IJetFitterTagInfo;
 				    const std::string & jetauthor,
 				    const std::string& inputbasename,
 				    const std::string& outputbasename,
-				    double jetpT,
-				    double jeteta,
-				    double IP3dlike=-5000) const override;
+				    ftagfloat_t jetpT,
+				    ftagfloat_t jeteta,
+				    ftagfloat_t IP3dlike=-5000) const override;
     
   private:
 
diff --git a/PhysicsAnalysis/JetTagging/JetTagTools/src/IPTag.cxx b/PhysicsAnalysis/JetTagging/JetTagTools/src/IPTag.cxx
index 0819e0e040970e1844318e93ef7f3dabee2f6588..b6c0e57a34d0be13a1e9aa1cafeae9576cc28514 100644
--- a/PhysicsAnalysis/JetTagging/JetTagTools/src/IPTag.cxx
+++ b/PhysicsAnalysis/JetTagging/JetTagTools/src/IPTag.cxx
@@ -33,7 +33,7 @@
 #include <string>
 
 #include "TLorentzVector.h"
-
+#include "xAODBTagging/ftagfloat_t.h"
 
 
 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -749,9 +749,9 @@ namespace Analysis {
         << "pb= " << lkl[0] << " pu= " << lkl[1] << " pc= " << lkl[2] );
 
       /** fill likelihood information in xaod: */
-      BTag.setVariable<double>(m_xAODBaseName, "pb", lkl[0]);
-      BTag.setVariable<double>(m_xAODBaseName, "pu", lkl[1]);
-      if (m_useCHypo) BTag.setVariable<double>(m_xAODBaseName, "pc", lkl[2]);
+      BTag.setVariable<ftagfloat_t>(m_xAODBaseName, "pb", lkl[0]);
+      BTag.setVariable<ftagfloat_t>(m_xAODBaseName, "pu", lkl[1]);
+      if (m_useCHypo) BTag.setVariable<ftagfloat_t>(m_xAODBaseName, "pc", lkl[2]);
 
       /** fill trackParticle links and other track informations in xaod: */
       
diff --git a/PhysicsAnalysis/JetTagging/JetTagTools/src/JetFitterDummyClassifier.cxx b/PhysicsAnalysis/JetTagging/JetTagTools/src/JetFitterDummyClassifier.cxx
index 8d96972a1dabbf28dc40a020bbcf1aca38b4bcde..e8ff2b1553ac81f33827d0faedaa7c9d4714dad7 100644
--- a/PhysicsAnalysis/JetTagging/JetTagTools/src/JetFitterDummyClassifier.cxx
+++ b/PhysicsAnalysis/JetTagging/JetTagTools/src/JetFitterDummyClassifier.cxx
@@ -38,9 +38,9 @@ namespace Analysis {
                          const std::string & /*jetauthor*/,
                          const std::string& /*inputbasename*/,
                          const std::string& /*outputbasename*/,
-                         double /* jetpT */,
-                         double /* jeteta */,
-                         double /* IP3dlike=-5000 */) const
+                         ftagfloat_t /* jetpT */,
+                         ftagfloat_t /* jeteta */,
+                         ftagfloat_t /* IP3dlike=-5000 */) const
   {
     return StatusCode::SUCCESS;
   }
diff --git a/PhysicsAnalysis/JetTagging/JetTagTools/src/JetFitterInputWriter.cxx b/PhysicsAnalysis/JetTagging/JetTagTools/src/JetFitterInputWriter.cxx
index 1da57fc035575c9e09b644f9bd3aa3712f8fdad4..7c07ee50bd4c5d4af46fa9b54c951fc51a199e43 100644
--- a/PhysicsAnalysis/JetTagging/JetTagTools/src/JetFitterInputWriter.cxx
+++ b/PhysicsAnalysis/JetTagging/JetTagTools/src/JetFitterInputWriter.cxx
@@ -51,9 +51,9 @@ namespace Analysis {
     const std::string & jetauthor,
     const std::string& inputbasename,
     const std::string& /*outputbasename*/,
-    double /*jetpT*/,
-    double /*jeteta*/,
-    double /*IP3dlike*/) const
+    ftagfloat_t /*jetpT*/,
+    ftagfloat_t /*jeteta*/,
+    ftagfloat_t /*IP3dlike*/) const
   {
     if (jetauthor=="") {
       ATH_MSG_WARNING(" Hypothesis or jetauthor is empty. No likelihood value given back. ");
diff --git a/PhysicsAnalysis/JetTagging/JetTagTools/src/JetFitterNNTool.cxx b/PhysicsAnalysis/JetTagging/JetTagTools/src/JetFitterNNTool.cxx
index ac0affa3edbae5c84c4ea111408d30c2b7b2e077..d16d96457aed143ff30e57aa56dae239130d57b8 100644
--- a/PhysicsAnalysis/JetTagging/JetTagTools/src/JetFitterNNTool.cxx
+++ b/PhysicsAnalysis/JetTagging/JetTagTools/src/JetFitterNNTool.cxx
@@ -176,9 +176,9 @@ StatusCode JetFitterNNTool::finalize() {
 					       const std::string & jetauthor,
 					       const std::string& inputbasename,
 					       const std::string& outputbasename,
-					       double jetpT,
-					       double jeteta,
-					       double IP3dlike) const
+					       ftagfloat_t jetpT,
+					       ftagfloat_t jeteta,
+					       ftagfloat_t IP3dlike) const
   {
   if (jetauthor=="") {
     ATH_MSG_WARNING(" Hypothesis or jetauthor is empty. No likelihood value given back. ");
@@ -246,9 +246,9 @@ StatusCode JetFitterNNTool::finalize() {
   if (!status) {
      ATH_MSG_DEBUG(" Missing input data: cannot compute desired results. Assigning default light values.");
 
-     double defaultB=1e-10;
-     double defaultC=1e-10;
-     double defaultL=1.-defaultB-defaultC;
+     ftagfloat_t defaultB=1e-10;
+     ftagfloat_t defaultC=1e-10;
+     ftagfloat_t defaultL=1.-defaultB-defaultC;
 
      if("JetFitter" == outputbasename)
      {
@@ -258,9 +258,9 @@ StatusCode JetFitterNNTool::finalize() {
      }
      else
      {
-       BTag->setVariable<double>(outputbasename, "pb", defaultB);
-       BTag->setVariable<double>(outputbasename, "pc", defaultC);
-       BTag->setVariable<double>(outputbasename, "pu", defaultL);
+       BTag->setVariable<ftagfloat_t>(outputbasename, "pb", defaultB);
+       BTag->setVariable<ftagfloat_t>(outputbasename, "pc", defaultC);
+       BTag->setVariable<ftagfloat_t>(outputbasename, "pu", defaultL);
      }
      
 
@@ -296,7 +296,9 @@ StatusCode JetFitterNNTool::finalize() {
        << " cat " << norm_cat_pT(getPtCategory(jetpT).first)
        << ". (Check scale...!) ");
 
-  std::vector<double> outputValues=NN->calculateOutputValues(inputData);
+  //std::vector<ftagfloat_t> outputValues=NN->calculateOutputValues(inputData);
+  std::vector<double> outputValuesD=NN->calculateOutputValues(inputData);
+  std::vector<ftagfloat_t> outputValues(begin(outputValuesD), end(outputValuesD));
 
   ATH_MSG_DEBUG(" NN Discriminator b: " << outputValues[0] << 
       " c: " << outputValues[1] << " u: " <<  outputValues[2]);
@@ -308,9 +310,9 @@ StatusCode JetFitterNNTool::finalize() {
     BTag->setJetFitter_pu(outputValues[2]);
   }
   else{
-    BTag->setVariable<double>(outputbasename, "pb", outputValues[0]);
-    BTag->setVariable<double>(outputbasename, "pc", outputValues[1]);
-    BTag->setVariable<double>(outputbasename, "pu", outputValues[2]);
+    BTag->setVariable<ftagfloat_t>(outputbasename, "pb", outputValues[0]);
+    BTag->setVariable<ftagfloat_t>(outputbasename, "pc", outputValues[1]);
+    BTag->setVariable<ftagfloat_t>(outputbasename, "pu", outputValues[2]);
   }
   return StatusCode::SUCCESS;
 }
diff --git a/PhysicsAnalysis/JetTagging/JetTagTools/src/JetFitterTag.cxx b/PhysicsAnalysis/JetTagging/JetTagTools/src/JetFitterTag.cxx
index 1309da245a4ba956e6195fd7100a5b1b3ce4b18c..4da8e1796a04c05fdfb958235c6106202afab677 100644
--- a/PhysicsAnalysis/JetTagging/JetTagTools/src/JetFitterTag.cxx
+++ b/PhysicsAnalysis/JetTagging/JetTagTools/src/JetFitterTag.cxx
@@ -35,6 +35,8 @@
 
 #include "ParticleJetTools/JetFlavourInfo.h"
 
+#include "xAODBTagging/ftagfloat_t.h"
+
 namespace Analysis {
 
   JetFitterTag::JetFitterTag(const std::string& t, const std::string& n, const IInterface* p)
@@ -161,8 +163,8 @@ namespace Analysis {
       jetauthor = m_ForcedCalibName;
     }
 
-    double jetpT = jetToTag.pt();
-    double jeteta = jetToTag.eta();
+    ftagfloat_t jetpT = jetToTag.pt();
+    ftagfloat_t jeteta = jetToTag.eta();
 
     /** for the reference mode we need the true label: */
     std::string pref  = "";
diff --git a/PhysicsAnalysis/JetTagging/JetTagTools/src/MV1Tag.cxx b/PhysicsAnalysis/JetTagging/JetTagTools/src/MV1Tag.cxx
index a4ad92f46d396f26bee6eeb9d190a4bcf28f0e43..7cbd7ef150d06389fc1ca6887bf887b47b04fa3b 100644
--- a/PhysicsAnalysis/JetTagging/JetTagTools/src/MV1Tag.cxx
+++ b/PhysicsAnalysis/JetTagging/JetTagTools/src/MV1Tag.cxx
@@ -19,6 +19,8 @@
 #include <map>
 #include <list>
 
+#include "xAODBTagging/ftagfloat_t.h"
+
 using Athena::Units::GeV;
 
 namespace Analysis {
@@ -202,7 +204,7 @@ namespace Analysis {
 	  BTag.setMV1_discriminant(mv1);
 	}
       else{
-	BTag.setVariable<double>(m_xAODBaseName, "discriminant", mv1);
+	BTag.setVariable<ftagfloat_t>(m_xAODBaseName, "discriminant", mv1);
       }
 
     }
diff --git a/PhysicsAnalysis/JetTagging/JetTagTools/src/MV2Tag.cxx b/PhysicsAnalysis/JetTagging/JetTagTools/src/MV2Tag.cxx
index a8817d146ccd8b145f4e8564b0e919d70d236e30..f0dd6f334e983da5118f1594d23b3b6c12c1bf6c 100644
--- a/PhysicsAnalysis/JetTagging/JetTagTools/src/MV2Tag.cxx
+++ b/PhysicsAnalysis/JetTagging/JetTagTools/src/MV2Tag.cxx
@@ -29,6 +29,8 @@
 #include <list>
 #include <math.h>       /* hypot */
 
+#include "xAODBTagging/ftagfloat_t.h"
+
 using Athena::Units::GeV;
 
 namespace Analysis {
@@ -172,12 +174,12 @@ namespace Analysis {
 
       if (m_taggerNameBase.find("MV2c")!=std::string::npos) {
         //MV2cXX
-        BTag->setVariable<double>(m_xAODBaseName, "discriminant", mv2);
+        BTag->setVariable<ftagfloat_t>(m_xAODBaseName, "discriminant", mv2);
       }else {
         //MV2m
-        BTag->setVariable<double>(m_xAODBaseName, "pb", mv2m_pb);
-        BTag->setVariable<double>(m_xAODBaseName, "pu", mv2m_pu);
-        BTag->setVariable<double>(m_xAODBaseName, "pc", mv2m_pc);
+        BTag->setVariable<ftagfloat_t>(m_xAODBaseName, "pb", mv2m_pb);
+        BTag->setVariable<ftagfloat_t>(m_xAODBaseName, "pu", mv2m_pu);
+        BTag->setVariable<ftagfloat_t>(m_xAODBaseName, "pc", mv2m_pc);
       }
     }
 
diff --git a/PhysicsAnalysis/JetTagging/JetTagTools/src/MultivariateTagManager.cxx b/PhysicsAnalysis/JetTagging/JetTagTools/src/MultivariateTagManager.cxx
index 618b3c4677a6f7b2f38b0bab681163161d85d386..61bef5d19cdeeb6a0481b4b7aa45af92451d841c 100644
--- a/PhysicsAnalysis/JetTagging/JetTagTools/src/MultivariateTagManager.cxx
+++ b/PhysicsAnalysis/JetTagging/JetTagTools/src/MultivariateTagManager.cxx
@@ -281,9 +281,9 @@ namespace Analysis {
 
   void MultivariateTagManager::fill_ip2d(var_map& inputs, xAOD::BTagging& BTag) const {
     // default values
-    double ip2d_pb = NAN;
-    double ip2d_pc = NAN;
-    double ip2d_pu = NAN;
+    ftagfloat_t ip2d_pb = NAN;
+    ftagfloat_t ip2d_pc = NAN;
+    ftagfloat_t ip2d_pu = NAN;
 
     float ip2   = NAN;
     float ip2_c = NAN;
@@ -305,9 +305,9 @@ namespace Analysis {
 	ip2d_pu = BTag.IP2D_pu();
       }
       else {
-	BTag.variable<double>(m_ip2d_infosource, "pb", ip2d_pb);
-	BTag.variable<double>(m_ip2d_infosource, "pc", ip2d_pc);
-	BTag.variable<double>(m_ip2d_infosource, "pu", ip2d_pu);
+	BTag.variable<ftagfloat_t>(m_ip2d_infosource, "pb", ip2d_pb);
+	BTag.variable<ftagfloat_t>(m_ip2d_infosource, "pc", ip2d_pc);
+	BTag.variable<ftagfloat_t>(m_ip2d_infosource, "pu", ip2d_pu);
       }
      
       ip2    = BTag.calcLLR(ip2d_pb,ip2d_pu);
@@ -348,9 +348,9 @@ namespace Analysis {
 
   void MultivariateTagManager::fill_ip3d(var_map& inputs, xAOD::BTagging& BTag) const {
     // default values
-    double ip3d_pb = NAN;
-    double ip3d_pc = NAN;
-    double ip3d_pu = NAN;
+    ftagfloat_t ip3d_pb = NAN;
+    ftagfloat_t ip3d_pc = NAN;
+    ftagfloat_t ip3d_pu = NAN;
 
     float ip3   = NAN;
     float ip3_c = NAN;
@@ -370,9 +370,9 @@ namespace Analysis {
 	ip3d_pu = BTag.IP3D_pu();
       }
       else {
-	BTag.variable<double>(m_ip3d_infosource, "pb", ip3d_pb);
-	BTag.variable<double>(m_ip3d_infosource, "pc", ip3d_pc);
-	BTag.variable<double>(m_ip3d_infosource, "pu", ip3d_pu);
+	BTag.variable<ftagfloat_t>(m_ip3d_infosource, "pb", ip3d_pb);
+	BTag.variable<ftagfloat_t>(m_ip3d_infosource, "pc", ip3d_pc);
+	BTag.variable<ftagfloat_t>(m_ip3d_infosource, "pu", ip3d_pu);
       }
 
       ip3    = BTag.calcLLR(ip3d_pb,ip3d_pu);
@@ -421,8 +421,8 @@ namespace Analysis {
     float  sv0_efrc   = NAN;
     float  sv0_mass   = NAN;
     float  sv0_radius = NAN;
-    double sv0_sig3d  = NAN;
-    double sv0_pv_x = NAN, sv0_pv_y = NAN;
+    ftagfloat_t sv0_sig3d  = NAN;
+    ftagfloat_t sv0_pv_x = NAN, sv0_pv_y = NAN;
 
     // get vertex information
     bool sv0_ok(false);
@@ -447,9 +447,9 @@ namespace Analysis {
   BTag.variable<float>(m_sv0_infosource,  "efracsvx", sv0_efrc);
   BTag.variable<int>(m_sv0_infosource,    "N2Tpair", sv0_n2t);
   BTag.variable<int>(m_sv0_infosource,    "NGTinSvx", sv0_ntrkv);
-  //BTag.variable<double>(m_sv0_infosource, "significance3D", sv0_sig3d);
+  //BTag.variable<ftagfloat_t>(m_sv0_infosource, "significance3D", sv0_sig3d);
       }
-      BTag.variable<double>(m_sv0_infosource, "significance3D", sv0_sig3d);
+      BTag.variable<ftagfloat_t>(m_sv0_infosource, "significance3D", sv0_sig3d);
 
       sv0_pv_x=priVtx.x();
       sv0_pv_y=priVtx.y();
@@ -468,7 +468,7 @@ namespace Analysis {
 
   void MultivariateTagManager::fill_sv1(var_map& inputs, xAOD::BTagging& BTag) const {
     // default values
-    double sv1_pb = NAN, sv1_pc = NAN, sv1_pu = NAN;
+    ftagfloat_t sv1_pb = NAN, sv1_pc = NAN, sv1_pu = NAN;
     float     sv1 = NAN, sv1_c  = NAN, sv1_cu = NAN;
     float     sv1_nan = NAN, sv1_c_nan  = NAN, sv1_cu_nan = NAN;
 
@@ -504,9 +504,9 @@ namespace Analysis {
 	BTag.taggerInfo(sv1_sig3d, xAOD::BTagInfo::SV1_normdist);
       }
       else {
-	BTag.variable<double>(m_sv1_infosource, "pu", sv1_pu);
-	BTag.variable<double>(m_sv1_infosource, "pb", sv1_pb);
-	BTag.variable<double>(m_sv1_infosource, "pc", sv1_pc);
+	BTag.variable<ftagfloat_t>(m_sv1_infosource, "pu", sv1_pu);
+	BTag.variable<ftagfloat_t>(m_sv1_infosource, "pb", sv1_pb);
+	BTag.variable<ftagfloat_t>(m_sv1_infosource, "pc", sv1_pc);
 	
 	BTag.variable<float>(m_sv1_infosource, "masssvx",  sv1_mass);
 	BTag.variable<float>(m_sv1_infosource, "efracsvx", sv1_efrc);
@@ -572,20 +572,20 @@ namespace Analysis {
       if (m_aux_data_name_map.count(raw_key)) {
         key = m_aux_data_name_map.at(raw_key);
       }
-      // note: we should extend this to data types beyond double at
+      // note: we should extend this to data types beyond ftagfloat_t at
       // some point
       std::string valid_key = key + "IsValid";
-      if ( ! BTag.isAvailable<double>(key) ) {
+      if ( ! BTag.isAvailable<ftagfloat_t>(key) ) {
         ATH_MSG_WARNING("aux data '" + key + "' is missing,"
                         " tagger inputs may be incomplete");
       } else if (!BTag.isAvailable<char>(valid_key)) {
         ATH_MSG_WARNING("no key '" + valid_key + "' found, invalid inputs"
                         " may be interperated incorrectly");
-        inputs[key] = BTag.auxdata<double>(key);
+        inputs[key] = BTag.auxdata<ftagfloat_t>(key);
       } else if (!BTag.auxdata<char>(valid_key)) {
         inputs[key] = NAN;
       } else {
-        inputs[key] = BTag.auxdata<double>(key);
+        inputs[key] = BTag.auxdata<ftagfloat_t>(key);
       }
     }
 
diff --git a/PhysicsAnalysis/JetTagging/JetTagTools/src/SVTag.cxx b/PhysicsAnalysis/JetTagging/JetTagTools/src/SVTag.cxx
index f4421ab5403725c94c3d13d3bed51f0712ef65a6..28fa3b21538603032a8f50add1c90b1ceff69f04 100644
--- a/PhysicsAnalysis/JetTagging/JetTagTools/src/SVTag.cxx
+++ b/PhysicsAnalysis/JetTagging/JetTagTools/src/SVTag.cxx
@@ -22,6 +22,7 @@
 #include <string>
 
 #include "GeoPrimitives/GeoPrimitivesHelpers.h"
+#include "xAODBTagging/ftagfloat_t.h"
  
 namespace Analysis
 {
@@ -448,19 +449,19 @@ namespace Analysis
 	}
 
   if (m_save_probabilities) {
-	BTag.setVariable<double>(m_xAODBaseName, "pb", probi[0]);
-	BTag.setVariable<double>(m_xAODBaseName, "pu", probi[1]);
-	if (m_useCHypo) BTag.setVariable<double>(m_xAODBaseName, "pc", probi[2]);
+	BTag.setVariable<ftagfloat_t>(m_xAODBaseName, "pb", probi[0]);
+	BTag.setVariable<ftagfloat_t>(m_xAODBaseName, "pu", probi[1]);
+	if (m_useCHypo) BTag.setVariable<ftagfloat_t>(m_xAODBaseName, "pc", probi[2]);
   }
-	
+ 	
       }
 
       /* For SV0, put the signed 3D Lxy significance: */
     } else {
       ATH_MSG_VERBOSE("#BTAG# SV0 Lxy3D significance = " << distnrm);
-      BTag.setVariable<double>(m_xAODBaseName, "pb", exp(distnrm));
-      BTag.setVariable<double>(m_xAODBaseName, "pu", 1);
-      if (m_useCHypo) BTag.setVariable<double>(m_xAODBaseName, "pc", 1);
+      BTag.setVariable<ftagfloat_t>(m_xAODBaseName, "pb", exp(distnrm));
+      BTag.setVariable<ftagfloat_t>(m_xAODBaseName, "pu", 1);
+      if (m_useCHypo) BTag.setVariable<ftagfloat_t>(m_xAODBaseName, "pc", 1);
     }
 
     ATH_MSG_VERBOSE("#BTAG# SVTag Finalizing... ");
diff --git a/PhysicsAnalysis/JetTagging/JetTagTools/src/SoftMuonTag.cxx b/PhysicsAnalysis/JetTagging/JetTagTools/src/SoftMuonTag.cxx
index e5843e9e1f0982c203e0e962f24d6a9c05b4d49c..cb4cd3482abfed99344a291a81cd14144f2b517c 100644
--- a/PhysicsAnalysis/JetTagging/JetTagTools/src/SoftMuonTag.cxx
+++ b/PhysicsAnalysis/JetTagging/JetTagTools/src/SoftMuonTag.cxx
@@ -55,6 +55,7 @@ PURPOSE:  b-tagging based on soft muon identification
 #include <list>
 #include <math.h> 
 
+#include "xAODBTagging/ftagfloat_t.h"
 
 namespace Analysis
 {
@@ -561,7 +562,7 @@ namespace Analysis
     // Can be uncommented if SVMT evaluation wants to be checked (rather than SMT)
     //if(inputVars.size()<10) BTag.setVariable<double>(xAODBaseName, "discriminant", smt);
     //else            	  BTag.setVariable<double>("SVMT", "discriminant", smt);
-    BTag.setVariable<double>(xAODBaseName, "discriminant", smt);
+    BTag.setVariable<ftagfloat_t>(xAODBaseName, "discriminant", smt);
     BTag.setVariable<char>(xAODBaseName, "discriminantIsValid", true);
 
     /** ANDREA **/
diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/MuonEfficiencyCorrections/MuonEfficiencyScaleFactors.h b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/MuonEfficiencyCorrections/MuonEfficiencyScaleFactors.h
index fef0330e8126a6c7ef18dc6e15f5eb693ec14cde..945f0ef39eb82c057cdea6d0e5b1160c5d4e71d0 100644
--- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/MuonEfficiencyCorrections/MuonEfficiencyScaleFactors.h
+++ b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/MuonEfficiencyCorrections/MuonEfficiencyScaleFactors.h
@@ -48,7 +48,7 @@ namespace CP {
             /// returns: the list of all systematics this tool recommends to use
             virtual SystematicSet recommendedSystematics() const;
 
-            virtual SystematicCode applySystematicVariation(const SystematicSet& systConfig);
+            virtual StatusCode applySystematicVariation(const SystematicSet& systConfig);
 
             /// Obtain the muon efficiency measured using the data
             virtual CorrectionCode getDataEfficiency(const xAOD::Muon& mu, float& eff, const xAOD::EventInfo* info = 0) const;
diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/MuonEfficiencyCorrections/MuonTriggerScaleFactors.h b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/MuonEfficiencyCorrections/MuonTriggerScaleFactors.h
index 0f73445af52e13fd56a03e72cdb6fcfa2f7fea7e..ff4988ff66ab93bb4decece9aed7c0c11021e7ce 100644
--- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/MuonEfficiencyCorrections/MuonTriggerScaleFactors.h
+++ b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/MuonEfficiencyCorrections/MuonTriggerScaleFactors.h
@@ -51,7 +51,7 @@ namespace CP {
 
             virtual CP::SystematicSet recommendedSystematics() const;
 
-            virtual CP::SystematicCode applySystematicVariation(const CP::SystematicSet& systConfig);
+            virtual StatusCode applySystematicVariation(const CP::SystematicSet& systConfig);
 
             virtual int getBinNumber(const xAOD::Muon& muon, const std::string& trigger) const;
 
@@ -75,7 +75,7 @@ namespace CP {
                 return *m_appliedSystematics;
             }
 
-            CP::SystematicCode registerSystematics();
+            StatusCode registerSystematics();
             
             StatusCode LoadTriggerMap(unsigned int year);
 
diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/Root/MuonEfficiencyScaleFactors.cxx b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/Root/MuonEfficiencyScaleFactors.cxx
index 42d441877c3deb7c80816d6197ee1070eb7e838c..7ba5778035ceff4b9699587a0cc612326a6db5c0 100644
--- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/Root/MuonEfficiencyScaleFactors.cxx
+++ b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/Root/MuonEfficiencyScaleFactors.cxx
@@ -7,7 +7,7 @@
 #include "MuonEfficiencyCorrections/EffiCollection.h"
 
 #include "AsgDataHandles/ReadHandle.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "PATInterfaces/SystematicRegistry.h"
 #include "PATInterfaces/SystematicVariation.h"
 #include "PathResolver/PathResolver.h"
@@ -507,10 +507,10 @@ namespace CP {
         }
         return affectingSystematics();
     }
-    SystematicCode MuonEfficiencyScaleFactors::applySystematicVariation(const SystematicSet& systConfig) {
+    StatusCode MuonEfficiencyScaleFactors::applySystematicVariation(const SystematicSet& systConfig) {
         if (!m_init) {
             ATH_MSG_ERROR("Initialize first the tool!");
-            return SystematicCode::Unsupported;
+            return StatusCode::FAILURE;
         }
         
         //check if systematics is cached
@@ -521,7 +521,7 @@ namespace CP {
         if (itr == m_filtered_sys_sets.end()) {
              if (!SystematicSet::filterForAffectingSystematics(systConfig, m_affectingSys, mySysConf)) {
                 ATH_MSG_ERROR("Unsupported combination of systematics passed to the tool! ");
-                return SystematicCode::Unsupported;
+                return StatusCode::FAILURE;
             }
             itr = m_filtered_sys_sets.find(mySysConf);
         }
@@ -531,7 +531,7 @@ namespace CP {
             std::vector<std::unique_ptr<EffiCollection>>::const_iterator coll_itr = std::find_if(m_sf_sets.begin(), m_sf_sets.end(),[&mySysConf](const std::unique_ptr<EffiCollection>& a){return a->isAffectedBySystematic(mySysConf);});
             if (coll_itr == m_sf_sets.end()){
                 ATH_MSG_WARNING("Invalid systematic given.");
-                return SystematicCode::Unsupported;
+                return StatusCode::FAILURE;
             }
             m_filtered_sys_sets.insert(std::pair<SystematicSet, EffiCollection*>(systConfig, coll_itr->get()));
             itr = m_filtered_sys_sets.find(systConfig);
@@ -547,13 +547,13 @@ namespace CP {
                     std::pair<unsigned, float> pair = (*t).getToyVariation();
                     if (pair.first != 0 && !m_current_sf->SetSystematicBin(pair.first)){
                         ATH_MSG_WARNING("Could not apply systematic " << (*t).name() << " for bin " << pair.first);
-                            return SystematicCode::Unsupported;
+                            return StatusCode::FAILURE;
                     }
-                    return SystematicCode::Ok; 
+                    return StatusCode::SUCCESS; 
                 }
             }
         }
-        return SystematicCode::Ok;
+        return StatusCode::SUCCESS;
     }
     std::string MuonEfficiencyScaleFactors::getUncorrelatedSysBinName(unsigned int Bin) const {
         if (!m_current_sf){
diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/Root/MuonSFTestHelper.cxx b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/Root/MuonSFTestHelper.cxx
index a27b3722164eb7a0defcdeeeaa85a8890ea176d7..f79401d6fe905d7c4ac3801ef6021c39bbe57d22 100644
--- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/Root/MuonSFTestHelper.cxx
+++ b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/Root/MuonSFTestHelper.cxx
@@ -69,7 +69,7 @@ namespace TestMuonSF {
         }
         CP::SystematicSet syst_set;
         syst_set.insert(syst);
-        if (m_handle->applySystematicVariation(syst_set) != CP::SystematicCode::Ok) {
+        if (m_handle->applySystematicVariation(syst_set) != StatusCode::SUCCESS) {
             return CP::CorrectionCode::Error;
         }
         return m_handle->getTriggerScaleFactor(*muons, Var, name());
@@ -132,7 +132,7 @@ namespace TestMuonSF {
         return CP::CorrectionCode::Ok;
     }
     CP::CorrectionCode MuonSFBranches::fill_systematic(const xAOD::Muon muon, std::pair<const CP::SystematicSet, MuonSFBranches::SFSet>&  Syst_SF){
-        if (m_handle->applySystematicVariation(Syst_SF.first) != CP::SystematicCode::Ok) {
+        if (m_handle->applySystematicVariation(Syst_SF.first) != StatusCode::SUCCESS) {
             Error("MuonSFBranches()", "Failed to apply variation %s for %s", Syst_SF.first.name().c_str(), name().c_str());
             return CP::CorrectionCode::Error;
         }            
@@ -193,7 +193,7 @@ namespace TestMuonSF {
     }
     CP::CorrectionCode MuonReplicaBranches::fill(const xAOD::Muon& muon) {
         for (auto& Syst_SF : m_SFs) {
-            if (m_handle->applySystematicVariation(Syst_SF.first) != CP::SystematicCode::Ok) {
+            if (m_handle->applySystematicVariation(Syst_SF.first) != StatusCode::SUCCESS) {
                 return CP::CorrectionCode::Error;
             }
             CP::CorrectionCode cc = m_handle->getEfficiencyScaleFactorReplicas(muon, Syst_SF.second);
diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/Root/MuonTriggerScaleFactors.cxx b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/Root/MuonTriggerScaleFactors.cxx
index 5a7cc7f8cab6d6dd889b947a68070c2ab8a2e1a5..8332329ea38db98142260e368aaf816e59afb41c 100644
--- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/Root/MuonTriggerScaleFactors.cxx
+++ b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/Root/MuonTriggerScaleFactors.cxx
@@ -15,7 +15,7 @@
 #include "xAODTrigger/MuonRoIContainer.h"
 #include "MuonEfficiencyCorrections/MuonTriggerScaleFactors.h"
 
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "PATInterfaces/SystematicRegistry.h"
 #include "PATInterfaces/SystematicVariation.h"
 #include "FourMomUtils/xAODP4Helpers.h"
@@ -217,11 +217,11 @@ namespace CP {
 
         ATH_CHECK(m_eventInfo.initialize());
 
-        if (registerSystematics() != CP::SystematicCode::Ok) {
+        if (registerSystematics() != StatusCode::SUCCESS) {
             return StatusCode::FAILURE;
         }
 
-        if (applySystematicVariation(CP::SystematicSet()) != CP::SystematicCode::Ok) {
+        if (applySystematicVariation(CP::SystematicSet()) != StatusCode::SUCCESS) {
             ATH_MSG_ERROR("Could not configure for nominal settings");
             return StatusCode::FAILURE;
         }
@@ -875,13 +875,13 @@ namespace CP {
     }
 
     // Register the systematics with the registry and add them to the recommended list
-    CP::SystematicCode MuonTriggerScaleFactors::registerSystematics() {
+    StatusCode MuonTriggerScaleFactors::registerSystematics() {
         CP::SystematicRegistry& registry = CP::SystematicRegistry::getInstance();
-        if (registry.registerSystematics(*this) != CP::SystematicCode::Ok) {
+        if (registry.registerSystematics(*this) != StatusCode::SUCCESS) {
             ATH_MSG_ERROR("Failed to add systematic to list of recommended systematics.");
-            return CP::SystematicCode::Unsupported;
+            return StatusCode::FAILURE;
         }
-        return CP::SystematicCode::Ok;
+        return StatusCode::SUCCESS;
     }
 
     /// returns: the list of all systematics this tool recommends to use
@@ -889,7 +889,7 @@ namespace CP {
         return affectingSystematics();
     }
 
-    CP::SystematicCode MuonTriggerScaleFactors::applySystematicVariation(const CP::SystematicSet& systConfig){
+    StatusCode MuonTriggerScaleFactors::applySystematicVariation(const CP::SystematicSet& systConfig){
         // First, check if we already know this systematic configuration
         auto itr = m_systFilter.find(systConfig);
 
@@ -901,7 +901,7 @@ namespace CP {
             CP::SystematicSet filteredSys;
             if (!CP::SystematicSet::filterForAffectingSystematics(systConfig, affectingSys, filteredSys)) {
                 ATH_MSG_ERROR("Unsupported combination of systematics passed to the tool!");
-                return CP::SystematicCode::Unsupported;
+                return StatusCode::FAILURE;
             }
 
             // Insert filtered set into the map
@@ -918,11 +918,11 @@ namespace CP {
         static const CP::SystematicVariation syst_down("MUON_EFF_TrigSystUncertainty", -1);
 
         if ((mySysConf.matchSystematic(stat_up) && mySysConf.matchSystematic(stat_down)) || (mySysConf.matchSystematic(syst_up) && mySysConf.matchSystematic(syst_down))) {
-            return CP::SystematicCode::Unsupported;
+            return StatusCode::FAILURE;
         }
 
         m_appliedSystematics = &mySysConf;
-        return CP::SystematicCode::Ok;
+        return StatusCode::SUCCESS;
     }
 
 } /* namespace CP */
diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/src/MuonEfficiencyCorrections_TestAlg.cxx b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/src/MuonEfficiencyCorrections_TestAlg.cxx
index b5ea86ef55f26888b2f7daee292860cdd02b5208..6ff4c4397d345cbb80e6f8b75b09ae494c5ab0a3 100644
--- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/src/MuonEfficiencyCorrections_TestAlg.cxx
+++ b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/src/MuonEfficiencyCorrections_TestAlg.cxx
@@ -44,7 +44,7 @@ namespace CP {
         declareProperty("MinQuality", m_muon_quality);
         
         // force strict checking of return codes
-        CP::SystematicCode::enableFailure();
+        StatusCode::enableChecking();
         CP::CorrectionCode::enableFailure();
     }
 
diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/src/TestTrigSF.cxx b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/src/TestTrigSF.cxx
index 74cec76aeac7a2366295fd08269a17fbef24d1db..00658366d851d2d373071b89b8adabffe0d827c7 100644
--- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/src/TestTrigSF.cxx
+++ b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/src/TestTrigSF.cxx
@@ -236,7 +236,7 @@ void TestTrigSF::CheckSyst(const xAOD::Muon *ptr, const std::string &syst_name,
     CP::SystematicSet syst_set;
     syst_set.insert(syst);
 
-    if (m_trigEff->applySystematicVariation(syst_set) != CP::SystematicCode::Ok) {
+    if (m_trigEff->applySystematicVariation(syst_set) != StatusCode::SUCCESS) {
         msg(MSG::WARNING) << "Failed to apply systematic: " << syst_name << endmsg;
         return;
     }
@@ -255,7 +255,7 @@ void TestTrigSF::CheckSyst(const xAOD::Muon *ptr, const std::string &syst_name,
 
     msg(MSG::INFO) << "Systematic=" << syst_name << " step=" << step << " hist=" << h->GetName() << " SF value=" << triggerSF << endmsg;
 
-    if (m_trigEff->applySystematicVariation(CP::SystematicSet()) != CP::SystematicCode::Ok) {
+    if (m_trigEff->applySystematicVariation(CP::SystematicSet()) != StatusCode::SUCCESS) {
         msg(MSG::WARNING) << "Failed to apply default after systematic: " << syst_name << endmsg;
         return;
     }
diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/util/MuonEfficiencyScaleFactorsSFFileTester.cxx b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/util/MuonEfficiencyScaleFactorsSFFileTester.cxx
index 5511b133672d53305c401a1f3fbd58210617cdb1..e3d52bc8daa558f5433b5d127f7d03d12f04a2c2 100644
--- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/util/MuonEfficiencyScaleFactorsSFFileTester.cxx
+++ b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/util/MuonEfficiencyScaleFactorsSFFileTester.cxx
@@ -67,7 +67,7 @@ EffiToolInstance createSFTool(const std::string& WP, const std::string& CustomIn
 int main(int argc, char* argv[]) {
 
     // force strict checking of return codes
-    CP::SystematicCode::enableFailure();
+    StatusCode::enableFailure();
     StatusCode::enableFailure();
 
     // The application's name:
diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/util/MuonEfficiencyScaleFactorsTest.cxx b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/util/MuonEfficiencyScaleFactorsTest.cxx
index a8876626059a8e26979d8f0e678aa3b7c48f25c3..781401a12ceee42370ffab662ffa0ec8a6a6c011 100644
--- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/util/MuonEfficiencyScaleFactorsTest.cxx
+++ b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/util/MuonEfficiencyScaleFactorsTest.cxx
@@ -49,7 +49,7 @@
         return 1;   \
     }
 #define CHECK_CPSys(Arg) \
-    if (Arg.code() == CP::SystematicCode::Unsupported){    \
+    if (Arg.isFailure()){                                              \
         Warning(#Arg,"Unsupported systematic (in line %i) ",__LINE__); \
     }      
 
@@ -72,7 +72,7 @@ EffiToolInstance createSFTool(const std::string& WP, const std::string& CustomIn
 int main(int argc, char* argv[]) {
 
     // force strict checking of return codes
-    CP::SystematicCode::enableFailure();
+    StatusCode::enableFailure();
     StatusCode::enableFailure();
 
     // The application's name:
diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/util/MuonTriggerSFRootCoreTest.cxx b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/util/MuonTriggerSFRootCoreTest.cxx
index d349a3502000f96a34695e16952f3918eaa22611..f5153f0c70fe567032de9a769cd0a747806dad16 100644
--- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/util/MuonTriggerSFRootCoreTest.cxx
+++ b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonEfficiencyCorrections/util/MuonTriggerSFRootCoreTest.cxx
@@ -36,7 +36,7 @@
 
 
 #define CHECK_CPSys(Arg) \
-    if (Arg.code() == CP::SystematicCode::Unsupported){    \
+    if (Arg.isFailure()){                                              \
         Warning(#Arg,"Unsupported systematic (in line %i) ",__LINE__); \
     }      
 
diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/MuonMomentumCorrections/MuonCalibrationAndSmearingTool.h b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/MuonMomentumCorrections/MuonCalibrationAndSmearingTool.h
index 100da749a74630a53c595efd5a1bce0bbccbd999..51ccf3d631c46760e0ca2afbe76eacb8d3ba62c1 100644
--- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/MuonMomentumCorrections/MuonCalibrationAndSmearingTool.h
+++ b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/MuonMomentumCorrections/MuonCalibrationAndSmearingTool.h
@@ -66,7 +66,7 @@ class MuonCalibrationAndSmearingTool : public virtual IMuonCalibrationAndSmearin
     // Interface - Systematics to be used for physics analysis
     virtual SystematicSet recommendedSystematics() const override;
     // Interface - Use specific systematic
-    virtual SystematicCode applySystematicVariation ( const SystematicSet& systConfig ) override;
+    virtual StatusCode applySystematicVariation ( const SystematicSet& systConfig ) override;
     // Interface - get the expected resolution of the muon
     virtual double expectedResolution( const std::string& DetType, const xAOD::Muon& mu, const bool mc ) const override;
     // Interface - get the expected resolution of the muon
diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/MuonMomentumCorrections/MuonCalibrationPeriodTool.h b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/MuonMomentumCorrections/MuonCalibrationPeriodTool.h
index 44ce5269e7356d867b6a3e2a34a2d239f09f61b8..e2c67318ea0c7ffafb6e0c0c18b552426e82a7af 100644
--- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/MuonMomentumCorrections/MuonCalibrationPeriodTool.h
+++ b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/MuonMomentumCorrections/MuonCalibrationPeriodTool.h
@@ -51,7 +51,7 @@ class MuonCalibrationPeriodTool : public virtual IMuonCalibrationAndSmearingTool
     // Interface - Systematics to be used for physics analysis
     virtual SystematicSet recommendedSystematics() const override;
     // Interface - Use specific systematic
-    virtual SystematicCode applySystematicVariation ( const SystematicSet& systConfig ) override;
+    virtual StatusCode applySystematicVariation ( const SystematicSet& systConfig ) override;
     
     // Constructor
     MuonCalibrationPeriodTool( const std::string& name );
diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/Root/MuonCalibrationAndSmearingTool.cxx b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/Root/MuonCalibrationAndSmearingTool.cxx
index f6f0f959d8a31502379ddc4a8588c8b3cb7dd285..16d0cd69212407e2509a4e2400aeac3eb8c638ff 100644
--- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/Root/MuonCalibrationAndSmearingTool.cxx
+++ b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/Root/MuonCalibrationAndSmearingTool.cxx
@@ -274,7 +274,7 @@ namespace CP {
       return StatusCode::FAILURE;
     }
     SystematicRegistry& registry = SystematicRegistry::getInstance();
-    if( registry.registerSystematics( *this ) != SystematicCode::Ok ) { 
+    if( registry.registerSystematics( *this ) != StatusCode::SUCCESS ) { 
         ATH_MSG_ERROR( "Unkown systematic list");
         return StatusCode::FAILURE;
     }
@@ -1345,13 +1345,13 @@ namespace CP {
     return affectingSystematics();
   }
 
-  SystematicCode MuonCalibrationAndSmearingTool::applySystematicVariation( const SystematicSet& systConfig ) {
+  StatusCode MuonCalibrationAndSmearingTool::applySystematicVariation( const SystematicSet& systConfig ) {
 
     // First check if we already know this systematic configuration
     std::unordered_map< SystematicSet, ParameterSet >::iterator parIter = m_Parameters.find( systConfig );
     if( parIter != m_Parameters.end() ) {
       m_currentParameters = &parIter->second;
-      return SystematicCode::Ok;
+      return StatusCode::SUCCESS;
     }
 
     // Then check if it is actually supported
@@ -1359,7 +1359,7 @@ namespace CP {
     SystematicSet checkSysConf;
     if( !SystematicSet::filterForAffectingSystematics( systConfig, affSysts, checkSysConf ) ) {
       ATH_MSG_ERROR( "Passing unsupported systematic to the tool!" );
-      return SystematicCode::Unsupported;
+      return StatusCode::FAILURE;
     }
 
     ParameterSet param;
@@ -1386,7 +1386,7 @@ namespace CP {
       param.SagittaRho=MCAST::SystVariation::Default;
       param.SagittaBias=MCAST::SystVariation::Default;
     }
-    else if( !syst.empty() ) return SystematicCode::Unsupported;
+    else if( !syst.empty() ) return StatusCode::FAILURE;
 
     // MS systematics
     syst = systConfig.getSystematicByBaseName( "MUON_MS" );
@@ -1405,7 +1405,7 @@ namespace CP {
       param.SagittaRho=MCAST::SystVariation::Default;
       param.SagittaBias=MCAST::SystVariation::Default;
     }
-    else if( !syst.empty() ) return SystematicCode::Unsupported;
+    else if( !syst.empty() ) return StatusCode::FAILURE;
 
     // Scale systematics
     syst = systConfig.getSystematicByBaseName( "MUON_SCALE" );
@@ -1424,7 +1424,7 @@ namespace CP {
       param.SagittaRho=MCAST::SystVariation::Default;
       param.SagittaBias=MCAST::SystVariation::Default;
     }
-    else if( !syst.empty() ) return SystematicCode::Unsupported;
+    else if( !syst.empty() ) return StatusCode::FAILURE;
 
 
     // Sagitta Rho systematics
@@ -1444,7 +1444,7 @@ namespace CP {
       param.SagittaRho=MCAST::SystVariation::Up;
       param.SagittaBias=MCAST::SystVariation::Default;
     }
-    else if( !syst.empty() ) return SystematicCode::Unsupported;
+    else if( !syst.empty() ) return StatusCode::FAILURE;
 
 
     // Sagitta Residual Bias systematics
@@ -1464,7 +1464,7 @@ namespace CP {
       param.SagittaRho=MCAST::SystVariation::Default;
       param.SagittaBias=MCAST::SystVariation::Up;
     }
-    else if( !syst.empty() ) return SystematicCode::Unsupported;
+    else if( !syst.empty() ) return StatusCode::FAILURE;
 
 
     //
@@ -1473,7 +1473,7 @@ namespace CP {
     ATH_MSG_DEBUG( "Systematic variation's parameters, Scale: " << param.Scale );
     // store this calibration for future use, and make it current
     m_currentParameters = &m_Parameters.insert( std::make_pair( systConfig, param ) ).first->second;
-    return SystematicCode::Ok;
+    return StatusCode::SUCCESS;
 
   }
 
diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/Root/MuonCalibrationPeriodTool.cxx b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/Root/MuonCalibrationPeriodTool.cxx
index b1a1e09d3c7163e2482bb0ccb405f6f1d86cfd21..3c67109578ef9529241531d981ee02996849baee 100644
--- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/Root/MuonCalibrationPeriodTool.cxx
+++ b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/Root/MuonCalibrationPeriodTool.cxx
@@ -327,9 +327,9 @@ namespace CP {
     }
     // We need to parse the variations to all three instances because we do not know whether the file changes in the backgronud
     // during the variation loop
-    SystematicCode MuonCalibrationPeriodTool::applySystematicVariation ( const SystematicSet& systConfig ) {
-        if (m_calibTool_1516->applySystematicVariation(systConfig) == SystematicCode::Unsupported) {}
-        if (m_calibTool_17->applySystematicVariation(systConfig) == SystematicCode::Unsupported) {}
+    StatusCode MuonCalibrationPeriodTool::applySystematicVariation ( const SystematicSet& systConfig ) {
+        if (m_calibTool_1516->applySystematicVariation(systConfig) == StatusCode::FAILURE) {}
+        if (m_calibTool_17->applySystematicVariation(systConfig) == StatusCode::FAILURE) {}
         return m_calibTool_18->applySystematicVariation(systConfig);
     }
 
diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/src/TestMCASTTool.cxx b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/src/TestMCASTTool.cxx
index 4d5f72254221927122f8e64026b03517f5754c44..42807953fde5a1e9465679c527425f539f77308b 100644
--- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/src/TestMCASTTool.cxx
+++ b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/src/TestMCASTTool.cxx
@@ -110,7 +110,7 @@ StatusCode TestMCASTTool::execute() {
     //---\\---// Calibrating muon
     ATH_MSG_DEBUG( "Calibrating muon" ); 
     for(std::vector<CP::SystematicSet>::iterator sysItr = m_sysList.begin() + 1; sysItr != m_sysList.end(); ++sysItr) {
-      if( m_MCaSTool->applySystematicVariation(*sysItr) != CP::SystematicCode::Ok) {
+      if( m_MCaSTool->applySystematicVariation(*sysItr) != StatusCode::SUCCESS) {
         continue;
       }
       xAOD::Muon* mu = 0;
diff --git a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/util/MCAST_Tester.cxx b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/util/MCAST_Tester.cxx
index d57fba124b29d409f6aeb76dbf27175769065629..c2ca48de507a24a036ab39db1618a0c0e4ae0cd9 100644
--- a/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/util/MCAST_Tester.cxx
+++ b/PhysicsAnalysis/MuonID/MuonIDAnalysis/MuonMomentumCorrections/util/MCAST_Tester.cxx
@@ -30,7 +30,7 @@
 #include "xAODCore/tools/ReadStats.h"
 #include "AsgMessaging/Check.h"
 #include "AsgTools/AnaToolHandle.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 
 #include "MuonAnalysisInterfaces/IMuonCalibrationAndSmearingTool.h"
 #include "MuonAnalysisInterfaces/IMuonSelectionTool.h"
@@ -245,7 +245,7 @@ int main( int argc, char* argv[] ) {
       Info( APP_NAME, "Looking at %s systematic", ( sysListItr->name() ).c_str() );
 
       //::: Check if systematic is applicable to the correction tool
-      if( corrTool->applySystematicVariation( *sysListItr ) != CP::SystematicCode::Ok ) {
+      if( corrTool->applySystematicVariation( *sysListItr ) != StatusCode::SUCCESS ) {
         Error( APP_NAME, "Cannot configure muon calibration tool for systematic" );
       }
 
diff --git a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/MuonResonanceTools/IMuonResonanceSelectionTool.h b/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/MuonResonanceTools/IMuonResonanceSelectionTool.h
index 5b94cc689249235742388466ed815738dcd9555b..67aa3f59b2fdfe07b821ccfa397ff7d9349f75ac 100644
--- a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/MuonResonanceTools/IMuonResonanceSelectionTool.h
+++ b/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/MuonResonanceTools/IMuonResonanceSelectionTool.h
@@ -18,7 +18,7 @@
 #include "TrigDecisionTool/TrigDecisionTool.h"
 #include "PATInterfaces/SystematicVariation.h"
 #include "PATInterfaces/SystematicRegistry.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 
 class IMuonResonanceSelectionTool : virtual public asg::IAsgTool {
   ASG_TOOL_INTERFACE(IMuonResonanceSelectionTool)
diff --git a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/MuonResonanceTools/IMuonResonanceTool.h b/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/MuonResonanceTools/IMuonResonanceTool.h
index f6a9025d8563fc0c1ea5c789ce24e94a08d78ecd..f9762d058fc9c10f1198ff419fef298703d86cff 100644
--- a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/MuonResonanceTools/IMuonResonanceTool.h
+++ b/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/MuonResonanceTools/IMuonResonanceTool.h
@@ -14,7 +14,7 @@
 #include "MuonResonanceTools/MuonResonancePlots.h"
 #include "PATInterfaces/SystematicVariation.h"
 #include "PATInterfaces/SystematicRegistry.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 
 class IMuonResonanceTool : virtual public asg::IAsgTool {
   ASG_TOOL_INTERFACE(IMuonResonanceTool)
diff --git a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/Root/MuonResonanceSelectionTool.cxx b/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/Root/MuonResonanceSelectionTool.cxx
index 605ec43afa9bea56f3fa1407b8058be5c94c0ad5..18c918cb879fb993f1183d5d4fb28432d8c1a10f 100644
--- a/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/Root/MuonResonanceSelectionTool.cxx
+++ b/PhysicsAnalysis/MuonID/MuonPerformanceAnalysis/MuonResonanceTools/Root/MuonResonanceSelectionTool.cxx
@@ -99,12 +99,12 @@ std::pair<std::vector<const xAOD::Muon*>,std::vector<const xAOD::Muon*> > MuonRe
   }
 
   if (m_doCalib) {
-    if( m_calibTool->applySystematicVariation( sys ) != CP::SystematicCode::Ok )
+    if( m_calibTool->applySystematicVariation( sys ) != StatusCode::SUCCESS )
       ATH_MSG_WARNING( "Cannot configure muon calibration tool for systematic " << sys.name() );
   }
 
   if (m_doEff) {
-    if( m_sfTool->applySystematicVariation( sys ) != CP::SystematicCode::Ok )
+    if( m_sfTool->applySystematicVariation( sys ) != StatusCode::SUCCESS )
       ATH_MSG_WARNING( "Cannot configure muon efficiency corrections for systematic " << sys.name() );
   }
 
diff --git a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/CMakeLists.txt b/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/CMakeLists.txt
index f8c7a4d7b7195d0ea2325dbcfb35fa39981e7484..373fc78720998cdaf8b4f9fd366e71a0194b5d7a 100644
--- a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/CMakeLists.txt
+++ b/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/CMakeLists.txt
@@ -1,13 +1,8 @@
-################################################################################
-# Package: NTUPtoNTUPCore
-################################################################################
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # Declare the package name:
 atlas_subdir( NTUPtoNTUPCore )
 
-# Declare the package's dependencies:
-atlas_depends_on_subdirs( PUBLIC
-                          Tools/PyJobTransformsCore )
-
 # Install files from the package:
-atlas_install_python_modules( python/*.py )
+atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
+atlas_install_joboptions( share/*.py )
diff --git a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/python/MultipleNTUPStreamManager.py b/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/python/MultipleNTUPStreamManager.py
index f6cced6f297e61e6bb43c40f39bd6ad4077c24d7..29c3ddd092f6fdf675d7ff2e7ef6bc6f4fd81a6b 100644
--- a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/python/MultipleNTUPStreamManager.py
+++ b/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/python/MultipleNTUPStreamManager.py
@@ -1,8 +1,6 @@
 # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
-from __future__ import print_function
-
-from OutputStreamAthenaPool.MultipleStreamManager import *
+from OutputStreamAthenaPool.MultipleStreamManager import AugmentedStreamBase, AugmentedPoolStream
 from AthenaCommon.AppMgr import theApp
 
 class AugmentedNTUPStream( AugmentedStreamBase ):
@@ -12,13 +10,11 @@ class AugmentedNTUPStream( AugmentedStreamBase ):
         AugmentedStreamBase.__init__(self,StreamName)
 
         # Check if the user specified a tree name or not:
-        if tupleName == None:
+        if tupleName is None:
             tupleName = StreamName
 
         # event-by-event stream
-        import AthenaCommon.CfgMgr as CfgMgr
         from AthenaRootComps.WriteAthenaRoot import createNtupleOutputStream
-        from AthenaRootComps.AthenaRootCompsConf import Athena__RootOutputStreamTool as AthenaRootOutputStreamTool
         from AthenaRootComps.AthenaRootCompsConf import Athena__RootNtupleOutputMetadataTool as RootNtupleOutputMetadataTool
 
         self.Stream = createNtupleOutputStream( StreamName, FileName, tupleName, asAlg)
@@ -86,7 +82,7 @@ class MultipleNTUPStreamManager:
 
     def NewNTUPStream(self,StreamName,FileName=None,TreeName=None,asAlg=False):
         # Check if a file name was specified or not:
-        if FileName == None:
+        if FileName is None:
             FileName = StreamName + ".root"
         # Use the common function for creating the stream:
         return self.NewStream( StreamName, FileName, type='ntup', asAlg = asAlg,
@@ -130,14 +126,9 @@ class MultipleNTUPStreamManager:
         
         return self.StreamList[index]
     
-    def StreamExists(self, StreamName):        
-        try:
-            index=self.StreamDict[StreamName]
-        except KeyError:
-            return False
-        
-        return True
-    
+    def StreamExists(self, StreamName):
+        return StreamName in self.StreamDict
+
     def Print(self):
         print ("**** MultipleNTUPStreamManager INFOS ****" )
         print ("Number of streams:", self.nStream)
diff --git a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/python/NTUPUtils.py b/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/python/NTUPUtils.py
index ac9eddda1d85ebf9d7a61309ccbdd919068a49c6..a164d9043696f44a0d8854ab79ecfe9d04db3fe8 100644
--- a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/python/NTUPUtils.py
+++ b/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/python/NTUPUtils.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 from RecExConfig.RecoFunctions import AddValidItemToList
 def SetupOutputNTUPs(runArgs,flagContainerList):
@@ -55,9 +55,6 @@ def SkimProdFlags():
     from NTUPtoNTUPCore.SkimProdFlags import prodFlags
     return prodFlags
 
-def NTUPtoNTUPTopOptionsInclude():
-    include( "NTUPtoNTUPCore/NTUPtoNTUP_topOptions.py" )
-
 def MNSMgr():
     from NTUPtoNTUPCore.MultipleNTUPStreamManager import MNSMgr
     return MNSMgr
diff --git a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/python/NTUPtoNTUPProdFlags.py b/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/python/NTUPtoNTUPProdFlags.py
index b7657aadd3d4b97038849e099bb51beaad827f8f..e16dae173b4632e20a4e0fb1dd16091d742e022d 100644
--- a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/python/NTUPtoNTUPProdFlags.py
+++ b/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/python/NTUPtoNTUPProdFlags.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # NTUPtoNTUPProdFlags.py for NTUP->NTUP
 #
@@ -62,13 +62,13 @@ class NTUPScripts(JobProperty):
     StoredValue=[]
     def append(self,item):
         if self.is_locked():
-            self._log.info('The JobProperty %s is blocked' % self.__name__)
+            self._log.info('The JobProperty %s is blocked', self.__name__)
         else:
             AddValidItemToList(item,self.StoredValue)
         return
     def remove(self,item):
         if self.is_locked():
-            self._log.info('The JobProperty %s is blocked' % self.__name__)
+            self._log.info('The JobProperty %s is blocked', self.__name__)
         else:
             RemoveValidItemFromList(item,self.StoredValue)
         return
diff --git a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/python/SkimNTUP_ProdFlags.py b/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/python/SkimNTUP_ProdFlags.py
deleted file mode 100644
index 2e11cf650e3c5bb9a1df8f784c6d5f257806dd02..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/python/SkimNTUP_ProdFlags.py
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
-
-# SkimNTUP_ProdFlags.py for NTUP->NTUP
-#
-
-from __future__ import print_function
-
-from AthenaCommon.JobProperties import JobProperty, JobPropertyContainer
-from AthenaCommon.JobProperties import jobproperties
-
-listAllKnownSkimNTUP=[]
-
-
-class SkimNTUP_ProdFlags (JobPropertyContainer):
-    """ The SkimNTUP_ProdFlags flag/job property  container."""
-jobproperties.add_Container(SkimNTUP_ProdFlags)
-
-prodFlags = jobproperties.SkimNTUP_ProdFlags
-
-# This function correctly determines the name of the output file.
-# If the transform set the FileName to the "official" name and locked
-# the jobProperty, that one will be used. Otherwise the user sets it.
-def buildFileName( jobPropFlag ):
-    if jobPropFlag.is_locked() :
-        fileName = jobPropFlag.FileName
-    else :
-        fileName = (prodFlags.OutputDirectoryName() +
-                    prodFlags.OutputPoolRootFileNamePrefix() +
-                    jobPropFlag.StreamName +
-                    prodFlags.OutputMiddleName() +
-                    ".root")
-
-    return fileName
-
-def _importFlagsFromModule (mod):
-    """Given the full name of a module MOD, import it.
-Then look for objects in the module with names like Write*NTUP that
-derive from JobProperty and add them to our list."""
-    name = mod.rsplit('.', 1)[-1]
-    mod = __import__ (mod, fromlist = [name])
-    for k, v in mod.__dict__.items():
-        if (k.startswith ('Write') and k.endswith ('NTUP') and
-            issubclass (v, JobProperty)):
-            jobproperties.SkimNTUP_ProdFlags.add_JobProperty (v)
-            listAllKnownSkimNTUP.append (getattr (prodFlags, k))
-    return
-
-class TreeName(JobProperty):
-    """ Tree name """
-    statusOn     = True
-    allowedTypes = ['str']
-    StoredValue  = ""
-    pass
-prodFlags.add_JobProperty(TreeName)
-
-from RecExConfig.RecoFunctions import AddValidItemToList,RemoveValidItemFromList
-class SkimNTUPScripts(JobProperty):
-    """ Setting SkimNTUPScripts+=['MyPackage/NTUPOptions.py'] will execute NTUPOptions.py
-    """ 
-    statusOn=True
-    allowedTypes=['list']
-    StoredValue=[]
-    def append(self,item):
-        if self.is_locked():
-            self._log.info('The JobProperty %s is blocked' % self.__name__)
-        else:
-            AddValidItemToList(item,self.StoredValue)
-        return
-    def remove(self,item):
-        if self.is_locked():
-            self._log.info('The JobProperty %s is blocked' % self.__name__)
-        else:
-            RemoveValidItemFromList(item,self.StoredValue)
-        return
-prodFlags.add_JobProperty(SkimNTUPScripts)
-
-class WriteMySkimNTUP (JobProperty):
-    """skimming NTUP"""
-    statusOn = True
-    allowedTypes = ['bool']
-    StoredValue = False
-    StreamName = 'StreamNTUP_MYSKIMNTUP'
-    FileName = ''
-    isVirtual = False
-    SkimNTUPScript = "NTUPtoNTUPExample/MySkimNTUP_prodJobOFragment.py"
-    TreeNames = ['physics']
-    SubSteps = ['n2n']
-prodFlags.add_JobProperty (WriteMySkimNTUP)
-listAllKnownSkimNTUP.append (prodFlags.WriteMySkimNTUP)
-
-class WriteMySkimNTUP2 (JobProperty):
-    """skimming NTUP"""
-    statusOn = True
-    allowedTypes = ['bool']
-    StoredValue = False
-    StreamName = 'StreamNTUP_MYSKIMNTUP2'
-    FileName = ''
-    isVirtual = False
-    SkimNTUPScript = "NTUPtoNTUPExample/MySkimNTUP2_prodJobOFragment.py"
-    TreeNames = ['physics']
-    SubSteps = ['n2n']
-prodFlags.add_JobProperty (WriteMySkimNTUP2)
-listAllKnownSkimNTUP.append (prodFlags.WriteMySkimNTUP2)
-
-
-# Egamma D3PDs
-_importFlagsFromModule ('EgammaN2N.EgammaN2NProdFlags')
-
-print ('Known NTUPs are', listAllKnownSkimNTUP)
diff --git a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/scripts/NTUPtoNTUP_trf.py b/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/scripts/NTUPtoNTUP_trf.py
deleted file mode 100755
index 2a3be7fd836e89df490dadf4185c7f0221e77c26..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/scripts/NTUPtoNTUP_trf.py
+++ /dev/null
@@ -1,133 +0,0 @@
-#!/usr/bin/env python
-
-# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
-
-from __future__ import print_function
-
-__doc__ = """NTUP -> NTUP skimming/thinning files."""
-
-ListOfDefaultPositionalKeys=[ 'maxEvents', 'skipEvents', 'preInclude', 'postInclude', 'preExec', 'postExec', 'topOptions', 'AMITag', 'tree_name', '--ignoreerrors', '--athenaopts', '--omitvalidation']
-from PATJobTransforms.Configuration import ConfigDic
-for key in ConfigDic.keys():
-    if key.startswith('inputNTUP') and key.endswith('File'):
-        ListOfDefaultPositionalKeys.append(key)
-from NTUPtoNTUPCore.NTUPtoNTUPProdFlags import listAllKnownNTUPtoNTUP
-for ntup in listAllKnownNTUPtoNTUP:
-    dInName='input'+(ntup.StreamName.lstrip("Stream"))+'File'
-    ListOfDefaultPositionalKeys.append(dInName)
-    dOutName='output'+(ntup.StreamName.lstrip("Stream"))+'File'
-    ListOfDefaultPositionalKeys.append(dOutName)
-
-from PATJobTransforms.BaseOfBasicTrf import BaseOfBasicTrf
-from PyJobTransformsCore.trf import Author
-from PyJobTransformsCore.trf import JobTransform
-
-class NTUPtoNTUPJobTransform( BaseOfBasicTrf ):
-    def __init__(self,inDic):
-        JobTransform.__init__(self,
-                                authors = [ Author('Michiru Kaneda', 'Michiru.Kaneda@cern.ch')],
-                                skeleton='NTUPtoNTUPCore/skeleton.NTUPtoNTUP_trf.py',
-                                help = __doc__ )
-
-        if not isinstance(inDic,dict):
-            raise TypeError("inDic has type '%s' but should be a dictionary." %type(inDic))
-        # Add tree_name to ConfigDic
-        from PyJobTransformsCore.full_trfarg import BasicStringArg
-        from PATJobTransforms.Configuration import AddToConfigDic
-        def AddTreeName(trf,inDic):
-            trf.add(BasicStringArg(name='tree_name'))
-        AddToConfigDic('tree_name',AddTreeName)
-
-        # Set tree_name if it is in arguments
-        self.tree_name=''
-        if 'tree_name' in inDic:
-            self.tree_name=inDic['tree_name']
-        else:
-            self.tree_name=''
-            inDic['tree_name']=''
-
-        # Add NTUPtoNTUP types to input files of ConfigDic
-        self.AddNTUPToInputFilesOfConfigDic()
-
-        # Check tree name from input file
-        if self.tree_name == '':self.CheckTreeName(inDic)
-
-        # Add NTUPtoNTUP types to output files of ConfigDic
-        self.AddNTUPToOutputFilesOfConfigDic()
-
-        # set tree_name in arguments
-        inDic['tree_name']=self.tree_name
-
-        # Auto Configure From Dictionary
-        from PATJobTransforms.ConfigDicUtils import AutoConfigureFromDic
-        self.inDic=inDic
-        AutoConfigureFromDic(self,inDic)
-
-    def matchEventsExpectEqual(self,inputFileArgName,outputFileArgName):
-        self.logger().info("MatchEvents is not executed for NTUP outputs.")
-        return
-
-    def AddNTUPToInputFilesOfConfigDic(self):
-        # Add NTUP skim to input files of ConfigDic
-        try:
-            from PATJobTransforms.Configuration import AddDPDFunctionMaker, AddToConfigDic, AddInputNTUPFunctionMaker
-            from PyJobTransformsCore.full_trfarg import NtupleFileArg
-            from NTUPtoNTUPCore.NTUPtoNTUPProdFlags import listAllKnownNTUPtoNTUP
-            for ntup in listAllKnownNTUPtoNTUP:
-                dpdName = ntup.StreamName
-                inName='input'+(dpdName.lstrip("Stream"))+'File'
-                if self.tree_name != '':
-                    tree_names = [self.tree_name]
-                else:
-                    tree_names = ntup.TreeNames
-                function=AddInputNTUPFunctionMaker(inName,tree_names)
-                AddToConfigDic(inName,function)
-                pass
-        except ImportError:
-            print ("WARNING NTUPtoNTUPProdFlags is not available. Only OK if you're using job transforms without the AtlasAnalysis project.")
-
-    def CheckTreeName(self,inDic):
-        from PyJobTransformsCore.full_trfarg import InputNtupleFileArg
-        # Check tree name from input file
-        for key in inDic.keys():
-            if key.startswith('inputNTUP') and key.endswith('File') and key in ConfigDic:
-                trf=set()
-                ConfigDic[key](trf=trf,inDic={})
-                for x in trf:
-                    if isinstance(x, InputNtupleFileArg):
-                        self.tree_name=x._fileType.tree_names[0]
-                        return
-
-    def AddNTUPToOutputFilesOfConfigDic(self):
-        # Add NTUP skim to output files of ConfigDic
-        try:
-            from PATJobTransforms.Configuration import AddDPDFunctionMaker, AddToConfigDic, AddInputNTUPFunctionMaker
-            from PyJobTransformsCore.full_trfarg import NtupleFileArg
-            from NTUPtoNTUPCore.NTUPtoNTUPProdFlags import listAllKnownNTUPtoNTUP
-            for ntup in listAllKnownNTUPtoNTUP:
-                kw = {}
-                fileArg=NtupleFileArg
-                if self.tree_name!='':
-                    kw['tree_names'] = [self.tree_name]
-                else:
-                    kw['tree_names'] = ntup.TreeNames
-                dpdName = ntup.StreamName
-                outName='output'+(dpdName.lstrip("Stream"))+'File'
-                function=AddDPDFunctionMaker(outName, fileArg, **kw)
-                function.isOutput='root'
-                function.subSteps=ntup.SubSteps
-                AddToConfigDic(outName,function)
-                pass
-        except ImportError:
-            print ("WARNING NTUPtoNTUPProdFlags is not available. Only OK if you're using job transforms without the AtlasAnalysis project.")
-
-#----------------------------------------------------------------------
-if __name__ == '__main__':
-    #Special preparation for command-line
-    import sys
-    from PATJobTransforms.ArgDicTools import BuildDicFromCommandLine
-    inDic=BuildDicFromCommandLine(sys.argv)
-    #Construct and execute the transform
-    trf = NTUPtoNTUPJobTransform(inDic)
-    sys.exit(trf.exeArgDict(inDic).exitCode())
-
diff --git a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/scripts/SkimNTUP_trf.py b/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/scripts/SkimNTUP_trf.py
deleted file mode 100755
index 8faa0b9212b4e6e068c29a1062fa901cb44edeb1..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/scripts/SkimNTUP_trf.py
+++ /dev/null
@@ -1,135 +0,0 @@
-#!/usr/bin/env python
-
-# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
-
-from __future__ import print_function
-
-__doc__ = """Skim/Slim NTUP files."""
-
-ListOfDefaultPositionalKeys=[ 'maxEvents', 'skipEvents', 'preInclude', 'postInclude', 'preExec', 'postExec', 'topOptions', 'AMITag', 'tree_name', '--ignoreerrors', '--athenaopts', '--omitvalidation']
-from PATJobTransforms.Configuration import ConfigDic
-for key in ConfigDic.keys():
-    if key.startswith('inputNTUP') and key.endswith('File'):
-        ListOfDefaultPositionalKeys.append(key)
-from NTUPtoNTUPCore.SkimNTUP_ProdFlags import listAllKnownSkimNTUP
-for ntup in listAllKnownSkimNTUP:
-    dInName='input'+(ntup.StreamName.lstrip("Stream"))+'File'
-    ListOfDefaultPositionalKeys.append(dInName)
-    dOutName='output'+(ntup.StreamName.lstrip("Stream"))+'File'
-    ListOfDefaultPositionalKeys.append(dOutName)
-
-from PATJobTransforms.BaseOfBasicTrf import BaseOfBasicTrf
-from PyJobTransformsCore.trf import Author
-from PyJobTransformsCore.trf import JobTransform
-class SkimNTUPJobTransform( BaseOfBasicTrf ):
-    def __init__(self,inDic):
-        JobTransform.__init__(self,
-                                authors = [ Author('Michiru Kaneda', 'Michiru.Kaneda@cern.ch')],
-                                skeleton='NTUPtoNTUPCore/skeleton.SkimNTUP_trf.py',
-                                help = __doc__ )
-
-        if not isinstance(inDic,dict):
-            raise TypeError("inDic has type '%s' but should be a dictionary." %type(inDic))
-        # Add tree_name to ConfigDic
-        from PyJobTransformsCore.full_trfarg import BasicStringArg
-        from PATJobTransforms.Configuration import AddToConfigDic
-        def AddTreeName(trf,inDic):
-            trf.add(BasicStringArg(name='tree_name'))
-        AddToConfigDic('tree_name',AddTreeName)
-
-        # Set tree_name if it is in arguments
-        self.tree_name=''
-        if 'tree_name' in inDic:
-            self.tree_name=inDic['tree_name']
-        else:
-            self.tree_name=''
-            inDic['tree_name']=''
-
-        # Add SkimNTUP types to input files of ConfigDic
-        self.AddNTUPSkimToInputFilesOfConfigDic()
-
-        # Check tree name from input file
-        if self.tree_name == '':self.CheckTreeName(inDic)
-
-        # Add SkimNTUP types to output files of ConfigDic
-        self.AddNTUPSkimToOutputFilesOfConfigDic()
-
-        # set tree_name in arguments
-        inDic['tree_name']=self.tree_name
-
-        # Auto Configure From Dictionary
-        from PATJobTransforms.ConfigDicUtils import AutoConfigureFromDic
-        self.inDic=inDic
-        AutoConfigureFromDic(self,inDic)
-
-    def matchEventsExpectEqual(self,inputFileArgName,outputFileArgName):
-        self.logger().info("MatchEvents is not executed for NTUP outputs.")
-        return
-
-    def AddNTUPSkimToInputFilesOfConfigDic(self):
-        # Add NTUP skim to input files of ConfigDic
-        try:
-            from PATJobTransforms.Configuration import AddDPDFunctionMaker, AddToConfigDic, AddInputNTUPFunctionMaker
-            from PyJobTransformsCore.full_trfarg import NtupleFileArg
-            from NTUPtoNTUPCore.SkimNTUP_ProdFlags import listAllKnownSkimNTUP
-            for ntup in listAllKnownSkimNTUP:
-                dpdName = ntup.StreamName
-                inName='input'+(dpdName.lstrip("Stream"))+'File'
-                if self.tree_name != '':
-                    tree_names = [self.tree_name]
-                else:
-                    tree_names = ntup.TreeNames
-                function=AddInputNTUPFunctionMaker(inName,tree_names)
-                AddToConfigDic(inName,function)
-                pass
-        except ImportError:
-            print ("WARNING SkimNTUP_ProdFlags is not available. Only OK if you're using job transforms without the AtlasAnalysis project.")
-
-    def CheckTreeName(self,inDic):
-        from PyJobTransformsCore.full_trfarg import InputNtupleFileArg
-        # Check tree name from input file
-        for key in inDic.keys():
-            if key.startswith('inputNTUP') and key.endswith('File') and key in ConfigDic:
-                trf=set()
-                ConfigDic[key](trf=trf,inDic={})
-                for x in trf:
-                    if isinstance(x, InputNtupleFileArg):
-                        if type(x._fileType.tree_names) is list:
-                            self.tree_name=x._fileType.tree_names[0]
-                        else:
-                            self.tree_name=x._fileType.tree_names
-                        return
-
-    def AddNTUPSkimToOutputFilesOfConfigDic(self):
-        # Add NTUP skim to output files of ConfigDic
-        try:
-            from PATJobTransforms.Configuration import AddDPDFunctionMaker, AddToConfigDic, AddInputNTUPFunctionMaker
-            from PyJobTransformsCore.full_trfarg import NtupleFileArg
-            from NTUPtoNTUPCore.SkimNTUP_ProdFlags import listAllKnownSkimNTUP
-            for ntup in listAllKnownSkimNTUP:
-                kw = {}
-                fileArg=NtupleFileArg
-                if self.tree_name!='':
-                    kw['tree_names'] = [self.tree_name]
-                else:
-                    kw['tree_names'] = ntup.TreeNames
-                dpdName = ntup.StreamName
-                outName='output'+(dpdName.lstrip("Stream"))+'File'
-                function=AddDPDFunctionMaker(outName, fileArg, **kw)
-                function.isOutput='root'
-                function.subSteps=ntup.SubSteps
-                AddToConfigDic(outName,function)
-                pass
-        except ImportError:
-            print ("WARNING SkimNTUP_ProdFlags is not available. Only OK if you're using job transforms without the AtlasAnalysis project.")
-
-#----------------------------------------------------------------------
-if __name__ == '__main__':
-    #Special preparation for command-line
-    import sys
-    from PATJobTransforms.ArgDicTools import BuildDicFromCommandLine
-    inDic=BuildDicFromCommandLine(sys.argv)
-    #Construct and execute the transform
-    trf = SkimNTUPJobTransform(inDic)
-    sys.exit(trf.exeArgDict(inDic).exitCode())
-
diff --git a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/share/SkimNTUP_topOptions.py b/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/share/SkimNTUP_topOptions.py
deleted file mode 100644
index c6629dbbb71db1eb70fab3eb321bd51f556654cb..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/share/SkimNTUP_topOptions.py
+++ /dev/null
@@ -1,22 +0,0 @@
-include.block ("SkimNTUP_topOptions.py")
-
-
-from AthenaCommon.Logging import logging
-logSkimNTUP_topOptions = logging.getLogger( 'SkimNTUP_topOptions' )
-from AthenaCommon.AlgSequence import AlgSequence
-topSequence = AlgSequence()
-from AthenaCommon.AppMgr import ToolSvc,theApp,ServiceMgr
-
-theApp.EvtMax = 0
-
-### NTUP->NTUP
-ntupFlags=jobproperties.SkimNTUP_ProdFlags
-printfunc ("Content of rec.SkimNTUPScripts = %s", ntupFlags.SkimNTUPScripts)
-if ntupFlags.SkimNTUPScripts()!=[]:
-  for ntup in ntupFlags.SkimNTUPScripts():
-      NTUPName = str(ntup)
-      printfunc ("Including %s...",NTUPName)
-      include(ntup)
-      pass
-else:
-  printfunc ("no scripts in SkimNTUPScripts...")
diff --git a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/share/skeleton.NTUPtoNTUP_trf.py b/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/share/skeleton.NTUPtoNTUP_trf.py
deleted file mode 100644
index d3ed387635524740af5715c8926053219e4721b9..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/share/skeleton.NTUPtoNTUP_trf.py
+++ /dev/null
@@ -1,85 +0,0 @@
-
-###############################################################
-#
-# Skeleton top job options for NTUP->NTUP
-#
-#
-#==============================================================
-
-from AthenaCommon.Logging import logging
-recoLog = logging.getLogger('ntup_to_ntup')
-recoLog.info( '****************** STARTING NTUP->NTUP MAKING *****************' )
-
-## max/skip events
-from AthenaCommon.AthenaCommonFlags  import athenaCommonFlags
-if hasattr(runArgs,"skipEvents"): athenaCommonFlags.SkipEvents.set_Value_and_Lock( runArgs.skipEvents )
-else: athenaCommonFlags.SkipEvents=0
-if hasattr(runArgs,"maxEvents"): athenaCommonFlags.EvtMax.set_Value_and_Lock( runArgs.maxEvents )
-else: athenaCommonFlags.EvtMax=-1
-
-## TreeName
-from NTUPtoNTUPCore.NTUPtoNTUPProdFlags import prodFlags
-if hasattr(runArgs,"tree_name"): prodFlags.TreeName.set_Value_and_Lock( runArgs.tree_name )
-else:
-    raise TransformArgumentError(message='tree_name is not defined!')
-
-## Input
-from PATJobTransforms.Configuration import ConfigDic
-from PyJobTransformsCore.trferr import TransformArgumentError
-from PyJobTransformsCore.full_trfarg import InputNtupleFileArg
-inFileArgs=0
-for arg in dir(runArgs):
-    if arg.startswith('inputNTUP') and arg.endswith('File'):
-        inFile = getattr(runArgs,arg)
-        athenaCommonFlags.FilesInput.set_Value_and_Lock(inFile)
-        inFileArgs+=1
-        printfunc ("Using argument ", arg, " = ",inFile, ", tree name = ", prodFlags.TreeName())
-if inFileArgs!=1:
-    raise TransformArgumentError(message='Wrong number of inputNTUPXXXFile arguments: {0:d} instead of 1. Stopping!'.format(inFileArgs))
-
-## Automatically turn ON/OFF and set output file name of each possible NTUP
-listOfFlags=[]
-try:
-    listOfFlags.append( prodFlags )
-except ImportError:
-    printfunc ("WARNING NTUPtoNTUPProdFlags.py is not available. Only OK if you're using job transforms without the AtlasAnalysis project.")
-
-from NTUPtoNTUPCore.NTUPUtils import SetupOutputNTUPs
-from AthenaCommon.JobProperties import jobproperties
-prodFlags.NTUPScripts.append(SetupOutputNTUPs(runArgs,listOfFlags))
-
-from PATJobTransforms.OutputsMgr import outputsMgr,magicKey
-for key in dir(runArgs):
-    if key.startswith(magicKey):
-        outputsMgr.addOutput(key,getattr(runArgs,key))
-
-## Pre-exec
-if hasattr(runArgs,"preExec"):
-    recoLog.info("transform pre-exec")
-    for cmd in runArgs.preExec:
-        recoLog.info(cmd)
-        exec(cmd)
-
-## Pre-include
-if hasattr(runArgs,"preInclude"): 
-    for fragment in runArgs.preInclude:
-        include(fragment)
-
-#========================================================
-# Central topOptions (this is one is a string not a list)
-#========================================================
-if hasattr(runArgs,"topOptions"): include(runArgs.topOptions)
-else: include( "NTUPtoNTUPCore/NTUPtoNTUP_topOptions.py" )
-
-## Post-include
-if hasattr(runArgs,"postInclude"): 
-    for fragment in runArgs.postInclude:
-        include(fragment)
-
-## Post-exec
-if hasattr(runArgs,"postExec"):
-    recoLog.info("transform post-exec")
-    for cmd in runArgs.postExec:
-        recoLog.info(cmd)
-        exec(cmd)
-
diff --git a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/share/skeleton.SkimNTUP_trf.py b/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/share/skeleton.SkimNTUP_trf.py
deleted file mode 100644
index d1d8d0176994cb52bdd50a686d095ceb1e040add..0000000000000000000000000000000000000000
--- a/PhysicsAnalysis/NTUPtoNTUP/NTUPtoNTUPCore/share/skeleton.SkimNTUP_trf.py
+++ /dev/null
@@ -1,83 +0,0 @@
-###############################################################
-#
-# Skeleton top job options for SkimNTUP_trf
-#
-#==============================================================
-
-from AthenaCommon.Logging import logging
-recoLog = logging.getLogger('ntup_to_ntup')
-recoLog.info( '****************** STARTING NTUP->NTUP MAKING *****************' )
-
-## max/skip events
-from AthenaCommon.AthenaCommonFlags  import athenaCommonFlags
-if hasattr(runArgs,"skipEvents"): athenaCommonFlags.SkipEvents.set_Value_and_Lock( runArgs.skipEvents )
-else: athenaCommonFlags.SkipEvents=0
-if hasattr(runArgs,"maxEvents"): athenaCommonFlags.EvtMax.set_Value_and_Lock( runArgs.maxEvents )
-else: athenaCommonFlags.EvtMax=-1
-
-## TreeName
-from NTUPtoNTUPCore.SkimNTUP_ProdFlags import prodFlags
-if hasattr(runArgs,"tree_name"): prodFlags.TreeName.set_Value_and_Lock( runArgs.tree_name )
-else:
-    raise TransformArgumentError(message='tree_name is not defined!')
-
-## Input
-from PATJobTransforms.Configuration import ConfigDic
-from PyJobTransformsCore.trferr import TransformArgumentError
-from PyJobTransformsCore.full_trfarg import InputNtupleFileArg
-inFileArgs=0
-for arg in dir(runArgs):
-    if arg.startswith('inputNTUP') and arg.endswith('File'):
-        inFile = getattr(runArgs,arg)
-        athenaCommonFlags.FilesInput.set_Value_and_Lock(inFile)
-        inFileArgs+=1
-        printfunc ("Using argument ", arg, " = ",inFile, ", tree name = ", prodFlags.TreeName())
-if inFileArgs!=1:
-    raise TransformArgumentError(message='Wrong number of inputNTUPXXXFile arguments: {0:d} instead of 1. Stopping!'.format(inFileArgs))
-
-## Automatically turn ON/OFF and set output file name of each possible NTUP
-listOfFlags=[]
-try:
-    listOfFlags.append( prodFlags )
-except ImportError:
-    printfunc ("WARNING SkimNTUPProdFlags.py is not available. Only OK if you're using job transforms without the AtlasAnalysis project.")
-
-from NTUPtoNTUPCore.NTUPUtils import SetupOutputSkimNTUPs
-from AthenaCommon.JobProperties import jobproperties
-prodFlags.SkimNTUPScripts.append(SetupOutputSkimNTUPs(runArgs,listOfFlags))
-
-from PATJobTransforms.OutputsMgr import outputsMgr,magicKey
-for key in dir(runArgs):
-    if key.startswith(magicKey):
-        outputsMgr.addOutput(key,getattr(runArgs,key))
-
-## Pre-exec
-if hasattr(runArgs,"preExec"):
-    recoLog.info("transform pre-exec")
-    for cmd in runArgs.preExec:
-        recoLog.info(cmd)
-        exec(cmd)
-
-## Pre-include
-if hasattr(runArgs,"preInclude"): 
-    for fragment in runArgs.preInclude:
-        include(fragment)
-
-#========================================================
-# Central topOptions (this is one is a string not a list)
-#========================================================
-if hasattr(runArgs,"topOptions"): include(runArgs.topOptions)
-else: include( "NTUPtoNTUPCore/SkimNTUP_topOptions.py" )
-
-## Post-include
-if hasattr(runArgs,"postInclude"): 
-    for fragment in runArgs.postInclude:
-        include(fragment)
-
-## Post-exec
-if hasattr(runArgs,"postExec"):
-    recoLog.info("transform post-exec")
-    for cmd in runArgs.postExec:
-        recoLog.info(cmd)
-        exec(cmd)
-
diff --git a/PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/share/PhysValPFlow_FlowElements_jobOptions.py b/PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/share/PhysValPFlow_FlowElements_jobOptions.py
index 9ad51b052a3ef48074cf7502b19d66035bfb2481..44fa95654ba3112302d6a05f31c727e648508834 100644
--- a/PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/share/PhysValPFlow_FlowElements_jobOptions.py
+++ b/PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/share/PhysValPFlow_FlowElements_jobOptions.py
@@ -2,25 +2,25 @@
 #That then puts a new container in StoreGate, which PhysValPFO_neutral could be updated to access
 #from PFlowUtils.PFlowUtilsConf import CombinePFO
 
-#from PFODQA.PFODQAConf import PhysValPFO # get plots from PFO
+from PFODQA.PFODQAConf import PhysValPFO # get plots from PFO
 
 # charged PFO
-#PhysValPFO_charged = PhysValPFO("PhysValPFO_charged")
-#PhysValPFO_charged.OutputLevel = WARNING
-#PhysValPFO_charged.DetailLevel = 10
-#PhysValPFO_charged.EnableLumi = False
-#PhysValPFO_charged.PFOContainerName="JetETMissChargedParticleFlowObjects"
-#monMan.AthenaMonTools += [ PhysValPFO_charged ]
+PhysValPFO_charged = PhysValPFO("PhysValPFO_charged")
+PhysValPFO_charged.OutputLevel = WARNING
+PhysValPFO_charged.DetailLevel = 10
+PhysValPFO_charged.EnableLumi = False
+PhysValPFO_charged.PFOContainerName="JetETMissChargedParticleFlowObjects"
+monMan.AthenaMonTools += [ PhysValPFO_charged ]
 
 # neutral PFO
-#PhysValPFO_neutral_EM = PhysValPFO("PhysValPFO_neutral")
-#PhysValPFO_neutral_EM.OutputLevel = WARNING
-#PhysValPFO_neutral_EM.DetailLevel = 10
-#PhysValPFO_neutral_EM.EnableLumi = False
-#PhysValPFO_neutral_EM.PFOContainerName="JetETMissNeutralParticleFlowObjects"
-#PhysValPFO_neutral_EM.useNeutralPFO = True
+PhysValPFO_neutral_EM = PhysValPFO("PhysValPFO_neutral")
+PhysValPFO_neutral_EM.OutputLevel = WARNING
+PhysValPFO_neutral_EM.DetailLevel = 10
+PhysValPFO_neutral_EM.EnableLumi = False
+PhysValPFO_neutral_EM.PFOContainerName="JetETMissNeutralParticleFlowObjects"
+PhysValPFO_neutral_EM.useNeutralPFO = True
+monMan.AthenaMonTools += [ PhysValPFO_neutral_EM ]
 
-#monMan.AthenaMonTools += [ PhysValPFO_neutral_EM ]
 #charged Flow Element
 from PFODQA.PFODQAConf import PhysValFE # get plots from FE
 PhysValFE_charged=PhysValFE("PhysValFE_charged")
diff --git a/PhysicsAnalysis/PrimaryDPDMaker/share/DESDM_IDALIGN.py b/PhysicsAnalysis/PrimaryDPDMaker/share/DESDM_IDALIGN.py
index 24bbf20067a3092688a461654c9e6cb2ff42324d..178a553d4897a8ed8b118dba3a537b8042a6be33 100644
--- a/PhysicsAnalysis/PrimaryDPDMaker/share/DESDM_IDALIGN.py
+++ b/PhysicsAnalysis/PrimaryDPDMaker/share/DESDM_IDALIGN.py
@@ -716,7 +716,7 @@ outList = CfgItemList( 'IDALIGN',
     'xAOD::L2StandAloneMuonContainer#HLT_xAOD__L2StandAloneMuonContainer_MuonL2SAInfo',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecMergedAux.',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecPreselectionAux.',
-    'xAOD::TauJetAuxContainer#TauJetsAux.',
+    'xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.',
     'TrigPassBitsCollection#HLT_TrigPassBitsCollection_passbits',
     'xAOD::MuonRoIContainer#HLT_xAOD__MuonRoIContainer_L1TopoMuon',
     'xAOD::MuonRoIContainer#LVL1MuonRoIs',
diff --git a/PhysicsAnalysis/PrimaryDPDMaker/share/DESD_DEDX.py b/PhysicsAnalysis/PrimaryDPDMaker/share/DESD_DEDX.py
index 2d9c6e1d3b5d273022073d6a3f550062dc990621..b0cd14500f25833560ca663c5f87e351cbfb5726 100644
--- a/PhysicsAnalysis/PrimaryDPDMaker/share/DESD_DEDX.py
+++ b/PhysicsAnalysis/PrimaryDPDMaker/share/DESD_DEDX.py
@@ -715,7 +715,7 @@ outList = CfgItemList( 'DEDX',
     'xAOD::L2StandAloneMuonContainer#HLT_xAOD__L2StandAloneMuonContainer_MuonL2SAInfo',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecMergedAux.',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecPreselectionAux.',
-    'xAOD::TauJetAuxContainer#TauJetsAux.',
+    'xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.',
     'TrigPassBitsCollection#HLT_TrigPassBitsCollection_passbits',
     'xAOD::MuonRoIContainer#HLT_xAOD__MuonRoIContainer_L1TopoMuon',
     'xAOD::MuonRoIContainer#LVL1MuonRoIs',
diff --git a/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_AllCells.py b/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_AllCells.py
index 8febf30cec944b0e661cba9dd8b1e10bfc6e0a2d..92370c88d5d037fde1235d5083abb7bfbf9f90c2 100644
--- a/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_AllCells.py
+++ b/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_AllCells.py
@@ -715,7 +715,7 @@ outList = CfgItemList( 'ALLCELLS',
     'xAOD::L2StandAloneMuonContainer#HLT_xAOD__L2StandAloneMuonContainer_MuonL2SAInfo',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecMergedAux.',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecPreselectionAux.',
-    'xAOD::TauJetAuxContainer#TauJetsAux.',
+    'xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.',
     'TrigPassBitsCollection#HLT_TrigPassBitsCollection_passbits',
     'xAOD::MuonRoIContainer#HLT_xAOD__MuonRoIContainer_L1TopoMuon',
     'xAOD::MuonRoIContainer#LVL1MuonRoIs',
diff --git a/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_EGamma.py b/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_EGamma.py
index b576012a036352925d9bc92211b444dc5949467e..873ea275292f6a9908f400d994e874f08530393a 100644
--- a/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_EGamma.py
+++ b/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_EGamma.py
@@ -932,7 +932,7 @@ outList = CfgItemList( 'EGAMMA',
     'xAOD::L2StandAloneMuonContainer#HLT_xAOD__L2StandAloneMuonContainer_MuonL2SAInfo',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecMergedAux.',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecPreselectionAux.',
-    'xAOD::TauJetAuxContainer#TauJetsAux.',
+    'xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.',
     'TrigPassBitsCollection#HLT_TrigPassBitsCollection_passbits',
     'xAOD::MuonRoIContainer#HLT_xAOD__MuonRoIContainer_L1TopoMuon',
     'xAOD::MuonRoIContainer#LVL1MuonRoIs',
diff --git a/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_EOverP.py b/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_EOverP.py
index af2f60ff1d29d2f313261b69c0f6bc569ef7cbad..32a9cd5799e55cb02e324e21ea67b58a77e5ec10 100644
--- a/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_EOverP.py
+++ b/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_EOverP.py
@@ -730,7 +730,7 @@ outList = CfgItemList( 'EOVERP',
     'xAOD::L2StandAloneMuonContainer#HLT_xAOD__L2StandAloneMuonContainer_MuonL2SAInfo',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecMergedAux.',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecPreselectionAux.',
-    'xAOD::TauJetAuxContainer#TauJetsAux.',
+    'xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.',
     'TrigPassBitsCollection#HLT_TrigPassBitsCollection_passbits',
     'xAOD::MuonRoIContainer#HLT_xAOD__MuonRoIContainer_L1TopoMuon',
     'xAOD::MuonRoIContainer#LVL1MuonRoIs',
diff --git a/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_Jet.py b/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_Jet.py
index da717197d28255526a76477bfa98326c5eb1f3cc..6821fb98a2a6bd80fc811fb5cc7f07655c493339 100644
--- a/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_Jet.py
+++ b/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_Jet.py
@@ -847,7 +847,7 @@ outList = CfgItemList( 'CALJET',
     'xAOD::L2StandAloneMuonContainer#HLT_xAOD__L2StandAloneMuonContainer_MuonL2SAInfo',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecMergedAux.',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecPreselectionAux.',
-    'xAOD::TauJetAuxContainer#TauJetsAux.',
+    'xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.',
     'TrigPassBitsCollection#HLT_TrigPassBitsCollection_passbits',
     'xAOD::MuonRoIContainer#HLT_xAOD__MuonRoIContainer_L1TopoMuon',
     'xAOD::MuonRoIContainer#LVL1MuonRoIs',
diff --git a/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_PhotonJet.py b/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_PhotonJet.py
index a205095cd9f3a1bc0bdd3826cd05c7c5ed19548a..abf3d52003fa9f20a05c379a8f0475ca9e48f396 100644
--- a/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_PhotonJet.py
+++ b/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_PhotonJet.py
@@ -682,7 +682,7 @@ outList = CfgItemList( 'PHOJET',
     'xAOD::L2StandAloneMuonContainer#HLT_xAOD__L2StandAloneMuonContainer_MuonL2SAInfo',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecMergedAux.',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecPreselectionAux.',
-    'xAOD::TauJetAuxContainer#TauJetsAux.',
+    'xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.',
     'TrigPassBitsCollection#HLT_TrigPassBitsCollection_passbits',
     'xAOD::MuonRoIContainer#HLT_xAOD__MuonRoIContainer_L1TopoMuon',
     'xAOD::MuonRoIContainer#LVL1MuonRoIs',
diff --git a/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_SGLEL.py b/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_SGLEL.py
index ab46007f76d12231eceb0777ec87910c1c662563..0f143aff04297f108361abad00ce2009db0a7fb6 100644
--- a/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_SGLEL.py
+++ b/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_SGLEL.py
@@ -682,7 +682,7 @@ outList = CfgItemList( 'SGLEL',
     'xAOD::L2StandAloneMuonContainer#HLT_xAOD__L2StandAloneMuonContainer_MuonL2SAInfo',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecMergedAux.',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecPreselectionAux.',
-    'xAOD::TauJetAuxContainer#TauJetsAux.',
+    'xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.',
     'TrigPassBitsCollection#HLT_TrigPassBitsCollection_passbits',
     'xAOD::MuonRoIContainer#HLT_xAOD__MuonRoIContainer_L1TopoMuon',
     'xAOD::MuonRoIContainer#LVL1MuonRoIs',
diff --git a/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_TtbarMuon.py b/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_TtbarMuon.py
index 5b29ed5383a2853de7f9859b530344ef79cafe95..b0867f88fef0d64acf48517d7b1766cb8c5df8de 100644
--- a/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_TtbarMuon.py
+++ b/PhysicsAnalysis/PrimaryDPDMaker/share/PerfDPD_TtbarMuon.py
@@ -728,7 +728,7 @@ outList = CfgItemList( 'SLTTMU',
     'xAOD::L2StandAloneMuonContainer#HLT_xAOD__L2StandAloneMuonContainer_MuonL2SAInfo',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecMergedAux.',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecPreselectionAux.',
-    'xAOD::TauJetAuxContainer#TauJetsAux.',
+    'xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.',
     'TrigPassBitsCollection#HLT_TrigPassBitsCollection_passbits',
     'xAOD::MuonRoIContainer#HLT_xAOD__MuonRoIContainer_L1TopoMuon',
     'xAOD::MuonRoIContainer#LVL1MuonRoIs',
diff --git a/PhysicsAnalysis/SUSYPhys/LongLivedParticleDPDMaker/share/PhysDPD_HIPs.py b/PhysicsAnalysis/SUSYPhys/LongLivedParticleDPDMaker/share/PhysDPD_HIPs.py
index b86612cf14b32a8eb2c972cf4db7591f2568dbef..4c9c35e07be4ee08f3ced719ad8951530da714cb 100644
--- a/PhysicsAnalysis/SUSYPhys/LongLivedParticleDPDMaker/share/PhysDPD_HIPs.py
+++ b/PhysicsAnalysis/SUSYPhys/LongLivedParticleDPDMaker/share/PhysDPD_HIPs.py
@@ -680,7 +680,7 @@ outList = CfgItemList( 'HIPsStream',
     'xAOD::L2StandAloneMuonContainer#HLT_xAOD__L2StandAloneMuonContainer_MuonL2SAInfo',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecMergedAux.',
     'xAOD::TauJetAuxContainer#HLT_xAOD__TauJetContainer_TrigTauRecPreselectionAux.',
-    'xAOD::TauJetAuxContainer#TauJetsAux.',
+    'xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.',
     'TrigPassBitsCollection#HLT_TrigPassBitsCollection_passbits',
     'xAOD::MuonRoIContainer#HLT_xAOD__MuonRoIContainer_L1TopoMuon',
     'xAOD::MuonRoIContainer#LVL1MuonRoIs',
diff --git a/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Electrons.cxx b/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Electrons.cxx
index 7c41d17a00f5c1d0ffcf6084390f2e9b98e6f0a1..5f760cd2e6fe515a575dbbcf37f705a39ce6d5a4 100644
--- a/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Electrons.cxx
+++ b/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Electrons.cxx
@@ -486,58 +486,58 @@ double SUSYObjDef_xAOD::GetEleTriggerEfficiency(const xAOD::Electron& el, const
   float sf(1.);
 
   //Set the new systematic variation
-  CP::SystematicCode ret = m_elecEfficiencySFTool_reco->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) {
+  StatusCode ret = m_elecEfficiencySFTool_reco->applySystematicVariation(systConfig);
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (reco) for systematic var. " << systConfig.name() );
   }
 
   ret = m_elecEfficiencySFTool_id->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (id) for systematic var. " << systConfig.name() );
   }
 
   ret = m_elecEfficiencySFTool_trig_singleLep->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) for systematic var. " << systConfig.name() );
   }
 
   ret = m_elecEfficiencySFTool_trig_diLep->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) for systematic var. " << systConfig.name() );
   }
 
   ret = m_elecEfficiencySFTool_trig_mixLep->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) for systematic var. " << systConfig.name() );
   }
 
   ret = m_elecEfficiencySFTool_trigEff_singleLep->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) for systematic var. " << systConfig.name() );
   }
 
   ret = m_elecEfficiencySFTool_trigEff_diLep->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) for systematic var. " << systConfig.name() );
   }
 
   ret = m_elecEfficiencySFTool_trigEff_mixLep->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) for systematic var. " << systConfig.name() );
   }
 
   ret = m_elecEfficiencySFTool_iso->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (iso) for systematic var. " << systConfig.name() );
   }
 
   ret = m_elecEfficiencySFTool_chf->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (charge-flip) for systematic var. " << systConfig.name() );
   }
 
   ret = m_elecChargeEffCorrTool->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure ElectronChargeEfficiencyCorrectionTool for systematic var. " << systConfig.name() );
   }
 
@@ -547,57 +547,57 @@ double SUSYObjDef_xAOD::GetEleTriggerEfficiency(const xAOD::Electron& el, const
 
   //Roll back to default
   ret = m_elecEfficiencySFTool_reco->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (reco) back to default.");
   }
 
   ret = m_elecEfficiencySFTool_id->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (id) back to default.");
   }
 
   ret = m_elecEfficiencySFTool_trig_singleLep->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) back to default.");
   }
 
   ret = m_elecEfficiencySFTool_trig_diLep->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) back to default.");
   }
 
   ret = m_elecEfficiencySFTool_trig_mixLep->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) back to default.");
   }
 
   ret = m_elecEfficiencySFTool_trigEff_singleLep->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) back to default.");
   }
 
   ret = m_elecEfficiencySFTool_trigEff_diLep->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) back to default.");
   }
 
   ret = m_elecEfficiencySFTool_trigEff_mixLep->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) back to default.");
   }
 
   ret = m_elecEfficiencySFTool_iso->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (iso) back to default.");
   }
 
   ret = m_elecEfficiencySFTool_chf->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (charge-flip) back to default.");
   }
 
   ret = m_elecChargeEffCorrTool->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure ElectronChargeEfficiencyCorrectionTool back to default.");
   }
 
diff --git a/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Jets.cxx b/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Jets.cxx
index c77cbabb5707a644863f963100a954eeb01937d7..d76c62382e79c3d1378da289f487e3b6debec489 100644
--- a/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Jets.cxx
+++ b/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Jets.cxx
@@ -529,15 +529,15 @@ namespace ST {
     float totalSF = 1.;
 
     //Set the new systematic variation
-    CP::SystematicCode ret = m_btagEffTool->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_btagEffTool->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure BTaggingEfficiencyTool for systematic var. " << systConfig.name() );
     }
 
     totalSF = BtagSF( jets );
 
     ret = m_btagEffTool->applySystematicVariation(m_currentSyst);
-    if ( ret != CP::SystematicCode::Ok) {
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure BTaggingEfficiencyTool for systematic var. " << systConfig.name() );
     }
 
@@ -581,8 +581,8 @@ namespace ST {
     if (!m_applyJVTCut) return totalSF;
 
     //Set the new systematic variation
-    CP::SystematicCode ret = m_jetJvtEfficiencyTool->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_jetJvtEfficiencyTool->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure JVTEfficiencyTool for systematic var. " << systConfig.name() );
     }
 
@@ -591,7 +591,7 @@ namespace ST {
 
     if (m_applyJVTCut) {
       ret = m_jetJvtEfficiencyTool->applySystematicVariation(m_currentSyst);
-      if ( ret != CP::SystematicCode::Ok) {
+      if ( ret != StatusCode::SUCCESS) {
         ATH_MSG_ERROR("Cannot configure JVTEfficiencyTool for systematic var. " << systConfig.name() );
       }
     }
diff --git a/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Muons.cxx b/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Muons.cxx
index 6da339e9d6f89a478ad301cf4a69f7680b911447..95258ca4948117d9d23e9177105499596038ede2 100644
--- a/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Muons.cxx
+++ b/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Muons.cxx
@@ -546,32 +546,32 @@ double SUSYObjDef_xAOD::GetTotalMuonTriggerSF(const xAOD::MuonContainer& sfmuons
 
   double sf(1.);
   //Set the new systematic variation
-  CP::SystematicCode ret = m_muonEfficiencySFTool->applySystematicVariation(systConfig);
-  if ( ret != CP::SystematicCode::Ok) {
+  StatusCode ret = m_muonEfficiencySFTool->applySystematicVariation(systConfig);
+  if ( ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure MuonEfficiencyScaleFactors for systematic var. " << systConfig.name() );
   }
 
   ret = m_muonEfficiencyBMHighPtSFTool->applySystematicVariation(systConfig);
-  if ( ret != CP::SystematicCode::Ok) {
+  if ( ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure MuonBadMuonHighPtScaleFactors for systematic var. " << systConfig.name() );
   }
 
   ret = m_muonTTVAEfficiencySFTool->applySystematicVariation(systConfig);
-  if ( ret != CP::SystematicCode::Ok) {
+  if ( ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure MuonTTVAEfficiencyScaleFactors for systematic var. " << systConfig.name() );
   }
 
   ret  = m_muonIsolationSFTool->applySystematicVariation(systConfig);
-  if ( ret != CP::SystematicCode::Ok) {
+  if ( ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure MuonIsolationScaleFactors for systematic var. " << systConfig.name() );
   }
 
   ret  = m_muonTriggerSFTool2015->applySystematicVariation(systConfig);
-  if ( ret != CP::SystematicCode::Ok) {
+  if ( ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure MuonTriggerScaleFactors (2015) for systematic var. " << systConfig.name() );
   }
   ret  = m_muonTriggerSFTool2016->applySystematicVariation(systConfig);
-  if ( ret != CP::SystematicCode::Ok) {
+  if ( ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure MuonTriggerScaleFactors (2016) for systematic var. " << systConfig.name() );
   }
 
@@ -579,31 +579,31 @@ double SUSYObjDef_xAOD::GetTotalMuonTriggerSF(const xAOD::MuonContainer& sfmuons
 
   //Roll back to default
   ret  = m_muonEfficiencySFTool->applySystematicVariation(m_currentSyst);
-  if ( ret != CP::SystematicCode::Ok) {
+  if ( ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure MuonEfficiencyScaleFactors back to default.");
   }
 
   ret = m_muonEfficiencyBMHighPtSFTool->applySystematicVariation(m_currentSyst);
-  if ( ret != CP::SystematicCode::Ok) {
+  if ( ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure MuonBadMuonHighPtScaleFactors back to default.");
   }
 
   ret  = m_muonTTVAEfficiencySFTool->applySystematicVariation(m_currentSyst);
-  if ( ret != CP::SystematicCode::Ok) {
+  if ( ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure MuonTTVAEfficiencyScaleFactors back to default.");
   }
 
   ret  = m_muonIsolationSFTool->applySystematicVariation(m_currentSyst);
-  if ( ret != CP::SystematicCode::Ok) {
+  if ( ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure MuonIsolationScaleFactors back to default.");
   }
 
   ret  = m_muonTriggerSFTool2015->applySystematicVariation(m_currentSyst);
-  if ( ret != CP::SystematicCode::Ok) {
+  if ( ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure MuonTriggerScaleFactors (2015) back to default.");
   }
   ret  = m_muonTriggerSFTool2016->applySystematicVariation(m_currentSyst);
-  if ( ret != CP::SystematicCode::Ok) {
+  if ( ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure MuonTriggerScaleFactors (2016) back to default.");
   }
 
diff --git a/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Photons.cxx b/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Photons.cxx
index 1c3d6e6dd90cb9b3f053838d601e2a887947b101..40e2d3ea9c0cc5cbe34270ba0723d61ee5187908 100644
--- a/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Photons.cxx
+++ b/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Photons.cxx
@@ -225,13 +225,13 @@ double SUSYObjDef_xAOD::GetSignalPhotonSFsys(const xAOD::Photon& ph, const CP::S
   double sf(1.);
 
   //Set the new systematic variation
-  CP::SystematicCode ret = m_photonEfficiencySFTool->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) {
+  StatusCode ret = m_photonEfficiencySFTool->applySystematicVariation(systConfig);
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgPhotonEfficiencyCorrectionTool for systematic var. " << systConfig.name() );
   }
 
   ret = m_photonIsolationSFTool->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgPhotonEfficiencyCorrectionTool for systematic var. " << systConfig.name() );
   }
 
@@ -257,12 +257,12 @@ double SUSYObjDef_xAOD::GetSignalPhotonSFsys(const xAOD::Photon& ph, const CP::S
 
   //Roll back to current sys
   ret = m_photonEfficiencySFTool->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgPhotonEfficiencyCorrectionTool back to default.");
   }
 
   ret = m_photonIsolationSFTool->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) {
+  if (ret != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Cannot configure AsgPhotonEfficiencyCorrectionTool for systematic var. " << systConfig.name() );
   }
 
diff --git a/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/SUSYObjDef_xAOD.cxx b/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/SUSYObjDef_xAOD.cxx
index 388e531a2877913c6b9acd4ca30258f25b609216..d064fd3f5f512642193901da0120c7ef0f26469c 100644
--- a/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/SUSYObjDef_xAOD.cxx
+++ b/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/SUSYObjDef_xAOD.cxx
@@ -1309,7 +1309,7 @@ std::string SUSYObjDef_xAOD::TrigSingleLep() const { return m_electronTriggerSFS
 std::string SUSYObjDef_xAOD::TrigDiLep()     const { return m_electronTriggerSFStringDiLepton; }
 std::string SUSYObjDef_xAOD::TrigMixLep()    const { return m_electronTriggerSFStringMixedLepton; }
 
-CP::SystematicCode SUSYObjDef_xAOD::resetSystematics() {   
+StatusCode SUSYObjDef_xAOD::resetSystematics() {   
   return this->applySystematicVariation(m_defaultSyst);
 }
 
@@ -1355,11 +1355,11 @@ bool SUSYObjDef_xAOD::currentSystematicIsWeight() const {
 
 
 
-CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::SystematicSet& systConfig )
+StatusCode SUSYObjDef_xAOD::applySystematicVariation( const CP::SystematicSet& systConfig )
 {
   if (!m_tool_init) {
     ATH_MSG_ERROR("SUSYTools was not initialized!!");
-    return CP::SystematicCode::Unsupported;
+    return StatusCode::FAILURE;
   }
 
   ATH_MSG_DEBUG(" in SUSYObjDef_xAOD::applySystematicVariation \"" << systConfig.name() << "\" size " << systConfig.size());
@@ -1368,40 +1368,40 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
 
   // NB: SystematicSet typically has only one component (see SUSYToolsTester macro)
   if (!m_jetUncertaintiesTool.empty()) {
-    CP::SystematicCode ret = m_jetUncertaintiesTool->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_jetUncertaintiesTool->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_VERBOSE("Cannot configure JetUncertaintiesTool for systematic var. " << systConfig.name() );
     } else {
       ATH_MSG_VERBOSE("Configured JetUncertaintiesTool for systematic var. " << systConfig.name() );
     }
   }
   if (!m_fatjetUncertaintiesTool.empty()) {
-    CP::SystematicCode ret = m_fatjetUncertaintiesTool->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_fatjetUncertaintiesTool->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_VERBOSE("Cannot configure (Fat)JetUncertaintiesTool for systematic var. " << systConfig.name() );
     } else {
       ATH_MSG_VERBOSE("Configured (Fat)JetUncertaintiesTool for systematic var. " << systConfig.name() );
     }
   }
   if (!m_jetJvtEfficiencyTool.empty()) {
-    CP::SystematicCode ret = m_jetJvtEfficiencyTool->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_jetJvtEfficiencyTool->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_VERBOSE("Cannot configure JVTEfficiency for systematic var. " << systConfig.name() );
     } else {
       ATH_MSG_VERBOSE("Configured JVTEfficiency for systematic var. " << systConfig.name() );
     }
   }
   if (!m_jerSmearingTool.empty()) {
-    CP::SystematicCode ret = m_jerSmearingTool->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_jerSmearingTool->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure JERSmearingTool for  systematic var. " << systConfig.name());
     } else {
       ATH_MSG_VERBOSE("Configured JERSmearing for systematic var. " << systConfig.name() );
     }
   }
   if (!m_muonCalibrationAndSmearingTool.empty()) {
-    CP::SystematicCode ret =   m_muonCalibrationAndSmearingTool->applySystematicVariation(systConfig);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret =   m_muonCalibrationAndSmearingTool->applySystematicVariation(systConfig);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure MuonCalibrationAndSmearingTool for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1409,8 +1409,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_muonEfficiencySFTool.empty()) {
-    CP::SystematicCode ret  = m_muonEfficiencySFTool->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret  = m_muonEfficiencySFTool->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure MuonEfficiencyScaleFactors for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1418,8 +1418,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_muonEfficiencyBMHighPtSFTool.empty()) {
-    CP::SystematicCode ret  = m_muonEfficiencyBMHighPtSFTool->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret  = m_muonEfficiencyBMHighPtSFTool->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure MuonBadMuonHighPtScaleFactors for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1427,8 +1427,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_muonTTVAEfficiencySFTool.empty()) {
-    CP::SystematicCode ret  = m_muonTTVAEfficiencySFTool->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret  = m_muonTTVAEfficiencySFTool->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure MuonTTVAEfficiencyScaleFactors for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1436,8 +1436,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_muonIsolationSFTool.empty()) {
-    CP::SystematicCode ret  = m_muonIsolationSFTool->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret  = m_muonIsolationSFTool->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure MuonIsolationScaleFactors for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1445,8 +1445,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_muonTriggerSFTool2015.empty()) {
-    CP::SystematicCode ret  = m_muonTriggerSFTool2015->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret  = m_muonTriggerSFTool2015->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure MuonTriggerScaleFactors (2015) for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1454,8 +1454,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_muonTriggerSFTool2016.empty()) {
-    CP::SystematicCode ret  = m_muonTriggerSFTool2016->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret  = m_muonTriggerSFTool2016->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure MuonTriggerScaleFactors (2016) for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1463,8 +1463,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_elecEfficiencySFTool_reco.empty()) {
-    CP::SystematicCode ret = m_elecEfficiencySFTool_reco->applySystematicVariation(systConfig);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_elecEfficiencySFTool_reco->applySystematicVariation(systConfig);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (reco) for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1472,8 +1472,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_elecEfficiencySFTool_id.empty()) {
-    CP::SystematicCode ret = m_elecEfficiencySFTool_id->applySystematicVariation(systConfig);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_elecEfficiencySFTool_id->applySystematicVariation(systConfig);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (id) for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1481,8 +1481,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_elecEfficiencySFTool_trig_singleLep.empty()) {
-    CP::SystematicCode ret = m_elecEfficiencySFTool_trig_singleLep->applySystematicVariation(systConfig);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_elecEfficiencySFTool_trig_singleLep->applySystematicVariation(systConfig);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1490,8 +1490,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_elecEfficiencySFTool_trig_diLep.empty()) {
-    CP::SystematicCode ret = m_elecEfficiencySFTool_trig_diLep->applySystematicVariation(systConfig);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_elecEfficiencySFTool_trig_diLep->applySystematicVariation(systConfig);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1499,8 +1499,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_elecEfficiencySFTool_trig_mixLep.empty()) {
-    CP::SystematicCode ret = m_elecEfficiencySFTool_trig_mixLep->applySystematicVariation(systConfig);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_elecEfficiencySFTool_trig_mixLep->applySystematicVariation(systConfig);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1508,8 +1508,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_elecEfficiencySFTool_trigEff_singleLep.empty()) {
-    CP::SystematicCode ret = m_elecEfficiencySFTool_trigEff_singleLep->applySystematicVariation(systConfig);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_elecEfficiencySFTool_trigEff_singleLep->applySystematicVariation(systConfig);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1517,8 +1517,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_elecEfficiencySFTool_trigEff_diLep.empty()) {
-    CP::SystematicCode ret = m_elecEfficiencySFTool_trigEff_diLep->applySystematicVariation(systConfig);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_elecEfficiencySFTool_trigEff_diLep->applySystematicVariation(systConfig);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1526,8 +1526,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_elecEfficiencySFTool_trigEff_mixLep.empty()) {
-    CP::SystematicCode ret = m_elecEfficiencySFTool_trigEff_mixLep->applySystematicVariation(systConfig);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_elecEfficiencySFTool_trigEff_mixLep->applySystematicVariation(systConfig);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (trigger) for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1535,8 +1535,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_elecEfficiencySFTool_iso.empty()) {
-    CP::SystematicCode ret = m_elecEfficiencySFTool_iso->applySystematicVariation(systConfig);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_elecEfficiencySFTool_iso->applySystematicVariation(systConfig);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (iso) for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1544,8 +1544,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_elecEfficiencySFTool_chf.empty()) {
-    CP::SystematicCode ret = m_elecEfficiencySFTool_chf->applySystematicVariation(systConfig);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_elecEfficiencySFTool_chf->applySystematicVariation(systConfig);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure AsgElectronEfficiencyCorrectionTool (chf) for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1553,8 +1553,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_elecChargeEffCorrTool.empty()) {
-    CP::SystematicCode ret = m_elecChargeEffCorrTool->applySystematicVariation(systConfig);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_elecChargeEffCorrTool->applySystematicVariation(systConfig);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure ElectronChargeEffCorrectionTool for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1562,8 +1562,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!isData() && !m_photonEfficiencySFTool.empty()) {
-    CP::SystematicCode ret = m_photonEfficiencySFTool->applySystematicVariation(systConfig);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_photonEfficiencySFTool->applySystematicVariation(systConfig);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure AsgPhotonEfficiencyCorrectionTool for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1571,8 +1571,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!isData() && !m_photonIsolationSFTool.empty()) {
-    CP::SystematicCode ret = m_photonIsolationSFTool->applySystematicVariation(systConfig);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_photonIsolationSFTool->applySystematicVariation(systConfig);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure AsgPhotonEfficiencyCorrectionTool for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1580,8 +1580,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_egammaCalibTool.empty()) {
-    CP::SystematicCode ret = m_egammaCalibTool->applySystematicVariation(systConfig);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_egammaCalibTool->applySystematicVariation(systConfig);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure EgammaCalibrationAndSmearingTool for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1589,8 +1589,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_isoCorrTool.empty()) {
-    CP::SystematicCode ret = m_isoCorrTool->applySystematicVariation(systConfig);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_isoCorrTool->applySystematicVariation(systConfig);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure IsolationCorrectionTool for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1599,8 +1599,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
   }
   if (!m_btagEffTool.empty()) {
     //if ( systConfig.size() > 0 && m_btagEffTool->isAffectedBySystematic(*systConfig.begin()) ) {
-    CP::SystematicCode ret = m_btagEffTool->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_btagEffTool->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure xAODBTaggingEfficiency for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1609,8 +1609,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     //}
   }
   if (!m_tauSmearingTool.empty()) {
-    CP::SystematicCode ret = m_tauSmearingTool->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_tauSmearingTool->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure TauSmearingTool for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1618,8 +1618,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_tauEffTool.empty()) {
-    CP::SystematicCode ret = m_tauEffTool->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_tauEffTool->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure TauEfficiencyCorrectionsTool for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1627,16 +1627,16 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_tauTrigEffTool0.empty()) {
-    CP::SystematicCode ret = m_tauTrigEffTool0->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_tauTrigEffTool0->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure TauEfficiencyCorrectionsTool0 for systematic var. " << systConfig.name() );
       return ret;
     } else {
       ATH_MSG_VERBOSE("Configured TauEfficiencyCorrectionsTool0 for systematic var. " << systConfig.name() );
     }
   }  if (!m_tauTrigEffTool1.empty()) {
-    CP::SystematicCode ret = m_tauTrigEffTool1->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_tauTrigEffTool1->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure TauEfficiencyCorrectionsTool1 for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1644,8 +1644,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_tauTrigEffTool2.empty()) {
-    CP::SystematicCode ret = m_tauTrigEffTool2->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_tauTrigEffTool2->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure TauEfficiencyCorrectionsTool2 for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1653,8 +1653,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_tauTrigEffTool3.empty()) {
-    CP::SystematicCode ret = m_tauTrigEffTool3->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_tauTrigEffTool3->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure TauEfficiencyCorrectionsTool3 for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1662,8 +1662,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_tauTrigEffTool4.empty()) {
-    CP::SystematicCode ret = m_tauTrigEffTool4->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_tauTrigEffTool4->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure TauEfficiencyCorrectionsTool4 for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1671,8 +1671,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_metSystTool.empty()) {
-    CP::SystematicCode ret = m_metSystTool->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_metSystTool->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure METSystematicsTool for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1680,8 +1680,8 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
   if (!m_prwTool.empty()) {
-    CP::SystematicCode ret = m_prwTool->applySystematicVariation(systConfig);
-    if ( ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_prwTool->applySystematicVariation(systConfig);
+    if ( ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure PileupReweightingTool for systematic var. " << systConfig.name() );
       return ret;
     } else {
@@ -1689,7 +1689,7 @@ CP::SystematicCode SUSYObjDef_xAOD::applySystematicVariation( const CP::Systemat
     }
   }
 
-  return CP::SystematicCode::Ok;
+  return StatusCode::SUCCESS;
 }
 
 std::vector<ST::SystInfo> SUSYObjDef_xAOD::getSystInfoList() const {
diff --git a/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/SUSYToolsInit.cxx b/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/SUSYToolsInit.cxx
index d9863b790c512c999e830ad50c740acbec58f3f7..1856b552590f5780aba248320bb5415a242344bd 100644
--- a/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/SUSYToolsInit.cxx
+++ b/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/SUSYToolsInit.cxx
@@ -328,8 +328,8 @@ StatusCode SUSYObjDef_xAOD::SUSYToolsInit()
     ATH_CHECK( m_jetUncertaintiesTool.retrieve() );
 
     CP::SystematicSet defaultSet;
-    CP::SystematicCode ret = m_jetUncertaintiesTool->applySystematicVariation(defaultSet);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_jetUncertaintiesTool->applySystematicVariation(defaultSet);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure JetUncertaintiesTool for default systematic setting.");
       return StatusCode::FAILURE;
     }
@@ -368,8 +368,8 @@ StatusCode SUSYObjDef_xAOD::SUSYToolsInit()
 
     ATH_CHECK( m_fatjetUncertaintiesTool.retrieve() );
     CP::SystematicSet defaultSet;
-    CP::SystematicCode ret = m_fatjetUncertaintiesTool->applySystematicVariation(defaultSet);
-    if (ret != CP::SystematicCode::Ok) {
+    StatusCode ret = m_fatjetUncertaintiesTool->applySystematicVariation(defaultSet);
+    if (ret != StatusCode::SUCCESS) {
       ATH_MSG_ERROR("Cannot configure (Fat)JetUncertaintiesTool for default systematic setting.");
       return StatusCode::FAILURE;
     }
diff --git a/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Taus.cxx b/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Taus.cxx
index 17f98a3ba6c224c9785dd5986c9022cdae7222d5..0fe07aed73d730dfcca2b970c4bd0e359d547787 100644
--- a/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Taus.cxx
+++ b/PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Taus.cxx
@@ -165,23 +165,23 @@ double SUSYObjDef_xAOD::GetSignalTauSFsys(const xAOD::TauJet& tau,
   double sf(1.);
 
   //Set the new systematic variation
-  CP::SystematicCode ret = m_tauEffTool->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauEfficiencyCorrectionsTool for systematic var. " << systConfig.name() ); }
+  StatusCode ret = m_tauEffTool->applySystematicVariation(systConfig);
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauEfficiencyCorrectionsTool for systematic var. " << systConfig.name() ); }
 
   ret = m_tauTrigEffTool0->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool0 for systematic var. " << systConfig.name() ); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool0 for systematic var. " << systConfig.name() ); }
 
   ret = m_tauTrigEffTool1->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool1 for systematic var. " << systConfig.name() ); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool1 for systematic var. " << systConfig.name() ); }
 
   ret = m_tauTrigEffTool2->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool2 for systematic var. " << systConfig.name() ); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool2 for systematic var. " << systConfig.name() ); }
 
   ret = m_tauTrigEffTool3->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool3 for systematic var. " << systConfig.name() ); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool3 for systematic var. " << systConfig.name() ); }
 
   ret = m_tauTrigEffTool4->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool4 for systematic var. " << systConfig.name() ); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool4 for systematic var. " << systConfig.name() ); }
 
 
   sf *= GetSignalTauSF(tau, idSF, triggerSF, trigExpr);  
@@ -189,22 +189,22 @@ double SUSYObjDef_xAOD::GetSignalTauSFsys(const xAOD::TauJet& tau,
 
   //Roll back to default
   ret = m_tauEffTool->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauEfficiencyCorrectionsTool back to default"); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauEfficiencyCorrectionsTool back to default"); }
 
   ret = m_tauTrigEffTool0->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool0 back to default"); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool0 back to default"); }
 
   ret = m_tauTrigEffTool1->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool1 back to default"); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool1 back to default"); }
 
   ret = m_tauTrigEffTool2->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool2 back to default"); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool2 back to default"); }
 
   ret = m_tauTrigEffTool3->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool3 back to default"); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool3 back to default"); }
 
   ret = m_tauTrigEffTool4->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool4 back to default"); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool4 back to default"); }
 
 
   dec_effscalefact(tau) = sf;
@@ -268,23 +268,23 @@ double SUSYObjDef_xAOD::GetTotalTauSFsys(const xAOD::TauJetContainer& taus, cons
   double sf(1.);
 
   //Set the new systematic variation
-  CP::SystematicCode ret = m_tauEffTool->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauEfficiencyCorrectionsTool for systematic var. " << systConfig.name() ); }
+  StatusCode ret = m_tauEffTool->applySystematicVariation(systConfig);
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauEfficiencyCorrectionsTool for systematic var. " << systConfig.name() ); }
 
   ret = m_tauTrigEffTool0->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool0 for systematic var. " << systConfig.name() ); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool0 for systematic var. " << systConfig.name() ); }
 
   ret = m_tauTrigEffTool1->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool1 for systematic var. " << systConfig.name() ); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool1 for systematic var. " << systConfig.name() ); }
 
   ret = m_tauTrigEffTool2->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool2 for systematic var. " << systConfig.name() ); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool2 for systematic var. " << systConfig.name() ); }
 
   ret = m_tauTrigEffTool3->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool3 for systematic var. " << systConfig.name() ); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool3 for systematic var. " << systConfig.name() ); }
 
   ret = m_tauTrigEffTool4->applySystematicVariation(systConfig);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool4 for systematic var. " << systConfig.name() ); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool4 for systematic var. " << systConfig.name() ); }
 
 
   sf = GetTotalTauSF(taus, idSF, triggerSF, trigExpr);
@@ -292,22 +292,22 @@ double SUSYObjDef_xAOD::GetTotalTauSFsys(const xAOD::TauJetContainer& taus, cons
 
   //Roll back to default
   ret = m_tauEffTool->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauEfficiencyCorrectionsTool back to default"); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauEfficiencyCorrectionsTool back to default"); }
 
   ret = m_tauTrigEffTool0->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool0 back to default"); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool0 back to default"); }
 
   ret = m_tauTrigEffTool1->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool1 back to default"); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool1 back to default"); }
 
   ret = m_tauTrigEffTool2->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool2 back to default"); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool2 back to default"); }
 
   ret = m_tauTrigEffTool3->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool3 back to default"); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool3 back to default"); }
 
   ret = m_tauTrigEffTool4->applySystematicVariation(m_currentSyst);
-  if (ret != CP::SystematicCode::Ok) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool4 back to default"); }
+  if (ret != StatusCode::SUCCESS) { ATH_MSG_ERROR("Cannot configure TauTrigEfficiencyCorrectionsTool4 back to default"); }
 
   return sf;
 }
diff --git a/PhysicsAnalysis/SUSYPhys/SUSYTools/SUSYTools/ISUSYObjDef_xAODTool.h b/PhysicsAnalysis/SUSYPhys/SUSYTools/SUSYTools/ISUSYObjDef_xAODTool.h
index 46fdf89aa9ccac373f5b881d754866b05bf9ccbf..33ff532c62690d73e94c3a871d5e104ef9e2f568 100644
--- a/PhysicsAnalysis/SUSYPhys/SUSYTools/SUSYTools/ISUSYObjDef_xAODTool.h
+++ b/PhysicsAnalysis/SUSYPhys/SUSYTools/SUSYTools/ISUSYObjDef_xAODTool.h
@@ -324,9 +324,9 @@ namespace ST {
     virtual StatusCode OverlapRemoval(const xAOD::ElectronContainer *electrons, const xAOD::MuonContainer *muons, const xAOD::JetContainer *jets,
 				      const xAOD::PhotonContainer* gamma = 0, const xAOD::TauJetContainer* taujet = 0, const xAOD::JetContainer *fatjets = 0) = 0;
 
-    virtual CP::SystematicCode resetSystematics() = 0;
+    virtual StatusCode resetSystematics() = 0;
 
-    virtual CP::SystematicCode applySystematicVariation( const CP::SystematicSet& systConfig ) = 0;
+    virtual StatusCode applySystematicVariation( const CP::SystematicSet& systConfig ) = 0;
 
     virtual bool isPrompt(const xAOD::IParticle* part) const = 0;
 
diff --git a/PhysicsAnalysis/SUSYPhys/SUSYTools/SUSYTools/SUSYObjDef_xAOD.h b/PhysicsAnalysis/SUSYPhys/SUSYTools/SUSYTools/SUSYObjDef_xAOD.h
index 20a3d2a0956bef229290071b8269090570d44e8d..0fa9676887891befd45fb653be222fd1ec4ee022 100644
--- a/PhysicsAnalysis/SUSYPhys/SUSYTools/SUSYTools/SUSYObjDef_xAOD.h
+++ b/PhysicsAnalysis/SUSYPhys/SUSYTools/SUSYTools/SUSYObjDef_xAOD.h
@@ -21,7 +21,7 @@
 #include "SUSYTools/ISUSYObjDef_xAODTool.h"
 
 ///////////////////////// -*- C++ -*- /////////////////////////////
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "PATInterfaces/SystematicSet.h"
 #include "PATInterfaces/SystematicRegistry.h"
 #include "PATInterfaces/SystematicVariation.h"
@@ -313,11 +313,11 @@ namespace ST {
 // ZM - not implemented?
 //    StatusCode IsoOverlapRemoval(const xAOD::IParticleContainer *parts);
 
-    CP::SystematicCode resetSystematics() override final;
+    StatusCode resetSystematics() override final;
 
     const CP::SystematicSet& currentSystematic() const;
 
-    CP::SystematicCode applySystematicVariation( const CP::SystematicSet& systConfig ) override final;
+    StatusCode applySystematicVariation( const CP::SystematicSet& systConfig ) override final;
 
 
     //truth helpers
diff --git a/PhysicsAnalysis/SUSYPhys/SUSYTools/src/ApplySUSYTools.cxx b/PhysicsAnalysis/SUSYPhys/SUSYTools/src/ApplySUSYTools.cxx
index 3ecabbb3ea2f51427d719e7ed3f6254f8355d4fa..e9a7fd6987458ffb33b32e318919455ce9213489 100644
--- a/PhysicsAnalysis/SUSYPhys/SUSYTools/src/ApplySUSYTools.cxx
+++ b/PhysicsAnalysis/SUSYPhys/SUSYTools/src/ApplySUSYTools.cxx
@@ -44,7 +44,7 @@
 #include "xAODCutFlow/CutBookkeeperAuxContainer.h"
 
 // Needed for systematics
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "PATInterfaces/SystematicSet.h"
 //#include "PATInterfaces/SystematicList.h"
 #include "PATInterfaces/SystematicRegistry.h"
@@ -314,7 +314,7 @@ StatusCode ApplySUSYTools::execute()
   if( doPrint ) ATH_MSG_INFO("Begin ApplySUSYTools for event " <<m_evtCount);
 
   // Reset systematics
-  CHECK( m_objTool->resetSystematics() == CP::SystematicCode::Ok );
+  CHECK( m_objTool->resetSystematics() == StatusCode::SUCCESS );
 
 
   ////////////////////////////
@@ -413,7 +413,7 @@ StatusCode ApplySUSYTools::execute()
     std::string sysname = sys.name();
     if( sysname == "" ) sysname = "Nominal";
     if( doPrint ) ATH_MSG_DEBUG("Applying jet systematic " <<sysname);
-    CHECK(m_objTool->applySystematicVariation(sys) == CP::SystematicCode::Ok);
+    CHECK(m_objTool->applySystematicVariation(sys) == StatusCode::SUCCESS);
 
     // This largely replicates GetJets
     // setShallowIO writes output as shallow copy
@@ -467,7 +467,7 @@ StatusCode ApplySUSYTools::execute()
   // Fat Jets (nominal only!)
   ///////
   if(m_doFatJets){
-    CHECK( m_objTool->resetSystematics() == CP::SystematicCode::Ok );
+    CHECK( m_objTool->resetSystematics() == StatusCode::SUCCESS );
     
     std::string sysname = "Nominal";
     if( doPrint ) ATH_MSG_DEBUG("Applying jet systematic " <<sysname);
@@ -493,7 +493,7 @@ StatusCode ApplySUSYTools::execute()
   // Muons
   ////////
 
-  CHECK( m_objTool->resetSystematics() == CP::SystematicCode::Ok );
+  CHECK( m_objTool->resetSystematics() == StatusCode::SUCCESS );
 
   // Initialize mask to false; true if any variation passes "baseline".
   // Pass m_muPtCut to FillMuon
@@ -513,7 +513,7 @@ StatusCode ApplySUSYTools::execute()
     std::string sysname = sys.name();
     if( sysname == "" ) sysname = "Nominal";
     if( doPrint ) ATH_MSG_DEBUG("Applying muon systematic " <<sysname);
-    CHECK(m_objTool->applySystematicVariation(sys) == CP::SystematicCode::Ok);
+    CHECK(m_objTool->applySystematicVariation(sys) == StatusCode::SUCCESS);
 
     // This largely replicates GetMuons
     // setShallowIO writes output as shallow copy
@@ -572,7 +572,7 @@ StatusCode ApplySUSYTools::execute()
   // Electrons
   ////////////
 
-  CHECK( m_objTool->resetSystematics() == CP::SystematicCode::Ok );
+  CHECK( m_objTool->resetSystematics() == StatusCode::SUCCESS );
 
   // Initialize mask to false; true if any variation passes "baseline".
   // Pass m_elPtCut to FillElectron
@@ -584,7 +584,7 @@ StatusCode ApplySUSYTools::execute()
     std::string sysname = sys.name();
     if( sysname == "" ) sysname = "Nominal";
     if( doPrint ) ATH_MSG_DEBUG("Applying electron systematic " <<sysname);
-    CHECK(m_objTool->applySystematicVariation(sys) == CP::SystematicCode::Ok);
+    CHECK(m_objTool->applySystematicVariation(sys) == StatusCode::SUCCESS);
 
     // This largely replicates GetJets
     // setShallowIO writes output as shallow copy
@@ -655,14 +655,14 @@ StatusCode ApplySUSYTools::execute()
   if( !m_doTST ) METsName = m_METsName + "Clus";
 
   // Jet systematics
-  CHECK( m_objTool->resetSystematics() == CP::SystematicCode::Ok );
+  CHECK( m_objTool->resetSystematics() == StatusCode::SUCCESS );
 
   for(auto si : m_systInfoJET){
     const CP::SystematicSet& sys = si->systset;
     std::string sysname = sys.name();
     if( sysname == "" ) sysname = "Nominal";
     if( doPrint ) ATH_MSG_DEBUG("MET sysname " <<sysname);
-    CHECK(m_objTool->applySystematicVariation(sys) == CP::SystematicCode::Ok);
+    CHECK(m_objTool->applySystematicVariation(sys) == StatusCode::SUCCESS);
 
     const xAOD::JetContainer* p_JetsSys = 0;
     if( doPrint ) ATH_MSG_DEBUG("Using jet name " <<m_JetsName+sysname);
@@ -696,7 +696,7 @@ StatusCode ApplySUSYTools::execute()
       std::string sysname = sys.name();
       if( sysname == "" ) sysname = "Nominal";
       if( doPrint ) ATH_MSG_DEBUG("MET sysname " <<sysname);
-      CHECK(m_objTool->applySystematicVariation(sys) == CP::SystematicCode::Ok);
+      CHECK(m_objTool->applySystematicVariation(sys) == StatusCode::SUCCESS);
       xAOD::MissingETContainer* met = new xAOD::MissingETContainer;
       xAOD::MissingETAuxContainer* metaux = new xAOD::MissingETAuxContainer;
       met->setStore( metaux);
@@ -718,7 +718,7 @@ StatusCode ApplySUSYTools::execute()
       std::string sysname = sys.name();
       if( sysname == "" ) sysname = "Nominal";
       if( doPrint ) ATH_MSG_DEBUG("MET sysname " <<sysname);
-      CHECK(m_objTool->applySystematicVariation(sys) == CP::SystematicCode::Ok);
+      CHECK(m_objTool->applySystematicVariation(sys) == StatusCode::SUCCESS);
       xAOD::MissingETContainer* met = new xAOD::MissingETContainer;
       xAOD::MissingETAuxContainer* metaux = new xAOD::MissingETAuxContainer;
       met->setStore( metaux);
@@ -740,7 +740,7 @@ StatusCode ApplySUSYTools::execute()
   // TauJets
   //////////
 
-  CHECK( m_objTool->resetSystematics() == CP::SystematicCode::Ok );
+  CHECK( m_objTool->resetSystematics() == StatusCode::SUCCESS );
 
   // Selection defined by SUSYTools TauID = Loose/Medium/Tight.
   // Initialize mask to false; true if any variation passes "baseline"
@@ -777,7 +777,7 @@ StatusCode ApplySUSYTools::execute()
     std::string sysname = sys.name();
     if( sysname == "" ) sysname = "Nominal";
     if( doPrint ) ATH_MSG_DEBUG("Applying tau systematic " <<sysname);
-    CHECK(m_objTool->applySystematicVariation(sys) == CP::SystematicCode::Ok);
+    CHECK(m_objTool->applySystematicVariation(sys) == StatusCode::SUCCESS);
 
     // This largely replicates GetTaus
     // setShallowIO writes output as shallow copy
@@ -840,7 +840,7 @@ StatusCode ApplySUSYTools::execute()
   // Photons
   //////////
 
-  CHECK( m_objTool->resetSystematics() == CP::SystematicCode::Ok );
+  CHECK( m_objTool->resetSystematics() == StatusCode::SUCCESS );
 
   // Selection defined by SUSYTools PhotonID = Loose/Medium/Tight.
   // Initialize mask to false; true if any variation passes "baseline"
@@ -852,7 +852,7 @@ StatusCode ApplySUSYTools::execute()
     std::string sysname = sys.name();
     if( sysname == "" ) sysname = "Nominal";
     if( doPrint ) ATH_MSG_DEBUG("Applying photon systematic " <<sysname);
-    CHECK(m_objTool->applySystematicVariation(sys) == CP::SystematicCode::Ok);
+    CHECK(m_objTool->applySystematicVariation(sys) == StatusCode::SUCCESS);
 
     // This largely replicates GetPhotons
     // setShallowIO writes output as shallow copy
@@ -1103,7 +1103,7 @@ StatusCode ApplySUSYTools::execute()
 
   // DerivationFramework trigger thinning is complicated. Just support
   // TrigDecisionTool and flag matched Electrons and Muons.
-  CHECK( m_objTool->resetSystematics() == CP::SystematicCode::Ok );
+  CHECK( m_objTool->resetSystematics() == StatusCode::SUCCESS );
   if( doPrint ) ATH_MSG_DEBUG("Start trigger");
 
   for( const auto& key : m_ElectronTrigs ){
diff --git a/PhysicsAnalysis/SUSYPhys/SUSYTools/src/SUSYToolsAlg.cxx b/PhysicsAnalysis/SUSYPhys/SUSYTools/src/SUSYToolsAlg.cxx
index c9444781dca2989478109f495d9277329b45ee18..0bdfe226069a69964d8ae82201df17e6ef39ee3d 100644
--- a/PhysicsAnalysis/SUSYPhys/SUSYTools/src/SUSYToolsAlg.cxx
+++ b/PhysicsAnalysis/SUSYPhys/SUSYTools/src/SUSYToolsAlg.cxx
@@ -17,7 +17,7 @@
 
 #include "PATInterfaces/SystematicVariation.h"
 #include "PATInterfaces/SystematicRegistry.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 
 #include "TH1F.h"
 #include "TFile.h"
@@ -307,7 +307,7 @@ StatusCode SUSYToolsAlg::execute() {
     m_clock2.Start(false);
   }
 
-  if (m_SUSYTools->resetSystematics() != CP::SystematicCode::Ok) {
+  if (m_SUSYTools->resetSystematics() != StatusCode::SUCCESS) {
     ATH_MSG_ERROR( "Cannot reset SUSYTools systematics" );
   }
 
@@ -566,7 +566,7 @@ StatusCode SUSYToolsAlg::execute() {
   bool isNominal(true);
   for (const auto& sysInfo : sysInfoList) {
     CP::SystematicSet sys = sysInfo.systset;
-    if (m_SUSYTools->applySystematicVariation(sys) != CP::SystematicCode::Ok) {
+    if (m_SUSYTools->applySystematicVariation(sys) != StatusCode::SUCCESS) {
       ATH_MSG_ERROR( "Cannot configure SUSYTools for systematic var. %s" << sys.name() );
     } else {
       ATH_MSG_VERBOSE( "Variation \"" << sys.name() << "\" configured..." );
diff --git a/PhysicsAnalysis/SUSYPhys/SUSYTools/util/SUSYToolsTester.cxx b/PhysicsAnalysis/SUSYPhys/SUSYTools/util/SUSYToolsTester.cxx
index 714dbc897b90d208889f69b62905403b585d5203..1b8a0c6838022a669f14fbe5bd2c297f5515edad 100644
--- a/PhysicsAnalysis/SUSYPhys/SUSYTools/util/SUSYToolsTester.cxx
+++ b/PhysicsAnalysis/SUSYPhys/SUSYTools/util/SUSYToolsTester.cxx
@@ -65,7 +65,7 @@
 // Other includes
 #include "PATInterfaces/SystematicVariation.h"
 #include "PATInterfaces/SystematicRegistry.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "PathResolver/PathResolver.h"
 
 #include "METUtilities/METSystematicsTool.h"
@@ -120,7 +120,7 @@ int main( int argc, char* argv[] ) {
   ANA_CHECK_SET_TYPE (int);
 
   //StatusCode::enableFailure();
-  CP::SystematicCode::enableFailure();
+  StatusCode::enableFailure();
   CP::CorrectionCode::enableFailure();
 
   // The application's name:
@@ -382,7 +382,7 @@ est.pool.root",relN,(isData?"Data":"MC"),SUSYx);
     mucuts.push_back(elcutsCurrentSyst);
   }
 
-  if (objTool.resetSystematics() != CP::SystematicCode::Ok) {
+  if (objTool.resetSystematics() != StatusCode::SUCCESS) {
     Error(APP_NAME, "Cannot reset SUSYTools systematics" );
     exit(-2);
   }
@@ -701,7 +701,7 @@ est.pool.root",relN,(isData?"Data":"MC"),SUSYx);
       //ANA_CHECK( store.record(goodJets, "MySelJets" + sys.name()) ); //NOT WORKING? //MT,WB
       
       // Tell the SUSYObjDef_xAOD which variation to apply
-      if (objTool.applySystematicVariation(sys) != CP::SystematicCode::Ok) {
+      if (objTool.applySystematicVariation(sys) != StatusCode::SUCCESS) {
         Error(APP_NAME, "Cannot configure SUSYTools for systematic var. %s", (sys.name()).c_str() );
       } else {
         if (debug) Info(APP_NAME, "Variation \"%s\" configured...", (sys.name()).c_str() );
@@ -1040,7 +1040,7 @@ est.pool.root",relN,(isData?"Data":"MC"),SUSYx);
 
           // CP::SystematicSet testSet("TAUS_TRUEHADTAU_EFF_TRIGGER_SYST2015__1up");
           // testSet.insert( CP::SystematicVariation("TAUS_TRUEHADTAU_EFF_TRIGGER_SYST2015", 1) );
-          // if(objTool.applySystematicVariation(testSet) != CP::SystematicCode::Ok){
+          // if(objTool.applySystematicVariation(testSet) != StatusCode::SUCCESS){
           //   Error( APP_NAME, "Problems with tau trig eff systematic settings!");
           // }
           
@@ -1052,7 +1052,7 @@ est.pool.root",relN,(isData?"Data":"MC"),SUSYx);
                          objTool.GetSignalTauSF(*tau,true,true,"tau25_medium1_tracktwo"));
                  }
           Info( APP_NAME, " Total Event Tau SF = %.4f", objTool.GetTotalTauSF(*taus, true, true, "tau25_medium1_tracktwo"));
-          // if(objTool.resetSystematics() != CP::SystematicCode::Ok){
+          // if(objTool.resetSystematics() != StatusCode::SUCCESS){
           //   Error( APP_NAME, "Problems going back to default systematic set!");
           // }
         }
diff --git a/PhysicsAnalysis/SUSYPhys/SUSYTools/util/check_syst.cxx b/PhysicsAnalysis/SUSYPhys/SUSYTools/util/check_syst.cxx
index 4f366bafd3d372cdbe87e1f25d2c63ba52eb7bff..7f19077d823774448effc2edf74dcac77f5e149f 100644
--- a/PhysicsAnalysis/SUSYPhys/SUSYTools/util/check_syst.cxx
+++ b/PhysicsAnalysis/SUSYPhys/SUSYTools/util/check_syst.cxx
@@ -25,7 +25,7 @@
 // Other includes
 #include "PATInterfaces/SystematicVariation.h"
 #include "PATInterfaces/SystematicRegistry.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 
 std::string getFW(std::string in, unsigned int width=30){
   for(unsigned int i=in.size() ; i < width; i++)
@@ -39,7 +39,6 @@ int main( int argc, char* argv[] ) {
   ANA_CHECK_SET_TYPE (int);
 
   StatusCode::enableFailure();
-  CP::SystematicCode::enableFailure();
   CP::CorrectionCode::enableFailure();
 
   // The application's name:
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/CommonEfficiencyTool.cxx b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/CommonEfficiencyTool.cxx
index fb10f4cc8aa46e414e408582b87568171390f23c..085dd63493c4e7cfb1c6c3c583ef7f6b2c0aadce 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/CommonEfficiencyTool.cxx
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/CommonEfficiencyTool.cxx
@@ -139,7 +139,7 @@ StatusCode CommonEfficiencyTool::initialize()
     m_sSFHistName = "sf_"+m_sWP;
 
   // load empty systematic variation by default
-  if (applySystematicVariation(CP::SystematicSet()) != CP::SystematicCode::Ok )
+  if (applySystematicVariation(CP::SystematicSet()) != StatusCode::SUCCESS )
     return StatusCode::FAILURE;
 
   return StatusCode::SUCCESS;
@@ -332,7 +332,7 @@ CP::SystematicSet CommonEfficiencyTool::recommendedSystematics() const
       e.g. TOTAL=(SYST^2 + STAT^2)^0.5
 */
 //______________________________________________________________________________
-CP::SystematicCode CommonEfficiencyTool::applySystematicVariation ( const CP::SystematicSet& sSystematicSet)
+StatusCode CommonEfficiencyTool::applySystematicVariation ( const CP::SystematicSet& sSystematicSet)
 {
 
   // first check if we already know this systematic configuration
@@ -340,7 +340,7 @@ CP::SystematicCode CommonEfficiencyTool::applySystematicVariation ( const CP::Sy
   if (itSystematicSet != m_mSystematicSets.end())
   {
     m_sSystematicSet = &itSystematicSet->first;
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
   }
 
   // sanity checks if systematic set is supported
@@ -361,7 +361,7 @@ CP::SystematicCode CommonEfficiencyTool::applySystematicVariation ( const CP::Sy
     {
       ATH_MSG_ERROR("unsupported set of systematic variations, you should either use only \"UP\" or only \"DOWN\" systematics in one set!");
       ATH_MSG_ERROR("systematic set will not be applied");
-      return CP::SystematicCode::Unsupported;
+      return StatusCode::FAILURE;
     }
     dDirection = sSyst.parameter();
 
@@ -369,7 +369,7 @@ CP::SystematicCode CommonEfficiencyTool::applySystematicVariation ( const CP::Sy
     {
       ATH_MSG_ERROR("unsupported set of systematic variations, you should not combine \"TAUS_{TRUE|FAKE}_EFF_*_TOTAL\" with other systematic variations!");
       ATH_MSG_ERROR("systematic set will not be applied");
-      return CP::SystematicCode::Unsupported;
+      return StatusCode::FAILURE;
     }
 
     // finally add the systematic to the set of systematics to process
@@ -379,7 +379,7 @@ CP::SystematicCode CommonEfficiencyTool::applySystematicVariation ( const CP::Sy
   // store this calibration for future use, and make it current
   m_sSystematicSet = &m_mSystematicSets.insert(std::pair<CP::SystematicSet,std::string>(sSystematicSetAvailable, sSystematicSet.name())).first->first;
 
-  return CP::SystematicCode::Ok;
+  return StatusCode::SUCCESS;
 }
 
 //=================================PRIVATE-PART=================================
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/CommonSmearingTool.cxx b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/CommonSmearingTool.cxx
index 87ee1dd935587dbe6402c67d4958d2c7a07bf9cf..31444f17d5c0b6fc87d98548320a24ead9c8834a 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/CommonSmearingTool.cxx
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/CommonSmearingTool.cxx
@@ -138,7 +138,7 @@ StatusCode CommonSmearingTool::initialize()
   generateSystematicSets();
 
   // load empty systematic variation by default
-  if (applySystematicVariation(CP::SystematicSet()) != CP::SystematicCode::Ok )
+  if (applySystematicVariation(CP::SystematicSet()) != StatusCode::SUCCESS )
     return StatusCode::FAILURE;
 
 #ifndef XAODTAU_VERSIONS_TAUJET_V3_H
@@ -383,14 +383,14 @@ CP::SystematicSet CommonSmearingTool::recommendedSystematics() const
       e.g. TOTAL=(SYST^2 + STAT^2)^0.5
 */
 //______________________________________________________________________________
-CP::SystematicCode CommonSmearingTool::applySystematicVariation ( const CP::SystematicSet& sSystematicSet)
+StatusCode CommonSmearingTool::applySystematicVariation ( const CP::SystematicSet& sSystematicSet)
 {
   // first check if we already know this systematic configuration
   auto itSystematicSet = m_mSystematicSets.find(sSystematicSet);
   if (itSystematicSet != m_mSystematicSets.end())
   {
     m_sSystematicSet = &itSystematicSet->first;
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
   }
 
   // sanity checks if systematic set is supported
@@ -411,7 +411,7 @@ CP::SystematicCode CommonSmearingTool::applySystematicVariation ( const CP::Syst
     {
       ATH_MSG_ERROR("unsupported set of systematic variations, you should either use only \"UP\" or only \"DOWN\" systematics in one set!");
       ATH_MSG_ERROR("systematic set will not be applied");
-      return CP::SystematicCode::Unsupported;
+      return StatusCode::FAILURE;
     }
     dDirection = sSyst.parameter();
 
@@ -419,7 +419,7 @@ CP::SystematicCode CommonSmearingTool::applySystematicVariation ( const CP::Syst
     {
       ATH_MSG_ERROR("unsupported set of systematic variations, you should not combine \"TAUS_{TRUE|FAKE}_SME_TOTAL\" with other systematic variations!");
       ATH_MSG_ERROR("systematic set will not be applied");
-      return CP::SystematicCode::Unsupported;
+      return StatusCode::FAILURE;
     }
 
     // finally add the systematic to the set of systematics to process
@@ -429,7 +429,7 @@ CP::SystematicCode CommonSmearingTool::applySystematicVariation ( const CP::Syst
   // store this calibration for future use, and make it current
   m_sSystematicSet = &m_mSystematicSets.insert(std::pair<CP::SystematicSet,std::string>(sSystematicSetAvailable, sSystematicSet.name())).first->first;
 
-  return CP::SystematicCode::Ok;
+  return StatusCode::SUCCESS;
 }
 
 //=================================PRIVATE-PART=================================
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/DiTauEfficiencyCorrectionsTool.cxx b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/DiTauEfficiencyCorrectionsTool.cxx
index 8c7b91dca577c4af3ba638a57ef12400fdf2cd67..a337304e48a83960b4f0e2f6548cfd373dd1a8d4 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/DiTauEfficiencyCorrectionsTool.cxx
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/DiTauEfficiencyCorrectionsTool.cxx
@@ -198,14 +198,14 @@ CP::SystematicSet DiTauEfficiencyCorrectionsTool::recommendedSystematics() const
 }
 
 //______________________________________________________________________________
-CP::SystematicCode DiTauEfficiencyCorrectionsTool::applySystematicVariation ( const CP::SystematicSet& sSystematicSet)
+StatusCode DiTauEfficiencyCorrectionsTool::applySystematicVariation ( const CP::SystematicSet& sSystematicSet)
 {
   for (auto it = m_vCommonEfficiencyTools.begin(); it != m_vCommonEfficiencyTools.end(); it++)
-    if ((**it)->applySystematicVariation(sSystematicSet) == CP::SystematicCode::Unsupported)
+    if ((**it)->applySystematicVariation(sSystematicSet) == StatusCode::FAILURE)
     {
-      return CP::SystematicCode::Unsupported;
+      return StatusCode::FAILURE;
     }
-  return CP::SystematicCode::Ok;
+  return StatusCode::SUCCESS;
 }
 
 //=================================PRIVATE-PART=================================
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/SelectionCuts.cxx b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/SelectionCuts.cxx
index 29958ae6bf57c0b3052c3d96dac8f98bb69b7827..ff5c0643b4f09270f67f6a97ad2a47055cf38e5f 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/SelectionCuts.cxx
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/SelectionCuts.cxx
@@ -1,7 +1,7 @@
 // Dear emacs, this is -*- c++ -*-
 
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 
@@ -208,8 +208,7 @@ bool SelectionCutAbsCharge::accept(const xAOD::TauJet& xTau,
   for( unsigned int iCharge = 0; iCharge < m_tTST->m_vAbsCharges.size(); iCharge++ )
   {
     if ( std::abs( xTau.charge() ) == m_tTST->m_vAbsCharges.at(iCharge) )
-    {
-      acceptData.setCutResult( "AbsCharge", true );
+    {acceptData.setCutResult( "AbsCharge", true );
       return true;
     }
   }
@@ -488,12 +487,18 @@ SelectionCutBDTEleScore::SelectionCutBDTEleScore(TauSelectionTool* tTST)
 {
   m_hHistCutPre = CreateControlPlot("hEleBDT_pre","EleBDT_pre;BDTEleScore; events",100,0,1);
   m_hHistCut = CreateControlPlot("hEleBDT_cut","EleBDT_cut;BDTEleScore; events",100,0,1);
-  m_sEleBDTDecorationName = "BDTEleScoreSigTrans";
+  m_sEleBDTDecorationName = "BDTEleScoreSigTrans_retuned";
 }
 
 //______________________________________________________________________________
 void SelectionCutBDTEleScore::fillHistogram(const xAOD::TauJet& xTau, TH1F& hHist)
 {
+  if (!xTau.isAvailable< float >(m_sEleBDTDecorationName))
+  {
+    throw std::runtime_error(("Decoration " + m_sEleBDTDecorationName + " is not available in input sample. " +
+      "\nThis may be due to an old p-tag. Please consider using a different eleBDT working point, e.g. ELEIDBDTOLDLOOSE or ELEIDBDTOLDMEDIUM" + 
+      "\nFor further information please refer to the README:\nhttps://gitlab.cern.ch/atlas/athena/blob/master/PhysicsAnalysis/TauID/TauAnalysisTools/doc/README-TauSelectionTool.rst\n").c_str() );
+  }
   SG::AuxElement::ConstAccessor<float> accEleBDT(m_sEleBDTDecorationName);
   hHist.Fill(accEleBDT(xTau));
 }
@@ -509,7 +514,14 @@ bool SelectionCutBDTEleScore::accept(const xAOD::TauJet& xTau,
                                      asg::AcceptData& acceptData)
 {
   // check EleBDTscore, if tau has a EleBDT score in one of the regions requiered then return true; false otherwise
+  if (!xTau.isAvailable< float >(m_sEleBDTDecorationName))
+  {
+    throw std::runtime_error (("Decoration " + m_sEleBDTDecorationName + " is not available in input sample. " +
+      "\nThis may be due to an old p-tag. Please consider using a different eleBDT working point, e.g. ELEIDBDTOLDLOOSE or ELEIDBDTOLDMEDIUM" + 
+      "\nFor further information please refer to the README:\nhttps://gitlab.cern.ch/atlas/athena/blob/master/PhysicsAnalysis/TauID/TauAnalysisTools/doc/README-TauSelectionTool.rst\n").c_str());
+  }
   SG::AuxElement::ConstAccessor<float> accEleBDT(m_sEleBDTDecorationName);
+
   float fEleBDTScore = accEleBDT(xTau);
   unsigned int iNumEleBDTRegion = m_tTST->m_vEleBDTRegion.size()/2;
   // apply EleBDTscore cut only to 1-prong taus
@@ -536,6 +548,14 @@ SelectionCutEleBDTWP::SelectionCutEleBDTWP(TauSelectionTool* tTST)
   : SelectionCut("CutEleBDTWP", tTST),
     m_sEleBDTDecorationName ("BDTEleScoreSigTrans")
 {
+  m_sEleBDTDecorationName = "BDTEleScoreSigTrans_retuned";
+
+  if (m_tTST->m_iEleBDTWP == int(ELEIDBDTOLDLOOSE) ||
+     m_tTST->m_iEleBDTWP == int(ELEIDBDTOLDMEDIUM))
+  {
+    m_sEleBDTDecorationName = "BDTEleScoreSigTrans";
+  }
+
   m_hHistCutPre = CreateControlPlot("hEleBDTWP_pre","EleBDTWP_pre;; events",6,-.5,5.5);
   m_hHistCut = CreateControlPlot("hEleBDTWP_cut","EleBDTWP_cut;; events",6,-.5,5.5);
   // only proceed if histograms are defined
@@ -558,6 +578,13 @@ SelectionCutEleBDTWP::SelectionCutEleBDTWP(TauSelectionTool* tTST)
 //______________________________________________________________________________
 void SelectionCutEleBDTWP::fillHistogram(const xAOD::TauJet& xTau, TH1F& hHist)
 {
+  if (!xTau.isAvailable< float >(m_sEleBDTDecorationName))
+  {
+    throw std::runtime_error(("Decoration " + m_sEleBDTDecorationName + " is not available in input sample. " +
+      "\nThis may be due to an old p-tag. Please consider using a different eleBDT working point, e.g. ELEIDBDTOLDLOOSE or ELEIDBDTOLDMEDIUM" + 
+      "\nFor further information please refer to the README:\nhttps://gitlab.cern.ch/atlas/athena/blob/master/PhysicsAnalysis/TauID/TauAnalysisTools/doc/README-TauSelectionTool.rst\n").c_str());
+  }
+
   SG::AuxElement::ConstAccessor<float> accEleBDT(m_sEleBDTDecorationName);
   float fEleBDTScore = accEleBDT(xTau);
 
@@ -576,8 +603,22 @@ bool SelectionCutEleBDTWP::accept(const xAOD::TauJet& xTau,
                                   asg::AcceptData& acceptData)
 {
   // check EleBDTscore, if tau passes EleBDT working point then return true; false otherwise
-  SG::AuxElement::ConstAccessor<float> accEleBDT(m_sEleBDTDecorationName);
-  float fEleBDTScore = accEleBDT(xTau);
+ 
+  float fEleBDTScore = 0.;
+  if (!(m_tTST->m_iEleBDTWP == ELEIDNONE || m_tTST->m_iEleBDTWP == ELEIDNONEUNCONFIGURED))
+  {
+    if (!xTau.isAvailable< float >(m_sEleBDTDecorationName))
+    {
+      throw std::runtime_error(("Decoration " + m_sEleBDTDecorationName + " is not available in input sample. " +
+        "\nThis may be due to an old p-tag. Please consider using a different eleBDT working point, e.g. ELEIDBDTOLDLOOSE or ELEIDBDTOLDMEDIUM" + 
+        "\nFor further information please refer to the README:\nhttps://gitlab.cern.ch/atlas/athena/blob/master/PhysicsAnalysis/TauID/TauAnalysisTools/doc/README-TauSelectionTool.rst").c_str());
+    }
+    else
+    {
+      SG::AuxElement::ConstAccessor<float> accEleBDT(m_sEleBDTDecorationName);
+      fEleBDTScore = accEleBDT(xTau);
+    }
+  }
 
   bool bPass = false;
   switch (m_tTST->m_iEleBDTWP)
@@ -594,6 +635,15 @@ bool SelectionCutEleBDTWP::accept(const xAOD::TauJet& xTau,
   case ELEIDBDTMEDIUM:
     if (fEleBDTScore > 0.15) bPass = true;
     break;
+  case ELEIDBDTTIGHT:
+    if (fEleBDTScore > 0.25) bPass = true;
+    break;
+  case ELEIDBDTOLDLOOSE:
+    if (fEleBDTScore > 0.05) bPass = true;
+    break;
+  case ELEIDBDTOLDMEDIUM:
+    if (fEleBDTScore > 0.15) bPass = true;
+    break;
   default:
     m_tTST->msg() << MSG::WARNING << "The electron ID working point with the enum "<<m_tTST->m_iEleBDTWP<<" is not available" << endmsg;
     break;
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauEfficiencyContJetIDTool.cxx b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauEfficiencyContJetIDTool.cxx
index 785493d3acdb9a4faf6557b13c581109ee99fdc7..9e18e4edf24a7c753c4e19417209350135ec6d05 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauEfficiencyContJetIDTool.cxx
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauEfficiencyContJetIDTool.cxx
@@ -81,18 +81,18 @@ CP::SystematicSet TauEfficiencyContJetIDTool::recommendedSystematics() const
   return sSystematicSet;
 }
 
-CP::SystematicCode TauEfficiencyContJetIDTool::applySystematicVariation ( const CP::SystematicSet& sSystematicSet)
+StatusCode TauEfficiencyContJetIDTool::applySystematicVariation ( const CP::SystematicSet& sSystematicSet)
 {
   // first check if we already know this systematic configuration
   auto itSystematicSet = m_mSystematicSets.find(sSystematicSet);
   if (itSystematicSet != m_mSystematicSets.end())
   {
     m_sSystematicSet = &itSystematicSet->first;
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
   }
   // store this calibration for future use, and make it current
   m_sSystematicSet = &m_mSystematicSets.insert(std::pair<CP::SystematicSet,std::string>(sSystematicSet, sSystematicSet.name())).first->first;
-  return CP::SystematicCode::Ok;
+  return StatusCode::SUCCESS;
 }
 
 //=================================PRIVATE-PART=================================
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauEfficiencyCorrectionsTool.cxx b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauEfficiencyCorrectionsTool.cxx
index a3dffb162b5d486a12070ba38d69f8d3874d8db5..bb050ed8eb9fb6db766b3d8f9e22d65f70d5a9af 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauEfficiencyCorrectionsTool.cxx
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauEfficiencyCorrectionsTool.cxx
@@ -135,7 +135,7 @@ StatusCode TauEfficiencyCorrectionsTool::initializeWithTauSelectionTool()
       if ( m_tTauSelectionTool->m_iEleBDTWP == ELEIDBDTMEDIUM)
         m_iOLRLevel = ELEBDTMEDIUMPLUSVETO;
       if ( m_tTauSelectionTool->m_iEleBDTWP == ELEIDBDTTIGHT)
-        m_iOLRLevel = ELEBDTIGHTPLUSVETO;
+        m_iOLRLevel = ELEBDTTIGHTPLUSVETO;
     }
     else if (!(m_tTauSelectionTool->m_iSelectionCuts & CutEleOLR) and m_tTauSelectionTool->m_bEleOLR
       and m_tTauSelectionTool->m_iSelectionCuts & CutEleBDTWP )
@@ -146,7 +146,7 @@ StatusCode TauEfficiencyCorrectionsTool::initializeWithTauSelectionTool()
       if ( m_tTauSelectionTool->m_iEleBDTWP == ELEIDBDTMEDIUM)
         m_iOLRLevel = ELEBDTMEDIUM;
       if ( m_tTauSelectionTool->m_iEleBDTWP == ELEIDBDTTIGHT)
-        m_iOLRLevel = ELEBDTIGHT;
+        m_iOLRLevel = ELEBDTTIGHT;
     }
 
     // use electron OLR scale factors if TauSelectionTool applies electron OLR
@@ -453,15 +453,15 @@ CP::SystematicSet TauEfficiencyCorrectionsTool::recommendedSystematics() const
 }
 
 //______________________________________________________________________________
-CP::SystematicCode TauEfficiencyCorrectionsTool::applySystematicVariation ( const CP::SystematicSet& sSystematicSet)
+StatusCode TauEfficiencyCorrectionsTool::applySystematicVariation ( const CP::SystematicSet& sSystematicSet)
 {
   for (auto it = m_vCommonEfficiencyTools.begin(); it != m_vCommonEfficiencyTools.end(); it++)
-    if ((**it)->applySystematicVariation(sSystematicSet) == CP::SystematicCode::Unsupported)
-      return CP::SystematicCode::Unsupported;
+    if ((**it)->applySystematicVariation(sSystematicSet) == StatusCode::FAILURE)
+      return StatusCode::FAILURE;
   for (auto it = m_vTriggerEfficiencyTools.begin(); it != m_vTriggerEfficiencyTools.end(); it++)
-    if ((**it)->applySystematicVariation(sSystematicSet) == CP::SystematicCode::Unsupported)
-      return CP::SystematicCode::Unsupported;
-  return CP::SystematicCode::Ok;
+    if ((**it)->applySystematicVariation(sSystematicSet) == StatusCode::FAILURE)
+      return StatusCode::FAILURE;
+  return StatusCode::SUCCESS;
 }
 
 //=================================PRIVATE-PART=================================
@@ -1236,9 +1236,9 @@ std::string TauEfficiencyCorrectionsTool::ConvertEleOLRToString(const int& iLeve
   case ELETIGHTLLHOLR:
     return "EleTightLLHOLR";
     break;
-  case ELEBDTIGHTPLUSVETO:
+  case ELEBDTTIGHTPLUSVETO:
     return "eleBDTTightPlusVeto";
-  case ELEBDTIGHT:
+  case ELEBDTTIGHT:
     return "eleBDTTight";
   case ELEBDTMEDIUMPLUSVETO:
     return "eleBDTMediumPlusVeto";
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauEfficiencyTriggerTool.cxx b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauEfficiencyTriggerTool.cxx
index cd3e68f2433d82e110c8fc1cccdfde71b1f2b468..436fe3e44259c362c39dd15838c81a7a90f2d7c8 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauEfficiencyTriggerTool.cxx
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauEfficiencyTriggerTool.cxx
@@ -55,7 +55,7 @@ StatusCode TauEfficiencyTriggerTool::initialize()
   generateSystematicSets();
 
   // load empty systematic variation by default
-  if (applySystematicVariation(CP::SystematicSet()) != CP::SystematicCode::Ok )
+  if (applySystematicVariation(CP::SystematicSet()) != StatusCode::SUCCESS )
     return StatusCode::FAILURE;
 
   return StatusCode::SUCCESS;
@@ -136,14 +136,14 @@ CP::CorrectionCode TauEfficiencyTriggerTool::getEfficiencyScaleFactor(const xAOD
 }
 
 //______________________________________________________________________________
-CP::SystematicCode TauEfficiencyTriggerTool::applySystematicVariation ( const CP::SystematicSet& sSystematicSet)
+StatusCode TauEfficiencyTriggerTool::applySystematicVariation ( const CP::SystematicSet& sSystematicSet)
 {
   // first check if we already know this systematic configuration
   auto itSystematicSet = m_mSystematicSets.find(sSystematicSet);
   if (itSystematicSet != m_mSystematicSets.end())
   {
     m_sSystematicSet = &itSystematicSet->first;
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
   }
 
   // sanity checks if systematic set is supported
@@ -163,7 +163,7 @@ CP::SystematicCode TauEfficiencyTriggerTool::applySystematicVariation ( const CP
     // {
     //   ATH_MSG_ERROR("unsupported set of systematic variations, you should either use only \"UP\" or only \"DOWN\" systematics in one set!");
     //   ATH_MSG_ERROR("systematic set will not be applied");
-    //   return CP::SystematicCode::Unsupported;
+    //   return StatusCode::FAILURE;
     // }
     // dDirection = sSyst.parameter();
 
@@ -171,7 +171,7 @@ CP::SystematicCode TauEfficiencyTriggerTool::applySystematicVariation ( const CP
     {
       ATH_MSG_ERROR("unsupported set of systematic variations, you should not combine \"TAUS_{TRUE|FAKE}_EFF_*_TOTAL\" with other systematic variations!");
       ATH_MSG_ERROR("systematic set will not be applied");
-      return CP::SystematicCode::Unsupported;
+      return StatusCode::FAILURE;
     }
 
     // finally add the systematic to the set of systematics to process
@@ -181,7 +181,7 @@ CP::SystematicCode TauEfficiencyTriggerTool::applySystematicVariation ( const CP
   // store this calibration for future use, and make it current
   m_sSystematicSet = &m_mSystematicSets.insert(std::pair<CP::SystematicSet,std::string>(sSystematicSetAvailable, sSystematicSet.name())).first->first;
 
-  return CP::SystematicCode::Ok;
+  return StatusCode::SUCCESS;
 }
 
 //______________________________________________________________________________
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauOverlappingElectronLLHDecorator.cxx b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauOverlappingElectronLLHDecorator.cxx
index 791c86e8a10a6b5acad74c470ff8e9242ef5c8ba..8ee073838130c997f846920ba91bfb7c461b9913 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauOverlappingElectronLLHDecorator.cxx
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauOverlappingElectronLLHDecorator.cxx
@@ -1,7 +1,7 @@
 #ifndef XAOD_STANDALONE
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 // EDM include(s):
@@ -28,7 +28,7 @@ TauOverlappingElectronLLHDecorator::TauOverlappingElectronLLHDecorator( const st
   , m_bElectonsAvailable(true)
   , m_hCutValues(0)
   , m_bEleOLRMatchAvailable(false)
-  , m_bNewEvent(false)
+  , m_bNewEvent(true)
   // , m_sElectronPhotonSelectorToolsConfigFile("ElectronPhotonSelectorTools/offline/mc15_20150224/ElectronLikelihoodLooseOfflineConfig2015.conf")
   , m_sElectronPhotonSelectorToolsConfigFile("ElectronPhotonSelectorTools/offline/mc15_20150712/ElectronLikelihoodLooseOfflineConfig2015.conf")
   , m_sEleOlrPassDecorationName("ele_olr_pass_fix")
@@ -185,15 +185,6 @@ StatusCode TauOverlappingElectronLLHDecorator::decorate(const xAOD::TauJet& xTau
   return StatusCode::SUCCESS;
 }
 
-//______________________________________________________________________________
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
-StatusCode TauOverlappingElectronLLHDecorator::initializeEvent()
-{
-  return beginEvent();
-}
-#pragma GCC diagnostic pop
-
 //=================================PRIVATE-PART=================================
 //______________________________________________________________________________
 float TauOverlappingElectronLLHDecorator::getCutVal(float fEta, float fPt) const
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauSelectionTool.cxx b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauSelectionTool.cxx
index 24a6b5f0b7c65287e5e7d050bfb98edadddf1a8f..305a73a22b52cc3ea2796d6daee584e6901fcf81 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauSelectionTool.cxx
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauSelectionTool.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 // Local include(s):
@@ -412,6 +412,7 @@ StatusCode TauSelectionTool::initialize()
   return StatusCode::SUCCESS;
 }
 
+
 //______________________________________________________________________________
 StatusCode TauSelectionTool::beginEvent()
 {
@@ -632,6 +633,8 @@ int TauSelectionTool::convertStrToEleBDTWP(const std::string& sEleBDTWP)
   else if (sEleBDTWP == "ELEIDBDTLOOSE") return int(ELEIDBDTLOOSE);
   else if (sEleBDTWP == "ELEIDBDTMEDIUM") return int(ELEIDBDTMEDIUM);
   else if (sEleBDTWP == "ELEIDBDTTIGHT") return int(ELEIDBDTTIGHT);
+  else if (sEleBDTWP == "ELEIDBDTOLDLOOSE") return int(ELEIDBDTOLDLOOSE);
+  else if (sEleBDTWP == "ELEIDBDTOLDMEDIUM") return int(ELEIDBDTOLDMEDIUM);
 
   ATH_MSG_ERROR( "electron ID working point "<<sEleBDTWP<<" is unknown, the cut EleBDTWP will not accept any tau!" );
   return -1;
@@ -720,6 +723,12 @@ std::string TauSelectionTool::convertEleBDTWPToStr(int iEleBDTWP)
   case ELEIDBDTTIGHT:
     return "ELEIDBDTTIGHT";
     break;
+  case ELEIDBDTOLDLOOSE:
+    return "ELEIDBDTOLDLOOSE";
+    break;
+  case ELEIDBDTOLDMEDIUM:
+    return "ELEIDBDTOLDMEDIUM";
+    break;
   default:
     ATH_MSG_ERROR( "ID working point with enum "<<iEleBDTWP<<" is unknown, the cut EleBDTWP will not accept any tau!" );
     break;
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauSmearingRun1Tool.cxx b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauSmearingRun1Tool.cxx
index 4f9776744128fbacde9aa3e23a3cb1c9dd9692eb..58ca9cdfb177233ead4250b34545bf445731989d 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauSmearingRun1Tool.cxx
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauSmearingRun1Tool.cxx
@@ -149,18 +149,18 @@ CP::SystematicSet TauSmearingRun1Tool::recommendedSystematics() const
   return result;
 }
 
-CP::SystematicCode TauSmearingRun1Tool::applySystematicVariation ( const CP::SystematicSet& sSystematicSet)
+StatusCode TauSmearingRun1Tool::applySystematicVariation ( const CP::SystematicSet& sSystematicSet)
 {
   // first check if we already know this systematic configuration
   auto itSystematicSet = m_mSystematicSets.find(sSystematicSet);
   if (itSystematicSet != m_mSystematicSets.end())
   {
     m_sSystematicSet = &itSystematicSet->first;
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
   }
   // store this calibration for future use, and make it current
   m_sSystematicSet = &m_mSystematicSets.insert(std::pair<CP::SystematicSet,std::string>(sSystematicSet, sSystematicSet.name())).first->first;
-  return CP::SystematicCode::Ok;
+  return StatusCode::SUCCESS;
 }
 
 //=================================PRIVATE-PART=================================
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauSmearingTool.cxx b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauSmearingTool.cxx
index ae31b398bb58c39c3ef1af2eb848d8c10ebe21c6..500275a6bf4697fa25fd353f47703801fe5cf120 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauSmearingTool.cxx
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/Root/TauSmearingTool.cxx
@@ -159,7 +159,7 @@ CP::SystematicSet TauSmearingTool::recommendedSystematics() const
   return m_tCommonSmearingTool->recommendedSystematics();
 }
 
-CP::SystematicCode TauSmearingTool::applySystematicVariation ( const CP::SystematicSet& sSystematicSet)
+StatusCode TauSmearingTool::applySystematicVariation ( const CP::SystematicSet& sSystematicSet)
 {
   return m_tCommonSmearingTool->applySystematicVariation( sSystematicSet );
 }
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/CommonEfficiencyTool.h b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/CommonEfficiencyTool.h
index 07b50b0d7dbab3207768be61f5ae3c923a708b24..341f82d531442dd15b357fa961794bfff49529ee 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/CommonEfficiencyTool.h
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/CommonEfficiencyTool.h
@@ -75,7 +75,7 @@ public:
   /// configure this tool for the given list of systematic variations.  any
   /// requested systematics that are not affecting this tool will be silently
   /// ignored (unless they
-  virtual CP::SystematicCode applySystematicVariation ( const CP::SystematicSet& sSystematicSet);
+  virtual StatusCode applySystematicVariation ( const CP::SystematicSet& sSystematicSet);
 
   virtual bool isSupportedRunNumber( int iRunNumber )
   {
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/CommonSmearingTool.h b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/CommonSmearingTool.h
index 49972953448661d6c5af512ed68c697a20f59f13..2e36e758fa6ee275c65ed8917ab6a87d4ad5c6ed 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/CommonSmearingTool.h
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/CommonSmearingTool.h
@@ -81,7 +81,7 @@ public:
   /// configure this tool for the given list of systematic variations.  any
   /// requested systematics that are not affecting this tool will be silently
   /// ignored (unless they
-  virtual CP::SystematicCode applySystematicVariation ( const CP::SystematicSet& sSystematicSet);
+  virtual StatusCode applySystematicVariation ( const CP::SystematicSet& sSystematicSet);
 
 
 protected:
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/DiTauEfficiencyCorrectionsTool.h b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/DiTauEfficiencyCorrectionsTool.h
index de37c5b7a6ebbe52a966cf8d3cec2b4417b7611a..6a8db99221653cb24055757d14f5e48997f19f09 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/DiTauEfficiencyCorrectionsTool.h
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/DiTauEfficiencyCorrectionsTool.h
@@ -62,7 +62,7 @@ public:
   /// returns: the list of all systematics this tool recommends to use
   virtual CP::SystematicSet recommendedSystematics() const;
 
-  virtual CP::SystematicCode applySystematicVariation( const CP::SystematicSet& systConfig );
+  virtual StatusCode applySystematicVariation( const CP::SystematicSet& systConfig );
 
   virtual bool isSupportedRunNumber( int iRunNumber )
   {
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h
index b703ba55f12d4d1ba35ff3a72a6f96c99cd95ba8..812d58d4235dc96d69f13dbbca5302240f5fbe8a 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/Enums.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TAUANALYSISTOOLS_ENUMS_H
@@ -8,12 +8,8 @@
 /*
   author: Dirk Duschinger
   mail: dirk.duschinger@cern.ch
-  documentation in: ../README.rst
-                    or
-                    https://svnweb.cern.ch/trac/atlasoff/browser/PhysicsAnalysis/TauID/TauAnalysisTools/tags/TauAnalysisTools-<tag>/README.rst
-		    or
-                    https://svnweb.cern.ch/trac/atlasoff/browser/PhysicsAnalysis/TauID/TauAnalysisTools/trunk/README.rst
-*/
+  documentation in: https://gitlab.cern.ch/atlas/athena/-/blob/master/PhysicsAnalysis/TauID/TauAnalysisTools/doc/README-TauSelectionTool.rst
+W*/
 
 namespace TauAnalysisTools
 {
@@ -47,11 +43,13 @@ typedef enum e_JETID
 typedef enum e_ELEID
 {
   ELEIDNONEUNCONFIGURED = 0,
-  ELEIDNONE      = 1,
-  ELEIDBDTLOOSE  = 2,
-  ELEIDBDTMEDIUM = 3,
-  ELEIDBDTTIGHT  = 4,
-  ELEIDOTHER     = 5
+  ELEIDNONE         = 1,
+  ELEIDBDTLOOSE     = 2,
+  ELEIDBDTMEDIUM    = 3,
+  ELEIDBDTTIGHT     = 4,
+  ELEIDBDTOLDLOOSE  = 5,
+  ELEIDBDTOLDMEDIUM = 6,
+  ELEIDOTHER        = 7
 } ELEID;
 
 typedef enum
@@ -68,8 +66,8 @@ typedef enum
   ELEMEDIUMLLHOLR = 8,
   ELETIGHTLLHOLR  = 9,
 
-  ELEBDTIGHTPLUSVETO = 10,
-  ELEBDTIGHT = 11,
+  ELEBDTTIGHTPLUSVETO = 10,
+  ELEBDTTIGHT = 11,
   ELEBDTMEDIUMPLUSVETO = 12,
   ELEBDTMEDIUM = 13,
   ELEBDTLOOSEPLUSVETO = 14,
@@ -117,6 +115,8 @@ enum EfficiencyCorrectionType
   // SFEleIDJet       = 21,
   // SFEleIDElectron  = 22,
   // SFEleIDMuon      = 23,
+
+  SFDecayMode = 24,
 };
 
 enum EfficiencyCorrectionSystematicType
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/ITauOverlappingElectronLLHDecorator.h b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/ITauOverlappingElectronLLHDecorator.h
index b19240af3b0f60d77fda3ff1ee07ab7a8d538868..5299e133fe97b9ba5904a5631fae3a938649ac9d 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/ITauOverlappingElectronLLHDecorator.h
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/ITauOverlappingElectronLLHDecorator.h
@@ -10,11 +10,8 @@
 /*
   author: Dirk Duschinger
   mail: dirk.duschinger@cern.ch
-  documentation in: ../README.rst
-                    or
-                    https://svnweb.cern.ch/trac/atlasoff/browser/PhysicsAnalysis/TauID/TauAnalysisTools/tags/TauAnalysisTools-<tag>/README.rst
-                    or
-                    https://svnweb.cern.ch/trac/atlasoff/browser/PhysicsAnalysis/TauID/TauAnalysisTools/trunk/README.rst
+  documentation in: https://gitlab.cern.ch/atlas/athena/-/blob/master/PhysicsAnalysis/TauID/TauAnalysisTools/doc/README-TauOverlappingElectronLLHDecorator.rst
+                    
 */
 
 
@@ -37,8 +34,6 @@ class ITauOverlappingElectronLLHDecorator
 
 public:
 
-  virtual StatusCode initializeEvent() __attribute__ ((deprecated("This function is deprecated. Please remove it from your code.\nFor further information please refer to the README:\nhttps://svnweb.cern.ch/trac/atlasoff/browser/PhysicsAnalysis/TauID/TauAnalysisTools/trunk/doc/README-TauOverlappingElectronLLHDecorator.rst"))) = 0;
-
   virtual StatusCode decorate(const xAOD::TauJet& xTau) const = 0;
   virtual StatusCode setEleOlrPassDecorationName(const std::string& name) = 0;
   virtual StatusCode setEleOlrLhScoreDecorationName(const std::string& name) = 0;
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/ITauSelectionTool.h b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/ITauSelectionTool.h
index 4096bfa2c365ac5c69082f67db0b38087c050f4a..477482444b2f1e528b4d721d92e1a1c1794bb54c 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/ITauSelectionTool.h
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/ITauSelectionTool.h
@@ -1,7 +1,7 @@
 // Dear emacs, this is -*- c++ -*-
 
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TAUANALYSISTOOLS_ITAUONSELECTIONTOOL_H
@@ -10,11 +10,7 @@
 /*
   author: Dirk Duschinger
   mail: dirk.duschinger@cern.ch
-  documentation in: ../README.rst
-                    or
-                    https://svnweb.cern.ch/trac/atlasoff/browser/PhysicsAnalysis/TauID/TauAnalysisTools/tags/TauAnalysisTools-<tag>/README.rst
-		    or
-                    https://svnweb.cern.ch/trac/atlasoff/browser/PhysicsAnalysis/TauID/TauAnalysisTools/trunk/README.rst
+  documentation in: https://gitlab.cern.ch/atlas/athena/-/blob/master/PhysicsAnalysis/TauID/TauAnalysisTools/doc/README-TauSelectionTool.rst
 */
 
 // Framework include(s):
@@ -57,7 +53,6 @@ public:
 
   /// Write control histograms to output file
   virtual void writeControlHistograms() = 0;
-
 }; // class ITauSelectionTool
 
 } // namespace TauAnalysisTools
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/SelectionCuts.h b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/SelectionCuts.h
index 3c933e70d2b9e1b1c4efd10f474d380390ef117c..ee62981efeb9436debc528366e991cf5289b66c0 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/SelectionCuts.h
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/SelectionCuts.h
@@ -1,7 +1,7 @@
 // Dear emacs, this is -*- c++ -*-
 
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TAUANALYSISTOOLS_SELECTIONCUTS_H
@@ -10,11 +10,7 @@
 /*
   author: Dirk Duschinger
   mail: dirk.duschinger@cern.ch
-  documentation in: ../README.rst
-                    or
-                    https://svnweb.cern.ch/trac/atlasoff/browser/PhysicsAnalysis/TauID/TauAnalysisTools/tags/TauAnalysisTools-<tag>/README.rst
-		    or
-                    https://svnweb.cern.ch/trac/atlasoff/browser/PhysicsAnalysis/TauID/TauAnalysisTools/trunk/README.rst
+  documentation in: https://gitlab.cern.ch/atlas/athena/-/blob/master/PhysicsAnalysis/TauID/TauAnalysisTools/doc/README-TauSelectionTool.rst
 */
 
 // Framework include(s):
@@ -155,6 +151,7 @@ private:
   virtual void fillHistogram(const xAOD::TauJet& xTau, TH1F& hHist) override;
 };
 
+
 class SelectionCutJetIDWP
   : public SelectionCut
 {
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/SharedFilesVersion.h b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/SharedFilesVersion.h
index 2caaa1bed2aefd308b426aadfd6b2a32f321cacd..fc094b02bd28e8d002d0dbaefd490ecdaab19d31 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/SharedFilesVersion.h
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/SharedFilesVersion.h
@@ -1,5 +1,11 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
-#define sSharedFilesVersion "00-02-62"
+#ifndef TAUANALYSISTOOLS_SHAREDFILESVERSION_H
+#define TAUANALYSISTOOLS_SHAREDFILESVERSION_H
+
+/// Version of the calibration files
+static const char *const sSharedFilesVersion = "00-03-16";
+
+#endif // TAUANALYSISTOOLS_SHAREDFILESVERSION_H
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauEfficiencyContJetIDTool.h b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauEfficiencyContJetIDTool.h
index c92096c3468341373cdf907d58c9d57010fd7f6a..14946382c3dceeefd6dce621076205bf4c4cd2d1 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauEfficiencyContJetIDTool.h
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauEfficiencyContJetIDTool.h
@@ -43,7 +43,7 @@ public:
   bool isAffectedBySystematic( const CP::SystematicVariation& systematic ) const;
   CP::SystematicSet affectingSystematics() const;
   CP::SystematicSet recommendedSystematics() const;
-  CP::SystematicCode applySystematicVariation ( const CP::SystematicSet& sSystematicSet);
+  StatusCode applySystematicVariation ( const CP::SystematicSet& sSystematicSet);
 
 
 private:
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauEfficiencyCorrectionsTool.h b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauEfficiencyCorrectionsTool.h
index 1250cc652ad10fc6b99292244173c55af1608a9f..2bdc46addaf5abc0c3fed4c7a29dcc67cc9c3671 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauEfficiencyCorrectionsTool.h
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauEfficiencyCorrectionsTool.h
@@ -76,7 +76,7 @@ public:
   /// returns: the list of all systematics this tool recommends to use
   virtual CP::SystematicSet recommendedSystematics() const;
 
-  virtual CP::SystematicCode applySystematicVariation( const CP::SystematicSet& systConfig );
+  virtual StatusCode applySystematicVariation( const CP::SystematicSet& systConfig );
 
   virtual bool isSupportedRunNumber( int iRunNumber )
   {
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauEfficiencyTriggerTool.h b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauEfficiencyTriggerTool.h
index a0bad5ac78462dde60324e14b9bd918a133a76af..9cc30a857ed582b8629cd2bff13a3ab4e609d0bc 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauEfficiencyTriggerTool.h
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauEfficiencyTriggerTool.h
@@ -57,7 +57,7 @@ public:
 
   virtual CP::CorrectionCode getEfficiencyScaleFactor(const xAOD::TauJet& tau, double& dEfficiencyScaleFactor);
 
-  virtual CP::SystematicCode applySystematicVariation ( const CP::SystematicSet& sSystematicSet);
+  virtual StatusCode applySystematicVariation ( const CP::SystematicSet& sSystematicSet);
 
   virtual StatusCode setRunNumber(int iRunNumber);
 
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauOverlappingElectronLLHDecorator.h b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauOverlappingElectronLLHDecorator.h
index 586e7b31b2f01aa655cac64c190d760adb7352dc..9f47d491c51c19a5d21ea6b363c56ea5be8de217 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauOverlappingElectronLLHDecorator.h
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauOverlappingElectronLLHDecorator.h
@@ -1,22 +1,22 @@
-#ifndef XAOD_STANDALONE
-
 // Dear emacs, this is -*- c++ -*-
-
 /*
   Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
 */
 
+/*
+TauOverlappingElectronLLHDecorator depends on an EGamma tool which is
+not avaible in AnalysisBase. To make TauAnalysisTools compiel, this
+class is ignored in AnalysisBase.
+*/
+#ifndef XAOD_STANDALONE
+
 #ifndef TAUANALYSISTOOLS_TAUOVERLAPPINGELECTRONLLHDECORATOR_H
 #define TAUANALYSISTOOLS_TAUOVERLAPPINGELECTRONLLHDECORATOR_H
 
 /*
   author: Dirk Duschinger
   mail: dirk.duschinger@cern.ch
-  documentation in: ../README.rst
-                    or
-                    https://svnweb.cern.ch/trac/atlasoff/browser/PhysicsAnalysis/TauID/TauAnalysisTools/tags/TauAnalysisTools-<tag>/README.rst
-		    or
-                    https://svnweb.cern.ch/trac/atlasoff/browser/PhysicsAnalysis/TauID/TauAnalysisTools/trunk/README.rst
+  documentation in: https://gitlab.cern.ch/atlas/athena/-/blob/master/PhysicsAnalysis/TauID/TauAnalysisTools/doc/README-TauOverlappingElectronLLHDecorator.rst
 */
 
 // Framework include(s):
@@ -58,8 +58,6 @@ public:
   /// Function initialising the tool
   virtual StatusCode initialize();
 
-  virtual StatusCode initializeEvent() __attribute__ ((deprecated("This function is deprecated. Please remove it from your code.\nFor further information please refer to the README:\nhttps://svnweb.cern.ch/trac/atlasoff/browser/PhysicsAnalysis/TauID/TauAnalysisTools/trunk/doc/README-TauOverlappingElectronLLHDecorator.rst")));
-
   virtual StatusCode decorate(const xAOD::TauJet& xTau) const;
 
   virtual StatusCode setEleOlrPassDecorationName(const std::string& name);
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauSelectionTool.h b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauSelectionTool.h
index 3c249a52823f58b8d7bafc36b6a8edc9398343d7..dd2b607b878f78504e85b1727f9643d690e26200 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauSelectionTool.h
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauSelectionTool.h
@@ -1,7 +1,7 @@
 // Dear emacs, this is -*- c++ -*-
 
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TAUANALYSISTOOLS_TAUSELECTIONTOOL_H
@@ -10,11 +10,7 @@
 /*
   author: Dirk Duschinger
   mail: dirk.duschinger@cern.ch
-  documentation in: ../README.rst
-                    or
-                    https://svnweb.cern.ch/trac/atlasoff/browser/PhysicsAnalysis/TauID/TauAnalysisTools/tags/TauAnalysisTools-<tag>/README.rst
-		    or
-                    https://svnweb.cern.ch/trac/atlasoff/browser/PhysicsAnalysis/TauID/TauAnalysisTools/trunk/README.rst
+  documentation in: https://gitlab.cern.ch/atlas/athena/-/blob/master/PhysicsAnalysis/TauID/TauAnalysisTools/doc/README-TauSelectionTool.rst
 */
 
 // Framework include(s):
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauSmearingRun1Tool.h b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauSmearingRun1Tool.h
index 93f01d6b5fe87c2609035562ef7eeaa5982a7de9..6954fafae6f199f35ad07c452ef94010dc5e34d0 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauSmearingRun1Tool.h
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauSmearingRun1Tool.h
@@ -54,7 +54,7 @@ public:
   /// returns: the list of all systematics this tool recommends to use
   virtual CP::SystematicSet recommendedSystematics() const;
 
-  virtual CP::SystematicCode applySystematicVariation( const CP::SystematicSet& systConfig );
+  virtual StatusCode applySystematicVariation( const CP::SystematicSet& systConfig );
 
   enum TESComponent
   {
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauSmearingTool.h b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauSmearingTool.h
index d3d79702bfcc14b29f02cfcd58f48ed5d393c539..e2fb28d03ef1f8f45e23997b3814e98f2c12516b 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauSmearingTool.h
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/TauAnalysisTools/TauSmearingTool.h
@@ -60,7 +60,7 @@ public:
   /// returns: the list of all systematics this tool recommends to use
   virtual CP::SystematicSet recommendedSystematics() const;
 
-  virtual CP::SystematicCode applySystematicVariation( const CP::SystematicSet& systConfig );
+  virtual StatusCode applySystematicVariation( const CP::SystematicSet& systConfig );
 
 private:
   asg::AnaToolHandle<ITauSmearingTool> m_tCommonSmearingTool;
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/doc/README-TauSelectionTool.rst b/PhysicsAnalysis/TauID/TauAnalysisTools/doc/README-TauSelectionTool.rst
index c0ac6d7648248f430891b69a814970c33fa90acf..aee43179d0d508e895be8efeec0be5bd85e95978 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/doc/README-TauSelectionTool.rst
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/doc/README-TauSelectionTool.rst
@@ -3,9 +3,11 @@ TauSelectionTool
 ================
 
 :authors: Dirk Duschinger, David Kirchmeier
-:contact: dirk.duschinger@cern.ch, david.kirchmeier@cern.ch
+:contact: guillermo.nicolas.hamity@cern.ch, dirk.duschinger@cern.ch, david.kirchmeier@cern.ch
 
-.. contents:: Table of contents
+.. contents:: Table of contents 
+
+**NOTE:** The eleBDT working points were updated to the new re-tuned eleBDT scores. These are only available in new derivations with AODfix (since 21.2.54.0, p3759). In cases where an electron veto is needed and older derivations are used, you may have to switch the ELEIDBDTOLDLOOSE or ELEIDBDTOLDMEDIUM working points. See the below ``CutEleBDTWP`` table with all eleBDT working points. 
 
 ------------
 Introduction
@@ -25,35 +27,9 @@ The tool at least needs to be created and initialized like::
   
 This creates the tool with the recommended cuts, which are defined in the
 default config file
-/afs/cern.ch/atlas/www/GROUPS/DATABASE/GroupData/TauAnalysisTools/00-00-30/Selection/recommended_selection_mc15.conf
+/cvmfs/atlas.cern.ch/repo/sw/database/GroupData/TauAnalysisTools/00-00-30/Selection/recommended_selection_mc15.conf
 (or in newer versions).
 
-------------------
-Release Check
-------------------
-
-Since TauAnalysisTools-00-02-43 an automatic release check is implemented. 
-For samples which are not AODFix (before 20.7.8.5, excluding 20.7.8.2) the electron overlap removal is re-run. For AODFix samples (20.7.8.5 and above)
-the available electron overlap removal is used. One can turn off this release 
-check via::
-   
-   TauSelTool.setProperty("IgnoreAODFixCheck", true);
-
-In that case one can force the electron overlap-removal to be 
-re-calculated via::
-  
-   TauSelTool.setProperty("RecalcEleOLR", true);
-
-**Note:** that in case one wants to use the electron overlap-removal `EleOLR` in
- not AOD fixed samples it
- is recommended to run the `TauOverlappingElectronLLHDecorator
- <README-TauOverlappingElectronLLHDecorator.rst>`_ before calling the *accept*
- function of the TauSelectionTool. However, if this is not done, the tool uses
- the TauOverlappingElectronLLHDecorator internally to decorate the tau with the
- electron likelihood score. In this case it is recommended to call
- intializeEvent() in each new event, otherwise the electron container will be
- retrieved for each tau, which is overhead and much slower.
-
 ------------------
 Tool configuration
 ------------------
@@ -140,7 +116,7 @@ setup:
      - accepting taus with the given absolute charge
      - if ``AbsCharge`` is configured, ``AbsCharges`` configuration wont be considered
 
-   * - ``CutNTracks``
+   * - ``CutNTrack``
      - ``NTracks``
      - ``std::vector<size_t>``
      - accepting taus with a set of track multiplicities, each value in the vector will be accepted
@@ -152,23 +128,41 @@ setup:
      - accepting taus with the given track multiplicity
      - if ``NTrack`` is configured, ``NTracks`` configuration wont be considered
 
-   * - ``CutJetBDTScore``
-     - ``JetBDTRegion``
+   * - ``CutJetBDTScoreSigTrans``
+     - ``JetBDTSigTransRegion``
      - ``std::vector<double>``
      - accepting taus within jet BDT score regions, each `odd` in the vector is a lower bound, each `even` is an upper bound
-     -
+     - ``JetBDTSigTrans`` is a transformed BDT score and provides flat ID efficiencies with respect to pT and pile-up. 
 
    * -
-     - ``JetBDTMin``
+     - ``JetBDTSigTransMin``
      - ``double``
      - accepting taus with a jet BDT score above a lower bound
-     - if ``JetBDTMin`` is configured, ``JetBDTRegion`` configuration wont be considered
+     - if ``JetBDTMin`` is configured, ``JetBDTRegion`` configuration wont be considered. ``JetBDTSigTrans`` is a transformed BDT score and provides flat ID efficiencies with respect to pT and pile-up. 
 
    * - 
-     - ``JetBDTMax``
+     - ``JetBDTSigTransMax``
      - ``double``
      - accepting taus with a jet BDT score below an upper bound
-     - if ``JetBDTMax`` is configured, ``JetBDTRegion`` configuration wont be considered
+     - if ``JetBDTMax`` is configured, ``JetBDTRegion`` configuration wont be considered. ``JetBDTSigTrans`` is a transformed BDT score and provides flat ID efficiencies with respect to pT and pile-up. 
+
+   * - ``CutJetRNNScoreSigTrans``
+     - ``JetRNNSigTransRegion``
+     - ``std::vector<double>``
+     - accepting taus within jet RNN score regions, each `odd` in the vector is a lower bound, each `even` is an upper bound
+     - ``JetRNNSigTrans`` is a transformed RNN score and provides flat ID efficiencies with respect to pT and pile-up. 
+
+   * -
+     - ``JetRNNSigTransMin``
+     - ``double``
+     - accepting taus with a jet RNN score above a lower bound
+     - if ``JetRNNMin`` is configured, ``JetRNNRegion`` configuration wont be considered. ``JetRNNSigTrans`` is a transformed RNN score and provides flat ID efficiencies with respect to pT and pile-up. 
+
+   * - 
+     - ``JetRNNSigTransMax``
+     - ``double``
+     - accepting taus with a jet RNN score below an upper bound
+     - if ``JetRNNMax`` is configured, ``JetRNNRegion`` configuration wont be considered. ``JetRNNSigTrans`` is a transformed RNN score and provides flat ID efficiencies with respect to pT and pile-up. 
 
    * - ``CutJetIDWP``
      - ``JetIDWP``
@@ -229,14 +223,17 @@ Currently implemented working points for ``CutJetIDWP`` are:
    * - JETIDNONE
      - no cut at all
      
+   * - JETIDBDTVERYLOOSE
+     - passing BDT very loose working point, ID efficiency 95%
+
    * - JETIDBDTLOOSE
-     - passing BDT loose working point
+     - passing BDT loose working point, ID efficiency 85% (75%) for 1-prong (3-prong)
      
    * - JETIDBDTMEDIUM
-     - passing BDT medium working point
+     - passing BDT medium working point, ID efficiency 75% (60%) for 1-prong (3-prong)
      
    * - JETIDBDTTIGHT
-     - passing BDT tight working point
+     - passing BDT tight working point, ID efficiency 60% (45%) for 1-prong (3-prong)
      
    * - JETIDBDTLOOSENOTTIGHT
      - passing BDT loose but not BDT tight working point
@@ -250,31 +247,51 @@ Currently implemented working points for ``CutJetIDWP`` are:
    * - JETIDBDTNOTLOOSE
      - not passing BDT loose working point
 
-   * - JETIDBDTVERYLOOSE
-     - passing BDT very loose working point, new since release 21
-
    * - JETBDTBKGLOOSE
-     - loose background working point, new since release 21
+     - loose background working point
 
    * - JETBDTBKGMEDIUM
-     - medium background working point, new since release 21
+     - medium background working point
 
    * - JETBDTBKGTIGHT
-     - tight background working point, new since release 21
+     - tight background working point
+
+   * - JETIDRNNVERYLOOSE
+     - passing RNN very loose working point, ID efficiency 95%
+
+   * - JETIDRNNLOOSE
+     - passing RNN loose working point, ID efficiency 85% (75%) for 1-prong (3-prong)
+     
+   * - JETIDRNNMEDIUM
+     - passing RNN medium working point, ID efficiency 75% (60%) for 1-prong (3-prong)
+     
+   * - JETIDRNNTIGHT
+     - passing RNN tight working point, ID efficiency 60% (45%) for 1-prong (3-prong)
+     
 
 and for ``CutEleBDTWP``:
 
 .. list-table::
    :header-rows: 1
+   :widths: 5 30
 
    * - Electron veto working points
      - description
      
    * - ELEIDBDTLOOSE
-     - BDT loose electron veto 
+     - BDT loose electron veto (BDTEleScoreSigTrans_retuned > 0.05), available in new derivations with AODfix (since 21.2.54.0, p3759)
      
    * - ELEIDBDTMEDIUM
-     - BDT medium electron veto 
+     - BDT medium electron veto (BDTEleScoreSigTrans_retuned > 0.15), available in new derivations with AODfix (since 21.2.54.0, p3759)
+     
+   * - ELEIDBDTTIGHT
+     - BDT tight electron veto (BDTEleScoreSigTrans_retuned > 0.25), available in new derivations with AODfix (since 21.2.54.0, p3759)
+     
+   * - ELEIDBDTOLDLOOSE
+     - old BDT loose electron veto (BDTEleScoreSigTrans > 0.05)
+
+   * - ELEIDBDTOLDMEDIUM
+     - old BDT medium electron veto (BDTEleScoreSigTrans > 0.15)
      
 
 If one wants to use a different setup one has three options:
@@ -342,40 +359,6 @@ configured, the tool will accept any tau. However, configuration can be achieved
 as described in the `previous section
 <README-TauSelectionTool.rst#overwrite-particular-cut-setups-or-the-list-of-cuts-to-be-executed>`_.
 
-Other tool configurations for the electron overlap removal
-==========================================================
-
-The electron overlap removal uses pT and eta (of the leading track) dependent
-thresholds stored in a root file. The input file can be set via::
-
-  TauSelTool.setProperty("EleOLRFilePath", "PATH/TO/FILE");
-
-Currently the following official input files are available in
-``/afs/cern.ch/atlas/www/GROUPS/DATABASE/GroupData``:
-
-.. list-table::
-   :header-rows: 1
-
-   * - file
-     - description
-
-   * - TauAnalysisTools/<latest tag>/Selection/eveto_cutvals.root
-     - 95% signal efficiency, loose working point
-       
-   * - TauAnalysisTools/<latest tag>/Selection/eveto_cutvals_90.root
-     - 90% signal efficiency, medium working point
-
-   * - TauAnalysisTools/<latest tag>/Selection/eveto_cutvals_85.root
-     - 85% signal efficiency, tight working point
-
-Use at least ``00-01-09`` for the ``<latest tag>``.
-     
-The electron overlap removal further depends on the electron container. If for
-some reason the electron container name differs from the default
-(``Electrons``), just change the property ``ElectronContainerName`` to the
-relevant container name::
-
-  TauSelTool.setProperty("ElectronContainerName", "MY/ELECTRON/CONTAINER/NAME");
      
 ----------------
 Tool application
@@ -455,12 +438,6 @@ FAQ
 
    **Note:** only the cuts in the last line will be processed
 
-
-#. **Question:** How can I use different working points for the electron overlap
-   removal.
-
-   **Answer:** This is described in this `section <README-TauSelectionTool.rst#other-tool-configurations-for-the-electron-overlap-removal>`_
-
 #. **Question**: After cutting on EleOLR there are still taus with rather large
    likelihood scores.
 
diff --git a/PhysicsAnalysis/TauID/TauAnalysisTools/util/TauAnalysisToolsExample.cxx b/PhysicsAnalysis/TauID/TauAnalysisTools/util/TauAnalysisToolsExample.cxx
index 6c825220f8bea646b047b51f10addb8bcc37412d..25b9e7725d47c772c05215d5e84b5bfe270718dc 100644
--- a/PhysicsAnalysis/TauID/TauAnalysisTools/util/TauAnalysisToolsExample.cxx
+++ b/PhysicsAnalysis/TauID/TauAnalysisTools/util/TauAnalysisToolsExample.cxx
@@ -63,8 +63,6 @@ using namespace TauAnalysisTools;
  
 int main( int argc, char* argv[] )
 {
-  CP::SystematicCode::enableFailure();
-
   StatusCode::enableFailure();
 
   // Check if we received a file name:
diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopAnalysis/Root/Tools.cxx b/PhysicsAnalysis/TopPhys/xAOD/TopAnalysis/Root/Tools.cxx
index abea04fd497b8806c27c61cc367e0462477368ab..3574e189429fc769e2cf43efee6407d913880229 100644
--- a/PhysicsAnalysis/TopPhys/xAOD/TopAnalysis/Root/Tools.cxx
+++ b/PhysicsAnalysis/TopPhys/xAOD/TopAnalysis/Root/Tools.cxx
@@ -28,7 +28,7 @@
 #include "xAODRootAccess/Init.h"
 //#include "xAODRootAccess/LoadDictionaries.h"
 
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "PATInterfaces/CorrectionCode.h"
 
 #include "AsgTools/AsgMetadataTool.h"
@@ -55,9 +55,7 @@ namespace top {
     //fail on unchecked error codes
     if (failOnUnchecked) {
       StatusCode::enableFailure();
-      CP::SystematicCode::enableFailure();
       CP::CorrectionCode::enableFailure();
-      //StatusCode::enableFailure();
     }
   }
 
diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopCorrections/Root/BTagScaleFactorCalculator.cxx b/PhysicsAnalysis/TopPhys/xAOD/TopCorrections/Root/BTagScaleFactorCalculator.cxx
index 718da6e4754b11f011fd92a7a2f4121146937194..b44f986510508fe60cb1751ee55e17292074ff47 100644
--- a/PhysicsAnalysis/TopPhys/xAOD/TopCorrections/Root/BTagScaleFactorCalculator.cxx
+++ b/PhysicsAnalysis/TopPhys/xAOD/TopCorrections/Root/BTagScaleFactorCalculator.cxx
@@ -14,7 +14,7 @@
 #include <functional>
 
 // For debug function
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "PATInterfaces/SystematicSet.h"
 #include "PATInterfaces/SystematicVariation.h"
 #include "CalibrationDataInterface/CalibrationDataInterfaceROOT.h"
diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopEventSelectionTools/Root/ExamplePlots.cxx b/PhysicsAnalysis/TopPhys/xAOD/TopEventSelectionTools/Root/ExamplePlots.cxx
index 4644e3108051a8dbc6891f0cf914d680eaa2dd9a..cd9e4f11e465b3cb1a975cbf96b4710b4f2a4a6d 100644
--- a/PhysicsAnalysis/TopPhys/xAOD/TopEventSelectionTools/Root/ExamplePlots.cxx
+++ b/PhysicsAnalysis/TopPhys/xAOD/TopEventSelectionTools/Root/ExamplePlots.cxx
@@ -30,7 +30,7 @@ namespace top {
 
     m_hists.addHist("event_mu", ";<#mu>;Events", 25, 0., 50.);
     if (m_config->isMC()) {
-      m_hists.addHist("mc_weight", ";MC Event Weight", 30, -1, 2);
+      m_hists.addHist("mc_weight", ";MC Event Weight", 30, -1, 1000);
       m_hists.addHist("jvt_SF", ";JVT SF", 120, -0.5, 2.5);
     }
 
@@ -41,17 +41,7 @@ namespace top {
     m_hists.addHist("el_eta", ";Electron #eta;Electrons", 20, -2.5, 2.5);
     m_hists.addHist("el_phi", ";Electron #phi;Electrons", 20, -M_PI, M_PI);
     m_hists.addHist("el_charge", ";Electron charge;Electrons", 3, -1.5, 1.5);
-    m_hists.addHist("el_trkpart_charge", ";Electron TrackParticle charge;Electrons", 3, -1.5, 1.5);
     if (m_config->isMC()) m_hists.addHist("el_true_type", ";Electron true type;Electrons", 20, 0., 20.);
-    m_hists.addHist("el_topoetcone20", ";Electron topoetcone20 / GeV;Electrons", 20, 0., 20.);
-    m_hists.addHist("el_topoetcone30", ";Electron topoetcone30 / GeV;Electrons", 20, 0., 20.);
-    m_hists.addHist("el_topoetcone40", ";Electron topoetcone40 / GeV;Electrons", 20, 0., 20.);
-    m_hists.addHist("el_ptcone20", ";Electron ptcone20 / GeV;Electrons", 20, 0., 10.);
-    m_hists.addHist("el_ptcone30", ";Electron ptcone30 / GeV;Electrons", 20, 0., 10.);
-    m_hists.addHist("el_ptcone40", ";Electron ptcone40 / GeV;Electrons", 20, 0., 10.);
-    m_hists.addHist("el_ptvarcone20", ";Electron ptvarcone20 / GeV;Electrons", 20, 0., 10.);
-    m_hists.addHist("el_ptvarcone30", ";Electron ptvarcone30 / GeV;Electrons", 20, 0., 10.);
-    m_hists.addHist("el_ptvarcone40", ";Electron ptvarcone40 / GeV;Electrons", 20, 0., 10.);
 
     m_hists.addHist("mu_n", ";Muon multiplicity;Events", 10, -0.5, 9.5);
     m_hists.addHist("mu_pt", ";Muon p_{T} / GeV;Muons", 20, 0., 250.);
@@ -59,77 +49,63 @@ namespace top {
     m_hists.addHist("mu_phi", ";Muon #phi;Muons", 20, -M_PI, M_PI);
     m_hists.addHist("mu_charge", ";Muon charge;Muons", 3, -1.5, 1.5);
     if (m_config->isMC()) m_hists.addHist("mu_true_type", ";Muon true type;Muons", 20, 0., 20.);
-    m_hists.addHist("mu_topoetcone20", ";Muon topoetcone20 / GeV;Muons", 20, 0., 20.);
-    m_hists.addHist("mu_topoetcone30", ";Muon topoetcone30 / GeV;Muons", 20, 0., 20.);
-    m_hists.addHist("mu_topoetcone40", ";Muon topoetcone40 / GeV;Muons", 20, 0., 20.);
-    m_hists.addHist("mu_ptcone20", ";Muon ptcone20 / GeV;Muons", 20, 0., 10.);
-    m_hists.addHist("mu_ptcone30", ";Muon ptcone30 / GeV;Muons", 20, 0., 10.);
-    m_hists.addHist("mu_ptcone40", ";Muon ptcone40 / GeV;Muons", 20, 0., 10.);
-    m_hists.addHist("mu_ptvarcone20", ";Muon ptvarcone20 / GeV;Muons", 20, 0., 10.);
-    m_hists.addHist("mu_ptvarcone30", ";Muon ptvarcone30 / GeV;Muons", 20, 0., 10.);
-    m_hists.addHist("mu_ptvarcone40", ";Muon ptvarcone40 / GeV;Muons", 20, 0., 10.);
 
     m_hists.addHist("ph_n", ";Photon multiplicity;Events", 10, -0.5, 9.5);
     m_hists.addHist("ph_pt", ";Photon p_{T} / GeV;Photons", 20, 0., 250.);
     m_hists.addHist("ph_eta", ";Photon #eta;Photons", 20, -2.5, 2.5);
     m_hists.addHist("ph_phi", ";Photon #phi;Photons", 20, -M_PI, M_PI);
-    m_hists.addHist("ph_e", ";Photon e / GeV;Photons", 3, -1.5, 1.5);
-    m_hists.addHist("ph_ptvarcone20", ";Photon ptvarcone20 / GeV;Photons", 20, 0., 10.);
+    m_hists.addHist("ph_e", ";Photon e / GeV;Photons", 20, 0, 250);
 
     m_hists.addHist("jet_n", ";Jet multiplicity;Events", 10, -0.5, 9.5);
     m_hists.addHist("jet_pt", ";Jet p_{T} / GeV;Jets", 40, 0., 500.);
     m_hists.addHist("jet_e", ";Jet e / GeV;Jets", 40, 0., 1000.);
     m_hists.addHist("jet_eta", ";Jet #eta;Jets", 20, -2.5, 2.5);
     m_hists.addHist("jet_phi", ";Jet #phi;Jets", 20, -M_PI, M_PI);
-    m_hists.addHist("jet_mv2c10", ";Jet mv2c10;Jets", 20, -1., 1.);
     if (m_config->isMC()) {
       m_hists.addHist("jet_truthflav", ";Jet truth flavor;Jets", 20, 0., 20.);
-      m_hists.addHist("jet_btagSF_MV2c10_77", ";Jet btag SF;Jets", 100, 0.5, 1.5);
+      m_hists.addHist("jet_btagSF_DL1r_77", ";Jet btag SF;Jets", 100, 0.5, 1.5);
     }
+    m_hists.addHist("jet_isbtagged_DL1r_77", ";Jet is b-tagged;Jets", 2, 0., 2.);
 
     m_hists.addHist("jet0_pt", ";Jet0 p_{T} / GeV; Events / 10 GeV", 25, 5, 505);
     m_hists.addHist("jet0_eta", ";Jet0 #eta; Jets", 25, -2.5, 2.5);
     m_hists.addHist("jet0_phi", ";Jet0 #phi; Jets", 25, -M_PI, M_PI);
     m_hists.addHist("jet0_e", ";Jet0 E / GeV; Jets", 100, 0, 1000);
-    m_hists.addHist("jet0_mv2c10", ";Jet0 mv2c10; Jets", 50, 0, 1);
     if (m_config->isMC()) {
       m_hists.addHist("jet0_truthflav", ";Jet0 truth flavor;Jets", 20, 0., 20.);
-      m_hists.addHist("jet0_btagSF_MV2c10_77", ";Jet0 btag SF;Jets", 100, 0.5, 1.5);
+      m_hists.addHist("jet0_btagSF_DL1r_77", ";Jet0 btag SF;Jets", 100, 0.5, 1.5);
     }
-    m_hists.addHist("jet0_isbtagged_MV2c10_77", ";Jet is b-tagged;Jets", 2, 0., 2.);
+    m_hists.addHist("jet0_isbtagged_DL1r_77", ";Jet is b-tagged;Jets", 2, 0., 2.);
 
     m_hists.addHist("jet1_pt", ";Jet1 p_{T} / GeV; Events / 10 GeV", 25, 5, 505);
     m_hists.addHist("jet1_eta", ";Jet1 #eta; Jets", 25, -2.5, 2.5);
     m_hists.addHist("jet1_phi", ";Jet1 #phi; Jets", 25, -M_PI, M_PI);
     m_hists.addHist("jet1_e", ";Jet1 E / GeV; Jets", 100, 0, 1000);
-    m_hists.addHist("jet1_mv2c10", ";Jet1 mv2c10; Jets", 50, 0, 1);
     if (m_config->isMC()) {
       m_hists.addHist("jet1_truthflav", ";Jet1 truth flavor;Jets", 20, 0., 20.);
-      m_hists.addHist("jet1_btagSF_MV2c10_77", ";Jet1 btag SF;Jets", 100, 0.5, 1.5);
+      m_hists.addHist("jet1_btagSF_DL1r_77", ";Jet1 btag SF;Jets", 100, 0.5, 1.5);
     }
-    m_hists.addHist("jet1_isbtagged_MV2c10_77", ";Jet is b-tagged;Jets", 2, 0., 2.);
+    m_hists.addHist("jet1_isbtagged_DL1r_77", ";Jet is b-tagged;Jets", 2, 0., 2.);
 
     m_hists.addHist("jet2_pt", ";Jet2 p_{T} / GeV; Events / 10 GeV", 25, 5, 505);
     m_hists.addHist("jet2_eta", ";Jet2 #eta; Jets", 25, -2.5, 2.5);
     m_hists.addHist("jet2_phi", ";Jet2 #phi; Jets", 25, -M_PI, M_PI);
     m_hists.addHist("jet2_e", ";Jet2 E / GeV; Jets", 100, 0, 1000);
-    m_hists.addHist("jet2_mv2c10", ";Jet2 mv2c10; Jets", 50, 0, 1);
     if (m_config->isMC()) {
       m_hists.addHist("jet2_truthflav", ";Jet2 truth flavor;Jets", 20, 0., 20.);
-      m_hists.addHist("jet2_btagSF_MV2c10_77", ";Jet2 btag SF;Jets", 100, 0.5, 1.5);
+      m_hists.addHist("jet2_btagSF_DL1r_77", ";Jet2 btag SF;Jets", 100, 0.5, 1.5);
     }
-    m_hists.addHist("jet2_isbtagged_MV2c10_77", ";Jet is b-tagged;Jets", 2, 0., 2.);
+    m_hists.addHist("jet2_isbtagged_DL1r_77", ";Jet is b-tagged;Jets", 2, 0., 2.);
 
     m_hists.addHist("jet3_pt", ";Jet3 p_{T} / GeV; Events / 10 GeV", 25, 5, 505);
     m_hists.addHist("jet3_eta", ";Jet3 #eta; Jets", 25, -2.5, 2.5);
     m_hists.addHist("jet3_phi", ";Jet3 #phi; Jets", 25, -M_PI, M_PI);
     m_hists.addHist("jet3_e", ";Jet3 E / GeV; Jets", 100, 0, 1000);
-    m_hists.addHist("jet3_mv2c10", ";Jet3 mv2c10; Jets", 50, 0, 1);
     if (m_config->isMC()) {
       m_hists.addHist("jet3_truthflav", ";Jet3 truth flavor;Jets", 20, 0., 20.);
-      m_hists.addHist("jet3_btagSF_MV2c10_77", ";Jet3 btag SF;Jets", 100, 0.5, 1.5);
+      m_hists.addHist("jet3_btagSF_DL1r_77", ";Jet3 btag SF;Jets", 100, 0.5, 1.5);
     }
-    m_hists.addHist("jet3_isbtagged_MV2c10_77", ";Jet is b-tagged;Jets", 2, 0., 2.);
+    m_hists.addHist("jet3_isbtagged_DL1r_77", ";Jet is b-tagged;Jets", 2, 0., 2.);
 
     //Large-R jet
     m_hists.addHist("ljet_n", ";Large-R Jet multiplicity; Jets ", 5, 0, 5);
@@ -137,7 +113,6 @@ namespace top {
     m_hists.addHist("ljet_eta", ";Large-R Jet #eta; Jets", 15, -2., 2.);
     m_hists.addHist("ljet_phi", ";Large-R Jet #phi; Jets", 25, -M_PI, M_PI);
     m_hists.addHist("ljet_m", ";Large-R mass / GeV; Jets/ 10 GeV", 35, 50, 400);
-    m_hists.addHist("ljet_sd12", "Large-R #sqrt{d_{12}} / GeV; Jets / 10 GeV", 20, 0, 200);
 
     m_hists.addHist("taujet_n", ";TauJet multiplicity;Events", 20, -0.5, 19.5);
     m_hists.addHist("taujet_pt", ";TauJet p_{T} / GeV;TauJet", 20, 0., 200.);
@@ -179,51 +154,12 @@ namespace top {
       m_hists.hist("el_phi")->Fill(elPtr->phi(), eventWeight);
       m_hists.hist("el_charge")->Fill(elPtr->charge(), eventWeight);
 
-      //protection from the derivation framework -
-      //So far we keep tracks associated with "good" electrons.
-      //It could be you have a super-loose selection here (just for testing)
-      //so we need to check if the electron has a track associated with it
-      if (elPtr->trackParticle()) m_hists.hist("el_trkpart_charge")->Fill(elPtr->trackParticle()->charge(),
-                                                                          eventWeight);
-
       //retrieve the truth-matching variables from MCTruthClassifier
       if (m_config->isMC()) {
         static SG::AuxElement::Accessor<int> typeel("truthType");
         if (typeel.isAvailable(*elPtr)) m_hists.hist("el_true_type")->Fill(typeel(*elPtr), eventWeight);
       }
 
-      //testing isolation in the derivation framework
-      float iso = 0;
-
-      if (elPtr->isolationValue(iso, xAOD::Iso::topoetcone20)) m_hists.hist("el_topoetcone20")->Fill(iso * toGeV,
-                                                                                                     eventWeight);
-
-      if (elPtr->isolationValue(iso, xAOD::Iso::topoetcone30)) m_hists.hist("el_topoetcone30")->Fill(iso * toGeV,
-                                                                                                     eventWeight);
-
-      if (elPtr->isolationValue(iso, xAOD::Iso::topoetcone40)) m_hists.hist("el_topoetcone40")->Fill(iso * toGeV,
-                                                                                                     eventWeight);
-
-      if (elPtr->isolationValue(iso, xAOD::Iso::ptcone20)) m_hists.hist("el_ptcone20")->Fill(iso * toGeV, eventWeight);
-
-      if (elPtr->isolationValue(iso, xAOD::Iso::ptcone30)) m_hists.hist("el_ptcone30")->Fill(iso * toGeV, eventWeight);
-
-      if (elPtr->isolationValue(iso, xAOD::Iso::ptcone40)) m_hists.hist("el_ptcone40")->Fill(iso * toGeV, eventWeight);
-
-      if (elPtr->isAvailable<float>("ptvarcone20")) {
-        float ptvarcone20 = elPtr->auxdataConst<float>("ptvarcone20");
-        m_hists.hist("el_ptvarcone20")->Fill(ptvarcone20 * toGeV, eventWeight);
-      }
-
-      if (elPtr->isAvailable<float>("ptvarcone30")) {
-        float ptvarcone30 = elPtr->auxdataConst<float>("ptvarcone30");
-        m_hists.hist("el_ptvarcone30")->Fill(ptvarcone30 * toGeV, eventWeight);
-      }
-
-      if (elPtr->isAvailable<float>("ptvarcone40")) {
-        float ptvarcone40 = elPtr->auxdataConst<float>("ptvarcone40");
-        m_hists.hist("el_ptvarcone40")->Fill(ptvarcone40 * toGeV, eventWeight);
-      }
     }
 
     m_hists.hist("mu_n")->Fill(event.m_muons.size(), eventWeight);
@@ -241,39 +177,6 @@ namespace top {
           if (acc_mctt.isAvailable(*mutrack)) m_hists.hist("mu_true_type")->Fill(acc_mctt(*mutrack), eventWeight);
         }
       }
-
-      //testing isolation in the derivation framework
-      float iso = 0;
-
-      if (muPtr->isAvailable<float>("topoetcone20") && muPtr->isolation(iso, xAOD::Iso::topoetcone20)) m_hists.hist(
-          "mu_topoetcone20")->Fill(iso * toGeV, eventWeight);
-
-      if (muPtr->isAvailable<float>("topoetcone30") && muPtr->isolation(iso, xAOD::Iso::topoetcone30)) m_hists.hist(
-          "mu_topoetcone30")->Fill(iso * toGeV, eventWeight);
-
-      if (muPtr->isAvailable<float>("topoetcone40") && muPtr->isolation(iso, xAOD::Iso::topoetcone40)) m_hists.hist(
-          "mu_topoetcone40")->Fill(iso * toGeV, eventWeight);
-
-      if (muPtr->isolation(iso, xAOD::Iso::ptcone20)) m_hists.hist("mu_ptcone20")->Fill(iso * toGeV, eventWeight);
-
-      if (muPtr->isolation(iso, xAOD::Iso::ptcone30)) m_hists.hist("mu_ptcone30")->Fill(iso * toGeV, eventWeight);
-
-      if (muPtr->isolation(iso, xAOD::Iso::ptcone40)) m_hists.hist("mu_ptcone40")->Fill(iso * toGeV, eventWeight);
-
-      if (muPtr->isAvailable<float>("ptvarcone20")) {
-        float ptvarcone20 = muPtr->auxdataConst<float>("ptvarcone20");
-        m_hists.hist("mu_ptvarcone20")->Fill(ptvarcone20 * toGeV, eventWeight);
-      }
-
-      if (muPtr->isAvailable<float>("ptvarcone30")) {
-        float ptvarcone30 = muPtr->auxdataConst<float>("ptvarcone30");
-        m_hists.hist("mu_ptvarcone30")->Fill(ptvarcone30 * toGeV, eventWeight);
-      }
-
-      if (muPtr->isAvailable<float>("ptvarcone40")) {
-        float ptvarcone40 = muPtr->auxdataConst<float>("ptvarcone40");
-        m_hists.hist("mu_ptvarcone40")->Fill(ptvarcone40 * toGeV, eventWeight);
-      }
     }
 
     m_hists.hist("ph_n")->Fill(event.m_photons.size(), eventWeight);
@@ -282,10 +185,6 @@ namespace top {
       m_hists.hist("ph_eta")->Fill(phPtr->eta(), eventWeight);
       m_hists.hist("ph_phi")->Fill(phPtr->phi(), eventWeight);
       m_hists.hist("ph_e")->Fill(phPtr->e() * toGeV, eventWeight);
-      if (phPtr->isAvailable<float>("ptvarcone20")) {
-        float ptvarcone20 = phPtr->auxdataConst<float>("ptvarcone20");
-        m_hists.hist("ph_ptvarcone20")->Fill(ptvarcone20 * toGeV, eventWeight);
-      }
     }
 
     m_hists.hist("jet_n")->Fill(event.m_jets.size(), eventWeight);
@@ -300,7 +199,6 @@ namespace top {
       m_hists.hist("jet_phi")->Fill(jetPtr->phi(), eventWeight);
       m_hists.hist("jet_e")->Fill(jetPtr->e() * toGeV, eventWeight);
 
-      double mv2c10_discriminant = 0.;
       int jet_truthflav = -1;
       if (m_config->isMC()) {
         if (jetPtr->isAvailable<int>("HadronConeExclTruthLabelID")) {
@@ -310,17 +208,16 @@ namespace top {
       }
 
       int isbtagged = 0;
-      bool hasBtag = false;
       float btagSF = 1.;
       bool hasBtagSF = false;
-      hasBtag = jetPtr->isAvailable<char>("isbtagged_MV2c10_FixedCutBEff_77");
+      const bool hasBtag = jetPtr->isAvailable<char>("isbtagged_DL1r_FixedCutBEff_77");
       if (hasBtag) {
-        isbtagged = jetPtr->auxdataConst<char>("isbtagged_MV2c10_FixedCutBEff_77");
-        m_hists.hist("jet_isbtagged_MV2c10_77")->Fill(isbtagged, eventWeight);
+        isbtagged = jetPtr->auxdataConst<char>("isbtagged_DL1r_FixedCutBEff_77");
+        m_hists.hist("jet_isbtagged_DL1r_77")->Fill(isbtagged, eventWeight);
         if (m_config->isMC()) {
-          if (jetPtr->isAvailable<float>("btag_SF_MV2c10_FixedCutBEff_77_nom")) {
-            btagSF = jetPtr->auxdataConst<float>("btag_SF_MV2c10_FixedCutBEff_77_nom");
-            m_hists.hist("jet_btagSF_MV2c10_77")->Fill(btagSF, eventWeight);
+          if (jetPtr->isAvailable<float>("btag_SF_DL1r_FixedCutBEff_77_nom")) {
+            btagSF = jetPtr->auxdataConst<float>("btag_SF_DL1r_FixedCutBEff_77_nom");
+            m_hists.hist("jet_btagSF_DL1r_77")->Fill(btagSF, eventWeight);
             hasBtagSF = true;
           }
         }
@@ -331,15 +228,12 @@ namespace top {
         m_hists.hist(numbers[i] + "_eta")->Fill(jetPtr->eta(), eventWeight);
         m_hists.hist(numbers[i] + "_phi")->Fill(jetPtr->phi(), eventWeight);
         m_hists.hist(numbers[i] + "_e")->Fill(jetPtr->e() * toGeV, eventWeight);
-        m_hists.hist(numbers[i] + "_mv2c10")->Fill(mv2c10_discriminant, eventWeight);
-        if (hasBtag) m_hists.hist(numbers[i] + "_isbtagged_MV2c10_77")->Fill(isbtagged, eventWeight);
+        if (hasBtag) m_hists.hist(numbers[i] + "_isbtagged_DL1r_77")->Fill(isbtagged, eventWeight);
         if (m_config->isMC()) {
-          if (hasBtagSF) m_hists.hist(numbers[i] + "_btagSF_MV2c10_77")->Fill(btagSF, eventWeight);
+          if (hasBtagSF) m_hists.hist(numbers[i] + "_btagSF_DL1r_77")->Fill(btagSF, eventWeight);
           m_hists.hist(numbers[i] + "_truthflav")->Fill(jet_truthflav, eventWeight);
         }
       }
-
-
       ++i;
     }
 
@@ -349,10 +243,6 @@ namespace top {
       m_hists.hist("ljet_eta")->Fill(jetPtr->eta(), eventWeight);
       m_hists.hist("ljet_phi")->Fill(jetPtr->phi(), eventWeight);
       m_hists.hist("ljet_m")->Fill(jetPtr->m() * toGeV, eventWeight);
-
-      float Split12 = 0;
-      jetPtr->getAttribute("Split12", Split12);
-      m_hists.hist("ljet_sd12")->Fill(Split12 * toGeV, eventWeight);
     }
 
     m_hists.hist("taujet_n")->Fill(event.m_tauJets.size(), eventWeight);
diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopSystematicObjectMaker/Root/MissingETObjectCollectionMaker.cxx b/PhysicsAnalysis/TopPhys/xAOD/TopSystematicObjectMaker/Root/MissingETObjectCollectionMaker.cxx
index fbd0bd1ee91543c98e45c4e998afd1dbe921557f..afb05d0ca1953ea6b4165db46998c292d63b4fa0 100644
--- a/PhysicsAnalysis/TopPhys/xAOD/TopSystematicObjectMaker/Root/MissingETObjectCollectionMaker.cxx
+++ b/PhysicsAnalysis/TopPhys/xAOD/TopSystematicObjectMaker/Root/MissingETObjectCollectionMaker.cxx
@@ -280,11 +280,13 @@ namespace top {
         //get the soft cluster term, and applyCorrection
         xAOD::MissingET* softClusMet = (*new_met_container)["SoftClus"];
         if (softClusMet != nullptr) { //check we retrieved the clust term
+          m_met_systematics->setRandomSeed(static_cast<int>(1e6*softClusMet->phi()));
           top::check(m_met_systematics->applyCorrection(*softClusMet), "Failed to applyCorrection");
         }
 
         xAOD::MissingET* softTrkMet = (*new_met_container)["PVSoftTrk"];
         if (softTrkMet != nullptr) { //check we retrieved the soft trk
+          m_met_systematics->setRandomSeed(static_cast<int>(1e6*softTrkMet->phi()));
           top::check(m_met_systematics->applyCorrection(*softTrkMet), "Failed to applyCorrection");
         }
       }
diff --git a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/IInDetTrackBiasingTool.h b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/IInDetTrackBiasingTool.h
index cc54d41d6564b81cd56a72ac4d1b4b7cab30538f..7b2f8d05c030cc57402cbe29922e82d5a7cd5f22 100644
--- a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/IInDetTrackBiasingTool.h
+++ b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/IInDetTrackBiasingTool.h
@@ -43,7 +43,7 @@ namespace InDet {
     /// returns: list of recommended systematics to use with this tool
     virtual CP::SystematicSet recommendedSystematics() const = 0;
     /// configure the tool to apply a given list of systematic variations
-    virtual CP::SystematicCode applySystematicVariation( const CP::SystematicSet& ) = 0;
+    virtual StatusCode applySystematicVariation( const CP::SystematicSet& ) = 0;
 
 
   }; // class IInDetTrackBiasingTool
diff --git a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/IInDetTrackSmearingTool.h b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/IInDetTrackSmearingTool.h
index 446e8dcc24bc7da66f866fc3252739f59c50ff10..3773f699effcb4fcafdccc3daff33ce62847d743 100644
--- a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/IInDetTrackSmearingTool.h
+++ b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/IInDetTrackSmearingTool.h
@@ -53,7 +53,7 @@ namespace InDet {
     virtual CP::SystematicSet recommendedSystematics() const = 0;
     
     /// configure the tool to apply a given list of systematic variations
-    virtual CP::SystematicCode applySystematicVariation( const CP::SystematicSet& ) = 0;
+    virtual StatusCode applySystematicVariation( const CP::SystematicSet& ) = 0;
     
 
   };/// class IInDetTrackSmearingTool
diff --git a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/IInDetTrackTruthFilterTool.h b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/IInDetTrackTruthFilterTool.h
index bd847e4e304dbde006bea9fbc3b50cf0fa4cef10..eb2b236ff4eac12970a413a79b2ae7476f576974 100644
--- a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/IInDetTrackTruthFilterTool.h
+++ b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/IInDetTrackTruthFilterTool.h
@@ -42,7 +42,7 @@ namespace InDet {
     /// returns: list of recommended systematics to use with this tool
     virtual CP::SystematicSet recommendedSystematics() const = 0;
     /// configure the tool to apply a given list of systematic variations
-    virtual CP::SystematicCode applySystematicVariation( const CP::SystematicSet& ) = 0;
+    virtual StatusCode applySystematicVariation( const CP::SystematicSet& ) = 0;
       
       
   }; // class IInDetTrackTruthFilterTool
diff --git a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/IJetTrackFilterTool.h b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/IJetTrackFilterTool.h
index 2028e34e11ade33d5f2c1aceea52b8f52cfd4074..e8eeaa2d23d7cd812b7d9e982425b4d75f305e95 100644
--- a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/IJetTrackFilterTool.h
+++ b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/IJetTrackFilterTool.h
@@ -41,7 +41,7 @@ namespace InDet {
     /// returns: list of recommended systematics to use with this tool
     virtual CP::SystematicSet recommendedSystematics() const = 0;
     /// configure the tool to apply a given list of systematic variations
-    virtual CP::SystematicCode applySystematicVariation( const CP::SystematicSet& ) = 0;
+    virtual StatusCode applySystematicVariation( const CP::SystematicSet& ) = 0;
       
       
   }; // class IJetTrackFilterTool
diff --git a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/InDetTrackBiasingTool.h b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/InDetTrackBiasingTool.h
index 8713b983a5bbd2dbaa9d99169f40eb36935d5262..8da2ee259b07c6cc40f477914fee24593b54b7d5 100644
--- a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/InDetTrackBiasingTool.h
+++ b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/InDetTrackBiasingTool.h
@@ -60,7 +60,7 @@ namespace InDet {
     /// returns: list of recommended systematics to use with this tool
     virtual CP::SystematicSet recommendedSystematics() const override;
     /// configure the tool to apply a given list of systematic variations
-    virtual CP::SystematicCode applySystematicVariation( const CP::SystematicSet& ) override;
+    virtual StatusCode applySystematicVariation( const CP::SystematicSet& ) override;
 
   protected:
     
diff --git a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/InDetTrackSmearingTool.h b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/InDetTrackSmearingTool.h
index 947589f02bd697cd8331639ef03c49931ba9ac52..e36abd687d34a5782a7efb157ef7e2480cbd9968 100644
--- a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/InDetTrackSmearingTool.h
+++ b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/InDetTrackSmearingTool.h
@@ -59,7 +59,7 @@ namespace InDet {
     /// returns: list of recommended systematics to use with this tool
     virtual CP::SystematicSet recommendedSystematics() const override;
     /// configure the tool to apply a given list of systematic variations
-    virtual CP::SystematicCode applySystematicVariation( const CP::SystematicSet& ) override;
+    virtual StatusCode applySystematicVariation( const CP::SystematicSet& ) override;
 
     /// Get smearing widths to add to IPs
     float GetSmearD0Sigma(const xAOD::TrackParticle&);
diff --git a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/InDetTrackSystematicsTool.h b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/InDetTrackSystematicsTool.h
index 084afdd973eaf86fa4ada44b03759149a27a9e77..73049359c88f0b6c311b287e637c2dca25d26f8a 100644
--- a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/InDetTrackSystematicsTool.h
+++ b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/InDetTrackSystematicsTool.h
@@ -36,7 +36,7 @@ namespace InDet {
     /// returns: list of recommended systematics to use with this tool
     virtual CP::SystematicSet recommendedSystematics() const override;
     /// configure the tool to apply a given list of systematic variations
-    virtual CP::SystematicCode applySystematicVariation( const CP::SystematicSet& ) override;
+    virtual StatusCode applySystematicVariation( const CP::SystematicSet& ) override;
 
 
   protected:
diff --git a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/InDetTrackTruthFilterTool.h b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/InDetTrackTruthFilterTool.h
index fc51c89298e87b5b03f47c2fd443984aff4c215c..07e41823776f5063d55e87b448f45aee3f189495 100644
--- a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/InDetTrackTruthFilterTool.h
+++ b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/InDetTrackTruthFilterTool.h
@@ -58,7 +58,7 @@ namespace InDet {
     /// returns: list of recommended systematics to use with this tool
     virtual CP::SystematicSet recommendedSystematics() const override;
     /// configure the tool to apply a given list of systematic variations
-    virtual CP::SystematicCode applySystematicVariation( const CP::SystematicSet& ) override;
+    virtual StatusCode applySystematicVariation( const CP::SystematicSet& ) override;
 
   private:
 
diff --git a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/JetTrackFilterTool.h b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/JetTrackFilterTool.h
index 2566aafdd193ab9734bceaef327e7b63cc907a98..f4dd828cb18bfd740c13981e7d13ebb48ecef946 100644
--- a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/JetTrackFilterTool.h
+++ b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/InDetTrackSystematicsTools/JetTrackFilterTool.h
@@ -58,7 +58,7 @@ namespace InDet {
     /// returns: list of recommended systematics to use with this tool
     virtual CP::SystematicSet recommendedSystematics() const override;
     /// configure the tool to apply a given list of systematic variations
-    virtual CP::SystematicCode applySystematicVariation( const CP::SystematicSet& ) override;
+    virtual StatusCode applySystematicVariation( const CP::SystematicSet& ) override;
 
   private:
 
diff --git a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/InDetTrackBiasingTool.cxx b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/InDetTrackBiasingTool.cxx
index d94f207dc13a99375959baea6ad1b9acd49ec677..15e1ceb4c736b659f5eb0cca34eafab7e628d5b8 100644
--- a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/InDetTrackBiasingTool.cxx
+++ b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/InDetTrackBiasingTool.cxx
@@ -283,7 +283,7 @@ namespace InDet {
     return InDetTrackSystematicsTool::recommendedSystematics();
   }
 
-  CP::SystematicCode InDetTrackBiasingTool::applySystematicVariation( const CP::SystematicSet& systs )
+  StatusCode InDetTrackBiasingTool::applySystematicVariation( const CP::SystematicSet& systs )
   {
     return InDetTrackSystematicsTool::applySystematicVariation(systs);
   }
diff --git a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/InDetTrackSmearingTool.cxx b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/InDetTrackSmearingTool.cxx
index c932652448f855f69b4ef6bc13feb707f8c2f432..dfd834ac92eaa319eae98f58b5d65c495c746f26 100644
--- a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/InDetTrackSmearingTool.cxx
+++ b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/InDetTrackSmearingTool.cxx
@@ -215,9 +215,9 @@ namespace InDet {
     return RecommendedSystematics;
   }
 
-  CP::SystematicCode InDetTrackSmearingTool::applySystematicVariation( const CP::SystematicSet& systs )
+  StatusCode InDetTrackSmearingTool::applySystematicVariation( const CP::SystematicSet& systs )
   {
-    // should do check in here and return CP::SystematicCode::Unsupported if LOOSE and TIGHT versions are set simultaneously
+    // should do check in here and return StatusCode::FAILURE if LOOSE and TIGHT versions are set simultaneously
     return InDetTrackSystematicsTool::applySystematicVariation(systs);
   }
 
diff --git a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/InDetTrackSystematicsTool.cxx b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/InDetTrackSystematicsTool.cxx
index 8bc69d92bf4a2c1ef8e4e6b3792ded5996594360..2ab6aabdfdfc47461df88299ca265976807c5fea 100644
--- a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/InDetTrackSystematicsTool.cxx
+++ b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/InDetTrackSystematicsTool.cxx
@@ -22,7 +22,7 @@ namespace InDet {
     
     // add the affecting systematics to the registry
     auto& registry = CP::SystematicRegistry::getInstance();
-    if (registry.registerSystematics(*this) != CP::SystematicCode::Ok) {
+    if (registry.registerSystematics(*this) != StatusCode::SUCCESS) {
       ATH_MSG_ERROR( "Unable to register systematics" );
       return StatusCode::FAILURE;
     }
@@ -42,7 +42,7 @@ namespace InDet {
     return affectingSystematics();
   }
   
-  CP::SystematicCode InDetTrackSystematicsTool::applySystematicVariation( const CP::SystematicSet& systematics )
+  StatusCode InDetTrackSystematicsTool::applySystematicVariation( const CP::SystematicSet& systematics )
   {
 
     // first check if we already know this systematic configuration
@@ -55,9 +55,9 @@ namespace InDet {
       const CP::SystematicSet affectingSysts = affectingSystematics();
       CP::SystematicSet filteredSysts;
       if ( CP::SystematicSet::filterForAffectingSystematics
-	   (systematics, affectingSysts, filteredSysts) != CP::SystematicCode::Ok ) {
+	   (systematics, affectingSysts, filteredSysts) != StatusCode::SUCCESS ) {
 	ATH_MSG_ERROR( "Recieved unsupported systematics: " << systematics.name() );
-	return CP::SystematicCode::Unsupported;
+	return StatusCode::FAILURE;
       }
 
       // check in here for incompatible systematics
@@ -68,11 +68,11 @@ namespace InDet {
       if ( isIn( TRK_RES_D0_MEAS) + isIn( TRK_RES_D0_MEAS_UP ) + isIn( TRK_RES_D0_MEAS_DOWN ) > 1 ) {
 	// should only have 1 of these options simultantously
 	ATH_MSG_ERROR( "You must pick only one choice for the d0 resolution systematic" );
-	return CP::SystematicCode::Unsupported;
+	return StatusCode::FAILURE;
       }
       if ( isIn(TRK_RES_Z0_MEAS) + isIn( TRK_RES_Z0_MEAS_UP ) + isIn( TRK_RES_Z0_MEAS_DOWN ) > 1 ) {
 	ATH_MSG_ERROR( "You must pick only one choice for the z0 resolution systematic" );
-	return CP::SystematicCode::Unsupported;
+	return StatusCode::FAILURE;
       }
       bool isSetTrkLoose = isIn( TRK_FAKE_RATE_LOOSE )
 	|| isIn( TRK_EFF_LOOSE_GLOBAL )
@@ -86,7 +86,7 @@ namespace InDet {
 	|| isIn( TRK_EFF_TIGHT_PHYSMODEL );
       if ( isSetTrkLoose && isSetTrkTight) {
 	ATH_MSG_ERROR( "Both Loose and TightPrimary versions of systematics are simultaneously active." );
-	return CP::SystematicCode::Unsupported;
+	return StatusCode::FAILURE;
       }
 
       // if the systematics set looks supported, then insert it into the map for future use
@@ -95,7 +95,7 @@ namespace InDet {
 
     m_activeSysts = &sysMapItr->second;
 
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
   }
   
   bool InDetTrackSystematicsTool::isActive( TrackSystematic syst ) const
diff --git a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/InDetTrackTruthFilterTool.cxx b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/InDetTrackTruthFilterTool.cxx
index 494bc7c773ed0de365c8007b03f78cab9a677a8c..bd2010008927f2e0f7100d14297be355fdbd5fc1 100644
--- a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/InDetTrackTruthFilterTool.cxx
+++ b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/InDetTrackTruthFilterTool.cxx
@@ -265,7 +265,7 @@ namespace InDet {
     return InDetTrackSystematicsTool::recommendedSystematics();
   }
 
-  CP::SystematicCode InDetTrackTruthFilterTool::applySystematicVariation( const CP::SystematicSet& systs )
+  StatusCode InDetTrackTruthFilterTool::applySystematicVariation( const CP::SystematicSet& systs )
   {
     return InDetTrackSystematicsTool::applySystematicVariation(systs);
   }
diff --git a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/JetTrackFilterTool.cxx b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/JetTrackFilterTool.cxx
index 1bb818c1cfb5698148dcd0a6f11cf17701887f0b..9ba0eb990ce0e9808b61741ba371128d1f7500a4 100644
--- a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/JetTrackFilterTool.cxx
+++ b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/Root/JetTrackFilterTool.cxx
@@ -167,7 +167,7 @@ namespace InDet {
     return InDetTrackSystematicsTool::recommendedSystematics();
   }
 
-  CP::SystematicCode JetTrackFilterTool::applySystematicVariation( const CP::SystematicSet& systs )
+  StatusCode JetTrackFilterTool::applySystematicVariation( const CP::SystematicSet& systs )
   {
     return InDetTrackSystematicsTool::applySystematicVariation(systs);
   }
diff --git a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/src/InDetTrackSmearingToolTester.cxx b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/src/InDetTrackSmearingToolTester.cxx
index 26acdb74afa3c7ba8061e8d26779a1a404876fd6..63a1b62b180abf63056b3be90f7f2ab1cd9db2fa 100644
--- a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/src/InDetTrackSmearingToolTester.cxx
+++ b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/src/InDetTrackSmearingToolTester.cxx
@@ -41,7 +41,7 @@ namespace InDet {
 	}
       }
       auto systCode = m_smearTool->applySystematicVariation( m_systActive );
-      if (systCode != CP::SystematicCode::Ok) {
+      if (systCode != StatusCode::SUCCESS) {
 	ATH_MSG_ERROR( "Failure to apply systematic variation." );
 	return StatusCode::FAILURE;
       }
diff --git a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/util/InDetTrackSystsToolTester.cxx b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/util/InDetTrackSystsToolTester.cxx
index 59d4107207e717820ff9f34739c068cee9f1dbad..d86688eac1cf4d06e001cb6f42ae616416b82b7d 100644
--- a/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/util/InDetTrackSystsToolTester.cxx
+++ b/PhysicsAnalysis/TrackingID/InDetTrackSystematicsTools/util/InDetTrackSystsToolTester.cxx
@@ -67,7 +67,7 @@ int main( int argc, char* argv[] ) {
 
    StatusCode::enableFailure();
    CP::CorrectionCode::enableFailure();
-   CP::SystematicCode::enableFailure();
+   StatusCode::enableFailure();
 
    // Initialise the application:
    CHECK( xAOD::Init( APP_NAME ) );
@@ -148,7 +148,7 @@ int main( int argc, char* argv[] ) {
      tool->msg().setLevel( MSG::DEBUG );
      CHECK( tool->initialize() );
      auto systCode = tool->applySystematicVariation(systSet);
-     if (systCode != CP::SystematicCode::Ok) {
+     if (systCode != StatusCode::SUCCESS) {
        Error( APP_NAME, "Failed to apply systematic variation on tool %s", tool->name().data() );
        return 2;
      }
diff --git a/PhysicsAnalysis/TruthParticleID/McParticleUtils/src/McVtxFilter.cxx b/PhysicsAnalysis/TruthParticleID/McParticleUtils/src/McVtxFilter.cxx
index 5636286b7c0ab0413a37945aae03a8ffadbf05df..ffa2f639869aa8e4418f0c9990eb99e362433ba8 100755
--- a/PhysicsAnalysis/TruthParticleID/McParticleUtils/src/McVtxFilter.cxx
+++ b/PhysicsAnalysis/TruthParticleID/McParticleUtils/src/McVtxFilter.cxx
@@ -315,7 +315,7 @@ bool McVtxFilter::checkParentBranch( const HepMC::GenVertex * vtx ) const
   }
   
   if ( m_msg.level() <= MSG::VERBOSE ) {
-    vtx->print();
+    HepMC::Print::line(std::cout,vtx);
   }
 
   /// Check if number of parents is OK
@@ -376,7 +376,7 @@ bool McVtxFilter::checkChildBranch( const HepMC::GenVertex * vtx ) const
   m_msg << MSG::VERBOSE << "In checkChildBranch..." << endmsg;
 
   if ( m_msg.level() <= MSG::VERBOSE ) {
-    vtx->print();
+    HepMC::Print::line(std::cout,vtx);
   }
 
   /// Check we aren't in the "any particle" case
diff --git a/Projects/AthSimulation/package_filters.txt b/Projects/AthSimulation/package_filters.txt
index 717087ee48431922fed2224e5f36c3f75da10df4..dea1a55ba26505659a6572bf0ea8897cba22f269 100644
--- a/Projects/AthSimulation/package_filters.txt
+++ b/Projects/AthSimulation/package_filters.txt
@@ -124,6 +124,7 @@
 + DetectorDescription/IdDictDetDescrCnv
 + DetectorDescription/IdDictParser
 + DetectorDescription/Identifier
++ DetectorDescription/ReadoutGeometryBase
 + Event/EventAthenaPool
 + Event/EventBookkeeperAthenaPool
 + Event/EventBookkeeperMetaData
@@ -308,11 +309,11 @@
 + Simulation/ISF/ISF_HepMC/ISF_HepMC_Tools
 + Simulation/ISF/ISF_SimulationSelectors
 + Simulation/ISF/ISF_Tracking/ISF_TrackingInterfaces
-+ Simulation/ISF/ISF_Validation
 + Simulation/Interfaces/HepMC_Interfaces
 + Simulation/RunDependentSim/RunDependentSimComps
 + Simulation/SimuJobTransforms
 + Simulation/SimulationJobOptions
++ Simulation/Tests/ISF_Validation
 + Simulation/Tools/AtlasCLHEP_RandomGenerators
 + Simulation/Tools/McEventCollectionFilter
 + TileCalorimeter/TileCalib/TileCalibBlobObjs
diff --git a/Reconstruction/Jet/JetAnalysisTools/JetTileCorrection/JetTileCorrection/JetTileCorrectionTool.h b/Reconstruction/Jet/JetAnalysisTools/JetTileCorrection/JetTileCorrection/JetTileCorrectionTool.h
index 8a9bfcb7191b53970728a7e1696fce5f1cb45d05..aa23c1574ed8e781be90db66b6574a3f6459f25b 100644
--- a/Reconstruction/Jet/JetAnalysisTools/JetTileCorrection/JetTileCorrection/JetTileCorrectionTool.h
+++ b/Reconstruction/Jet/JetAnalysisTools/JetTileCorrection/JetTileCorrection/JetTileCorrectionTool.h
@@ -81,10 +81,10 @@ namespace CP {
       return *m_appliedSystematics;
     }
 
-    virtual SystematicCode applySystematicVariation
+    virtual StatusCode applySystematicVariation
     ( const SystematicSet& systConfig );
 
-    CP::SystematicCode registerSystematics();
+    StatusCode registerSystematics();
 
 
     //status helpers
diff --git a/Reconstruction/Jet/JetAnalysisTools/JetTileCorrection/Root/JetTileCorrectionTool.cxx b/Reconstruction/Jet/JetAnalysisTools/JetTileCorrection/Root/JetTileCorrectionTool.cxx
index 14fdd9ae8750ce83370c3a9f62dd52a068850226..0ea47344dc153bbf1a24a68def2107d97fe53595 100644
--- a/Reconstruction/Jet/JetAnalysisTools/JetTileCorrection/Root/JetTileCorrectionTool.cxx
+++ b/Reconstruction/Jet/JetAnalysisTools/JetTileCorrection/Root/JetTileCorrectionTool.cxx
@@ -15,7 +15,7 @@
 #endif
 
 #include "PATInterfaces/CorrectionTool.h"
-#include "PATInterfaces/SystematicCode.h"     
+#include "AsgMessaging/StatusCode.h"     
 #include "PATInterfaces/SystematicRegistry.h"
 #include "PATInterfaces/SystematicVariation.h" 
 #include "PathResolver/PathResolver.h"
@@ -135,7 +135,7 @@ namespace CP {
     }
     // Add the affecting systematics to the global registry
     SystematicRegistry& registry = SystematicRegistry::getInstance();
-    if (registry.registerSystematics(*this) != SystematicCode::Ok){
+    if (registry.registerSystematics(*this) != StatusCode::SUCCESS){
       ATH_MSG_ERROR("Unable to register the systematics");
       return StatusCode::FAILURE;
     }
@@ -242,7 +242,7 @@ namespace CP {
   }
 
 
-  SystematicCode JetTileCorrectionTool :: applySystematicVariation ( const SystematicSet& systConfig ) {
+  StatusCode JetTileCorrectionTool :: applySystematicVariation ( const SystematicSet& systConfig ) {
 
     // First, check if we already know this systematic configuration
     auto itr = m_systFilter.find(systConfig);
@@ -255,7 +255,7 @@ namespace CP {
       CP::SystematicSet filteredSys;   
       if (!CP::SystematicSet::filterForAffectingSystematics(systConfig, affectingSys, filteredSys)){
 	ATH_MSG_ERROR("Unsupported combination of systematics passed to the tool!");
-	return CP::SystematicCode::Unsupported;
+	return StatusCode::FAILURE;
       }
       
       // Insert filtered set into the map
@@ -264,7 +264,7 @@ namespace CP {
     
     CP::SystematicSet& mySysConf = itr->second;
     m_appliedSystematics = &mySysConf;
-    return SystematicCode::Ok;
+    return StatusCode::SUCCESS;
   }
   
 
diff --git a/Reconstruction/Jet/JetJvtEfficiency/JetJvtEfficiency/JetJvtEfficiency.h b/Reconstruction/Jet/JetJvtEfficiency/JetJvtEfficiency/JetJvtEfficiency.h
index 23239ec6ab16bf7038b97bf5de0a0ed2fc8a6eff..dc2e3460a68b6af07ceea8f8c7e408a68c0473ef 100644
--- a/Reconstruction/Jet/JetJvtEfficiency/JetJvtEfficiency/JetJvtEfficiency.h
+++ b/Reconstruction/Jet/JetJvtEfficiency/JetJvtEfficiency/JetJvtEfficiency.h
@@ -48,8 +48,8 @@ public:
     bool isAffectedBySystematic(const CP::SystematicVariation& var) const override {return CP::SystematicsTool::isAffectedBySystematic(var);}
     CP::SystematicSet affectingSystematics() const override {return CP::SystematicsTool::affectingSystematics();}
     CP::SystematicSet recommendedSystematics() const override {return CP::SystematicsTool::recommendedSystematics();}
-    CP::SystematicCode applySystematicVariation(const CP::SystematicSet& set) override {return CP::SystematicsTool::applySystematicVariation(set);}
-    CP::SystematicCode sysApplySystematicVariation(const CP::SystematicSet&) override;
+    StatusCode applySystematicVariation(const CP::SystematicSet& set) override {return CP::SystematicsTool::applySystematicVariation(set);}
+    StatusCode sysApplySystematicVariation(const CP::SystematicSet&) override;
 
     float getJvtThresh() const override {return m_jvtCut;}
     float getUserPtMax() const override {return m_maxPtForJvt;} 
diff --git a/Reconstruction/Jet/JetJvtEfficiency/Root/JetJvtEfficiency.cxx b/Reconstruction/Jet/JetJvtEfficiency/Root/JetJvtEfficiency.cxx
index 9909746ba03b1155196e2ed93b31a448f46de1cd..3fc7e1690f981022532706abbfba2c837852deee 100644
--- a/Reconstruction/Jet/JetJvtEfficiency/Root/JetJvtEfficiency.cxx
+++ b/Reconstruction/Jet/JetJvtEfficiency/Root/JetJvtEfficiency.cxx
@@ -3,7 +3,7 @@
 */
 
 #include "JetJvtEfficiency/JetJvtEfficiency.h"
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "PATInterfaces/SystematicRegistry.h"
 #include "PATInterfaces/SystematicVariation.h"
 #include "PathResolver/PathResolver.h"
@@ -147,7 +147,7 @@ StatusCode JetJvtEfficiency::initialize(){
   }
 
   // Configure for nominal systematics
-  if (applySystematicVariation(CP::SystematicSet()) != CP::SystematicCode::Ok) {
+  if (applySystematicVariation(CP::SystematicSet()) != StatusCode::SUCCESS) {
     ATH_MSG_ERROR("Could not configure for nominal settings");
     return StatusCode::FAILURE;
   }
@@ -328,14 +328,14 @@ bool JetJvtEfficiency::isInRange(const xAOD::Jet& jet) const {
   return true;
 }
 
-SystematicCode JetJvtEfficiency::sysApplySystematicVariation(const CP::SystematicSet& systSet){
+StatusCode JetJvtEfficiency::sysApplySystematicVariation(const CP::SystematicSet& systSet){
   m_appliedSystEnum = NONE;
   if (systSet.size()==0) {
     ATH_MSG_DEBUG("No affecting systematics received.");
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
   } else if (systSet.size()>1) {
     ATH_MSG_WARNING("Tool does not support multiple systematics, returning unsupported" );
-    return CP::SystematicCode::Unsupported;
+    return StatusCode::FAILURE;
   }
   SystematicVariation systVar = *systSet.begin();
   if (systVar == SystematicVariation("")) m_appliedSystEnum = NONE;
@@ -348,7 +348,7 @@ SystematicCode JetJvtEfficiency::sysApplySystematicVariation(const CP::Systemati
   else m_appliedSystEnum = NONE;
 
   ATH_MSG_DEBUG("applied systematic is " << m_appliedSystEnum);
-  return SystematicCode::Ok;
+  return StatusCode::SUCCESS;
 }
 
 StatusCode JetJvtEfficiency::tagTruth(const xAOD::IParticleContainer *jets,const xAOD::IParticleContainer *truthJets) {
diff --git a/Reconstruction/Jet/JetRec/JetRec/JetGroomer.h b/Reconstruction/Jet/JetRec/JetRec/JetGroomer.h
index 666bb45ff75369d989f0628a4e5e7f6959ef34ce..1804e52b4ecc0cb1ead91e584603a6190eb64fb6 100644
--- a/Reconstruction/Jet/JetRec/JetRec/JetGroomer.h
+++ b/Reconstruction/Jet/JetRec/JetRec/JetGroomer.h
@@ -29,13 +29,15 @@
 #include "xAODJet/JetContainer.h"
 #include "xAODJet/JetAuxContainer.h"
 
-class JetGroomer
-  : public asg::AsgTool,
-    virtual public JetProvider<xAOD::JetAuxContainer>
-{
-  ASG_TOOL_CLASS(JetGroomer, IJetProvider)
 
-  public:
+namespace JetGrooming {
+  class JetGroomer
+    : public asg::AsgTool,
+      virtual public JetProvider<xAOD::JetAuxContainer>
+  {
+    ASG_TOOL_CLASS(JetGroomer, IJetProvider)
+
+    public:
     using asg::AsgTool::AsgTool;
 
     virtual StatusCode initialize() override;
@@ -46,17 +48,18 @@ class JetGroomer
     // Implementation of grooming goes here
     // The jet is inserted into the output container, which is necessary for speed
     // in the xAOD container paradigm
-  virtual void insertGroomedJet(const xAOD::Jet&, const PseudoJetContainer&, xAOD::JetContainer&, PseudoJetVector&) const = 0;
+    virtual void insertGroomedJet(const xAOD::Jet&, const PseudoJetContainer&, xAOD::JetContainer&, PseudoJetVector&) const = 0;
 
   protected:
-  /// Handle Input JetContainer (this contains the parent ungroomed jets to be trimmed)
-  SG::ReadHandleKey<xAOD::JetContainer> m_inputJetContainer {this, "UngroomedJets", "ungroomedinput", "Input ungroomed jet container"};
+    /// Handle Input JetContainer (this contains the parent ungroomed jets to be trimmed)
+    SG::ReadHandleKey<xAOD::JetContainer> m_inputJetContainer {this, "UngroomedJets", "ungroomedinput", "Input ungroomed jet container"};
 
-  /// This is the input to the parent JetContainer. It is needed in order to re-assign the ghost constituents from the final groomed PJ to the xAOD::Jet
-  SG::ReadHandleKey<PseudoJetContainer> m_inputPseudoJets {this, "ParentPseudoJets", "inputpseudojet", "input constituents of parent JetContainer"};
+    /// This is the input to the parent JetContainer. It is needed in order to re-assign the ghost constituents from the final groomed PJ to the xAOD::Jet
+    SG::ReadHandleKey<PseudoJetContainer> m_inputPseudoJets {this, "ParentPseudoJets", "inputpseudojet", "input constituents of parent JetContainer"};
 
-   SG::WriteHandleKey<PseudoJetVector> m_finalPseudoJets {this, "FinalPseudoJets_DONOTSET", "", "output pseudojets -- autoconfigured name"};
+    SG::WriteHandleKey<PseudoJetVector> m_finalPseudoJets {this, "FinalPseudoJets_DONOTSET", "", "output pseudojets -- autoconfigured name"};
 
-};
+  };
 
+}
 #endif
diff --git a/Reconstruction/Jet/JetRec/Root/JetGroomer.cxx b/Reconstruction/Jet/JetRec/Root/JetGroomer.cxx
index a54de07cdb9763f74dbe82e9beb8b747ea04eb21..a88efae8bf8dcc4cfe3b90e00121ae287e20bffd 100644
--- a/Reconstruction/Jet/JetRec/Root/JetGroomer.cxx
+++ b/Reconstruction/Jet/JetRec/Root/JetGroomer.cxx
@@ -10,11 +10,14 @@
 
 using xAOD::JetContainer;
 
-StatusCode JetGroomer::initialize() {
+using namespace JetGrooming;
+
 
+StatusCode JetGroomer::initialize() {
+  
   ATH_MSG_DEBUG("Initializing...");
 
- if(m_inputJetContainer.empty()){
+  if(m_inputJetContainer.empty()){
     ATH_MSG_ERROR("Jet grooming requested with no input ungroomed jets");
     return StatusCode::FAILURE;
   } else if(m_inputPseudoJets.empty()){
diff --git a/Reconstruction/Jet/JetRec/Root/JetRecursiveSoftDrop.cxx b/Reconstruction/Jet/JetRec/Root/JetRecursiveSoftDrop.cxx
index 8cdefda0e2807bb64c9325d2a17366c27d42b129..f2b765dfd780b1a3c9889265d36aea625fada519 100644
--- a/Reconstruction/Jet/JetRec/Root/JetRecursiveSoftDrop.cxx
+++ b/Reconstruction/Jet/JetRec/Root/JetRecursiveSoftDrop.cxx
@@ -3,7 +3,6 @@
 */
 
 // JetRecursiveSoftDrop.cxx
-
 #include "JetRec/JetRecursiveSoftDrop.h"
 #include <iomanip>
 #include "fastjet/PseudoJet.hh"
diff --git a/Reconstruction/Jet/JetRec/Root/PseudoJetTranslator.cxx b/Reconstruction/Jet/JetRec/Root/PseudoJetTranslator.cxx
index d5ae49d2096e4c0845a69add3e71b138fc58114f..99e9992994ff1c01fcdf8acfe80d03e719fe34c3 100644
--- a/Reconstruction/Jet/JetRec/Root/PseudoJetTranslator.cxx
+++ b/Reconstruction/Jet/JetRec/Root/PseudoJetTranslator.cxx
@@ -18,7 +18,7 @@ xAOD::Jet& PseudoJetTranslator::translate(const fastjet::PseudoJet& pj,
 
   // Record the jet-finding momentum, i.e. the one used to find/groom the jet.
   jet.setJetP4(xAOD::JetConstitScaleMomentum, jet.jetP4());
-
+  
   // save area if needed ---------
   if( pj.has_area() ){
 
@@ -45,13 +45,16 @@ xAOD::Jet& PseudoJetTranslator::translate(const fastjet::PseudoJet& pj,
   if ( parentCont == 0 ) { return jet ;}  // can this happen? if so THIS IS an ERROR ! should do something
 
   ElementLink<xAOD::JetContainer> el(*parentCont, parent.index());
-  jet.setAttribute("Parent", el);
+  static const SG::AuxElement::Accessor<ElementLink<xAOD::JetContainer> > parentELacc("Parent"); 
+  parentELacc(jet) =el;
 
   jet.setInputType(parent.getInputType());
   jet.setAlgorithmType(parent.getAlgorithmType());
   jet.setSizeParameter(parent.getSizeParameter());
   jet.setConstituentsSignalState(parent.getConstituentsSignalState());
-  jet.setAttribute(xAOD::JetAttribute::JetGhostArea, parent.getAttribute<float>(xAOD::JetAttribute::JetGhostArea));
 
+  float area=0;
+  if(parent.getAttribute(xAOD::JetAttribute::JetGhostArea, area)) jet.setAttribute(xAOD::JetAttribute::JetGhostArea, area);
+    
   return jet;
 }
diff --git a/Reconstruction/Jet/JetRec/share/JetRecAlgTestCfg.py b/Reconstruction/Jet/JetRec/share/JetRecAlgTestCfg.py
index 13c4c42a69c36b4ae4072b962577500eb63a017f..e34159e43cdbfdd052adae4455dd5deb665ef0da 100755
--- a/Reconstruction/Jet/JetRec/share/JetRecAlgTestCfg.py
+++ b/Reconstruction/Jet/JetRec/share/JetRecAlgTestCfg.py
@@ -162,7 +162,7 @@ def JetGroomAlgCfg(ConfigFlags,buildjetsname,groomjetsname):
     groomcfg.addSequence( CompFactory.AthSequencer(sequencename) )
 
     # Create the JetGroomer, provide it with a JetTrimmer
-    jtrim = CompFactory.JetTrimming("trimSmallR2Frac5",RClus=0.2,PtFrac=0.05)
+    jtrim = CompFactory.getComp("JetGrooming::JetTrimming")("trimSmallR2Frac5",RClus=0.2,PtFrac=0.05)
     jtrim.UngroomedJets = buildjetsname
     jtrim.ParentPseudoJets = "PseudoJetMerged_"+buildjetsname
 
diff --git a/Reconstruction/Jet/JetRec/src/JetSoftDropTools.cxx b/Reconstruction/Jet/JetRec/src/JetSoftDropTools.cxx
new file mode 100644
index 0000000000000000000000000000000000000000..6f6722ef86e5973168251dfc741e998a7ad2b03d
--- /dev/null
+++ b/Reconstruction/Jet/JetRec/src/JetSoftDropTools.cxx
@@ -0,0 +1,140 @@
+/*
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+*/
+
+#include "JetSoftDropTools.h"
+
+#include "fastjet/PseudoJet.hh"
+#include "fastjet/tools/Filter.hh"
+#include "fastjet/contrib/SoftDrop.hh"
+#include "fastjet/contrib/RecursiveSoftDrop.hh"
+#include "fastjet/contrib/BottomUpSoftDrop.hh"
+#include "fastjet/Selector.hh"
+
+#include "JetEDM/PseudoJetVector.h"
+
+#include "JetRec/PseudoJetTranslator.h"
+
+using namespace JetGrooming;
+
+namespace {
+  // tool implementing the operations to convert fastjet::PseudoJet -> xAOD::Jet
+  const static PseudoJetTranslator s_pjTranslator(false, false); // false => do not save jet areas
+
+
+
+  /// A common helper to perform the creation and insertion of a groomed jet given a SoftDrop algorithm
+  template<typename SDHELPER>
+  xAOD::Jet & buildAndInsertSDJet(SDHELPER& sdhelper, const xAOD::Jet& parentjet, const PseudoJetContainer& inpjcont, xAOD::JetContainer& outcont, PseudoJetVector& groomedpjvec ){
+
+    const static SG::AuxElement::Accessor<const fastjet::PseudoJet*> s_pjAcc("PseudoJet");
+    const static SG::AuxElement::ConstAccessor<const fastjet::PseudoJet*> s_pjConstAcc("PseudoJet");
+    
+    // retrieve the PseudoJet from the parent :
+    const fastjet::PseudoJet& parentPJ = *s_pjConstAcc(parentjet);
+
+    // call the sdhelper to build the groomed PSeudoJet
+    fastjet::PseudoJet groomedPJ = sdhelper(parentPJ);
+
+    // build the xAOD::Jet from the PseudoJet, and put it in the container 
+    xAOD::Jet& jet = s_pjTranslator.translate(groomedPJ, inpjcont, outcont, parentjet);
+    
+    // now assign the groomedPJ to its  vector
+    //  Note: the caller (JetGroomer) guarantees groomedpjvec has the correct size,
+    //  however, it is not 100% sure (?) that parentjet.index()==jet.index(), so we can't assign before
+    groomedpjvec[jet.index()] = groomedPJ;
+   
+    // decorate with the pointer to the PJ we keep in the evt store.
+    //  (the decoration is done in the PseudoJetTranslator but we have to redo-it here since we must point to
+    //   the instance instance inside groomedpjvec)    
+    s_pjAcc(jet) = & groomedpjvec[jet.index()];
+    
+    return jet;
+  }
+}
+
+// a shortcut to check variable range with a 1-liner (We can't use CheckedProperty...)
+#define CHECK_VAR_RANGE( name, var, expr )			       \
+  if( ! ( expr ) ) {						       \
+  ATH_MSG_ERROR("Property "<< name << " = "<< var << " out of range"); \
+  return StatusCode::SUCCESS; }
+
+//**********************************************************************
+
+StatusCode SoftDrop::initialize() {
+  ATH_CHECK( JetGroomer::initialize() );  
+
+  CHECK_VAR_RANGE("ZCut", m_zcut, (m_zcut>=0)&&(m_zcut<=10.) );
+  CHECK_VAR_RANGE("beta", m_beta, (m_beta>=0)&&(m_beta<=10.) );
+  CHECK_VAR_RANGE("R0", m_R0, (m_R0>=0)&&(m_R0<=10.) );
+
+  return StatusCode::SUCCESS;
+}
+
+
+//**********************************************************************
+StatusCode RecSoftDrop::initialize() {
+  ATH_CHECK( SoftDrop::initialize() );  
+  CHECK_VAR_RANGE("N", m_N, (m_zcut>-1) );
+  return StatusCode::SUCCESS;
+}
+
+
+void SoftDrop::insertGroomedJet(const xAOD::Jet& parentjet, const PseudoJetContainer& inpjcont, xAOD::JetContainer& outcont, PseudoJetVector& groomedpjvec) const {
+
+  //configure soft drop tool
+  // see http://fastjet.hepforge.org/svn/contrib/contribs/RecursiveTools/tags/1.0.0/SoftDrop.hh
+  fastjet::contrib::SoftDrop softdropper(m_beta, m_zcut, m_R0);
+
+  xAOD::Jet & jet = buildAndInsertSDJet(softdropper,
+					parentjet, inpjcont, outcont, groomedpjvec);
+  
+  if(m_saveSDatt) {
+    setSoftDropAttributes(jet, groomedpjvec[jet.index()].pieces().size() );
+  }
+}
+
+void SoftDrop::setSoftDropAttributes(xAOD::Jet& groomedjet, int nsdsubjets) const {
+  groomedjet.setAttribute<float>("ZCut", m_zcut);
+  groomedjet.setAttribute<float>("SoftDropBeta", m_beta);
+  groomedjet.setAttribute<float>("SoftDropR0", m_R0);
+  groomedjet.setAttribute<int>("NSoftDropSubjets", nsdsubjets);
+}
+
+
+
+
+//**********************************************************************
+
+void RecSoftDrop::insertGroomedJet(const xAOD::Jet& parentjet, const PseudoJetContainer& inpjcont, xAOD::JetContainer& outcont, PseudoJetVector& groomedpjvec) const {
+
+  //configure recursive soft drop tool
+  //https://fastjet.hepforge.org/trac/browser/contrib/contribs/RecursiveTools/tags/2.0.0-beta1
+  fastjet::contrib::RecursiveSoftDrop softdropper(m_beta, m_zcut, m_N, m_R0);
+
+  xAOD::Jet & jet = buildAndInsertSDJet(softdropper,
+					parentjet, inpjcont, outcont, groomedpjvec);
+  
+  if(m_saveSDatt) {
+    setSoftDropAttributes(jet, groomedpjvec[jet.index()].pieces().size() );
+    jet.setAttribute<int>("RSoftDropN", m_N);
+  }
+}
+
+
+
+//**********************************************************************
+void BottomUpSoftDrop::insertGroomedJet(const xAOD::Jet& parentjet, const PseudoJetContainer& inpjcont, xAOD::JetContainer& outcont, PseudoJetVector& groomedpjvec) const {
+
+  //configure recursive soft drop tool
+  //https://fastjet.hepforge.org/trac/browser/contrib/contribs/RecursiveTools/tags/2.0.0-beta1
+  fastjet::contrib::BottomUpSoftDrop softdropper(m_beta, m_zcut, m_R0);
+
+  xAOD::Jet & jet = buildAndInsertSDJet(softdropper,
+					parentjet, inpjcont, outcont, groomedpjvec);
+  
+  if(m_saveSDatt) {
+    setSoftDropAttributes(jet, groomedpjvec[jet.index()].pieces().size() );
+  }
+}
+
diff --git a/Reconstruction/Jet/JetRec/src/JetSoftDropTools.h b/Reconstruction/Jet/JetRec/src/JetSoftDropTools.h
new file mode 100644
index 0000000000000000000000000000000000000000..f3d600e40d4471a0442515bbca8ae3ebfa5238db
--- /dev/null
+++ b/Reconstruction/Jet/JetRec/src/JetSoftDropTools.h
@@ -0,0 +1,94 @@
+/*
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+*/
+
+#ifndef JETREC_JETSOFDROPTOOLS_H
+#define JETREC_JETSOFDROPTOOLS_H
+///***********************************************
+///
+/// \file JetSoftDropTools
+///
+/// Define jet grooming tools implementing variants of the soft drop algorithm
+///
+/// These tools implement the IJetProvider interface via the JetGroomer base class.
+/// The JetContainer thet returns is build by
+/// running the trimming procedure on each jet of the parent JetContainer the tool is acting on.
+/// Obviously the parent JetContainer must be present in the evt store, but also the input PseudoJetContainer from which it has been built.
+
+#include "fastjet/PseudoJet.hh"
+#include "fastjet/tools/Filter.hh"
+
+#include "xAODJet/JetContainer.h"
+
+#include "JetInterface/IJetProvider.h"
+#include "JetRec/JetGroomer.h"
+#include "JetRec/PseudoJetContainer.h"
+
+namespace JetGrooming {
+
+  /// \class SoftDrop
+  ///
+  /// A grooming tool implementing the SoftDrop method by wrapping fastjet::contrib::SoftDrop
+  /// Also serves as a base class for other SoftDrop variant.
+  class SoftDrop
+    : virtual public JetGroomer {
+    ASG_TOOL_CLASS(SoftDrop, IJetProvider)
+
+    public:
+    using JetGroomer::JetGroomer;
+    
+    StatusCode initialize() override ;
+
+    virtual void insertGroomedJet(const xAOD::Jet&, const PseudoJetContainer&, xAOD::JetContainer&, PseudoJetVector&) const override ;
+
+  protected:
+
+    void setSoftDropAttributes(xAOD::Jet& groomedjet, int nsdsubjets) const ;
+    
+    Gaudi::Property<float> m_zcut  {this, "ZCut", 0.1 , "pT fraction for retaining subjets"}; 
+    Gaudi::Property<float> m_beta {this, "Beta", 0.0, "How much to consider angular dependence"};
+    Gaudi::Property<float> m_R0   {this, "R0", 1.0, "Normalization of angular distance, usually the characteristic jet radius (default R0 = 1)"};
+
+    Gaudi::Property<bool> m_saveSDatt {this, "SaveSoftDropAttributes",false, ""};
+  
+  };
+
+
+
+  /// \class RecSoftDrop
+  ///
+  /// A specialized SoftDrop tool wrapping fastjet::contrib::RecursiveSoftDrop 
+  class RecSoftDrop:   public SoftDrop {
+    ASG_TOOL_CLASS0( RecSoftDrop )    
+    public:
+    using SoftDrop::SoftDrop;//
+
+    StatusCode initialize() override final ;
+    
+    virtual void insertGroomedJet(const xAOD::Jet&, const PseudoJetContainer&, xAOD::JetContainer&, PseudoJetVector&) const override final ;
+
+  private:
+    Gaudi::Property<int> m_N {this, "N", 0.1 , "Number of layers (-1 <> infinite)"};     
+  };
+
+
+
+
+
+  /// \class BottomUpSoftDrop
+  ///
+  /// A specialized SoftDrop tool wrapping fastjet::contrib::BottomUpSoftDrop
+  class BottomUpSoftDrop: virtual public SoftDrop {
+    ASG_TOOL_CLASS0(BottomUpSoftDrop)    
+  public:
+    using SoftDrop::SoftDrop;
+    
+    virtual void insertGroomedJet(const xAOD::Jet&, const PseudoJetContainer&, xAOD::JetContainer&, PseudoJetVector&) const override final ;
+  };
+  
+
+  
+}
+
+
+#endif
diff --git a/Reconstruction/Jet/JetRec/src/JetTrimming.cxx b/Reconstruction/Jet/JetRec/src/JetTrimming.cxx
index 6379a4d8d0f6e41b49d2b966542f669eda932e13..7334813384db0aeb8d428f9b9b35868036b72a91 100644
--- a/Reconstruction/Jet/JetRec/src/JetTrimming.cxx
+++ b/Reconstruction/Jet/JetRec/src/JetTrimming.cxx
@@ -11,9 +11,12 @@
 
 #include "JetRec/PseudoJetTranslator.h"
 
+using namespace JetGrooming;
 
+namespace {
   // tool implementing the operations to convert fastjet::PseudoJet -> xAOD::Jet
-const static PseudoJetTranslator s_pjTranslator(false, false); // false => do not save jet areas
+  const static PseudoJetTranslator s_pjTranslator(false, false); // false => do not save jet areas
+}
 
 //**********************************************************************
 
@@ -49,7 +52,7 @@ StatusCode JetTrimming::initialize() {
 //**********************************************************************
 
 void JetTrimming::insertGroomedJet(const xAOD::Jet& parentjet, const PseudoJetContainer& inpjcont, xAOD::JetContainer& outcont, PseudoJetVector& trimpjvec) const {
-
+  
   const static SG::AuxElement::Accessor<const fastjet::PseudoJet*> s_pjAcc("PseudoJet");
   const static SG::AuxElement::ConstAccessor<const fastjet::PseudoJet*> s_pjConstAcc("PseudoJet");
 
@@ -69,7 +72,7 @@ void JetTrimming::insertGroomedJet(const xAOD::Jet& parentjet, const PseudoJetCo
 
   // decorate with the pointer to the PJ we keep in the evt store.
   s_pjAcc(jet) = & trimpjvec[jet.index()];
-
+  
   int nptrim = trimmedPJ.pieces().size();
   jet.setAttribute<int>(xAOD::JetAttribute::TransformType, xAOD::JetTransform::Trim);
   jet.setAttribute<int>(xAOD::JetAttribute::NTrimSubjets, nptrim);
diff --git a/Reconstruction/Jet/JetRec/src/JetTrimming.h b/Reconstruction/Jet/JetRec/src/JetTrimming.h
index 4302969abe17fc70af7f247b3efafc6493f26855..2953fdb3d861d4923340d512ee3b488fec4ece75 100644
--- a/Reconstruction/Jet/JetRec/src/JetTrimming.h
+++ b/Reconstruction/Jet/JetRec/src/JetTrimming.h
@@ -24,27 +24,28 @@
 #include "JetRec/JetGroomer.h"
 #include "JetRec/PseudoJetContainer.h"
 
-class JetTrimming
-: virtual public JetGroomer {
-  ASG_TOOL_CLASS(JetTrimming, IJetProvider)
+namespace JetGrooming {
+  class JetTrimming
+    : virtual public JetGroomer {
+    ASG_TOOL_CLASS(JetTrimming, IJetProvider)
 
-public:
+    public:
 
-  using JetGroomer::JetGroomer;
+    using JetGroomer::JetGroomer;
 
-  StatusCode initialize() override final;
+    StatusCode initialize() override final;
 
-  virtual void insertGroomedJet(const xAOD::Jet&, const PseudoJetContainer&, xAOD::JetContainer&, PseudoJetVector&) const override final;
+    virtual void insertGroomedJet(const xAOD::Jet&, const PseudoJetContainer&, xAOD::JetContainer&, PseudoJetVector&) const override final;
 
-private:
+  private:
 
-  // The filter object that will apply the grooming
-  std::unique_ptr<fastjet::Filter> m_trimmer;
+    // The filter object that will apply the grooming
+    std::unique_ptr<fastjet::Filter> m_trimmer;
     
-  // Job options.
-  Gaudi::Property<float> m_rclus        {this, "RClus", 0.3 , "R for reclustering (0 for none)"}; 
-  Gaudi::Property<float> m_ptfrac       {this, "PtFrac", 0.03, "pT fraction for retaining subjets"};
-  
-};
+    // Job options.
+    Gaudi::Property<float> m_rclus  {this, "RClus", 0.3 , "R for reclustering (0 for none)"}; 
+    Gaudi::Property<float> m_ptfrac      {this, "PtFrac", 0.03, "pT fraction for retaining subjets"};
+  };
 
+}
 #endif
diff --git a/Reconstruction/Jet/JetRec/src/components/JetRec_entries.cxx b/Reconstruction/Jet/JetRec/src/components/JetRec_entries.cxx
index ace4fc6f397d107f577d71c9fad87e3b8ee104e6..5a6d67f97048dc883d1928fba859165d9e9844d7 100644
--- a/Reconstruction/Jet/JetRec/src/components/JetRec_entries.cxx
+++ b/Reconstruction/Jet/JetRec/src/components/JetRec_entries.cxx
@@ -2,6 +2,7 @@
 #include "../JetRecAlg.h"
 #include "../JetViewAlg.h"
 #include "../JetTrimming.h"
+#include "../JetSoftDropTools.h"
 
 #include "../PseudoJetMerger.h"
 #include "../PseudoJetAlgorithm.h"
@@ -61,4 +62,7 @@ DECLARE_COMPONENT( JetViewAlg )
 DECLARE_COMPONENT( PseudoJetAlgorithm )
 DECLARE_COMPONENT( MuonSegmentPseudoJetAlgorithm )
 
-DECLARE_COMPONENT( JetTrimming )
+DECLARE_COMPONENT( JetGrooming::JetTrimming )
+DECLARE_COMPONENT( JetGrooming::SoftDrop )
+DECLARE_COMPONENT( JetGrooming::RecSoftDrop )
+DECLARE_COMPONENT( JetGrooming::BottomUpSoftDrop )
diff --git a/Reconstruction/Jet/JetRecConfig/python/JetDefinition.py b/Reconstruction/Jet/JetRecConfig/python/JetDefinition.py
index 51d695fa1619661287c81a3139e6b4e542a43582..b822f2737b9b2d455b18a52e31ae97fecdd64b16 100644
--- a/Reconstruction/Jet/JetRecConfig/python/JetDefinition.py
+++ b/Reconstruction/Jet/JetRecConfig/python/JetDefinition.py
@@ -105,6 +105,7 @@ class JetDefinition(object):
         # used internally to resolve dependencies
         self._prereqDic = {}
         self._prereqOrder = [] 
+        self._internalAtt = {} 
         self._locked = lock
 
             
@@ -147,19 +148,9 @@ class JetDefinition(object):
     @make_lproperty
     def prefix(self): pass
     
-    @prefix.lsetter
-    def prefix(self,p):
-        self._prefix = p
-        self._defineName()
-
     @make_lproperty
     def suffix(self): pass
     
-    @suffix.lsetter
-    def suffix(self,p):
-        self._suffix = p
-        self._defineName()
-
     @make_lproperty
     def basename(self): pass
 
@@ -367,11 +358,6 @@ class JetInputDef(object):
 
     # make outputname an alias of name so JetInputDef shares an interface with JetConstitSeq.
     outputname = make_alias("name")
-    # @make_lproperty
-    # def outputname(self): pass
-    # @outputname.setter
-    # def outputname(self,v):
-    #     raise Exception("Can not set the 'outputname' attribute of a JetInputDef, set its 'name' instead")
 
 
 ########################################################################    
diff --git a/Reconstruction/Jet/JetRecConfig/python/JetGroomConfig.py b/Reconstruction/Jet/JetRecConfig/python/JetGroomConfig.py
index b12202360b7bc2ec715635f66874f1b7303c79d9..f0b136b329ae07ec36d1ff104c267d34cf7a8321 100644
--- a/Reconstruction/Jet/JetRecConfig/python/JetGroomConfig.py
+++ b/Reconstruction/Jet/JetRecConfig/python/JetGroomConfig.py
@@ -1,22 +1,19 @@
 # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+"""
+JetGroomConfig: A helper module for configuring jet grooming         
+Author: TJ Khoo, P-A Delsart                                                      
+"""                                                                    
 
-########################################################################
-#                                                                      #
-# JetGroomConfig: A helper module for configuring jet grooming         #
-# Author: TJ Khoo                                                      #
-#                                                                      #
 ########################################################################
 
 from AthenaCommon import Logging
 jetlog = Logging.logging.getLogger('JetGroomConfig')
 
-from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
 from AthenaConfiguration.ComponentFactory import CompFactory
 
 import JetRecConfig.JetModConfig as modH
-from JetRecConfig.JetRecConfig import instantiateAliases, buildJetModifierList
+from JetRecConfig.JetRecConfig import buildJetModifierList,  addJetClusteringToComponent, JetRecCfg
 
-import six
 
 
 def instantiateGroomingAliases( groomdef ):
@@ -27,85 +24,111 @@ def instantiateGroomingAliases( groomdef ):
       * assumes jetdef is not 'locked' 
       * implies calls to recursives function constH.aliasToInputDef and modH.aliasToModDef
     """
-
-    instantiateAliases(groomdef.ungroomeddef)
     
     for mod in groomdef.modifiers:
         modInstance = modH.aliasToModDef(mod, groomdef)
         groomdef._prereqDic['mod:'+mod] = modInstance
         groomdef._prereqOrder.append('mod:'+mod)
 
-    
+
 ########################################################################
-# Get a jet groomer class given a tool name and the grooming definition object
-# The pjsin argument is for forwards compatibility when we switch to
-# using JetRecAlg
 #
-def getJetGroomer(groomdef,pjsin):
-    tooltype = groomdef.groomspec["ToolType"]
-    toolprops = {key:val for key,val in six.iteritems (groomdef.groomspec) if key not in ["groomalg","ToolType"]}
-    return tooltype(groomdef.basename,**toolprops)
+def getJetGroomAlg(groomdef,monTool=None):
+    """Returns a configured JetRecAlg set-up to perform the grooming defined by 'groomdef' 
+    ('monTool' is a temporary placeholder, it is expected to be used in the trigger in the future) 
+    """
+    jetlog.debug("Configuring grooming alg \"jetalg_{0}\"".format(groomdef.fullname()))
 
 
-########################################################################
-# Function for configuring the jet algorithm and groomers, given the
-# set of dependencies
-#
-def getJetGroomAlg(jetname,groomdef,pjsin,monTool=None):
-    jetlog.debug("Configuring JetAlgorithm \"jetalg_{0}\"".format(jetname))
+    # the grooming tool (a IJetProvider instance)
+    groomClass = CompFactory.getComp(groomdef.tooltype)
+    groomer = groomClass(groomdef.groomalg,
+                         UngroomedJets = groomdef.ungroomeddef.fullname(),
+                         ParentPseudoJets = groomdef.ungroomeddef._internalAtt['finalPJContainer'],
+                         **groomdef.properties)
+    # get JetModifier list
+    mods = buildJetModifierList(groomdef)
 
+    # put everything together in a JetRecAlg
+    jetname = groomdef.fullname()
+    jra = CompFactory.JetRecAlg(
+        "jetrecalg_"+jetname,
+        Provider = groomer,
+        Modifiers = mods,
+        OutputContainer = jetname)
+    
+    
+    from JetRecConfig.JetRecConfig import autoconfigureModifiers
+    autoconfigureModifiers(jra.Modifiers, jetname)
+    
+    return jra
+
+def getJetGroomAlg_jetAlg(groomdef,pjsin,monTool=None):
+    """Returns a configured grooming algs based on the old JetAlgorithm
+
+    We keep this function for compatibility with trigger config. When the trigger switches to JetRecAlg, this can be removed.
+    """
+    jetname = groomdef.fullname()
+    jetlog.debug("Configuring JetAlgorithm \"jetalg_{0}\"".format(jetname))
+    
     from . import JetRecConfig
     builder = JetRecConfig.getJetBuilder()
 
-    groomer = getJetGroomer(groomdef,pjsin)
-    groomer.JetBuilder = builder
+    groomClass = CompFactory.getComp(groomdef.tooltype)
+    groomer = groomClass(groomdef.groomalg,
+                         JetBuilder = builder,
+                         **groomdef.properties)
 
+    
+    
     mods = buildJetModifierList(groomdef)
-
+    
     rectool = CompFactory.JetRecTool(jetname,
                                      JetGroomer=groomer,
                                      InputContainer=groomdef.ungroomeddef.fullname(),
                                      OutputContainer=jetname,
                                      JetPseudojetRetriever=CompFactory.JetPseudojetRetriever("jpjretriever"),
                                      JetModifiers=mods)
-
+    
     if monTool: rectool.MonTool = monTool
-
+    
     jetalg = CompFactory.JetAlgorithm("jetalg_"+jetname)
     jetalg.Tools = [rectool]
-
     return jetalg
 
-########################################################################
-# Top-level function for running jet grooming
-# Will first run the jet finder, unless the input jets are
-# found in the input file
-def JetGroomCfg(groomdef, configFlags, jetnameprefix="",jetnamesuffix=""):
-    jetsfullname = jetnameprefix+groomdef.basename+jetnamesuffix+"Jets"
-    jetlog.info("Setting up to find {0}".format(jetsfullname))
-
-    sequencename = jetsfullname
-
-    components = ComponentAccumulator()
-    from AthenaCommon.AlgSequence import AthSequencer
-    components.addSequence( AthSequencer(sequencename) )
-
-    # Check if the ungroomed jets exist in the input file.
-    # If not, we need to configure their reconstruction.
-    filecontents = configFlags.Input.Collections
-    if groomdef.ungroomedname not in filecontents:
-        from . import JetRecCfg
-        components.merge(JetRecCfg(groomdef.ungroomeddef, configFlags,
-                                   jetnameoverride=groomdef.ungroomedname))
-    else:
-        # FIXME: Need to schedule rebuilding of pseudojets
-        pass
-
-    # FIXME: Add calls to JetModConfig.getFinalModifierListAndPrereqs
-    components.addEventAlgo(getJetGroomAlg(jetsfullname,groomdef,groomdef.modifiers))
+def addGroomToComponent(components,groomdef, configFlags, ):
+    """Instantiate and schedule all the algorithms needed to run the grooming alg 'groomdef' and
+    add them in the ComponentAccumulator 'components'
+
+    This function is meant to be called from the top-level JetRecConfig.JetRecCfg
+    (groomdef is expected to be non locked and will be modified).
+    """
+    sequenceName = groomdef.fullname()
+    
+    # Translate modifier aliases into JetModifier config instances.
+    #  ( This also detects input dependencies, see below)
+    instantiateGroomingAliases(groomdef)
+
+    # Transfer the input & ghost dependencies onto the parent jet alg,
+    # so they are handled when instatiating the parent jet algs
+    groomdef.ungroomeddef.ghostdefs += [ g.split(':')[1] for g in groomdef._prereqOrder if g.startswith('ghost:')]
+    groomdef.ungroomeddef.extrainputs += [ g.split(':')[1] for g in groomdef._prereqOrder if g.startswith('input:')]
+
+    jetlog.info("Scheduling parent alg {} for {} ".format(groomdef.ungroomeddef.fullname(), groomdef.fullname()))
+    # now instantiate the parent jet alg.
+    # (we always want it even if the parent jets are already in the input file because
+    #  we need to rebuild the pseudoJet)
+    addJetClusteringToComponent(components, groomdef.ungroomeddef, configFlags, sequenceName)
+    
+    groomalg = getJetGroomAlg(groomdef)
+
+    components.addEventAlgo(groomalg, sequenceName)
+
+    jetlog.info("Scheduled JetAlgorithm instance \"jetalg_{0}\"".format(groomdef.fullname()))
 
     return components
 
+
 if __name__=="__main__":
 
     # Setting needed for the ComponentAccumulator to do its thing
@@ -132,7 +155,7 @@ if __name__=="__main__":
     from JetGrooming import JetTrimming
     AntiKt10LCTopo.ptminfilter = 100e3
     AntiKt10LCTopoTrimmedPtFrac5SmallR20 = JetTrimming(AntiKt10LCTopo,"AntiKt10LCTopoJets",smallR=0.2,ptfrac=0.05)
-    cfg.merge(JetGroomCfg(AntiKt10LCTopoTrimmedPtFrac5SmallR20,ConfigFlags))
+    cfg.merge(JetRecCfg(AntiKt10LCTopoTrimmedPtFrac5SmallR20,ConfigFlags))
 
     cfg.printConfig(withDetails=False,summariseProps=True)
 
diff --git a/Reconstruction/Jet/JetRecConfig/python/JetGrooming.py b/Reconstruction/Jet/JetRecConfig/python/JetGrooming.py
index 2d5aa6bdd27811a8fd06a2edd9ca5470f32421a1..1fcf23fcc4d13b736afcf14b11a90a6a57d21b03 100644
--- a/Reconstruction/Jet/JetRecConfig/python/JetGrooming.py
+++ b/Reconstruction/Jet/JetRecConfig/python/JetGrooming.py
@@ -1,43 +1,45 @@
-# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
-
-########################################################################
-#                                                                      #
-# JetGrooming: A module for classes encoding definitions of objects    #
-# for configuring jet grooming                                         #
-# Author: TJ Khoo                                                      #
-#                                                                      #
-########################################################################
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+"""
+JetGrooming: A module for classes encoding definitions of objects    
+for configuring jet grooming
+Author: TJ Khoo. P-A Delsart                                         
+"""
 
 __all__ =  ["GroomingDefinition","JetTrimming","JetSoftDrop"]
 
 from AthenaCommon import Logging
-from .Utilities import make_lproperty, onlyAttributesAreProperties, clonable
+from .Utilities import make_lproperty, onlyAttributesAreProperties, clonable, ldict
 jetlog = Logging.logging.getLogger('JetGrooming')
 
 @clonable
 @onlyAttributesAreProperties
 class GroomingDefinition(object):
+    """ Base class to define grooming procedure. 
+    Concrete classes will have to define the tooltype & groomalg class members
+    and aslo a groomSpecAsStr() function.
+
+    """
+    tooltype = None
+    groomalg = None
     def __init__(self, 
                  ungroomeddef,  # Ungroomed JetDefinition
-                 #ungroomedname, # Input collection name (cannot be determined uniquely from inputdef)
-                 groomspec,     # Dict describing the grooming settings
                  modifiers=[],  # JetModifiers to run after grooming
-                 lock=False,
+                 suffix = '',   # allows to tune the full JetContainer name
+                 lock=False,    # lock the properties of this instance to avoid accidental overwrite after __init__
+                 **properties   # any other argument is expected a grooming tool property
                  ): 
 
-        #self.ungroomedname = ungroomedname
+        self._ungroomeddef = ungroomeddef.clone() # clone to avoid messing with external jetdef
 
-        # Dedicated setter/getter
-        self._ungroomeddef = ungroomeddef.clone() # to avoid messing with external jetdef
-        self._groomspec = groomspec
-
-        self._checkGroomSpec(groomspec)
-        self._groomspec = groomspec
+        if lock: properties = ldict(properties) # ldict to freeze the properties
+        self.properties = properties
 
+        self.suffix = suffix
         self._defineName()
 
-        self.modifiers = modifiers     # Tools to modify the jet
-
+        self.modifiers = modifiers 
+        
+        
         # used internally to resolve dependencies
         self._prereqDic = {}
         self._prereqOrder = [] 
@@ -64,42 +66,21 @@ class GroomingDefinition(object):
         self._defineName()
 
 
+    @make_lproperty
+    def properties(self): pass
     @make_lproperty
     def modifiers(self): pass
-        
     @make_lproperty
-    def groomspec(self):
-        return self.__groomspec
-    @groomspec.lsetter
-    def groomspec(self,groomspec):
-        self._checkGroomSpec(groomspec)
-        self._groomspec = groomspec
-        self._defineName()
-
-    # To override in derived classes
+    def suffix(self): pass
+    
+    # To be overriden in derived classes
     def groomSpecAsStr(self):
-        return "Groomed"
+        raise Exception("Can not use a GroomingDefinition instance : use a derived class")
 
     def fullname(self):
-        return self.ungroomeddef.prefix+self.basename+"Jets"
+        return self.ungroomeddef.prefix+self.basename+"Jets"+self.suffix
     
-    def _checkGroomSpec(self,groomspec):
-        # Check if options are supported (implemented)
-        groomalg = groomspec["groomalg"]
-        supportedGrooming = ["Trim","SoftDrop"]
-        if not groomspec["groomalg"] in supportedGrooming:
-            jetlog.error("Unsupported grooming algorithm specification \"{}\"! Allowable options:")
-            for groomalg in supportedGrooming:
-                jetlog.error(groomalg)
-            raise KeyError("Invalid grooming algorithm choice: {0}".format(groomalg))
         
-    # @property
-    # def inputdef(self):
-    #     return self.__inputdef
-    # @inputdef.setter
-    # def inputdef(self,inputdef):
-    #     self.__inputdef = inputdef
-    #     self._defineName()
 
 
     def _defineName(self):
@@ -114,76 +95,34 @@ class GroomingDefinition(object):
     __repr__ = __str__
 
 
-@clonable
-@onlyAttributesAreProperties
 class JetTrimming(GroomingDefinition):
-    def __init__(self, 
-                 ungroomeddef,  # Ungroomed JetDefinition
-                 #ungroomedname, # Input collection name (cannot be determined uniquely from inputdef)
-                 smallR,        # Subjet radius
-                 ptfrac,        # Minimum subjet pt fraction
-                 modifiers=[],  # JetModifiers to run after grooming
-                 lock=False,
-                 ): 
-
-        # Apart from groomalg and ToolType, these correspond to the
-        # grooming tool property values
-        #from JetRec.JetRecConf import JetTrimmer
-        from AthenaConfiguration.ComponentFactory import CompFactory
-        JetTrimmer = CompFactory.JetTrimmer
-        groomspec = {
-            # Type of groomer
-            "groomalg": "Trim",
-            # Configurable class
-            "ToolType": JetTrimmer,
-            # Tool properties to set
-            "RClus":    smallR,
-            "PtFrac":   ptfrac,
-            }
-
-        super(JetTrimming,self).__init__(ungroomeddef,groomspec,modifiers,lock=lock,finalinit=False)
+    groomalg = "Trim"
+    tooltype = "JetGrooming::JetTrimming"
 
     def groomSpecAsStr(self):
-        ptfrac = self.groomspec["PtFrac"]
-        ptfracstr = int(ptfrac*100) # Not usually smaller than %
-        smallR = self.groomspec["RClus"]
+        ptfrac = int( self.properties["PtFrac"] *100 ) # Not usually smaller than %
         from .JetDefinition import formatRvalue
-        smallRstr = formatRvalue(smallR*10)
+        smallR = formatRvalue(self.properties["RClus"]*10)
         
-        groomstr = "TrimmedPtFrac{}SmallR{}".format(ptfracstr,smallRstr)
+        groomstr = "TrimmedPtFrac{}SmallR{}".format(ptfrac,smallR)
         return groomstr
 
-@clonable
-@onlyAttributesAreProperties
+class JetTrimmingTrig(JetTrimming):
+    """Temporary class for trigger (to be removed when jet trigger use JetRecAlg)"""
+    tooltype = "JetTrimmer"
+    
+
 class JetSoftDrop(GroomingDefinition):
-    def __init__(self,
-                 ungroomeddef,  # Ungroomed JetDefinition
-                 #ungroomedname, # Input collection name (cannot be determined uniquely from inputdef)
-                 zcut,          # ZCut
-                 beta,          # Beta
-                 modifiers=[],  # JetModifiers to run after grooming
-                 lock=False):
-
-        # Apart from groomalg and ToolType, these correspond to the
-        # grooming tool property values
-        from AthenaConfiguration.ComponentFactory import CompFactory
-        JetSD = CompFactory.JetSoftDrop
-        groomspec = {
-            # Type of groomer
-            "groomalg": "SoftDrop",
-            # Configurable class
-            "ToolType": JetSD,
-            # Tool properties to set
-            "ZCut":   zcut,
-            "Beta":   beta,
-            }
-
-        super(JetSoftDrop,self).__init__(ungroomeddef,groomspec,modifiers, lock=lock, finalinit=False)
+    groomalg = "SoftDrop"
+    tooltype = "JetGrooming::SoftDrop"
 
     def groomSpecAsStr(self):
-        beta     = self.groomspec["Beta"]
-        betastr  = int(beta*100)
-        zcut     = self.groomspec["ZCut"]
-        zcutstr  = int(zcut*100)
-        groomstr = "SoftDropBeta{}Zcut{}".format(betastr,zcutstr)
+        beta     = int( self.properties["Beta"] *100)
+        zcut     = int( self.properties["ZCut"] *100)
+        groomstr = "SoftDropBeta{}Zcut{}".format(beta,zcut)
         return groomstr
+    
+class JetSoftDropTrig(JetSoftDrop):
+    """Temporary class for trigger (to be removed when jet trigger use JetRecAlg)"""
+    tooltype = "JetSoftDrop"
+    
diff --git a/Reconstruction/Jet/JetRecConfig/python/JetRecConfig.py b/Reconstruction/Jet/JetRecConfig/python/JetRecConfig.py
index 29dc80eced2ed8e188ea207134ee96bae0ebc839..e71c285f072130f3f6215480118aff09814ff11e 100644
--- a/Reconstruction/Jet/JetRecConfig/python/JetRecConfig.py
+++ b/Reconstruction/Jet/JetRecConfig/python/JetRecConfig.py
@@ -18,6 +18,9 @@ from AthenaConfiguration.ComponentFactory import CompFactory
 import JetRecConfig.ConstModHelpers as constH
 import JetRecConfig.JetModConfig as modH
 
+from JetRecConfig.JetDefinition import JetDefinition
+from JetRecConfig.JetGrooming import GroomingDefinition
+
 
 
 
@@ -26,78 +29,96 @@ __all__ = ["JetRecCfg", "JetInputCfg"]
 
 
 ########################################################################
+
+
+def JetRecCfg(jetdef, configFlags):
+    """Top-level function for running jet finding or grooming.
     
-def JetRecCfg(jetdef0, configFlags):
-    """Top-level function for running jet finding
-    (i.e. clustering from inputs)
     This returns a ComponentAccumulator that can be merged with others
     from elsewhere in the job, but will provide everything needed to
     reconstruct one jet collection.
-    This could still be modularised further into the subcomponents of the
-    jet reconstruction job.
-    Receives the jet definition and input flags, mainly for input file
+    Receives the jet or grooming definition (jetdef) and input flags (configFlags), mainly for input file
     peeking such that we don't attempt to reproduce stuff that's already
-    in the input file
+    in the input file.
+
     """
     # we clone the jetdef, so we're sure we're not using a 'locked' one 
-    jetdef = jetdef0.clone()
+    jetdef_i = jetdef.clone()
     
-    jetsfullname = jetdef.fullname()
-    jetlog.info("Setting up to find {0}".format(jetsfullname))
-
-    sequenceName = jetsfullname
+    sequenceName = jetdef_i.fullname()
+    jetlog.info("******************")    
+    jetlog.info("Setting up to find {0}".format(sequenceName))
 
     components = ComponentAccumulator()
     from AthenaCommon.CFElements import parOR
     components.addSequence( parOR(sequenceName) )
 
-    # create proper config instances for each input and ghost aliases in this jetdef
+    # call the relevant function according to jetdef_i type 
+    if isinstance(jetdef_i, JetDefinition):
+        addJetClusteringToComponent(components, jetdef_i, configFlags)
+
+    elif isinstance(jetdef_i, GroomingDefinition):
+        from JetRecConfig.JetGroomConfig import addGroomToComponent
+        addGroomToComponent(components, jetdef_i,  configFlags)
+
+    return components
+
+def addJetClusteringToComponent(components, jetdef_i, configFlags, sequenceName=None):
+    """internal function which instantiates the JetRecAlg defined by the JetDefinition 'jetdef_i'  
+    into the ComponentAccumulator 'components' 
+    """
+    sequenceName = sequenceName or jetdef_i.fullname()
+    # create proper config instances for each input and ghost aliases in this jetdef_i
     # this implicitely calculates and adds the dependencies.
-    instantiateAliases(jetdef)
+    instantiateAliases(jetdef_i)
     
-    # check if the conditions are compatible with the inputs & modifiers of this jetdef.
+    # check if the conditions are compatible with the inputs & modifiers of this jetdef_i.
     # if in standardRecoMode we will remove whatever is incompatible and still try to run
     # if not, we raise an exception
-    removeComponentFailingConditions(jetdef, configFlags, raiseOnFailure= not jetdef.standardRecoMode)
+    removeComponentFailingConditions(jetdef_i, configFlags, raiseOnFailure= not jetdef_i.standardRecoMode)
     
     
     # Schedule the various input collections.
     # We don't have to worry about ordering, as the scheduler
     # will handle the details. Just merge the components.
-    inputcomps = JetInputCfg(jetdef, configFlags, sequenceName)
+    inputcomps = JetInputCfg(jetdef_i, configFlags, sequenceName)
     components.merge(inputcomps)
 
     # schedule the algs to create fastjet::PseudoJet objects out of the inputs
-    pjCompo, pjContainer = PseudoJetCfg(jetdef, configFlags, sequenceName)
+    pjCompo= PseudoJetCfg(jetdef_i, configFlags, sequenceName)
     components.merge(pjCompo)
     
     # Generate a JetRecAlg to run the jet finding and modifiers
-    jetrecalg = getJetRecAlg( jetdef, pjContainer)
+    jetrecalg = getJetRecAlg( jetdef_i)
     components.addEventAlgo(jetrecalg, sequenceName)
     
-    jetlog.info("Scheduled JetAlgorithm instance \"jetalg_{0}\"".format(jetsfullname))
+    jetlog.info("Scheduled JetAlgorithm instance \"jetalg_{0}\"".format(jetdef_i.fullname()))
+
     return components
 
-def PseudoJetCfg(jetdef, configFlags, sequenceName):
-    """Builds a ComponentAccumulator for creating PseudoJetContainer needed by jetdef.
-    IMPORTANT returns a tuple : (components, finalPJContainerName) """
+
+def buildPseudoJetAlgs(jetdef):
+    """ Builds the list of configured PseudoJetAlgorithm needed for this jetdef.
+    THIS updates jetdef._internalAtt['finalPJContainer'] 
+    (this function is factorized out of PseudoJetCfg so it can be used standalone in the trigger config)
+    """
     
-    components = ComponentAccumulator(sequenceName)
-    # Schedule the constituent PseudoJetAlg
     constitpjalg = getConstitPJGAlg( jetdef.inputdef )
-    components.addEventAlgo( constitpjalg, sequenceName )
     finalPJContainer = constitpjalg.OutputContainer
+    pjalglist = [constitpjalg]
     
     # Schedule the ghost PseudoJetAlgs
     ghostlist = [ key for key in jetdef._prereqOrder if key.startswith('ghost:')]
     if ghostlist != []:
+        # then we need to schedule a PseudoJetAlg for each ghost collections...
         pjContNames = [finalPJContainer]
         for ghostkey in sorted(ghostlist):
             ghostdef = jetdef._prereqDic[ghostkey]
             ghostpjalg = getGhostPJGAlg( ghostdef )
-            components.addEventAlgo( ghostpjalg, sequenceName )
+            pjalglist.append(ghostpjalg)
             pjContNames.append( ghostpjalg.OutputContainer )
 
+        # .. and merge them together with the input constituents 
         mergeId = mergedPJId( pjContNames )
         finalPJContainer = constitpjalg.OutputContainer+"_merged"+mergeId
         mergerName = "PJMerger_id"+mergeId
@@ -106,12 +127,25 @@ def PseudoJetCfg(jetdef, configFlags, sequenceName):
             InputPJContainers = pjContNames,
             OutputContainer = finalPJContainer,
         )
-        components.addEventAlgo( mergeAlg, sequenceName)
-
-    return components, finalPJContainer
+        pjalglist.append(mergeAlg)
+        
+    # set the name of the complete,merged input PseudoJets, so it can be re-used downstream
+    jetdef._internalAtt['finalPJContainer'] = finalPJContainer
+    return pjalglist
+    
+def PseudoJetCfg(jetdef, configFlags, sequenceName):
+    """Builds a ComponentAccumulator for creating PseudoJetContainer needed by jetdef.
+    THIS updates jetdef._internalAtt['finalPJContainer'] 
+    """
+    components = ComponentAccumulator(sequenceName)
+    pjalglist = buildPseudoJetAlgs( jetdef )
+    for pjalg in pjalglist:
+        components.addEventAlgo( pjalg, sequenceName )
+    return components
 
 _mergedPJContainers = dict()
 def mergedPJId(pjList):
+    """returns a simple unique ID for the list of PseudoJet container in pjList"""
     t = tuple(pjList)
     currentSize = len(_mergedPJContainers)
     return str(_mergedPJContainers.setdefault(t, currentSize))
@@ -129,12 +163,12 @@ def JetInputCfg(jetOrConstitdef, configFlags, sequenceName='AthAlgSeq'):
      * a JetConstitSource : to allow scheduling the corresponding constituents algs independently of any jet alg. 
     """
 
-    jetlog.info("Setting up jet inputs.")
     components = ComponentAccumulator(sequenceName)
 
     
     from .JetDefinition import JetConstitSource, JetDefinition
     if isinstance(jetOrConstitdef, JetConstitSource):
+        jetlog.info("Setting up jet inputs from JetConstitSource : "+jetOrConstitdef.name)
         jetdef = JetDefinition('Kt', 0., jetOrConstitdef.clone())
         instantiateAliases(jetdef)        
         removeComponentFailingConditions(jetdef, configFlags, raiseOnFailure= not jetdef.standardRecoMode)
@@ -142,7 +176,7 @@ def JetInputCfg(jetOrConstitdef, configFlags, sequenceName='AthAlgSeq'):
         jetdef = jetOrConstitdef
     
     jetlog.info("Inspecting input file contents")
-    filecontents = [coll for coll in configFlags.Input.Collections]
+    filecontents = configFlags.Input.Collections
 
     inputdeps = [ inputkey for inputkey in jetdef._prereqOrder if inputkey.startswith('input:')]
 
@@ -162,7 +196,7 @@ def JetInputCfg(jetOrConstitdef, configFlags, sequenceName='AthAlgSeq'):
                 if constitalg:
                     components.addEventAlgo(constitalg, primary=isprimary)
         else: # it must be a JetInputDef
-            cname = inputInstance.containername(jetdef,inputInstance.specs)
+            cname = inputInstance.containername(jetdef,inputInstance.specs) # (by defaults this is just inputInstance.name)
             if cname in filecontents:
                 jetlog.debug("Input container {0} for prereq {1} already in input file.".format(cname, inputInstance.name))
             else:
@@ -257,15 +291,16 @@ def getJetAlgorithm(jetname, jetdef, pjContNames, monTool = None):
 ########################################################################
 # Function that substitues JetRecTool + JetAlgorithm
 #
-def getJetRecAlg( jetdef, pjContNames):
+def getJetRecAlg( jetdef):
     """ """
+    pjContNames = jetdef._internalAtt['finalPJContainer']
     jclust = CompFactory.JetClusterer(
         "builder",
         JetAlgorithm = jetdef.algorithm,
         JetRadius = jetdef.radius,
         PtMin = jetdef.ptmin,
         InputPseudoJets = pjContNames,
-        GhostArea = 0.01, # In which cases do we not want areas?
+        GhostArea = 0.01 if (jetdef.radius < 0.6)  else 0. , 
         JetInputType = jetdef.inputdef.jetinputtype,
     )
 
@@ -389,7 +424,6 @@ def removeComponentFailingConditions(jetdef, configflags, raiseOnFailure=True):
     The compatibility is ultimately tested using the component 'filterfn' attributes.
     Internally calls the function isComponentPassingConditions() (see below) 
     """
-    jetlog.info("******************")
     jetlog.info("Standard Reco mode : filtering components in "+str(jetdef))
 
 
diff --git a/Reconstruction/Jet/JetRecConfig/python/StandardJetMods.py b/Reconstruction/Jet/JetRecConfig/python/StandardJetMods.py
index c2ec26f1a0212a0d18d1363e3167c86a8e1f5fe6..8d5b473b6506259abc029bccc54abdb636fe4a2a 100644
--- a/Reconstruction/Jet/JetRecConfig/python/StandardJetMods.py
+++ b/Reconstruction/Jet/JetRecConfig/python/StandardJetMods.py
@@ -116,5 +116,40 @@ particlejetmods = {
     }
 jetmoddict.update(particlejetmods)
 
-# Todo: jet substructure moment tools
 
+# Substructure tools 
+
+substrmods = dict( 
+    nsubjettiness = JetModifier( "NSubjettinessTool", "nsubjettiness",Alpha = 1.0),
+    nsubjettinessR = JetModifier( "NSubjettinessRatiosTool", "nsubjettinessR",),
+
+    
+    ktdr       = JetModifier("KtDeltaRTool", "ktdr", JetRadius = 0.4),
+
+    ktsplitter = JetModifier( "KTSplittingScaleTool", "ktsplitter"),
+    
+    angularity = JetModifier( "AngularityTool", "angularity"),
+    
+    dipolarity = JetModifier( "DipolarityTool", "dipolarity",SubJetRadius = 0.3),
+    
+    planarflow = JetModifier( "PlanarFlowTool", "planarflow"),
+
+    ktmassdrop = JetModifier( "KtMassDropTool", "ktmassdrop"),
+
+    ecorr      = JetModifier( "EnergyCorrelatorTool", "ecorr", Beta = 1.0),
+    ecorrR      = JetModifier( "EnergyCorrelatorRatiosTool", "ecorrR", ),
+
+    ecorrgeneral = JetModifier( "EnergyCorrelatorGeneralizedTool", "ecorrgeneral"),
+
+    ecorrgeneralratios = JetModifier( "EnergyCorrelatorGeneralizedRatiosTool", "ecorrgeneralratios"),
+
+    comshapes = JetModifier( "CenterOfMassShapesTool","comshapes"),
+
+    pull      = JetModifier("JetPullTool", "pull",  UseEtaInsteadOfY = False, IncludeTensorMoments = True ),
+
+    charge    = JetModifier( "JetChargeTool", "charge", K=1.0),
+
+    qw = JetModifier( "QwTool", "qw"),
+    #showerdec = JetModifier( "  ShowerDeconstructionTool"),
+)
+jetmoddict.update(substrmods)
diff --git a/Reconstruction/Jet/JetRecConfig/python/StandardLargeRJets.py b/Reconstruction/Jet/JetRecConfig/python/StandardLargeRJets.py
new file mode 100644
index 0000000000000000000000000000000000000000..8b8549d6d66d2c27a4ec51e07a3ae23a5500c141
--- /dev/null
+++ b/Reconstruction/Jet/JetRecConfig/python/StandardLargeRJets.py
@@ -0,0 +1,91 @@
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+
+from JetRecConfig.StandardJetConstits import jetconstitdic as cst
+from .JetDefinition import  JetDefinition
+from .JetGrooming import  JetTrimming, JetSoftDrop
+
+
+
+# *********************************************************
+# Ghost-associated particles for the standard large R jets 
+# *********************************************************
+standardghosts =  ["Track","MuonSegment","Truth"]
+
+
+flavourghosts = [
+                  "WBosons", "ZBosons", "HBosons", "TQuarksFinal",
+                  "Partons",]
+
+
+
+
+
+# *********************************************************
+# Modifiers for the standard large R jets 
+# *********************************************************
+# (use tuples rather than lists to prevent accidental modification)
+standardrecomods = (
+    "Sort",
+    "Width",
+    "TrackMoments",
+)
+clustermods      = ("ECPSFrac","ClusterMoments",) 
+truthmods        =  ("PartonTruthLabel","TruthPartonDR", ) 
+pflowmods        = ()
+
+substrmods = ("nsubjettiness", "nsubjettinessR", "ktsplitter",
+              "ecorr", "ecorrR",  "qw",
+              # ... others ?
+)
+
+
+# *********************************************************
+# Standard large R jets definitions
+# *********************************************************
+
+
+AntiKt10LCTopo = JetDefinition("AntiKt",1.0,cst.LCTopoOrigin,
+                               ghostdefs = standardghosts+flavourghosts , 
+                               modifiers = ("Sort", "Filter:50000"), 
+                               standardRecoMode = True,                               
+                               lock = True
+)
+
+
+AntiKt10LCTopoTrimmed = JetTrimming(AntiKt10LCTopo,
+                                    modifiers = standardrecomods+substrmods,
+                                    PtFrac = 0.05, RClus = 0.2,                                    
+                                    )
+
+AntiKt10LCTopoSoftDrop = JetSoftDrop(AntiKt10LCTopo,
+                                     modifiers = standardrecomods+substrmods,
+                                     Beta = 1., ZCut= 0.1,
+                                     )
+
+
+
+
+AntiKt10Truth = JetDefinition("AntiKt",1.0,cst.Truth,
+                               ghostdefs = flavourghosts , 
+                               modifiers = ("Sort", "Filter:50000"), 
+                               standardRecoMode = True,                               
+                               lock = True
+)
+
+
+AntiKt10TruthTrimmed = JetTrimming(AntiKt10Truth,
+                                   modifiers = standardrecomods+substrmods+truthmods,
+                                   PtFrac = 0.05, RClus = 0.2,                                    
+                                   )
+
+AntiKt10TruthSoftDrop = JetSoftDrop(AntiKt10Truth,
+                                    modifiers = standardrecomods+substrmods+truthmods,
+                                    Beta = 1., ZCut= 0.1,
+                                    )
+
+
+
+
+
+
+        
diff --git a/Reconstruction/Jet/JetRecConfig/python/StandardSmallRJets.py b/Reconstruction/Jet/JetRecConfig/python/StandardSmallRJets.py
index af23c0a965e81e4c9ad39da9700229f979028fbd..52750d138d5c5aa7a75ed376efceff5dfdb1195d 100644
--- a/Reconstruction/Jet/JetRecConfig/python/StandardSmallRJets.py
+++ b/Reconstruction/Jet/JetRecConfig/python/StandardSmallRJets.py
@@ -12,7 +12,6 @@ from xAODBase.xAODType import xAODType
 standardghosts =  ["Track","MuonSegment","Truth"]
 
 
-#flavourghosts = ["TruthLabel"+ghosttype  for ghosttype in [
 flavourghosts = [ "BHadronsInitial", "BHadronsFinal", "BQuarksFinal",
                   "CHadronsInitial", "CHadronsFinal", "CQuarksFinal",
                   "TausFinal",
@@ -47,7 +46,7 @@ pflowmods        = ()
 
 
 AntiKt4EMPFlow = JetDefinition("AntiKt",0.4,cst.EMPFlow,
-                               ghostdefs = standardghosts+flavourghosts , # not working well yet : flavourghosts,
+                               ghostdefs = standardghosts+flavourghosts , 
                                modifiers = standardrecomods+truthmods, 
                                standardRecoMode = True,                               
                                lock = True
@@ -90,6 +89,7 @@ AntiKt4TruthWZ = JetDefinition("AntiKt",0.4, cst.TruthWZ,
 
 
 def StandardSmallRJetCfg(configFlags):
+    """Top-level function to schedule the smallR jets in standard reconstruction """
     from JetRecConfig.JetRecConfig import JetRecCfg
 
     standarSmallRList = [
diff --git a/Reconstruction/Jet/JetRecConfig/share/JetRecTestCfg.py b/Reconstruction/Jet/JetRecConfig/share/JetRecTestCfg.py
index 518ea15ad8d1114ddbe2974af350051dfaf3afe8..1322fcf541350c158fd50ca8b0ad3a720714751d 100755
--- a/Reconstruction/Jet/JetRecConfig/share/JetRecTestCfg.py
+++ b/Reconstruction/Jet/JetRecConfig/share/JetRecTestCfg.py
@@ -12,6 +12,7 @@ def DefineJetCollections(configFlags):
     ########################################################################
     # import the standard definitions 
     from JetRecConfig.StandardSmallRJets import  AntiKt4EMPFlow, AntiKt4EMTopo, AntiKt4Truth, AntiKt4TruthWZ
+    from JetRecConfig.StandardLargeRJets import  AntiKt10LCTopoSoftDrop
 
     # Example for defining a custom definition
     from JetRecConfig.JetDefinition import JetConstitSeq, JetDefinition, xAODType
@@ -38,6 +39,7 @@ def DefineJetCollections(configFlags):
         AntiKt4EMPFlow.clone(prefix="New"),
         AntiKt4EMTopoCSSK,
         AntiKt4EMPFlowCSSK,
+        AntiKt10LCTopoSoftDrop,
     ]
     if configFlags.Input.isMC:
         jetdefs += [AntiKt4Truth.clone(prefix="New"),
diff --git a/Reconstruction/Jet/JetUncertainties/JetUncertainties/FFJetSmearingTool.h b/Reconstruction/Jet/JetUncertainties/JetUncertainties/FFJetSmearingTool.h
index 642ca83bc9b99b3da7f8d32bb55c90322b843214..cb081082f2de555546fdb792292f55567fb918eb 100644
--- a/Reconstruction/Jet/JetUncertainties/JetUncertainties/FFJetSmearingTool.h
+++ b/Reconstruction/Jet/JetUncertainties/JetUncertainties/FFJetSmearingTool.h
@@ -16,7 +16,7 @@
 //includes for systematics ATLAS structure
 #include "PATInterfaces/SystematicsTool.h"//To set the systematics as it is done in JetJvtEfficiency
 
-#include "PATInterfaces/SystematicCode.h"
+#include "AsgMessaging/StatusCode.h"
 #include "PATInterfaces/SystematicRegistry.h"
 #include "PATInterfaces/SystematicVariation.h"
 
@@ -120,7 +120,7 @@ namespace CP {
             virtual CP::SystematicSet recommendedSystematics() const override;
 
             /// Configure tool to apply systematic variation
-            virtual CP::SystematicCode applySystematicVariation
+            virtual StatusCode applySystematicVariation
             (const CP::SystematicSet& systematics) override;
 
             /// @}
diff --git a/Reconstruction/Jet/JetUncertainties/JetUncertainties/JetUncertaintiesTool.h b/Reconstruction/Jet/JetUncertainties/JetUncertainties/JetUncertaintiesTool.h
index b7c43bc424bc80719284a9b5c3e8f614ad44c9d4..1cddfa30adf4c6d044e87ce1cb9ca638551d7f11 100644
--- a/Reconstruction/Jet/JetUncertainties/JetUncertainties/JetUncertaintiesTool.h
+++ b/Reconstruction/Jet/JetUncertainties/JetUncertainties/JetUncertaintiesTool.h
@@ -148,7 +148,7 @@ class JetUncertaintiesTool :    virtual public ICPJetUncertaintiesTool,
         virtual CP::SystematicSet affectingSystematics() const;
         virtual CP::SystematicSet recommendedSystematics() const;
         virtual CP::SystematicSet appliedSystematics() const;
-        virtual CP::SystematicCode applySystematicVariation(const CP::SystematicSet& systConfig);
+        virtual StatusCode applySystematicVariation(const CP::SystematicSet& systConfig);
 
         
         // Retrieve the correlation matrix for the loaded configuration
@@ -257,9 +257,9 @@ class JetUncertaintiesTool :    virtual public ICPJetUncertaintiesTool,
 
         // Helper methods for CP::ISystematicsTool functions
         bool checkIfRecommendedSystematic(const jet::UncertaintyGroup& systematic) const;
-        virtual CP::SystematicCode addAffectingSystematic(const CP::SystematicVariation& systematic, bool recommended);
-        virtual CP::SystematicCode getFilteredSystematicSet(const CP::SystematicSet& systConfig, CP::SystematicSet& filteredSet);
-        virtual CP::SystematicCode getUncertaintySet(const CP::SystematicSet& filteredSet, jet::UncertaintySet*& uncSet);	
+        virtual StatusCode addAffectingSystematic(const CP::SystematicVariation& systematic, bool recommended);
+        virtual StatusCode getFilteredSystematicSet(const CP::SystematicSet& systConfig, CP::SystematicSet& filteredSet);
+        virtual StatusCode getUncertaintySet(const CP::SystematicSet& filteredSet, jet::UncertaintySet*& uncSet);	
 
         // accessor to taggign efficiency SF
         SG::AuxElement::Accessor<float> m_accTagScaleFactor;
diff --git a/Reconstruction/Jet/JetUncertainties/Root/FFJetSmearingTool.cxx b/Reconstruction/Jet/JetUncertainties/Root/FFJetSmearingTool.cxx
index 413b08641256612d8eaa8f40b487bd0027839fd3..9c91ee7231831ee6e308d9751042066fae14f706 100644
--- a/Reconstruction/Jet/JetUncertainties/Root/FFJetSmearingTool.cxx
+++ b/Reconstruction/Jet/JetUncertainties/Root/FFJetSmearingTool.cxx
@@ -151,7 +151,7 @@ StatusCode FFJetSmearingTool::initialize()
 
     // Add the affecting systematics to the global registry
     CP::SystematicRegistry& registry = CP::SystematicRegistry::getInstance();
-    if(registry.registerSystematics(*this) != CP::SystematicCode::Ok){
+    if(registry.registerSystematics(*this) != StatusCode::SUCCESS){
       ATH_MSG_ERROR("Unable to register systematics!");
       return StatusCode::FAILURE;
     }
@@ -195,7 +195,7 @@ CP::SystematicSet FFJetSmearingTool::recommendedSystematics() const
 // Apply systematic configuration
 //-----------------------------------------------------------------------------
 
-CP::SystematicCode FFJetSmearingTool::applySystematicVariation
+StatusCode FFJetSmearingTool::applySystematicVariation
 (const CP::SystematicSet& systematics)
 {
     // First check if we already know this systematic configuration.
@@ -211,10 +211,10 @@ CP::SystematicCode FFJetSmearingTool::applySystematicVariation
         CP::SystematicSet filteredSysts;
         if( CP::SystematicSet::
             filterForAffectingSystematics(systematics, affectingSysts, filteredSysts) !=
-            CP::SystematicCode::Ok ) 
+            StatusCode::SUCCESS ) 
         {
             ATH_MSG_ERROR("Received unsupported systematics: " << systematics.name());
-            return CP::SystematicCode::Unsupported;
+            return StatusCode::FAILURE;
         }
 
         // At this point, we can do some additional checks for consistency
@@ -224,7 +224,7 @@ CP::SystematicCode FFJetSmearingTool::applySystematicVariation
         if(filteredSysts.size() > 1){
             ATH_MSG_ERROR("No support for more than one JMS/JMR sys at a time: " <<
                     filteredSysts.name());
-            return CP::SystematicCode::Unsupported;
+            return StatusCode::FAILURE;
         }
 
 
@@ -243,7 +243,7 @@ CP::SystematicCode FFJetSmearingTool::applySystematicVariation
     // Apply the filtered systematics
     m_currentSysData = &iter->second;
 
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
 }
 
 
diff --git a/Reconstruction/Jet/JetUncertainties/Root/JetUncertaintiesTool.cxx b/Reconstruction/Jet/JetUncertainties/Root/JetUncertaintiesTool.cxx
index cf76479c404848af1cec035dacfa5683406db89f..872693bc71384d90bdd4c4f6cb6cc131a5fd8b1d 100644
--- a/Reconstruction/Jet/JetUncertainties/Root/JetUncertaintiesTool.cxx
+++ b/Reconstruction/Jet/JetUncertainties/Root/JetUncertaintiesTool.cxx
@@ -117,7 +117,7 @@ JetUncertaintiesTool::JetUncertaintiesTool(const std::string& name)
 
     // Set dummy default systematic (do nothing)
     // Prevents NULL access if user tries to apply correction without first calling function
-    if (applySystematicVariation(CP::SystematicSet()) != CP::SystematicCode::Ok)
+    if (applySystematicVariation(CP::SystematicSet()) != StatusCode::SUCCESS)
         ATH_MSG_ERROR(Form("Failed to pre-set applySystematicVariation to no variation"));
 }
 
@@ -167,7 +167,7 @@ JetUncertaintiesTool::JetUncertaintiesTool(const JetUncertaintiesTool& toCopy)
     for (size_t iGroup = 0; iGroup < toCopy.m_groups.size(); ++iGroup)
         m_groups.push_back(new UncertaintyGroup(*toCopy.m_groups.at(iGroup)));
 
-    if (applySystematicVariation(m_currentSystSet) != CP::SystematicCode::Ok)
+    if (applySystematicVariation(m_currentSystSet) != StatusCode::SUCCESS)
         ATH_MSG_ERROR(Form("Failed to re-set applySystematicVariation in new tool copy"));
 }
 
@@ -695,7 +695,7 @@ StatusCode JetUncertaintiesTool::initialize()
         //      If unspecified, all variables are systematically shifted by default
         const bool isRecommended = checkIfRecommendedSystematic(*m_groups.at(iGroup));
         CP::SystematicVariation systVar(m_groups.at(iGroup)->getName().Data(),CP::SystematicVariation::CONTINUOUS);
-        if (addAffectingSystematic(systVar,isRecommended) != CP::SystematicCode::Ok)
+        if (addAffectingSystematic(systVar,isRecommended) != StatusCode::SUCCESS)
             return StatusCode::FAILURE;
     }
 
@@ -1265,7 +1265,7 @@ bool JetUncertaintiesTool::checkIfRecommendedSystematic(const jet::UncertaintyGr
     return true;
 }
 
-CP::SystematicCode JetUncertaintiesTool::addAffectingSystematic(const CP::SystematicVariation& systematic, bool recommended)
+StatusCode JetUncertaintiesTool::addAffectingSystematic(const CP::SystematicVariation& systematic, bool recommended)
 {
     CP::SystematicRegistry& registry = CP::SystematicRegistry::getInstance();
     registry.registerSystematic(systematic);
@@ -1273,40 +1273,40 @@ CP::SystematicCode JetUncertaintiesTool::addAffectingSystematic(const CP::System
     if (recommended)
     {
         m_recommendedSystematics.insert(systematic);
-        if (registry.addSystematicToRecommended(systematic) != CP::SystematicCode::Ok)
+        if (registry.addSystematicToRecommended(systematic) != StatusCode::SUCCESS)
         {
             ATH_MSG_ERROR("Failed to add systematic to list of recommended systematics: " << systematic.name());
-            return CP::SystematicCode::Unsupported;
+            return StatusCode::FAILURE;
         }
     }
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
 }
 
-CP::SystematicCode JetUncertaintiesTool::applySystematicVariation(const CP::SystematicSet& systConfig)
+StatusCode JetUncertaintiesTool::applySystematicVariation(const CP::SystematicSet& systConfig)
 {
     //if (!m_isInit)
     //{
     //    ATH_MSG_FATAL("Tool must be initialized before calling applySystematicVariation");
-    //    return CP::SystematicCode::Unsupported;
+    //    return StatusCode::FAILURE;
     //}
 
     // Filter the full set of systematics to the set we care about
     CP::SystematicSet filteredSet;
-    if (getFilteredSystematicSet(systConfig,filteredSet) != CP::SystematicCode::Ok)
-        return CP::SystematicCode::Unsupported;
+    if (getFilteredSystematicSet(systConfig,filteredSet) != StatusCode::SUCCESS)
+        return StatusCode::FAILURE;
 
     // Get the uncertainty set associated to the filtered systematics set
     jet::UncertaintySet* uncSet = NULL;
-    if (getUncertaintySet(filteredSet,uncSet) != CP::SystematicCode::Ok)
-        return CP::SystematicCode::Unsupported;
+    if (getUncertaintySet(filteredSet,uncSet) != StatusCode::SUCCESS)
+        return StatusCode::FAILURE;
 
     // Change the current state
     m_currentSystSet.swap(filteredSet);
     m_currentUncSet = uncSet;
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
 }
 
-CP::SystematicCode JetUncertaintiesTool::getFilteredSystematicSet(const CP::SystematicSet& systConfig, CP::SystematicSet& filteredSet)
+StatusCode JetUncertaintiesTool::getFilteredSystematicSet(const CP::SystematicSet& systConfig, CP::SystematicSet& filteredSet)
 {
     // Check if we have already encountered this set
     std::unordered_map<CP::SystematicSet,CP::SystematicSet>::iterator iter = m_systFilterMap.find(systConfig);
@@ -1315,15 +1315,15 @@ CP::SystematicCode JetUncertaintiesTool::getFilteredSystematicSet(const CP::Syst
     // Make the filtered set and store it
     else
     {
-        if (CP::SystematicSet::filterForAffectingSystematics(systConfig,m_recognizedSystematics,filteredSet) != CP::SystematicCode::Ok)
-            return CP::SystematicCode::Unsupported;
+        if (CP::SystematicSet::filterForAffectingSystematics(systConfig,m_recognizedSystematics,filteredSet) != StatusCode::SUCCESS)
+            return StatusCode::FAILURE;
         m_systFilterMap.insert(std::make_pair(systConfig,filteredSet));
     }
 
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
 }
 
-CP::SystematicCode JetUncertaintiesTool::getUncertaintySet(const CP::SystematicSet& filteredSet, jet::UncertaintySet*& uncSet)
+StatusCode JetUncertaintiesTool::getUncertaintySet(const CP::SystematicSet& filteredSet, jet::UncertaintySet*& uncSet)
 {
     // Check if we have already encountered this set
     std::unordered_map<CP::SystematicSet,UncertaintySet*>::iterator iter = m_systSetMap.find(filteredSet);
@@ -1341,12 +1341,12 @@ CP::SystematicCode JetUncertaintiesTool::getUncertaintySet(const CP::SystematicS
         {
             ATH_MSG_ERROR("Failed to create UncertaintySet for filtered CP::SystematicSet: " << filteredSet.name());
             JESUNC_SAFE_DELETE(uncSet);
-            return CP::SystematicCode::Unsupported;
+            return StatusCode::FAILURE;
         }
         m_systSetMap.insert(std::make_pair(filteredSet,uncSet));
     }
     
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
 }
 
 
diff --git a/Reconstruction/Jet/JetUncertainties/util/FFJetSmearingTool_MyExample.cxx b/Reconstruction/Jet/JetUncertainties/util/FFJetSmearingTool_MyExample.cxx
index 3031cb61b335a91d327cf74d197199b6886491d9..76d5f182678bdcdd3ac25d2385d6785d4008fb4e 100644
--- a/Reconstruction/Jet/JetUncertainties/util/FFJetSmearingTool_MyExample.cxx
+++ b/Reconstruction/Jet/JetUncertainties/util/FFJetSmearingTool_MyExample.cxx
@@ -293,7 +293,7 @@ config.makeTool (ffjetsmearingtool, cleanup);
     printf("\n=============SYSTEMATICS CHECK NOW \n");
     for (auto sys : sysList)	 {
         // Tell the calibration tool which variation to apply
-        if (ffjetsmearingtool.applySystematicVariation(sys) != CP::SystematicCode::Ok) {
+        if (ffjetsmearingtool.applySystematicVariation(sys) != StatusCode::SUCCESS) {
             printf("Error, Cannot configure calibration tool for systematics \n");
         }
 
diff --git a/Reconstruction/Jet/JetUncertainties/util/testResolution.cxx b/Reconstruction/Jet/JetUncertainties/util/testResolution.cxx
index 6c580b0fe35365893ad8ea19049f2db4e99e1cf2..1f57ec83865c4792b8afd7a35affb27a75ed4a31 100644
--- a/Reconstruction/Jet/JetUncertainties/util/testResolution.cxx
+++ b/Reconstruction/Jet/JetUncertainties/util/testResolution.cxx
@@ -144,7 +144,7 @@ int main (int argc, char* argv[])
     }
     CP::SystematicSet syst;
     syst.insert(variation);
-    if (tool->applySystematicVariation(syst) != CP::SystematicCode::Ok)
+    if (tool->applySystematicVariation(syst) != StatusCode::SUCCESS)
     {
         printf("Failed to apply systematic variation\n");
         exit(1);
diff --git a/Reconstruction/Jet/JetUncertainties/util/testTool.cxx b/Reconstruction/Jet/JetUncertainties/util/testTool.cxx
index 85cf069d26f7d8ea9c941c8359b44624a8f1ccc1..5f3fa8f10726b4e9a4296401ef387f2026f12f2d 100644
--- a/Reconstruction/Jet/JetUncertainties/util/testTool.cxx
+++ b/Reconstruction/Jet/JetUncertainties/util/testTool.cxx
@@ -132,7 +132,7 @@ int main (int argc, char* argv[])
         CP::SystematicSet* syst = new CP::SystematicSet();
         syst->insert(CP::SystematicVariation("JET_Flavor_Response",-1.5));
         syst->insert(CP::SystematicVariation("JET_PunchThrough_MC15",+1.5));
-        if (tool->applySystematicVariation(*syst) != CP::SystematicCode::Ok)
+        if (tool->applySystematicVariation(*syst) != StatusCode::SUCCESS)
             exit(2);
         
         // Try below eta boundary of flavour
@@ -147,7 +147,7 @@ int main (int argc, char* argv[])
         syst = new CP::SystematicSet();
         syst->insert(CP::SystematicVariation("JET_Flavor_Response",+1.5));
         syst->insert(CP::SystematicVariation("JET_PunchThrough_MC15",+1.5));
-        if (tool->applySystematicVariation(*syst) != CP::SystematicCode::Ok)
+        if (tool->applySystematicVariation(*syst) != StatusCode::SUCCESS)
             exit(2);
         
         // Re-try below eta boundary of flavour
@@ -194,7 +194,7 @@ int main (int argc, char* argv[])
         CP::SystematicSet* syst = new CP::SystematicSet();
         syst->insert(CP::SystematicVariation("JET_Rtrk_Baseline",-1.5));
         syst->insert(CP::SystematicVariation("JET_Rtrk_Modelling",+1.5));
-        if (tool->applySystematicVariation(*syst) != CP::SystematicCode::Ok)
+        if (tool->applySystematicVariation(*syst) != StatusCode::SUCCESS)
             exit(2);
         
         // Add D2 information
diff --git a/Reconstruction/MET/METInterface/METInterface/IMETSystematicsTool.h b/Reconstruction/MET/METInterface/METInterface/IMETSystematicsTool.h
index 7617eb55dee7da1353fd20c12b04f3a316bb9bdf..003716de2c6581472b4dbceb1730bb3f8f04ccc3 100644
--- a/Reconstruction/MET/METInterface/METInterface/IMETSystematicsTool.h
+++ b/Reconstruction/MET/METInterface/METInterface/IMETSystematicsTool.h
@@ -85,7 +85,7 @@ class IMETSystematicsTool : virtual public asg::IAsgTool,
 					   const xAOD::MissingETAssociationHelper * helper=nullptr
 					   ) const = 0;
 
-  // virtual CP::SystematicCode applySystematicVariation(const CP::SystematicSet & set) = 0;
+  // virtual StatusCode applySystematicVariation(const CP::SystematicSet & set) = 0;
   // virtual CP::SystematicSet affectingSystematics() const = 0;
   // virtual CP::SystematicSet recommendedSystematics() const = 0;
   // virtual bool isAffectedBySystematic(const CP::SystematicVariation & systematic) const = 0;
diff --git a/Reconstruction/MET/METReconstruction/share/RunMETReco_Associator.py b/Reconstruction/MET/METReconstruction/share/RunMETReco_Associator.py
index ddd110939d5dcad66a1f32ddeeea31ea35e86542..c596ef198b7cad39d61e0f4ab82bf19b0d464115 100644
--- a/Reconstruction/MET/METReconstruction/share/RunMETReco_Associator.py
+++ b/Reconstruction/MET/METReconstruction/share/RunMETReco_Associator.py
@@ -109,7 +109,7 @@ if write_xAOD:
     xaodStream.AddItem("xAOD::MuonAuxContainer#MuonsAux.")
 
     xaodStream.AddItem("xAOD::TauJetContainer#TauJets")
-    xaodStream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.")
+    xaodStream.AddItem("xAOD::TauJetAuxContainer#TauJetsAux.-VertexedClusters.")
 
     xaodStream.AddItem("xAOD::JetContainer#AntiKt4EMTopoJets")
     xaodStream.AddItem("xAOD::JetAuxContainer#AntiKt4EMTopoJetsAux.")
diff --git a/Reconstruction/MET/METReconstruction/test/ut_METAssociator.cxx b/Reconstruction/MET/METReconstruction/test/ut_METAssociator.cxx
index 86959dad63838863a26fe9ac81fa311404dc2aed..e7f1a095fbf6ca9d155a7eb3f819d1c90949f833 100644
--- a/Reconstruction/MET/METReconstruction/test/ut_METAssociator.cxx
+++ b/Reconstruction/MET/METReconstruction/test/ut_METAssociator.cxx
@@ -34,7 +34,6 @@ struct globalxAODSetup
     xAOD::Init() ;
     // CP::CorrectionCode::enableFailure();
     // StatusCode::enableFailure();
-    // CP::SystematicCode::enableFailure();
 
     TString const fileName = "/afs/cern.ch/work/m/maklein/public/mc14_13TeV.110401.PowhegPythia_P2012_ttbar_nonallhad.merge.AOD.e2928_s1982_s2008_r6114_r6104_tid04859512_00/AOD.04859512._000001.pool.root";
 
diff --git a/Reconstruction/MET/METReconstruction/test/ut_METElectronAssociator.cxx b/Reconstruction/MET/METReconstruction/test/ut_METElectronAssociator.cxx
index e44d02136480032d8e44bc100cafa93ae411f03c..7c289ae5837e1a9c04a5326566d4904a6b67fbd1 100644
--- a/Reconstruction/MET/METReconstruction/test/ut_METElectronAssociator.cxx
+++ b/Reconstruction/MET/METReconstruction/test/ut_METElectronAssociator.cxx
@@ -42,7 +42,6 @@ struct globalxAODSetup
     xAOD::Init() ;
     // CP::CorrectionCode::enableFailure();
     // StatusCode::enableFailure();
-    // CP::SystematicCode::enableFailure();
 
     TString const fileName = "/afs/cern.ch/work/m/maklein/public/mc14_13TeV.110401.PowhegPythia_P2012_ttbar_nonallhad.merge.AOD.e2928_s1982_s2008_r6114_r6104_tid04859512_00/AOD.04859512._000001.pool.root";
 //"/afs/cern.ch/work/r/rsmith/public/METUtilities_testfiles/valid1.110401.PowhegPythia_P2012_ttbar_nonallhad.recon.AOD.e3099_s1982_s1964_r6006_tid04628718_00/AOD.04628718._000158.pool.root.1";
diff --git a/Reconstruction/MET/METUtilities/METUtilities/METSystematicsTool.h b/Reconstruction/MET/METUtilities/METUtilities/METSystematicsTool.h
index 6f46c200b59f7ee20d24132d7239ba7d4ce0aa5f..7b267e1763d8bb4df9b23b95d48ebc64e56d3d40 100644
--- a/Reconstruction/MET/METUtilities/METUtilities/METSystematicsTool.h
+++ b/Reconstruction/MET/METUtilities/METUtilities/METSystematicsTool.h
@@ -122,8 +122,8 @@ namespace met {
     bool               isAffectedBySystematic  (const CP::SystematicVariation& var) const{return CP::SystematicsTool::isAffectedBySystematic(var)   ;}
     CP::SystematicSet  affectingSystematics    () const{		       		  return CP::SystematicsTool::affectingSystematics  ()      ;}
     CP::SystematicSet  recommendedSystematics  () const{		       		  return CP::SystematicsTool::recommendedSystematics()      ;}
-    CP::SystematicCode applySystematicVariation(const CP::SystematicSet& set){		  return CP::SystematicsTool::applySystematicVariation(set) ;}
-    CP::SystematicCode sysApplySystematicVariation(const CP::SystematicSet&); //when inheriting from SystematicsTool, we should only have to implement this one
+    StatusCode applySystematicVariation(const CP::SystematicSet& set){		  return CP::SystematicsTool::applySystematicVariation(set) ;}
+    StatusCode sysApplySystematicVariation(const CP::SystematicSet&); //when inheriting from SystematicsTool, we should only have to implement this one
 
     void setRandomSeed(int seed) const;
 
diff --git a/Reconstruction/MET/METUtilities/Root/METSystematicsTool.cxx b/Reconstruction/MET/METUtilities/Root/METSystematicsTool.cxx
index ae9010d1a523972c459b38562d2ad96006e3f5cd..a8bc467270749c5d5a3b565572acef0557a827fa 100644
--- a/Reconstruction/MET/METUtilities/Root/METSystematicsTool.cxx
+++ b/Reconstruction/MET/METUtilities/Root/METSystematicsTool.cxx
@@ -245,7 +245,7 @@ namespace met {
     return StatusCode::SUCCESS;
   }
 
-  CP::SystematicCode METSystematicsTool::sysApplySystematicVariation(const CP::SystematicSet& systSet){//this should already be filtered for MET systematics
+  StatusCode METSystematicsTool::sysApplySystematicVariation(const CP::SystematicSet& systSet){//this should already be filtered for MET systematics
     ATH_MSG_VERBOSE (__PRETTY_FUNCTION__ );
     // Only a single systematic can be applied at a time:
     // If at some point we can deal with multiple systematics, we will check here that the combination we are given will work
@@ -253,10 +253,10 @@ namespace met {
     m_appliedSystEnum = NONE;
     if( systSet.size()==0 ) {
       ATH_MSG_DEBUG("No affecting systematics received.");
-      return CP::SystematicCode::Ok;
+      return StatusCode::SUCCESS;
     } else if( systSet.size() > 1 ) {
       ATH_MSG_WARNING("Tool does not support multiple systematics, returning unsupported" );
-      return CP::SystematicCode::Unsupported;
+      return StatusCode::FAILURE;
     }
     CP::SystematicVariation systVar = *systSet.begin();
     if     ( systVar == CP::SystematicVariation("") )           m_appliedSystEnum = NONE                  ;
@@ -272,12 +272,12 @@ namespace met {
     else if( systVar == jetTrkAffSyst::MET_JetTrk_ScaleDown)   m_appliedSystEnum = MET_JETTRK_SCALEDOWN  ;
     else{
       ATH_MSG_WARNING("unsupported systematic applied " );
-      return CP::SystematicCode::Unsupported;
+      return StatusCode::FAILURE;
     }
 
     ATH_MSG_DEBUG("applied systematic is " << m_appliedSystEnum );
 
-    return CP::SystematicCode::Ok;
+    return StatusCode::SUCCESS;
   }
 
   CP::CorrectionCode METSystematicsTool::applyCorrection(xAOD::MissingET& inputMet,
diff --git a/Reconstruction/MET/METUtilities/test/gt_metMaker.cxx b/Reconstruction/MET/METUtilities/test/gt_metMaker.cxx
index 2d8c3db24a581fbfcb2013e21c628ea442d66deb..2faea5477ae37fe6c093b3d48009aaa4313c0124 100644
--- a/Reconstruction/MET/METUtilities/test/gt_metMaker.cxx
+++ b/Reconstruction/MET/METUtilities/test/gt_metMaker.cxx
@@ -126,7 +126,6 @@ namespace met {
 //       xAOD::Init() ;
 //       //enable status code failures
 //       CP::CorrectionCode::enableFailure();
-//       CP::SystematicCode::enableFailure();
 //       StatusCode::enableFailure();
 // #else
 //       app = POOL::Init(); //important to do this first!
diff --git a/Reconstruction/MET/METUtilities/test/gt_metSystematicsTool.cxx b/Reconstruction/MET/METUtilities/test/gt_metSystematicsTool.cxx
index 928ddf3952c09488a42805e90cbbf050289cef18..e09d2d59949f53b4b4cbdf18e4da3a8fc17737bb 100644
--- a/Reconstruction/MET/METUtilities/test/gt_metSystematicsTool.cxx
+++ b/Reconstruction/MET/METUtilities/test/gt_metSystematicsTool.cxx
@@ -434,7 +434,6 @@ namespace met {
 //       xAOD::Init() ;
 //       //enable status code failures
 //       CP::CorrectionCode::enableFailure();
-//       CP::SystematicCode::enableFailure();
 //       StatusCode::enableFailure();
 // #else
 //       app = POOL::Init(); //important to do this first!
diff --git a/Reconstruction/MET/METUtilities/util/example_METMaker_METSystematicsTool.cxx b/Reconstruction/MET/METUtilities/util/example_METMaker_METSystematicsTool.cxx
index 67f2cf00043250b24726870c8b9fe78f79c19b23..0c7e5cc71cf3a9295ca64cff1af1a501e62662fe 100644
--- a/Reconstruction/MET/METUtilities/util/example_METMaker_METSystematicsTool.cxx
+++ b/Reconstruction/MET/METUtilities/util/example_METMaker_METSystematicsTool.cxx
@@ -65,7 +65,6 @@ int main( int argc, char* argv[]) {std::cout << __PRETTY_FUNCTION__ << std::endl
   xAOD::Init() ;
   //enable status code failures
   CP::CorrectionCode::enableFailure();
-  CP::SystematicCode::enableFailure();
   StatusCode::enableFailure();
 #else
   IAppMgrUI* app = POOL::Init(); //important to do this first!
diff --git a/Reconstruction/MET/METUtilities/util/example_METMaker_advanced.cxx b/Reconstruction/MET/METUtilities/util/example_METMaker_advanced.cxx
index a8894f91094d1c7f7f2eea156d57d793a6cb5a92..a99c244c57af64e0b88b2b5d89591277514fec70 100644
--- a/Reconstruction/MET/METUtilities/util/example_METMaker_advanced.cxx
+++ b/Reconstruction/MET/METUtilities/util/example_METMaker_advanced.cxx
@@ -59,7 +59,6 @@ int main( int argc, char* argv[] ){std::cout << __PRETTY_FUNCTION__ << std::endl
 #ifdef XAOD_STANDALONE
   //enable status code failures
   //  CP::CorrectionCode::enableFailure();
-  //  CP::SystematicCode::enableFailure();
   StatusCode::enableFailure();
   xAOD::Init() ;
 #else
diff --git a/Reconstruction/MET/METUtilities/util/example_rebuildTrackMET.cxx b/Reconstruction/MET/METUtilities/util/example_rebuildTrackMET.cxx
index f07353acff7c90fb23647fe6b24eedab554418f4..df8b54eacc983f3a0bd64aa532854eac14a41dc0 100644
--- a/Reconstruction/MET/METUtilities/util/example_rebuildTrackMET.cxx
+++ b/Reconstruction/MET/METUtilities/util/example_rebuildTrackMET.cxx
@@ -66,7 +66,6 @@ int main( int argc, char* argv[]) {std::cout << __PRETTY_FUNCTION__ << std::endl
   ANA_CHECK (xAOD::Init()) ;
   //enable status code failures
   CP::CorrectionCode::enableFailure();
-  CP::SystematicCode::enableFailure();
   StatusCode::enableFailure();
 #else
   IAppMgrUI* app = POOL::Init(); //important to do this first!
diff --git a/Reconstruction/MissingETPerformance/src/FakeMissingETTool.cxx b/Reconstruction/MissingETPerformance/src/FakeMissingETTool.cxx
index 1efeecece8fe3635f248e6eb7dbee3d6eefcfa51..2a6002fee7cb2d5137d45db7ced2ba2b9f7410c7 100755
--- a/Reconstruction/MissingETPerformance/src/FakeMissingETTool.cxx
+++ b/Reconstruction/MissingETPerformance/src/FakeMissingETTool.cxx
@@ -369,7 +369,7 @@ StatusCode FakeMissingETTool::fakeMissingET(MissingETData *data, MissingETMuonDa
 
   float calculated_truth_metx = 0.;
   float calculated_truth_mety = 0.;
-  for (std::vector<const HepMC::GenParticle*>::const_iterator it = truth_muons.begin(); it != truth_muons.end(); ++it ) {
+  for (auto it = truth_muons.begin(); it != truth_muons.end(); ++it ) {
     calculated_truth_metx -= (*it)->momentum().px();
     calculated_truth_mety -= (*it)->momentum().py();
   }
@@ -794,12 +794,12 @@ StatusCode FakeMissingETTool::fakeMissingET(MissingETData *data, MissingETMuonDa
 	if ((*irec)->perp() < 40.0*GeV) {
 	  continue;
 	}
-	for (std::vector<const HepMC::GenParticle*>::const_iterator it = truth_muons.begin(); it != truth_muons.end(); ++it ) {
+	for (auto it = truth_muons.begin(); it != truth_muons.end(); ++it ) {
 	  if ((*it)->momentum().perp() < 10.0*GeV) {
 	    continue;
 	  }
 	  double deta = (*it)->momentum().eta() - (*irec)->eta();
-	  double dphi = fabs((*it)->momentum().phi() - (*irec)->phi());
+	  double dphi = std::fabs((*it)->momentum().phi() - (*irec)->phi());
 	  if (dphi > M_PI) dphi = fabs(dphi - 2*M_PI);
 	  double dR = sqrt(deta*deta + dphi*dphi);
 	  if (dR < 0.1) {
diff --git a/Reconstruction/MissingETPerformance/src/MissingETMuonData.cxx b/Reconstruction/MissingETPerformance/src/MissingETMuonData.cxx
index 014a9c3f5ea0e54a6327d69c2a42a2c6f8d19066..bf6ddcac7906934d7dcccf208d649eefcaf80157 100644
--- a/Reconstruction/MissingETPerformance/src/MissingETMuonData.cxx
+++ b/Reconstruction/MissingETPerformance/src/MissingETMuonData.cxx
@@ -110,9 +110,9 @@ StatusCode MissingETMuonData::retrieveMuons() {
 
     if (foundMCCOLL) {
       IsGenStable istab;
-      for (HepMC::GenEvent::particle_const_iterator it = (mcEventCol->at(0))->particles_begin(); it != (mcEventCol->at(0))->particles_end(); ++it) {
-	if ( istab(*it) && abs((*it)->pdg_id()) == 13) {
-	  m_truth_Muons.push_back(*it);
+      for (auto it: *(mcEventCol->at(0))) {
+	if ( istab(it) && std::abs(it->pdg_id()) == 13) {
+	  m_truth_Muons.push_back(it);
 	}//found truth muon
       }//loop over mc parts
     }//if foundMCCOLL
diff --git a/Reconstruction/MissingETPerformance/src/MuonTool.cxx b/Reconstruction/MissingETPerformance/src/MuonTool.cxx
index 6746f89c0283e4f28713016b8d1809fb88d8d8f7..30cdb5fdc3a062f7baaae24f9fc26962ab50ff96 100644
--- a/Reconstruction/MissingETPerformance/src/MuonTool.cxx
+++ b/Reconstruction/MissingETPerformance/src/MuonTool.cxx
@@ -405,7 +405,7 @@ StatusCode MuonTool::muonSetup(MissingETMuonData *muondata) {
     HepLorentzVector muonHLV = (*muonBoyItr)->hlv();
     truthMatched = false;
     jetMatched = false;
-    for (std::vector<const HepMC::GenParticle*>::const_iterator it = truth_muons.begin(); it != truth_muons.end(); ++it ) {
+    for (auto it = truth_muons.begin(); it != truth_muons.end(); ++it ) {
       HepLorentzVector t1((*it)->momentum().px(),(*it)->momentum().py(),(*it)->momentum().pz(),(*it)->momentum().e());
       if(t1.deltaR(muonHLV) < .02) truthMatched = true;
     }//end of truth loop
@@ -504,7 +504,7 @@ StatusCode MuonTool::muonSetup(MissingETMuonData *muondata) {
 	  truthMatched = false;
 	  jetMatched = false;
 
-	  for (std::vector<const HepMC::GenParticle*>::const_iterator it = truth_muons.begin(); it != truth_muons.end(); ++it ) {
+	  for (auto it = truth_muons.begin(); it != truth_muons.end(); ++it ) {
 	    HepLorentzVector t1((*it)->momentum().px(),(*it)->momentum().py(),(*it)->momentum().pz(),(*it)->momentum().e());
 	    if(t1.deltaR(caloMuonHLV) < .02) truthMatched = true;
 	  }//end of truth loop
@@ -562,7 +562,7 @@ StatusCode MuonTool::muonSetup(MissingETMuonData *muondata) {
     }
   }//end of the jet loop
  
-  for (std::vector<const HepMC::GenParticle*>::const_iterator it = truth_muons.begin(); it != truth_muons.end(); ++it ) {
+  for (auto it = truth_muons.begin(); it != truth_muons.end(); ++it ) {
     if(fabs((*it)->momentum().eta()) < 2.5 && sqrt(pow((*it)->momentum().px(),2)+pow((*it)->momentum().py(),2))/GeV > 2.0) {
       m_h_MC_eta_dist_Truth->Fill((*it)->momentum().eta());
       m_h_MC_phi_dist_Truth->Fill((*it)->momentum().phi());
diff --git a/Reconstruction/MuonIdentification/MuonCombinedAlgs/src/MuonCombinedInDetExtensionAlg.cxx b/Reconstruction/MuonIdentification/MuonCombinedAlgs/src/MuonCombinedInDetExtensionAlg.cxx
index a45343d9b6ca0cccda7c4086bb3cd295327a824e..b6b4fba6864763ee4381f9929cb51dbb03fe9a2b 100644
--- a/Reconstruction/MuonIdentification/MuonCombinedAlgs/src/MuonCombinedInDetExtensionAlg.cxx
+++ b/Reconstruction/MuonIdentification/MuonCombinedAlgs/src/MuonCombinedInDetExtensionAlg.cxx
@@ -42,8 +42,10 @@ MuonCombinedInDetExtensionAlg::execute(const EventContext& ctx) const
 
     ATH_MSG_VERBOSE("Loaded InDetCandidateCollection " << m_indetCandidateCollectionName << " with  "
                                                        << indetCandidateCollection->size() << " elements.");
-    for (const MuonCombined::InDetCandidate* candidate : *indetCandidateCollection)
-        ATH_MSG_VERBOSE(candidate->toString());
+    if (msgLvl(MSG::VERBOSE)) {
+      for (const MuonCombined::InDetCandidate* candidate : *indetCandidateCollection)
+        msg(MSG::VERBOSE) << candidate->toString() << endmsg;
+    }
 
     SG::WriteHandle<MuonCombined::InDetCandidateToTagMap> tagMap(m_tagMap, ctx);
     ATH_CHECK(tagMap.record(std::make_unique<MuonCombined::InDetCandidateToTagMap>()));
diff --git a/Reconstruction/MuonIdentification/MuonCombinedToolInterfaces/MuonCombinedToolInterfaces/IMuonCombinedInDetExtensionTool.h b/Reconstruction/MuonIdentification/MuonCombinedToolInterfaces/MuonCombinedToolInterfaces/IMuonCombinedInDetExtensionTool.h
index 8dfed7b8337b9a16f8f30874b4f5bbb2148f890c..0fc9e834135e9d816cc71cdf1adbe9176b59fa6f 100644
--- a/Reconstruction/MuonIdentification/MuonCombinedToolInterfaces/MuonCombinedToolInterfaces/IMuonCombinedInDetExtensionTool.h
+++ b/Reconstruction/MuonIdentification/MuonCombinedToolInterfaces/MuonCombinedToolInterfaces/IMuonCombinedInDetExtensionTool.h
@@ -47,7 +47,7 @@ namespace MuonCombined {
     virtual void extendWithPRDs( const InDetCandidateCollection& inDetCandidates, InDetCandidateToTagMap* tagMap, IMuonCombinedInDetExtensionTool::MuonPrdData prdData,
 				 TrackCollection* combTracks, TrackCollection* meTracks, Trk::SegmentCollection* segments, const EventContext& ctx) const = 0;
 
-    void cleanUp() const {};
+    virtual void cleanUp() const {};
 
   };
 
diff --git a/Reconstruction/MuonIdentification/MuonCombinedTrackFindingTools/src/MuonInsideOutRecoTool.h b/Reconstruction/MuonIdentification/MuonCombinedTrackFindingTools/src/MuonInsideOutRecoTool.h
index e8e0bc92b21b46378a011e6d2bb3b41ff73f1b09..732473e840f7abde74d83f4d98796810bce455e5 100644
--- a/Reconstruction/MuonIdentification/MuonCombinedTrackFindingTools/src/MuonInsideOutRecoTool.h
+++ b/Reconstruction/MuonIdentification/MuonCombinedTrackFindingTools/src/MuonInsideOutRecoTool.h
@@ -65,7 +65,7 @@ namespace MuonCombined {
     std::pair<std::unique_ptr<const Muon::MuonCandidate>,Trk::Track*> 
     findBestCandidate( const xAOD::TrackParticle& indetTrackParticle, const std::vector< Muon::MuonLayerRecoData >& allLayers) const;
     
-    void cleanUp() const;
+    virtual void cleanUp() const override;
 
   private:
     /** handle a single candidate */
diff --git a/Reconstruction/PanTau/PanTauAlgs/CMakeLists.txt b/Reconstruction/PanTau/PanTauAlgs/CMakeLists.txt
index 42ab5dc4284c01ccd9f4403ba79220a034ce6189..34d053bcb24adfbbe37ebf8bec2b1f5ee9575f68 100644
--- a/Reconstruction/PanTau/PanTauAlgs/CMakeLists.txt
+++ b/Reconstruction/PanTau/PanTauAlgs/CMakeLists.txt
@@ -1,6 +1,4 @@
-################################################################################
-# Package: PanTauAlgs
-################################################################################
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # Declare the package name:
 atlas_subdir( PanTauAlgs )
@@ -10,7 +8,7 @@ if( NOT XAOD_ANALYSIS )
   find_package( CLHEP )
 endif()
 find_package( Eigen )
-find_package( ROOT COMPONENTS MathMore Matrix Core Tree Hist RIO pthread Minuit Minuit2 Physics HistPainter Rint )
+find_package( ROOT COMPONENTS MathMore Matrix Core Tree Hist RIO pthread Rint )
 
 atlas_add_root_dictionary( PanTauAlgs PanTauAlgsCintDict
   ROOT_HEADERS
@@ -44,8 +42,8 @@ if( NOT XAOD_STANDALONE )
     Root/*.cxx
     src/components/*.cxx ${PanTauAlgsCintDict}
     INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS}
-    LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} ${EIGEN_LIBRARIES} AthenaBaseComps NavFourMom xAODPFlow xAODTau xAODParticleEvent GaudiKernel CaloEvent AthenaKernel StoreGateLib SGtests GeoPrimitives FourMom FourMomUtils xAODTracking Particle eflowEvent MVAUtils tauEvent tauRecToolsLib PathResolver VxVertex TrkVertexFitterInterfaces )
+    LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} ${EIGEN_LIBRARIES} AthenaBaseComps xAODPFlow xAODTau xAODParticleEvent GaudiKernel AthenaKernel StoreGateLib FourMom xAODTracking Particle eflowEvent MVAUtils tauRecToolsLib PathResolver )
 endif()
 
 # Install files from the package:
-atlas_install_python_modules( python/*.py )
+atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/HelperFunctions.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/HelperFunctions.h
index 5626bf8d5b90c37dcaa40704d69aace3d9bf3895..ed2e8a9dd1383a469de76ef7565852d8c874187d 100644
--- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/HelperFunctions.h
+++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/HelperFunctions.h
@@ -7,18 +7,16 @@
 
 #include <string>
 #include <iostream>
+#include <vector>
 
 #include "AsgMessaging/AsgMessaging.h"
 #include "AsgTools/ToolHandle.h"
 
-#include "xAODTau/TauJet.h"
-#include "xAODPFlow/PFO.h"
-
 class TLorentzVector;
 class TVector3;
 
 namespace PanTau {
-    class TauConstituent2;
+    class TauConstituent;
 }
 
 class TVector3;
@@ -37,12 +35,8 @@ namespace PanTau {
 
 	virtual ~HelperFunctions () {};
         
-        
-        virtual void dumpFourMomentum(TLorentzVector FourMom) const;
-        virtual void dumpTauConstituent2(PanTau::TauConstituent2* tauConstituent) const;
-        
-        TauConstituent2* getNeutralConstWithLargestAngle(TLorentzVector                 charged, 
-                                                        std::vector<PanTau::TauConstituent2*>    neutral);
+        TauConstituent* getNeutralConstWithLargestAngle(TLorentzVector                 charged, 
+                                                        std::vector<PanTau::TauConstituent*>    neutral);
         
         virtual std::string convertNumberToString(double x) const;
         
diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_DetailsArranger.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_DetailsArranger.h
index 4e3a746a3457294c115082bf7b94a679d5b4baac..a484f75992469b7ad3e50eb91969aa202e4c3ebf 100644
--- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_DetailsArranger.h
+++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_DetailsArranger.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef PANTAUALGS_ITOOL_DETAILSARRANGER_H
@@ -9,12 +9,10 @@
 
 #include "xAODParticleEvent/ParticleContainer.h"
 
-//class Jet;
 namespace PanTau {
-    class PanTauSeed2;
+    class PanTauSeed;
 }
 
-
 namespace PanTau {
 
     /** @class ITool_DetailsArranger
@@ -30,9 +28,10 @@ namespace PanTau {
         public:
 
         virtual bool isInitialized() = 0;
-        virtual StatusCode execute(PanTau::PanTauSeed2* inSeed, xAOD::ParticleContainer& pi0Container) = 0;
+        virtual StatusCode execute(PanTau::PanTauSeed* inSeed, xAOD::ParticleContainer& pi0Container) = 0;
 
     };
 
 }
+
 #endif // PANTAUALGS_ITAUDISCRIMINANTTOOL_H
diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_InputConverter.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_InputConverter.h
index ad85559cfda032a6e746887c9a15263e71412f40..0f776a16b740a11d99946bc1381be7336752edca 100644
--- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_InputConverter.h
+++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_InputConverter.h
@@ -5,27 +5,21 @@
 #ifndef PANTAUALGS_ITOOL_INPUTCONVERTER_H
 #define PANTAUALGS_ITOOL_INPUTCONVERTER_H
 
-// Gaudi
 #include "AsgTools/IAsgTool.h"
 
 #include <string>
 
-
-//! xAOD EDM
 #include "xAODPFlow/PFO.h"
 #include "xAODTau/TauJet.h"
 
 namespace PanTau{
-    class TauConstituent2;
+    class TauConstituent;
 }
 
 namespace Rec {
     class TrackParticle;
 }
 
-
-
-
 namespace PanTau {
 
     /** @class ITool_InputConverter
@@ -43,8 +37,8 @@ namespace PanTau {
     virtual bool isInitialized() = 0;
             
     //PFO Converter (r19+)
-    virtual StatusCode ConvertToTauConstituent2(xAOD::PFO* pfo,
-						PanTau::TauConstituent2* &tauConstituent,
+    virtual StatusCode ConvertToTauConstituent(xAOD::PFO* pfo,
+						PanTau::TauConstituent* &tauConstituent,
 						const xAOD::TauJet* tauJet) const = 0;
             
     };
diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_ModeDiscriminator.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_ModeDiscriminator.h
index 49f23f34fb898dd8c912f938f87ebf9d7d6c01d2..27767b1a0bd704018e8373fb40872b9a12954b96 100644
--- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_ModeDiscriminator.h
+++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_ModeDiscriminator.h
@@ -7,13 +7,10 @@
 
 #include "AsgTools/IAsgTool.h"
 
-
-//class Jet;
 namespace PanTau {
-    class PanTauSeed2;
+    class PanTauSeed;
 }
 
-
 namespace PanTau {
 
     /** @class ITool_ModeDiscriminator
@@ -29,7 +26,7 @@ namespace PanTau {
         public:
 
     virtual bool isInitialized() = 0;
-    virtual double getResponse(PanTau::PanTauSeed2* inSeed, bool& isOK) = 0;
+    virtual double getResponse(PanTau::PanTauSeed* inSeed, bool& isOK) = 0;
     };
 
 }
diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_PanTauTools.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_PanTauTools.h
index 6bc4b67a71baf92271a3eaaa3160e807e5369570..b192d2f28a6668bdf8195740b239c999172a11b9 100644
--- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_PanTauTools.h
+++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_PanTauTools.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef PANTAUALGS_ITOOL_PANTAUTOOLS_H
@@ -17,9 +17,9 @@
 
 
 namespace PanTau {
-    class TauFeature2;
-    class PanTauSeed2;
-    class TauConstituent2;
+    class TauFeature;
+    class PanTauSeed;
+    class TauConstituent;
 }
 
 
@@ -44,7 +44,7 @@ namespace PanTau {
 
     virtual bool isInitialized() = 0;
             // used in Tool_FeatureExtractor, Tool_DecayModeDeterminator and Tool_DetailsArranger:
-            virtual StatusCode execute(PanTau::PanTauSeed2* inSeed) = 0;
+            virtual StatusCode execute(PanTau::PanTauSeed* inSeed) = 0;
 
     };
 
diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_TauConstituentGetter.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_TauConstituentGetter.h
index 7fc2f70ed1fd3b2e667fb1d56dee1ba17acb46d2..ba2077f5d2f486e1f0bc142373cd7df72061d6fa 100644
--- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_TauConstituentGetter.h
+++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_TauConstituentGetter.h
@@ -5,13 +5,12 @@
 #ifndef PANTAUALGS_ITOOL_TAUCONSTITUENTGETTER_H
 #define PANTAUALGS_ITOOL_TAUCONSTITUENTGETTER_H
 
-// Gaudi
 #include "AsgTools/IAsgTool.h"
 
 #include <string>
 
 namespace PanTau{
-    class TauConstituent2;
+    class TauConstituent;
 }
 
 #include "xAODTau/TauJet.h"
@@ -33,7 +32,7 @@ namespace PanTau {
             
     virtual bool isInitialized() = 0;
             virtual StatusCode GetTauConstituents(const xAOD::TauJet* tauJet,
-                                                  std::vector<TauConstituent2*>& outputList,
+                                                  std::vector<TauConstituent*>& outputList,
                                                   std::string algName) const = 0;
             
     };
diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_TauConstituentSelector.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_TauConstituentSelector.h
index c6a932cc2df770feae07b38455005de3ba5e684f..1a8ca7aa712369d6286f8603e608ce79ab46c54e 100644
--- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_TauConstituentSelector.h
+++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/ITool_TauConstituentSelector.h
@@ -5,7 +5,6 @@
 #ifndef PANTAUALGS_ITOOL_TAUCONSTITUENTSELECTOR_H
 #define PANTAUALGS_ITOOL_TAUCONSTITUENTSELECTOR_H
 
-// Gaudi
 #include "AsgTools/IAsgTool.h"
 
 #include <vector>
@@ -26,8 +25,8 @@ namespace PanTau {
 
         public:
     virtual bool isInitialized() = 0;
-            virtual StatusCode SelectTauConstituents(std::vector<TauConstituent2*> inputList,
-                                                     std::vector<TauConstituent2*>& outputList) const = 0;
+            virtual StatusCode SelectTauConstituents(std::vector<TauConstituent*> inputList,
+                                                     std::vector<TauConstituent*>& outputList) const = 0;
     };
     
 }
diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/PanTauSeed.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/PanTauSeed.h
index 1af8f302d5e4edde0bda5e3b0524a891db15d1aa..3f8798d9a79332d430256ed6724da122e1f6fe8f 100644
--- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/PanTauSeed.h
+++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/PanTauSeed.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef PANTAUALGS_PANTAUSEED_H
@@ -21,7 +21,7 @@ namespace PanTau {
 
 
 
-  class PanTauSeed2 : public xAOD::IParticle {
+  class PanTauSeed : public xAOD::IParticle {
     // IParticle implementation as in 
     // http://acode-browser.usatlas.bnl.gov/lxr/source/atlas/Event/xAOD/xAODEgamma/xAODEgamma/versions/Egamma_v1.h
     // http://acode-browser.usatlas.bnl.gov/lxr/source/atlas/Event/xAOD/xAODEgamma/Root/Egamma_v1.cxx
@@ -58,10 +58,10 @@ namespace PanTau {
     static int          getDecayMode(int nCharged, int nNeutral);
     static std::string  getDecayModeName(int decayMode);
         
-    PanTauSeed2();
-    ~PanTauSeed2();
-    PanTauSeed2(const PanTauSeed2& seed);
-    PanTauSeed2& operator=(const PanTauSeed2& seed);
+    PanTauSeed();
+    ~PanTauSeed();
+    PanTauSeed(const PanTauSeed& seed);
+    PanTauSeed& operator=(const PanTauSeed& seed);
 
 
     /// @name xAOD::IParticle functions
@@ -114,35 +114,35 @@ namespace PanTau {
 
 
     /** Main constructor to be used */
-    PanTauSeed2( std::string                          nameInputAlgorithm,
-		 const xAOD::TauJet*                  tauJet,
-		 std::vector<PanTau::TauConstituent2*> tauConstituents,
-		 std::vector<PanTau::TauConstituent2*> tauConstituentsWithUnselected,
-		 std::vector<int>                     pantauSeed_TechnicalQuality
-		 );
+    PanTauSeed( std::string                          nameInputAlgorithm,
+		const xAOD::TauJet*                  tauJet,
+		std::vector<PanTau::TauConstituent*> tauConstituents,
+		std::vector<PanTau::TauConstituent*> tauConstituentsWithUnselected,
+		std::vector<int>                     pantauSeed_TechnicalQuality
+		);
 
 
     /** Constructor for invalid seeds */
-    PanTauSeed2( std::string                          nameInputAlgorithm,
+    PanTauSeed( std::string                          nameInputAlgorithm,
 		 const xAOD::TauJet*                  tauJet,
 		 std::vector<int>                     pantauSeed_TechnicalQuality
 		 );
 
     std::string                                         getNameInputAlgorithm() const;
     const xAOD::TauJet*                                 getTauJet() const;
-    PanTau::TauFeature2*                                 getFeatures() const;
+    PanTau::TauFeature*                                 getFeatures() const;
     TLorentzVector                                      getProtoMomentumCore() const;
     TLorentzVector                                      getProtoMomentumWide() const;
 
     bool                                                getIsValidSeed() const;
     std::vector<int>                                    getTechnicalQuality() const;
     bool                                                isOfTechnicalQuality(int pantauSeed_TechnicalQuality) const;
-    std::vector< std::vector<PanTau::TauConstituent2*> > getConstituents() const;
-    std::vector<PanTau::TauConstituent2*>                getConstituentsAsList_Core() const;
-    std::vector<PanTau::TauConstituent2*>                getConstituentsAsList_Wide() const;
-    std::vector<PanTau::TauConstituent2*>                getConstituentsAsList_All() const;
+    std::vector< std::vector<PanTau::TauConstituent*> > getConstituents() const;
+    std::vector<PanTau::TauConstituent*>                getConstituentsAsList_Core() const;
+    std::vector<PanTau::TauConstituent*>                getConstituentsAsList_Wide() const;
+    std::vector<PanTau::TauConstituent*>                getConstituentsAsList_All() const;
 
-    std::vector<PanTau::TauConstituent2*>                getConstituentsOfType(int tauConstituent_Type, bool& foundit);
+    std::vector<PanTau::TauConstituent*>                getConstituentsOfType(int tauConstituent_Type, bool& foundit);
     int                                                 getNumberOfConstituentsOfType(int tauConstituent_Type);
     TLorentzVector                                      getSubsystemHLV(int tauConstituent_Type, bool& foundit);
 
@@ -177,12 +177,12 @@ namespace PanTau {
     //place to store which input alg created this pantauseed: eflowRec, CellBased, ClusterBased..                                                                                                                                              
     std::string                                         m_NameInputAlgorithm;
 
-    //pointer to the TauJet this PanTauSeed2 was build from (pointer not owned by PanTauSeed)                                                                                                                                                   
+    //pointer to the TauJet this PanTauSeed was build from (pointer not owned by PanTauSeed)                                                                                                                                                   
     const xAOD::TauJet*                                 m_TauJet;
 
     //for each type of tauConstituent, a list of constituents (of that type)                                                                                                                                                                   
-    // the TauConstituent2 objects are owned by PanTauSeed2 (this class), so they need to be deleted in the destructor                                                                                                                           
-    std::vector< std::vector<PanTau::TauConstituent2*> > m_Constituents;
+    // the TauConstituent objects are owned by PanTauSeed (this class), so they need to be deleted in the destructor                                                                                                                           
+    std::vector< std::vector<PanTau::TauConstituent*> > m_Constituents;
 
     //the momentum as calculated by using all constituents added to this seed                                                                                                                                                                  
     TLorentzVector                                      m_ProtoMomentum_Wide;
@@ -197,13 +197,13 @@ namespace PanTau {
     std::vector< TLorentzVector >                       m_TypeHLVs;
 
     //also store constituents as flat list for easier access later on                                                                                                                                                                          
-    std::vector<PanTau::TauConstituent2*>                m_ConstituentsList_Core; //only objects in core region                                                                                                                                 
-    std::vector<PanTau::TauConstituent2*>                m_ConstituentsList_Wide; //objects out of core region up to 0.4                                                                                                                        
-    std::vector<PanTau::TauConstituent2*>                m_ConstituentsList_AllSelected;  //all selected objects for this seed                                                                                                                  
+    std::vector<PanTau::TauConstituent*>                m_ConstituentsList_Core; //only objects in core region                                                                                                                                 
+    std::vector<PanTau::TauConstituent*>                m_ConstituentsList_Wide; //objects out of core region up to 0.4                                                                                                                        
+    std::vector<PanTau::TauConstituent*>                m_ConstituentsList_AllSelected;  //all selected objects for this seed                                                                                                                  
 
     //for memory reasons:                                                                                                                                                                                                                      
     // pass list of selected AND unselected pfos to seed, which will take ownership                                                                                                                                                            
-    std::vector<PanTau::TauConstituent2*>                m_ConstituentsList_All; //all objects for this seed, selected and unselected                                                                                                           
+    std::vector<PanTau::TauConstituent*>                m_ConstituentsList_All; //all objects for this seed, selected and unselected                                                                                                           
 
     //the decay mode                                                                                                                                                                                                                           
     int                                                 m_DecayMode_BySubAlg;
@@ -214,7 +214,7 @@ namespace PanTau {
     //! is set)                                                                                                                                            
 
     //the features of this pantauseed                                                                                                                                                                                                          
-    PanTau::TauFeature2*                                 m_Features;
+    PanTau::TauFeature*                                 m_Features;
 
 
   };
@@ -226,23 +226,23 @@ namespace PanTau {
 } //end name space pantau
 
 
-inline std::string                                          PanTau::PanTauSeed2::getNameInputAlgorithm() const       {return m_NameInputAlgorithm;}
-inline const xAOD::TauJet*                                  PanTau::PanTauSeed2::getTauJet() const                   {return m_TauJet;}
-inline PanTau::TauFeature2*                                  PanTau::PanTauSeed2::getFeatures() const                 {return m_Features;}
-inline TLorentzVector                                       PanTau::PanTauSeed2::getProtoMomentumWide() const        {return m_ProtoMomentum_Wide;}
-inline TLorentzVector                                       PanTau::PanTauSeed2::getProtoMomentumCore() const        {return m_ProtoMomentum_Core;}
-inline std::vector< std::vector<PanTau::TauConstituent2*> >  PanTau::PanTauSeed2::getConstituents() const             {return m_Constituents;}
-inline std::vector<PanTau::TauConstituent2*>                 PanTau::PanTauSeed2::getConstituentsAsList_Core() const  {return m_ConstituentsList_Core;}
-inline std::vector<PanTau::TauConstituent2*>                 PanTau::PanTauSeed2::getConstituentsAsList_Wide() const  {return m_ConstituentsList_Wide;}
-inline std::vector<PanTau::TauConstituent2*>                 PanTau::PanTauSeed2::getConstituentsAsList_All() const   {return m_ConstituentsList_All;}
-inline TLorentzVector                                       PanTau::PanTauSeed2::getFinalMomentum() const            {return m_FinalMomentum;}
-inline int                                                  PanTau::PanTauSeed2::getDecayModeBySubAlg() const        {return m_DecayMode_BySubAlg;}
-inline int                                                  PanTau::PanTauSeed2::getDecayModeByPanTau() const        {return m_DecayMode_ByPanTau;}
-inline bool                                                 PanTau::PanTauSeed2::getIsValidSeed() const              {return m_IsValidSeed;}
-inline std::vector<int>                                     PanTau::PanTauSeed2::getTechnicalQuality() const         {return m_TechnicalQuality;}
-
-inline void                                                 PanTau::PanTauSeed2::setFinalMomentum(TLorentzVector finalMom)  {m_FinalMomentum = finalMom;}
-inline void                                                 PanTau::PanTauSeed2::setDecayModeByPanTau(int decayModePanTau)           {m_DecayMode_ByPanTau = decayModePanTau;}
+inline std::string                                          PanTau::PanTauSeed::getNameInputAlgorithm() const       {return m_NameInputAlgorithm;}
+inline const xAOD::TauJet*                                  PanTau::PanTauSeed::getTauJet() const                   {return m_TauJet;}
+inline PanTau::TauFeature*                                  PanTau::PanTauSeed::getFeatures() const                 {return m_Features;}
+inline TLorentzVector                                       PanTau::PanTauSeed::getProtoMomentumWide() const        {return m_ProtoMomentum_Wide;}
+inline TLorentzVector                                       PanTau::PanTauSeed::getProtoMomentumCore() const        {return m_ProtoMomentum_Core;}
+inline std::vector< std::vector<PanTau::TauConstituent*> >  PanTau::PanTauSeed::getConstituents() const             {return m_Constituents;}
+inline std::vector<PanTau::TauConstituent*>                 PanTau::PanTauSeed::getConstituentsAsList_Core() const  {return m_ConstituentsList_Core;}
+inline std::vector<PanTau::TauConstituent*>                 PanTau::PanTauSeed::getConstituentsAsList_Wide() const  {return m_ConstituentsList_Wide;}
+inline std::vector<PanTau::TauConstituent*>                 PanTau::PanTauSeed::getConstituentsAsList_All() const   {return m_ConstituentsList_All;}
+inline TLorentzVector                                       PanTau::PanTauSeed::getFinalMomentum() const            {return m_FinalMomentum;}
+inline int                                                  PanTau::PanTauSeed::getDecayModeBySubAlg() const        {return m_DecayMode_BySubAlg;}
+inline int                                                  PanTau::PanTauSeed::getDecayModeByPanTau() const        {return m_DecayMode_ByPanTau;}
+inline bool                                                 PanTau::PanTauSeed::getIsValidSeed() const              {return m_IsValidSeed;}
+inline std::vector<int>                                     PanTau::PanTauSeed::getTechnicalQuality() const         {return m_TechnicalQuality;}
+
+inline void                                                 PanTau::PanTauSeed::setFinalMomentum(TLorentzVector finalMom)  {m_FinalMomentum = finalMom;}
+inline void                                                 PanTau::PanTauSeed::setDecayModeByPanTau(int decayModePanTau)           {m_DecayMode_ByPanTau = decayModePanTau;}
 
 
 inline static void                                          PanTau::SetP4EEtaPhiM(TLorentzVector& hlv, double e, double eta, double phi, double m ){
diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/TauConstituent.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/TauConstituent.h
index 3748de965a13f4fe48ddfec2b56ebad85d568d8a..bff44eddea1ccd7a86e9a26db23476c2b80ef3cf 100644
--- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/TauConstituent.h
+++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/TauConstituent.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 ///////////////////////////////////////////////////////////////////
@@ -27,7 +27,7 @@ namespace PanTau {
     */
 
 
-  class TauConstituent2 : public xAOD::IParticle {
+  class TauConstituent : public xAOD::IParticle {
 
   public:
     
@@ -60,7 +60,7 @@ namespace PanTau {
     static double       DefaultCharge()         {return -47111337;}
     static std::string  AllConstituentsName()   {return "All";}
     
-    static std::string  getTypeName(PanTau::TauConstituent2::Type aType);
+    static std::string  getTypeName(PanTau::TauConstituent::Type aType);
     static bool         isNeutralType(int tauConstituentType);
     static bool         isCoreType(int tauConstituentType);
     
@@ -68,14 +68,14 @@ namespace PanTau {
 
       
     /** Default Constructor for POOL. Do not use! */
-    TauConstituent2();
+    TauConstituent();
     
     /**
      * @param itsMomentum The P4EEtaPhiM of this particle
      * @param itsType The type of this particle using this class' enumeration 
      * @param itsBDTValue If a BDT was used ot ID this particle, provide the BDT response
      */
-    TauConstituent2(TLorentzVector                           itsMomentum,
+    TauConstituent(TLorentzVector                           itsMomentum,
                    int                                      itsCharge,
                    std::vector<int>                         itsType,
                    double                                   itsBDTValue,
@@ -83,14 +83,14 @@ namespace PanTau {
     
     
     /** Destructor */
-    virtual ~TauConstituent2();
+    virtual ~TauConstituent();
     
     
     /** Copy Constructor */
-    TauConstituent2(const TauConstituent2& tauConst);
+    TauConstituent(const TauConstituent& tauConst);
 
     /** Assignment operator */
-    TauConstituent2& operator=(const TauConstituent2& tauConst);
+    TauConstituent& operator=(const TauConstituent& tauConst);
 
      /// @name xAOD::IParticle functions
      /// These are already virtual due to IParticle
@@ -141,19 +141,19 @@ namespace PanTau {
 
 
     //no setter functions needed as all properties are set in constructor
-    void                                    removeTypeFlag(TauConstituent2::Type aType);
+    void                                    removeTypeFlag(TauConstituent::Type aType);
     
     //Getter functions
     std::vector<std::string>                getTypeName() const;
     std::string                             getTypeNameString() const;
     std::vector<int>                        getTypeFlags() const;
-    bool                                    isOfType(TauConstituent2::Type aType) const;
+    bool                                    isOfType(TauConstituent::Type aType) const;
     double                                  getBDTValue() const;
     int                                     getCharge() const;
     xAOD::PFO*                              getPFO() const;
     
-    void                                    addShot(TauConstituent2* shot);
-    std::vector<TauConstituent2*>            getShots();
+    void                                    addShot(TauConstituent* shot);
+    std::vector<TauConstituent*>            getShots();
     unsigned int                            getNShots();
     
     void                                    setNPhotonsInShot(int nPhotons);
@@ -179,7 +179,7 @@ namespace PanTau {
     xAOD::PFO*                      m_PFOLink;
     
     // the constituents in there are owned by this! delete them!
-    std::vector<TauConstituent2*>    m_Shots;
+    std::vector<TauConstituent*>    m_Shots;
     int                             m_nPhotonsInShot;
     
 
diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/TauFeature.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/TauFeature.h
index 31d06e93cb2c4bd4ce35e3a9e64a4c59ef94c010..96464d7d7097d2acce370475997faaab2cec83c2 100644
--- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/TauFeature.h
+++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/TauFeature.h
@@ -17,7 +17,7 @@ namespace PanTau {
     @author Sebastian.Fleischmann@cern.ch
     */
 
-class TauFeature2 {
+class TauFeature {
 
 typedef std::map<std::string, double> FeatureMap;
 typedef FeatureMap::iterator FeatureMapIter;
@@ -28,10 +28,10 @@ typedef VectorFeatureMap::const_iterator VectorFeatureMapConstIter;
 
 public:
     /** Default constructor */
-    TauFeature2();
+    TauFeature();
 
     /** Destructor */
-    virtual ~TauFeature2();
+    virtual ~TauFeature();
 
     /** returns the value of the feature given by its name*/
     double value(const std::string& ItsName, bool& isValid) const;
@@ -56,7 +56,7 @@ public:
     int nVecValues() const;
     
     
-    void add(PanTau::TauFeature2* otherFeatures);
+    void add(PanTau::TauFeature* otherFeatures);
     
     void addFeaturesFromMap(std::map<std::string, double>, std::string prefix);
     
@@ -69,7 +69,6 @@ protected:
     
 };
 
-
 }
 
 #endif // PANTAUALGSTAUFEATURE_H
diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_DecayModeDeterminator.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_DecayModeDeterminator.h
index 482753e2932d7fa7b634a0255065f6c8e8df881a..61e6325f7b775b41859249a82399defa34d33ae3 100644
--- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_DecayModeDeterminator.h
+++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_DecayModeDeterminator.h
@@ -5,21 +5,17 @@
 #ifndef PANTAUALGS_TOOL_DECAYMODEDETERMINATOR_H
 #define PANTAUALGS_TOOL_DECAYMODEDETERMINATOR_H
 
-//! C++
-#include <vector>
 #include <string>
 
-//! Gaudi
 #include "AsgTools/AsgTool.h"
 #include "AsgTools/ToolHandle.h"
 
-//! PanTau
 #include "PanTauAlgs/ITool_PanTauTools.h"
 #include "PanTauAlgs/ITool_ModeDiscriminator.h"
 #include "PanTauAlgs/ITool_InformationStore.h"
 
 namespace PanTau {
-    class PanTauSeed2;
+    class PanTauSeed;
 }
 
 
@@ -48,24 +44,21 @@ namespace PanTau {
         
         virtual StatusCode initialize();
         
-        virtual StatusCode execute(PanTau::PanTauSeed2* inSeed);
+        virtual StatusCode execute(PanTau::PanTauSeed* inSeed);
         
     private:
         
-        ToolHandle<PanTau::ITool_InformationStore>  m_Tool_InformationStore;
-        
+        ToolHandle<PanTau::ITool_InformationStore>  m_Tool_InformationStore;        
         ToolHandle<PanTau::ITool_ModeDiscriminator> m_Tool_ModeDiscriminator_1p0n_vs_1p1n;
         ToolHandle<PanTau::ITool_ModeDiscriminator> m_Tool_ModeDiscriminator_1p1n_vs_1pXn;
         ToolHandle<PanTau::ITool_ModeDiscriminator> m_Tool_ModeDiscriminator_3p0n_vs_3pXn;
 
-
 	std::string m_Tool_InformationStoreName;
 
 	std::string m_Tool_ModeDiscriminator_1p0n_vs_1p1nName;
 	std::string m_Tool_ModeDiscriminator_1p1n_vs_1pXnName;
 	std::string m_Tool_ModeDiscriminator_3p0n_vs_3pXnName;
-        
-        
+                
         //configurables to be retrieved from information store
         
         //variable prefix for the decay mode
diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_DetailsArranger.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_DetailsArranger.h
index 7357391431d6c4596346541e7f1a12a23a1952a5..0a46d074769479b43154b0a6f419758e08ee2483 100644
--- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_DetailsArranger.h
+++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_DetailsArranger.h
@@ -8,23 +8,18 @@
 #include <string>
 #include <vector>
 
-//! ASG
 #include "AsgTools/AsgTool.h"
 #include "AsgTools/ToolHandle.h"
 
-//! xAOD EDM
 #include "xAODTau/TauJet.h"
+#include "xAODParticleEvent/ParticleContainer.h"
 
-//! PanTau
 #include "PanTauAlgs/ITool_DetailsArranger.h"
 #include "PanTauAlgs/ITool_InformationStore.h"
-
 #include "PanTauAlgs/TauConstituent.h"
 
-#include "xAODParticleEvent/ParticleContainer.h"
-
 namespace PanTau {
-    class PanTauSeed2;
+    class PanTauSeed;
     class PanTauDetails;
 }
 
@@ -52,21 +47,21 @@ namespace PanTau {
         
         virtual StatusCode initialize();
         
-        virtual StatusCode execute(PanTau::PanTauSeed2* inSeed, xAOD::ParticleContainer& pi0Container);
+        virtual StatusCode execute(PanTau::PanTauSeed* inSeed, xAOD::ParticleContainer& pi0Container);
         
     protected:
         
         ToolHandle<PanTau::ITool_InformationStore>  m_Tool_InformationStore;
 	std::string m_Tool_InformationStoreName;
         
-        void                        addPanTauDetailToTauJet(PanTauSeed2*                            inSeed,
+        void                        addPanTauDetailToTauJet(PanTauSeed*                            inSeed,
                                                             std::string                            featName,
                                                             xAOD::TauJetParameters::PanTauDetails  detailEnum,
                                                             PanTauDetailsType                      detailType) const;
 
-        StatusCode                        arrangePFOLinks(PanTau::PanTauSeed2* inSeed, xAOD::TauJet* tauJet, xAOD::ParticleContainer& pi0Container);
+        StatusCode                        arrangePFOLinks(PanTau::PanTauSeed* inSeed, xAOD::TauJet* tauJet, xAOD::ParticleContainer& pi0Container);
 
-        void                        SetHLVTau(PanTau::PanTauSeed2* inSeed, xAOD::TauJet* tauJet, std::string inputAlg, std::string varTypeName_Basic);
+        void                        SetHLVTau(PanTau::PanTauSeed* inSeed, xAOD::TauJet* tauJet, std::string inputAlg, std::string varTypeName_Basic);
 
 	std::vector< ElementLink< xAOD::PFOContainer > > PreselectNeutralLinks(std::vector< ElementLink<xAOD::PFOContainer> > neutralPFOLinks, xAOD::TauJet* tauJet);
 
@@ -78,7 +73,7 @@ namespace PanTau {
 
 	void SetNeutralConstituentVectorMasses(std::vector< ElementLink<xAOD::PFOContainer> > neutralPFOLinks, double mass);
 
-	std::vector< ElementLink< xAOD::PFOContainer > > CollectConstituentsAsPFOLinks( PanTau::PanTauSeed2* inSeed, std::vector< ElementLink< xAOD::PFOContainer > > cellbased_neutralPFOLinks, PanTau::TauConstituent2::Type type );
+	std::vector< ElementLink< xAOD::PFOContainer > > CollectConstituentsAsPFOLinks( PanTau::PanTauSeed* inSeed, std::vector< ElementLink< xAOD::PFOContainer > > cellbased_neutralPFOLinks, PanTau::TauConstituent::Type type );
 
 	void createPi0Vectors(xAOD::TauJet* tauJet, std::vector<TLorentzVector>& vPi0s, std::vector< std::vector< ElementLink<xAOD::PFOContainer> > > &vec_pi0pfos);
     
diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_FeatureExtractor.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_FeatureExtractor.h
index d56a46f922e2d95dbaa4715cbdb6af5ec9640b7d..6e668c25aebfd1031051f8624d23312a22e61a20 100644
--- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_FeatureExtractor.h
+++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_FeatureExtractor.h
@@ -37,7 +37,7 @@ namespace PanTau {
         virtual StatusCode initialize();
         
         //get the features for an input seed
-        virtual StatusCode execute(PanTau::PanTauSeed2* inSeed);
+        virtual StatusCode execute(PanTau::PanTauSeed* inSeed);
         void Log10();
         
     protected:
@@ -51,27 +51,27 @@ namespace PanTau {
         std::map<std::string, double>   m_Variants_SeedEt;
         
         //Function to calculate basic features
-        StatusCode calculateBasicFeatures(PanTau::PanTauSeed2* inSeed);
+        StatusCode calculateBasicFeatures(PanTau::PanTauSeed* inSeed);
         
         //Function to calculate features for one set of constituents
-        StatusCode calculateFeatures(PanTau::PanTauSeed2*    inSeed,
+        StatusCode calculateFeatures(PanTau::PanTauSeed*    inSeed,
                                      int                    tauConstituentType);
         
         //Function to add the 4 momenta of the tau constituents to the features
-        StatusCode addConstituentMomenta(PanTau::PanTauSeed2* inSeed);
+        StatusCode addConstituentMomenta(PanTau::PanTauSeed* inSeed);
         
         //Function to calculate features based on two sets of constituents
-        StatusCode addCombinedFeatures(PanTau::PanTauSeed2* inSeed);
+        StatusCode addCombinedFeatures(PanTau::PanTauSeed* inSeed);
         
         //Function to add impact parameter features
-        StatusCode addImpactParameterFeatures(PanTau::PanTauSeed2* inSeed) const;
+        StatusCode addImpactParameterFeatures(PanTau::PanTauSeed* inSeed) const;
         
         //Function to fill the m_Variants_SeedEt member
-        void fillVariantsSeedEt(std::vector<PanTau::TauConstituent2*> tauConstituents);
+        void fillVariantsSeedEt(std::vector<PanTau::TauConstituent*> tauConstituents);
         
         
         //helper function to fill the m_Variants_SeedEt map
-        void    addFeatureWrtSeedEnergy(PanTau::TauFeature2* targetMap,
+        void    addFeatureWrtSeedEnergy(PanTau::TauFeature* targetMap,
                                         std::string featName,
                                         double numerator,
                                         std::map<std::string, double>* denominatorMap) const;
diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_InputConverter.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_InputConverter.h
index 8de6c56ef1c95d27af832176d043f11dd69d316d..15cca23223d0f8413d95c1da66c679403f125487 100644
--- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_InputConverter.h
+++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_InputConverter.h
@@ -9,14 +9,12 @@
 #include <vector>
 #include <string>
 
-//! ASG
 #include "AsgTools/AsgTool.h"
 #include "AsgTools/ToolHandle.h"
 
 #include "PanTauAlgs/ITool_InformationStore.h"
 #include "PanTauAlgs/ITool_InputConverter.h"
 
-//! xAOD EDM
 #include "xAODPFlow/PFO.h"
 #include "xAODTau/TauJet.h"
 #include "xAODPFlow/PFODefs.h"
@@ -26,7 +24,7 @@ namespace Rec {
 }
 
 namespace PanTau {
-    class TauConstituent2;
+    class TauConstituent;
 }
 
 
@@ -43,8 +41,8 @@ namespace PanTau {
         
         virtual StatusCode initialize();
         
-        virtual StatusCode ConvertToTauConstituent2(xAOD::PFO* pfo,
-                                                   PanTau::TauConstituent2* &tauConstituent,
+        virtual StatusCode ConvertToTauConstituent(xAOD::PFO* pfo,
+                                                   PanTau::TauConstituent* &tauConstituent,
                                                    const xAOD::TauJet* tauJet) const;
         
     protected:
@@ -75,6 +73,4 @@ namespace PanTau {
 }//end namespace PanTau
 
 
-
-
 #endif // PANTAUALGS_TOOL_INPUTCONVERTER
diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_ModeDiscriminator.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_ModeDiscriminator.h
index 4260c7f62a7042721fe15ca8538f039895117c6e..3cbf9e353beac066d9e91ca03374403b14b93239 100644
--- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_ModeDiscriminator.h
+++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_ModeDiscriminator.h
@@ -21,7 +21,7 @@
 #include "MVAUtils/BDT.h"
 
 namespace PanTau {
-    class PanTauSeed2;
+    class PanTauSeed;
 }
 
 
@@ -46,11 +46,11 @@ namespace PanTau {
         virtual StatusCode finalize  ();
 
 
-        virtual double getResponse(PanTau::PanTauSeed2* inSeed, bool& isOK);
+        virtual double getResponse(PanTau::PanTauSeed* inSeed, bool& isOK);
         
     private:
         
-        void                                        updateReaderVariables(PanTau::PanTauSeed2* inSeed);
+        void                                        updateReaderVariables(PanTau::PanTauSeed* inSeed);
         
 	std::string                                 m_calib_path; //<! cvmfs folder for data files
         std::string                                 m_Name_InputAlg;
diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_TauConstituentGetter.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_TauConstituentGetter.h
index 9907d1f3e6b683488b5f996577f1e26e39aa949d..6ef75862a64f7f31172a5b83f42d2beb99fc70f7 100644
--- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_TauConstituentGetter.h
+++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_TauConstituentGetter.h
@@ -9,7 +9,6 @@
 #include <vector>
 #include <string>
 
-//! ASG
 #include "AsgTools/AsgTool.h"
 #include "AsgTools/ToolHandle.h"
 
@@ -18,17 +17,13 @@
 #include "PanTauAlgs/ITool_TauConstituentGetter.h"
 #include "PanTauAlgs/ITool_InputConverter.h"
 
-//! xAOD EDM
 #include "xAODTau/TauJet.h"
 
 namespace PanTau {
-    class TauConstituent2;
+    class TauConstituent;
 }
 
 
-
-
-
 namespace PanTau {
 
 class Tool_TauConstituentGetter : public asg::AsgTool, virtual public PanTau::ITool_TauConstituentGetter  {
@@ -43,7 +38,7 @@ class Tool_TauConstituentGetter : public asg::AsgTool, virtual public PanTau::IT
         virtual StatusCode initialize();
         
         virtual StatusCode GetTauConstituents(const xAOD::TauJet* tauJet,
-                                              std::vector<TauConstituent2*>& outputList,
+                                              std::vector<TauConstituent*>& outputList,
                                               std::string algName) const;
         
         
@@ -64,10 +59,7 @@ class Tool_TauConstituentGetter : public asg::AsgTool, virtual public PanTau::IT
         
     }; //end class ConstituentGetter
 
-
 }//end namespace PanTau
 
 
-
-
 #endif // PANTAUALGS_TOOL_TAUCONSTITUENTGETTER
diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_TauConstituentSelector.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_TauConstituentSelector.h
index 12ea31b764b292d0a71e61c7a4b836f1e11dcd46..a95cdd555c2cf00fec69abcea94ae011772aa967 100644
--- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_TauConstituentSelector.h
+++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/Tool_TauConstituentSelector.h
@@ -33,21 +33,21 @@ class Tool_TauConstituentSelector : public asg::AsgTool, virtual public PanTau::
         
         virtual StatusCode initialize();
         
-        virtual StatusCode SelectTauConstituents(   std::vector<TauConstituent2*> inputList,
-                                                    std::vector<TauConstituent2*>& outputList) const;
+        virtual StatusCode SelectTauConstituents(   std::vector<TauConstituent*> inputList,
+                                                    std::vector<TauConstituent*>& outputList) const;
         
         
     protected:
         
-        virtual bool    passesSelection_NeutralConstituent(TauConstituent2* tauConstituent) const;
-        virtual bool    passesSelection_Pi0NeutConstituent(TauConstituent2* tauConstituent) const;
-        virtual bool    passesSelection_ChargedConstituent(TauConstituent2* tauConstituent) const;
-        virtual bool    passesSelection_OutNeutConstituent(TauConstituent2* TauConstituent) const;
-        virtual bool    passesSelection_OutChrgConstituent(TauConstituent2* TauConstituent) const;
-        virtual bool    passesSelection_NeutLowAConstituent(TauConstituent2* TauConstituent) const;
-        virtual bool    passesSelection_NeutLowBConstituent(TauConstituent2* TauConstituent) const;
+        virtual bool    passesSelection_NeutralConstituent(TauConstituent* tauConstituent) const;
+        virtual bool    passesSelection_Pi0NeutConstituent(TauConstituent* tauConstituent) const;
+        virtual bool    passesSelection_ChargedConstituent(TauConstituent* tauConstituent) const;
+        virtual bool    passesSelection_OutNeutConstituent(TauConstituent* TauConstituent) const;
+        virtual bool    passesSelection_OutChrgConstituent(TauConstituent* TauConstituent) const;
+        virtual bool    passesSelection_NeutLowAConstituent(TauConstituent* TauConstituent) const;
+        virtual bool    passesSelection_NeutLowBConstituent(TauConstituent* TauConstituent) const;
         
-        virtual double  getEtCut(double eta, PanTau::TauConstituent2::Type constituentType) const;
+        virtual double  getEtCut(double eta, PanTau::TauConstituent::Type constituentType) const;
         
         
         //member variables 
diff --git a/Reconstruction/PanTau/PanTauAlgs/Root/HelperFunctions.cxx b/Reconstruction/PanTau/PanTauAlgs/Root/HelperFunctions.cxx
index 4639241b16b2b7679d94073e502440cd758d3ed0..a19de062e8d61221ad29b136f33806c74f039088 100644
--- a/Reconstruction/PanTau/PanTauAlgs/Root/HelperFunctions.cxx
+++ b/Reconstruction/PanTau/PanTauAlgs/Root/HelperFunctions.cxx
@@ -2,149 +2,112 @@
   Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
-
-//! PanTau includes
 #include "PanTauAlgs/HelperFunctions.h"
 #include "PanTauAlgs/TauConstituent.h"
-#include "xAODPFlow/PFO.h"
-#include "xAODTau/TauJet.h"
-#include "xAODTracking/Vertex.h"
-#include "xAODTracking/VertexContainer.h"
-
-//! ROOT includes
 #include "Math/SpecFuncMathMore.h"
 #include "TMath.h"
-#include "TRandom.h"
 #include "TLorentzVector.h"
 #include "TVector3.h"
-#include "TMatrixDSym.h"
-#include "TVectorD.h"
-#include "TMatrixDSymEigen.h"
 #include <vector>
-
 #include <sstream>
-#include <vector>
 #include <cmath>
- 
-
-
-void PanTau::HelperFunctions::dumpFourMomentum(TLorentzVector FourMom) const {
-    ATH_MSG_DEBUG("\t\tFourMomentum: Pt, Eta, Phi, M: " << FourMom.Pt() << " / " << FourMom.Eta() << " / " << FourMom.Phi() << " / " << FourMom.M());
-    return;
-}
 
 
-void PanTau::HelperFunctions::dumpTauConstituent2(PanTau::TauConstituent2* tauConstituent) const {
-    TLorentzVector tlv_TauConst = tauConstituent->p4();
-    ATH_MSG_DEBUG("\t\tTauConstituent2 has charge " << tauConstituent->getCharge() << " and types " << tauConstituent->getTypeNameString() << " with BDT Value " << tauConstituent->getBDTValue());
-    ATH_MSG_DEBUG("\t\tTauConstituent2 has pT, Eta, Phi, m: " << tlv_TauConst.Perp() << " / " << tlv_TauConst.Eta() << " / " << tlv_TauConst.Phi() << " / " << tlv_TauConst.M());
-    
-    return;
-}
-
-
-PanTau::TauConstituent2* PanTau::HelperFunctions::getNeutralConstWithLargestAngle(  TLorentzVector charged, 
-										   std::vector<PanTau::TauConstituent2*> neutral) {
-    ATH_MSG_DEBUG("getNeutralConstWithLargestAngle");
-    if(neutral.size() == 0) return 0;
-    //loop through neutrals to find the one with largest angle
-    unsigned int    idx_Neutral = -1;
-    double          angle_Neutral  = -1.;
-    for(unsigned int iNeut=0; iNeut<neutral.size(); iNeut++) {
-        TLorentzVector tlv_CurNeut = neutral[iNeut]->p4();
-        double angle = charged.Angle(tlv_CurNeut.Vect());
-        if(angle > angle_Neutral) {
-            angle_Neutral = angle;
-            idx_Neutral = iNeut;
-        }
-    }//end loop neutrals ());
+PanTau::TauConstituent* PanTau::HelperFunctions::getNeutralConstWithLargestAngle(TLorentzVector charged, 
+										  std::vector<PanTau::TauConstituent*> neutral) {
+  if(neutral.size() == 0) return 0;
+  //loop through neutrals to find the one with largest angle
+  unsigned int    idx_Neutral = -1;
+  double          angle_Neutral  = -1.;
+  for(unsigned int iNeut=0; iNeut<neutral.size(); iNeut++) {
+    TLorentzVector tlv_CurNeut = neutral[iNeut]->p4();
+    double angle = charged.Angle(tlv_CurNeut.Vect());
+    if(angle > angle_Neutral) {
+      angle_Neutral = angle;
+      idx_Neutral = iNeut;
+    }
+  }//end loop neutrals
     
-    return neutral[idx_Neutral];
+  return neutral[idx_Neutral];
 }
 
 
-
 std::string PanTau::HelperFunctions::convertNumberToString(double x) const {
-    std::stringstream tmpStream;
-    tmpStream << x;
-    return tmpStream.str();
+  std::stringstream tmpStream;
+  tmpStream << x;
+  return tmpStream.str();
 }
 
 
 int PanTau::HelperFunctions::getBinIndex(std::vector<double> binEdges, double value) const {
-    int resBin = -1;
-    for(unsigned int i=0; i<binEdges.size()-1; i++) {
-        double lowerEdge = binEdges[i];
-        double upperEdge = binEdges[i+1];
-        if(lowerEdge <= value && value < upperEdge) resBin = i;
-    }
-    if(resBin == -1) {
-        ATH_MSG_WARNING("Could not find matching bin for value " << value << " in these bin edges:");
-        for(unsigned int i=0; i<binEdges.size(); i++) ATH_MSG_WARNING("\tbin edge " << i << ": " << binEdges[i]);
-    }
-    return resBin;
+  int resBin = -1;
+  for(unsigned int i=0; i<binEdges.size()-1; i++) {
+    double lowerEdge = binEdges[i];
+    double upperEdge = binEdges[i+1];
+    if(lowerEdge <= value && value < upperEdge) resBin = i;
+  }
+  if(resBin == -1) {
+    ATH_MSG_WARNING("Could not find matching bin for value " << value << " in these bin edges:");
+    for(unsigned int i=0; i<binEdges.size(); i++) ATH_MSG_WARNING("\tbin edge " << i << ": " << binEdges[i]);
+  }
+  return resBin;
 }
 
 
-
 double PanTau::HelperFunctions::stddev(double sumOfSquares, double sumOfValues, int numConsts) const {
-    // calculate standard deviations according to:
-    // sigma^2 = (sum_i x_i^2) / N - ((sum_i x_i)/N)^2 (biased maximum-likelihood estimate)
-    // directly set sigma^2 to 0 in case of N=1, otherwise numerical effects may yield very small negative sigma^2
-    if(numConsts == 1) return 0;
-    double a = sumOfSquares / ((double)numConsts);
-    double b = sumOfValues / ((double)numConsts);
-    double stdDev = a - b*b;
-    if(stdDev < 0.) stdDev = 0;
-    return sqrt(stdDev);
+  // calculate standard deviations according to:
+  // sigma^2 = (sum_i x_i^2) / N - ((sum_i x_i)/N)^2 (biased maximum-likelihood estimate)
+  // directly set sigma^2 to 0 in case of N=1, otherwise numerical effects may yield very small negative sigma^2
+  if(numConsts == 1) return 0;
+  double a = sumOfSquares / ((double)numConsts);
+  double b = sumOfValues / ((double)numConsts);
+  double stdDev = a - b*b;
+  if(stdDev < 0.) stdDev = 0;
+  return std::sqrt(stdDev);
 }
 
 
-
 double PanTau::HelperFunctions::deltaRprime(const TVector3& vec1, const TVector3& vec2) const {
-    const double a = vec1.DeltaPhi(vec2);
-    const double b = vec1.Theta() - vec2.Theta();
-    double dRprime = sqrt(a*a + b*b);
-    return dRprime;
+  const double a = vec1.DeltaPhi(vec2);
+  const double b = vec1.Theta() - vec2.Theta();
+  double dRprime = std::sqrt(a*a + b*b);
+  return dRprime;
 }
 
 
-
 int PanTau::HelperFunctions::iPow(int man, int exp) const {
-    int ans = 1;
-    for (int k = 0; k < exp; k++) {
-        ans = ans * man;
-    }
-    return ans;
+  int ans = 1;
+  for (int k = 0; k < exp; k++) {
+    ans = ans * man;
+  }
+  return ans;
 }
 
 
-
 double PanTau::HelperFunctions::ulAngle(double x, double y) const {
-    Double_t ulangl = 0;
-    Double_t r = TMath::Sqrt(x * x + y * y);
-    if (r < 1.0E-20) {
-        return ulangl;
-    }
-    if (TMath::Abs(x) / r < 0.8) {
-        ulangl = sign(TMath::ACos(x / r), y);
-    } else {
-        ulangl = TMath::ASin(y / r);
-        if (x < 0. && ulangl >= 0.) {
-            ulangl = TMath::Pi() - ulangl;
-        } else if (x < 0.) {
-            ulangl = -TMath::Pi() - ulangl;
-        }
-    }
+  Double_t ulangl = 0;
+  Double_t r = std::sqrt(x * x + y * y);
+  if (r < 1.0E-20) {
     return ulangl;
+  }
+  if (TMath::Abs(x) / r < 0.8) {
+    ulangl = sign(TMath::ACos(x / r), y);
+  } else {
+    ulangl = TMath::ASin(y / r);
+    if (x < 0. && ulangl >= 0.) {
+      ulangl = TMath::Pi() - ulangl;
+    } else if (x < 0.) {
+      ulangl = -TMath::Pi() - ulangl;
+    }
+  }
+  return ulangl;
 }
 
 
-
 double PanTau::HelperFunctions::sign(double a, double b) const {
-    if (b < 0) {
-        return -TMath::Abs(a);
-    } else {
-        return TMath::Abs(a);
-    }
+  if (b < 0) {
+    return -std::abs(a);
+  } else {
+    return std::abs(a);
+  }
 }
diff --git a/Reconstruction/PanTau/PanTauAlgs/Root/PanTauProcessor.cxx b/Reconstruction/PanTau/PanTauAlgs/Root/PanTauProcessor.cxx
index d63345115f9e66399d2c9f4e664737b962228ccb..893a539c95fd796b0257ace2cbc007484cbbda0a 100644
--- a/Reconstruction/PanTau/PanTauAlgs/Root/PanTauProcessor.cxx
+++ b/Reconstruction/PanTau/PanTauAlgs/Root/PanTauProcessor.cxx
@@ -2,29 +2,19 @@
   Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
-//! C++ includes
-#include <string>
-
 #include "PanTauAlgs/PanTauProcessor.h"
-
-//! xAOD physics objects includes
-#include "xAODTau/TauJet.h"
-#include "xAODParticleEvent/Particle.h"
-#include "xAODParticleEvent/ParticleContainer.h"
-#include "xAODParticleEvent/ParticleAuxContainer.h"
-
-//! PanTau includes
 #include "PanTauAlgs/Tool_InformationStore.h"
-
 #include "PanTauAlgs/TauConstituent.h"
 #include "PanTauAlgs/HelperFunctions.h"
 #include "PanTauAlgs/PanTauSeed.h"
 
+#include "xAODTau/TauJet.h"
+#include "xAODParticleEvent/Particle.h"
+#include "xAODParticleEvent/ParticleContainer.h"
+
+#include <string>
 
 
-/// //////////////////////////////////////////////////////////
-/// Constructor
-/// //////////////////////////////////////////////////////////
 PanTau::PanTauProcessor::PanTauProcessor(const std::string& name)
   : TauRecToolBase(name),
     m_Name_InputAlg(""),
@@ -38,195 +28,173 @@ PanTau::PanTauProcessor::PanTauProcessor(const std::string& name)
     m_Tool_DetailsArranger("PanTau::Tool_DetailsArranger/Tool_DetailsArranger", this)
 {
     
-    //Connect python variables to member functions...
-    declareProperty("Name_InputAlg",                m_Name_InputAlg,                "Name of input algorithm for this instance");
-    declareProperty("Tool_InformationStore",        m_Tool_InformationStore,        "Tool handle to Tool_InformationStore");
-    declareProperty("Tool_TauConstituentGetter",    m_Tool_TauConstituentGetter,    "Tool handle to Tool_TauConstituentGetter");
-    declareProperty("Tool_TauConstituentSelector",  m_Tool_TauConstituentSelector,  "Tool handle to Tool_TauConstituentSelector");
-    declareProperty("Tool_FeatureExtractor",        m_Tool_FeatureExtractor,        "Tool handle to Tool_FeatureExtractor");
-    declareProperty("Tool_DecayModeDeterminator",   m_Tool_DecayModeDeterminator,   "Tool handle to Tool_DecayModeDeterminator");
-    declareProperty("Tool_DetailsArranger",         m_Tool_DetailsArranger,         "Tool handle to Tool_DetailsArranger");
-
-    declareProperty("Tool_InformationStoreName",        m_Tool_InformationStoreName="",        "Tool handle to Tool_InformationStore");
-    declareProperty("Tool_TauConstituentGetterName",    m_Tool_TauConstituentGetterName="",    "Tool handle to Tool_TauConstituentGetter");
-    declareProperty("Tool_TauConstituentSelectorName",  m_Tool_TauConstituentSelectorName="",  "Tool handle to Tool_TauConstituentSelector");
-    declareProperty("Tool_FeatureExtractorName",        m_Tool_FeatureExtractorName="",        "Tool handle to Tool_FeatureExtractor");
-    declareProperty("Tool_DecayModeDeterminatorName",   m_Tool_DecayModeDeterminatorName="",   "Tool handle to Tool_DecayModeDeterminator");
-    declareProperty("Tool_DetailsArrangerName",         m_Tool_DetailsArrangerName="",         "Tool handle to Tool_DetailsArranger");
-
+  //Connect python variables to member functions...
+  declareProperty("Name_InputAlg",                m_Name_InputAlg,                "Name of input algorithm for this instance");
+  declareProperty("Tool_InformationStore",        m_Tool_InformationStore,        "Tool handle to Tool_InformationStore");
+  declareProperty("Tool_TauConstituentGetter",    m_Tool_TauConstituentGetter,    "Tool handle to Tool_TauConstituentGetter");
+  declareProperty("Tool_TauConstituentSelector",  m_Tool_TauConstituentSelector,  "Tool handle to Tool_TauConstituentSelector");
+  declareProperty("Tool_FeatureExtractor",        m_Tool_FeatureExtractor,        "Tool handle to Tool_FeatureExtractor");
+  declareProperty("Tool_DecayModeDeterminator",   m_Tool_DecayModeDeterminator,   "Tool handle to Tool_DecayModeDeterminator");
+  declareProperty("Tool_DetailsArranger",         m_Tool_DetailsArranger,         "Tool handle to Tool_DetailsArranger");
+
+  declareProperty("Tool_InformationStoreName",        m_Tool_InformationStoreName="",        "Tool handle to Tool_InformationStore");
+  declareProperty("Tool_TauConstituentGetterName",    m_Tool_TauConstituentGetterName="",    "Tool handle to Tool_TauConstituentGetter");
+  declareProperty("Tool_TauConstituentSelectorName",  m_Tool_TauConstituentSelectorName="",  "Tool handle to Tool_TauConstituentSelector");
+  declareProperty("Tool_FeatureExtractorName",        m_Tool_FeatureExtractorName="",        "Tool handle to Tool_FeatureExtractor");
+  declareProperty("Tool_DecayModeDeterminatorName",   m_Tool_DecayModeDeterminatorName="",   "Tool handle to Tool_DecayModeDeterminator");
+  declareProperty("Tool_DetailsArrangerName",         m_Tool_DetailsArrangerName="",         "Tool handle to Tool_DetailsArranger");
 }
 
 
-
-/// //////////////////////////////////////////////////////////
-/// Destructor
-/// //////////////////////////////////////////////////////////
 PanTau::PanTauProcessor::~PanTauProcessor() {
 }
 
 
-
-/// //////////////////////////////////////////////////////////
-/// Initialize
-/// //////////////////////////////////////////////////////////
 StatusCode PanTau::PanTauProcessor::initialize() {
     
-    ATH_MSG_INFO(name() << " initialize()");
-    
-    // retrieve StoreGate Service and the tools
-    ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_InformationStore, m_Tool_InformationStoreName ) );
-    ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_TauConstituentGetter, m_Tool_TauConstituentGetterName ) );
-    ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_TauConstituentSelector, m_Tool_TauConstituentSelectorName ) );
-    ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_FeatureExtractor, m_Tool_FeatureExtractorName ) );
-    ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_DecayModeDeterminator, m_Tool_DecayModeDeterminatorName ) );
-    ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_DetailsArranger, m_Tool_DetailsArrangerName ) );
-
-
-    // retrieve StoreGate Service and the tools
-    ATH_CHECK( m_Tool_InformationStore.retrieve() );
-    ATH_CHECK( m_Tool_TauConstituentGetter.retrieve() );
-    ATH_CHECK( m_Tool_TauConstituentSelector.retrieve() );
-    ATH_CHECK( m_Tool_FeatureExtractor.retrieve() );
-    ATH_CHECK( m_Tool_DecayModeDeterminator.retrieve() );
-    ATH_CHECK( m_Tool_DetailsArranger.retrieve() );
-    
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("ModeDiscriminator_BinEdges_Pt", m_Config_PtBins) );
-    m_Config_MinPt = m_Config_PtBins.front();
-    m_Config_MaxPt = m_Config_PtBins.back();
-    
-    return StatusCode::SUCCESS;
-}//end of initialize
-
+  ATH_MSG_INFO(name() << " initialize()");
+    
+  // retrieve StoreGate Service and the tools
+  ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_InformationStore, m_Tool_InformationStoreName ) );
+  ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_TauConstituentGetter, m_Tool_TauConstituentGetterName ) );
+  ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_TauConstituentSelector, m_Tool_TauConstituentSelectorName ) );
+  ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_FeatureExtractor, m_Tool_FeatureExtractorName ) );
+  ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_DecayModeDeterminator, m_Tool_DecayModeDeterminatorName ) );
+  ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_DetailsArranger, m_Tool_DetailsArrangerName ) );
+
+  // retrieve StoreGate Service and the tools
+  ATH_CHECK( m_Tool_InformationStore.retrieve() );
+  ATH_CHECK( m_Tool_TauConstituentGetter.retrieve() );
+  ATH_CHECK( m_Tool_TauConstituentSelector.retrieve() );
+  ATH_CHECK( m_Tool_FeatureExtractor.retrieve() );
+  ATH_CHECK( m_Tool_DecayModeDeterminator.retrieve() );
+  ATH_CHECK( m_Tool_DetailsArranger.retrieve() );
+    
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("ModeDiscriminator_BinEdges_Pt", m_Config_PtBins) );
+  m_Config_MinPt = m_Config_PtBins.front();
+  m_Config_MaxPt = m_Config_PtBins.back();
+    
+  return StatusCode::SUCCESS;
+}
 
 
-/// //////////////////////////////////////////////////////////
-/// Finalize
-/// //////////////////////////////////////////////////////////
 StatusCode PanTau::PanTauProcessor::finalize() {
-    return StatusCode::SUCCESS;
-}//end finalize
+  return StatusCode::SUCCESS;
+}
 
-/// //////////////////////////////////////////////////////////
-/// Execute
-/// //////////////////////////////////////////////////////////
-StatusCode      PanTau::PanTauProcessor::executePanTau(xAOD::TauJet& pTau, xAOD::ParticleContainer& pi0Container) {
+
+StatusCode PanTau::PanTauProcessor::executePanTau(xAOD::TauJet& pTau, xAOD::ParticleContainer& pi0Container) {
     
-    //get the current TauJet
-    xAOD::TauJet* curTauJet = &pTau;
-    ATH_MSG_DEBUG("===> Tau: ");
-
-    //check for null pointer
-    if(curTauJet == 0) {
-      ATH_MSG_WARNING("Pointer to xAOD::TauJet is 0!");
-      return StatusCode::FAILURE;
-    }
+  //get the current TauJet
+  xAOD::TauJet* curTauJet = &pTau;
 
-    fillDefaultValuesToTau(curTauJet);
+  //check for null pointer
+  if(curTauJet == 0) {
+    ATH_MSG_WARNING("Pointer to xAOD::TauJet is 0!");
+    return StatusCode::FAILURE;
+  }
 
+  fillDefaultValuesToTau(curTauJet);
 
-    //keep track of the technical quality of the pantau seed to be created
-    std::vector<int> pantauSeed_TechnicalQuality = std::vector<int>((unsigned int)PanTau::PanTauSeed2::t_nTechnicalQualities, 0);
-    
-    //Only process taus with 1 <= ntracks <= 5:
-    int numTrack = curTauJet->nTracks();
-    if(numTrack == 0 || numTrack > 5) {
-      ATH_MSG_DEBUG("Flagging tau for algorithm " << m_Name_InputAlg << " as invalid, because numTrack is " << numTrack);
-      pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed2::t_NoValidInputTau) = 1;
-    }
-    
+  //keep track of the technical quality of the pantau seed to be created
+  std::vector<int> pantauSeed_TechnicalQuality = std::vector<int>((unsigned int)PanTau::PanTauSeed::t_nTechnicalQualities, 0);
     
-    // if there is substructure info available, get constituents, perform selection and recombination
-    //these vectors will be owned by the PanTauSeed2 object.
-    std::vector<TauConstituent2*> l_List_TauConstituents = std::vector<TauConstituent2*>(0);
-    std::vector<TauConstituent2*> l_List_SelectedTauConstituents = std::vector<TauConstituent2*>(0);
+  //Only process taus with 1 <= ntracks <= 5:
+  int numTrack = curTauJet->nTracks();
+  if(numTrack == 0 || numTrack > 5) {
+    ATH_MSG_DEBUG("Flagging tau for algorithm " << m_Name_InputAlg << " as invalid, because numTrack is " << numTrack);
+    pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed::t_NoValidInputTau) = 1;
+  }
 
+  // if there is substructure info available, get constituents, perform selection and recombination
+  //these vectors will be owned by the PanTauSeed object.
+  std::vector<TauConstituent*> l_List_TauConstituents = std::vector<TauConstituent*>(0);
+  std::vector<TauConstituent*> l_List_SelectedTauConstituents = std::vector<TauConstituent*>(0);
     
-    if(pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed2::t_NoValidInputTau) == 0) {
-      // Get the constituents for the current tau
-      ATH_CHECK( m_Tool_TauConstituentGetter->GetTauConstituents(curTauJet, l_List_TauConstituents, m_Name_InputAlg) );
-      if(l_List_TauConstituents.size() == 0)  {
-	pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed2::t_NoConstituentsAtAll) = 1;
-	ATH_MSG_DEBUG("Seed has no associated constituents!");
-      }
-      
-      // Call the TauConstituentSelector tool to throw out bad constituents
-      ATH_CHECK(m_Tool_TauConstituentSelector->SelectTauConstituents(l_List_TauConstituents, l_List_SelectedTauConstituents) );
-      if(l_List_SelectedTauConstituents.size() == 0) {
-	pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed2::t_NoSelectedConstituents) = 1;
-	ATH_MSG_DEBUG("Seed has no associated constituents that pass selection!");
-      }
-      
-      //check if there are core objects in the selected constituents
-      bool hasCoreConstituents = false;
-      for(unsigned int iConst=0; iConst<l_List_SelectedTauConstituents.size(); iConst++) {
-	PanTau::TauConstituent2* curConst = l_List_SelectedTauConstituents.at(iConst);
-	if(curConst->isOfType(PanTau::TauConstituent2::t_Charged) == true) {hasCoreConstituents = true; break;};
-	if(curConst->isOfType(PanTau::TauConstituent2::t_Neutral) == true) {hasCoreConstituents = true; break;};
-	if(curConst->isOfType(PanTau::TauConstituent2::t_Pi0Neut) == true) {hasCoreConstituents = true; break;};
-      }
+  if(pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed::t_NoValidInputTau) == 0) {
+    // Get the constituents for the current tau
+    ATH_CHECK( m_Tool_TauConstituentGetter->GetTauConstituents(curTauJet, l_List_TauConstituents, m_Name_InputAlg) );
+    if(l_List_TauConstituents.size() == 0)  {
+      pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed::t_NoConstituentsAtAll) = 1;
+      ATH_MSG_DEBUG("Seed has no associated constituents!");
+    }
       
-      if(hasCoreConstituents == false) {
-	pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed2::t_NoSelectedConstituents) = 1; //use this flag at the moment as a quick hack
-      }
+    // Call the TauConstituentSelector tool to throw out bad constituents
+    ATH_CHECK(m_Tool_TauConstituentSelector->SelectTauConstituents(l_List_TauConstituents, l_List_SelectedTauConstituents) );
+    if(l_List_SelectedTauConstituents.size() == 0) {
+      pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed::t_NoSelectedConstituents) = 1;
+      ATH_MSG_DEBUG("Seed has no associated constituents that pass selection!");
+    }
       
+    //check if there are core objects in the selected constituents
+    bool hasCoreConstituents = false;
+    for(unsigned int iConst=0; iConst<l_List_SelectedTauConstituents.size(); iConst++) {
+      PanTau::TauConstituent* curConst = l_List_SelectedTauConstituents.at(iConst);
+      if(curConst->isOfType(PanTau::TauConstituent::t_Charged) == true) {hasCoreConstituents = true; break;};
+      if(curConst->isOfType(PanTau::TauConstituent::t_Neutral) == true) {hasCoreConstituents = true; break;};
+      if(curConst->isOfType(PanTau::TauConstituent::t_Pi0Neut) == true) {hasCoreConstituents = true; break;};
     }
+      
+    if(hasCoreConstituents == false) {
+      pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed::t_NoSelectedConstituents) = 1; //use this flag at the moment as a quick hack
+    }      
+  }
         
-    //to be consistent, taus without substructure algs run on them also have no constituents
-    if(pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed2::t_NoValidInputTau) == 1) {
-      pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed2::t_NoConstituentsAtAll) = 1;
-      pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed2::t_NoSelectedConstituents) = 1;
-    }
-    
-    //check for the pT flag
-    double tauJet_pT = curTauJet->ptIntermediateAxis();
-    if(tauJet_pT < m_Config_MinPt || tauJet_pT > m_Config_MaxPt) {      
-      pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed2::t_BadPtValue) = 1;
-    }
-    
-
-    // Now build the PanTauSeed2 with the new Constituents
-    PanTau::PanTauSeed2* curPanTauSeed = new PanTau::PanTauSeed2(m_Name_InputAlg,
+  //to be consistent, taus without substructure algs run on them also have no constituents
+  if(pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed::t_NoValidInputTau) == 1) {
+    pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed::t_NoConstituentsAtAll) = 1;
+    pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed::t_NoSelectedConstituents) = 1;
+  }
+    
+  //check for the pT flag
+  double tauJet_pT = curTauJet->ptIntermediateAxis();
+  if(tauJet_pT < m_Config_MinPt || tauJet_pT > m_Config_MaxPt) {      
+    pantauSeed_TechnicalQuality.at((int)PanTau::PanTauSeed::t_BadPtValue) = 1;
+  }
+    
+  // Now build the PanTauSeed with the new Constituents
+  PanTau::PanTauSeed* curPanTauSeed = new PanTau::PanTauSeed(m_Name_InputAlg,
 							       curTauJet,
 							       l_List_SelectedTauConstituents,
-							       l_List_TauConstituents, pantauSeed_TechnicalQuality);
-
-    curPanTauSeed->makePrivateStore();
-    
-    // Get the features for this PanTauSeed
-    ATH_CHECK(m_Tool_FeatureExtractor->execute(curPanTauSeed) );
-    
-    // Seed finalizing:
-    //  1. Pass the seed to the decay mode determination tool
-    //  2. Pass the seed to the DetailsArranger tool to calculate the four momentum and add the details to tauJet
-       
-    // 1. call decay mode determinator for this seed
-    ATH_CHECK( m_Tool_DecayModeDeterminator->execute(curPanTauSeed) );
-    
-    // 2. calculate the four momentum and link the details to the tauJet
-    ATH_CHECK( m_Tool_DetailsArranger->execute(curPanTauSeed, pi0Container) );
-    
-    delete curPanTauSeed;
-    return StatusCode::SUCCESS;
-}//end of execute
-
+							       l_List_TauConstituents,
+							       pantauSeed_TechnicalQuality);
+
+  curPanTauSeed->makePrivateStore();
+
+  // Get the features for this PanTauSeed
+  ATH_CHECK(m_Tool_FeatureExtractor->execute(curPanTauSeed) );
+
+  // Seed finalizing:
+  //  1. Pass the seed to the decay mode determination tool
+  //  2. Pass the seed to the DetailsArranger tool to calculate the four momentum and add the details to tauJet
+
+  // 1. call decay mode determinator for this seed
+  ATH_CHECK( m_Tool_DecayModeDeterminator->execute(curPanTauSeed) );
+  
+  // 2. calculate the four momentum and link the details to the tauJet
+  ATH_CHECK( m_Tool_DetailsArranger->execute(curPanTauSeed, pi0Container) );
+  
+  delete curPanTauSeed;
+  return StatusCode::SUCCESS;
+}
 
 
 void PanTau::PanTauProcessor::fillDefaultValuesToTau(xAOD::TauJet* tauJet) {
-    //default four momentum set to previous calibration state: TauEnergyScale
-    TLorentzVector defaultP4 = tauJet->p4();
-    tauJet->setP4(xAOD::TauJetParameters::PanTauCellBased, defaultP4.Pt(), defaultP4.Eta(), defaultP4.Phi(), defaultP4.M());
+  //default four momentum set to previous calibration state: TauEnergyScale
+  TLorentzVector defaultP4 = tauJet->p4();
+  tauJet->setP4(xAOD::TauJetParameters::PanTauCellBased, defaultP4.Pt(), defaultP4.Eta(), defaultP4.Phi(), defaultP4.M());
     
-    //charged
-    std::vector< ElementLink< xAOD::PFOContainer > > chrgPFOLinks = tauJet->protoChargedPFOLinks();
-    tauJet->setChargedPFOLinks(chrgPFOLinks);
+  //charged
+  std::vector< ElementLink< xAOD::PFOContainer > > chrgPFOLinks = tauJet->protoChargedPFOLinks();
+  tauJet->setChargedPFOLinks(chrgPFOLinks);
     
-    //pi0
-    std::vector< ElementLink< xAOD::PFOContainer > > pi0PFOLinks = tauJet->protoPi0PFOLinks();
-    tauJet->setPi0PFOLinks(pi0PFOLinks);
+  //pi0
+  std::vector< ElementLink< xAOD::PFOContainer > > pi0PFOLinks = tauJet->protoPi0PFOLinks();
+  tauJet->setPi0PFOLinks(pi0PFOLinks);
     
-    //neutrals
-    std::vector< ElementLink< xAOD::PFOContainer > > neutralPFOLinks = tauJet->protoNeutralPFOLinks();
-    tauJet->setNeutralPFOLinks(neutralPFOLinks);
+  //neutrals
+  std::vector< ElementLink< xAOD::PFOContainer > > neutralPFOLinks = tauJet->protoNeutralPFOLinks();
+  tauJet->setNeutralPFOLinks(neutralPFOLinks);
     
-    return;
+  return;
 }
diff --git a/Reconstruction/PanTau/PanTauAlgs/Root/PanTauSeed.cxx b/Reconstruction/PanTau/PanTauAlgs/Root/PanTauSeed.cxx
index b8217ea860dfc53a73040c84ee6fd1d06f2d34da..ebd447010941ac6106b4404f9343996c55a4001b 100644
--- a/Reconstruction/PanTau/PanTauAlgs/Root/PanTauSeed.cxx
+++ b/Reconstruction/PanTau/PanTauAlgs/Root/PanTauSeed.cxx
@@ -3,15 +3,11 @@
 */
 
 #include "PanTauAlgs/PanTauSeed.h"
-
 #include "PanTauAlgs/TauConstituent.h"
-
-#include <iostream>
-
 #include "xAODTau/TauJet.h"
 
 // default constructor
-PanTau::PanTauSeed2::PanTauSeed2()
+PanTau::PanTauSeed::PanTauSeed()
   :
   IParticle(),
   m_p4(), m_p4Cached( false ),
@@ -33,15 +29,14 @@ PanTau::PanTauSeed2::PanTauSeed2()
 }
 
 
-
 // destructor
-PanTau::PanTauSeed2::~PanTauSeed2()
+PanTau::PanTauSeed::~PanTauSeed()
 {
   if(m_Features != 0) delete m_Features;
 
   //delete the constituents                                                                                                                                                                                                                      
   for(unsigned int iConst=0; iConst<m_ConstituentsList_All.size(); iConst++) {
-    PanTau::TauConstituent2* curConst = m_ConstituentsList_All[iConst];
+    PanTau::TauConstituent* curConst = m_ConstituentsList_All[iConst];
     if(curConst != 0) delete curConst;
   }
   m_ConstituentsList_All.clear();
@@ -49,19 +44,18 @@ PanTau::PanTauSeed2::~PanTauSeed2()
   m_ConstituentsList_Core.clear();
   m_ConstituentsList_Wide.clear();
 
-  //also clear the constituent matrix                                                                                                                                                                                                            
-  //dont delete the entries as they point to the (at this point already deleted) constituents in m_ConstituentsList                                                                                                                              
+  // also clear the constituent matrix
+  // dont delete the entries as they point to the (at this point already deleted) constituents in m_ConstituentsList
   for(unsigned int iType=0; iType<m_Constituents.size(); iType++) {
-    std::vector<PanTau::TauConstituent2*> curConsts = m_Constituents[iType];
+    std::vector<PanTau::TauConstituent*> curConsts = m_Constituents[iType];
     curConsts.clear();
   }
   m_Constituents.clear();
-
 }
 
 
 //copy constructor
-PanTau::PanTauSeed2::PanTauSeed2(const PanTau::PanTauSeed2& rhs)
+PanTau::PanTauSeed::PanTauSeed(const PanTau::PanTauSeed& rhs)
   :
   IParticle(rhs),
   m_p4(rhs.m_p4), m_p4Cached(rhs.m_p4Cached),
@@ -79,13 +73,12 @@ PanTau::PanTauSeed2::PanTauSeed2(const PanTau::PanTauSeed2& rhs)
   m_DecayMode_ByPanTau(rhs.m_DecayMode_ByPanTau),
   m_decayModeHack_CellBasedShots(rhs.m_decayModeHack_CellBasedShots),
 
-  m_Features( (rhs.m_Features ? new PanTau::TauFeature2(*rhs.m_Features) : 0) )
+  m_Features( (rhs.m_Features ? new PanTau::TauFeature(*rhs.m_Features) : 0) )
 {
 }
 
 
-
-PanTau::PanTauSeed2& PanTau::PanTauSeed2::operator=(const PanTau::PanTauSeed2& seed)
+PanTau::PanTauSeed& PanTau::PanTauSeed::operator=(const PanTau::PanTauSeed& seed)
 {
   if (this != &seed){
 
@@ -108,46 +101,45 @@ PanTau::PanTauSeed2& PanTau::PanTauSeed2::operator=(const PanTau::PanTauSeed2& s
     m_decayModeHack_CellBasedShots  = seed.m_decayModeHack_CellBasedShots;
 
     if(m_Features) delete m_Features;
-    m_Features              = (seed.m_Features ? new PanTau::TauFeature2(*seed.m_Features) : 0);
+    m_Features              = (seed.m_Features ? new PanTau::TauFeature(*seed.m_Features) : 0);
   }
   return *this;
 }
 
 
-
-double PanTau::PanTauSeed2::pt() const {
+double PanTau::PanTauSeed::pt() const {
   // static Accessor< float > acc( "pt" );
   // return acc( *this );
   return p4().Pt();
 }
 
-double PanTau::PanTauSeed2::eta() const {
+double PanTau::PanTauSeed::eta() const {
   // static Accessor<float > acc( "eta" );
   // return acc( *this );
   return p4().Eta();
 }
 
-double PanTau::PanTauSeed2::phi() const {
+double PanTau::PanTauSeed::phi() const {
   // static Accessor< float > acc( "phi" );
   // return acc( *this );
   return p4().Phi();
 }
 
-double PanTau::PanTauSeed2::m() const {
+double PanTau::PanTauSeed::m() const {
   // static Accessor< float> acc( "m" );
   // return acc( *this );
   return p4().M();
 }
 
-double PanTau::PanTauSeed2::e() const{
+double PanTau::PanTauSeed::e() const{
   return p4().E(); 
 }
 
-double PanTau::PanTauSeed2::rapidity() const {
+double PanTau::PanTauSeed::rapidity() const {
   return p4().Rapidity(); 
 }
 
-PanTau::PanTauSeed2::FourMom_t PanTau::PanTauSeed2::p4() const {
+PanTau::PanTauSeed::FourMom_t PanTau::PanTauSeed::p4() const {
   if( ! m_p4Cached ) {
     m_p4.SetPtEtaPhiM( pt(), eta(), phi(),m()); 
     m_p4Cached=true;
@@ -155,7 +147,7 @@ PanTau::PanTauSeed2::FourMom_t PanTau::PanTauSeed2::p4() const {
   return m_p4;
 }
 
-void PanTau::PanTauSeed2::setP4(float pt, float eta, float phi, float m){
+void PanTau::PanTauSeed::setP4(float pt, float eta, float phi, float m){
   static Accessor< float > acc1( "pt" );
   acc1( *this ) = pt;
   static Accessor< float > acc2( "eta" );
@@ -169,28 +161,28 @@ void PanTau::PanTauSeed2::setP4(float pt, float eta, float phi, float m){
 
 }
 
-void PanTau::PanTauSeed2::setPt(float pt){
+void PanTau::PanTauSeed::setPt(float pt){
   static Accessor< float > acc( "pt" );
   acc( *this ) = pt;
   //Need to recalculate m_p4 if requested after update
-   m_p4Cached=false;
+  m_p4Cached=false;
 }
 
-void PanTau::PanTauSeed2::setEta(float eta){
+void PanTau::PanTauSeed::setEta(float eta){
   static Accessor< float > acc( "eta" );
   acc( *this ) = eta;
   //Need to recalculate m_p4 if requested after update
   m_p4Cached=false;  
 }
 
-void PanTau::PanTauSeed2::setPhi(float phi){
+void PanTau::PanTauSeed::setPhi(float phi){
   static Accessor< float > acc( "phi" );
   acc( *this ) = phi;
   //Need to recalculate m_p4 if requested after update
   m_p4Cached=false;
 }
 
-void PanTau::PanTauSeed2::setM(float m){
+void PanTau::PanTauSeed::setM(float m){
   static Accessor< float > acc( "m" );
   acc( *this ) = m;
   //Need to recalculate m_p4 if requested after update
@@ -198,25 +190,25 @@ void PanTau::PanTauSeed2::setM(float m){
 }
 
 
-xAOD::Type::ObjectType PanTau::PanTauSeed2::type() const {
+xAOD::Type::ObjectType PanTau::PanTauSeed::type() const {
   return xAOD::Type::Tau;
 }
 
 
 
 /** Main constructor to be used */
-PanTau::PanTauSeed2::PanTauSeed2( std::string                             nameInputAlgorithm,
-                                const xAOD::TauJet*                     tauJet,
-                                std::vector<PanTau::TauConstituent2*>    tauConstituents,
-                                std::vector<PanTau::TauConstituent2*>    tauConstituentsAll,
-                                std::vector<int>                        pantauSeed_TechnicalQuality
+PanTau::PanTauSeed::PanTauSeed( std::string                             nameInputAlgorithm,
+				const xAOD::TauJet*                     tauJet,
+				std::vector<PanTau::TauConstituent*>    tauConstituents,
+				std::vector<PanTau::TauConstituent*>    tauConstituentsAll,
+				std::vector<int>                        pantauSeed_TechnicalQuality
 				)
- :
+  :
   IParticle()
 {
 
   // *This may be a bug!!! change to Set*Pt*EtaPhiM?? ***
-// PanTau::SetP4EEtaPhiM( m_p4, tauJet->ptIntermediateAxis() * cosh( tauJet->etaIntermediateAxis() ), tauJet->etaIntermediateAxis(), tauJet->phiIntermediateAxis(), tauJet->mIntermediateAxis() );
+  // PanTau::SetP4EEtaPhiM( m_p4, tauJet->ptIntermediateAxis() * cosh( tauJet->etaIntermediateAxis() ), tauJet->etaIntermediateAxis(), tauJet->phiIntermediateAxis(), tauJet->mIntermediateAxis() );
   m_p4.SetPtEtaPhiM(tauJet->ptIntermediateAxis(), tauJet->etaIntermediateAxis(), tauJet->phiIntermediateAxis(), tauJet->mIntermediateAxis() );
   m_p4Cached=true;
   m_IsValidSeed           = true;
@@ -224,26 +216,26 @@ PanTau::PanTauSeed2::PanTauSeed2( std::string                             nameIn
   m_NameInputAlgorithm    = nameInputAlgorithm;
   m_TauJet                = tauJet;
   m_decayModeHack_CellBasedShots = false;
-  m_Features              = new PanTau::TauFeature2;
+  m_Features              = new PanTau::TauFeature;
 
   //save a copy of the flat constituents list and also split into core/wide constituents                                                                                                                                                         
   m_ConstituentsList_All = tauConstituentsAll;
   m_ConstituentsList_AllSelected = tauConstituents; //all types are in here, this is the complete list                                                                                                                                           
   for(unsigned int iConst=0; iConst<tauConstituents.size(); iConst++) {
-    bool isCoreChrg = tauConstituents[iConst]->isOfType(PanTau::TauConstituent2::t_Charged);
-    bool isCoreNeut = tauConstituents[iConst]->isOfType(PanTau::TauConstituent2::t_Neutral);
-    bool isCorePi0  = tauConstituents[iConst]->isOfType(PanTau::TauConstituent2::t_Pi0Neut);
+    bool isCoreChrg = tauConstituents[iConst]->isOfType(PanTau::TauConstituent::t_Charged);
+    bool isCoreNeut = tauConstituents[iConst]->isOfType(PanTau::TauConstituent::t_Neutral);
+    bool isCorePi0  = tauConstituents[iConst]->isOfType(PanTau::TauConstituent::t_Pi0Neut);
 
     if(isCoreChrg == true || isCoreNeut == true || isCorePi0 == true) m_ConstituentsList_Core.push_back(tauConstituents[iConst]); // Core only contains the currently used objects                                                             
 
-    bool isWideChrg = tauConstituents[iConst]->isOfType(PanTau::TauConstituent2::t_OutChrg);
-    bool isWideNeut = tauConstituents[iConst]->isOfType(PanTau::TauConstituent2::t_OutNeut);
+    bool isWideChrg = tauConstituents[iConst]->isOfType(PanTau::TauConstituent::t_OutChrg);
+    bool isWideNeut = tauConstituents[iConst]->isOfType(PanTau::TauConstituent::t_OutNeut);
     if(isWideChrg == true || isWideNeut == true) m_ConstituentsList_Wide.push_back(tauConstituents[iConst]); // Wide contains objectsin 0.2-0.4                                                                                                
   }
 
   //create the constituents lists                                                                                                                                                                                                                
-  for(int iType=0; iType<PanTau::TauConstituent2::t_nTypes; iType++) {
-    m_Constituents.push_back( std::vector<PanTau::TauConstituent2*>(0) );
+  for(int iType=0; iType<PanTau::TauConstituent::t_nTypes; iType++) {
+    m_Constituents.push_back( std::vector<PanTau::TauConstituent*>(0) );
     m_TypeHLVs.push_back( TLorentzVector(0,0,0,0) );
   }
 
@@ -255,14 +247,14 @@ PanTau::PanTauSeed2::PanTauSeed2( std::string                             nameIn
   int nPi0Neut = 0;
 
   for(unsigned int iConst=0; iConst<tauConstituents.size(); iConst++) {
-    PanTau::TauConstituent2* curConst = tauConstituents.at(iConst);
+    PanTau::TauConstituent* curConst = tauConstituents.at(iConst);
     std::vector<int>        curTypes = curConst->getTypeFlags();
 
     for(unsigned int curType=0; curType<curTypes.size(); curType++) {
       if(curTypes.at(curType) == 0) continue;
 
-      if(curType == (int)PanTau::TauConstituent2::t_Charged) nCharged++;
-      if(curType == (int)PanTau::TauConstituent2::t_Pi0Neut) nPi0Neut++;
+      if(curType == (int)PanTau::TauConstituent::t_Charged) nCharged++;
+      if(curType == (int)PanTau::TauConstituent::t_Pi0Neut) nPi0Neut++;
 
       if((unsigned int)curType >= m_Constituents.size()) {
 	continue;
@@ -278,8 +270,8 @@ PanTau::PanTauSeed2::PanTauSeed2( std::string                             nameIn
     hlv_SumConstituents_Wide += curConst->p4();
 
     //add all charged and neutral constituents (i.e. from core region) to core proto momentum                                                                                                                                                  
-    if(curConst->isOfType(PanTau::TauConstituent2::t_Charged)) {hlv_SumConstituents_Core += curConst->p4(); continue;}
-    if(curConst->isOfType(PanTau::TauConstituent2::t_Pi0Neut)) {hlv_SumConstituents_Core += curConst->p4(); continue;}
+    if(curConst->isOfType(PanTau::TauConstituent::t_Charged)) {hlv_SumConstituents_Core += curConst->p4(); continue;}
+    if(curConst->isOfType(PanTau::TauConstituent::t_Pi0Neut)) {hlv_SumConstituents_Core += curConst->p4(); continue;}
 
   }//end loop over constituents                                                                                                                                                                                                                  
 
@@ -287,10 +279,10 @@ PanTau::PanTauSeed2::PanTauSeed2( std::string                             nameIn
   m_ProtoMomentum_Core = hlv_SumConstituents_Core;
 
   //set mode as obtained from subalg                                                                                                                                                                                                             
-  m_DecayMode_BySubAlg = PanTau::PanTauSeed2::getDecayMode(nCharged, nPi0Neut);
+  m_DecayMode_BySubAlg = PanTau::PanTauSeed::getDecayMode(nCharged, nPi0Neut);
   m_DecayMode_ByPanTau = xAOD::TauJetParameters::Mode_Error;
 
-  if(isOfTechnicalQuality(PanTau::PanTauSeed2::t_NoValidInputTau) == true) {
+  if(isOfTechnicalQuality(PanTau::PanTauSeed::t_NoValidInputTau) == true) {
     m_DecayMode_ByPanTau = xAOD::TauJetParameters::Mode_NotSet;
   }
 
@@ -298,11 +290,10 @@ PanTau::PanTauSeed2::PanTauSeed2( std::string                             nameIn
 
 
 /** Constructor for invalid seeds */
-PanTau::PanTauSeed2::PanTauSeed2( std::string                          nameInputAlgorithm,
-                                const xAOD::TauJet*                  tauJet,
-                                std::vector<int>                     pantauSeed_TechnicalQuality
-				)
- :
+PanTau::PanTauSeed::PanTauSeed(std::string nameInputAlgorithm,
+			       const xAOD::TauJet* tauJet,
+			       std::vector<int> pantauSeed_TechnicalQuality)				  
+  :
   IParticle(),
   m_Constituents(),
   m_TypeHLVs(),
@@ -313,45 +304,41 @@ PanTau::PanTauSeed2::PanTauSeed2( std::string                          nameInput
   m_decayModeHack_CellBasedShots(false)
 {
   // *This may be a bug!!! change to Set*Pt*EtaPhiM?? ***
-//  PanTau::SetP4EEtaPhiM( m_p4, tauJet->ptIntermediateAxis() * cosh( tauJet->etaIntermediateAxis() ), tauJet->etaIntermediateAxis(), tauJet->phiIntermediateAxis(), tauJet->mIntermediateAxis() );
+  //  PanTau::SetP4EEtaPhiM( m_p4, tauJet->ptIntermediateAxis() * cosh( tauJet->etaIntermediateAxis() ), tauJet->etaIntermediateAxis(), tauJet->phiIntermediateAxis(), tauJet->mIntermediateAxis() );
   m_p4.SetPtEtaPhiM(tauJet->ptIntermediateAxis(), tauJet->etaIntermediateAxis(), tauJet->phiIntermediateAxis(), tauJet->mIntermediateAxis() );
   m_p4Cached=true;
   m_IsValidSeed           = false;
   m_TechnicalQuality      = pantauSeed_TechnicalQuality;
   m_NameInputAlgorithm    = nameInputAlgorithm;
   m_TauJet                = tauJet;
-  m_Features              = new PanTau::TauFeature2;
+  m_Features              = new PanTau::TauFeature;
 }
 
 
-
-int PanTau::PanTauSeed2::getDecayMode(int nCharged, int nNeutral) {
+int PanTau::PanTauSeed::getDecayMode(int nCharged, int nNeutral) {
 
   int decayMode;
-  // 1 Prong modes                                                                                                                                                                                                                               
+
+  // 1 Prong modes
   if(nCharged == 1 && nNeutral == 0) decayMode = (int)xAOD::TauJetParameters::Mode_1p0n;
   else if(nCharged == 1 && nNeutral == 1) decayMode = (int)xAOD::TauJetParameters::Mode_1p1n;
   else if(nCharged == 1 && nNeutral >  1) decayMode = (int)xAOD::TauJetParameters::Mode_1pXn;
-
-  // 3 prong modes                                                                                                                                                                                                                               
+  // 3 prong modes
   else if(nCharged == 3 && nNeutral == 0) decayMode = (int)xAOD::TauJetParameters::Mode_3p0n;
   else if(nCharged == 3 && nNeutral >  0) decayMode = (int)xAOD::TauJetParameters::Mode_3pXn;
-
-  // other mode                                                                                                                                                                                                                                  
+  // other mode
   else if(nCharged == 2) decayMode = (int)xAOD::TauJetParameters::Mode_Other;
   else if(nCharged == 4) decayMode = (int)xAOD::TauJetParameters::Mode_Other;
   else if(nCharged == 5) decayMode = (int)xAOD::TauJetParameters::Mode_Other;
-
   else if(nCharged == 0) decayMode = (int)xAOD::TauJetParameters::Mode_NotSet;
   else if(nCharged >= 6) decayMode = (int)xAOD::TauJetParameters::Mode_NotSet;
-
   else decayMode = (int)xAOD::TauJetParameters::Mode_Error;
 
   return decayMode;
 }
 
 
-std::string PanTau::PanTauSeed2::getDecayModeName(int decayMode) {
+std::string PanTau::PanTauSeed::getDecayModeName(int decayMode) {
 
   xAOD::TauJetParameters::DecayMode mode = (xAOD::TauJetParameters::DecayMode)decayMode;
 
@@ -367,9 +354,8 @@ std::string PanTau::PanTauSeed2::getDecayModeName(int decayMode) {
 }
 
 
-
-bool                                                PanTau::PanTauSeed2::isOfTechnicalQuality(int pantauSeed_TechnicalQuality) const {
-  if(pantauSeed_TechnicalQuality > PanTau::PanTauSeed2::t_nTechnicalQualities) {
+bool PanTau::PanTauSeed::isOfTechnicalQuality(int pantauSeed_TechnicalQuality) const {
+  if(pantauSeed_TechnicalQuality > PanTau::PanTauSeed::t_nTechnicalQualities) {
     return false;
   }
   if(m_TechnicalQuality[pantauSeed_TechnicalQuality] == 1) return true;
@@ -377,39 +363,32 @@ bool                                                PanTau::PanTauSeed2::isOfTec
 }
 
 
-
-
-std::vector<PanTau::TauConstituent2*>    PanTau::PanTauSeed2::getConstituentsOfType(int tauConstituent_Type, bool& foundit) {
-    if(tauConstituent_Type > PanTau::TauConstituent2::t_nTypes) {
-        foundit = false;
-        return std::vector<TauConstituent2*>(0);
-    }
-    foundit = true;
-    if(tauConstituent_Type == (int)PanTau::TauConstituent2::t_NoType) return m_ConstituentsList_AllSelected;
-    return m_Constituents.at(tauConstituent_Type);
+std::vector<PanTau::TauConstituent*> PanTau::PanTauSeed::getConstituentsOfType(int tauConstituent_Type, bool& foundit) {
+  if(tauConstituent_Type > PanTau::TauConstituent::t_nTypes) {
+    foundit = false;
+    return std::vector<TauConstituent*>(0);
+  }
+  foundit = true;
+  if(tauConstituent_Type == (int)PanTau::TauConstituent::t_NoType) return m_ConstituentsList_AllSelected;
+  return m_Constituents.at(tauConstituent_Type);
 }
 
 
-
-int                                     PanTau::PanTauSeed2::getNumberOfConstituentsOfType(int tauConstituent_Type) {
-    bool isOK = false;
-    std::vector<PanTau::TauConstituent2*> consts = this->getConstituentsOfType(tauConstituent_Type, isOK);
-    if(isOK) {
-        return (int)consts.size();
-    }
-    return -1;
+int PanTau::PanTauSeed::getNumberOfConstituentsOfType(int tauConstituent_Type) {
+  bool isOK = false;
+  std::vector<PanTau::TauConstituent*> consts = this->getConstituentsOfType(tauConstituent_Type, isOK);
+  if(isOK) {
+    return (int)consts.size();
+  }
+  return -1;
 }
 
 
-TLorentzVector                PanTau::PanTauSeed2::getSubsystemHLV(int tauConstituent_Type, bool& foundit) {
-    if(tauConstituent_Type > PanTau::TauConstituent2::t_nTypes) {
-        foundit = false;
-        return TLorentzVector(0,0,0,0);
-    }
-    foundit = true;
-    return m_TypeHLVs.at(tauConstituent_Type);
+TLorentzVector PanTau::PanTauSeed::getSubsystemHLV(int tauConstituent_Type, bool& foundit) {
+  if(tauConstituent_Type > PanTau::TauConstituent::t_nTypes) {
+    foundit = false;
+    return TLorentzVector(0,0,0,0);
+  }
+  foundit = true;
+  return m_TypeHLVs.at(tauConstituent_Type);
 }
-
-
-
-
diff --git a/Reconstruction/PanTau/PanTauAlgs/Root/TauConstituent.cxx b/Reconstruction/PanTau/PanTauAlgs/Root/TauConstituent.cxx
index 0f38863d86079cc1ab6a100da8b6a0183e078f30..77c5a6d8e665ef08e0992e8816a3b09988cc394a 100644
--- a/Reconstruction/PanTau/PanTauAlgs/Root/TauConstituent.cxx
+++ b/Reconstruction/PanTau/PanTauAlgs/Root/TauConstituent.cxx
@@ -1,18 +1,15 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #include "PanTauAlgs/TauConstituent.h"
 
-#include <iostream>
-
-PanTau::TauConstituent2::TauConstituent2()
-  :
+PanTau::TauConstituent::TauConstituent() :
   IParticle(),
   m_p4(), m_p4Cached( false ),
   m_TypeFlags(),
-  m_BDTValue(PanTau::TauConstituent2::DefaultBDTValue()),
-  m_Charge(PanTau::TauConstituent2::DefaultCharge()),
+  m_BDTValue(PanTau::TauConstituent::DefaultBDTValue()),
+  m_Charge(PanTau::TauConstituent::DefaultCharge()),
   m_PFOLink(0),
   m_Shots(),
   m_nPhotonsInShot(0)
@@ -20,14 +17,11 @@ PanTau::TauConstituent2::TauConstituent2()
 }
 
 
-
-PanTau::TauConstituent2::TauConstituent2(TLorentzVector   itsMomentum,
-					 int              itsCharge,
-					 std::vector<int> itsType,
-					 double           itsBDTValue,
-					 xAOD::PFO*       itsPFO
-					 )
-  :
+PanTau::TauConstituent::TauConstituent(TLorentzVector   itsMomentum,
+				       int              itsCharge,
+				       std::vector<int> itsType,
+				       double           itsBDTValue,
+				       xAOD::PFO*       itsPFO) :
   IParticle(),
   m_p4(itsMomentum), m_p4Cached(true),
   m_TypeFlags(itsType),
@@ -40,10 +34,7 @@ PanTau::TauConstituent2::TauConstituent2(TLorentzVector   itsMomentum,
 }
 
 
-
-PanTau::TauConstituent2::TauConstituent2(
-					 const PanTau::TauConstituent2& rhs
-					 ):
+PanTau::TauConstituent::TauConstituent(const PanTau::TauConstituent& rhs) :
   IParticle(rhs),
   m_p4(rhs.m_p4), m_p4Cached(rhs.m_p4Cached),
   m_TypeFlags(rhs.m_TypeFlags),
@@ -56,24 +47,22 @@ PanTau::TauConstituent2::TauConstituent2(
 }
 
 
-
-PanTau::TauConstituent2::~TauConstituent2()
+PanTau::TauConstituent::~TauConstituent()
 {
   //delete the shot constituents
   for(unsigned int iShot=0; iShot<m_Shots.size(); iShot++) {
-    PanTau::TauConstituent2* curConst = m_Shots[iShot];
+    PanTau::TauConstituent* curConst = m_Shots[iShot];
     delete curConst;
   }
 }
 
 
-
-PanTau::TauConstituent2& PanTau::TauConstituent2::operator=(const PanTau::TauConstituent2& tauConst)
+PanTau::TauConstituent& PanTau::TauConstituent::operator=(const PanTau::TauConstituent& tauConst)
 {
   if (this!=&tauConst){
 
     if (!this->container() && !this->hasStore() ) {      
-    	makePrivateStore();
+      makePrivateStore();
     }
     this->IParticle::operator=( tauConst );
     this->m_p4 = tauConst.m_p4;
@@ -89,35 +78,35 @@ PanTau::TauConstituent2& PanTau::TauConstituent2::operator=(const PanTau::TauCon
 }
 
 
-double PanTau::TauConstituent2::pt() const {
+double PanTau::TauConstituent::pt() const {
   static Accessor< float > acc( "pt" );
   return acc( *this );
 }
 
-double PanTau::TauConstituent2::eta() const {
+double PanTau::TauConstituent::eta() const {
   static Accessor<float > acc( "eta" );
   return acc( *this );
 }
 
-double PanTau::TauConstituent2::phi() const {
+double PanTau::TauConstituent::phi() const {
   static Accessor< float > acc( "phi" );
   return acc( *this );
 }
 
-double PanTau::TauConstituent2::m() const {
+double PanTau::TauConstituent::m() const {
   static Accessor< float> acc( "m" );
   return acc( *this );
 }
 
-double PanTau::TauConstituent2::e() const{
+double PanTau::TauConstituent::e() const{
   return p4().E(); 
 }
 
-double PanTau::TauConstituent2::rapidity() const {
+double PanTau::TauConstituent::rapidity() const {
   return p4().Rapidity(); 
 }
 
-PanTau::TauConstituent2::FourMom_t PanTau::TauConstituent2::p4() const {
+PanTau::TauConstituent::FourMom_t PanTau::TauConstituent::p4() const {
   if( ! m_p4Cached ) {
     m_p4.SetPtEtaPhiM( pt(), eta(), phi(),m()); 
     m_p4Cached=true;
@@ -125,7 +114,7 @@ PanTau::TauConstituent2::FourMom_t PanTau::TauConstituent2::p4() const {
   return m_p4;
 }
 
-void PanTau::TauConstituent2::setP4(float pt, float eta, float phi, float m){
+void PanTau::TauConstituent::setP4(float pt, float eta, float phi, float m){
   static Accessor< float > acc1( "pt" );
   acc1( *this ) = pt;
   static Accessor< float > acc2( "eta" );
@@ -138,28 +127,28 @@ void PanTau::TauConstituent2::setP4(float pt, float eta, float phi, float m){
   m_p4Cached=false;
 }
 
-void PanTau::TauConstituent2::setPt(float pt){
+void PanTau::TauConstituent::setPt(float pt){
   static Accessor< float > acc( "pt" );
   acc( *this ) = pt;
   //Need to recalculate m_p4 if requested after update
   m_p4Cached=false;
 }
 
-void PanTau::TauConstituent2::setEta(float eta){
+void PanTau::TauConstituent::setEta(float eta){
   static Accessor< float > acc( "eta" );
   acc( *this ) = eta;
   //Need to recalculate m_p4 if requested after update
   m_p4Cached=false;
 }
 
-void PanTau::TauConstituent2::setPhi(float phi){
+void PanTau::TauConstituent::setPhi(float phi){
   static Accessor< float > acc( "phi" );
   acc( *this ) = phi;
   //Need to recalculate m_p4 if requested after update
   m_p4Cached=false;
 }
 
-void PanTau::TauConstituent2::setM(float m){
+void PanTau::TauConstituent::setM(float m){
   static Accessor< float > acc( "m" );
   acc( *this ) = m;
   //Need to recalculate m_p4 if requested after update
@@ -167,14 +156,12 @@ void PanTau::TauConstituent2::setM(float m){
 }
 
 
-xAOD::Type::ObjectType PanTau::TauConstituent2::type() const {
+xAOD::Type::ObjectType PanTau::TauConstituent::type() const {
   return xAOD::Type::ParticleFlow;
 }
 
 
-
-
-void             PanTau::TauConstituent2::removeTypeFlag(TauConstituent2::Type aType) {
+void PanTau::TauConstituent::removeTypeFlag(TauConstituent::Type aType) {
   unsigned int typeIndex = (unsigned int)aType;
   m_TypeFlags.at(typeIndex) = 0;
   return;
@@ -182,94 +169,88 @@ void             PanTau::TauConstituent2::removeTypeFlag(TauConstituent2::Type a
 
 
 //the static getTypeName which does a translation
-std::string      PanTau::TauConstituent2::getTypeName(PanTau::TauConstituent2::Type aType) {
+std::string  PanTau::TauConstituent::getTypeName(PanTau::TauConstituent::Type aType) {
   switch(aType) {
-  case PanTau::TauConstituent2::t_Charged: return "Charged";
-  case PanTau::TauConstituent2::t_Neutral: return "Neutral";
-  case PanTau::TauConstituent2::t_Pi0Neut: return "Pi0Neut";
-  case PanTau::TauConstituent2::t_OutChrg: return "OuterChrg";
-  case PanTau::TauConstituent2::t_OutNeut: return "OuterNeut";
-  case PanTau::TauConstituent2::t_NeutLowA: return "NeutLowA";
-  case PanTau::TauConstituent2::t_NeutLowB: return "NeutLowB";
-  case PanTau::TauConstituent2::t_NoType: return "All";
+  case PanTau::TauConstituent::t_Charged: return "Charged";
+  case PanTau::TauConstituent::t_Neutral: return "Neutral";
+  case PanTau::TauConstituent::t_Pi0Neut: return "Pi0Neut";
+  case PanTau::TauConstituent::t_OutChrg: return "OuterChrg";
+  case PanTau::TauConstituent::t_OutNeut: return "OuterNeut";
+  case PanTau::TauConstituent::t_NeutLowA: return "NeutLowA";
+  case PanTau::TauConstituent::t_NeutLowB: return "NeutLowB";
+  case PanTau::TauConstituent::t_NoType: return "All";
   default: return "UnkownType";
   }
 }
 
 
-
-bool         PanTau::TauConstituent2::isNeutralType(int tauConstituentType) {
-  PanTau::TauConstituent2::Type type = (PanTau::TauConstituent2::Type)tauConstituentType;
+bool PanTau::TauConstituent::isNeutralType(int tauConstituentType) {
+  PanTau::TauConstituent::Type type = (PanTau::TauConstituent::Type)tauConstituentType;
   switch(type) {
-  case PanTau::TauConstituent2::t_Neutral: return true;
-  case PanTau::TauConstituent2::t_Pi0Neut: return true;
-  case PanTau::TauConstituent2::t_OutNeut: return true;
-  case PanTau::TauConstituent2::t_NeutLowA: return true;
-  case PanTau::TauConstituent2::t_NeutLowB: return true;
+  case PanTau::TauConstituent::t_Neutral: return true;
+  case PanTau::TauConstituent::t_Pi0Neut: return true;
+  case PanTau::TauConstituent::t_OutNeut: return true;
+  case PanTau::TauConstituent::t_NeutLowA: return true;
+  case PanTau::TauConstituent::t_NeutLowB: return true;
   default: return false;
   }
   return false;
 }
 
 
-
-bool         PanTau::TauConstituent2::isCoreType(int tauConstituentType) {
-  PanTau::TauConstituent2::Type type = (PanTau::TauConstituent2::Type)tauConstituentType;
+bool PanTau::TauConstituent::isCoreType(int tauConstituentType) {
+  PanTau::TauConstituent::Type type = (PanTau::TauConstituent::Type)tauConstituentType;
   switch(type) {
-  case PanTau::TauConstituent2::t_Charged: return true;
-  case PanTau::TauConstituent2::t_Neutral: return true;
-  case PanTau::TauConstituent2::t_Pi0Neut: return true;
-  case PanTau::TauConstituent2::t_OutNeut: return false;
-  case PanTau::TauConstituent2::t_OutChrg: return false;
-  case PanTau::TauConstituent2::t_NeutLowA: return true;
-  case PanTau::TauConstituent2::t_NeutLowB: return true;
+  case PanTau::TauConstituent::t_Charged: return true;
+  case PanTau::TauConstituent::t_Neutral: return true;
+  case PanTau::TauConstituent::t_Pi0Neut: return true;
+  case PanTau::TauConstituent::t_OutNeut: return false;
+  case PanTau::TauConstituent::t_OutChrg: return false;
+  case PanTau::TauConstituent::t_NeutLowA: return true;
+  case PanTau::TauConstituent::t_NeutLowB: return true;
   default: return false;
   }
   return false;
 }
 
 
-
 //the non static getType name, which returns
-std::vector<std::string>            PanTau::TauConstituent2::getTypeName() const {
+std::vector<std::string> PanTau::TauConstituent::getTypeName() const {
   std::vector<std::string> res;
-  for(unsigned int iType=0; iType<TauConstituent2::t_nTypes; iType++) {
+  for(unsigned int iType=0; iType<TauConstituent::t_nTypes; iType++) {
     if(m_TypeFlags[iType] == 1) {
-      PanTau::TauConstituent2::Type curType = (PanTau::TauConstituent2::Type)iType;
-      res.push_back( TauConstituent2::getTypeName(curType) );
+      PanTau::TauConstituent::Type curType = (PanTau::TauConstituent::Type)iType;
+      res.push_back( TauConstituent::getTypeName(curType) );
     }
   }
   return res;
 }
 
 
-
-std::string                         PanTau::TauConstituent2::getTypeNameString() const {
+std::string PanTau::TauConstituent::getTypeNameString() const {
   std::string res;
   for(unsigned int iType=0; iType<m_TypeFlags.size(); iType++) {
     if(m_TypeFlags[iType] == 1) {
-      res += PanTau::TauConstituent2::getTypeName((PanTau::TauConstituent2::Type)(iType)) + ",";
+      res += PanTau::TauConstituent::getTypeName((PanTau::TauConstituent::Type)(iType)) + ",";
     }
   }
   return res;
 }
 
 
-
-double PanTau::TauConstituent2::getBDTValue() const {
+double PanTau::TauConstituent::getBDTValue() const {
   return m_BDTValue;
 }
 
 
-
-std::vector<int> PanTau::TauConstituent2::getTypeFlags() const {
+std::vector<int> PanTau::TauConstituent::getTypeFlags() const {
   return m_TypeFlags;
 }
 
 
-bool                                      PanTau::TauConstituent2::isOfType(PanTau::TauConstituent2::Type theType) const {
+bool PanTau::TauConstituent::isOfType(PanTau::TauConstituent::Type theType) const {
   int typeIndex = (int)theType;
-  if(theType >= (int)TauConstituent2::t_nTypes) {
+  if(theType >= (int)TauConstituent::t_nTypes) {
     return false;
   }
   if(m_TypeFlags.at(typeIndex) == 1) return true;
@@ -277,35 +258,36 @@ bool                                      PanTau::TauConstituent2::isOfType(PanT
 }
 
 
-int PanTau::TauConstituent2::getCharge() const {
+int PanTau::TauConstituent::getCharge() const {
   return m_Charge;
 }
 
 
-
-xAOD::PFO* PanTau::TauConstituent2::getPFO() const {
+xAOD::PFO* PanTau::TauConstituent::getPFO() const {
   return m_PFOLink;
 }
 
 
-
-void                      PanTau::TauConstituent2::addShot(TauConstituent2* shot) {
+void PanTau::TauConstituent::addShot(TauConstituent* shot) {
   if(shot != 0) m_Shots.push_back(shot);
 }
 
 
-std::vector<PanTau::TauConstituent2*>            PanTau::TauConstituent2::getShots() {
+std::vector<PanTau::TauConstituent*> PanTau::TauConstituent::getShots() {
   return m_Shots;
 }
 
-unsigned int                PanTau::TauConstituent2::getNShots() {
+
+unsigned int PanTau::TauConstituent::getNShots() {
   return m_Shots.size();
 }
 
-void                        PanTau::TauConstituent2::setNPhotonsInShot(int nPhotons) {
+
+void PanTau::TauConstituent::setNPhotonsInShot(int nPhotons) {
   m_nPhotonsInShot = nPhotons;
 }
-int                         PanTau::TauConstituent2::getNPhotonsInShot() {
+
+
+int PanTau::TauConstituent::getNPhotonsInShot() {
   return m_nPhotonsInShot;
 }
-
diff --git a/Reconstruction/PanTau/PanTauAlgs/Root/TauFeature.cxx b/Reconstruction/PanTau/PanTauAlgs/Root/TauFeature.cxx
index e20077ab507134cb532dc3bc66cb135eeba4ed9d..f128b59d9bc4b45d0d5da15b8af6a44c2020a37f 100644
--- a/Reconstruction/PanTau/PanTauAlgs/Root/TauFeature.cxx
+++ b/Reconstruction/PanTau/PanTauAlgs/Root/TauFeature.cxx
@@ -6,121 +6,112 @@
 
 #include <cmath>
 #include <stdexcept>
-#include <iostream>
-
-
 
 static const std::vector<double> s_defaultVec(0);
 
-PanTau::TauFeature2::TauFeature2()
-    :
-    m_featureMap(),
-    m_vecFeatureMap()
-
+PanTau::TauFeature::TauFeature():
+  m_featureMap(),
+  m_vecFeatureMap()
 {
 }
 
 
-
-PanTau::TauFeature2::~TauFeature2()
+PanTau::TauFeature::~TauFeature()
 {
 }
 
 
-double PanTau::TauFeature2::value(const std::string& ItsName, bool& isValid) const
-{
-    FeatureMapConstIter iter = m_featureMap.find(ItsName);
-if(m_featureMap.end() == iter)
+double PanTau::TauFeature::value(const std::string& ItsName, bool& isValid) const
 {
-     // not found
-     isValid=false;
-     return -999999.;
-}
-// entry found, return value
-isValid=true;
-return (*iter).second; 
+  FeatureMapConstIter iter = m_featureMap.find(ItsName);
+  if(m_featureMap.end() == iter)
+    {
+      isValid=false;
+      return -999999.;
+    }
+  // entry found, return value
+  isValid=true;
+  return (*iter).second; 
 }
 
-const std::vector<double>& PanTau::TauFeature2::vecValue(const std::string& name) const {
-    VectorFeatureMapConstIter iter = m_vecFeatureMap.find(name);
-    if(m_vecFeatureMap.end() == iter)
+
+const std::vector<double>& PanTau::TauFeature::vecValue(const std::string& name) const {
+  VectorFeatureMapConstIter iter = m_vecFeatureMap.find(name);
+  if(m_vecFeatureMap.end() == iter)
     {
-        return s_defaultVec;
+      return s_defaultVec;
     }
-    return (*iter).second;
+  return (*iter).second;
 }
 
-bool PanTau::TauFeature2::addFeature(
-        const std::string& name,
-        const double& value) {
 
-    if (std::isnan(value)) {
-        throw std::runtime_error("TauFeature2::addFeature: Given " + name + " value is NaN!");
-    }
-    if (std::isinf(value)){
-        throw std::runtime_error("TauFeature2::addFeature: Given " + name + " value is inf!");
-    }
-    std::pair<FeatureMapConstIter, bool> result = m_featureMap.insert(make_pair(name, value));
-    return result.second;
+bool PanTau::TauFeature::addFeature(const std::string& name,
+				     const double& value) {
+
+  if (std::isnan(value)) {
+    throw std::runtime_error("TauFeature::addFeature: Given " + name + " value is NaN!");
+  }
+  if (std::isinf(value)){
+    throw std::runtime_error("TauFeature::addFeature: Given " + name + " value is inf!");
+  }
+  std::pair<FeatureMapConstIter, bool> result = m_featureMap.insert(make_pair(name, value));
+  return result.second;
 }
 
-bool PanTau::TauFeature2::addVecFeature(
-        const std::string& name,
-        const std::vector<double>& value) {
-    std::pair<VectorFeatureMapConstIter, bool> result = m_vecFeatureMap.insert(make_pair(name, value));
-    return result.second;
+
+bool PanTau::TauFeature::addVecFeature(const std::string& name,
+					const std::vector<double>& value) {
+  std::pair<VectorFeatureMapConstIter, bool> result = m_vecFeatureMap.insert(make_pair(name, value));
+  return result.second;
 }
 
 
-int PanTau::TauFeature2::nValues() const {
-    return m_featureMap.size();
+int PanTau::TauFeature::nValues() const {
+  return m_featureMap.size();
 }
 
 
-int PanTau::TauFeature2::nVecValues() const {
-    return m_vecFeatureMap.size();
+int PanTau::TauFeature::nVecValues() const {
+  return m_vecFeatureMap.size();
 }
 
 
-void PanTau::TauFeature2::add(PanTau::TauFeature2* otherFeatures) {
+void PanTau::TauFeature::add(PanTau::TauFeature* otherFeatures) {
     
-    //add the scalar features
-    FeatureMapIter itScalar = otherFeatures->m_featureMap.begin();
-    for(; itScalar != otherFeatures->m_featureMap.end(); itScalar++) {
-        std::string key = itScalar->first;
-        double      val = itScalar->second;
-        bool        isOK = this->addFeature(key, val);
-        if(isOK == false) {
-            throw std::runtime_error("PanTau::TauFeature2::add( PanTau::TauFeature2* ): Error when adding scalar feature " + key);
-        }
-    }//end loop over scalar features to be added
-    
-    //add the vector features
-    VectorFeatureMapIter itVector = otherFeatures->m_vecFeatureMap.begin();
-    for(; itVector != otherFeatures->m_vecFeatureMap.end(); itVector++) {
-        std::string         key = itVector->first;
-        std::vector<double> val = itVector->second;
-        bool        isOK = this->addVecFeature(key, val);
-        if(isOK == false) {
-            throw std::runtime_error("PanTau::TauFeature2::add( PanTau::TauFeature2* ): Error when adding vector feature " + key);
-        }
-    }//end loop over vector features to be added
+  //add the scalar features
+  FeatureMapIter itScalar = otherFeatures->m_featureMap.begin();
+  for(; itScalar != otherFeatures->m_featureMap.end(); itScalar++) {
+    std::string key = itScalar->first;
+    double      val = itScalar->second;
+    bool        isOK = this->addFeature(key, val);
+    if(isOK == false) {
+      throw std::runtime_error("PanTau::TauFeature::add( PanTau::TauFeature* ): Error when adding scalar feature " + key);
+    }
+  }
     
+  //add the vector features
+  VectorFeatureMapIter itVector = otherFeatures->m_vecFeatureMap.begin();
+  for(; itVector != otherFeatures->m_vecFeatureMap.end(); itVector++) {
+    std::string         key = itVector->first;
+    std::vector<double> val = itVector->second;
+    bool        isOK = this->addVecFeature(key, val);
+    if(isOK == false) {
+      throw std::runtime_error("PanTau::TauFeature::add( PanTau::TauFeature* ): Error when adding vector feature " + key);
+    }
+  }    
 }
 
 
-
-void PanTau::TauFeature2::addFeaturesFromMap(std::map<std::string, double> otherMap, std::string prefix = "") {
+void PanTau::TauFeature::addFeaturesFromMap(std::map<std::string, double> otherMap, std::string prefix = "") {
     
-    FeatureMapConstIter iter    = otherMap.begin();
-    FeatureMapConstIter iterEnd = otherMap.end();
+  FeatureMapConstIter iter    = otherMap.begin();
+  FeatureMapConstIter iterEnd = otherMap.end();
     
-    for(; iter != iterEnd; iter++) {
-        std::string oKey = prefix + iter->first;
-        double      oVal = iter->second;
-        addFeature(oKey, oVal);
-    }
+  for(; iter != iterEnd; iter++) {
+    std::string oKey = prefix + iter->first;
+    double      oVal = iter->second;
+    addFeature(oKey, oVal);
+  }
     
-    return;
+  return;
 }
-
diff --git a/Reconstruction/PanTau/PanTauAlgs/Root/Tool_DecayModeDeterminator.cxx b/Reconstruction/PanTau/PanTauAlgs/Root/Tool_DecayModeDeterminator.cxx
index 84624acb99b25b683e963b30169c4298d54b1684..62a90fdbaa90acaa01a57e6b4f73bde8e5d9be26 100644
--- a/Reconstruction/PanTau/PanTauAlgs/Root/Tool_DecayModeDeterminator.cxx
+++ b/Reconstruction/PanTau/PanTauAlgs/Root/Tool_DecayModeDeterminator.cxx
@@ -2,368 +2,322 @@
   Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
-
-//! PanTau includes
 #include "PanTauAlgs/Tool_DecayModeDeterminator.h"
-
 #include "PanTauAlgs/PanTauSeed.h"
 #include "PanTauAlgs/HelperFunctions.h"
 #include "PanTauAlgs/TauClassificationTypes.h"
-
 #include "xAODTau/TauDefs.h"
 
 
+PanTau::Tool_DecayModeDeterminator::Tool_DecayModeDeterminator(const std::string& name) :
+  asg::AsgTool(name),
+  m_Tool_InformationStore("PanTau::Tool_InformationStore/Tool_InformationStore"),
+  m_Tool_ModeDiscriminator_1p0n_vs_1p1n("PanTau::Tool_ModeDiscriminator/Tool_ModeDiscriminator"),
+  m_Tool_ModeDiscriminator_1p1n_vs_1pXn("PanTau::Tool_ModeDiscriminator/Tool_ModeDiscriminator"),
+  m_Tool_ModeDiscriminator_3p0n_vs_3pXn("PanTau::Tool_ModeDiscriminator/Tool_ModeDiscriminator")
+{
 
-PanTau::Tool_DecayModeDeterminator::Tool_DecayModeDeterminator(
-    const std::string& name ) :
-        asg::AsgTool(name),
-        m_Tool_InformationStore("PanTau::Tool_InformationStore/Tool_InformationStore"),
-        m_Tool_ModeDiscriminator_1p0n_vs_1p1n("PanTau::Tool_ModeDiscriminator/Tool_ModeDiscriminator"),
-        m_Tool_ModeDiscriminator_1p1n_vs_1pXn("PanTau::Tool_ModeDiscriminator/Tool_ModeDiscriminator"),
-        m_Tool_ModeDiscriminator_3p0n_vs_3pXn("PanTau::Tool_ModeDiscriminator/Tool_ModeDiscriminator")
-        {
+  declareProperty("Tool_InformationStore",          m_Tool_InformationStore,          "Tool handle to the information store tool");
+  declareProperty("Tool_ModeDiscriminator_1p0n_vs_1p1n",    m_Tool_ModeDiscriminator_1p0n_vs_1p1n,    "Handle to the ModeDiscriminator tool for 1p0n_vs_1p1n");
+  declareProperty("Tool_ModeDiscriminator_1p1n_vs_1pXn",    m_Tool_ModeDiscriminator_1p1n_vs_1pXn,    "Handle to the ModeDiscriminator tool for 1p1n_vs_1pXn");
+  declareProperty("Tool_ModeDiscriminator_3p0n_vs_3pXn",    m_Tool_ModeDiscriminator_3p0n_vs_3pXn,    "Handle to the ModeDiscriminator tool for 3p0n_vs_3pXn");
 
-    declareProperty("Tool_InformationStore",          m_Tool_InformationStore,          "Tool handle to the information store tool");
-    declareProperty("Tool_ModeDiscriminator_1p0n_vs_1p1n",    m_Tool_ModeDiscriminator_1p0n_vs_1p1n,    "Handle to the ModeDiscriminator tool for 1p0n_vs_1p1n");
-    declareProperty("Tool_ModeDiscriminator_1p1n_vs_1pXn",    m_Tool_ModeDiscriminator_1p1n_vs_1pXn,    "Handle to the ModeDiscriminator tool for 1p1n_vs_1pXn");
-    declareProperty("Tool_ModeDiscriminator_3p0n_vs_3pXn",    m_Tool_ModeDiscriminator_3p0n_vs_3pXn,    "Handle to the ModeDiscriminator tool for 3p0n_vs_3pXn");
-
-    declareProperty("Tool_InformationStoreName",          m_Tool_InformationStoreName="",          "Tool handle to the information store tool");
-    declareProperty("Tool_ModeDiscriminator_1p0n_vs_1p1nName",    m_Tool_ModeDiscriminator_1p0n_vs_1p1nName="",    "Handle to the ModeDiscriminator tool for 1p0n_vs_1p1n");
-    declareProperty("Tool_ModeDiscriminator_1p1n_vs_1pXnName",    m_Tool_ModeDiscriminator_1p1n_vs_1pXnName="",    "Handle to the ModeDiscriminator tool for 1p1n_vs_1pXn");
-    declareProperty("Tool_ModeDiscriminator_3p0n_vs_3pXnName",    m_Tool_ModeDiscriminator_3p0n_vs_3pXnName="",    "Handle to the ModeDiscriminator tool for 3p0n_vs_3pXn");
+  declareProperty("Tool_InformationStoreName",          m_Tool_InformationStoreName="",          "Tool handle to the information store tool");
+  declareProperty("Tool_ModeDiscriminator_1p0n_vs_1p1nName",    m_Tool_ModeDiscriminator_1p0n_vs_1p1nName="",    "Handle to the ModeDiscriminator tool for 1p0n_vs_1p1n");
+  declareProperty("Tool_ModeDiscriminator_1p1n_vs_1pXnName",    m_Tool_ModeDiscriminator_1p1n_vs_1pXnName="",    "Handle to the ModeDiscriminator tool for 1p1n_vs_1pXn");
+  declareProperty("Tool_ModeDiscriminator_3p0n_vs_3pXnName",    m_Tool_ModeDiscriminator_3p0n_vs_3pXnName="",    "Handle to the ModeDiscriminator tool for 3p0n_vs_3pXn");
 
 }
 
 
-
 PanTau::Tool_DecayModeDeterminator::~Tool_DecayModeDeterminator() {
 }
 
 
-
 StatusCode PanTau::Tool_DecayModeDeterminator::initialize() {
 
-    m_init=true;
+  m_init=true;
 
-    ATH_CHECK( HelperFunctions::bindToolHandle(m_Tool_InformationStore, m_Tool_InformationStoreName) );
-    ATH_CHECK( HelperFunctions::bindToolHandle(m_Tool_ModeDiscriminator_1p0n_vs_1p1n, m_Tool_ModeDiscriminator_1p0n_vs_1p1nName) );
-    ATH_CHECK( HelperFunctions::bindToolHandle(m_Tool_ModeDiscriminator_1p1n_vs_1pXn, m_Tool_ModeDiscriminator_1p1n_vs_1pXnName) );
-    ATH_CHECK( HelperFunctions::bindToolHandle(m_Tool_ModeDiscriminator_3p0n_vs_3pXn, m_Tool_ModeDiscriminator_3p0n_vs_3pXnName) );
+  ATH_CHECK( HelperFunctions::bindToolHandle(m_Tool_InformationStore, m_Tool_InformationStoreName) );
+  ATH_CHECK( HelperFunctions::bindToolHandle(m_Tool_ModeDiscriminator_1p0n_vs_1p1n, m_Tool_ModeDiscriminator_1p0n_vs_1p1nName) );
+  ATH_CHECK( HelperFunctions::bindToolHandle(m_Tool_ModeDiscriminator_1p1n_vs_1pXn, m_Tool_ModeDiscriminator_1p1n_vs_1pXnName) );
+  ATH_CHECK( HelperFunctions::bindToolHandle(m_Tool_ModeDiscriminator_3p0n_vs_3pXn, m_Tool_ModeDiscriminator_3p0n_vs_3pXnName) );
 
-    //get the discri tools
-    ATH_CHECK(m_Tool_ModeDiscriminator_1p0n_vs_1p1n.retrieve());
-    ATH_CHECK(m_Tool_ModeDiscriminator_1p1n_vs_1pXn.retrieve());
-    ATH_CHECK(m_Tool_ModeDiscriminator_3p0n_vs_3pXn.retrieve());
+  //get the discri tools
+  ATH_CHECK(m_Tool_ModeDiscriminator_1p0n_vs_1p1n.retrieve());
+  ATH_CHECK(m_Tool_ModeDiscriminator_1p1n_vs_1pXn.retrieve());
+  ATH_CHECK(m_Tool_ModeDiscriminator_3p0n_vs_3pXn.retrieve());
     
-    //get the variable prefix
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Basic",        m_varTypeName_Prefix_Basic) );
-
-    //get the BDT cut values
-    ATH_CHECK( m_Tool_InformationStore->getInfo_Double("DecayModeDeterminator_BDTCutValue_R10X_CellBased",        m_BDTCutValue_R10X_CellBased) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_Double("DecayModeDeterminator_BDTCutValue_R11X_CellBased",        m_BDTCutValue_R11X_CellBased) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_Double("DecayModeDeterminator_BDTCutValue_R110_CellBased",        m_BDTCutValue_R110_CellBased) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_Double("DecayModeDeterminator_BDTCutValue_R1XX_CellBased",        m_BDTCutValue_R1XX_CellBased) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_Double("DecayModeDeterminator_BDTCutValue_R30X_CellBased",        m_BDTCutValue_R30X_CellBased) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_Double("DecayModeDeterminator_BDTCutValue_R3XX_CellBased",        m_BDTCutValue_R3XX_CellBased) );
-
-    return StatusCode::SUCCESS;
+  //get the variable prefix
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Basic",        m_varTypeName_Prefix_Basic) );
+
+  //get the BDT cut values
+  ATH_CHECK( m_Tool_InformationStore->getInfo_Double("DecayModeDeterminator_BDTCutValue_R10X_CellBased",        m_BDTCutValue_R10X_CellBased) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_Double("DecayModeDeterminator_BDTCutValue_R11X_CellBased",        m_BDTCutValue_R11X_CellBased) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_Double("DecayModeDeterminator_BDTCutValue_R110_CellBased",        m_BDTCutValue_R110_CellBased) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_Double("DecayModeDeterminator_BDTCutValue_R1XX_CellBased",        m_BDTCutValue_R1XX_CellBased) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_Double("DecayModeDeterminator_BDTCutValue_R30X_CellBased",        m_BDTCutValue_R30X_CellBased) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_Double("DecayModeDeterminator_BDTCutValue_R3XX_CellBased",        m_BDTCutValue_R3XX_CellBased) );
+
+  return StatusCode::SUCCESS;
 }
 
 
-
-StatusCode PanTau::Tool_DecayModeDeterminator::execute(PanTau::PanTauSeed2* inSeed) {
-    
-    std::string         inAlgName   = inSeed->getNameInputAlgorithm();
-    PanTau::TauFeature2* features    = inSeed->getFeatures();
+StatusCode PanTau::Tool_DecayModeDeterminator::execute(PanTau::PanTauSeed* inSeed) {
     
-    //check for invalid input seed
-    bool    noValidInput        = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed2::t_NoValidInputTau);
-    bool    noAnyConstituents   = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed2::t_NoConstituentsAtAll);
-    bool    noSelConstituents   = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed2::t_NoSelectedConstituents);
-    bool    badPt               = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed2::t_BadPtValue);
-    bool    invalidForDecayMode = (noValidInput || noAnyConstituents || noSelConstituents || badPt);
-    if(invalidForDecayMode) {
-        ATH_MSG_DEBUG("Seed has no constituents assigned and/or input seed has no substructure info - use NotSet mode for this");
-        features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_RecoMode_PanTau", xAOD::TauJetParameters::Mode_NotSet);
-        features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_RecoMode_PanTauExtended", PanTau::PanTauSeed2::t_ExtModeNotSet);
-        return StatusCode::SUCCESS;
-    }
+  std::string         inAlgName   = inSeed->getNameInputAlgorithm();
+  PanTau::TauFeature* features    = inSeed->getFeatures();
     
+  //check for invalid input seed
+  bool    noValidInput        = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed::t_NoValidInputTau);
+  bool    noAnyConstituents   = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed::t_NoConstituentsAtAll);
+  bool    noSelConstituents   = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed::t_NoSelectedConstituents);
+  bool    badPt               = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed::t_BadPtValue);
+  bool    invalidForDecayMode = (noValidInput || noAnyConstituents || noSelConstituents || badPt);
+  if(invalidForDecayMode) {
+    ATH_MSG_DEBUG("Seed has no constituents assigned and/or input seed has no substructure info - use NotSet mode for this");
+    features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_RecoMode_PanTau", xAOD::TauJetParameters::Mode_NotSet);
+    features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_RecoMode_PanTauExtended", PanTau::PanTauSeed::t_ExtModeNotSet);
+    return StatusCode::SUCCESS;
+  }
     
-    //get the mode as it was determined by the subalgorithm
-    int decayMode_SubAlg = inSeed->getDecayModeBySubAlg();
-    int decayMode_PanTau = xAOD::TauJetParameters::Mode_NotSet;
-    int decayMode_PanTauExtended = PanTau::PanTauSeed2::t_ExtModeNotSet;
+  //get the mode as it was determined by the subalgorithm
+  int decayMode_SubAlg = inSeed->getDecayModeBySubAlg();
+  int decayMode_PanTau = xAOD::TauJetParameters::Mode_NotSet;
+  int decayMode_PanTauExtended = PanTau::PanTauSeed::t_ExtModeNotSet;
  
-    //and calc the number of additional neutrals, not tagged as pi0
-    int nCharged_SubAlg     = inSeed->getNumberOfConstituentsOfType(PanTau::TauConstituent2::t_Charged);
-    int nPi0Neut_SubAlg     = inSeed->getNumberOfConstituentsOfType(PanTau::TauConstituent2::t_Pi0Neut);
-    int nNeutrals_SubAlg    = inSeed->getNumberOfConstituentsOfType(PanTau::TauConstituent2::t_Neutral);
-    int AdditionalNeutrals = nNeutrals_SubAlg - nPi0Neut_SubAlg;
-    
-    double BDTCutValue_R10X = 0.;
-    double BDTCutValue_R110 = 0.;
-    double BDTCutValue_R11X = 0.;
-    double BDTCutValue_R1XX = 0.;
-    double BDTCutValue_R30X = 0.;
-    double BDTCutValue_R3XX = 0.;
-    
-    BDTCutValue_R10X = m_BDTCutValue_R10X_CellBased;
-    BDTCutValue_R110 = m_BDTCutValue_R110_CellBased;
-    BDTCutValue_R11X = m_BDTCutValue_R11X_CellBased;
-    BDTCutValue_R1XX = m_BDTCutValue_R1XX_CellBased;
-    BDTCutValue_R30X = m_BDTCutValue_R30X_CellBased;
-    BDTCutValue_R3XX = m_BDTCutValue_R3XX_CellBased;
-    
-    //based on the subAlg decay mode, pass to corresponding PanTau BDT...
-    double          bdtResponse = -5;
-    DecayModeTest   bdtTest     = t_UnknownTest;
-    // 1p0n mode
-    if(decayMode_SubAlg == xAOD::TauJetParameters::Mode_1p0n) {
-        
-        
-        //1 prong, and no other objects at all -> use 1p0n
-        if(AdditionalNeutrals == 0) {
-            decayMode_PanTau = xAOD::TauJetParameters::Mode_1p0n;
-            decayMode_PanTauExtended = PanTau::PanTauSeed2::t_ExtMode100;
-            bdtResponse = -3.;
-            
-        //if there are neutrals which are not pi0-tagged, check BDT to maybe set 1p1n
-        } else {
-
-            bool    isOK        = false;
-            bdtResponse = m_Tool_ModeDiscriminator_1p0n_vs_1p1n->getResponse(inSeed, isOK);
-            bdtTest     = t_1p0n_vs_1p1n;
-            decayMode_PanTauExtended = PanTau::PanTauSeed2::t_ExtMode10X;
-            if(isOK == false) {
-                ATH_MSG_WARNING("WARNING: problems getting bdt response for 1p0n + X-neutrals. use subAlg mode");
-                decayMode_PanTau = decayMode_SubAlg;
-            } else {
-                if(bdtResponse >  BDTCutValue_R10X) {
-                    decayMode_PanTau = xAOD::TauJetParameters::Mode_1p0n;
-                }
-                if(bdtResponse <= BDTCutValue_R10X) {
-                    decayMode_PanTau = xAOD::TauJetParameters::Mode_1p1n;
-                }
-                ATH_MSG_DEBUG("R10X: Response is: " << bdtResponse << "  Use 1p0n if > " << BDTCutValue_R10X << " -- decision: " << PanTau::PanTauSeed2::getDecayModeName(decayMode_PanTau) );
-            }
-        }
-        
-    }//end 1p0n
-    
-    
-    //1p1n mode
-    else if (decayMode_SubAlg == xAOD::TauJetParameters::Mode_1p1n) {
-        
-        
-        //1prong, 1pi0 and no other neutrals. check 1p0n-vs-1p1n
-        if(AdditionalNeutrals == 0) {
-            bool    isOK        = false;
-            bdtResponse = m_Tool_ModeDiscriminator_1p0n_vs_1p1n->getResponse(inSeed, isOK);
-            bdtTest     = t_1p0n_vs_1p1n;
-            decayMode_PanTauExtended = PanTau::PanTauSeed2::t_ExtMode110;
-            if(isOK == false) {
-                ATH_MSG_WARNING("WARNING problems getting bdt response for 1p1n + 0-neutrals. use subAlg mode");
-                decayMode_PanTau = decayMode_SubAlg;
-            } else {
-                if(bdtResponse <= BDTCutValue_R110) {
-                    decayMode_PanTau = xAOD::TauJetParameters::Mode_1p1n;
-                }
-                if(bdtResponse >  BDTCutValue_R110) {
-                    decayMode_PanTau = xAOD::TauJetParameters::Mode_1p0n;
-                }
-            }
-        
-        
-        //1prong, 1pi0 and additional neutrals. check 1p1n vs 1pXn
-        } else {
-            //NOTE: May investigate chain of decisions here: first check 1p0n-1p1n, and then (in case of 1p1n) 1p1n-1pXn
-            bool    isOK        = false;
-            bdtResponse = m_Tool_ModeDiscriminator_1p1n_vs_1pXn->getResponse(inSeed, isOK);
-            bdtTest     = t_1p1n_vs_1pXn;
-            decayMode_PanTauExtended = PanTau::PanTauSeed2::t_ExtMode11X;
-            if(isOK == false) {
-                ATH_MSG_WARNING("WARNING problems getting bdt response for 1p1n + X-neutrals. use subAlg mode");
-                decayMode_PanTau = decayMode_SubAlg;
-            } else {
-                if(bdtResponse >  BDTCutValue_R11X) {
-                    decayMode_PanTau = xAOD::TauJetParameters::Mode_1p1n;
-                }
-                if(bdtResponse <= BDTCutValue_R11X) {
-                    decayMode_PanTau = xAOD::TauJetParameters::Mode_1pXn;
-                }
-            }
-        }
-        
-    }//end 1p1n
-    
-    
-    
-    //1pXn mode
-    else if (decayMode_SubAlg == xAOD::TauJetParameters::Mode_1pXn) {
-        
-        //1prong, Xpi0. check 1p1n-vs-1pXn
-        bool    isOK        = false;
-        bdtResponse = m_Tool_ModeDiscriminator_1p1n_vs_1pXn->getResponse(inSeed, isOK);
-        bdtTest     = t_1p1n_vs_1pXn;
-        decayMode_PanTauExtended = PanTau::PanTauSeed2::t_ExtMode1XX;
-        if(isOK == false) {
-            ATH_MSG_WARNING("WARNING problems getting bdt response for 1p1n + X-neutrals. use subAlg mode");
-            decayMode_PanTau = decayMode_SubAlg;
-        } else {
-            if(bdtResponse >  BDTCutValue_R1XX) {
-                decayMode_PanTau = xAOD::TauJetParameters::Mode_1p1n;
-            }
-            if(bdtResponse <= BDTCutValue_R1XX) {
-                decayMode_PanTau = xAOD::TauJetParameters::Mode_1pXn;
-            }
-        }
-        
-    }//end 1pXn
+  //and calc the number of additional neutrals, not tagged as pi0
+  int nCharged_SubAlg     = inSeed->getNumberOfConstituentsOfType(PanTau::TauConstituent::t_Charged);
+  int nPi0Neut_SubAlg     = inSeed->getNumberOfConstituentsOfType(PanTau::TauConstituent::t_Pi0Neut);
+  int nNeutrals_SubAlg    = inSeed->getNumberOfConstituentsOfType(PanTau::TauConstituent::t_Neutral);
+  int AdditionalNeutrals = nNeutrals_SubAlg - nPi0Neut_SubAlg;
     
+  double BDTCutValue_R10X = m_BDTCutValue_R10X_CellBased;
+  double BDTCutValue_R110 = m_BDTCutValue_R110_CellBased;
+  double BDTCutValue_R11X = m_BDTCutValue_R11X_CellBased;
+  double BDTCutValue_R1XX = m_BDTCutValue_R1XX_CellBased;
+  double BDTCutValue_R30X = m_BDTCutValue_R30X_CellBased;
+  double BDTCutValue_R3XX = m_BDTCutValue_R3XX_CellBased;
     
-    
-    //3p0n mode
-    else if (decayMode_SubAlg == xAOD::TauJetParameters::Mode_3p0n) {
-        
-        //no additional neutrals. 
-        if(AdditionalNeutrals == 0) {
-            decayMode_PanTau = xAOD::TauJetParameters::Mode_3p0n;
-            decayMode_PanTauExtended = PanTau::PanTauSeed2::t_ExtMode300;
-            bdtResponse = -2.5;
-            
-        //additional neutrals
-        } else {
+  //based on the subAlg decay mode, pass to corresponding PanTau BDT...
+  double          bdtResponse = -5;
+  DecayModeTest   bdtTest     = t_UnknownTest;
+  // 1p0n mode
+  if(decayMode_SubAlg == xAOD::TauJetParameters::Mode_1p0n) {
+               
+    //1 prong, and no other objects at all -> use 1p0n
+    if(AdditionalNeutrals == 0) {
+      decayMode_PanTau = xAOD::TauJetParameters::Mode_1p0n;
+      decayMode_PanTauExtended = PanTau::PanTauSeed::t_ExtMode100;
+      bdtResponse = -3.;
             
-            bool    isOK        = false;
-            bdtResponse = m_Tool_ModeDiscriminator_3p0n_vs_3pXn->getResponse(inSeed, isOK);
-            bdtTest     = t_3p0n_vs_3pXn;
-            decayMode_PanTauExtended = PanTau::PanTauSeed2::t_ExtMode30X;
-            if(isOK == false) {
-                ATH_MSG_WARNING("WARNING problems getting bdt response for 3p0n + X-neutrals. use subAlg mode");
-                decayMode_PanTau = decayMode_SubAlg;
-            } else {
-                if(bdtResponse >  BDTCutValue_R30X) {
-                    decayMode_PanTau = xAOD::TauJetParameters::Mode_3p0n;
-                }
-                if(bdtResponse <= BDTCutValue_R30X) {
-                    decayMode_PanTau = xAOD::TauJetParameters::Mode_3pXn;
-                }
-                ATH_MSG_DEBUG("R30X: Response is: " << bdtResponse << "  Use 3p0n if > " << BDTCutValue_R30X << " -- decision: " << PanTau::PanTauSeed2::getDecayModeName(decayMode_PanTau) );
-            }
-            
-        }
-        
-        ATH_MSG_DEBUG("SubAlgMode " << decayMode_SubAlg << ". Chrg/Neut: " << nCharged_SubAlg << " / " << nPi0Neut_SubAlg << ". Mode set to: " << decayMode_PanTau << " - " << PanTau::PanTauSeed2::getDecayModeName(decayMode_PanTau));
-    }//end 3p0n
-    
-    
+      //if there are neutrals which are not pi0-tagged, check BDT to maybe set 1p1n
+    }
+    else {
+      bool    isOK        = false;
+      bdtResponse = m_Tool_ModeDiscriminator_1p0n_vs_1p1n->getResponse(inSeed, isOK);
+      bdtTest     = t_1p0n_vs_1p1n;
+      decayMode_PanTauExtended = PanTau::PanTauSeed::t_ExtMode10X;
+      if(isOK == false) {
+	ATH_MSG_WARNING("WARNING: problems getting bdt response for 1p0n + X-neutrals. use subAlg mode");
+	decayMode_PanTau = decayMode_SubAlg;
+      }
+      else {
+	if(bdtResponse >  BDTCutValue_R10X) {
+	  decayMode_PanTau = xAOD::TauJetParameters::Mode_1p0n;
+	}
+	if(bdtResponse <= BDTCutValue_R10X) {
+	  decayMode_PanTau = xAOD::TauJetParameters::Mode_1p1n;
+	}
+      }
+    }   
+  }//end 1p0n    
     
-    //3pXn mode
-    else if (decayMode_SubAlg == xAOD::TauJetParameters::Mode_3pXn) {
-        
-        //3prong, Xpi0. check 3p0n-vs-3pXn
-        bool    isOK        = false;
-        bdtResponse = m_Tool_ModeDiscriminator_3p0n_vs_3pXn->getResponse(inSeed, isOK);
-        bdtTest     = t_3p0n_vs_3pXn;
-        decayMode_PanTauExtended = PanTau::PanTauSeed2::t_ExtMode3XX;
-        if(isOK == false) {
-            ATH_MSG_WARNING("WARNING problems getting bdt response for 3p0n + X-neutrals. use subAlg mode");
-            decayMode_PanTau = decayMode_SubAlg;
-        } else {
-            if(bdtResponse >  BDTCutValue_R3XX) {
-                decayMode_PanTau = xAOD::TauJetParameters::Mode_3p0n;
-            }
-            if(bdtResponse <= BDTCutValue_R3XX) {
-                decayMode_PanTau = xAOD::TauJetParameters::Mode_3pXn;
-            }
-        }
+  //1p1n mode
+  else if (decayMode_SubAlg == xAOD::TauJetParameters::Mode_1p1n) {        
+    //1prong, 1pi0 and no other neutrals. check 1p0n-vs-1p1n
+    if(AdditionalNeutrals == 0) {
+      bool    isOK        = false;
+      bdtResponse = m_Tool_ModeDiscriminator_1p0n_vs_1p1n->getResponse(inSeed, isOK);
+      bdtTest     = t_1p0n_vs_1p1n;
+      decayMode_PanTauExtended = PanTau::PanTauSeed::t_ExtMode110;
+      if(isOK == false) {
+	ATH_MSG_WARNING("WARNING problems getting bdt response for 1p1n + 0-neutrals. use subAlg mode");
+	decayMode_PanTau = decayMode_SubAlg;
+      }
+      else {
+	if(bdtResponse <= BDTCutValue_R110) {
+	  decayMode_PanTau = xAOD::TauJetParameters::Mode_1p1n;
+	}
+	if(bdtResponse >  BDTCutValue_R110) {
+	  decayMode_PanTau = xAOD::TauJetParameters::Mode_1p0n;
+	}
+      }      
+      //1prong, 1pi0 and additional neutrals. check 1p1n vs 1pXn
+    } 
+    else {
+      //NOTE: May investigate chain of decisions here: first check 1p0n-1p1n, and then (in case of 1p1n) 1p1n-1pXn
+      bool    isOK        = false;
+      bdtResponse = m_Tool_ModeDiscriminator_1p1n_vs_1pXn->getResponse(inSeed, isOK);
+      bdtTest     = t_1p1n_vs_1pXn;
+      decayMode_PanTauExtended = PanTau::PanTauSeed::t_ExtMode11X;
+      if(isOK == false) {
+	ATH_MSG_WARNING("WARNING problems getting bdt response for 1p1n + X-neutrals. use subAlg mode");
+	decayMode_PanTau = decayMode_SubAlg;
+      }
+      else {
+	if(bdtResponse >  BDTCutValue_R11X) {
+	  decayMode_PanTau = xAOD::TauJetParameters::Mode_1p1n;
+	}
+	if(bdtResponse <= BDTCutValue_R11X) {
+	  decayMode_PanTau = xAOD::TauJetParameters::Mode_1pXn;
+	}
+      }
+    }      
+  }//end 1p1n
         
-    } //end 3pXn
-    
-    
+  //1pXn mode
+  else if (decayMode_SubAlg == xAOD::TauJetParameters::Mode_1pXn) {
+    //1prong, Xpi0. check 1p1n-vs-1pXn
+    bool    isOK        = false;
+    bdtResponse = m_Tool_ModeDiscriminator_1p1n_vs_1pXn->getResponse(inSeed, isOK);
+    bdtTest     = t_1p1n_vs_1pXn;
+    decayMode_PanTauExtended = PanTau::PanTauSeed::t_ExtMode1XX;
+    if(isOK == false) {
+      ATH_MSG_WARNING("WARNING problems getting bdt response for 1p1n + X-neutrals. use subAlg mode");
+      decayMode_PanTau = decayMode_SubAlg;
+    } else {
+      if(bdtResponse >  BDTCutValue_R1XX) {
+	decayMode_PanTau = xAOD::TauJetParameters::Mode_1p1n;
+      }
+      if(bdtResponse <= BDTCutValue_R1XX) {
+	decayMode_PanTau = xAOD::TauJetParameters::Mode_1pXn;
+      }
+    }        
+  }//end 1pXn      
     
-    //it's none of 1p0n, 1p1n, 1pXn, 3p0n, 3pXn -> set other mode
-    else {
-        decayMode_PanTau = xAOD::TauJetParameters::Mode_Other;
-        decayMode_PanTauExtended = PanTau::PanTauSeed2::t_ExtModeOther;
-        bdtResponse = -4;
-        bdtTest     = t_UnknownTest;
+  //3p0n mode
+  else if (decayMode_SubAlg == xAOD::TauJetParameters::Mode_3p0n) {        
+    //no additional neutrals. 
+    if(AdditionalNeutrals == 0) {
+      decayMode_PanTau = xAOD::TauJetParameters::Mode_3p0n;
+      decayMode_PanTauExtended = PanTau::PanTauSeed::t_ExtMode300;
+      bdtResponse = -2.5;            
+      //additional neutrals
+    } 
+    else {            
+      bool isOK = false;
+      bdtResponse = m_Tool_ModeDiscriminator_3p0n_vs_3pXn->getResponse(inSeed, isOK);
+      bdtTest = t_3p0n_vs_3pXn;
+      decayMode_PanTauExtended = PanTau::PanTauSeed::t_ExtMode30X;
+      if(isOK == false) {
+	ATH_MSG_WARNING("WARNING problems getting bdt response for 3p0n + X-neutrals. use subAlg mode");
+	decayMode_PanTau = decayMode_SubAlg;
+      }
+      else {
+	if(bdtResponse > BDTCutValue_R30X) {
+	  decayMode_PanTau = xAOD::TauJetParameters::Mode_3p0n;
+	}
+	if(bdtResponse <= BDTCutValue_R30X) {
+	  decayMode_PanTau = xAOD::TauJetParameters::Mode_3pXn;
+	}
+      }
+    }        
+  }//end 3p0n
+
+  //3pXn mode
+  else if (decayMode_SubAlg == xAOD::TauJetParameters::Mode_3pXn) {       
+    //3prong, Xpi0. check 3p0n-vs-3pXn
+    bool    isOK        = false;
+    bdtResponse = m_Tool_ModeDiscriminator_3p0n_vs_3pXn->getResponse(inSeed, isOK);
+    bdtTest     = t_3p0n_vs_3pXn;
+    decayMode_PanTauExtended = PanTau::PanTauSeed::t_ExtMode3XX;
+    if(isOK == false) {
+      ATH_MSG_WARNING("WARNING problems getting bdt response for 3p0n + X-neutrals. use subAlg mode");
+      decayMode_PanTau = decayMode_SubAlg;
     }
-
-    if(inAlgName != "CellBased") {
-        ATH_MSG_WARNING("Name of input algorithm not known - use mode from sub alg!");
-        decayMode_PanTau = decayMode_SubAlg;
-        bdtResponse = -5;
-        bdtTest     = t_UnknownTest;
+    else {
+      if(bdtResponse >  BDTCutValue_R3XX) {
+	decayMode_PanTau = xAOD::TauJetParameters::Mode_3p0n;
+      }
+      if(bdtResponse <= BDTCutValue_R3XX) {
+	decayMode_PanTau = xAOD::TauJetParameters::Mode_3pXn;
+      }
     }
+  } //end 3pXn          
     
-    // this overrides Pantau BDT 1p1n decision in the following case:
-    // if cell based counted 1 charged, 1 pi0neut, and number of hits in EM1 for the pi0neut is 3 or larger, set 1pXn;
-    if(nCharged_SubAlg == 1 && nPi0Neut_SubAlg == 1) {
-        //check for shots in EM1
-        bool isOK = false;
-        PanTau::TauConstituent2* pi0Neut = inSeed->getConstituentsOfType(PanTau::TauConstituent2::t_Pi0Neut, isOK).at(0);
-        if(isOK == true) {
-            double nPhotons = 0;
-            std::vector<PanTau::TauConstituent2*> shots = pi0Neut->getShots();
-
-            for(unsigned int iShot=0; iShot<shots.size(); iShot++) {
-                nPhotons = nPhotons + (double)(shots.at(iShot)->getNPhotonsInShot());
-            }
-
-            if(nPhotons > 2) {
-                decayMode_SubAlg = xAOD::TauJetParameters::Mode_1pXn;
-                decayMode_PanTau = xAOD::TauJetParameters::Mode_1pXn;
-                decayMode_PanTauExtended = PanTau::PanTauSeed2::t_ExtMode11shots;
-                inSeed->setModeHackedByCellBased(true);
-                bdtResponse = -2.;
-            }
-            
-        //end check for pi0 neutrals were found
-        } else {
-            ATH_MSG_WARNING("Could not find expected CellBased neutral -> don't check for photons in cluster");
-        }
-    } //end hack check for 1p1n
-
-    //update mode of seed and store in features
-    inSeed->setDecayModeByPanTau(decayMode_PanTau);
-    features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_RecoMode", (double)decayMode_SubAlg);
-    features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_RecoMode_PanTau", (double)decayMode_PanTau);
-    features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_RecoMode_PanTauExtended", (double)decayMode_PanTauExtended);
-
-    xAOD::TauJet* tauJet = const_cast<xAOD::TauJet*>(inSeed->getTauJet());
-    //    tauJet->auxdecor<size_t>("PanTau_DecayModeExtended") = decayMode_PanTauExtended;
-    tauJet->setPanTauDetail(xAOD::TauJetParameters::PanTauDetails::PanTau_DecayModeExtended, decayMode_PanTauExtended);
+  //it's none of 1p0n, 1p1n, 1pXn, 3p0n, 3pXn -> set other mode
+  else {
+    decayMode_PanTau = xAOD::TauJetParameters::Mode_Other;
+    decayMode_PanTauExtended = PanTau::PanTauSeed::t_ExtModeOther;
+    bdtResponse = -4;
+    bdtTest     = t_UnknownTest;
+  }
+
+  if(inAlgName != "CellBased") {
+    ATH_MSG_WARNING("Name of input algorithm not known - use mode from sub alg!");
+    decayMode_PanTau = decayMode_SubAlg;
+    bdtResponse = -5;
+    bdtTest     = t_UnknownTest;
+  }
     
-    if(bdtTest == t_1p0n_vs_1p1n) {
-        features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_1p0n_vs_1p1n", bdtResponse);
-        features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_1p1n_vs_1pXn", -5.);
-        features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_3p0n_vs_3pXn", -5.);
+  // this overrides Pantau BDT 1p1n decision in the following case:
+  // if cell based counted 1 charged, 1 pi0neut, and number of hits in EM1 for the pi0neut is 3 or larger, set 1pXn;
+  if(nCharged_SubAlg == 1 && nPi0Neut_SubAlg == 1) {
+    //check for shots in EM1
+    bool isOK = false;
+    PanTau::TauConstituent* pi0Neut = inSeed->getConstituentsOfType(PanTau::TauConstituent::t_Pi0Neut, isOK).at(0);
+    if(isOK == true) {
+      double nPhotons = 0;
+      std::vector<PanTau::TauConstituent*> shots = pi0Neut->getShots();
+
+      for(unsigned int iShot=0; iShot<shots.size(); iShot++) {
+	nPhotons = nPhotons + (double)(shots.at(iShot)->getNPhotonsInShot());
+      }
+
+      if(nPhotons > 2) {
+	decayMode_SubAlg = xAOD::TauJetParameters::Mode_1pXn;
+	decayMode_PanTau = xAOD::TauJetParameters::Mode_1pXn;
+	decayMode_PanTauExtended = PanTau::PanTauSeed::t_ExtMode11shots;
+	inSeed->setModeHackedByCellBased(true);
+	bdtResponse = -2.;
+      }            
+      //end check for pi0 neutrals were found
     }
-    if(bdtTest == t_1p1n_vs_1pXn) {
-        features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_1p0n_vs_1p1n", -5.);
-        features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_1p1n_vs_1pXn", bdtResponse);
-        features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_3p0n_vs_3pXn", -5.);
-    }
-    if(bdtTest == t_3p0n_vs_3pXn) {
-        features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_1p0n_vs_1p1n", -5.);
-        features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_1p1n_vs_1pXn", -5.);
-        features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_3p0n_vs_3pXn", bdtResponse);
-    }
-    if(bdtTest == t_UnknownTest) {
-        features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_1p0n_vs_1p1n", -5.);
-        features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_1p1n_vs_1pXn", -5.);
-        features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_3p0n_vs_3pXn", -5.);
+    else {
+      ATH_MSG_WARNING("Could not find expected CellBased neutral -> don't check for photons in cluster");
     }
-
-    return StatusCode::SUCCESS;    
+  } //end hack check for 1p1n
+  
+  //update mode of seed and store in features
+  inSeed->setDecayModeByPanTau(decayMode_PanTau);
+  features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_RecoMode", (double)decayMode_SubAlg);
+  features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_RecoMode_PanTau", (double)decayMode_PanTau);
+  features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_RecoMode_PanTauExtended", (double)decayMode_PanTauExtended);
+
+  xAOD::TauJet* tauJet = const_cast<xAOD::TauJet*>(inSeed->getTauJet());
+  tauJet->setPanTauDetail(xAOD::TauJetParameters::PanTauDetails::PanTau_DecayModeExtended, decayMode_PanTauExtended);
+    
+  if(bdtTest == t_1p0n_vs_1p1n) {
+    features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_1p0n_vs_1p1n", bdtResponse);
+    features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_1p1n_vs_1pXn", -5.);
+    features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_3p0n_vs_3pXn", -5.);
+  }
+  if(bdtTest == t_1p1n_vs_1pXn) {
+    features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_1p0n_vs_1p1n", -5.);
+    features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_1p1n_vs_1pXn", bdtResponse);
+    features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_3p0n_vs_3pXn", -5.);
+  }
+  if(bdtTest == t_3p0n_vs_3pXn) {
+    features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_1p0n_vs_1p1n", -5.);
+    features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_1p1n_vs_1pXn", -5.);
+    features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_3p0n_vs_3pXn", bdtResponse);
+  }
+  if(bdtTest == t_UnknownTest) {
+    features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_1p0n_vs_1p1n", -5.);
+    features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_1p1n_vs_1pXn", -5.);
+    features->addFeature(inAlgName + "_" + m_varTypeName_Prefix_Basic + "_BDTValue_3p0n_vs_3pXn", -5.);
+  }
+
+  return StatusCode::SUCCESS;    
 }
-
-
-
-
-
-
-
diff --git a/Reconstruction/PanTau/PanTauAlgs/Root/Tool_DetailsArranger.cxx b/Reconstruction/PanTau/PanTauAlgs/Root/Tool_DetailsArranger.cxx
index 8186e9f4dac4c96a36a620000bb15f650ffe9e77..a7e97812bce524b84ee3cc3d520ea7436fc40527 100644
--- a/Reconstruction/PanTau/PanTauAlgs/Root/Tool_DetailsArranger.cxx
+++ b/Reconstruction/PanTau/PanTauAlgs/Root/Tool_DetailsArranger.cxx
@@ -2,17 +2,14 @@
   Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
-//! C++
 #include <string>
 #include <vector>
 
-//! xAOD EDM
 #include "xAODTau/TauJet.h"
 #include "xAODPFlow/PFOContainer.h"
 #include "xAODParticleEvent/Particle.h"
 #include "xAODParticleEvent/ParticleContainer.h"
 
-//! PanTau includes
 #include "PanTauAlgs/Tool_DetailsArranger.h"
 #include "PanTauAlgs/PanTauSeed.h"
 #include "PanTauAlgs/HelperFunctions.h"
@@ -21,365 +18,346 @@
 bool sortBDTscore(ElementLink< xAOD::PFOContainer > i, ElementLink< xAOD::PFOContainer > j){
 
   return ( i.cachedElement()->bdtPi0Score() > j.cachedElement()->bdtPi0Score() );
-
 }
 
 
-PanTau::Tool_DetailsArranger::Tool_DetailsArranger(
-    const std::string& name ) :
-        asg::AsgTool(name),
-        m_Tool_InformationStore("PanTau::Tool_InformationStore/Tool_InformationStore")
+PanTau::Tool_DetailsArranger::Tool_DetailsArranger(const std::string& name) :
+  asg::AsgTool(name),
+  m_Tool_InformationStore("PanTau::Tool_InformationStore/Tool_InformationStore")
 {
-    declareProperty("Tool_InformationStore",            m_Tool_InformationStore,            "Tool handle to the information store tool");
-    declareProperty("Tool_InformationStoreName",            m_Tool_InformationStoreName,            "Tool handle to the information store tool");
+  declareProperty("Tool_InformationStore",            m_Tool_InformationStore,            "Tool handle to the information store tool");
+  declareProperty("Tool_InformationStoreName",            m_Tool_InformationStoreName,            "Tool handle to the information store tool");
 }
 
 
-
 PanTau::Tool_DetailsArranger::~Tool_DetailsArranger() {
 }
 
 
-
 StatusCode PanTau::Tool_DetailsArranger::initialize() {
 
-    m_init=true;
+  m_init=true;
 
-    ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_InformationStore, m_Tool_InformationStoreName ) );
+  ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_InformationStore, m_Tool_InformationStoreName ) );
     
-    ATH_CHECK( m_Tool_InformationStore->getInfo_Double("TauConstituents_Types_DeltaRCore",                      m_CoreCone) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_BinEdges_Eta",                       m_EtaBinEdges) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_Selection_Neutral_EtaBinned_EtCut",  m_EtaBinnedEtCuts) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Sum",          m_varTypeName_Sum) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Ratio",        m_varTypeName_Ratio) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_EtInRing",     m_varTypeName_EtInRing) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Isolation",    m_varTypeName_Isolation) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Num",          m_varTypeName_Num) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Mean",         m_varTypeName_Mean) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_StdDev",       m_varTypeName_StdDev) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_HLV",          m_varTypeName_HLV) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Angle",        m_varTypeName_Angle) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_DeltaR",       m_varTypeName_DeltaR) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_JetMoment",    m_varTypeName_JetMoment) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Combined",     m_varTypeName_Combined) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_JetShape",     m_varTypeName_JetShape) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_ImpactParams", m_varTypeName_ImpactParams) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Basic",        m_varTypeName_Basic) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_PID",          m_varTypeName_PID) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Shots",        m_varTypeName_Shots) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_Double("TauConstituents_Types_DeltaRCore",                      m_CoreCone) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_BinEdges_Eta",                       m_EtaBinEdges) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_Selection_Neutral_EtaBinned_EtCut",  m_EtaBinnedEtCuts) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Sum",          m_varTypeName_Sum) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Ratio",        m_varTypeName_Ratio) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_EtInRing",     m_varTypeName_EtInRing) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Isolation",    m_varTypeName_Isolation) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Num",          m_varTypeName_Num) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Mean",         m_varTypeName_Mean) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_StdDev",       m_varTypeName_StdDev) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_HLV",          m_varTypeName_HLV) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Angle",        m_varTypeName_Angle) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_DeltaR",       m_varTypeName_DeltaR) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_JetMoment",    m_varTypeName_JetMoment) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Combined",     m_varTypeName_Combined) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_JetShape",     m_varTypeName_JetShape) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_ImpactParams", m_varTypeName_ImpactParams) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Basic",        m_varTypeName_Basic) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_PID",          m_varTypeName_PID) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Shots",        m_varTypeName_Shots) );
     
-    return StatusCode::SUCCESS;
+  return StatusCode::SUCCESS;
 }
 
 
-StatusCode PanTau::Tool_DetailsArranger::execute(PanTau::PanTauSeed2* inSeed, xAOD::ParticleContainer& pi0Container) {
+StatusCode PanTau::Tool_DetailsArranger::execute(PanTau::PanTauSeed* inSeed, xAOD::ParticleContainer& pi0Container) {
 
-    std::string inputAlg = inSeed->getNameInputAlgorithm();
+  std::string inputAlg = inSeed->getNameInputAlgorithm();
     
-    bool noAnyConstituents           = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed2::t_NoConstituentsAtAll);
-    bool noSelConstituents           = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed2::t_NoSelectedConstituents);
-    bool noValidInputTau             = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed2::t_NoValidInputTau);
-    bool isBadSeed                   = (noAnyConstituents || noSelConstituents || noValidInputTau);
-    m_expectInvalidFeatures          = isBadSeed;
-
+  bool noAnyConstituents           = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed::t_NoConstituentsAtAll);
+  bool noSelConstituents           = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed::t_NoSelectedConstituents);
+  bool noValidInputTau             = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed::t_NoValidInputTau);
+  bool isBadSeed                   = (noAnyConstituents || noSelConstituents || noValidInputTau);
+  m_expectInvalidFeatures          = isBadSeed;
         
-    //set the PFO link vector and pantau 4-vector to default values for every tau first (xAOD technicality)
-    //if the tau is valid, overwrite with non-default values
-    xAOD::TauJet* tauJet = const_cast<xAOD::TauJet*>(inSeed->getTauJet());
+  //set the PFO link vector and pantau 4-vector to default values for every tau first (xAOD technicality)
+  //if the tau is valid, overwrite with non-default values
+  xAOD::TauJet* tauJet = const_cast<xAOD::TauJet*>(inSeed->getTauJet());
     
-    if(isBadSeed == true) {
-        ATH_MSG_DEBUG("This seed is not useable for detail arranging (other than validity flag)");
-        tauJet->setPanTauDetail(xAOD::TauJetParameters::PanTau_isPanTauCandidate, 0);
-        return StatusCode::SUCCESS;
-    }
+  if(isBadSeed == true) {
+    ATH_MSG_DEBUG("This seed is not useable for detail arranging (other than validity flag)");
+    tauJet->setPanTauDetail(xAOD::TauJetParameters::PanTau_isPanTauCandidate, 0);
+    return StatusCode::SUCCESS;
+  }
     
-    ATH_CHECK(arrangePFOLinks(inSeed, tauJet, pi0Container));
-
-    //Basic variables
-    addPanTauDetailToTauJet(inSeed, m_varTypeName_Basic + "_isPanTauCandidate",      xAOD::TauJetParameters::PanTau_isPanTauCandidate, PanTau::Tool_DetailsArranger::t_Int);
-    addPanTauDetailToTauJet(inSeed, m_varTypeName_Basic + "_RecoMode_PanTau",        xAOD::TauJetParameters::PanTau_DecayMode, PanTau::Tool_DetailsArranger::t_Int);
-    addPanTauDetailToTauJet(inSeed, m_varTypeName_Basic + "_BDTValue_1p0n_vs_1p1n",  xAOD::TauJetParameters::PanTau_BDTValue_1p0n_vs_1p1n, PanTau::Tool_DetailsArranger::t_Float);
-    addPanTauDetailToTauJet(inSeed, m_varTypeName_Basic + "_BDTValue_1p1n_vs_1pXn",  xAOD::TauJetParameters::PanTau_BDTValue_1p1n_vs_1pXn, PanTau::Tool_DetailsArranger::t_Float);
-    addPanTauDetailToTauJet(inSeed, m_varTypeName_Basic + "_BDTValue_3p0n_vs_3pXn",  xAOD::TauJetParameters::PanTau_BDTValue_3p0n_vs_3pXn, PanTau::Tool_DetailsArranger::t_Float);
+  ATH_CHECK(arrangePFOLinks(inSeed, tauJet, pi0Container));
+
+  //Basic variables
+  addPanTauDetailToTauJet(inSeed, m_varTypeName_Basic + "_isPanTauCandidate",      xAOD::TauJetParameters::PanTau_isPanTauCandidate, PanTau::Tool_DetailsArranger::t_Int);
+  addPanTauDetailToTauJet(inSeed, m_varTypeName_Basic + "_RecoMode_PanTau",        xAOD::TauJetParameters::PanTau_DecayMode, PanTau::Tool_DetailsArranger::t_Int);
+  addPanTauDetailToTauJet(inSeed, m_varTypeName_Basic + "_BDTValue_1p0n_vs_1p1n",  xAOD::TauJetParameters::PanTau_BDTValue_1p0n_vs_1p1n, PanTau::Tool_DetailsArranger::t_Float);
+  addPanTauDetailToTauJet(inSeed, m_varTypeName_Basic + "_BDTValue_1p1n_vs_1pXn",  xAOD::TauJetParameters::PanTau_BDTValue_1p1n_vs_1pXn, PanTau::Tool_DetailsArranger::t_Float);
+  addPanTauDetailToTauJet(inSeed, m_varTypeName_Basic + "_BDTValue_3p0n_vs_3pXn",  xAOD::TauJetParameters::PanTau_BDTValue_3p0n_vs_3pXn, PanTau::Tool_DetailsArranger::t_Float);
     
-    //Final 4-vector
-    tauJet->setP4(xAOD::TauJetParameters::PanTauCellBased, inSeed->getFinalMomentum().Pt(), inSeed->getFinalMomentum().Eta(), inSeed->getFinalMomentum().Phi(), inSeed->getFinalMomentum().M());
-
-    //BDT variables
-    addPanTauDetailToTauJet(inSeed, "Basic_NNeutralConsts",
-                            xAOD::TauJetParameters::PanTau_BDTVar_Basic_NNeutralConsts, PanTau::Tool_DetailsArranger::t_Int);
-    addPanTauDetailToTauJet(inSeed, "Charged_JetMoment_EtDRxTotalEt",
-                            xAOD::TauJetParameters::PanTau_BDTVar_Charged_JetMoment_EtDRxTotalEt, PanTau::Tool_DetailsArranger::t_Float);
-    addPanTauDetailToTauJet(inSeed, "Charged_StdDev_Et_WrtEtAllConsts",
-                            xAOD::TauJetParameters::PanTau_BDTVar_Charged_StdDev_Et_WrtEtAllConsts, PanTau::Tool_DetailsArranger::t_Float);
-    addPanTauDetailToTauJet(inSeed, "Neutral_HLV_SumM",
-                            xAOD::TauJetParameters::PanTau_BDTVar_Neutral_HLV_SumM, PanTau::Tool_DetailsArranger::t_Float);
-    addPanTauDetailToTauJet(inSeed, "Neutral_PID_BDTValues_BDTSort_1",
-                            xAOD::TauJetParameters::PanTau_BDTVar_Neutral_PID_BDTValues_BDTSort_1, PanTau::Tool_DetailsArranger::t_Float);
-    addPanTauDetailToTauJet(inSeed, "Neutral_PID_BDTValues_BDTSort_2",
-                            xAOD::TauJetParameters::PanTau_BDTVar_Neutral_PID_BDTValues_BDTSort_2, PanTau::Tool_DetailsArranger::t_Float);
-    addPanTauDetailToTauJet(inSeed, "Neutral_Ratio_1stBDTEtOverEtAllConsts",
-                            xAOD::TauJetParameters::PanTau_BDTVar_Neutral_Ratio_1stBDTEtOverEtAllConsts, PanTau::Tool_DetailsArranger::t_Float);
-    addPanTauDetailToTauJet(inSeed, "Neutral_Ratio_EtOverEtAllConsts",
-                            xAOD::TauJetParameters::PanTau_BDTVar_Neutral_Ratio_EtOverEtAllConsts, PanTau::Tool_DetailsArranger::t_Float);
-    addPanTauDetailToTauJet(inSeed, "Neutral_Shots_NPhotonsInSeed",
-                            xAOD::TauJetParameters::PanTau_BDTVar_Neutral_Shots_NPhotonsInSeed, PanTau::Tool_DetailsArranger::t_Float);
-    addPanTauDetailToTauJet(inSeed, "Combined_DeltaR1stNeutralTo1stCharged",
-                            xAOD::TauJetParameters::PanTau_BDTVar_Combined_DeltaR1stNeutralTo1stCharged, PanTau::Tool_DetailsArranger::t_Float);
-    addPanTauDetailToTauJet(inSeed, "Charged_HLV_SumM",
-                            xAOD::TauJetParameters::PanTau_BDTVar_Charged_HLV_SumM, PanTau::Tool_DetailsArranger::t_Float);
-
+  //Final 4-vector
+  tauJet->setP4(xAOD::TauJetParameters::PanTauCellBased, inSeed->getFinalMomentum().Pt(), inSeed->getFinalMomentum().Eta(), inSeed->getFinalMomentum().Phi(), inSeed->getFinalMomentum().M());
+
+  //BDT variables
+  addPanTauDetailToTauJet(inSeed, "Basic_NNeutralConsts",
+			  xAOD::TauJetParameters::PanTau_BDTVar_Basic_NNeutralConsts, PanTau::Tool_DetailsArranger::t_Int);
+  addPanTauDetailToTauJet(inSeed, "Charged_JetMoment_EtDRxTotalEt",
+			  xAOD::TauJetParameters::PanTau_BDTVar_Charged_JetMoment_EtDRxTotalEt, PanTau::Tool_DetailsArranger::t_Float);
+  addPanTauDetailToTauJet(inSeed, "Charged_StdDev_Et_WrtEtAllConsts",
+			  xAOD::TauJetParameters::PanTau_BDTVar_Charged_StdDev_Et_WrtEtAllConsts, PanTau::Tool_DetailsArranger::t_Float);
+  addPanTauDetailToTauJet(inSeed, "Neutral_HLV_SumM",
+			  xAOD::TauJetParameters::PanTau_BDTVar_Neutral_HLV_SumM, PanTau::Tool_DetailsArranger::t_Float);
+  addPanTauDetailToTauJet(inSeed, "Neutral_PID_BDTValues_BDTSort_1",
+			  xAOD::TauJetParameters::PanTau_BDTVar_Neutral_PID_BDTValues_BDTSort_1, PanTau::Tool_DetailsArranger::t_Float);
+  addPanTauDetailToTauJet(inSeed, "Neutral_PID_BDTValues_BDTSort_2",
+			  xAOD::TauJetParameters::PanTau_BDTVar_Neutral_PID_BDTValues_BDTSort_2, PanTau::Tool_DetailsArranger::t_Float);
+  addPanTauDetailToTauJet(inSeed, "Neutral_Ratio_1stBDTEtOverEtAllConsts",
+			  xAOD::TauJetParameters::PanTau_BDTVar_Neutral_Ratio_1stBDTEtOverEtAllConsts, PanTau::Tool_DetailsArranger::t_Float);
+  addPanTauDetailToTauJet(inSeed, "Neutral_Ratio_EtOverEtAllConsts",
+			  xAOD::TauJetParameters::PanTau_BDTVar_Neutral_Ratio_EtOverEtAllConsts, PanTau::Tool_DetailsArranger::t_Float);
+  addPanTauDetailToTauJet(inSeed, "Neutral_Shots_NPhotonsInSeed",
+			  xAOD::TauJetParameters::PanTau_BDTVar_Neutral_Shots_NPhotonsInSeed, PanTau::Tool_DetailsArranger::t_Float);
+  addPanTauDetailToTauJet(inSeed, "Combined_DeltaR1stNeutralTo1stCharged",
+			  xAOD::TauJetParameters::PanTau_BDTVar_Combined_DeltaR1stNeutralTo1stCharged, PanTau::Tool_DetailsArranger::t_Float);
+  addPanTauDetailToTauJet(inSeed, "Charged_HLV_SumM",
+			  xAOD::TauJetParameters::PanTau_BDTVar_Charged_HLV_SumM, PanTau::Tool_DetailsArranger::t_Float);
               
-    return StatusCode::SUCCESS;
+  return StatusCode::SUCCESS;
 }
 
 
-
-void PanTau::Tool_DetailsArranger::addPanTauDetailToTauJet(PanTauSeed2*                            inSeed,
+void PanTau::Tool_DetailsArranger::addPanTauDetailToTauJet(PanTauSeed*                            inSeed,
                                                            std::string                            featName,
                                                            xAOD::TauJetParameters::PanTauDetails  detailEnum,
                                                            PanTauDetailsType                      detailType) const {
 
-    bool isValid;
-    PanTau::TauFeature2* features        = inSeed->getFeatures();
-    std::string         fullFeatName    = inSeed->getNameInputAlgorithm() + "_" + featName;
+  bool isValid;
+  PanTau::TauFeature* features        = inSeed->getFeatures();
+  std::string         fullFeatName    = inSeed->getNameInputAlgorithm() + "_" + featName;
 
-    double theValue;
-    theValue = features->value(fullFeatName, isValid);
-    if(isValid == false) {
+  double theValue = features->value(fullFeatName, isValid);
+  if(isValid == false) {
 
-        if(m_expectInvalidFeatures == false) {
-            ATH_MSG_DEBUG("WARNING --- Problems getting value for feature " << fullFeatName << " from map! This should not happen for this seed!");
-            ATH_MSG_DEBUG("WARNING --- Did the ModeDiscriminator set features used in BDTs that were not found to their default values?");
-            ATH_MSG_DEBUG("NOTE    --- This can also happen for seeds with (for example) 0 neutrals when trying to get Neutral_SumM - check seed");
-        }
-        theValue = -1111;
+    if(m_expectInvalidFeatures == false) {
+      ATH_MSG_DEBUG("WARNING --- Problems getting value for feature " << fullFeatName << " from map! This should not happen for this seed!");
+      ATH_MSG_DEBUG("WARNING --- Did the ModeDiscriminator set features used in BDTs that were not found to their default values?");
+      ATH_MSG_DEBUG("NOTE    --- This can also happen for seeds with (for example) 0 neutrals when trying to get Neutral_SumM - check seed");
     }
+    theValue = -1111;
+  }
 
-    xAOD::TauJet* tauJet = const_cast<xAOD::TauJet*>(inSeed->getTauJet());
-    int     valueToAddInt   = -1;
-    float   valueToAddFloat = -1.1;
-
-    switch(detailType) {
-        case PanTau::Tool_DetailsArranger::t_Int:
-            valueToAddInt   = (int)theValue;
-            tauJet->setPanTauDetail(detailEnum, valueToAddInt);
-            break;
-        case PanTau::Tool_DetailsArranger::t_Float:
-            valueToAddFloat = (float)theValue;
-            tauJet->setPanTauDetail(detailEnum, valueToAddFloat);
-            break;
-        default:
-            ATH_MSG_WARNING("Unknown PanTauDetailType! Please use enum PanTauDetailsType from PanTauAlgs/Tool_DetailsArranger.h.");
-            ATH_MSG_WARNING("!NOT! adding detail named " << featName);
-            break;
-    }
+  xAOD::TauJet* tauJet = const_cast<xAOD::TauJet*>(inSeed->getTauJet());
+  int     valueToAddInt   = -1;
+  float   valueToAddFloat = -1.1;
+
+  switch(detailType) {
+  case PanTau::Tool_DetailsArranger::t_Int:
+    valueToAddInt   = (int)theValue;
+    tauJet->setPanTauDetail(detailEnum, valueToAddInt);
+    break;
+  case PanTau::Tool_DetailsArranger::t_Float:
+    valueToAddFloat = (float)theValue;
+    tauJet->setPanTauDetail(detailEnum, valueToAddFloat);
+    break;
+  default:
+    ATH_MSG_WARNING("Unknown PanTauDetailType! Please use enum PanTauDetailsType from PanTauAlgs/Tool_DetailsArranger.h.");
+    ATH_MSG_WARNING("!NOT! adding detail named " << featName);
+    break;
+  }
 
-    return;
+  return;
 }
 
 
+StatusCode PanTau::Tool_DetailsArranger::arrangePFOLinks(PanTau::PanTauSeed* inSeed, xAOD::TauJet* tauJet, xAOD::ParticleContainer& pi0Container) {
 
-StatusCode PanTau::Tool_DetailsArranger::arrangePFOLinks(PanTau::PanTauSeed2* inSeed, xAOD::TauJet* tauJet, xAOD::ParticleContainer& pi0Container) {
-
-    std::string inputAlg = inSeed->getNameInputAlgorithm();
+  std::string inputAlg = inSeed->getNameInputAlgorithm();
    
-    //get the PFO links
-    std::vector< ElementLink< xAOD::PFOContainer > > chrgPFOLinks       = tauJet->protoChargedPFOLinks();
-    std::vector< ElementLink< xAOD::PFOContainer > > neutralPFOLinks    = tauJet->protoNeutralPFOLinks();
-
-    std::vector< ElementLink< xAOD::PFOContainer > > pi0PFOLinks        = CollectConstituentsAsPFOLinks( inSeed, tauJet->protoNeutralPFOLinks(), PanTau::TauConstituent2::t_Pi0Neut );
-    std::vector< ElementLink< xAOD::PFOContainer > > preSelected_neutralPFOLinks    = CollectConstituentsAsPFOLinks( inSeed, tauJet->protoNeutralPFOLinks(), PanTau::TauConstituent2::t_Neutral );
-
-
-    //clear the default links, just to be safe
-    tauJet->clearChargedPFOLinks();
-    tauJet->clearNeutralPFOLinks();
-    tauJet->clearPi0PFOLinks();
+  //get the PFO links
+  std::vector< ElementLink< xAOD::PFOContainer > > chrgPFOLinks       = tauJet->protoChargedPFOLinks();
+  std::vector< ElementLink< xAOD::PFOContainer > > neutralPFOLinks    = tauJet->protoNeutralPFOLinks();
+  std::vector< ElementLink< xAOD::PFOContainer > > pi0PFOLinks        = CollectConstituentsAsPFOLinks( inSeed, tauJet->protoNeutralPFOLinks(), PanTau::TauConstituent::t_Pi0Neut );
+  std::vector< ElementLink< xAOD::PFOContainer > > preSelected_neutralPFOLinks    = CollectConstituentsAsPFOLinks( inSeed, tauJet->protoNeutralPFOLinks(), PanTau::TauConstituent::t_Neutral );
+
+  //clear the default links, just to be safe
+  tauJet->clearChargedPFOLinks();
+  tauJet->clearNeutralPFOLinks();
+  tauJet->clearPi0PFOLinks();
     
-    std::vector< ElementLink< xAOD::PFOContainer > > preLinkPi0PFOLinks        = tauJet->pi0PFOLinks();
+  std::vector< ElementLink< xAOD::PFOContainer > > preLinkPi0PFOLinks = tauJet->pi0PFOLinks();
 
-    // sort PFO links according to pi0 BDT score:
-    std::sort (pi0PFOLinks.begin(), pi0PFOLinks.end(), sortBDTscore);
-    std::sort (preSelected_neutralPFOLinks.begin(), preSelected_neutralPFOLinks.end(), sortBDTscore);
-    std::sort (neutralPFOLinks.begin(), neutralPFOLinks.end(), sortBDTscore);
+  // sort PFO links according to pi0 BDT score:
+  std::sort (pi0PFOLinks.begin(), pi0PFOLinks.end(), sortBDTscore);
+  std::sort (preSelected_neutralPFOLinks.begin(), preSelected_neutralPFOLinks.end(), sortBDTscore);
+  std::sort (neutralPFOLinks.begin(), neutralPFOLinks.end(), sortBDTscore);
 
-    // set the masses of all neutrals *and pi0 neutrals* to 0:
-    SetNeutralConstituentVectorMasses(neutralPFOLinks, 0.);
+  // set the masses of all neutrals *and pi0 neutrals* to 0:
+  SetNeutralConstituentVectorMasses(neutralPFOLinks, 0.);
     
-    // arrange charged & neutral PFOs: they are not changed -> copy from cellbased
-    tauJet->setChargedPFOLinks(chrgPFOLinks);
-    tauJet->setNeutralPFOLinks(neutralPFOLinks);
+  // arrange charged & neutral PFOs: they are not changed -> copy from cellbased
+  tauJet->setChargedPFOLinks(chrgPFOLinks);
+  tauJet->setNeutralPFOLinks(neutralPFOLinks);
     
-    tauJet->setDetail(xAOD::TauJetParameters::nCharged, (int)chrgPFOLinks.size());
+  tauJet->setDetail(xAOD::TauJetParameters::nCharged, (int)chrgPFOLinks.size());
 
-    //arrange pi0 pfos: depends on decay mode classification
-    int decayModeProto = inSeed->getDecayModeBySubAlg();
-    int decayModeFinal = inSeed->getDecayModeByPanTau();
+  //arrange pi0 pfos: depends on decay mode classification
+  int decayModeProto = inSeed->getDecayModeBySubAlg();
+  int decayModeFinal = inSeed->getDecayModeByPanTau();
     
-    if(decayModeFinal == xAOD::TauJetParameters::Mode_Other) {
-        tauJet->setPi0PFOLinks(pi0PFOLinks);
-        SetHLVTau(inSeed, tauJet, inputAlg, m_varTypeName_Basic);
+  if(decayModeFinal == xAOD::TauJetParameters::Mode_Other) {
+    tauJet->setPi0PFOLinks(pi0PFOLinks);
+    SetHLVTau(inSeed, tauJet, inputAlg, m_varTypeName_Basic);
 
-        return StatusCode::SUCCESS;
-    }
+    return StatusCode::SUCCESS;
+  }
     
-    //if pantau sets the same decay mode as the substructure algorithm, just copy the links
-    if(decayModeProto == decayModeFinal) {
+  //if pantau sets the same decay mode as the substructure algorithm, just copy the links
+  if(decayModeProto == decayModeFinal) {
       
-      if( decayModeFinal == xAOD::TauJetParameters::Mode_3pXn && pi0PFOLinks.size() > 1 ){
+    if( decayModeFinal == xAOD::TauJetParameters::Mode_3pXn && pi0PFOLinks.size() > 1 ){
 
-	// assign all neutrals but only one pi0 neutral to Pantau:
-	preLinkPi0PFOLinks.push_back( pi0PFOLinks.at(0) );
+      // assign all neutrals but only one pi0 neutral to Pantau:
+      preLinkPi0PFOLinks.push_back( pi0PFOLinks.at(0) );
 	
-	// set all masses correctly:
-	SetNeutralConstituentVectorMasses(preLinkPi0PFOLinks, MASS_PI0);
+      // set all masses correctly:
+      SetNeutralConstituentVectorMasses(preLinkPi0PFOLinks, MASS_PI0);
 	
-      } else {
+    } else {
 
-	// assign the same constituents to Pantau:
-	preLinkPi0PFOLinks=pi0PFOLinks;
+      // assign the same constituents to Pantau:
+      preLinkPi0PFOLinks=pi0PFOLinks;
 	
-	// set all masses correctly:
-	SetNeutralConstituentVectorMasses(preLinkPi0PFOLinks, MASS_PI0);
-
-      }
-
-
-    } else {
+      // set all masses correctly:
+      SetNeutralConstituentVectorMasses(preLinkPi0PFOLinks, MASS_PI0);
+    }
 
-      if( decayModeFinal == xAOD::TauJetParameters::Mode_1p1n && decayModeProto == xAOD::TauJetParameters::Mode_1p0n ){
+  } else {
 
-	// add the highest BDT-score neutral from the sub-alg:
-	if(preSelected_neutralPFOLinks.size() > 0) preLinkPi0PFOLinks.push_back( preSelected_neutralPFOLinks.at(0) );
-	else ATH_MSG_WARNING("No neutral PFO Links although there should be!!");
+    if( decayModeFinal == xAOD::TauJetParameters::Mode_1p1n && decayModeProto == xAOD::TauJetParameters::Mode_1p0n ){
 
+      // add the highest BDT-score neutral from the sub-alg:
+      if(preSelected_neutralPFOLinks.size() > 0) preLinkPi0PFOLinks.push_back( preSelected_neutralPFOLinks.at(0) );
+      else ATH_MSG_WARNING("No neutral PFO Links although there should be!!");
 
-	// set the mass:
-	SetNeutralConstituentVectorMasses(preLinkPi0PFOLinks, MASS_PI0);
+      // set the mass:
+      SetNeutralConstituentVectorMasses(preLinkPi0PFOLinks, MASS_PI0);
 
-      } else if( decayModeFinal == xAOD::TauJetParameters::Mode_1p0n && decayModeProto == xAOD::TauJetParameters::Mode_1p1n ){
+    } else if( decayModeFinal == xAOD::TauJetParameters::Mode_1p0n && decayModeProto == xAOD::TauJetParameters::Mode_1p1n ){
 
-	// do nothing (leave the pi0 neutrals list empty)
+      // do nothing (leave the pi0 neutrals list empty)
 
-      } else if( decayModeFinal == xAOD::TauJetParameters::Mode_1pXn && decayModeProto == xAOD::TauJetParameters::Mode_1p1n ){
+    } else if( decayModeFinal == xAOD::TauJetParameters::Mode_1pXn && decayModeProto == xAOD::TauJetParameters::Mode_1p1n ){
 
 
-	if( pi0PFOLinks.size() == 1 && HasMultPi0sInOneCluster(pi0PFOLinks.at(0).cachedElement(), decayModeProto, inputAlg) ){ 
+      if( pi0PFOLinks.size() == 1 && HasMultPi0sInOneCluster(pi0PFOLinks.at(0).cachedElement(), decayModeProto, inputAlg) ){ 
 	  
-	  // assign twice the pi0 mass to the one pi0 PFO:
-	  SetNeutralConstituentVectorMasses(pi0PFOLinks, 2*MASS_PI0);
+	// assign twice the pi0 mass to the one pi0 PFO:
+	SetNeutralConstituentVectorMasses(pi0PFOLinks, 2*MASS_PI0);
 	  
-	  // assign the same constituents to Pantau:
-	  preLinkPi0PFOLinks=pi0PFOLinks;
+	// assign the same constituents to Pantau:
+	preLinkPi0PFOLinks=pi0PFOLinks;
 	  
-	} else {
+      } else {
 	  
-	  // copy all (really only one) pi0s from the sub-alg and add
-	  // the highest BDT-score neutral:
-	  preLinkPi0PFOLinks=pi0PFOLinks;
-	  if(preSelected_neutralPFOLinks.size() > 0) preLinkPi0PFOLinks.push_back( preSelected_neutralPFOLinks.at(0) );
-	  else ATH_MSG_WARNING("No neutral PFO Links although there should be!!");
+	// copy all (really only one) pi0s from the sub-alg and add
+	// the highest BDT-score neutral:
+	preLinkPi0PFOLinks=pi0PFOLinks;
+	if(preSelected_neutralPFOLinks.size() > 0) preLinkPi0PFOLinks.push_back( preSelected_neutralPFOLinks.at(0) );
+	else ATH_MSG_WARNING("No neutral PFO Links although there should be!!");
 	  
-	  // set the mass:
-	  SetNeutralConstituentVectorMasses(preLinkPi0PFOLinks, MASS_PI0);
-
-	}
+	// set the mass:
+	SetNeutralConstituentVectorMasses(preLinkPi0PFOLinks, MASS_PI0);
+      }
 
-      } else if( decayModeFinal == xAOD::TauJetParameters::Mode_1p1n && decayModeProto == xAOD::TauJetParameters::Mode_1pXn ){
+    } else if( decayModeFinal == xAOD::TauJetParameters::Mode_1p1n && decayModeProto == xAOD::TauJetParameters::Mode_1pXn ){
 
-	// copy all (two) pi0s from the sub-alg:
-	preLinkPi0PFOLinks.push_back( pi0PFOLinks.at(0) );
-	preLinkPi0PFOLinks.push_back( pi0PFOLinks.at(1) );
+      // copy all (two) pi0s from the sub-alg:
+      preLinkPi0PFOLinks.push_back( pi0PFOLinks.at(0) );
+      preLinkPi0PFOLinks.push_back( pi0PFOLinks.at(1) );
 
-	// set both pi0neutrals to mass 0 (photon mass):
-	SetNeutralConstituentVectorMasses(preLinkPi0PFOLinks, 0.);
+      // set both pi0neutrals to mass 0 (photon mass):
+      SetNeutralConstituentVectorMasses(preLinkPi0PFOLinks, 0.);
 
-      } else if( decayModeFinal == xAOD::TauJetParameters::Mode_3pXn && decayModeProto == xAOD::TauJetParameters::Mode_3p0n ){
+    } else if( decayModeFinal == xAOD::TauJetParameters::Mode_3pXn && decayModeProto == xAOD::TauJetParameters::Mode_3p0n ){
 
-	// add the highest BDT-score neutral from the sub-alg:
-	if(preSelected_neutralPFOLinks.size() > 0) preLinkPi0PFOLinks.push_back( preSelected_neutralPFOLinks.at(0) );
-	else ATH_MSG_WARNING("No neutral PFO Links although there should be!!");
+      // add the highest BDT-score neutral from the sub-alg:
+      if(preSelected_neutralPFOLinks.size() > 0) preLinkPi0PFOLinks.push_back( preSelected_neutralPFOLinks.at(0) );
+      else ATH_MSG_WARNING("No neutral PFO Links although there should be!!");
 	
-	// set the mass:
-	SetNeutralConstituentVectorMasses(preLinkPi0PFOLinks, MASS_PI0);
+      // set the mass:
+      SetNeutralConstituentVectorMasses(preLinkPi0PFOLinks, MASS_PI0);
 
-      } else if( decayModeFinal == xAOD::TauJetParameters::Mode_3p0n && decayModeProto == xAOD::TauJetParameters::Mode_3pXn ){
-
-	// do nothing (leave the pi0 neutrals list empty)
-	
-      }
+    } else if( decayModeFinal == xAOD::TauJetParameters::Mode_3p0n && decayModeProto == xAOD::TauJetParameters::Mode_3pXn ){
 
+      // do nothing (leave the pi0 neutrals list empty)	
     }
+  }
 
-    tauJet->setPi0PFOLinks(preLinkPi0PFOLinks);
-
-    SetHLVTau(inSeed, tauJet, inputAlg, m_varTypeName_Basic);
+  tauJet->setPi0PFOLinks(preLinkPi0PFOLinks);
 
-    std::vector< ElementLink< xAOD::PFOContainer > > finalChrgPFOLinks       = tauJet->chargedPFOLinks();
-    std::vector< ElementLink< xAOD::PFOContainer > > finalPi0PFOLinks        = tauJet->pi0PFOLinks();
-    std::vector< ElementLink< xAOD::PFOContainer > > finalNeutralPFOLinks    = tauJet->neutralPFOLinks();
- 
-
-    // vector of 4-vectors of actual pi0s and a vector with pointers to PFOs:
-    std::vector< TLorentzVector > vec_pi04vec;
-    std::vector< std::vector< ElementLink<xAOD::PFOContainer> > > vec_pi0pfos;
-    createPi0Vectors(tauJet, vec_pi04vec, vec_pi0pfos);
-
-    for(unsigned int itlv=0; itlv!=vec_pi04vec.size(); ++itlv) {      
-      xAOD::Particle* p = new xAOD::Particle();
-      pi0Container.push_back(p);
-      p->setPxPyPzE(vec_pi04vec.at(itlv).Px(), vec_pi04vec.at(itlv).Py(), vec_pi04vec.at(itlv).Pz(), vec_pi04vec.at(itlv).E());
-      std::vector< ElementLink< xAOD::PFOContainer > > pfo_link_vector;
-      for( uint ipfo = 0; ipfo != vec_pi0pfos.at(itlv).size(); ++ipfo) {
-	pfo_link_vector.push_back(vec_pi0pfos.at(itlv).at(ipfo));
-      }
+  SetHLVTau(inSeed, tauJet, inputAlg, m_varTypeName_Basic);
 
-      static SG::AuxElement::Accessor<std::vector< ElementLink< xAOD::PFOContainer > > > accPi0PFOLinks("pi0PFOLinks");
-      accPi0PFOLinks(*p) = pfo_link_vector;
+  std::vector< ElementLink< xAOD::PFOContainer > > finalChrgPFOLinks       = tauJet->chargedPFOLinks();
+  std::vector< ElementLink< xAOD::PFOContainer > > finalPi0PFOLinks        = tauJet->pi0PFOLinks();
+  std::vector< ElementLink< xAOD::PFOContainer > > finalNeutralPFOLinks    = tauJet->neutralPFOLinks(); 
 
-      ElementLink< xAOD::IParticleContainer > linkToPi0;
-      linkToPi0.toContainedElement(pi0Container, dynamic_cast<xAOD::IParticle*> (p));
+  // vector of 4-vectors of actual pi0s and a vector with pointers to PFOs:
+  std::vector< TLorentzVector > vec_pi04vec;
+  std::vector< std::vector< ElementLink<xAOD::PFOContainer> > > vec_pi0pfos;
+  createPi0Vectors(tauJet, vec_pi04vec, vec_pi0pfos);
 
-      tauJet->addPi0Link(linkToPi0);
+  for(unsigned int itlv=0; itlv!=vec_pi04vec.size(); ++itlv) {      
+    xAOD::Particle* p = new xAOD::Particle();
+    pi0Container.push_back(p);
+    p->setPxPyPzE(vec_pi04vec.at(itlv).Px(), vec_pi04vec.at(itlv).Py(), vec_pi04vec.at(itlv).Pz(), vec_pi04vec.at(itlv).E());
+    std::vector< ElementLink< xAOD::PFOContainer > > pfo_link_vector;
+    for( uint ipfo = 0; ipfo != vec_pi0pfos.at(itlv).size(); ++ipfo) {
+      pfo_link_vector.push_back(vec_pi0pfos.at(itlv).at(ipfo));
     }
+
+    static SG::AuxElement::Accessor<std::vector< ElementLink< xAOD::PFOContainer > > > accPi0PFOLinks("pi0PFOLinks");
+    accPi0PFOLinks(*p) = pfo_link_vector;
+
+    ElementLink< xAOD::IParticleContainer > linkToPi0;
+    linkToPi0.toContainedElement(pi0Container, dynamic_cast<xAOD::IParticle*> (p));
+
+    tauJet->addPi0Link(linkToPi0);
+  }
     
-    return StatusCode::SUCCESS;
+  return StatusCode::SUCCESS;
 }
 
 
 // Calculate final 4-vector:
-void PanTau::Tool_DetailsArranger::SetHLVTau( PanTau::PanTauSeed2* inSeed, xAOD::TauJet* tauJet, std::string inputAlg, std::string varTypeName_Basic){
+void PanTau::Tool_DetailsArranger::SetHLVTau( PanTau::PanTauSeed* inSeed, xAOD::TauJet* tauJet, std::string inputAlg, std::string varTypeName_Basic){
 
-    std::vector< ElementLink< xAOD::PFOContainer > > finalChrgPFOLinks       = tauJet->chargedPFOLinks();
-    std::vector< ElementLink< xAOD::PFOContainer > > finalPi0PFOLinks        = tauJet->pi0PFOLinks();
-    std::vector< ElementLink< xAOD::PFOContainer > > finalNeutralPFOLinks    = tauJet->neutralPFOLinks();
+  std::vector< ElementLink< xAOD::PFOContainer > > finalChrgPFOLinks       = tauJet->chargedPFOLinks();
+  std::vector< ElementLink< xAOD::PFOContainer > > finalPi0PFOLinks        = tauJet->pi0PFOLinks();
+  std::vector< ElementLink< xAOD::PFOContainer > > finalNeutralPFOLinks    = tauJet->neutralPFOLinks();
 
-    unsigned int NCharged    = finalChrgPFOLinks.size();
-    unsigned int NPi0Neut    = finalPi0PFOLinks.size();
+  unsigned int NCharged    = finalChrgPFOLinks.size();
+  unsigned int NPi0Neut    = finalPi0PFOLinks.size();
 
-    TLorentzVector tlv_PanTau_Final;
-    for(unsigned int iPFO=0; iPFO<NCharged; iPFO++) {
-        const xAOD::PFO* pfo = finalChrgPFOLinks.at(iPFO).cachedElement();
-        tlv_PanTau_Final += pfo->p4();
-    }
-    for(unsigned int iPFO=0; iPFO<NPi0Neut; iPFO++) {
-        const xAOD::PFO* pfo = finalPi0PFOLinks.at(iPFO).cachedElement();
-        tlv_PanTau_Final += pfo->p4();
-    }
+  TLorentzVector tlv_PanTau_Final;
+  for(unsigned int iPFO=0; iPFO<NCharged; iPFO++) {
+    const xAOD::PFO* pfo = finalChrgPFOLinks.at(iPFO).cachedElement();
+    tlv_PanTau_Final += pfo->p4();
+  }
+  for(unsigned int iPFO=0; iPFO<NPi0Neut; iPFO++) {
+    const xAOD::PFO* pfo = finalPi0PFOLinks.at(iPFO).cachedElement();
+    tlv_PanTau_Final += pfo->p4();
+  }
 
-    inSeed->setFinalMomentum(tlv_PanTau_Final);
+  inSeed->setFinalMomentum(tlv_PanTau_Final);
 
-    PanTau::TauFeature2* featureMap = inSeed->getFeatures();
-    featureMap->addFeature(inputAlg + "_" + varTypeName_Basic + "_FinalMomentumCore_pt", tlv_PanTau_Final.Pt() );
-    featureMap->addFeature(inputAlg + "_" + varTypeName_Basic + "_FinalMomentumCore_eta", tlv_PanTau_Final.Eta() );
-    featureMap->addFeature(inputAlg + "_" + varTypeName_Basic + "_FinalMomentumCore_phi", tlv_PanTau_Final.Phi() );
-    featureMap->addFeature(inputAlg + "_" + varTypeName_Basic + "_FinalMomentumCore_m", tlv_PanTau_Final.M() );
+  PanTau::TauFeature* featureMap = inSeed->getFeatures();
+  featureMap->addFeature(inputAlg + "_" + varTypeName_Basic + "_FinalMomentumCore_pt", tlv_PanTau_Final.Pt() );
+  featureMap->addFeature(inputAlg + "_" + varTypeName_Basic + "_FinalMomentumCore_eta", tlv_PanTau_Final.Eta() );
+  featureMap->addFeature(inputAlg + "_" + varTypeName_Basic + "_FinalMomentumCore_phi", tlv_PanTau_Final.Phi() );
+  featureMap->addFeature(inputAlg + "_" + varTypeName_Basic + "_FinalMomentumCore_m", tlv_PanTau_Final.M() );
 
-    return;
+  return;
 }
 
-   
 
 bool PanTau::Tool_DetailsArranger::HasMultPi0sInOneCluster(const xAOD::PFO* pfo, int decayModeProto, TString inputAlg){
 
@@ -403,7 +381,6 @@ bool PanTau::Tool_DetailsArranger::HasMultPi0sInOneCluster(const xAOD::PFO* pfo,
 }
 
 
-
 void PanTau::Tool_DetailsArranger::SetNeutralConstituentMass(xAOD::PFO* neutral_pfo, double mass){
 
   TLorentzVector momentum; 
@@ -420,15 +397,14 @@ void PanTau::Tool_DetailsArranger::SetNeutralConstituentVectorMasses(std::vector
     ElementLink<xAOD::PFOContainer> curNeutralPFOLink   = neutralPFOLinks.at(iNeutral);
     xAOD::PFO*                      curNeutralPFO       = const_cast<xAOD::PFO*>(curNeutralPFOLink.cachedElement());
       
-    SetNeutralConstituentMass(curNeutralPFO, mass);
-      
+    SetNeutralConstituentMass(curNeutralPFO, mass);      
   }
     
   return;    
 }
 
 
-std::vector< ElementLink< xAOD::PFOContainer > > PanTau::Tool_DetailsArranger::CollectConstituentsAsPFOLinks( PanTau::PanTauSeed2* inSeed, std::vector< ElementLink< xAOD::PFOContainer > > cellbased_neutralPFOLinks, PanTau::TauConstituent2::Type type ){
+std::vector< ElementLink< xAOD::PFOContainer > > PanTau::Tool_DetailsArranger::CollectConstituentsAsPFOLinks( PanTau::PanTauSeed* inSeed, std::vector< ElementLink< xAOD::PFOContainer > > cellbased_neutralPFOLinks, PanTau::TauConstituent::Type type ){
   // collect element links from tau constituents in the Pantau
   // seed of type "type". cellbased_neutralPFOLinks is only used
   // to obtain the ElementLinks.
@@ -437,9 +413,9 @@ std::vector< ElementLink< xAOD::PFOContainer > > PanTau::Tool_DetailsArranger::C
 
   unsigned int nConstsOfType=0;
   bool foundIt=false;
-  std::vector<PanTau::TauConstituent2*> tauConstituents=inSeed->getConstituentsOfType(type,foundIt);
+  std::vector<PanTau::TauConstituent*> tauConstituents=inSeed->getConstituentsOfType(type,foundIt);
 
-  if( (type != PanTau::TauConstituent2::t_Neutral && type != PanTau::TauConstituent2::t_Pi0Neut) || !foundIt){
+  if( (type != PanTau::TauConstituent::t_Neutral && type != PanTau::TauConstituent::t_Pi0Neut) || !foundIt){
     ATH_MSG_WARNING("CollectConstituentsAsPFOLinks: Function was called with type = " << type << " , however it was only designed for types t_Pi0Neut and t_Neutral! Returning...");
     return new_links;
   }
@@ -451,7 +427,7 @@ std::vector< ElementLink< xAOD::PFOContainer > > PanTau::Tool_DetailsArranger::C
     // if the requested type is t_Neutral then exclude any t_Pi0Neut
     // from the list (note: tau constituents that are t_Pi0Neut are
     // also t_Neutral at the same time):
-    if(type==PanTau::TauConstituent2::t_Neutral && tauConstituents[iConst]->isOfType(PanTau::TauConstituent2::t_Pi0Neut) ) continue;
+    if(type==PanTau::TauConstituent::t_Neutral && tauConstituents[iConst]->isOfType(PanTau::TauConstituent::t_Pi0Neut) ) continue;
     ++nConstsOfType;
 
     for(unsigned int iPFO=0; iPFO<cellbased_neutralPFOLinks.size(); iPFO++) {
@@ -460,31 +436,11 @@ std::vector< ElementLink< xAOD::PFOContainer > > PanTau::Tool_DetailsArranger::C
       if( tauConstituents[iConst]->getPFO() != pfo ) continue;
 
       new_links.push_back( cellbased_neutralPFOLinks.at(iPFO) );
-
     }
-
   }
 
-
   if( nConstsOfType != new_links.size() ){
     ATH_MSG_WARNING("CollectConstituentsAsPFOLinks: Couldn't find PFOLinks " << new_links.size() << " for all tau constituents (" << tauConstituents.size() << ")!");
-
-    for(unsigned int iConst=0; iConst<tauConstituents.size(); iConst++) {
-      const xAOD::PFO* pfo = tauConstituents[iConst]->getPFO();
-      int nPi0 = -1;
-      bool getOK = pfo->attribute(xAOD::PFODetails::nPi0Proto, nPi0);
-      if(getOK == false) ATH_MSG_DEBUG("problems reading pi0Proto attribute");
-      ATH_MSG_DEBUG("pfo " << iConst << " pt, eta, phi, m: " << pfo->pt() << ", " << pfo->eta() << ", " << pfo->phi() << ", " << pfo->m() << "  isPi0: " << nPi0 << " , BDTscore: " << pfo->bdtPi0Score() );
-    }
-
-    ATH_MSG_DEBUG("Dumping all cellbased neutral pfo links");
-    for(unsigned int iPFO=0; iPFO<cellbased_neutralPFOLinks.size(); iPFO++) {
-      const xAOD::PFO* pfo = cellbased_neutralPFOLinks.at(iPFO).cachedElement();
-      int nPi0 = -1;
-      bool getOK = pfo->attribute(xAOD::PFODetails::nPi0Proto, nPi0);
-      if(getOK == false) ATH_MSG_DEBUG("problems reading pi0Proto attribute");
-      ATH_MSG_DEBUG("pfo " << iPFO << " pt, eta, phi, m: " << pfo->pt() << ", " << pfo->eta() << ", " << pfo->phi() << ", " << pfo->m() << "  isPi0: " << nPi0 << " , BDTscore: " << pfo->bdtPi0Score() );
-    }
   }
 
   return new_links;
@@ -494,12 +450,10 @@ std::vector< ElementLink< xAOD::PFOContainer > > PanTau::Tool_DetailsArranger::C
 //______________________________________________________________________________
 void PanTau::Tool_DetailsArranger::createPi0Vectors(xAOD::TauJet* tauJet, std::vector<TLorentzVector>& vPi0s, std::vector< std::vector< ElementLink< xAOD::PFOContainer > > > &vec_pi0pfos)
 {
-
   // reset the pi0s
   vPi0s.clear();
   vec_pi0pfos.clear();
 
-
   // Since the PFO links as they come out of reconstruction, only correspond to
   // calorimeter clusters, whereas we want the consts_pi0 vectors to correspond
   // to real pi0s, we need to be careful to collect the PFOs correctly to pi0s
diff --git a/Reconstruction/PanTau/PanTauAlgs/Root/Tool_FeatureExtractor.cxx b/Reconstruction/PanTau/PanTauAlgs/Root/Tool_FeatureExtractor.cxx
index 46b4636cfd02a05d79db39d41bc256a9992f47a6..99891029b8b1de4bf7e2ab19d4432539b37127e3 100644
--- a/Reconstruction/PanTau/PanTauAlgs/Root/Tool_FeatureExtractor.cxx
+++ b/Reconstruction/PanTau/PanTauAlgs/Root/Tool_FeatureExtractor.cxx
@@ -2,22 +2,18 @@
   Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
-//! Helper classes
 #include "xAODTau/TauJet.h"
 #include "xAODTracking/Vertex.h"
 #include "xAODTracking/TrackParticle.h"
 
-//! ROOT includes
 #include "TMath.h"
 #include "TLorentzVector.h"
 #include "TVector3.h"
 
-//! C++ includes
 #include <vector>
 #include <map>
 #include <math.h>
 
-//! PanTau includes
 #include "PanTauAlgs/Tool_FeatureExtractor.h"
 #include "PanTauAlgs/Tool_InformationStore.h"
 #include "PanTauAlgs/TauConstituent.h"
@@ -26,1126 +22,1084 @@
 #include "PanTauAlgs/HelperFunctions.h"
 
 
-
-
-bool        sortTauConstituentMVA(const PanTau::TauConstituent2* u, const PanTau::TauConstituent2* v) {
-    double uBDT = u->getBDTValue();
-    double vBDT = v->getBDTValue();
-    return uBDT > vBDT;
+bool sortTauConstituentMVA(const PanTau::TauConstituent* u, const PanTau::TauConstituent* v) {
+  double uBDT = u->getBDTValue();
+  double vBDT = v->getBDTValue();
+  return uBDT > vBDT;
 }
 
 
-
-bool        sortTauConstituentEt(const PanTau::TauConstituent2* u, const PanTau::TauConstituent2* v) {
-    double uEt = u->p4().Et();
-    double vEt = v->p4().Et();
-    return uEt > vEt;
+bool sortTauConstituentEt(const PanTau::TauConstituent* u, const PanTau::TauConstituent* v) {
+  double uEt = u->p4().Et();
+  double vEt = v->p4().Et();
+  return uEt > vEt;
 }
 
 
+PanTau::Tool_FeatureExtractor::Tool_FeatureExtractor(const std::string& name) :
+  asg::AsgTool(name),
+  m_Tool_InformationStore("PanTau::Tool_InformationStore/Tool_InformationStore"){
 
-
-
-PanTau::Tool_FeatureExtractor::Tool_FeatureExtractor(
-    const std::string& name ) :
-        asg::AsgTool(name),
-        m_Tool_InformationStore("PanTau::Tool_InformationStore/Tool_InformationStore"){
-
-    declareProperty("Tool_InformationStore",            m_Tool_InformationStore,            "Tool handle to the information store tool");
-    declareProperty("Tool_InformationStoreName",        m_Tool_InformationStoreName,            "Tool handle to the information store tool");
+  declareProperty("Tool_InformationStore",            m_Tool_InformationStore,            "Tool handle to the information store tool");
+  declareProperty("Tool_InformationStoreName",        m_Tool_InformationStoreName,            "Tool handle to the information store tool");
     
 }
 
 
-
 StatusCode PanTau::Tool_FeatureExtractor::initialize() {
 
-    ATH_MSG_INFO(" initialize()");
-    m_init=true;
-    
-    ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_InformationStore, m_Tool_InformationStoreName ) );
-    ATH_CHECK( m_Tool_InformationStore.retrieve() );
-    
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Sum",          m_varTypeName_Sum) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Ratio",        m_varTypeName_Ratio) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_EtInRing",     m_varTypeName_EtInRing) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Isolation",    m_varTypeName_Isolation) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Num",          m_varTypeName_Num) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Mean",         m_varTypeName_Mean) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_StdDev",       m_varTypeName_StdDev) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_HLV",          m_varTypeName_HLV) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Angle",        m_varTypeName_Angle) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_DeltaR",       m_varTypeName_DeltaR) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_JetMoment",    m_varTypeName_JetMoment) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Combined",     m_varTypeName_Combined) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_JetShape",     m_varTypeName_JetShape) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_ImpactParams", m_varTypeName_ImpactParams) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Basic",        m_varTypeName_Basic) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_PID",          m_varTypeName_PID) );
-    
-    ATH_CHECK( m_Tool_InformationStore->getInfo_Int("FeatureExtractor_UseEmptySeeds",                           m_Config_UseEmptySeeds) );
-    
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("CellBased_BinEdges_Eta",               m_Config_CellBased_BinEdges_Eta) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("CellBased_EtaBinned_Pi0MVACut_1prong", m_Config_CellBased_EtaBinned_Pi0MVACut_1prong) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("CellBased_EtaBinned_Pi0MVACut_3prong", m_Config_CellBased_EtaBinned_Pi0MVACut_3prong) );
-    
-    return StatusCode::SUCCESS;
+  ATH_MSG_INFO(" initialize()");
+  m_init=true;
+    
+  ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_InformationStore, m_Tool_InformationStoreName ) );
+  ATH_CHECK( m_Tool_InformationStore.retrieve() );
+    
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Sum",          m_varTypeName_Sum) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Ratio",        m_varTypeName_Ratio) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_EtInRing",     m_varTypeName_EtInRing) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Isolation",    m_varTypeName_Isolation) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Num",          m_varTypeName_Num) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Mean",         m_varTypeName_Mean) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_StdDev",       m_varTypeName_StdDev) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_HLV",          m_varTypeName_HLV) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Angle",        m_varTypeName_Angle) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_DeltaR",       m_varTypeName_DeltaR) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_JetMoment",    m_varTypeName_JetMoment) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Combined",     m_varTypeName_Combined) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_JetShape",     m_varTypeName_JetShape) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_ImpactParams", m_varTypeName_ImpactParams) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_Basic",        m_varTypeName_Basic) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("FeatureExtractor_VarTypeName_varTypeName_PID",          m_varTypeName_PID) );
+    
+  ATH_CHECK( m_Tool_InformationStore->getInfo_Int("FeatureExtractor_UseEmptySeeds",                           m_Config_UseEmptySeeds) );
+    
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("CellBased_BinEdges_Eta",               m_Config_CellBased_BinEdges_Eta) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("CellBased_EtaBinned_Pi0MVACut_1prong", m_Config_CellBased_EtaBinned_Pi0MVACut_1prong) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("CellBased_EtaBinned_Pi0MVACut_3prong", m_Config_CellBased_EtaBinned_Pi0MVACut_3prong) );
+    
+  return StatusCode::SUCCESS;
 }
 
 
+void PanTau::Tool_FeatureExtractor::fillVariantsSeedEt(std::vector<PanTau::TauConstituent*> tauConstituents) {
 
-void PanTau::Tool_FeatureExtractor::fillVariantsSeedEt(std::vector<PanTau::TauConstituent2*> tauConstituents) {
-
-    //use different approaches to calculate total energy of seed:
-    m_Variants_SeedEt["EtAllConsts"] = 0.0;
-    m_Variants_SeedEt["EtNeutLowA"]  = 0.0;
-    m_Variants_SeedEt["EtNeutLowB"]  = 0.0;
+  //use different approaches to calculate total energy of seed:
+  m_Variants_SeedEt["EtAllConsts"] = 0.0;
+  m_Variants_SeedEt["EtNeutLowA"]  = 0.0;
+  m_Variants_SeedEt["EtNeutLowB"]  = 0.0;
     
-    //loop over all constituents in seed
-    for(unsigned int iConst = 0; iConst < tauConstituents.size(); iConst++) {
+  //loop over all constituents in seed
+  for(unsigned int iConst = 0; iConst < tauConstituents.size(); iConst++) {
         
-        //get current constituents
-        PanTau::TauConstituent2* curConstituent  = tauConstituents.at(iConst);
-        double                  curEt           = curConstituent->p4().Et();
+    //get current constituents
+    PanTau::TauConstituent* curConstituent  = tauConstituents.at(iConst);
+    double                  curEt           = curConstituent->p4().Et();
         
-        //update the different Et definitions
-        if(curConstituent->isOfType(PanTau::TauConstituent2::t_Charged) == true) {
-            m_Variants_SeedEt["EtAllConsts"]    += curEt;
-            m_Variants_SeedEt["EtNeutLowA"]     += curEt;
-            m_Variants_SeedEt["EtNeutLowB"]     += curEt;
-        }
-        if(curConstituent->isOfType(PanTau::TauConstituent2::t_Neutral) == true) {
-            m_Variants_SeedEt["EtAllConsts"]    += curEt;
-        }
+    //update the different Et definitions
+    if(curConstituent->isOfType(PanTau::TauConstituent::t_Charged) == true) {
+      m_Variants_SeedEt["EtAllConsts"]    += curEt;
+      m_Variants_SeedEt["EtNeutLowA"]     += curEt;
+      m_Variants_SeedEt["EtNeutLowB"]     += curEt;
+    }
+    if(curConstituent->isOfType(PanTau::TauConstituent::t_Neutral) == true) {
+      m_Variants_SeedEt["EtAllConsts"]    += curEt;
+    }
         
-        if(curConstituent->isOfType(PanTau::TauConstituent2::t_NeutLowA) == true) {
-            m_Variants_SeedEt["EtNeutLowA"]     += curEt;
-        }
-        if(curConstituent->isOfType(PanTau::TauConstituent2::t_NeutLowB) == true) {
-            m_Variants_SeedEt["EtNeutLowB"]     += curEt;
-        }
+    if(curConstituent->isOfType(PanTau::TauConstituent::t_NeutLowA) == true) {
+      m_Variants_SeedEt["EtNeutLowA"]     += curEt;
+    }
+    if(curConstituent->isOfType(PanTau::TauConstituent::t_NeutLowB) == true) {
+      m_Variants_SeedEt["EtNeutLowB"]     += curEt;
+    }
         
-    }//end loop over constituents in seed
+  }//end loop over constituents in seed
     
-    return;
+  return;
 }
 
 
-
-void    PanTau::Tool_FeatureExtractor::addFeatureWrtSeedEnergy( PanTau::TauFeature2* targetMap,
-                                                                std::string featName,
-                                                                double numerator,
-                                                                std::map<std::string, double>* denominatorMap) const {
-    std::map<std::string, double>::iterator it = denominatorMap->begin();
-    for(; it!=denominatorMap->end(); it++) {
-        std::string FullName = featName + it->first;
-        float       value    = (float)it->second;
-        if(value <= 0. || isnan(value) || isinf(value) ) continue; 
-        targetMap->addFeature(FullName, numerator / it->second);
-    }
+void PanTau::Tool_FeatureExtractor::addFeatureWrtSeedEnergy(PanTau::TauFeature* targetMap,
+							    std::string featName,
+							    double numerator,
+							    std::map<std::string, double>* denominatorMap) const {
+  std::map<std::string, double>::iterator it = denominatorMap->begin();
+  for(; it!=denominatorMap->end(); it++) {
+    std::string FullName = featName + it->first;
+    float       value    = (float)it->second;
+    if(value <= 0. || isnan(value) || isinf(value) ) continue; 
+    targetMap->addFeature(FullName, numerator / it->second);
+  }
 }
 
 
-
-StatusCode PanTau::Tool_FeatureExtractor::execute(PanTau::PanTauSeed2* inSeed) {
-    
-    bool noAnyConstituents           = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed2::t_NoConstituentsAtAll);
-    bool noSelConstituents           = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed2::t_NoSelectedConstituents);
-    bool noValidInputTau             = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed2::t_NoValidInputTau);
-    bool isBadSeed                   = (noAnyConstituents || noSelConstituents || noValidInputTau);
-    if(m_Config_UseEmptySeeds == true) isBadSeed = noValidInputTau;
-    
-    if(isBadSeed == true) {
-        ATH_MSG_DEBUG("Seed is not valid for feature extraction (no constituents or no valid input tau) - just fill isPanTauCandidate feature");
-        inSeed->getFeatures()->addFeature(inSeed->getNameInputAlgorithm() + "_" + m_varTypeName_Basic + "_isPanTauCandidate", 0);
-        return StatusCode::SUCCESS;
-    }
-    inSeed->getFeatures()->addFeature(inSeed->getNameInputAlgorithm() + "_" + m_varTypeName_Basic + "_isPanTauCandidate", 1);
+StatusCode PanTau::Tool_FeatureExtractor::execute(PanTau::PanTauSeed* inSeed) {
     
+  bool noAnyConstituents           = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed::t_NoConstituentsAtAll);
+  bool noSelConstituents           = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed::t_NoSelectedConstituents);
+  bool noValidInputTau             = inSeed->isOfTechnicalQuality(PanTau::PanTauSeed::t_NoValidInputTau);
+  bool isBadSeed                   = (noAnyConstituents || noSelConstituents || noValidInputTau);
+  if(m_Config_UseEmptySeeds == true) isBadSeed = noValidInputTau;
     
-    ATH_CHECK( calculateBasicFeatures(inSeed) );
+  if(isBadSeed == true) {
+    ATH_MSG_DEBUG("Seed is not valid for feature extraction (no constituents or no valid input tau) - just fill isPanTauCandidate feature");
+    inSeed->getFeatures()->addFeature(inSeed->getNameInputAlgorithm() + "_" + m_varTypeName_Basic + "_isPanTauCandidate", 0);
+    return StatusCode::SUCCESS;
+  }
+  inSeed->getFeatures()->addFeature(inSeed->getNameInputAlgorithm() + "_" + m_varTypeName_Basic + "_isPanTauCandidate", 1);
     
-    ATH_CHECK( addConstituentMomenta(inSeed) );
     
-    //first, calculate the Et variants for the seed
-    fillVariantsSeedEt(inSeed->getConstituentsAsList_All());
+  ATH_CHECK( calculateBasicFeatures(inSeed) );
     
-    //loop through all types of Constituents in tau and calculate type features for them
-    //baseline
-    ATH_CHECK( calculateFeatures(inSeed, PanTau::TauConstituent2::t_NoType) );  //=> all constituents
-    ATH_CHECK( calculateFeatures(inSeed, PanTau::TauConstituent2::t_Charged) ); //=> charged ones in core
-    ATH_CHECK( calculateFeatures(inSeed, PanTau::TauConstituent2::t_Neutral) ); //=> neutral ones in core
-    ATH_CHECK( calculateFeatures(inSeed, PanTau::TauConstituent2::t_Pi0Neut) ); //=> pi0 tagged ones in core
-    //for testing
-    ATH_CHECK( calculateFeatures(inSeed, PanTau::TauConstituent2::t_NeutLowA) ); //=> same as neutral but with lower Et
-    ATH_CHECK( calculateFeatures(inSeed, PanTau::TauConstituent2::t_NeutLowB) ); //=> same as neutral but with even lower et
+  ATH_CHECK( addConstituentMomenta(inSeed) );
     
+  //first, calculate the Et variants for the seed
+  fillVariantsSeedEt(inSeed->getConstituentsAsList_All());
     
-    //fill the combined features
-    ATH_CHECK( addCombinedFeatures(inSeed) );
+  //loop through all types of Constituents in tau and calculate type features for them
+  //baseline
+  ATH_CHECK( calculateFeatures(inSeed, PanTau::TauConstituent::t_NoType) );  //=> all constituents
+  ATH_CHECK( calculateFeatures(inSeed, PanTau::TauConstituent::t_Charged) ); //=> charged ones in core
+  ATH_CHECK( calculateFeatures(inSeed, PanTau::TauConstituent::t_Neutral) ); //=> neutral ones in core
+  ATH_CHECK( calculateFeatures(inSeed, PanTau::TauConstituent::t_Pi0Neut) ); //=> pi0 tagged ones in core
+  //for testing
+  ATH_CHECK( calculateFeatures(inSeed, PanTau::TauConstituent::t_NeutLowA) ); //=> same as neutral but with lower Et
+  ATH_CHECK( calculateFeatures(inSeed, PanTau::TauConstituent::t_NeutLowB) ); //=> same as neutral but with even lower et    
     
-    //fill the impact paramter features
-    ATH_CHECK( addImpactParameterFeatures(inSeed) );
+  //fill the combined features
+  ATH_CHECK( addCombinedFeatures(inSeed) );
     
-    return StatusCode::SUCCESS;
+  //fill the impact paramter features
+  ATH_CHECK( addImpactParameterFeatures(inSeed) );
+    
+  return StatusCode::SUCCESS;
 }
 
 
-
-StatusCode PanTau::Tool_FeatureExtractor::calculateBasicFeatures(PanTau::PanTauSeed2* inSeed) {
-    
-    ATH_MSG_DEBUG("calculating basic features");
-    PanTau::TauFeature2* featureMap = inSeed->getFeatures();
+StatusCode PanTau::Tool_FeatureExtractor::calculateBasicFeatures(PanTau::PanTauSeed* inSeed) {
     
-    std::string featureAlg    = inSeed->getNameInputAlgorithm();
-    std::string featurePrefix = m_varTypeName_Basic;
+  PanTau::TauFeature* featureMap = inSeed->getFeatures();
     
+  std::string featureAlg    = inSeed->getNameInputAlgorithm();
+  std::string featurePrefix = m_varTypeName_Basic;
     
+  double SumCharge = 0;
+  double AbsCharge = 0;
     
-    double SumCharge = 0;
-    double AbsCharge = 0;
-    
-    //! Loop over types to fill
-    //!     - multiplicity of that type
-    //!     - sum charge and abs charge
-    for(int iType=0; iType<PanTau::TauConstituent2::t_nTypes; iType++) {
-        
-        bool foundIt = false;
-        std::vector<TauConstituent2*> curList = inSeed->getConstituentsOfType(iType, foundIt);
-        if(foundIt == false) continue;
+  //! Loop over types to fill
+  //!     - multiplicity of that type
+  //!     - sum charge and abs charge
+  for(int iType=0; iType<PanTau::TauConstituent::t_nTypes; iType++) {
         
-        //store multiplicity of current type
-        std::string     typeName        = PanTau::TauConstituent2::getTypeName((PanTau::TauConstituent2::Type)iType);
-        unsigned int    nConstituents   = curList.size();
-        featureMap->addFeature(featureAlg + "_" + featurePrefix + "_N" + typeName + "Consts", nConstituents);
+    bool foundIt = false;
+    std::vector<TauConstituent*> curList = inSeed->getConstituentsOfType(iType, foundIt);
+    if(foundIt == false) continue;
         
+    //store multiplicity of current type
+    std::string     typeName        = PanTau::TauConstituent::getTypeName((PanTau::TauConstituent::Type)iType);
+    unsigned int    nConstituents   = curList.size();
+    featureMap->addFeature(featureAlg + "_" + featurePrefix + "_N" + typeName + "Consts", nConstituents);        
         
-        //count charge, i.e. skip if not charged
-        if(iType != (int)PanTau::TauConstituent2::t_Charged) continue;
-        for(unsigned int iConst=0; iConst<nConstituents; iConst++) {
-            PanTau::TauConstituent2* curConstituent = curList[iConst];
-            SumCharge += curConstituent->getCharge();
-            AbsCharge += fabs((double)curConstituent->getCharge());
-        }
+    //count charge, i.e. skip if not charged
+    if(iType != (int)PanTau::TauConstituent::t_Charged) continue;
+    for(unsigned int iConst=0; iConst<nConstituents; iConst++) {
+      PanTau::TauConstituent* curConstituent = curList[iConst];
+      SumCharge += curConstituent->getCharge();
+      AbsCharge += fabs((double)curConstituent->getCharge());
     }
-    
-    //store charge
-    featureMap->addFeature(featureAlg + "_" + featurePrefix + "_SumCharge", SumCharge);
-    featureMap->addFeature(featureAlg + "_" + featurePrefix + "_AbsCharge", AbsCharge);
-    
-    //! Fill multiplicity for any constituents
-    //all constituents
-    std::string                     typeNameAll         = PanTau::TauConstituent2::AllConstituentsName();
-    featureMap->addFeature(featureAlg + "_" + featurePrefix + "_N" + typeNameAll + "Consts", inSeed->getConstituentsAsList_Core().size() + inSeed->getConstituentsAsList_Wide().size());
-    
-    //! Fill the proto vector (i.e. sum momentum of constituents)
-    //proto 4-vector (just the sum of all constituents)
-    // will have better four momentum after mode ID
-    TLorentzVector tlv_ProtoMomentumCore = inSeed->getProtoMomentumCore();
-    featureMap->addFeature(featureAlg + "_" + featurePrefix + "_ProtoMomentumCore_pt", tlv_ProtoMomentumCore.Perp());
-    featureMap->addFeature(featureAlg + "_" + featurePrefix + "_ProtoMomentumCore_eta", tlv_ProtoMomentumCore.Eta());
-    featureMap->addFeature(featureAlg + "_" + featurePrefix + "_ProtoMomentumCore_phi", tlv_ProtoMomentumCore.Phi());
-    featureMap->addFeature(featureAlg + "_" + featurePrefix + "_ProtoMomentumCore_m", tlv_ProtoMomentumCore.M());
-    
-    TLorentzVector tlv_ProtoMomentumWide = inSeed->getProtoMomentumWide();
-    featureMap->addFeature(featureAlg + "_" + featurePrefix + "_ProtoMomentumWide_pt", tlv_ProtoMomentumWide.Perp());
-    featureMap->addFeature(featureAlg + "_" + featurePrefix + "_ProtoMomentumWide_eta", tlv_ProtoMomentumWide.Eta());
-    featureMap->addFeature(featureAlg + "_" + featurePrefix + "_ProtoMomentumWide_phi", tlv_ProtoMomentumWide.Phi());
-    featureMap->addFeature(featureAlg + "_" + featurePrefix + "_ProtoMomentumWide_m", tlv_ProtoMomentumWide.M());
-    
-    
-    return StatusCode::SUCCESS;
+  }
+    
+  //store charge
+  featureMap->addFeature(featureAlg + "_" + featurePrefix + "_SumCharge", SumCharge);
+  featureMap->addFeature(featureAlg + "_" + featurePrefix + "_AbsCharge", AbsCharge);
+    
+  //! Fill multiplicity for any constituents
+  //all constituents
+  std::string                     typeNameAll         = PanTau::TauConstituent::AllConstituentsName();
+  featureMap->addFeature(featureAlg + "_" + featurePrefix + "_N" + typeNameAll + "Consts", inSeed->getConstituentsAsList_Core().size() + inSeed->getConstituentsAsList_Wide().size());
+    
+  //! Fill the proto vector (i.e. sum momentum of constituents)
+  //proto 4-vector (just the sum of all constituents)
+  // will have better four momentum after mode ID
+  TLorentzVector tlv_ProtoMomentumCore = inSeed->getProtoMomentumCore();
+  featureMap->addFeature(featureAlg + "_" + featurePrefix + "_ProtoMomentumCore_pt", tlv_ProtoMomentumCore.Perp());
+  featureMap->addFeature(featureAlg + "_" + featurePrefix + "_ProtoMomentumCore_eta", tlv_ProtoMomentumCore.Eta());
+  featureMap->addFeature(featureAlg + "_" + featurePrefix + "_ProtoMomentumCore_phi", tlv_ProtoMomentumCore.Phi());
+  featureMap->addFeature(featureAlg + "_" + featurePrefix + "_ProtoMomentumCore_m", tlv_ProtoMomentumCore.M());
+    
+  TLorentzVector tlv_ProtoMomentumWide = inSeed->getProtoMomentumWide();
+  featureMap->addFeature(featureAlg + "_" + featurePrefix + "_ProtoMomentumWide_pt", tlv_ProtoMomentumWide.Perp());
+  featureMap->addFeature(featureAlg + "_" + featurePrefix + "_ProtoMomentumWide_eta", tlv_ProtoMomentumWide.Eta());
+  featureMap->addFeature(featureAlg + "_" + featurePrefix + "_ProtoMomentumWide_phi", tlv_ProtoMomentumWide.Phi());
+  featureMap->addFeature(featureAlg + "_" + featurePrefix + "_ProtoMomentumWide_m", tlv_ProtoMomentumWide.M());    
+    
+  return StatusCode::SUCCESS;
 }
 
 
-
-
-StatusCode PanTau::Tool_FeatureExtractor::addConstituentMomenta(PanTau::PanTauSeed2* inSeed) {
-    std::string inputAlgName  = inSeed->getNameInputAlgorithm();
-    TauFeature2* tauFeatureMap = inSeed->getFeatures();
-    std::string prefixVARType = m_varTypeName_HLV;
-    for(int iType=0; iType<(int)PanTau::TauConstituent2::t_nTypes; iType++) {
-        bool isOK;
-        std::vector<PanTau::TauConstituent2*>    list_TypeConstituents   = inSeed->getConstituentsOfType(iType, isOK); // list of constituents of current type
-        unsigned int                            n_Constituents_Type     = list_TypeConstituents.size();          // number of objects of current type
-        TLorentzVector                          tlv_TypeConstituents    = inSeed->getSubsystemHLV(iType, isOK); // summed hlv of objects of current type
-        std::string                             curTypeName             = PanTau::TauConstituent2::getTypeName((PanTau::TauConstituent2::Type)iType);
-        
-        std::vector<PanTau::TauConstituent2*>    list_TypeConstituents_SortBDT = inSeed->getConstituentsOfType(iType, isOK);
-        std::sort(list_TypeConstituents_SortBDT.begin(), list_TypeConstituents_SortBDT.end(), sortTauConstituentMVA);
+StatusCode PanTau::Tool_FeatureExtractor::addConstituentMomenta(PanTau::PanTauSeed* inSeed) {
+  std::string inputAlgName  = inSeed->getNameInputAlgorithm();
+  TauFeature* tauFeatureMap = inSeed->getFeatures();
+  std::string prefixVARType = m_varTypeName_HLV;
+  for(int iType=0; iType<(int)PanTau::TauConstituent::t_nTypes; iType++) {
+    bool isOK;
+    std::vector<PanTau::TauConstituent*>    list_TypeConstituents   = inSeed->getConstituentsOfType(iType, isOK); // list of constituents of current type
+    unsigned int                            n_Constituents_Type     = list_TypeConstituents.size();          // number of objects of current type
+    TLorentzVector                          tlv_TypeConstituents    = inSeed->getSubsystemHLV(iType, isOK); // summed hlv of objects of current type
+    std::string                             curTypeName             = PanTau::TauConstituent::getTypeName((PanTau::TauConstituent::Type)iType);
         
-        if(list_TypeConstituents.size() > 0) {
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SumPt",  tlv_TypeConstituents.Perp());
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SumEta", tlv_TypeConstituents.Eta());
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SumPhi", tlv_TypeConstituents.Phi());
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SumM",   tlv_TypeConstituents.M());
-        }
+    std::vector<PanTau::TauConstituent*>    list_TypeConstituents_SortBDT = inSeed->getConstituentsOfType(iType, isOK);
+    std::sort(list_TypeConstituents_SortBDT.begin(), list_TypeConstituents_SortBDT.end(), sortTauConstituentMVA);
         
-        //store 4-vectors of current type (et sort);
-        std::vector<double> curConsts_pt    = std::vector<double>(0);
-        std::vector<double> curConsts_eta   = std::vector<double>(0);
-        std::vector<double> curConsts_phi   = std::vector<double>(0);
-        std::vector<double> curConsts_m     = std::vector<double>(0);
-        for(unsigned int iConst=0; iConst<n_Constituents_Type; iConst++) {
-            TLorentzVector tlv_curConst = list_TypeConstituents[iConst]->p4();
-            curConsts_pt.push_back(tlv_curConst.Perp());
-            curConsts_eta.push_back(tlv_curConst.Eta());
-            curConsts_phi.push_back(tlv_curConst.Phi());
-            curConsts_m.push_back(tlv_curConst.M());
-        }
-        tauFeatureMap->addVecFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtSort_Constituents_pt", curConsts_pt);
-        tauFeatureMap->addVecFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtSort_Constituents_eta", curConsts_eta);
-        tauFeatureMap->addVecFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtSort_Constituents_phi", curConsts_phi);
-        tauFeatureMap->addVecFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtSort_Constituents_m", curConsts_m);
+    if(list_TypeConstituents.size() > 0) {
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SumPt",  tlv_TypeConstituents.Perp());
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SumEta", tlv_TypeConstituents.Eta());
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SumPhi", tlv_TypeConstituents.Phi());
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SumM",   tlv_TypeConstituents.M());
+    }
         
-
-        //store 4-vectors of current type (bdt sort)
-        std::vector<double> curConstsBDT_pt    = std::vector<double>(0);
-        std::vector<double> curConstsBDT_eta   = std::vector<double>(0);
-        std::vector<double> curConstsBDT_phi   = std::vector<double>(0);
-        std::vector<double> curConstsBDT_m     = std::vector<double>(0);
-        for(unsigned int iConst=0; iConst<n_Constituents_Type; iConst++) {
-            TLorentzVector tlv_curConstBDT = list_TypeConstituents_SortBDT[iConst]->p4();
-            curConstsBDT_pt.push_back(tlv_curConstBDT.Perp());
-            curConstsBDT_eta.push_back(tlv_curConstBDT.Eta());
-            curConstsBDT_phi.push_back(tlv_curConstBDT.Phi());
-            curConstsBDT_m.push_back(tlv_curConstBDT.M());
-        }
-        tauFeatureMap->addVecFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BDTSort_Constituents_pt", curConstsBDT_pt);
-        tauFeatureMap->addVecFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BDTSort_Constituents_eta", curConstsBDT_eta);
-        tauFeatureMap->addVecFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BDTSort_Constituents_phi", curConstsBDT_phi);
-        tauFeatureMap->addVecFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BDTSort_Constituents_m", curConstsBDT_m);
-    
-    } //end loop over constituent types
+    //store 4-vectors of current type (et sort);
+    std::vector<double> curConsts_pt    = std::vector<double>(0);
+    std::vector<double> curConsts_eta   = std::vector<double>(0);
+    std::vector<double> curConsts_phi   = std::vector<double>(0);
+    std::vector<double> curConsts_m     = std::vector<double>(0);
+    for(unsigned int iConst=0; iConst<n_Constituents_Type; iConst++) {
+      TLorentzVector tlv_curConst = list_TypeConstituents[iConst]->p4();
+      curConsts_pt.push_back(tlv_curConst.Perp());
+      curConsts_eta.push_back(tlv_curConst.Eta());
+      curConsts_phi.push_back(tlv_curConst.Phi());
+      curConsts_m.push_back(tlv_curConst.M());
+    }
+    tauFeatureMap->addVecFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtSort_Constituents_pt", curConsts_pt);
+    tauFeatureMap->addVecFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtSort_Constituents_eta", curConsts_eta);
+    tauFeatureMap->addVecFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtSort_Constituents_phi", curConsts_phi);
+    tauFeatureMap->addVecFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtSort_Constituents_m", curConsts_m);
+    
+    //store 4-vectors of current type (bdt sort)
+    std::vector<double> curConstsBDT_pt    = std::vector<double>(0);
+    std::vector<double> curConstsBDT_eta   = std::vector<double>(0);
+    std::vector<double> curConstsBDT_phi   = std::vector<double>(0);
+    std::vector<double> curConstsBDT_m     = std::vector<double>(0);
+    for(unsigned int iConst=0; iConst<n_Constituents_Type; iConst++) {
+      TLorentzVector tlv_curConstBDT = list_TypeConstituents_SortBDT[iConst]->p4();
+      curConstsBDT_pt.push_back(tlv_curConstBDT.Perp());
+      curConstsBDT_eta.push_back(tlv_curConstBDT.Eta());
+      curConstsBDT_phi.push_back(tlv_curConstBDT.Phi());
+      curConstsBDT_m.push_back(tlv_curConstBDT.M());
+    }
+    tauFeatureMap->addVecFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BDTSort_Constituents_pt", curConstsBDT_pt);
+    tauFeatureMap->addVecFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BDTSort_Constituents_eta", curConstsBDT_eta);
+    tauFeatureMap->addVecFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BDTSort_Constituents_phi", curConstsBDT_phi);
+    tauFeatureMap->addVecFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BDTSort_Constituents_m", curConstsBDT_m);
     
-    return StatusCode::SUCCESS;
+  } //end loop over constituent types
+    
+  return StatusCode::SUCCESS;
 }
 
 
-
-StatusCode PanTau::Tool_FeatureExtractor::calculateFeatures(PanTau::PanTauSeed2* inSeed,
-                                                            int                 tauConstituentType) {
-    
-    std::string                             curTypeName                     = PanTau::TauConstituent2::getTypeName( (PanTau::TauConstituent2::Type)tauConstituentType );
-    std::string                             curTypeName_All                 = PanTau::TauConstituent2::AllConstituentsName();
-    PanTau::TauFeature2*                     tauFeatureMap                   = inSeed->getFeatures();
-    std::string                             inputAlgName                    = inSeed->getNameInputAlgorithm();
-    TLorentzVector                          tlv_Reference                   = inSeed->getProtoMomentumCore();
-    
-    std::vector<PanTau::TauConstituent2*>    list_AllConstituents            = inSeed->getConstituentsAsList_Core();
-    
-    bool                                    foundIt                         = false;
-    std::vector<PanTau::TauConstituent2*>    list_TypeConstituents;
-    if(tauConstituentType != PanTau::TauConstituent2::t_NoType) list_TypeConstituents = inSeed->getConstituentsOfType(tauConstituentType, foundIt);
-    if(tauConstituentType == PanTau::TauConstituent2::t_NoType) list_TypeConstituents = list_AllConstituents;
-    if(foundIt == false) return StatusCode::SUCCESS;
-
-    unsigned int                            n_Constituents_All              = list_AllConstituents.size();
-    unsigned int                            n_Constituents_Type             = list_TypeConstituents.size();
-    
-    ATH_MSG_DEBUG("Calculating features for " << list_TypeConstituents.size() << " constituents of type " << tauConstituentType << "(" << curTypeName << ")");
-    
-    //sort the lists by Et
-    std::sort(list_AllConstituents.begin(),     list_AllConstituents.end(),     sortTauConstituentEt);
-    std::sort(list_TypeConstituents.begin(),    list_TypeConstituents.end(),    sortTauConstituentEt);
+StatusCode PanTau::Tool_FeatureExtractor::calculateFeatures(PanTau::PanTauSeed* inSeed,
+                                                            int tauConstituentType) {
     
-    TLorentzVector  tlv_1st_Et;
-    TLorentzVector  tlv_2nd_Et;
-    TLorentzVector  tlv_3rd_Et;
+  std::string                             curTypeName                     = PanTau::TauConstituent::getTypeName( (PanTau::TauConstituent::Type)tauConstituentType );
+  std::string                             curTypeName_All                 = PanTau::TauConstituent::AllConstituentsName();
+  PanTau::TauFeature*                     tauFeatureMap                   = inSeed->getFeatures();
+  std::string                             inputAlgName                    = inSeed->getNameInputAlgorithm();
+  TLorentzVector                          tlv_Reference                   = inSeed->getProtoMomentumCore();
     
-    if(list_TypeConstituents.size() > 0) tlv_1st_Et = list_TypeConstituents[0]->p4();
-    if(list_TypeConstituents.size() > 1) tlv_2nd_Et = list_TypeConstituents[1]->p4();
-    if(list_TypeConstituents.size() > 2) tlv_3rd_Et = list_TypeConstituents[2]->p4();
+  std::vector<PanTau::TauConstituent*>    list_AllConstituents            = inSeed->getConstituentsAsList_Core();
     
-    
-    TLorentzVector tlv_Last_Et;
-    if(list_TypeConstituents.size() > 0) tlv_Last_Et = list_TypeConstituents.back()->p4();
-    
-    //make an additional list of constituents, but now ordered by BDT value
-    std::vector<PanTau::TauConstituent2*>    list_TypeConstituents_SortBDT = list_TypeConstituents;
-    std::sort(list_TypeConstituents_SortBDT.begin(), list_TypeConstituents_SortBDT.end(), sortTauConstituentMVA);
-    
-    TLorentzVector  tlv_1st_BDT;
-    TLorentzVector  tlv_2nd_BDT;
-    TLorentzVector  tlv_3rd_BDT;
-    
-    if(list_TypeConstituents_SortBDT.size() > 0) tlv_1st_BDT = list_TypeConstituents_SortBDT[0]->p4();
-    if(list_TypeConstituents_SortBDT.size() > 1) tlv_2nd_BDT = list_TypeConstituents_SortBDT[1]->p4();
-    if(list_TypeConstituents_SortBDT.size() > 2) tlv_3rd_BDT = list_TypeConstituents_SortBDT[2]->p4();
-    
-    //! //////////////////////////////////////////                  
-    //! Prepare variables for information from eflow Objects
-    //! //////////////////////////////////////////
-    
-    // ===> hlv for the leading EFOs and the summed HLV
-    TLorentzVector              tlv_TypeConstituents;
-    // ===> Sum of DeltaR to jet axis
-    double                      sum_DRToReference             = 0;
-    double                      sum_DR2ToReference            = 0;
-    double                      sum_DRToLeading             = 0;
-    double                      sum_DR2ToLeading            = 0;
-    // ===> Sum of Et, Et^2, E and E^2
-    double                      sum_Et                      = 0;
-    double                      sum_Et2                     = 0;
-    double                      sum_E                       = 0;
-    double                      sum_E2                      = 0;
-    // ===> Sum of Et (and E) times DeltaR, DeltaR', Angle 
-    double                      sum_EtxDR                   = 0;
-    double                      sum_EtxDR2                  = 0;
-    double                      sum_EtxDRprime              = 0;
-    double                      sum_EtxAngle                = 0;
-    double                      sum_ExDR                    = 0;
-    double                      sum_ExDR2                   = 0;
-    double                      sum_ExDRprime               = 0;
-    double                      sum_ExAngle                 = 0;
-    // ===> Isolation rings
-    double                      sum_EtInRing00To01          = 0;
-    double                      sum_EtInRing01To02          = 0;
-    double                      sum_EtInRing02To03          = 0;
-    double                      sum_EtInRing03To04          = 0;
-    double                      sum_EtInRing04To05          = 0;
-    // ===> Multiplicities
-    unsigned int                num_EFOs                    = 0;
-    unsigned int                num_ConstsIn00To01             = 0;
-    unsigned int                num_ConstsIn01To02             = 0;
-    unsigned int                num_ConstsIn02To03             = 0;
-    unsigned int                num_ConstsIn03To04             = 0;
-    unsigned int                num_ConstsIn04To05             = 0;
-    // ===> Maximal values
-    double                      max_DeltaR                  = 0;
-    
-    
-    //! //////////////////////////////////////////
-    //! Loop over selected constituents and collect information
-    //! //////////////////////////////////////////
-    for(unsigned int iTypeConst=0; iTypeConst<list_TypeConstituents.size(); iTypeConst++) {
+  bool                                    foundIt                         = false;
+  std::vector<PanTau::TauConstituent*>    list_TypeConstituents;
+  if(tauConstituentType != PanTau::TauConstituent::t_NoType) list_TypeConstituents = inSeed->getConstituentsOfType(tauConstituentType, foundIt);
+  if(tauConstituentType == PanTau::TauConstituent::t_NoType) list_TypeConstituents = list_AllConstituents;
+  if(foundIt == false) return StatusCode::SUCCESS;
+
+  unsigned int                            n_Constituents_All              = list_AllConstituents.size();
+  unsigned int                            n_Constituents_Type             = list_TypeConstituents.size();
         
-        //get hep lorentz vector
-        TLorentzVector tlv_curConst = list_TypeConstituents.at(iTypeConst)->p4();
+  //sort the lists by Et
+  std::sort(list_AllConstituents.begin(),     list_AllConstituents.end(),     sortTauConstituentEt);
+  std::sort(list_TypeConstituents.begin(),    list_TypeConstituents.end(),    sortTauConstituentEt);
+    
+  TLorentzVector  tlv_1st_Et;
+  TLorentzVector  tlv_2nd_Et;
+  TLorentzVector  tlv_3rd_Et;
+    
+  if(list_TypeConstituents.size() > 0) tlv_1st_Et = list_TypeConstituents[0]->p4();
+  if(list_TypeConstituents.size() > 1) tlv_2nd_Et = list_TypeConstituents[1]->p4();
+  if(list_TypeConstituents.size() > 2) tlv_3rd_Et = list_TypeConstituents[2]->p4();
+    
+    
+  TLorentzVector tlv_Last_Et;
+  if(list_TypeConstituents.size() > 0) tlv_Last_Et = list_TypeConstituents.back()->p4();
+    
+  //make an additional list of constituents, but now ordered by BDT value
+  std::vector<PanTau::TauConstituent*>    list_TypeConstituents_SortBDT = list_TypeConstituents;
+  std::sort(list_TypeConstituents_SortBDT.begin(), list_TypeConstituents_SortBDT.end(), sortTauConstituentMVA);
+    
+  TLorentzVector  tlv_1st_BDT;
+  TLorentzVector  tlv_2nd_BDT;
+  TLorentzVector  tlv_3rd_BDT;
+    
+  if(list_TypeConstituents_SortBDT.size() > 0) tlv_1st_BDT = list_TypeConstituents_SortBDT[0]->p4();
+  if(list_TypeConstituents_SortBDT.size() > 1) tlv_2nd_BDT = list_TypeConstituents_SortBDT[1]->p4();
+  if(list_TypeConstituents_SortBDT.size() > 2) tlv_3rd_BDT = list_TypeConstituents_SortBDT[2]->p4();
+    
+  //! //////////////////////////////////////////                  
+  //! Prepare variables for information from eflow Objects
+  //! //////////////////////////////////////////
+    
+  // ===> hlv for the leading EFOs and the summed HLV
+  TLorentzVector              tlv_TypeConstituents;
+  // ===> Sum of DeltaR to jet axis
+  double                      sum_DRToReference             = 0;
+  double                      sum_DR2ToReference            = 0;
+  double                      sum_DRToLeading             = 0;
+  double                      sum_DR2ToLeading            = 0;
+  // ===> Sum of Et, Et^2, E and E^2
+  double                      sum_Et                      = 0;
+  double                      sum_Et2                     = 0;
+  double                      sum_E                       = 0;
+  double                      sum_E2                      = 0;
+  // ===> Sum of Et (and E) times DeltaR, DeltaR', Angle 
+  double                      sum_EtxDR                   = 0;
+  double                      sum_EtxDR2                  = 0;
+  double                      sum_EtxDRprime              = 0;
+  double                      sum_EtxAngle                = 0;
+  double                      sum_ExDR                    = 0;
+  double                      sum_ExDR2                   = 0;
+  double                      sum_ExDRprime               = 0;
+  double                      sum_ExAngle                 = 0;
+  // ===> Isolation rings
+  double                      sum_EtInRing00To01          = 0;
+  double                      sum_EtInRing01To02          = 0;
+  double                      sum_EtInRing02To03          = 0;
+  double                      sum_EtInRing03To04          = 0;
+  double                      sum_EtInRing04To05          = 0;
+  // ===> Multiplicities
+  unsigned int                num_EFOs                    = 0;
+  unsigned int                num_ConstsIn00To01             = 0;
+  unsigned int                num_ConstsIn01To02             = 0;
+  unsigned int                num_ConstsIn02To03             = 0;
+  unsigned int                num_ConstsIn03To04             = 0;
+  unsigned int                num_ConstsIn04To05             = 0;
+  // ===> Maximal values
+  double                      max_DeltaR                  = 0;
+    
+    
+  //! //////////////////////////////////////////
+  //! Loop over selected constituents and collect information
+  //! //////////////////////////////////////////
+  for(unsigned int iTypeConst=0; iTypeConst<list_TypeConstituents.size(); iTypeConst++) {
         
-        //final check (nan & inf)
-        if (isnan(tlv_curConst.Pt()) || isinf(tlv_curConst.Pt())) continue;
+    //get hep lorentz vector
+    TLorentzVector tlv_curConst = list_TypeConstituents.at(iTypeConst)->p4();
         
-        //ready to calc stuff
-        //basically update each of the prepared sum_* and num_* variables above,
-        // the sum HLV and the pointers to 1st, 2nd, 3rd leading constituents of current type
-        tlv_TypeConstituents += tlv_curConst;
+    //final check (nan & inf)
+    if (isnan(tlv_curConst.Pt()) || isinf(tlv_curConst.Pt())) continue;
         
-        //helpers to reduce function calls
-        double hlp_Et               = tlv_curConst.Et();
-        double hlp_Et2              = hlp_Et * hlp_Et;
-        double hlp_E                = tlv_curConst.E();
-        double hlp_E2               = hlp_E * hlp_E;
-        double hlp_DeltaR           = tlv_Reference.DeltaR(tlv_curConst);
-        double hlp_DeltaR2          = hlp_DeltaR * hlp_DeltaR;
-        double hlp_DeltaRLeading    = (tlv_1st_Et.Pt() == 0 ? 0 : tlv_1st_Et.DeltaR(tlv_curConst));
-        double hlp_DeltaR2Leading   = hlp_DeltaRLeading * hlp_DeltaRLeading;
-        double hlp_DeltaRprime      = m_HelperFunctions.deltaRprime(tlv_Reference.Vect(), tlv_curConst.Vect());
-        double hlp_Angle            = tlv_Reference.Angle(tlv_curConst.Vect());
+    //ready to calc stuff
+    //basically update each of the prepared sum_* and num_* variables above,
+    // the sum HLV and the pointers to 1st, 2nd, 3rd leading constituents of current type
+    tlv_TypeConstituents += tlv_curConst;
         
-        // update sum of DeltaR to jet axis
-        sum_DRToReference           += hlp_DeltaR;
-        sum_DR2ToReference          += hlp_DeltaR2;
-        sum_DRToLeading             += hlp_DeltaRLeading;
-        sum_DR2ToLeading            += hlp_DeltaR2Leading;
-        // update Sum of Et, Et^2, E and E^2
-        sum_Et                      += hlp_Et;
-        sum_Et2                     += hlp_Et2;
-        sum_E                       += hlp_E;
-        sum_E2                      += hlp_E2;
-        // update Sum of Et (and E) times DeltaR, DeltaR', Angle 
-        sum_EtxDR                   += hlp_Et * hlp_DeltaR;
-        sum_EtxDR2                  += hlp_Et * hlp_DeltaR2;
-        sum_EtxDRprime              += hlp_Et * hlp_DeltaRprime;
-        sum_EtxAngle                += hlp_Et * hlp_Angle;
-        sum_ExDR                    += hlp_E  * hlp_DeltaR;
-        sum_ExDR2                   += hlp_E  * hlp_DeltaR2;
-        sum_ExDRprime               += hlp_E  * hlp_DeltaRprime;
-        sum_ExAngle                 += hlp_E  * hlp_Angle;
-        // update Isolation rings
-        if(hlp_DeltaR >= 0.0 && hlp_DeltaR < 0.1) sum_EtInRing00To01 += hlp_Et;
-        if(hlp_DeltaR >= 0.1 && hlp_DeltaR < 0.2) sum_EtInRing01To02 += hlp_Et;
-        if(hlp_DeltaR >= 0.2 && hlp_DeltaR < 0.3) sum_EtInRing02To03 += hlp_Et;
-        if(hlp_DeltaR >= 0.3 && hlp_DeltaR < 0.4) sum_EtInRing03To04 += hlp_Et;
-        if(hlp_DeltaR >= 0.4 && hlp_DeltaR < 0.5) sum_EtInRing04To05 += hlp_Et;
-        // update Multiplicities
-        num_EFOs++;
-        if(hlp_DeltaR >= 0.0 && hlp_DeltaR < 0.1) num_ConstsIn00To01++;
-        if(hlp_DeltaR >= 0.1 && hlp_DeltaR < 0.2) num_ConstsIn01To02++;
-        if(hlp_DeltaR >= 0.2 && hlp_DeltaR < 0.3) num_ConstsIn02To03++;
-        if(hlp_DeltaR >= 0.3 && hlp_DeltaR < 0.4) num_ConstsIn03To04++;
-        if(hlp_DeltaR >= 0.4 && hlp_DeltaR < 0.5) num_ConstsIn04To05++;
-        // update Max values
-        if(hlp_DeltaR > max_DeltaR) max_DeltaR = hlp_DeltaR;
-    }//end loop over selected EFOs
-    
-    
-    
-    //! //////////////////////////////////////////
-    //! Calculate & fill features
-    //! //////////////////////////////////////////
-    
-    // naming string
-    std::string prefixVARType = "";
-    
-    //! Multiplicities ///////////////////////////////////////////
-    //if there are no EFOs of this type in the seed, all other variables cannot be calculated to have any reasonable value
-    if( num_EFOs == 0 ) {
-        return StatusCode::SUCCESS;
-    }
-    
-    prefixVARType = m_varTypeName_Num;
-    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_ConstsIn00To01", num_ConstsIn00To01);
-    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_ConstsIn01To02", num_ConstsIn01To02);
-    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_ConstsIn02To03", num_ConstsIn02To03);
-    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_ConstsIn03To04", num_ConstsIn03To04);
-    
+    //helpers to reduce function calls
+    double hlp_Et               = tlv_curConst.Et();
+    double hlp_Et2              = hlp_Et * hlp_Et;
+    double hlp_E                = tlv_curConst.E();
+    double hlp_E2               = hlp_E * hlp_E;
+    double hlp_DeltaR           = tlv_Reference.DeltaR(tlv_curConst);
+    double hlp_DeltaR2          = hlp_DeltaR * hlp_DeltaR;
+    double hlp_DeltaRLeading    = (tlv_1st_Et.Pt() == 0 ? 0 : tlv_1st_Et.DeltaR(tlv_curConst));
+    double hlp_DeltaR2Leading   = hlp_DeltaRLeading * hlp_DeltaRLeading;
+    double hlp_DeltaRprime      = m_HelperFunctions.deltaRprime(tlv_Reference.Vect(), tlv_curConst.Vect());
+    double hlp_Angle            = tlv_Reference.Angle(tlv_curConst.Vect());
+        
+    // update sum of DeltaR to jet axis
+    sum_DRToReference           += hlp_DeltaR;
+    sum_DR2ToReference          += hlp_DeltaR2;
+    sum_DRToLeading             += hlp_DeltaRLeading;
+    sum_DR2ToLeading            += hlp_DeltaR2Leading;
+    // update Sum of Et, Et^2, E and E^2
+    sum_Et                      += hlp_Et;
+    sum_Et2                     += hlp_Et2;
+    sum_E                       += hlp_E;
+    sum_E2                      += hlp_E2;
+    // update Sum of Et (and E) times DeltaR, DeltaR', Angle 
+    sum_EtxDR                   += hlp_Et * hlp_DeltaR;
+    sum_EtxDR2                  += hlp_Et * hlp_DeltaR2;
+    sum_EtxDRprime              += hlp_Et * hlp_DeltaRprime;
+    sum_EtxAngle                += hlp_Et * hlp_Angle;
+    sum_ExDR                    += hlp_E  * hlp_DeltaR;
+    sum_ExDR2                   += hlp_E  * hlp_DeltaR2;
+    sum_ExDRprime               += hlp_E  * hlp_DeltaRprime;
+    sum_ExAngle                 += hlp_E  * hlp_Angle;
+    // update Isolation rings
+    if(hlp_DeltaR >= 0.0 && hlp_DeltaR < 0.1) sum_EtInRing00To01 += hlp_Et;
+    if(hlp_DeltaR >= 0.1 && hlp_DeltaR < 0.2) sum_EtInRing01To02 += hlp_Et;
+    if(hlp_DeltaR >= 0.2 && hlp_DeltaR < 0.3) sum_EtInRing02To03 += hlp_Et;
+    if(hlp_DeltaR >= 0.3 && hlp_DeltaR < 0.4) sum_EtInRing03To04 += hlp_Et;
+    if(hlp_DeltaR >= 0.4 && hlp_DeltaR < 0.5) sum_EtInRing04To05 += hlp_Et;
+    // update Multiplicities
+    num_EFOs++;
+    if(hlp_DeltaR >= 0.0 && hlp_DeltaR < 0.1) num_ConstsIn00To01++;
+    if(hlp_DeltaR >= 0.1 && hlp_DeltaR < 0.2) num_ConstsIn01To02++;
+    if(hlp_DeltaR >= 0.2 && hlp_DeltaR < 0.3) num_ConstsIn02To03++;
+    if(hlp_DeltaR >= 0.3 && hlp_DeltaR < 0.4) num_ConstsIn03To04++;
+    if(hlp_DeltaR >= 0.4 && hlp_DeltaR < 0.5) num_ConstsIn04To05++;
+    // update Max values
+    if(hlp_DeltaR > max_DeltaR) max_DeltaR = hlp_DeltaR;
+  }//end loop over selected EFOs
+    
+    
+    
+  //! //////////////////////////////////////////
+  //! Calculate & fill features
+  //! //////////////////////////////////////////
+    
+  // naming string
+  std::string prefixVARType = "";
+    
+  //! Multiplicities ///////////////////////////////////////////
+  //if there are no EFOs of this type in the seed, all other variables cannot be calculated to have any reasonable value
+  if( num_EFOs == 0 ) {
+    return StatusCode::SUCCESS;
+  }
     
+  prefixVARType = m_varTypeName_Num;
+  tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_ConstsIn00To01", num_ConstsIn00To01);
+  tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_ConstsIn01To02", num_ConstsIn01To02);
+  tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_ConstsIn02To03", num_ConstsIn02To03);
+  tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_ConstsIn03To04", num_ConstsIn03To04);        
     
-    //! Substructure particle ID features ///////////////////////////////////////////
-    prefixVARType = m_varTypeName_PID;
+  //! Substructure particle ID features ///////////////////////////////////////////
+  prefixVARType = m_varTypeName_PID;
     
-    // Sorted by highest BDT score
-    double value_sumBDT_BDTSort = 0;
-    for(unsigned int iTypeConst=0; iTypeConst<n_Constituents_Type; iTypeConst++) {
-        
-        double value_BDT = list_TypeConstituents_SortBDT[iTypeConst]->getBDTValue();
-        if( isnan(value_BDT) || isinf(value_BDT) ) continue;
+  // Sorted by highest BDT score
+  double value_sumBDT_BDTSort = 0;
+  for(unsigned int iTypeConst=0; iTypeConst<n_Constituents_Type; iTypeConst++) {
         
-        //correct BDT value based on BDT cut
-        if(tauConstituentType != PanTau::TauConstituent2::t_Charged) {
-            double mvaCorrection = 0.0;
-            double  etaCurConst = list_TypeConstituents_SortBDT[iTypeConst]->p4().Eta();
-            int     etaBinIndex = m_HelperFunctions.getBinIndex(m_Config_CellBased_BinEdges_Eta, fabs(etaCurConst));
-            int     numTrack    = inSeed->getTauJet()->nTracks();
-            if(numTrack == 1) { mvaCorrection = m_Config_CellBased_EtaBinned_Pi0MVACut_1prong.at(etaBinIndex); }
-            else              { mvaCorrection = m_Config_CellBased_EtaBinned_Pi0MVACut_3prong.at(etaBinIndex); }
-	    ATH_MSG_DEBUG("\t\tnumTrack = " << numTrack << " / value_BDT = " << value_BDT << " / mvaCorrection = " << mvaCorrection << " / etaCurConst = " << etaCurConst << " / etaBinIndex = " << etaBinIndex);
-            value_BDT = value_BDT - mvaCorrection;
-        }
+    double value_BDT = list_TypeConstituents_SortBDT[iTypeConst]->getBDTValue();
+    if( isnan(value_BDT) || isinf(value_BDT) ) continue;
         
-        value_sumBDT_BDTSort += value_BDT;
-        std::string iConst = m_HelperFunctions.convertNumberToString((double)(iTypeConst+1));
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BDTValues_BDTSort_" + iConst, value_BDT);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BDTValuesSum_BDTSort_" + iConst, value_sumBDT_BDTSort);
+    //correct BDT value based on BDT cut
+    if(tauConstituentType != PanTau::TauConstituent::t_Charged) {
+      double mvaCorrection = 0.0;
+      double  etaCurConst = list_TypeConstituents_SortBDT[iTypeConst]->p4().Eta();
+      int     etaBinIndex = m_HelperFunctions.getBinIndex(m_Config_CellBased_BinEdges_Eta, fabs(etaCurConst));
+      int     numTrack    = inSeed->getTauJet()->nTracks();
+      if(numTrack == 1) { mvaCorrection = m_Config_CellBased_EtaBinned_Pi0MVACut_1prong.at(etaBinIndex); }
+      else              { mvaCorrection = m_Config_CellBased_EtaBinned_Pi0MVACut_3prong.at(etaBinIndex); }
+
+      value_BDT = value_BDT - mvaCorrection;
     }
-    
-    //sorted by highest Et
-    double value_sumBDT_EtSort = 0;
-    for(unsigned int iTypeConst=0; iTypeConst<n_Constituents_Type; iTypeConst++) {
         
-        double value_BDT = list_TypeConstituents[iTypeConst]->getBDTValue();
-        if( isnan(value_BDT) || isinf(value_BDT) ) continue;
+    value_sumBDT_BDTSort += value_BDT;
+    std::string iConst = m_HelperFunctions.convertNumberToString((double)(iTypeConst+1));
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BDTValues_BDTSort_" + iConst, value_BDT);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BDTValuesSum_BDTSort_" + iConst, value_sumBDT_BDTSort);
+  }
+    
+  //sorted by highest Et
+  double value_sumBDT_EtSort = 0;
+  for(unsigned int iTypeConst=0; iTypeConst<n_Constituents_Type; iTypeConst++) {
         
-        value_sumBDT_EtSort += value_BDT;
-        std::string iConst = m_HelperFunctions.convertNumberToString((double)(iTypeConst+1));
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BDTValues_EtSort_" + iConst, value_BDT);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BDTValuesSum_EtSort_" + iConst, value_sumBDT_EtSort);
-    }
+    double value_BDT = list_TypeConstituents[iTypeConst]->getBDTValue();
+    if( isnan(value_BDT) || isinf(value_BDT) ) continue;
+        
+    value_sumBDT_EtSort += value_BDT;
+    std::string iConst = m_HelperFunctions.convertNumberToString((double)(iTypeConst+1));
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BDTValues_EtSort_" + iConst, value_BDT);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BDTValuesSum_EtSort_" + iConst, value_sumBDT_EtSort);
+  }
     
     
-    //! Shot information ///////////////////////////////////////////
-    prefixVARType = PanTau::Tool_FeatureExtractor::varTypeName_Shots();
-    //only execute if the constituent type is neutral
-    if(PanTau::TauConstituent2::isNeutralType(tauConstituentType) == true) {
+  //! Shot information ///////////////////////////////////////////
+  prefixVARType = PanTau::Tool_FeatureExtractor::varTypeName_Shots();
+  //only execute if the constituent type is neutral
+  if(PanTau::TauConstituent::isNeutralType(tauConstituentType) == true) {
         
-        TLorentzVector          totalTLV_SumShots       = TLorentzVector(0., 0., 0., 0.);
-        unsigned int            totalPhotonsInSeed      = 0;
-        unsigned int            totalShotsInSeed        = 0;
-        double                  maxDeltaRSumShotToConst = -999;
-        double                  minDeltaRSumShotToConst = 999;
-        double                  maxDeltaRSumShotToTau   = -999;
-        double                  minDeltaRSumShotToTau   = 999;
+    TLorentzVector          totalTLV_SumShots       = TLorentzVector(0., 0., 0., 0.);
+    unsigned int            totalPhotonsInSeed      = 0;
+    unsigned int            totalShotsInSeed        = 0;
+    double                  maxDeltaRSumShotToConst = -999;
+    double                  minDeltaRSumShotToConst = 999;
+    double                  maxDeltaRSumShotToTau   = -999;
+    double                  minDeltaRSumShotToTau   = 999;
         
-        std::vector<TLorentzVector> allShotTLVs = std::vector<TLorentzVector>(0);
+    std::vector<TLorentzVector> allShotTLVs = std::vector<TLorentzVector>(0);
         
-        for(unsigned int iConst=0; iConst<list_TypeConstituents_SortBDT.size(); iConst++) {
+    for(unsigned int iConst=0; iConst<list_TypeConstituents_SortBDT.size(); iConst++) {
             
-            PanTau::TauConstituent2*                 curConst            = list_TypeConstituents_SortBDT.at(iConst);
-            TLorentzVector                          tlv_CurConst        = curConst->p4();
-            std::vector<PanTau::TauConstituent2*>    shotConstituents    = curConst->getShots();
-            unsigned int                            nShots              = shotConstituents.size();
+      PanTau::TauConstituent*                 curConst            = list_TypeConstituents_SortBDT.at(iConst);
+      TLorentzVector                          tlv_CurConst        = curConst->p4();
+      std::vector<PanTau::TauConstituent*>    shotConstituents    = curConst->getShots();
+      unsigned int                            nShots              = shotConstituents.size();
             
-            unsigned int totalPhotonsInNeutral = 0;
-            TLorentzVector tlv_SumShots = TLorentzVector(0., 0., 0., 0.);
+      unsigned int totalPhotonsInNeutral = 0;
+      TLorentzVector tlv_SumShots = TLorentzVector(0., 0., 0., 0.);
             
-            for(unsigned int iShot=0; iShot<nShots; iShot++) {
-                PanTau::TauConstituent2* curShot     = shotConstituents.at(iShot);
-                totalPhotonsInNeutral += curShot->getNPhotonsInShot();
-                tlv_SumShots += curShot->p4();
-                allShotTLVs.push_back(curShot->p4());
-            }//end loop over shots
-            totalShotsInSeed    += nShots;
-            totalTLV_SumShots   += tlv_SumShots;
-            totalPhotonsInSeed  += totalPhotonsInNeutral;
+      for(unsigned int iShot=0; iShot<nShots; iShot++) {
+	PanTau::TauConstituent* curShot     = shotConstituents.at(iShot);
+	totalPhotonsInNeutral += curShot->getNPhotonsInShot();
+	tlv_SumShots += curShot->p4();
+	allShotTLVs.push_back(curShot->p4());
+      }//end loop over shots
+      totalShotsInSeed    += nShots;
+      totalTLV_SumShots   += tlv_SumShots;
+      totalPhotonsInSeed  += totalPhotonsInNeutral;
             
-            std::string iConstStr = m_HelperFunctions.convertNumberToString((double)(iConst+1));
+      std::string iConstStr = m_HelperFunctions.convertNumberToString((double)(iConst+1));
                        
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_nPhotons_BDTSort_" + iConstStr, totalPhotonsInNeutral);
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_nShots_BDTSort_" + iConstStr, nShots);
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_nPhotons_BDTSort_" + iConstStr, totalPhotonsInNeutral);
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_nShots_BDTSort_" + iConstStr, nShots);
             
-            //the et/eta/phi/m of the hlv of all shots combined for this neutral-type constituent
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SumShots_Et_BDTSort_" + iConstStr, tlv_SumShots.Et());
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SumShots_Eta_BDTSort_" + iConstStr, tlv_SumShots.Eta());
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SumShots_Phi_BDTSort_" + iConstStr, tlv_SumShots.Phi());
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SumShots_M_BDTSort_" + iConstStr, tlv_SumShots.M());
+      //the et/eta/phi/m of the hlv of all shots combined for this neutral-type constituent
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SumShots_Et_BDTSort_" + iConstStr, tlv_SumShots.Et());
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SumShots_Eta_BDTSort_" + iConstStr, tlv_SumShots.Eta());
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SumShots_Phi_BDTSort_" + iConstStr, tlv_SumShots.Phi());
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SumShots_M_BDTSort_" + iConstStr, tlv_SumShots.M());
             
-            //energy ratio, deltaR of sumShots and constituent
-            double deltaRSumShotToConst = tlv_CurConst.DeltaR(tlv_SumShots);
-            if(deltaRSumShotToConst > maxDeltaRSumShotToConst) maxDeltaRSumShotToConst = deltaRSumShotToConst;
-            if(deltaRSumShotToConst < minDeltaRSumShotToConst) minDeltaRSumShotToConst = deltaRSumShotToConst;
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_ConstDeltaRToSumShots_BDTSort_" + iConstStr, deltaRSumShotToConst);
-            if(tlv_CurConst.Et() > 0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtSumShotsOverConstEt_BDTSort_" + iConstStr, tlv_SumShots.Et() / tlv_CurConst.Et());
+      //energy ratio, deltaR of sumShots and constituent
+      double deltaRSumShotToConst = tlv_CurConst.DeltaR(tlv_SumShots);
+      if(deltaRSumShotToConst > maxDeltaRSumShotToConst) maxDeltaRSumShotToConst = deltaRSumShotToConst;
+      if(deltaRSumShotToConst < minDeltaRSumShotToConst) minDeltaRSumShotToConst = deltaRSumShotToConst;
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_ConstDeltaRToSumShots_BDTSort_" + iConstStr, deltaRSumShotToConst);
+      if(tlv_CurConst.Et() > 0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtSumShotsOverConstEt_BDTSort_" + iConstStr, tlv_SumShots.Et() / tlv_CurConst.Et());
             
-            //energy ratio, deltaR of shots and tauSeed
-            double deltaRSumShotToTau = tlv_Reference.DeltaR(tlv_SumShots);
-            if(deltaRSumShotToTau > maxDeltaRSumShotToTau) maxDeltaRSumShotToTau = deltaRSumShotToTau;
-            if(deltaRSumShotToTau < minDeltaRSumShotToTau) minDeltaRSumShotToTau = deltaRSumShotToTau;
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_TauDeltaRToSumShots_BDTSort_" + iConstStr, deltaRSumShotToTau);
-            if(tlv_Reference.Et() > 0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtSumShotsOverTauEt_BDTSort_" + iConstStr, tlv_SumShots.Et() / tlv_Reference.Et());
+      //energy ratio, deltaR of shots and tauSeed
+      double deltaRSumShotToTau = tlv_Reference.DeltaR(tlv_SumShots);
+      if(deltaRSumShotToTau > maxDeltaRSumShotToTau) maxDeltaRSumShotToTau = deltaRSumShotToTau;
+      if(deltaRSumShotToTau < minDeltaRSumShotToTau) minDeltaRSumShotToTau = deltaRSumShotToTau;
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_TauDeltaRToSumShots_BDTSort_" + iConstStr, deltaRSumShotToTau);
+      if(tlv_Reference.Et() > 0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtSumShotsOverTauEt_BDTSort_" + iConstStr, tlv_SumShots.Et() / tlv_Reference.Et());
             
-        }//end loop over constituents in tau
+    }//end loop over constituents in tau
         
-        //delta R values
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MaxDeltaRSumShotToConst", maxDeltaRSumShotToConst);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MinDeltaRSumShotToConst", minDeltaRSumShotToConst);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MaxDeltaRSumShotToTau", maxDeltaRSumShotToTau);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MinDeltaRSumShotToTau", minDeltaRSumShotToTau);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_DeltaRAllShotsToTau", tlv_Reference.DeltaR(totalTLV_SumShots));
+    //delta R values
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MaxDeltaRSumShotToConst", maxDeltaRSumShotToConst);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MinDeltaRSumShotToConst", minDeltaRSumShotToConst);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MaxDeltaRSumShotToTau", maxDeltaRSumShotToTau);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MinDeltaRSumShotToTau", minDeltaRSumShotToTau);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_DeltaRAllShotsToTau", tlv_Reference.DeltaR(totalTLV_SumShots));
         
-        //et ratio
-        if(tlv_Reference.Et() > 0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtAllShotsOverEtTau", totalTLV_SumShots.Et() / tlv_Reference.Et());
+    //et ratio
+    if(tlv_Reference.Et() > 0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtAllShotsOverEtTau", totalTLV_SumShots.Et() / tlv_Reference.Et());
         
-        //number of shots in seed
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_NShotsInSeed", totalShotsInSeed);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_NPhotonsInSeed", totalPhotonsInSeed);
-
-        //build di-Shot mass
-        double maxDiShotMass    = -200;
-        double minDiShotMass    = 99999;
-        double bestDiShotMass   = -200;
-        double bestPi0Diff      = 99999;
-        for(unsigned int iShot=0; iShot<allShotTLVs.size(); iShot++) {
-            TLorentzVector cur_iShot = allShotTLVs.at(iShot);
+    //number of shots in seed
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_NShotsInSeed", totalShotsInSeed);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_NPhotonsInSeed", totalPhotonsInSeed);
+
+    //build di-Shot mass
+    double maxDiShotMass    = -200;
+    double minDiShotMass    = 99999;
+    double bestDiShotMass   = -200;
+    double bestPi0Diff      = 99999;
+    for(unsigned int iShot=0; iShot<allShotTLVs.size(); iShot++) {
+      TLorentzVector cur_iShot = allShotTLVs.at(iShot);
             
-            for(unsigned int jShot=iShot+1; jShot<allShotTLVs.size(); jShot++) {
-                TLorentzVector cur_jShot = allShotTLVs.at(jShot);
+      for(unsigned int jShot=iShot+1; jShot<allShotTLVs.size(); jShot++) {
+	TLorentzVector cur_jShot = allShotTLVs.at(jShot);
                 
-                ATH_MSG_DEBUG("\t\tBuilding di-shot mass of shots " << iShot << " & " << jShot);
-                TLorentzVector          tlv_DiShot    = cur_iShot + cur_jShot;
-                double                  curDiShotMass = tlv_DiShot.M();
-                double                  curpi0Diff    = fabs(curDiShotMass - 134.98);
-                ATH_MSG_DEBUG("\t\tit is: " << curDiShotMass);
-                if(curpi0Diff < bestPi0Diff) bestDiShotMass = curDiShotMass;
-                if(curDiShotMass > maxDiShotMass) maxDiShotMass = curDiShotMass;
-                if(curDiShotMass < minDiShotMass) minDiShotMass = curDiShotMass;
-            }
-        }
+	ATH_MSG_DEBUG("\t\tBuilding di-shot mass of shots " << iShot << " & " << jShot);
+	TLorentzVector          tlv_DiShot    = cur_iShot + cur_jShot;
+	double                  curDiShotMass = tlv_DiShot.M();
+	double                  curpi0Diff    = fabs(curDiShotMass - 134.98);
+	ATH_MSG_DEBUG("\t\tit is: " << curDiShotMass);
+	if(curpi0Diff < bestPi0Diff) bestDiShotMass = curDiShotMass;
+	if(curDiShotMass > maxDiShotMass) maxDiShotMass = curDiShotMass;
+	if(curDiShotMass < minDiShotMass) minDiShotMass = curDiShotMass;
+      }
+    }
 
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BestDiShotMass", bestDiShotMass);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MaxDiShotMass", maxDiShotMass);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MinDiShotMass", minDiShotMass);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_BestDiShotMass", bestDiShotMass);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MaxDiShotMass", maxDiShotMass);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MinDiShotMass", minDiShotMass);
         
-    }//end if check for shot info dumping
+  }//end if check for shot info dumping
     
     
-    //! Ratios ///////////////////////////////////////////
-    prefixVARType = m_varTypeName_Ratio;
+  //! Ratios ///////////////////////////////////////////
+  prefixVARType = m_varTypeName_Ratio;
     
-    if(curTypeName != curTypeName_All) addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtOver", sum_Et, &m_Variants_SeedEt);
+  if(curTypeName != curTypeName_All) addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtOver", sum_Et, &m_Variants_SeedEt);
     
-    if(tlv_1st_Et.Pt() != 0) addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stEtOver",   tlv_1st_Et.Et(), &m_Variants_SeedEt);
-    if(tlv_1st_BDT.Pt() != 0) addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stBDTEtOver",   tlv_1st_BDT.Et(), &m_Variants_SeedEt);
+  if(tlv_1st_Et.Pt() != 0) addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stEtOver",   tlv_1st_Et.Et(), &m_Variants_SeedEt);
+  if(tlv_1st_BDT.Pt() != 0) addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stBDTEtOver",   tlv_1st_BDT.Et(), &m_Variants_SeedEt);
     
-    if(tlv_Last_Et.Pt() != 0) addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SoftestEtOver",   tlv_Last_Et.Et(), &m_Variants_SeedEt);
+  if(tlv_Last_Et.Pt() != 0) addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_SoftestEtOver",   tlv_Last_Et.Et(), &m_Variants_SeedEt);
     
-    if(tlv_1st_Et.Pt() != 0 && sum_Et > 0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stEtOverTypeEt",    tlv_1st_Et.Et() / sum_Et);
-    if(tlv_1st_BDT.Pt() != 0 && sum_Et > 0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stBDTEtOverTypeEt",    tlv_1st_BDT.Et() / sum_Et);
+  if(tlv_1st_Et.Pt() != 0 && sum_Et > 0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stEtOverTypeEt",    tlv_1st_Et.Et() / sum_Et);
+  if(tlv_1st_BDT.Pt() != 0 && sum_Et > 0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stBDTEtOverTypeEt",    tlv_1st_BDT.Et() / sum_Et);    
     
-    
-    
-    if(n_Constituents_All != 0 && curTypeName != curTypeName_All)   tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EFOsOverTotalEFOs", (double)(((double)num_EFOs) / ((double)n_Constituents_All)));
-    if(tlv_1st_Et.Pt() != 0 && tlv_2nd_Et.Pt() != 0) {
-        if(tlv_1st_Et.Et() > 0. && tlv_2nd_Et.Et() > 0. ) {
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Log1stEtOver2ndEt", TMath::Log10(tlv_1st_Et.Et() / tlv_2nd_Et.Et()));
-        }
+  if(n_Constituents_All != 0 && curTypeName != curTypeName_All)   tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EFOsOverTotalEFOs", (double)(((double)num_EFOs) / ((double)n_Constituents_All)));
+  if(tlv_1st_Et.Pt() != 0 && tlv_2nd_Et.Pt() != 0) {
+    if(tlv_1st_Et.Et() > 0. && tlv_2nd_Et.Et() > 0. ) {
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Log1stEtOver2ndEt", TMath::Log10(tlv_1st_Et.Et() / tlv_2nd_Et.Et()));
     }
-    if(tlv_1st_Et.Pt() != 0 && tlv_3rd_Et.Pt() != 0) {
-        if(tlv_1st_Et.Et() > 0. && tlv_3rd_Et.Et() > 0.) {
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Log1stEtOver3rdEt", TMath::Log10(tlv_1st_Et.Et() / tlv_3rd_Et.Et()));
-        }
+  }
+  if(tlv_1st_Et.Pt() != 0 && tlv_3rd_Et.Pt() != 0) {
+    if(tlv_1st_Et.Et() > 0. && tlv_3rd_Et.Et() > 0.) {
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Log1stEtOver3rdEt", TMath::Log10(tlv_1st_Et.Et() / tlv_3rd_Et.Et()));
     }
-    if(tlv_2nd_Et.Pt() != 0 && tlv_3rd_Et.Pt() != 0) {
-        if(tlv_2nd_Et.Et() > 0. && tlv_3rd_Et.Et() > 0.) {
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Log2ndEtOver3rdEt", TMath::Log10(tlv_2nd_Et.Et() / tlv_3rd_Et.Et()));
-        }
+  }
+  if(tlv_2nd_Et.Pt() != 0 && tlv_3rd_Et.Pt() != 0) {
+    if(tlv_2nd_Et.Et() > 0. && tlv_3rd_Et.Et() > 0.) {
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Log2ndEtOver3rdEt", TMath::Log10(tlv_2nd_Et.Et() / tlv_3rd_Et.Et()));
     }
+  }
     
-    //and for the BDT score ordered EFOs
-    if(tlv_1st_BDT.Pt() != 0 && tlv_2nd_BDT.Pt() != 0) {
-        if(tlv_1st_BDT.Et() > 0. && tlv_2nd_BDT.Et() > 0. ) {
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Log1stEtOver2ndEt_BDTSort", TMath::Log10(tlv_1st_BDT.Et() / tlv_2nd_BDT.Et()));
-        }
+  //and for the BDT score ordered EFOs
+  if(tlv_1st_BDT.Pt() != 0 && tlv_2nd_BDT.Pt() != 0) {
+    if(tlv_1st_BDT.Et() > 0. && tlv_2nd_BDT.Et() > 0. ) {
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Log1stEtOver2ndEt_BDTSort", TMath::Log10(tlv_1st_BDT.Et() / tlv_2nd_BDT.Et()));
     }
-    if(tlv_1st_BDT.Pt() != 0 && tlv_3rd_BDT.Pt() != 0) {
-        if(tlv_1st_BDT.Et() > 0. && tlv_3rd_BDT.Et() > 0.) {
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Log1stEtOver3rdEt_BDTSort", TMath::Log10(tlv_1st_BDT.Et() / tlv_3rd_BDT.Et()));
-        }
+  }
+  if(tlv_1st_BDT.Pt() != 0 && tlv_3rd_BDT.Pt() != 0) {
+    if(tlv_1st_BDT.Et() > 0. && tlv_3rd_BDT.Et() > 0.) {
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Log1stEtOver3rdEt_BDTSort", TMath::Log10(tlv_1st_BDT.Et() / tlv_3rd_BDT.Et()));
     }
-    if(tlv_2nd_BDT.Pt() != 0 && tlv_3rd_BDT.Pt() != 0) {
-        if(tlv_2nd_BDT.Et() > 0. && tlv_3rd_BDT.Et() > 0.) {
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Log2ndEtOver3rdEt_BDTSort", TMath::Log10(tlv_2nd_BDT.Et() / tlv_3rd_BDT.Et()));
-        }
+  }
+  if(tlv_2nd_BDT.Pt() != 0 && tlv_3rd_BDT.Pt() != 0) {
+    if(tlv_2nd_BDT.Et() > 0. && tlv_3rd_BDT.Et() > 0.) {
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Log2ndEtOver3rdEt_BDTSort", TMath::Log10(tlv_2nd_BDT.Et() / tlv_3rd_BDT.Et()));
     }
+  }
     
     
-    //! EtRings  ///////////////////////////////////////////
-    if(curTypeName == curTypeName_All) {
-        prefixVARType = m_varTypeName_EtInRing;
+  //! EtRings  ///////////////////////////////////////////
+  if(curTypeName == curTypeName_All) {
+    prefixVARType = m_varTypeName_EtInRing;
         
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_00To01", sum_EtInRing00To01);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_01To02", sum_EtInRing01To02);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_02To03", sum_EtInRing02To03);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_03To04", sum_EtInRing03To04);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_04To05", sum_EtInRing04To05);
-    }
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_00To01", sum_EtInRing00To01);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_01To02", sum_EtInRing01To02);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_02To03", sum_EtInRing02To03);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_03To04", sum_EtInRing03To04);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_04To05", sum_EtInRing04To05);
+  }
     
     
-    //! Isolations ///////////////////////////////////////////
-    if(curTypeName == curTypeName_All) {
-        prefixVARType = m_varTypeName_Isolation;
+  //! Isolations ///////////////////////////////////////////
+  if(curTypeName == curTypeName_All) {
+    prefixVARType = m_varTypeName_Isolation;
         
-        double iso_EtIn01 = sum_EtInRing00To01;
-        double iso_EtIn02 = iso_EtIn01 + sum_EtInRing01To02;
-        double iso_EtIn03 = iso_EtIn02 + sum_EtInRing02To03;
-        double iso_EtIn04 = iso_EtIn03 + sum_EtInRing03To04;
+    double iso_EtIn01 = sum_EtInRing00To01;
+    double iso_EtIn02 = iso_EtIn01 + sum_EtInRing01To02;
+    double iso_EtIn03 = iso_EtIn02 + sum_EtInRing02To03;
+    double iso_EtIn04 = iso_EtIn03 + sum_EtInRing03To04;
         
-        addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtIn01Over", iso_EtIn01, &m_Variants_SeedEt);
-        addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtIn02Over", iso_EtIn02, &m_Variants_SeedEt);
-        addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtIn03Over", iso_EtIn03, &m_Variants_SeedEt);
-        addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtIn04Over", iso_EtIn04, &m_Variants_SeedEt);
+    addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtIn01Over", iso_EtIn01, &m_Variants_SeedEt);
+    addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtIn02Over", iso_EtIn02, &m_Variants_SeedEt);
+    addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtIn03Over", iso_EtIn03, &m_Variants_SeedEt);
+    addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtIn04Over", iso_EtIn04, &m_Variants_SeedEt);
         
-        addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtIn00To02Over", (sum_EtInRing00To01 + sum_EtInRing01To02), &m_Variants_SeedEt);
-        addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtIn02To04Over", (sum_EtInRing02To03 + sum_EtInRing03To04), &m_Variants_SeedEt);
+    addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtIn00To02Over", (sum_EtInRing00To01 + sum_EtInRing01To02), &m_Variants_SeedEt);
+    addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtIn02To04Over", (sum_EtInRing02To03 + sum_EtInRing03To04), &m_Variants_SeedEt);
         
-        if(iso_EtIn02>0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtIn01OverEtIn02", iso_EtIn01 / iso_EtIn02);
-        if(iso_EtIn04>0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtIn01OverEtIn04", iso_EtIn01 / iso_EtIn04);
-    }
+    if(iso_EtIn02>0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtIn01OverEtIn02", iso_EtIn01 / iso_EtIn02);
+    if(iso_EtIn04>0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtIn01OverEtIn04", iso_EtIn01 / iso_EtIn04);
+  }
     
     
-    //! Means ///////////////////////////////////////////
-    prefixVARType = m_varTypeName_Mean;
+  //! Means ///////////////////////////////////////////
+  prefixVARType = m_varTypeName_Mean;
     
-    if(num_EFOs > 0) {
-        addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Et_Wrt",           (sum_Et / num_EFOs), &m_Variants_SeedEt);
-        addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_DRToJetAxis_Wrt",  (sum_DRToReference / num_EFOs), &m_Variants_SeedEt);
-        addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_DRToLeading_Wrt",  (sum_DRToLeading / num_EFOs), &m_Variants_SeedEt);
-    }
+  if(num_EFOs > 0) {
+    addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Et_Wrt",           (sum_Et / num_EFOs), &m_Variants_SeedEt);
+    addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_DRToJetAxis_Wrt",  (sum_DRToReference / num_EFOs), &m_Variants_SeedEt);
+    addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_DRToLeading_Wrt",  (sum_DRToLeading / num_EFOs), &m_Variants_SeedEt);
+  }
     
     
-    //! Standard deviations ///////////////////////////////////////////
-    prefixVARType =  m_varTypeName_StdDev;
+  //! Standard deviations ///////////////////////////////////////////
+  prefixVARType =  m_varTypeName_StdDev;
 
-    double stddev_E             = m_HelperFunctions.stddev(sum_E2, sum_E, num_EFOs);
-    double stddev_Et            = m_HelperFunctions.stddev(sum_Et2, sum_Et, num_EFOs);
-    double stddev_DRToJetAxis   = m_HelperFunctions.stddev(sum_DR2ToReference, sum_DRToReference, num_EFOs);
-    double stddev_DRToLeading   = m_HelperFunctions.stddev(sum_DRToLeading, sum_DR2ToLeading, num_EFOs);
-    
-    if(stddev_E > 0.)           tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_E",              stddev_E);
-    if(stddev_Et > 0.)          tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Et",             stddev_Et);
-    if(stddev_Et > 0.)          addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Et_Wrt", stddev_Et, &m_Variants_SeedEt);
-    if(stddev_DRToJetAxis > 0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_DRToJetAxis",    stddev_DRToJetAxis);
-    if(stddev_DRToLeading > 0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_DRToLeading",    stddev_DRToLeading);
-        
+  double stddev_E             = m_HelperFunctions.stddev(sum_E2, sum_E, num_EFOs);
+  double stddev_Et            = m_HelperFunctions.stddev(sum_Et2, sum_Et, num_EFOs);
+  double stddev_DRToJetAxis   = m_HelperFunctions.stddev(sum_DR2ToReference, sum_DRToReference, num_EFOs);
+  double stddev_DRToLeading   = m_HelperFunctions.stddev(sum_DRToLeading, sum_DR2ToLeading, num_EFOs);
     
-    //! Angles ///////////////////////////////////////////
-    prefixVARType = m_varTypeName_Angle;
-    
-    double angle_12 = 0;
-    double angle_13 = 0;
-    double angle_23 = 0;
-    
-    if(curTypeName != curTypeName_All) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_ToJetAxis",   tlv_Reference.Angle(tlv_TypeConstituents.Vect()));
-    if(tlv_1st_Et.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stToJetAxis",   tlv_Reference.Angle(tlv_1st_Et.Vect()));
-    if(tlv_2nd_Et.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_2ndToJetAxis",   tlv_Reference.Angle(tlv_2nd_Et.Vect()));
-    if(tlv_3rd_Et.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_3rdToJetAxis",   tlv_Reference.Angle(tlv_3rd_Et.Vect()));
-    if(tlv_1st_Et.Pt() != 0) {
-        if(tlv_2nd_Et.Pt() != 0) {
-            angle_12 = tlv_1st_Et.Angle(tlv_2nd_Et.Vect());
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stTo2nd", angle_12);
-        }
-        if(tlv_3rd_Et.Pt() != 0) {
-            angle_13 = tlv_1st_Et.Angle(tlv_3rd_Et.Vect());
-            tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stTo3rd", angle_13);
-        }
-    }
-    if(tlv_2nd_Et.Pt() != 0 && tlv_3rd_Et.Pt() != 0) {
-        angle_23 = tlv_2nd_Et.Angle(tlv_3rd_Et.Vect());
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_2ndTo3rd", angle_23);
-    }
-    if(num_EFOs > 2 && tlv_1st_Et.Pt() != 0 && tlv_2nd_Et.Pt() != 0 && tlv_3rd_Et.Pt() != 0) {
-        double angle_Planes = ( tlv_1st_Et.Vect().Cross(tlv_2nd_Et.Vect()) ).Angle( tlv_1st_Et.Vect().Cross(tlv_3rd_Et.Vect()) );
-        double angle_max    = 0;
-        if(angle_12 > angle_13) {
-            if(angle_12 > angle_23) angle_max = angle_12;
-            else angle_max =angle_23;
-        } else {
-            if(angle_13 > angle_23) angle_max =angle_13;
-            else angle_max =angle_23;
-        }
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MaxToJetAxis", angle_max);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MeanValue123", (angle_12 + angle_13 + angle_23)/3.);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Btw1213Planes", angle_Planes);
+  if(stddev_E > 0.)           tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_E",              stddev_E);
+  if(stddev_Et > 0.)          tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Et",             stddev_Et);
+  if(stddev_Et > 0.)          addFeatureWrtSeedEnergy(tauFeatureMap, inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Et_Wrt", stddev_Et, &m_Variants_SeedEt);
+  if(stddev_DRToJetAxis > 0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_DRToJetAxis",    stddev_DRToJetAxis);
+  if(stddev_DRToLeading > 0.) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_DRToLeading",    stddev_DRToLeading);
         
-    }
-    
-    
-    //! DeltaR ///////////////////////////////////////////
-    prefixVARType = m_varTypeName_DeltaR;
-    
-    if(curTypeName != curTypeName_All) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_ToJetAxis",      tlv_Reference.DeltaR(tlv_TypeConstituents));
-    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MaxToJetAxis_EtSort",   max_DeltaR);
-    if(tlv_1st_Et.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stToJetAxis_EtSort",   tlv_Reference.DeltaR(tlv_1st_Et));
-    if(tlv_2nd_Et.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_2ndToJetAxis_EtSort",   tlv_Reference.DeltaR(tlv_2nd_Et));
-    if(tlv_3rd_Et.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_3rdToJetAxis_EtSort",   tlv_Reference.DeltaR(tlv_3rd_Et));
-    if(tlv_1st_Et.Pt() != 0) {
-        if(tlv_2nd_Et.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stTo2nd_EtSort",   tlv_1st_Et.DeltaR(tlv_2nd_Et));
-        if(tlv_3rd_Et.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stTo3rd_EtSort",   tlv_1st_Et.DeltaR(tlv_3rd_Et));
-    }
-    if(tlv_2nd_Et.Pt() != 0 && tlv_3rd_Et.Pt() != 0) {
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_2ndTo3rd_EtSort",   tlv_2nd_Et.DeltaR(tlv_3rd_Et));
-    }
     
-    if(tlv_1st_BDT.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stToJetAxis_BDTSort",   tlv_Reference.DeltaR(tlv_1st_BDT));
-    if(tlv_2nd_BDT.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_2ndToJetAxis_BDTSort",   tlv_Reference.DeltaR(tlv_2nd_BDT));
-    if(tlv_3rd_BDT.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_3rdToJetAxis_BDTSort",   tlv_Reference.DeltaR(tlv_3rd_BDT));
-    if(tlv_1st_BDT.Pt() != 0) {
-        if(tlv_2nd_BDT.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stTo2nd_BDTSort",   tlv_1st_BDT.DeltaR(tlv_2nd_BDT));
-        if(tlv_3rd_BDT.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stTo3rd_BDTSort",   tlv_1st_BDT.DeltaR(tlv_3rd_BDT));
+  //! Angles ///////////////////////////////////////////
+  prefixVARType = m_varTypeName_Angle;
+    
+  double angle_12 = 0;
+  double angle_13 = 0;
+  double angle_23 = 0;
+    
+  if(curTypeName != curTypeName_All) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_ToJetAxis",   tlv_Reference.Angle(tlv_TypeConstituents.Vect()));
+  if(tlv_1st_Et.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stToJetAxis",   tlv_Reference.Angle(tlv_1st_Et.Vect()));
+  if(tlv_2nd_Et.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_2ndToJetAxis",   tlv_Reference.Angle(tlv_2nd_Et.Vect()));
+  if(tlv_3rd_Et.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_3rdToJetAxis",   tlv_Reference.Angle(tlv_3rd_Et.Vect()));
+  if(tlv_1st_Et.Pt() != 0) {
+    if(tlv_2nd_Et.Pt() != 0) {
+      angle_12 = tlv_1st_Et.Angle(tlv_2nd_Et.Vect());
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stTo2nd", angle_12);
     }
-    if(tlv_2nd_BDT.Pt() != 0 && tlv_3rd_BDT.Pt() != 0) {
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_2ndTo3rd_BDTSort",   tlv_2nd_BDT.DeltaR(tlv_3rd_BDT));
+    if(tlv_3rd_Et.Pt() != 0) {
+      angle_13 = tlv_1st_Et.Angle(tlv_3rd_Et.Vect());
+      tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stTo3rd", angle_13);
     }
-    
-    
-    //! JetMoment ///////////////////////////////////////////
-    //  Moment wrt X = Sum( Et * X ) / Sum(Et)
-    //  ==> Named as Eflow_EFOType_JetMoment_EtX"   when using Et as weight
-    //  ==> Named as Eflow_EFOType_JetMoment_EX"    when using E  as weight
-    prefixVARType = m_varTypeName_JetMoment;
-    
-    if(sum_Et > 0.) {
-        //Using transverse energy
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtDR",            sum_EtxDR / sum_Et);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtDRprime",       sum_EtxDRprime / sum_Et);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtDR2",           sum_EtxDR2 / sum_Et);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtAngle",         sum_EtxAngle / sum_Et);
-        tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtDRxTotalEt",    (sum_EtxDR / sum_Et) * m_Variants_SeedEt["EtAllConsts"]);
+  }
+  if(tlv_2nd_Et.Pt() != 0 && tlv_3rd_Et.Pt() != 0) {
+    angle_23 = tlv_2nd_Et.Angle(tlv_3rd_Et.Vect());
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_2ndTo3rd", angle_23);
+  }
+  if(num_EFOs > 2 && tlv_1st_Et.Pt() != 0 && tlv_2nd_Et.Pt() != 0 && tlv_3rd_Et.Pt() != 0) {
+    double angle_Planes = ( tlv_1st_Et.Vect().Cross(tlv_2nd_Et.Vect()) ).Angle( tlv_1st_Et.Vect().Cross(tlv_3rd_Et.Vect()) );
+    double angle_max    = 0;
+    if(angle_12 > angle_13) {
+      if(angle_12 > angle_23) angle_max = angle_12;
+      else angle_max =angle_23;
+    } else {
+      if(angle_13 > angle_23) angle_max =angle_13;
+      else angle_max =angle_23;
     }
-    
-    
-    return StatusCode::SUCCESS;
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MaxToJetAxis", angle_max);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MeanValue123", (angle_12 + angle_13 + angle_23)/3.);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_Btw1213Planes", angle_Planes);
+        
+  }
+    
+    
+  //! DeltaR ///////////////////////////////////////////
+  prefixVARType = m_varTypeName_DeltaR;
+    
+  if(curTypeName != curTypeName_All) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_ToJetAxis",      tlv_Reference.DeltaR(tlv_TypeConstituents));
+  tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_MaxToJetAxis_EtSort",   max_DeltaR);
+  if(tlv_1st_Et.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stToJetAxis_EtSort",   tlv_Reference.DeltaR(tlv_1st_Et));
+  if(tlv_2nd_Et.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_2ndToJetAxis_EtSort",   tlv_Reference.DeltaR(tlv_2nd_Et));
+  if(tlv_3rd_Et.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_3rdToJetAxis_EtSort",   tlv_Reference.DeltaR(tlv_3rd_Et));
+  if(tlv_1st_Et.Pt() != 0) {
+    if(tlv_2nd_Et.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stTo2nd_EtSort",   tlv_1st_Et.DeltaR(tlv_2nd_Et));
+    if(tlv_3rd_Et.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stTo3rd_EtSort",   tlv_1st_Et.DeltaR(tlv_3rd_Et));
+  }
+  if(tlv_2nd_Et.Pt() != 0 && tlv_3rd_Et.Pt() != 0) {
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_2ndTo3rd_EtSort",   tlv_2nd_Et.DeltaR(tlv_3rd_Et));
+  }
+    
+  if(tlv_1st_BDT.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stToJetAxis_BDTSort",   tlv_Reference.DeltaR(tlv_1st_BDT));
+  if(tlv_2nd_BDT.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_2ndToJetAxis_BDTSort",   tlv_Reference.DeltaR(tlv_2nd_BDT));
+  if(tlv_3rd_BDT.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_3rdToJetAxis_BDTSort",   tlv_Reference.DeltaR(tlv_3rd_BDT));
+  if(tlv_1st_BDT.Pt() != 0) {
+    if(tlv_2nd_BDT.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stTo2nd_BDTSort",   tlv_1st_BDT.DeltaR(tlv_2nd_BDT));
+    if(tlv_3rd_BDT.Pt() != 0) tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_1stTo3rd_BDTSort",   tlv_1st_BDT.DeltaR(tlv_3rd_BDT));
+  }
+  if(tlv_2nd_BDT.Pt() != 0 && tlv_3rd_BDT.Pt() != 0) {
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_2ndTo3rd_BDTSort",   tlv_2nd_BDT.DeltaR(tlv_3rd_BDT));
+  }
+    
+    
+  //! JetMoment ///////////////////////////////////////////
+  //  Moment wrt X = Sum( Et * X ) / Sum(Et)
+  //  ==> Named as Eflow_EFOType_JetMoment_EtX"   when using Et as weight
+  //  ==> Named as Eflow_EFOType_JetMoment_EX"    when using E  as weight
+  prefixVARType = m_varTypeName_JetMoment;
+    
+  if(sum_Et > 0.) {
+    //Using transverse energy
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtDR",            sum_EtxDR / sum_Et);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtDRprime",       sum_EtxDRprime / sum_Et);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtDR2",           sum_EtxDR2 / sum_Et);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtAngle",         sum_EtxAngle / sum_Et);
+    tauFeatureMap->addFeature(inputAlgName + "_" + curTypeName + "_" + prefixVARType + "_EtDRxTotalEt",    (sum_EtxDR / sum_Et) * m_Variants_SeedEt["EtAllConsts"]);
+  }
+
+  return StatusCode::SUCCESS;
 }
 
 
-
-StatusCode PanTau::Tool_FeatureExtractor::addCombinedFeatures(PanTau::PanTauSeed2* inSeed) {
-    
-    //! //////////////////////////////////////////
-    //! Prepare some short notations for variables
-    //! //////////////////////////////////////////
-    PanTau::TauFeature2* tauFeatures     = inSeed->getFeatures();
-    std::string         inputAlgName    = inSeed->getNameInputAlgorithm();
-    
-    
-    //et: EFO Type
-    int et_Charged      = PanTau::TauConstituent2::t_Charged;
-    int et_Pi0Neut      = PanTau::TauConstituent2::t_Pi0Neut;
-    int et_Neutral      = PanTau::TauConstituent2::t_Neutral;
-    int et_All          = PanTau::TauConstituent2::t_NoType;
-    
-    bool foundIt;
-    std::vector<PanTau::TauConstituent2*>    list_NeutralConstituents = inSeed->getConstituentsOfType(et_Neutral, foundIt);
-    
-    //! //////////////////////////////////////////
-    //! Prepare the list of names for EFO Types & 
-    //! the 4 momenta of the different sub systems 
-    //! (ie. charged, neutral subsystem, etc...)
-    //! //////////////////////////////////////////
-    std::string                 name_EFOType[PanTau::TauConstituent2::t_nTypes];
-    double                      num_EFOs[PanTau::TauConstituent2::t_nTypes];
-    TLorentzVector     tlv_System[PanTau::TauConstituent2::t_nTypes];
-    TLorentzVector     tlv_1stEFO[PanTau::TauConstituent2::t_nTypes];
-    TLorentzVector     tlv_2ndEFO[PanTau::TauConstituent2::t_nTypes];
-    
-    //! //////////////////////////////////////////
-    //! get input objects to calc combined features
-    //! //////////////////////////////////////////
-    bool tlv_Sys_OK[PanTau::TauConstituent2::t_nTypes];
-    bool tlv_1st_OK[PanTau::TauConstituent2::t_nTypes];
-    bool tlv_2nd_OK[PanTau::TauConstituent2::t_nTypes];
-    
-    
-    //initialize arrays with default values
-    for(unsigned int iType=0; iType<(unsigned int)PanTau::TauConstituent2::t_nTypes; iType++) {
-        name_EFOType[iType] = "";
-        num_EFOs[iType]     = 0.;
-        tlv_System[iType]   = TLorentzVector();
-        tlv_1stEFO[iType]   = TLorentzVector();
-        tlv_2ndEFO[iType]   = TLorentzVector();
-        tlv_Sys_OK[iType]   = false;
-        tlv_1st_OK[iType]   = false;
-        tlv_2nd_OK[iType]   = false;
-    }
+StatusCode PanTau::Tool_FeatureExtractor::addCombinedFeatures(PanTau::PanTauSeed* inSeed) {
     
-    for(int iType=0; iType<(int)PanTau::TauConstituent2::t_nTypes; iType++) {
-        name_EFOType[iType] = PanTau::TauConstituent2::getTypeName((PanTau::TauConstituent2::Type)iType);
+  //! //////////////////////////////////////////
+  //! Prepare some short notations for variables
+  //! //////////////////////////////////////////
+  PanTau::TauFeature* tauFeatures     = inSeed->getFeatures();
+  std::string         inputAlgName    = inSeed->getNameInputAlgorithm();
         
-        tlv_System[iType] = inSeed->getSubsystemHLV(iType, tlv_Sys_OK[iType]);
-        if(tlv_Sys_OK[iType] == false) continue;
+  //et: EFO Type
+  int et_Charged      = PanTau::TauConstituent::t_Charged;
+  int et_Pi0Neut      = PanTau::TauConstituent::t_Pi0Neut;
+  int et_Neutral      = PanTau::TauConstituent::t_Neutral;
+  int et_All          = PanTau::TauConstituent::t_NoType;
+    
+  bool foundIt;
+  std::vector<PanTau::TauConstituent*>    list_NeutralConstituents = inSeed->getConstituentsOfType(et_Neutral, foundIt);
+    
+  //! //////////////////////////////////////////
+  //! Prepare the list of names for EFO Types & 
+  //! the 4 momenta of the different sub systems 
+  //! (ie. charged, neutral subsystem, etc...)
+  //! //////////////////////////////////////////
+  std::string                 name_EFOType[PanTau::TauConstituent::t_nTypes];
+  double                      num_EFOs[PanTau::TauConstituent::t_nTypes];
+  TLorentzVector     tlv_System[PanTau::TauConstituent::t_nTypes];
+  TLorentzVector     tlv_1stEFO[PanTau::TauConstituent::t_nTypes];
+  TLorentzVector     tlv_2ndEFO[PanTau::TauConstituent::t_nTypes];
+    
+  //! //////////////////////////////////////////
+  //! get input objects to calc combined features
+  //! //////////////////////////////////////////
+  bool tlv_Sys_OK[PanTau::TauConstituent::t_nTypes];
+  bool tlv_1st_OK[PanTau::TauConstituent::t_nTypes];
+  bool tlv_2nd_OK[PanTau::TauConstituent::t_nTypes];  
+    
+  //initialize arrays with default values
+  for(unsigned int iType=0; iType<(unsigned int)PanTau::TauConstituent::t_nTypes; iType++) {
+    name_EFOType[iType] = "";
+    num_EFOs[iType]     = 0.;
+    tlv_System[iType]   = TLorentzVector();
+    tlv_1stEFO[iType]   = TLorentzVector();
+    tlv_2ndEFO[iType]   = TLorentzVector();
+    tlv_Sys_OK[iType]   = false;
+    tlv_1st_OK[iType]   = false;
+    tlv_2nd_OK[iType]   = false;
+  }
+    
+  for(int iType=0; iType<(int)PanTau::TauConstituent::t_nTypes; iType++) {
+    name_EFOType[iType] = PanTau::TauConstituent::getTypeName((PanTau::TauConstituent::Type)iType);
         
-        std::vector<TauConstituent2*> typeConstituents = inSeed->getConstituentsOfType(iType, tlv_Sys_OK[iType]);
-        if(typeConstituents.size() == 0) tlv_Sys_OK[iType] = false;
-        if(tlv_Sys_OK[iType] == false) continue;
+    tlv_System[iType] = inSeed->getSubsystemHLV(iType, tlv_Sys_OK[iType]);
+    if(tlv_Sys_OK[iType] == false) continue;
         
-        num_EFOs[iType] = typeConstituents.size();
+    std::vector<TauConstituent*> typeConstituents = inSeed->getConstituentsOfType(iType, tlv_Sys_OK[iType]);
+    if(typeConstituents.size() == 0) tlv_Sys_OK[iType] = false;
+    if(tlv_Sys_OK[iType] == false) continue;
         
-        if(typeConstituents.size() > 0) {
-            tlv_1stEFO[iType] = typeConstituents.at(0)->p4();
-            tlv_1st_OK[iType] = true;
-        } else {
-            tlv_1st_OK[iType] = false;
-        }
+    num_EFOs[iType] = typeConstituents.size();
         
-        if(typeConstituents.size() > 1) {
-            tlv_2ndEFO[iType] = typeConstituents.at(1)->p4();
-            tlv_2nd_OK[iType] = true;
-        } else {
-            tlv_2nd_OK[iType] = false;
-        }
-        
-    }
-    
-    
-    //! //////////////////////////////////////////
-    //! From the extracted input, calc combined features
-    //! //////////////////////////////////////////
-    std::string prefixVARType = m_varTypeName_Combined;
-    
-    
-    //! Combined-Single Features ////////////////////////////////////////
-    // Ratios of numbers (heavily spiked, just keep them for validation)
-    if(tlv_Sys_OK[et_Charged] == true && tlv_Sys_OK[et_Neutral] && num_EFOs[et_Neutral] > 0.) {
-        tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_NumChargedOverNumNeutral", num_EFOs[et_Charged] / num_EFOs[et_Neutral]);
+    if(typeConstituents.size() > 0) {
+      tlv_1stEFO[iType] = typeConstituents.at(0)->p4();
+      tlv_1st_OK[iType] = true;
+    } else {
+      tlv_1st_OK[iType] = false;
     }
-    if(tlv_Sys_OK[et_Charged] == true && tlv_Sys_OK[et_All] && num_EFOs[et_All] > 0.) {
-        tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_NumChargedOverNumTotal",   num_EFOs[et_Charged] / num_EFOs[et_All]);
+        
+    if(typeConstituents.size() > 1) {
+      tlv_2ndEFO[iType] = typeConstituents.at(1)->p4();
+      tlv_2nd_OK[iType] = true;
+    } else {
+      tlv_2nd_OK[iType] = false;
     }
+        
+  }    
     
-    if(num_EFOs[et_Charged]>0. && num_EFOs[et_Neutral]>1.) {
-        if(tlv_1st_OK[et_Charged] && tlv_1st_OK[et_Neutral] && tlv_2nd_OK[et_Neutral]) {
-            TVector3 axis_Plane_cn1 = (tlv_1stEFO[et_Charged].Vect()).Cross( tlv_1stEFO[et_Neutral].Vect() );
-            TVector3 axis_Plane_cn2 = (tlv_1stEFO[et_Charged].Vect()).Cross( tlv_2ndEFO[et_Neutral].Vect() );
-            double anglePlanes = axis_Plane_cn1.Angle(axis_Plane_cn2);
-            tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_AnglePlane1stCharged1st2ndNeutral", anglePlanes);
-        }
+  // From the extracted input, calc combined features
+  std::string prefixVARType = m_varTypeName_Combined;
+        
+  // Combined-Single Features
+  // Ratios of numbers (heavily spiked, just keep them for validation)
+  if(tlv_Sys_OK[et_Charged] == true && tlv_Sys_OK[et_Neutral] && num_EFOs[et_Neutral] > 0.) {
+    tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_NumChargedOverNumNeutral", num_EFOs[et_Charged] / num_EFOs[et_Neutral]);
+  }
+  if(tlv_Sys_OK[et_Charged] == true && tlv_Sys_OK[et_All] && num_EFOs[et_All] > 0.) {
+    tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_NumChargedOverNumTotal",   num_EFOs[et_Charged] / num_EFOs[et_All]);
+  }
+    
+  if(num_EFOs[et_Charged]>0. && num_EFOs[et_Neutral]>1.) {
+    if(tlv_1st_OK[et_Charged] && tlv_1st_OK[et_Neutral] && tlv_2nd_OK[et_Neutral]) {
+      TVector3 axis_Plane_cn1 = (tlv_1stEFO[et_Charged].Vect()).Cross( tlv_1stEFO[et_Neutral].Vect() );
+      TVector3 axis_Plane_cn2 = (tlv_1stEFO[et_Charged].Vect()).Cross( tlv_2ndEFO[et_Neutral].Vect() );
+      double anglePlanes = axis_Plane_cn1.Angle(axis_Plane_cn2);
+      tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_AnglePlane1stCharged1st2ndNeutral", anglePlanes);
     }
+  }    
     
-    
-    PanTau::TauConstituent2* tauConst_NeutralLargestAngle = m_HelperFunctions.getNeutralConstWithLargestAngle(tlv_System[et_Charged],
-                                                                                                                   list_NeutralConstituents);
-    if(tauConst_NeutralLargestAngle != 0) {
-        TLorentzVector tlv_NeutralLargestAngle = tauConst_NeutralLargestAngle->p4();
+  PanTau::TauConstituent* tauConst_NeutralLargestAngle = m_HelperFunctions.getNeutralConstWithLargestAngle(tlv_System[et_Charged],
+													    list_NeutralConstituents);
+  if(tauConst_NeutralLargestAngle != 0) {
+    TLorentzVector tlv_NeutralLargestAngle = tauConst_NeutralLargestAngle->p4();
         
-        tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_FarthestNeutral_AngleToCharged", tlv_System[et_Charged].Angle(tlv_NeutralLargestAngle.Vect()) );
-        tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_FarthestNeutral_BDTScore", tauConst_NeutralLargestAngle->getBDTValue());
-        if(tlv_System[et_Charged].Et() > 0) tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_FarthestNeutral_EtOverChargedEt", tlv_NeutralLargestAngle.Et() / tlv_System[et_Charged].Et());
-    }
+    tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_FarthestNeutral_AngleToCharged", tlv_System[et_Charged].Angle(tlv_NeutralLargestAngle.Vect()) );
+    tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_FarthestNeutral_BDTScore", tauConst_NeutralLargestAngle->getBDTValue());
+    if(tlv_System[et_Charged].Et() > 0) tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_FarthestNeutral_EtOverChargedEt", tlv_NeutralLargestAngle.Et() / tlv_System[et_Charged].Et());
+  }
     
-    //! Combined Type-vs-Type Features ////////////////////////////////////////
-    //Loop over all EFO types...
-    //  for every type, loop over all other types (but neglect permutations, i.e.   A,B   is the same as   B,A)
-    //     calculate ratios, angles etc...
+  // Combined Type-vs-Type Features
+  // Loop over all EFO types...
+  // for every type, loop over all other types (but neglect permutations, i.e.   A,B   is the same as   B,A)
+  // calculate ratios, angles etc...
     
-    for(int iType=0; iType<PanTau::TauConstituent2::t_nTypes; iType++) {
+  for(int iType=0; iType<PanTau::TauConstituent::t_nTypes; iType++) {
         
-        if(iType == (int)PanTau::TauConstituent2::t_NoType) continue;
-        int type_Denom    = iType;
+    if(iType == (int)PanTau::TauConstituent::t_NoType) continue;
+    int type_Denom = iType;
         
-        for(int jType=0; jType<PanTau::TauConstituent2::t_nTypes; jType++) {
-            
-            if(jType == (int)PanTau::TauConstituent2::t_NoType) continue;
-            int type_Nom   = jType;
+    for(int jType=0; jType<PanTau::TauConstituent::t_nTypes; jType++) {
             
-            if(jType == iType) continue;
+      if(jType == (int)PanTau::TauConstituent::t_NoType) continue;
+      int type_Nom = jType;
             
-            std::string typeName_Nom    = PanTau::TauConstituent2::getTypeName((PanTau::TauConstituent2::Type)type_Nom);
-            std::string typeName_Denom  = PanTau::TauConstituent2::getTypeName((PanTau::TauConstituent2::Type)type_Denom);
+      if(jType == iType) continue;
             
-            double sum_Et_Nom   = 0.0;
-            double sum_Et_Denom = 0.0;
-            if(tlv_Sys_OK[type_Nom] && tlv_Sys_OK[type_Denom]) {
-                sum_Et_Nom   = tlv_System[type_Nom].Et();
-                sum_Et_Denom = tlv_System[type_Denom].Et();
-            }
+      std::string typeName_Nom    = PanTau::TauConstituent::getTypeName((PanTau::TauConstituent::Type)type_Nom);
+      std::string typeName_Denom  = PanTau::TauConstituent::getTypeName((PanTau::TauConstituent::Type)type_Denom);
             
-            //Fraction of leading EFO of system A wrt complete system B
-            // this is not symmetric wrt system A and B, hence do this for all combinations
-            if(tlv_1st_OK[type_Nom]) {
-                double LeadEFO_Et_Nom = tlv_1stEFO[type_Nom].Et();
-                if(LeadEFO_Et_Nom > 0. && sum_Et_Denom > 0.) {
-                    tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_Log1st" + typeName_Nom + "EtOver" + typeName_Denom + "Et", TMath::Log10(LeadEFO_Et_Nom / sum_Et_Denom) );
-                }
-            }
+      double sum_Et_Nom   = 0.0;
+      double sum_Et_Denom = 0.0;
+      if(tlv_Sys_OK[type_Nom] && tlv_Sys_OK[type_Denom]) {
+	sum_Et_Nom   = tlv_System[type_Nom].Et();
+	sum_Et_Denom = tlv_System[type_Denom].Et();
+      }
             
-            //following features symmetric in system A-B, hence skip multi calculation
-            if(jType <= iType) continue;
+      // Fraction of leading EFO of system A wrt complete system B
+      // this is not symmetric wrt system A and B, hence do this for all combinations
+      if(tlv_1st_OK[type_Nom]) {
+	double LeadEFO_Et_Nom = tlv_1stEFO[type_Nom].Et();
+	if(LeadEFO_Et_Nom > 0. && sum_Et_Denom > 0.) {
+	  tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_Log1st" + typeName_Nom + "EtOver" + typeName_Denom + "Et", TMath::Log10(LeadEFO_Et_Nom / sum_Et_Denom) );
+	}
+      }
             
-            //Energy ratios between systems
-            if(sum_Et_Denom > 0. && sum_Et_Nom > 0.) {
-                tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_Log" + typeName_Nom + "EtOver" + typeName_Denom + "Et",   TMath::Log10(sum_Et_Nom / sum_Et_Denom) );
-            }//end check for div by zero
+      //following features symmetric in system A-B, hence skip multi calculation
+      if(jType <= iType) continue;
             
-            //Angles between systems
-            if(tlv_Sys_OK[type_Nom] && tlv_Sys_OK[type_Denom]) {
-	        double angle_system = tlv_System[type_Nom].Angle( tlv_System[type_Denom].Vect() );
-                m_HelperFunctions.dumpFourMomentum(tlv_System[type_Nom]);
-                m_HelperFunctions.dumpFourMomentum(tlv_System[type_Denom]);
-                tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_Angle" + typeName_Nom + "To" + typeName_Denom, angle_system );
-            }//end check for valid system pointer
+      //Energy ratios between systems
+      if(sum_Et_Denom > 0. && sum_Et_Nom > 0.) {
+	tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_Log" + typeName_Nom + "EtOver" + typeName_Denom + "Et",   TMath::Log10(sum_Et_Nom / sum_Et_Denom) );
+      }//end check for div by zero
             
+      //Angles between systems
+      if(tlv_Sys_OK[type_Nom] && tlv_Sys_OK[type_Denom]) {
+	double angle_system = tlv_System[type_Nom].Angle( tlv_System[type_Denom].Vect() );
+	tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_Angle" + typeName_Nom + "To" + typeName_Denom, angle_system );
+      }//end check for valid system pointer            
+      
+      if(tlv_1st_OK[type_Nom] && tlv_1st_OK[type_Denom]) {
+	//Delta R between 1st and 1st EFO
+	double deltaR_1st1st = tlv_1stEFO[type_Nom].DeltaR( tlv_1stEFO[type_Denom] );
+	tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_DeltaR1st" + typeName_Nom + "To1st" + typeName_Denom, deltaR_1st1st );
+	
+	//Angles between 1st and 1st EFO
+	double angle_1st1st = tlv_1stEFO[type_Nom].Angle( tlv_1stEFO[type_Denom].Vect() );
+	tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_Angle1st" + typeName_Nom + "To1st" + typeName_Denom, angle_1st1st );
+      } //end check for valid leading efo
             
-            if(tlv_1st_OK[type_Nom] && tlv_1st_OK[type_Denom]) {
-                //Delta R between 1st and 1st EFO
-	        double deltaR_1st1st = tlv_1stEFO[type_Nom].DeltaR( tlv_1stEFO[type_Denom] );
-                tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_DeltaR1st" + typeName_Nom + "To1st" + typeName_Denom, deltaR_1st1st );
-                
-                //Angles between 1st and 1st EFO
-                double angle_1st1st = tlv_1stEFO[type_Nom].Angle( tlv_1stEFO[type_Denom].Vect() );
-                tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_Angle1st" + typeName_Nom + "To1st" + typeName_Denom, angle_1st1st );
-            } //end check for valid leading efo
-            
-        }//end loop over system B
-    }//end loop over system A
+    }//end loop over system B
+  }//end loop over system A
     
     
-    //! Combined Selected-Type Features ////////////////////////////////////////
+  // Combined Selected-Type Features
 
-    //setup arrays for combination of selected charged and neutral combinations
-    const int cTypes = 1;
-    const int nTypes = 2;
-    int index_charged[cTypes] = {et_Charged};
-    int index_neutral[nTypes] = {et_Pi0Neut, et_Neutral};
-    
-    for(int cType=0; cType<cTypes; cType++) {
-        for(int nType=0; nType<nTypes; nType++) {
+  //setup arrays for combination of selected charged and neutral combinations
+  const int cTypes = 1;
+  const int nTypes = 2;
+  int index_charged[cTypes] = {et_Charged};
+  int index_neutral[nTypes] = {et_Pi0Neut, et_Neutral};
+    
+  for(int cType=0; cType<cTypes; cType++) {
+    for(int nType=0; nType<nTypes; nType++) {
             
-            int et_c = index_charged[cType];
-            int et_n = index_neutral[nType];
+      int et_c = index_charged[cType];
+      int et_n = index_neutral[nType];
             
-            std::string name_cType = PanTau::TauConstituent2::getTypeName((PanTau::TauConstituent2::Type)et_c);
-            std::string name_nType = PanTau::TauConstituent2::getTypeName((PanTau::TauConstituent2::Type)et_n);
+      std::string name_cType = PanTau::TauConstituent::getTypeName((PanTau::TauConstituent::Type)et_c);
+      std::string name_nType = PanTau::TauConstituent::getTypeName((PanTau::TauConstituent::Type)et_n);
             
-            if(tlv_Sys_OK[et_c]==false || tlv_Sys_OK[et_n]==false) continue;
+      if(tlv_Sys_OK[et_c]==false || tlv_Sys_OK[et_n]==false) continue;
             
-            //mean Et fraction of charged+neutral system wrt total ET
-            if(num_EFOs[et_c] + num_EFOs[et_n] > 0.) {
-                double mean_cTypenTypeEt = ( tlv_System[et_c].Et() + tlv_System[et_n].Et() ) / (num_EFOs[et_c] + num_EFOs[et_n]);
-                addFeatureWrtSeedEnergy(tauFeatures, inputAlgName + "_" + prefixVARType + "_Mean" + name_cType + name_nType + "Et_Wrt", mean_cTypenTypeEt, &m_Variants_SeedEt);
-            }
+      //mean Et fraction of charged+neutral system wrt total ET
+      if(num_EFOs[et_c] + num_EFOs[et_n] > 0.) {
+	double mean_cTypenTypeEt = ( tlv_System[et_c].Et() + tlv_System[et_n].Et() ) / (num_EFOs[et_c] + num_EFOs[et_n]);
+	addFeatureWrtSeedEnergy(tauFeatures, inputAlgName + "_" + prefixVARType + "_Mean" + name_cType + name_nType + "Et_Wrt", mean_cTypenTypeEt, &m_Variants_SeedEt);
+      }
             
-            //invariant masses
-            double mass_cTypenType = ( tlv_System[et_c]  +  tlv_System[et_n] ).M();
-            tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_InvMass"  + name_cType + name_nType,   mass_cTypenType );
+      //invariant masses
+      double mass_cTypenType = ( tlv_System[et_c]  +  tlv_System[et_n] ).M();
+      tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_InvMass"  + name_cType + name_nType,   mass_cTypenType );
             
-            //angle 1st charged to second neutral
-            if(tlv_2nd_OK[et_n]) {
-                //Angles between 1st and 2nd EFO
-	        double angle_1st2nd = tlv_1stEFO[et_c].Angle( tlv_2ndEFO[et_n].Vect() );
-                tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_Angle1st2nd" + name_cType + name_nType, angle_1st2nd );
-            } //end check for valid 2nd EFOs
+      //angle 1st charged to second neutral
+      if(tlv_2nd_OK[et_n]) {
+	//Angles between 1st and 2nd EFO
+	double angle_1st2nd = tlv_1stEFO[et_c].Angle( tlv_2ndEFO[et_n].Vect() );
+	tauFeatures->addFeature(inputAlgName + "_" + prefixVARType + "_Angle1st2nd" + name_cType + name_nType, angle_1st2nd );
+      } //end check for valid 2nd EFOs
             
-        }//end loop neutral types
-    }//end loop charged types
-    
+    }//end loop neutral types
+  }//end loop charged types
     
-    return StatusCode::SUCCESS;
+  return StatusCode::SUCCESS;
 }
 
 
-
-StatusCode PanTau::Tool_FeatureExtractor::addImpactParameterFeatures(PanTau::PanTauSeed2* inSeed) const {
+StatusCode PanTau::Tool_FeatureExtractor::addImpactParameterFeatures(PanTau::PanTauSeed* inSeed) const {
     
-    const xAOD::TauJet*     tauJet      = inSeed->getTauJet();
+  const xAOD::TauJet* tauJet = inSeed->getTauJet();
 
-    const xAOD::Vertex* vtx_TauJet = tauJet->vertexLink().cachedElement();
-    if(vtx_TauJet == 0) {
-        ATH_MSG_DEBUG("Trk::RecVertex of taujet (via origin()) points to 0! Not extracting impact parameters");
-        return StatusCode::SUCCESS;
-    }
-    
-    PanTau::TauFeature2* tauFeatures             = inSeed->getFeatures();
-    std::string         inputAlgName            = inSeed->getNameInputAlgorithm();
-    std::string         featureNamePrefix       = m_varTypeName_ImpactParams;
-    std::vector<double> impactParameters(0);
-    std::vector<double> impactParameterSignf(0);
-    
-    // get jet direction:
-    TLorentzVector tlv_Tau;
-    tlv_Tau.SetPtEtaPhiM(tauJet->ptIntermediateAxis(), tauJet->etaIntermediateAxis(), tauJet->phiIntermediateAxis(), tauJet->mIntermediateAxis());
-    TVector3                vec_Tau         = tlv_Tau.Vect();
-    const TVector3 tauDirection    = TVector3(vec_Tau.X(), vec_Tau.Y(), vec_Tau.Z());
-    
-    // get a list of tracks from the inputseed
-    // NOTE: if we ever have more than one charged type, may want to generalize this part to automagically get IPs from all tracks
-    bool foundIt;
-    std::vector<PanTau::TauConstituent2*>    list_ChargedConsts = inSeed->getConstituentsOfType(PanTau::TauConstituent2::t_Charged, foundIt);
-    if(foundIt == false || list_ChargedConsts.size() == 0) return StatusCode::SUCCESS;
-    std::sort(list_ChargedConsts.begin(),     list_ChargedConsts.end(),     sortTauConstituentEt);
-    
-    std::vector<const xAOD::TrackParticle*>  list_Tracks;
-    for(unsigned int iChrg=0; iChrg<list_ChargedConsts.size(); iChrg++) list_Tracks.push_back( list_ChargedConsts[iChrg]->getPFO()->track(0) );
-    
-    // calculate the transverse impact parameter for the 4 highest momentum tracks
-    for(unsigned int iTrk=0; iTrk<list_Tracks.size(); iTrk++) {
-        const xAOD::TrackParticle*              curTrack        = list_Tracks[iTrk];
+  const xAOD::Vertex* vtx_TauJet = tauJet->vertex();
+  if(!vtx_TauJet) {
+    ATH_MSG_DEBUG("Vertex of taujet points to 0! Not extracting impact parameters");
+    return StatusCode::SUCCESS;
+  }
+    
+  PanTau::TauFeature* tauFeatures = inSeed->getFeatures();
+  std::string inputAlgName = inSeed->getNameInputAlgorithm();
+  std::string featureNamePrefix = m_varTypeName_ImpactParams;
+  std::vector<double> impactParameters(0);
+  std::vector<double> impactParameterSignf(0);
+    
+  // get jet direction:
+  TLorentzVector tlv_Tau;
+  tlv_Tau.SetPtEtaPhiM(tauJet->ptIntermediateAxis(), tauJet->etaIntermediateAxis(), tauJet->phiIntermediateAxis(), tauJet->mIntermediateAxis());
+  TVector3 vec_Tau = tlv_Tau.Vect();
+  TVector3 tauDirection = TVector3(vec_Tau.X(), vec_Tau.Y(), vec_Tau.Z());
+    
+  // get a list of tracks from the inputseed
+  // NOTE: if we ever have more than one charged type, may want to generalize this part to automagically get IPs from all tracks
+  bool foundIt;
+  std::vector<PanTau::TauConstituent*>    list_ChargedConsts = inSeed->getConstituentsOfType(PanTau::TauConstituent::t_Charged, foundIt);
+  if(foundIt == false || list_ChargedConsts.size() == 0) return StatusCode::SUCCESS;
+  std::sort(list_ChargedConsts.begin(),     list_ChargedConsts.end(),     sortTauConstituentEt);
+    
+  std::vector<const xAOD::TrackParticle*>  list_Tracks;
+  for(unsigned int iChrg=0; iChrg<list_ChargedConsts.size(); iChrg++) list_Tracks.push_back( list_ChargedConsts[iChrg]->getPFO()->track(0) );
+    
+  // calculate the transverse impact parameter for the 4 highest momentum tracks
+  for(unsigned int iTrk=0; iTrk<list_Tracks.size(); iTrk++) {
+    const xAOD::TrackParticle* curTrack = list_Tracks[iTrk];
         
-	double recoD0 = curTrack->d0();
-	double errD02 = curTrack->definingParametersCovMatrix()(0, 0);
-        double signfD0 = -999.;
-	if(errD02 > 0) signfD0 = curTrack->d0() / sqrtf( errD02 );
-
-	double recoZ0 = curTrack->z0();
-	double errZ02 = curTrack->definingParametersCovMatrix()(1, 1);
-        double signfZ0 = -999.;
-	if(errZ02 > 0) signfZ0 = curTrack->z0() / sqrtf( errZ02 );
+    double recoD0 = curTrack->d0();
+    double errD02 = curTrack->definingParametersCovMatrix()(0, 0);
+    double signfD0 = -999.;
+    if(errD02 > 0) signfD0 = curTrack->d0() / sqrtf( errD02 );
+
+    double recoZ0 = curTrack->z0();
+    double errZ02 = curTrack->definingParametersCovMatrix()(1, 1);
+    double signfZ0 = -999.;
+    if(errZ02 > 0) signfZ0 = curTrack->z0() / sqrtf( errZ02 );
         
-        // add to features
-        if (iTrk < 4) {
-            std::string indexTrk = m_HelperFunctions.convertNumberToString(iTrk+1);
-            tauFeatures->addFeature(inputAlgName + "_" + featureNamePrefix + "_TransIPTrack" + indexTrk + "_SortByEt", recoD0 );
-            tauFeatures->addFeature(inputAlgName + "_" + featureNamePrefix + "_LongIPTrack" + indexTrk + "_SortByEt", recoZ0 );
+    // add to features
+    if (iTrk < 4) {
+      std::string indexTrk = m_HelperFunctions.convertNumberToString(iTrk+1);
+      tauFeatures->addFeature(inputAlgName + "_" + featureNamePrefix + "_TransIPTrack" + indexTrk + "_SortByEt", recoD0 );
+      tauFeatures->addFeature(inputAlgName + "_" + featureNamePrefix + "_LongIPTrack" + indexTrk + "_SortByEt", recoZ0 );
             
-            if(isnan(signfD0) == false) tauFeatures->addFeature(inputAlgName + "_" + featureNamePrefix + "_TransSignfIPTrack" + indexTrk + "_SortByEt", signfD0);
-            if(isnan(signfZ0) == false) tauFeatures->addFeature(inputAlgName + "_" + featureNamePrefix + "_LongSignfIPTrack" + indexTrk + "_SortByEt", signfZ0);
+      if(isnan(signfD0) == false) tauFeatures->addFeature(inputAlgName + "_" + featureNamePrefix + "_TransSignfIPTrack" + indexTrk + "_SortByEt", signfD0);
+      if(isnan(signfZ0) == false) tauFeatures->addFeature(inputAlgName + "_" + featureNamePrefix + "_LongSignfIPTrack" + indexTrk + "_SortByEt", signfZ0);
 
-            impactParameters.push_back(fabs(recoD0));
-            impactParameterSignf.push_back(fabs(signfD0));
-        }
+      impactParameters.push_back(fabs(recoD0));
+      impactParameterSignf.push_back(fabs(signfD0));
+    }
 
-    }//end loop over tracks
+  }//end loop over tracks
     
-    //sort impact parameters and also store sorted by value
-    std::sort( impactParameters.begin(),        impactParameters.end(),     std::greater<double>() );
-    std::sort( impactParameterSignf.begin(),    impactParameterSignf.end(), std::greater<double>() );
+  //sort impact parameters and also store sorted by value
+  std::sort( impactParameters.begin(),        impactParameters.end(),     std::greater<double>() );
+  std::sort( impactParameterSignf.begin(),    impactParameterSignf.end(), std::greater<double>() );
     
-    for(unsigned int iIP=0; iIP<impactParameters.size(); iIP++) {
-        std::string curNum = m_HelperFunctions.convertNumberToString(iIP+1);
-        tauFeatures->addFeature(inputAlgName + "_" + featureNamePrefix + "_TransIP" + curNum + "_SortByValue", impactParameters[iIP] );
-        tauFeatures->addFeature(inputAlgName + "_" + featureNamePrefix + "_TransSignfIP" + curNum + "_SortByValue", impactParameterSignf[iIP] );
-    }
+  for(unsigned int iIP=0; iIP<impactParameters.size(); iIP++) {
+    std::string curNum = m_HelperFunctions.convertNumberToString(iIP+1);
+    tauFeatures->addFeature(inputAlgName + "_" + featureNamePrefix + "_TransIP" + curNum + "_SortByValue", impactParameters[iIP] );
+    tauFeatures->addFeature(inputAlgName + "_" + featureNamePrefix + "_TransSignfIP" + curNum + "_SortByValue", impactParameterSignf[iIP] );
+  }
     
-    return StatusCode::SUCCESS;
+  return StatusCode::SUCCESS;
 }
 
 
diff --git a/Reconstruction/PanTau/PanTauAlgs/Root/Tool_InformationStore.cxx b/Reconstruction/PanTau/PanTauAlgs/Root/Tool_InformationStore.cxx
index f2b003fdc950a29510f2480d4a961a4dcb5a8fea..dd85c32762d522006b6b0101072be364bc49d952 100644
--- a/Reconstruction/PanTau/PanTauAlgs/Root/Tool_InformationStore.cxx
+++ b/Reconstruction/PanTau/PanTauAlgs/Root/Tool_InformationStore.cxx
@@ -2,16 +2,12 @@
   Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
-//! PanTau includes
 #include "PanTauAlgs/Tool_InformationStore.h"
 
-// ROOT includes
-#include "TVector2.h"
-
 #define GeV 1000
 
 void PanTau::Tool_InformationStore::ABRDefaultInit(){
-  #ifdef XAOD_ANALYSIS
+#ifdef XAOD_ANALYSIS
 
   // Boolean values
   MapInt m01 = {
@@ -123,85 +119,82 @@ void PanTau::Tool_InformationStore::ABRDefaultInit(){
   };
   setMapVecString(m05);
 
-  #endif
+#endif
 }
 
 
-
-PanTau::Tool_InformationStore::Tool_InformationStore(
-    const std::string& name ) :
-        asg::AsgTool(name)
+PanTau::Tool_InformationStore::Tool_InformationStore(const std::string& name) :
+  asg::AsgTool(name)
 {
-
-    declareProperty("Infos_String",     m_Infos_String, "Map with string type infos");
-    declareProperty("Infos_VecString",  m_Infos_VecString, "Map with vector<string> type infos");
-    declareProperty("Infos_Int",        m_Infos_Int,    "Map with int type infos");
-    declareProperty("Infos_Double",     m_Infos_Double, "Map with double type infos");
-    declareProperty("Infos_VecDouble",  m_Infos_VecDouble, "Map with double type infos");
+  declareProperty("Infos_String",     m_Infos_String, "Map with string type infos");
+  declareProperty("Infos_VecString",  m_Infos_VecString, "Map with vector<string> type infos");
+  declareProperty("Infos_Int",        m_Infos_Int,    "Map with int type infos");
+  declareProperty("Infos_Double",     m_Infos_Double, "Map with double type infos");
+  declareProperty("Infos_VecDouble",  m_Infos_VecDouble, "Map with double type infos");
 }
 
 PanTau::Tool_InformationStore::~Tool_InformationStore() {
 }
 
 StatusCode PanTau::Tool_InformationStore::initialize() {
-    ATH_MSG_INFO( name() << " initialize()" );
-    m_init=true;
+  ATH_MSG_INFO( name() << " initialize()" );
+  m_init=true;
 
-    //This function does nothing in athena
-    ABRDefaultInit();
+  //This function does nothing in athena
+  ABRDefaultInit();
 
-    ATH_CHECK( this->getInfo_String("Name_TauRecContainer", m_Name_Container_TauRec) );
-    ATH_CHECK( this->getInfo_String("Name_TrackParticleContainer", m_Name_Container_Tracks) );
+  ATH_CHECK( this->getInfo_String("Name_TauRecContainer", m_Name_Container_TauRec) );
+  ATH_CHECK( this->getInfo_String("Name_TrackParticleContainer", m_Name_Container_Tracks) );
     
-    return StatusCode::SUCCESS;
+  return StatusCode::SUCCESS;
 }
 
-StatusCode PanTau::Tool_InformationStore::getInfo_Int(std::string varName,     int& value) {  
-    MapInt::const_iterator it = m_Infos_Int.find(varName);
-    if(it == m_Infos_Int.end()) {
-        ATH_MSG_ERROR("getInfo_Int: No integer information called " << varName << " present in InformationStore");
-        return StatusCode::FAILURE;
-    }
-    value = it->second;
-    return StatusCode::SUCCESS;
+StatusCode PanTau::Tool_InformationStore::getInfo_Int(std::string varName, int& value) {  
+  MapInt::const_iterator it = m_Infos_Int.find(varName);
+  if(it == m_Infos_Int.end()) {
+    ATH_MSG_ERROR("getInfo_Int: No integer information called " << varName << " present in InformationStore");
+    return StatusCode::FAILURE;
+  }
+  value = it->second;
+  return StatusCode::SUCCESS;
 }
 
-StatusCode PanTau::Tool_InformationStore::getInfo_Double(std::string varName,  double& value) {
-    MapDouble::const_iterator it = m_Infos_Double.find(varName);
-    if(it == m_Infos_Double.end()) {
-        ATH_MSG_ERROR("getInfo_Double: No double information called " << varName << " present in InformationStore");
-        return StatusCode::FAILURE;
-    }
-    value = it->second;
-    return StatusCode::SUCCESS;
+StatusCode PanTau::Tool_InformationStore::getInfo_Double(std::string varName, double& value) {
+  MapDouble::const_iterator it = m_Infos_Double.find(varName);
+  if(it == m_Infos_Double.end()) {
+    ATH_MSG_ERROR("getInfo_Double: No double information called " << varName << " present in InformationStore");
+    return StatusCode::FAILURE;
+  }
+  value = it->second;
+  return StatusCode::SUCCESS;
 }
 
-StatusCode PanTau::Tool_InformationStore::getInfo_VecDouble(std::string varName,  std::vector<double>& value) {
-    MapVecDouble::const_iterator it = m_Infos_VecDouble.find(varName);
-    if(it == m_Infos_VecDouble.end()) {
-        ATH_MSG_ERROR("getInfo_VecDouble: No double information called " << varName << " present in InformationStore");
-        return StatusCode::FAILURE;
-    }
-    value = it->second;
-    return StatusCode::SUCCESS;
+StatusCode PanTau::Tool_InformationStore::getInfo_VecDouble(std::string varName, std::vector<double>& value) {
+  MapVecDouble::const_iterator it = m_Infos_VecDouble.find(varName);
+  if(it == m_Infos_VecDouble.end()) {
+    ATH_MSG_ERROR("getInfo_VecDouble: No double information called " << varName << " present in InformationStore");
+    return StatusCode::FAILURE;
+  }
+  value = it->second;
+  return StatusCode::SUCCESS;
 }
 
-StatusCode PanTau::Tool_InformationStore::getInfo_String(std::string varName,  std::string& value) {
-    MapString::const_iterator it = m_Infos_String.find(varName);
-    if(it == m_Infos_String.end()) {
-        ATH_MSG_ERROR("getInfo_String: No string information called " << varName << " present in InformationStore");
-        return StatusCode::FAILURE;
-    }
-    value = it->second;
-    return StatusCode::SUCCESS;
+StatusCode PanTau::Tool_InformationStore::getInfo_String(std::string varName, std::string& value) {
+  MapString::const_iterator it = m_Infos_String.find(varName);
+  if(it == m_Infos_String.end()) {
+    ATH_MSG_ERROR("getInfo_String: No string information called " << varName << " present in InformationStore");
+    return StatusCode::FAILURE;
+  }
+  value = it->second;
+  return StatusCode::SUCCESS;
 }
 
-StatusCode PanTau::Tool_InformationStore::getInfo_VecString(std::string varName,  std::vector<std::string>& value) {
-    MapVecString::const_iterator it = m_Infos_VecString.find(varName);
-    if(it == m_Infos_VecString.end()) {
-        ATH_MSG_ERROR("getInfo_VecString: No std::string information called " << varName << " present in InformationStore");
-        return StatusCode::FAILURE;
-    }
-    value = it->second;
-    return StatusCode::SUCCESS;
+StatusCode PanTau::Tool_InformationStore::getInfo_VecString(std::string varName, std::vector<std::string>& value) {
+  MapVecString::const_iterator it = m_Infos_VecString.find(varName);
+  if(it == m_Infos_VecString.end()) {
+    ATH_MSG_ERROR("getInfo_VecString: No std::string information called " << varName << " present in InformationStore");
+    return StatusCode::FAILURE;
+  }
+  value = it->second;
+  return StatusCode::SUCCESS;
 }
diff --git a/Reconstruction/PanTau/PanTauAlgs/Root/Tool_InputConverter.cxx b/Reconstruction/PanTau/PanTauAlgs/Root/Tool_InputConverter.cxx
index feea749af5a7efceb54c48ad1c8fdea5eefe3656..0fc9ea228aead779c004eb24189be8d86168a387 100644
--- a/Reconstruction/PanTau/PanTauAlgs/Root/Tool_InputConverter.cxx
+++ b/Reconstruction/PanTau/PanTauAlgs/Root/Tool_InputConverter.cxx
@@ -2,27 +2,22 @@
   Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
-
-//! PanTau includes
 #include "PanTauAlgs/Tool_InputConverter.h"
 #include "PanTauAlgs/Tool_InformationStore.h"
 #include "PanTauAlgs/TauConstituent.h"
 #include "PanTauAlgs/PanTauSeed.h"
 #include "PanTauAlgs/HelperFunctions.h"
-
-//! xAOD EDM
 #include "xAODTau/TauJet.h"
 #include "xAODPFlow/PFO.h"
 #include "xAODPFlow/PFODefs.h"
 
 
-PanTau::Tool_InputConverter::Tool_InputConverter(
-    const std::string& name ) :
-        asg::AsgTool(name),
-        m_Tool_InformationStore("PanTau::Tool_InformationStore/Tool_InformationStore")
+PanTau::Tool_InputConverter::Tool_InputConverter( const std::string& name ) :
+  asg::AsgTool(name),
+  m_Tool_InformationStore("PanTau::Tool_InformationStore/Tool_InformationStore")
 {
-    declareProperty("Tool_InformationStore",     m_Tool_InformationStore, "Link to tool with all information");
-    declareProperty("Tool_InformationStoreName", m_Tool_InformationStoreName="", "Optional Name for InformationStore insance in ABR");
+  declareProperty("Tool_InformationStore",     m_Tool_InformationStore, "Link to tool with all information");
+  declareProperty("Tool_InformationStoreName", m_Tool_InformationStoreName="", "Optional Name for InformationStore insance in ABR");
 }
 
 PanTau::Tool_InputConverter::~Tool_InputConverter() {
@@ -30,182 +25,158 @@ PanTau::Tool_InputConverter::~Tool_InputConverter() {
 
 StatusCode PanTau::Tool_InputConverter::initialize() {
 
-    ATH_MSG_INFO(" initialize()");
-    m_init=true;
+  ATH_MSG_INFO(" initialize()");
+  m_init=true;
 
-    ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_InformationStore, m_Tool_InformationStoreName) ); //ABR only
+  ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_InformationStore, m_Tool_InformationStoreName) ); //ABR only
 
-    ATH_CHECK( m_Tool_InformationStore.retrieve() );
-    
-    ATH_CHECK( m_Tool_InformationStore->getInfo_Int("TauConstituents_UsePionMass", m_Config_UsePionMass) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_Int("TauConstituents_UseShrinkingCone", m_Config_TauConstituents_UseShrinkingCone) );
-    
-    
-    ATH_CHECK( m_Tool_InformationStore->getInfo_Double("TauConstituents_Types_DeltaRCore", m_Config_TauConstituents_Types_DeltaRCore) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_Double("TauConstituents_PreselectionMinEnergy", m_Config_TauConstituents_PreselectionMinEnergy) );
+  ATH_CHECK( m_Tool_InformationStore.retrieve() );
     
-    
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("CellBased_BinEdges_Eta", m_Config_CellBased_BinEdges_Eta) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("CellBased_EtaBinned_Pi0MVACut_1prong", m_Config_CellBased_EtaBinned_Pi0MVACut_1prong) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("CellBased_EtaBinned_Pi0MVACut_3prong", m_Config_CellBased_EtaBinned_Pi0MVACut_3prong) );  
+  ATH_CHECK( m_Tool_InformationStore->getInfo_Int("TauConstituents_UsePionMass", m_Config_UsePionMass) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_Int("TauConstituents_UseShrinkingCone", m_Config_TauConstituents_UseShrinkingCone) );        
+  ATH_CHECK( m_Tool_InformationStore->getInfo_Double("TauConstituents_Types_DeltaRCore", m_Config_TauConstituents_Types_DeltaRCore) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_Double("TauConstituents_PreselectionMinEnergy", m_Config_TauConstituents_PreselectionMinEnergy) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("CellBased_BinEdges_Eta", m_Config_CellBased_BinEdges_Eta) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("CellBased_EtaBinned_Pi0MVACut_1prong", m_Config_CellBased_EtaBinned_Pi0MVACut_1prong) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("CellBased_EtaBinned_Pi0MVACut_3prong", m_Config_CellBased_EtaBinned_Pi0MVACut_3prong) );  
 
-    return StatusCode::SUCCESS;
+  return StatusCode::SUCCESS;
 }
 
 
-bool    PanTau::Tool_InputConverter::passesPreselectionEnergy(double itsEnergy) const {
-    if(itsEnergy < m_Config_TauConstituents_PreselectionMinEnergy) return false;
-    return true;
+bool PanTau::Tool_InputConverter::passesPreselectionEnergy(double itsEnergy) const {
+  if(itsEnergy < m_Config_TauConstituents_PreselectionMinEnergy) return false;
+  return true;
 }
 
 
-
-//! ============================================
-//! PFO converter
-//! ============================================
-
-
-StatusCode PanTau::Tool_InputConverter::ConvertToTauConstituent2(xAOD::PFO* pfo,
-                                                                PanTau::TauConstituent2* &tauConstituent,
-                                                                const xAOD::TauJet* tauJet) const {
-    //
-    
-    //! ==================================================
-    //! check for invalid eta, phi, e "NAN" values:
-    //!
-    if(pfo->eta() != pfo->eta()) {
-        ATH_MSG_WARNING("Will not convert PFO with eta value of " << pfo->eta() << " -> return to Tool_TauConstituentGetter");
-        return StatusCode::SUCCESS;
-    }
-    if(pfo->phi() != pfo->phi()) {
-        ATH_MSG_WARNING("Will not convert PFO with phi value of " << pfo->phi() << " -> return to Tool_TauConstituentGetter");
-        return StatusCode::SUCCESS;
-    }
-    if(pfo->e() != pfo->e()) {
-        ATH_MSG_WARNING("Will not convert PFO with e value of " << pfo->e() << " -> return to Tool_TauConstituentGetter");
-        return StatusCode::SUCCESS;
-    }
-    
-    
-    //! ==================================================
-    //! Check whether neutral input pfo has pion mass (it may have if xAOD is being reprocessed)
-    //! If it does, make it massless again and use that
-    if(!pfo->isCharged() && pfo->m() != 0) {
-        TLorentzVector tlvUpdate; 
-        PanTau::SetP4EEtaPhiM( tlvUpdate, pfo->e(), pfo->eta(), pfo->phi(), 0);
-        pfo->setP4(tlvUpdate.Pt(), pfo->eta(), pfo->phi(), 0);
-    }
-    
-    //! ==================================================
-    //! preselection to veto very low energetic PFOs:
-    int     pfoCharge       = (int)(pfo->charge());
-    double constituentEnergy = pfo->e();
-    if (passesPreselectionEnergy(constituentEnergy) == false) {
-        ATH_MSG_DEBUG("EFO of charge " << pfoCharge << " and energy " << constituentEnergy << " does not pass presel Energy cut of " << m_Config_TauConstituents_PreselectionMinEnergy);
-        return StatusCode::SUCCESS;
-    }
+// PFO converter
+StatusCode PanTau::Tool_InputConverter::ConvertToTauConstituent(xAOD::PFO* pfo,
+								 PanTau::TauConstituent* &tauConstituent,
+								 const xAOD::TauJet* tauJet) const {
     
-    
-    //! ==================================================
-    //! get the mass correct & build 4-vector
-    double  constituentMass = pfo->m();
-    if(m_Config_UsePionMass == true) {
+  // check for invalid eta, phi, e "NAN" values:
+  if(pfo->eta() != pfo->eta()) {
+    ATH_MSG_WARNING("Will not convert PFO with eta value of " << pfo->eta() << " -> return to Tool_TauConstituentGetter");
+    return StatusCode::SUCCESS;
+  }
+  if(pfo->phi() != pfo->phi()) {
+    ATH_MSG_WARNING("Will not convert PFO with phi value of " << pfo->phi() << " -> return to Tool_TauConstituentGetter");
+    return StatusCode::SUCCESS;
+  }
+  if(pfo->e() != pfo->e()) {
+    ATH_MSG_WARNING("Will not convert PFO with e value of " << pfo->e() << " -> return to Tool_TauConstituentGetter");
+    return StatusCode::SUCCESS;
+  }
+  
+  // Check whether neutral input pfo has pion mass (it may have if xAOD is being reprocessed)
+  // If it does, make it massless again and use that
+  if(!pfo->isCharged() && pfo->m() != 0) {
+    TLorentzVector tlvUpdate; 
+    PanTau::SetP4EEtaPhiM( tlvUpdate, pfo->e(), pfo->eta(), pfo->phi(), 0);
+    pfo->setP4(tlvUpdate.Pt(), pfo->eta(), pfo->phi(), 0);
+  }
+    
+  // preselection to veto very low energetic PFOs:
+  int     pfoCharge       = (int)(pfo->charge());
+  double constituentEnergy = pfo->e();
+  if (passesPreselectionEnergy(constituentEnergy) == false) {
+    ATH_MSG_DEBUG("EFO of charge " << pfoCharge << " and energy " << constituentEnergy << " does not pass presel Energy cut of " << m_Config_TauConstituents_PreselectionMinEnergy);
+    return StatusCode::SUCCESS;
+  }
         
-        //clusters: don't touch the measured energy. set mass to pion mass, so momentum will be altered
-      if(!pfo->isCharged()) {
-            constituentMass = 134.98;
-        }
-   }
-
+  // get the mass correct & build 4-vector
+  double constituentMass = pfo->m();
+  if(m_Config_UsePionMass == true) {
+        
+    //clusters: don't touch the measured energy. set mass to pion mass, so momentum will be altered
+    if(!pfo->isCharged()) {
+      constituentMass = 134.98;
+    }
+  }
  
-    TLorentzVector momentum; 
-    PanTau::SetP4EEtaPhiM( momentum, constituentEnergy, pfo->eta(), pfo->phi(), constituentMass);
+  TLorentzVector momentum; 
+  PanTau::SetP4EEtaPhiM( momentum, constituentEnergy, pfo->eta(), pfo->phi(), constituentMass);
     
-    //! ==================================================
-    //! get type (based on charge and DR to tau)
-    std::vector<int> itsTypeFlags = std::vector<int>((unsigned int)PanTau::TauConstituent2::t_nTypes, 0);
-    itsTypeFlags.at((int)PanTau::TauConstituent2::t_NoType) = 1;
+  // get type (based on charge and DR to tau)
+  std::vector<int> itsTypeFlags = std::vector<int>((unsigned int)PanTau::TauConstituent::t_nTypes, 0);
+  itsTypeFlags.at((int)PanTau::TauConstituent::t_NoType) = 1;
     
-    double mvaValue         = PanTau::TauConstituent2::DefaultBDTValue();
+  double mvaValue = PanTau::TauConstituent::DefaultBDTValue();
 
-    TLorentzVector tlv_intAxis = tauJet->p4(xAOD::TauJetParameters::IntermediateAxis);
-    double deltaR_toTauJet = tlv_intAxis.DeltaR( pfo->p4() );
+  TLorentzVector tlv_intAxis = tauJet->p4(xAOD::TauJetParameters::IntermediateAxis);
+  double deltaR_toTauJet = tlv_intAxis.DeltaR( pfo->p4() );
     
-    if(deltaR_toTauJet > m_Config_TauConstituents_Types_DeltaRCore) {
-        if(pfo->isCharged()) {
-            itsTypeFlags.at((int)PanTau::TauConstituent2::t_Charged) = 1;
-        }
-        if(!pfo->isCharged()) {
-            itsTypeFlags.at((int)PanTau::TauConstituent2::t_OutNeut) = 1;
-            mvaValue = pfo->bdtPi0Score();
-        }
-    }//end if pfo is not in core
+  if(deltaR_toTauJet > m_Config_TauConstituents_Types_DeltaRCore) {
+    if(pfo->isCharged()) {
+      itsTypeFlags.at((int)PanTau::TauConstituent::t_Charged) = 1;
+    }
+    if(!pfo->isCharged()) {
+      itsTypeFlags.at((int)PanTau::TauConstituent::t_OutNeut) = 1;
+      mvaValue = pfo->bdtPi0Score();
+    }
+  }//end if pfo is not in core
     
-    if(deltaR_toTauJet <= m_Config_TauConstituents_Types_DeltaRCore) {
+  if(deltaR_toTauJet <= m_Config_TauConstituents_Types_DeltaRCore) {
     
-        if(pfo->isCharged()) {
-            itsTypeFlags.at((int)PanTau::TauConstituent2::t_Charged) = 1;
-        }
-        if(!pfo->isCharged()) {
-            itsTypeFlags.at((int)PanTau::TauConstituent2::t_Neutral) = 1;
-            itsTypeFlags.at((int)PanTau::TauConstituent2::t_NeutLowA) = 1;
-            itsTypeFlags.at((int)PanTau::TauConstituent2::t_NeutLowB) = 1;
+    if(pfo->isCharged()) {
+      itsTypeFlags.at((int)PanTau::TauConstituent::t_Charged) = 1;
+    }
+    if(!pfo->isCharged()) {
+      itsTypeFlags.at((int)PanTau::TauConstituent::t_Neutral) = 1;
+      itsTypeFlags.at((int)PanTau::TauConstituent::t_NeutLowA) = 1;
+      itsTypeFlags.at((int)PanTau::TauConstituent::t_NeutLowB) = 1;
             
-            //neutral PFO arranging --- check for pi0 tag
-            mvaValue = pfo->bdtPi0Score();
+      //neutral PFO arranging --- check for pi0 tag
+      mvaValue = pfo->bdtPi0Score();
             
-	    int nPi0sPerCluster = 0;
-	    if( !pfo->attribute(xAOD::PFODetails::nPi0Proto, nPi0sPerCluster) ) {
-	      ATH_MSG_WARNING("WARNING: Could not retrieve nPi0Proto. Will set it to 1.");
-	      nPi0sPerCluster = 1;
-	    }
-	    if(nPi0sPerCluster > 0)  itsTypeFlags.at((int)PanTau::TauConstituent2::t_Pi0Neut) = 1;
+      int nPi0sPerCluster = 0;
+      if( !pfo->attribute(xAOD::PFODetails::nPi0Proto, nPi0sPerCluster) ) {
+	ATH_MSG_WARNING("WARNING: Could not retrieve nPi0Proto. Will set it to 1.");
+	nPi0sPerCluster = 1;
+      }
+      if(nPi0sPerCluster > 0)  itsTypeFlags.at((int)PanTau::TauConstituent::t_Pi0Neut) = 1;
 
-        }
-    }//end if pfo is in core
-    
+    }
+  }//end if pfo is in core
     
-    //! ==================================================
-    //! create the tau constituent
-    tauConstituent = new PanTau::TauConstituent2(momentum, pfoCharge, itsTypeFlags, mvaValue, pfo);
-    tauConstituent->makePrivateStore();
+  // create the tau constituent
+  tauConstituent = new PanTau::TauConstituent(momentum, pfoCharge, itsTypeFlags, mvaValue, pfo);
+  tauConstituent->makePrivateStore();
     
-    //! ==================================================
-    //! Check if the pfo object has shots:
-    std::vector<const xAOD::IParticle*> list_TauShots = std::vector<const xAOD::IParticle*>(0);
-    bool shotsOK = pfo->associatedParticles(xAOD::PFODetails::TauShot, list_TauShots);
-    if(shotsOK == false) {
-        ATH_MSG_DEBUG("WARNING: Could not get shots from current pfo");
-    }
+  // Check if the pfo object has shots:
+  std::vector<const xAOD::IParticle*> list_TauShots = std::vector<const xAOD::IParticle*>(0);
+  bool shotsOK = pfo->associatedParticles(xAOD::PFODetails::TauShot, list_TauShots);
+  if(shotsOK == false) {
+    ATH_MSG_DEBUG("WARNING: Could not get shots from current pfo");
+  }
     
-    if(list_TauShots.size() > 0) {
-        for(unsigned int iShot=0; iShot<list_TauShots.size(); iShot++) {
+  if(list_TauShots.size() > 0) {
+    for(unsigned int iShot=0; iShot<list_TauShots.size(); iShot++) {
         
-            if(list_TauShots.at(iShot) == 0) {
-                ATH_MSG_WARNING("Shot number " << iShot << " points to 0! Skip it");
-                continue;
-            }
+      if(list_TauShots.at(iShot) == 0) {
+	ATH_MSG_WARNING("Shot number " << iShot << " points to 0! Skip it");
+	continue;
+      }
         
-            xAOD::PFO*              curShot         = const_cast<xAOD::PFO*>( dynamic_cast<const xAOD::PFO*>(list_TauShots.at(iShot)) );
-            TLorentzVector          shotMomentum;
-	    PanTau::SetP4EEtaPhiM( shotMomentum, curShot->e(), curShot->eta(), curShot->phi(), curShot->m());
-            std::vector<int>        shotTypeFlags   = std::vector<int>((unsigned int)PanTau::TauConstituent2::t_nTypes, 0);
-            double                  shotMVAValue    = PanTau::TauConstituent2::DefaultBDTValue();
-            PanTau::TauConstituent2* shotConstituent = new PanTau::TauConstituent2(shotMomentum, 0, itsTypeFlags, shotMVAValue, curShot);
-	    shotConstituent->makePrivateStore();
+      xAOD::PFO*              curShot         = const_cast<xAOD::PFO*>( dynamic_cast<const xAOD::PFO*>(list_TauShots.at(iShot)) );
+      TLorentzVector          shotMomentum;
+      PanTau::SetP4EEtaPhiM( shotMomentum, curShot->e(), curShot->eta(), curShot->phi(), curShot->m());
+      std::vector<int>        shotTypeFlags   = std::vector<int>((unsigned int)PanTau::TauConstituent::t_nTypes, 0);
+      double                  shotMVAValue    = PanTau::TauConstituent::DefaultBDTValue();
+      PanTau::TauConstituent* shotConstituent = new PanTau::TauConstituent(shotMomentum, 0, itsTypeFlags, shotMVAValue, curShot);
+      shotConstituent->makePrivateStore();
             
-            int nPhotons = 0;
-            if( curShot->attribute(xAOD::PFODetails::tauShots_nPhotons, nPhotons) == false) {
-                nPhotons = -1;
-                ATH_MSG_DEBUG("WARNING: Could not get nPhotons for this shot! Set to -1");
-            }
-            shotConstituent->setNPhotonsInShot(nPhotons);
-            tauConstituent->addShot(shotConstituent);
+      int nPhotons = 0;
+      if( curShot->attribute(xAOD::PFODetails::tauShots_nPhotons, nPhotons) == false) {
+	nPhotons = -1;
+	ATH_MSG_DEBUG("WARNING: Could not get nPhotons for this shot! Set to -1");
+      }
+      shotConstituent->setNPhotonsInShot(nPhotons);
+      tauConstituent->addShot(shotConstituent);
             
-        }//end loop over shots
-    }
+    }//end loop over shots
+  }
     
-    return StatusCode::SUCCESS;
+  return StatusCode::SUCCESS;
 }
-
-
diff --git a/Reconstruction/PanTau/PanTauAlgs/Root/Tool_ModeDiscriminator.cxx b/Reconstruction/PanTau/PanTauAlgs/Root/Tool_ModeDiscriminator.cxx
index 4842e65c5edcf94246eceaf618c6fa03d6ec05e3..66ab3bfa836afeff72bd6e85880b21ea4cd57170 100644
--- a/Reconstruction/PanTau/PanTauAlgs/Root/Tool_ModeDiscriminator.cxx
+++ b/Reconstruction/PanTau/PanTauAlgs/Root/Tool_ModeDiscriminator.cxx
@@ -2,223 +2,199 @@
   Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
-//! C++
-#include <string>
-
-//! PanTau includes
 #include "PanTauAlgs/Tool_ModeDiscriminator.h"
 #include "PanTauAlgs/Tool_InformationStore.h"
 #include "PanTauAlgs/TauFeature.h"
 #include "PanTauAlgs/PanTauSeed.h"
 #include "PanTauAlgs/HelperFunctions.h"
-
-//! Root
+#include "PathResolver/PathResolver.h"
 #include "TString.h"
 #include "TFile.h"
 #include "TTree.h"
-#include "TH1F.h"
-
-//!Other
-#include "PathResolver/PathResolver.h"
+#include <string>
 
 
-PanTau::Tool_ModeDiscriminator::Tool_ModeDiscriminator(
-    const std::string& name ) :
-        asg::AsgTool(name),
-        m_Name_InputAlg("InvalidInputAlg"),
-        m_Name_ModeCase("InvalidModeCase"),
-        m_Tool_InformationStore("PanTau::Tool_InformationStore/Tool_InformationStore"),
-        m_MVABDT_List()
+PanTau::Tool_ModeDiscriminator::Tool_ModeDiscriminator(const std::string& name) :
+  asg::AsgTool(name),
+  m_Name_InputAlg("InvalidInputAlg"),
+  m_Name_ModeCase("InvalidModeCase"),
+  m_Tool_InformationStore("PanTau::Tool_InformationStore/Tool_InformationStore"),
+  m_MVABDT_List()
 {
-    declareProperty("calibFolder",              m_calib_path,               "Location of calib files in cvmfs");//sync'd with tauRecFlags.tauRecToolsCVMFSPath()
-    declareProperty("Name_InputAlg",            m_Name_InputAlg,            "Name of the input algorithm for this instance");
-    declareProperty("Name_ModeCase",            m_Name_ModeCase,            "Name of the two modes to be distinguished for this instance");
-    declareProperty("Tool_InformationStore",    m_Tool_InformationStore,    "Handle to the information store tool");
-    declareProperty("Tool_InformationStoreName",m_Tool_InformationStoreName,"Handle to the information store tool");
+  declareProperty("calibFolder",              m_calib_path,               "Location of calib files in cvmfs");//sync'd with tauRecFlags.tauRecToolsCVMFSPath()
+  declareProperty("Name_InputAlg",            m_Name_InputAlg,            "Name of the input algorithm for this instance");
+  declareProperty("Name_ModeCase",            m_Name_ModeCase,            "Name of the two modes to be distinguished for this instance");
+  declareProperty("Tool_InformationStore",    m_Tool_InformationStore,    "Handle to the information store tool");
+  declareProperty("Tool_InformationStoreName",m_Tool_InformationStoreName,"Handle to the information store tool");
 }
 
 
-
 PanTau::Tool_ModeDiscriminator::~Tool_ModeDiscriminator() {
 }
 
 
-
 StatusCode PanTau::Tool_ModeDiscriminator::initialize() {
 
-    ATH_MSG_DEBUG( name() << " initialize()" );
-    m_init=true;
+  ATH_MSG_DEBUG( name() << " initialize()" );
+  m_init=true;
     
-    ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_InformationStore, m_Tool_InformationStoreName ) );
+  ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_InformationStore, m_Tool_InformationStoreName ) );
 
-    ATH_CHECK(m_Tool_InformationStore.retrieve());
+  ATH_CHECK(m_Tool_InformationStore.retrieve());
     
-    //get the required information from the informationstore tool
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("ModeDiscriminator_BinEdges_Pt", m_BinEdges_Pt));
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("ModeDiscriminator_ReaderOption", m_ReaderOption) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_String("ModeDiscriminator_TMVAMethod", m_MethodName) );
+  // get the required information from the informationstore tool
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("ModeDiscriminator_BinEdges_Pt", m_BinEdges_Pt));
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("ModeDiscriminator_ReaderOption", m_ReaderOption) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_String("ModeDiscriminator_TMVAMethod", m_MethodName) );
     
-    //build the name of the variable that contains the variable list for this discri tool
-    std::string varNameList_Prefix  = "ModeDiscriminator_BDTVariableNames_";
-    std::string varNameList_Full    = varNameList_Prefix + m_Name_InputAlg + "_" + m_Name_ModeCase;
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecString(varNameList_Full, m_List_BDTVariableNames) );
+  // build the name of the variable that contains the variable list for this discri tool
+  std::string varNameList_Prefix  = "ModeDiscriminator_BDTVariableNames_";
+  std::string varNameList_Full    = varNameList_Prefix + m_Name_InputAlg + "_" + m_Name_ModeCase;
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecString(varNameList_Full, m_List_BDTVariableNames) );
     
-    std::string varDefaultValueList_Prefix  = "ModeDiscriminator_BDTVariableDefaults_";
-    std::string varDefaultValueList_Full    = varDefaultValueList_Prefix + m_Name_InputAlg + "_" + m_Name_ModeCase;
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble(varDefaultValueList_Full, m_List_BDTVariableDefaultValues) );
+  std::string varDefaultValueList_Prefix  = "ModeDiscriminator_BDTVariableDefaults_";
+  std::string varDefaultValueList_Full    = varDefaultValueList_Prefix + m_Name_InputAlg + "_" + m_Name_ModeCase;
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble(varDefaultValueList_Full, m_List_BDTVariableDefaultValues) );
     
     
-    //consistency check:
-    // Number of feature names and feature default values has to match
-    if( m_List_BDTVariableDefaultValues.size() != m_List_BDTVariableNames.size() ) {
-        ATH_MSG_ERROR("Number of variable names does not match number of default values! Check jobOptions!");
-        return StatusCode::FAILURE;
-    }
-    
-    //! ////////////////////////
-    //! Create list of BDT variables to link to the reader
-    
-    m_List_BDTVariableValues = std::vector<float*>(0);
-    for(unsigned int iVar=0; iVar<m_List_BDTVariableNames.size(); iVar++) {
-        m_List_BDTVariableValues.push_back(new float(0));
-    }
-    
+  // consistency check:
+  // Number of feature names and feature default values has to match
+  if( m_List_BDTVariableDefaultValues.size() != m_List_BDTVariableNames.size() ) {
+    ATH_MSG_ERROR("Number of variable names does not match number of default values! Check jobOptions!");
+    return StatusCode::FAILURE;
+  }
     
-    //! ////////////////////////
-    //! Create reader for each pT Bin
+  // Create list of BDT variables to link to the reader    
+  m_List_BDTVariableValues = std::vector<float*>(0);
+  for(unsigned int iVar=0; iVar<m_List_BDTVariableNames.size(); iVar++) {
+    m_List_BDTVariableValues.push_back(new float(0));
+  }
     
-    unsigned int nPtBins = m_BinEdges_Pt.size() - 1; // nBins =  Edges-1
-    for(unsigned int iPtBin=0; iPtBin<nPtBins; iPtBin++) {
-        
-        double bin_lowerVal         = m_BinEdges_Pt[iPtBin];
-        double bin_upperVal         = m_BinEdges_Pt[iPtBin+1];
-        
-        std::string bin_lowerStr    = m_HelperFunctions.convertNumberToString(bin_lowerVal/1000.);
-        std::string bin_upperStr    = m_HelperFunctions.convertNumberToString(bin_upperVal/1000.);
+  // Create reader for each pT Bin    
+  unsigned int nPtBins = m_BinEdges_Pt.size() - 1; // nBins =  Edges-1
+  for(unsigned int iPtBin=0; iPtBin<nPtBins; iPtBin++) {
         
-        std::string curPtBin        = "ET_" + bin_lowerStr + "_" + bin_upperStr;
-        std::string curModeCase     = m_Name_ModeCase;
+    double bin_lowerVal         = m_BinEdges_Pt[iPtBin];
+    double bin_upperVal         = m_BinEdges_Pt[iPtBin+1];
         
+    std::string bin_lowerStr    = m_HelperFunctions.convertNumberToString(bin_lowerVal/1000.);
+    std::string bin_upperStr    = m_HelperFunctions.convertNumberToString(bin_upperVal/1000.);
         
-        //! ////////////////////////
-        //! weight files
-        std::string curWeightFile = m_calib_path + (m_calib_path.length() ? "/" : "");
-        curWeightFile += "TrainModes_";
-        curWeightFile += m_Name_InputAlg + "_";
-        curWeightFile += curPtBin + "_";
-        curWeightFile += curModeCase + "_";
-        curWeightFile += m_MethodName + ".weights.root";
-
-	std::string resolvedWeightFileName = PathResolverFindCalibFile(curWeightFile);
-
-        if(resolvedWeightFileName == "") {
-            ATH_MSG_ERROR("Weight file " << curWeightFile << " not found!");
-            return StatusCode::FAILURE;
-        }
-                
-        //! ////////////////////////
-        //! TMVA Readers
-        
-        //setup variables for reader
-        for(unsigned int iVar=0; iVar<m_List_BDTVariableNames.size(); iVar++) {
-            TString variableNameForReader = "tau_pantauFeature_" + m_Name_InputAlg + "_" + m_List_BDTVariableNames[iVar];
-        }//end loop over variables
+    std::string curPtBin        = "ET_" + bin_lowerStr + "_" + bin_upperStr;
+    std::string curModeCase     = m_Name_ModeCase;
+    
+    // weight files
+    std::string curWeightFile = m_calib_path + (m_calib_path.length() ? "/" : "");
+    curWeightFile += "TrainModes_";
+    curWeightFile += m_Name_InputAlg + "_";
+    curWeightFile += curPtBin + "_";
+    curWeightFile += curModeCase + "_";
+    curWeightFile += m_MethodName + ".weights.root";
+
+    std::string resolvedWeightFileName = PathResolverFindCalibFile(curWeightFile);
+
+    if(resolvedWeightFileName == "") {
+      ATH_MSG_ERROR("Weight file " << curWeightFile << " not found!");
+      return StatusCode::FAILURE;
+    }
+    
+    // TMVA Readers        
+    //setup variables for reader
+    for(unsigned int iVar=0; iVar<m_List_BDTVariableNames.size(); iVar++) {
+      TString variableNameForReader = "tau_pantauFeature_" + m_Name_InputAlg + "_" + m_List_BDTVariableNames[iVar];
+    }//end loop over variables
 
-	TFile* fBDT = TFile::Open(resolvedWeightFileName.c_str());
-	TTree* tBDT = dynamic_cast<TTree*> (fBDT->Get("BDT"));
-	MVAUtils::BDT* curBDT = new MVAUtils::BDT(tBDT);
-	curBDT->SetPointers(m_List_BDTVariableValues);
+    TFile* fBDT = TFile::Open(resolvedWeightFileName.c_str());
+    TTree* tBDT = dynamic_cast<TTree*> (fBDT->Get("BDT"));
+    MVAUtils::BDT* curBDT = new MVAUtils::BDT(tBDT);
+    curBDT->SetPointers(m_List_BDTVariableValues);
 
-        m_MVABDT_List.push_back(curBDT);
+    m_MVABDT_List.push_back(curBDT);
         
-    }//end loop over pt bins to get weight files, reference hists and MVAUtils::BDT objects
+  }//end loop over pt bins to get weight files, reference hists and MVAUtils::BDT objects
     
-    return StatusCode::SUCCESS;
+  return StatusCode::SUCCESS;
 }
 
 
-
 StatusCode PanTau::Tool_ModeDiscriminator::finalize() {
     
-    //delete the readers
-    for(unsigned int iReader=0; iReader<m_MVABDT_List.size(); iReader++) {
-        MVAUtils::BDT* curBDT = m_MVABDT_List[iReader];
-        if(curBDT != 0) delete curBDT;
-    }
-    m_MVABDT_List.clear();
-    for( float* f : m_List_BDTVariableValues ) delete f;
-    m_List_BDTVariableValues.clear();
+  //delete the readers
+  for(unsigned int iReader=0; iReader<m_MVABDT_List.size(); iReader++) {
+    MVAUtils::BDT* curBDT = m_MVABDT_List[iReader];
+    if(curBDT != 0) delete curBDT;
+  }
+  m_MVABDT_List.clear();
+  for( float* f : m_List_BDTVariableValues ) delete f;
+  m_List_BDTVariableValues.clear();
 
-    return StatusCode::SUCCESS;
+  return StatusCode::SUCCESS;
 }
 
 
-
-void    PanTau::Tool_ModeDiscriminator::updateReaderVariables(PanTau::PanTauSeed2* inSeed) {
+void PanTau::Tool_ModeDiscriminator::updateReaderVariables(PanTau::PanTauSeed* inSeed) {
     
-    //update features used in MVA with values from current seed
-    // use default value for feature if it is not present in current seed
-    //NOTE! This has to be done (even if the seed pt is bad) otherwise problems with details storage
-    //      [If this for loop is skipped, it is not guaranteed that all details are set to their proper default value]
-    PanTau::TauFeature2* seedFeatures = inSeed->getFeatures();
+  //update features used in MVA with values from current seed
+  // use default value for feature if it is not present in current seed
+  //NOTE! This has to be done (even if the seed pt is bad) otherwise problems with details storage
+  //      [If this for loop is skipped, it is not guaranteed that all details are set to their proper default value]
+  PanTau::TauFeature* seedFeatures = inSeed->getFeatures();
 
-    for(unsigned int iVar=0; iVar<m_List_BDTVariableNames.size(); iVar++) {
-        std::string curVar = m_Name_InputAlg + "_" + m_List_BDTVariableNames[iVar];
+  for(unsigned int iVar=0; iVar<m_List_BDTVariableNames.size(); iVar++) {
+    std::string curVar = m_Name_InputAlg + "_" + m_List_BDTVariableNames[iVar];
         
-        bool    isValid;
-        double  newValue = seedFeatures->value(curVar, isValid);
-        if(isValid == false) {
-            ATH_MSG_DEBUG("\tUse default value as the feature (the one below this line) was not calculated");
-            newValue = m_List_BDTVariableDefaultValues[iVar];
-            //add this feature with its default value for the details later
-            seedFeatures->addFeature(curVar, newValue);
-        }
+    bool isValid;
+    double newValue = seedFeatures->value(curVar, isValid);
+    if(isValid == false) {
+      ATH_MSG_DEBUG("\tUse default value as the feature (the one below this line) was not calculated");
+      newValue = m_List_BDTVariableDefaultValues[iVar];
+      //add this feature with its default value for the details later
+      seedFeatures->addFeature(curVar, newValue);
+    }
         
-        *(m_List_BDTVariableValues[iVar]) = (float)newValue;
-    }//end loop over BDT vars for update
+    *(m_List_BDTVariableValues[iVar]) = (float)newValue;
+  }//end loop over BDT vars for update
     
-    return;
+  return;
 }
 
 
-
-double PanTau::Tool_ModeDiscriminator::getResponse(PanTau::PanTauSeed2* inSeed, bool& isOK) {
+double PanTau::Tool_ModeDiscriminator::getResponse(PanTau::PanTauSeed* inSeed, bool& isOK) {
     
-    updateReaderVariables(inSeed);
-    
-    if(inSeed->isOfTechnicalQuality(PanTau::PanTauSeed2::t_BadPtValue) == true) {
-        ATH_MSG_DEBUG("WARNING Seed has bad pt value! " << inSeed->getTauJet()->pt() << " MeV");
-        isOK = false;
-        return -2;
-    }
+  updateReaderVariables(inSeed);
     
-    //get the pt bin of input Seed
-    //NOTE: could be moved to decay mode determinator tool...
-    double          seedPt  = inSeed->p4().Pt();
-    int             ptBin   = -1;
-    for(unsigned int iPtBin=0; iPtBin<m_BinEdges_Pt.size()-1; iPtBin++) {
-        if(seedPt > m_BinEdges_Pt[iPtBin] && seedPt < m_BinEdges_Pt[iPtBin+1]) {
-            ptBin = iPtBin;
-            break;
-        }
-    }
-    if(ptBin == -1) {
-        ATH_MSG_WARNING("Could not find ptBin for tau seed with pt " << seedPt);
-        isOK = false;
-        return -2.;
-    }
+  if(inSeed->isOfTechnicalQuality(PanTau::PanTauSeed::t_BadPtValue) == true) {
+    ATH_MSG_DEBUG("WARNING Seed has bad pt value! " << inSeed->getTauJet()->pt() << " MeV");
+    isOK = false;
+    return -2;
+  }
     
-    //get mva response
-    MVAUtils::BDT*   curBDT   = m_MVABDT_List[ptBin];
-    if(curBDT == 0) {
-        ATH_MSG_ERROR("MVAUtils::BDT object for current tau seed points to 0");
-        isOK = false;
-        return -2.;
+  //get the pt bin of input Seed
+  //NOTE: could be moved to decay mode determinator tool...
+  double          seedPt  = inSeed->p4().Pt();
+  int             ptBin   = -1;
+  for(unsigned int iPtBin=0; iPtBin<m_BinEdges_Pt.size()-1; iPtBin++) {
+    if(seedPt > m_BinEdges_Pt[iPtBin] && seedPt < m_BinEdges_Pt[iPtBin+1]) {
+      ptBin = iPtBin;
+      break;
     }
-    
-    double  mvaResponse     = curBDT->GetGradBoostMVA(m_List_BDTVariableValues);
-    ATH_MSG_DEBUG("MVA response from " << m_MethodName << " in " << m_Name_ModeCase << " is " << mvaResponse);
-    
-    isOK = true;
-    return mvaResponse;
+  }
+  if(ptBin == -1) {
+    ATH_MSG_WARNING("Could not find ptBin for tau seed with pt " << seedPt);
+    isOK = false;
+    return -2.;
+  }
+    
+  //get mva response
+  MVAUtils::BDT* curBDT = m_MVABDT_List[ptBin];
+  if(curBDT == 0) {
+    ATH_MSG_ERROR("MVAUtils::BDT object for current tau seed points to 0");
+    isOK = false;
+    return -2.;
+  }
+    
+  double mvaResponse = curBDT->GetGradBoostMVA(m_List_BDTVariableValues);
+    
+  isOK = true;
+  return mvaResponse;
 }
diff --git a/Reconstruction/PanTau/PanTauAlgs/Root/Tool_TauConstituentGetter.cxx b/Reconstruction/PanTau/PanTauAlgs/Root/Tool_TauConstituentGetter.cxx
index 417d0c03b2e8b832f159c7241ca6247373c1bf35..66fe41ae02d74d8528e0d66b841f661d3b674b30 100644
--- a/Reconstruction/PanTau/PanTauAlgs/Root/Tool_TauConstituentGetter.cxx
+++ b/Reconstruction/PanTau/PanTauAlgs/Root/Tool_TauConstituentGetter.cxx
@@ -2,32 +2,23 @@
   Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
-
-//! PanTau includes
 #include "PanTauAlgs/Tool_TauConstituentGetter.h"
-
 #include "PanTauAlgs/TauConstituent.h"
 #include "PanTauAlgs/HelperFunctions.h"
 #include "PanTauAlgs/Tool_InformationStore.h"
 #include "PanTauAlgs/Tool_InputConverter.h"
-
-//! xAOD EDM
 #include "xAODTau/TauJet.h"
 #include "xAODPFlow/PFO.h"
-#include "xAODTracking/Vertex.h"
-
 
-
-PanTau::Tool_TauConstituentGetter::Tool_TauConstituentGetter(
-    const std::string& name ) :
-        asg::AsgTool(name),
-        m_Tool_InformationStore("PanTau::Tool_InformationStore/Tool_InformationStore"),
-        m_Tool_InputConverter("PanTau::Tool_InputConverter/Tool_InputConverter", this)
+PanTau::Tool_TauConstituentGetter::Tool_TauConstituentGetter(const std::string& name) :
+  asg::AsgTool(name),
+  m_Tool_InformationStore("PanTau::Tool_InformationStore/Tool_InformationStore"),
+  m_Tool_InputConverter("PanTau::Tool_InputConverter/Tool_InputConverter", this)
 {
-    declareProperty("Tool_InformationStore",    m_Tool_InformationStore,   "Link to tool with all information");
-    declareProperty("Tool_InputConverter",      m_Tool_InputConverter,     "Link to tool to convert into TauConstituents");
-    declareProperty("Tool_InformationStoreName",    m_Tool_InformationStoreName,   "Link to tool with all information");
-    declareProperty("Tool_InputConverterName",      m_Tool_InputConverterName,     "Link to tool to convert into TauConstituents");
+  declareProperty("Tool_InformationStore",    m_Tool_InformationStore,   "Link to tool with all information");
+  declareProperty("Tool_InputConverter",      m_Tool_InputConverter,     "Link to tool to convert into TauConstituents");
+  declareProperty("Tool_InformationStoreName",    m_Tool_InformationStoreName,   "Link to tool with all information");
+  declareProperty("Tool_InputConverterName",      m_Tool_InputConverterName,     "Link to tool to convert into TauConstituents");
 }
 
 PanTau::Tool_TauConstituentGetter::~Tool_TauConstituentGetter() {
@@ -35,96 +26,70 @@ PanTau::Tool_TauConstituentGetter::~Tool_TauConstituentGetter() {
 
 StatusCode PanTau::Tool_TauConstituentGetter::initialize() {
 
-    ATH_MSG_INFO(" initialize()");
-    m_init=true;
+  ATH_MSG_INFO(" initialize()");
+  m_init=true;
 
-    ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_InformationStore, m_Tool_InformationStoreName ) );
-    ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_InputConverter, m_Tool_InputConverterName ) );
+  ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_InformationStore, m_Tool_InformationStoreName ) );
+  ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_InputConverter, m_Tool_InputConverterName ) );
     
-    ATH_CHECK( m_Tool_InformationStore.retrieve() );
-    ATH_CHECK( m_Tool_InputConverter.retrieve() );
+  ATH_CHECK( m_Tool_InformationStore.retrieve() );
+  ATH_CHECK( m_Tool_InputConverter.retrieve() );
     
-    return StatusCode::SUCCESS;
+  return StatusCode::SUCCESS;
 }
 
 
 /**
-* Function to get the PFOs for a given TauJet object (Shots in each PFO etc are collected in "ConvertToTauConstituent")
-*/
+ * Function to get the PFOs for a given TauJet object (Shots in each PFO etc are collected in "ConvertToTauConstituent")
+ */
 StatusCode PanTau::Tool_TauConstituentGetter::GetTauConstituents(const xAOD::TauJet* tauJet,
-                                                                 std::vector<TauConstituent2*>& outputConstituents,
+                                                                 std::vector<TauConstituent*>& outputConstituents,
                                                                  std::string algName) const {
     
-    bool inputAlgIsValid = false;
-    // extend this if-statement once Pantau has been validated for other algs:
-    if(algName == "CellBased") inputAlgIsValid = true;
-    if(inputAlgIsValid == false) {
-        ATH_MSG_WARNING("Unknown input algorithm: " << algName << " -> Pantau BDT Training not done for this algorithm!");
-        return StatusCode::FAILURE;
-    }
+  if(algName != "CellBased") {
+    ATH_MSG_WARNING("Unknown input algorithm: " << algName << " -> Pantau BDT Training not done for this algorithm!");
+    return StatusCode::FAILURE;
+  }
     
-    //loop over charged PFOs
-    unsigned int nChargedPFO = 0;
-    nChargedPFO = tauJet->nProtoChargedPFOs();
-
-    for(unsigned int iChrgPFO=0; iChrgPFO<nChargedPFO; iChrgPFO++) {
-        xAOD::PFO* curChrgPFO = 0;
-        curChrgPFO = const_cast<xAOD::PFO*>(tauJet->protoChargedPFO( iChrgPFO ));
-
-        //convert to tau constituent
-        PanTau::TauConstituent2* curConst = 0;
-        ATH_CHECK(m_Tool_InputConverter->ConvertToTauConstituent2(curChrgPFO, curConst, tauJet) );
-        if(curConst == 0) {
-            ATH_MSG_DEBUG("Problems converting charged PFO into tau constituent -> skip PFO");
-            continue;
-        }
-
-	TLorentzVector v=curConst->p4();
+  //loop over charged PFOs
+  unsigned int nChargedPFO = tauJet->nProtoChargedPFOs();
+
+  for(unsigned int iChrgPFO=0; iChrgPFO<nChargedPFO; iChrgPFO++) {
+    xAOD::PFO* curChrgPFO = const_cast<xAOD::PFO*>(tauJet->protoChargedPFO( iChrgPFO ));
+
+    //convert to tau constituent
+    PanTau::TauConstituent* curConst = nullptr;
+    ATH_CHECK(m_Tool_InputConverter->ConvertToTauConstituent(curChrgPFO, curConst, tauJet) );
+    if(curConst == 0) {
+      ATH_MSG_DEBUG("Problems converting charged PFO into tau constituent -> skip PFO");
+      continue;
+    }
         
-        //add to list of tau constituents
-        m_HelperFunctions.dumpTauConstituent2(curConst);
-        outputConstituents.push_back(curConst);
+    //add to list of tau constituents
+    outputConstituents.push_back(curConst);
         
-    }//end loop over charged PFOs
-    
+  }//end loop over charged PFOs
+  
+  // Pi0 tagged PFOs are not collected!
     
-    // Pi0 tagged PFOs are not collected!
+  //loop over neutral PFOs
+  unsigned int nNeutPFO = tauJet->nProtoNeutralPFOs();
     
-    //loop over neutral PFOs
-    unsigned int nNeutPFO = 0;
-    nNeutPFO = tauJet->nProtoNeutralPFOs();
-    
-    for(unsigned int iNeutPFO=0; iNeutPFO<nNeutPFO; iNeutPFO++) {
-        xAOD::PFO* curNeutPFO = 0;
-        curNeutPFO = const_cast<xAOD::PFO*>(tauJet->protoNeutralPFO( iNeutPFO ));
+  for(unsigned int iNeutPFO=0; iNeutPFO<nNeutPFO; iNeutPFO++) {
+    xAOD::PFO* curNeutPFO = const_cast<xAOD::PFO*>(tauJet->protoNeutralPFO( iNeutPFO ));
         
-        //convert to tau constituent
-        PanTau::TauConstituent2* curConst = 0;
-        ATH_CHECK( m_Tool_InputConverter->ConvertToTauConstituent2(curNeutPFO, curConst, tauJet) );
-        if(curConst == 0) {
-            ATH_MSG_DEBUG("Problems converting neutral PFO into tau constituent -> skip PFO");
-            continue;
-        }
+    //convert to tau constituent
+    PanTau::TauConstituent* curConst = nullptr;
+    ATH_CHECK( m_Tool_InputConverter->ConvertToTauConstituent(curNeutPFO, curConst, tauJet) );
+    if(curConst == 0) {
+      ATH_MSG_DEBUG("Problems converting neutral PFO into tau constituent -> skip PFO");
+      continue;
+    }
         
-        //add to list of tau constituents
-        m_HelperFunctions.dumpTauConstituent2(curConst);
-        outputConstituents.push_back(curConst);
+    //add to list of tau constituents
+    outputConstituents.push_back(curConst);
         
-    }//end loop over charged PFOs
-    
-    
-    return StatusCode::SUCCESS;
-    
-}//end PFO getter
-
-
-
-
-
-
-
-
-
-    
-
-
+  }//end loop over charged PFOs
+       
+  return StatusCode::SUCCESS;    
+}
diff --git a/Reconstruction/PanTau/PanTauAlgs/Root/Tool_TauConstituentSelector.cxx b/Reconstruction/PanTau/PanTauAlgs/Root/Tool_TauConstituentSelector.cxx
index 1da2fdceff1db9b5b15f5911271bfec5acdc30e2..4486a4b7731bd8307bda24acd7db304784f7c3d0 100644
--- a/Reconstruction/PanTau/PanTauAlgs/Root/Tool_TauConstituentSelector.cxx
+++ b/Reconstruction/PanTau/PanTauAlgs/Root/Tool_TauConstituentSelector.cxx
@@ -2,238 +2,219 @@
   Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
-
-//! PanTau includes
 #include "PanTauAlgs/Tool_TauConstituentSelector.h"
-
 #include "PanTauAlgs/TauConstituent.h"
 #include "PanTauAlgs/HelperFunctions.h"
 #include "PanTauAlgs/Tool_InformationStore.h"
 
-#include <math.h>
 
-
-PanTau::Tool_TauConstituentSelector::Tool_TauConstituentSelector(
-    const std::string& name ) :
-        asg::AsgTool(name),
-        m_Tool_InformationStore("PanTau::Tool_InformationStore/Tool_InformationStore")
+PanTau::Tool_TauConstituentSelector::Tool_TauConstituentSelector(const std::string& name) :
+  asg::AsgTool(name),
+  m_Tool_InformationStore("PanTau::Tool_InformationStore/Tool_InformationStore")
 {
-    declareProperty("Tool_InformationStore",    m_Tool_InformationStore,   "Link to tool with all information");
-    declareProperty("Tool_InformationStoreName",    m_Tool_InformationStoreName,   "Link to tool with all information");
+  declareProperty("Tool_InformationStore", m_Tool_InformationStore, "Link to tool with all information");
+  declareProperty("Tool_InformationStoreName", m_Tool_InformationStoreName, "Link to tool with all information");
 }
 
+
 PanTau::Tool_TauConstituentSelector::~Tool_TauConstituentSelector() {
 }
 
+
 StatusCode PanTau::Tool_TauConstituentSelector::initialize() {
 
-    ATH_MSG_INFO(" initialize()");
-    m_init=true;
-    
-    ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_InformationStore, m_Tool_InformationStoreName ) );
-    ATH_CHECK( m_Tool_InformationStore.retrieve() );
+  ATH_MSG_INFO(" initialize()");
+  m_init=true;
     
-    ATH_CHECK( m_Tool_InformationStore->getInfo_Double("TauConstituents_MaxEta", m_MaxEta) );
+  ATH_CHECK( HelperFunctions::bindToolHandle( m_Tool_InformationStore, m_Tool_InformationStoreName ) );
+  ATH_CHECK( m_Tool_InformationStore.retrieve() );
     
-    //eta bin edges
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_BinEdges_Eta", m_BinEdges_Eta) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_Double("TauConstituents_MaxEta", m_MaxEta) );
     
-    //et cuts for types used in mode reco
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_Selection_Neutral_EtaBinned_EtCut", m_Selection_Neutral_EtaBinned_EtCut) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_Selection_Pi0Neut_EtaBinned_EtCut", m_Selection_Pi0Neut_EtaBinned_EtCut) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_Selection_Charged_EtaBinned_EtCut", m_Selection_Charged_EtaBinned_EtCut) );
+  //eta bin edges
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_BinEdges_Eta", m_BinEdges_Eta) );
     
-    //et cuts for types interesting for jet rej.
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_Selection_OutNeut_EtaBinned_EtCut", m_Selection_OutNeut_EtaBinned_EtCut) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_Selection_OutChrg_EtaBinned_EtCut", m_Selection_OutChrg_EtaBinned_EtCut) );
+  //et cuts for types used in mode reco
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_Selection_Neutral_EtaBinned_EtCut", m_Selection_Neutral_EtaBinned_EtCut) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_Selection_Pi0Neut_EtaBinned_EtCut", m_Selection_Pi0Neut_EtaBinned_EtCut) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_Selection_Charged_EtaBinned_EtCut", m_Selection_Charged_EtaBinned_EtCut) );
     
-    //et cuts for neutral test types with lower et cuts
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_Selection_NeutLowA_EtaBinned_EtCut", m_Selection_NeutLowA_EtaBinned_EtCut) );
-    ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_Selection_NeutLowB_EtaBinned_EtCut", m_Selection_NeutLowB_EtaBinned_EtCut) );
+  //et cuts for types interesting for jet rej.
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_Selection_OutNeut_EtaBinned_EtCut", m_Selection_OutNeut_EtaBinned_EtCut) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_Selection_OutChrg_EtaBinned_EtCut", m_Selection_OutChrg_EtaBinned_EtCut) );
     
+  //et cuts for neutral test types with lower et cuts
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_Selection_NeutLowA_EtaBinned_EtCut", m_Selection_NeutLowA_EtaBinned_EtCut) );
+  ATH_CHECK( m_Tool_InformationStore->getInfo_VecDouble("TauConstituents_Selection_NeutLowB_EtaBinned_EtCut", m_Selection_NeutLowB_EtaBinned_EtCut) );    
     
-    return StatusCode::SUCCESS;
+  return StatusCode::SUCCESS;
 } 
 
 
-double PanTau::Tool_TauConstituentSelector::getEtCut(double eta, PanTau::TauConstituent2::Type constituentType) const {
-    
-    for(unsigned int iEtaBin=0; iEtaBin<m_BinEdges_Eta.size()-1; iEtaBin++) {
-        if(m_BinEdges_Eta[iEtaBin] <= eta && eta < m_BinEdges_Eta[iEtaBin+1]) {
-            switch(constituentType) {
-                case PanTau::TauConstituent2::t_Charged:  return m_Selection_Charged_EtaBinned_EtCut[iEtaBin];
-                case PanTau::TauConstituent2::t_Neutral:  return m_Selection_Neutral_EtaBinned_EtCut[iEtaBin];
-                case PanTau::TauConstituent2::t_Pi0Neut:  return m_Selection_Pi0Neut_EtaBinned_EtCut[iEtaBin];
-                case PanTau::TauConstituent2::t_OutNeut:  return m_Selection_OutNeut_EtaBinned_EtCut[iEtaBin];
-                case PanTau::TauConstituent2::t_OutChrg:  return m_Selection_OutChrg_EtaBinned_EtCut[iEtaBin];
-                case PanTau::TauConstituent2::t_NeutLowA: return m_Selection_NeutLowA_EtaBinned_EtCut[iEtaBin];
-                case PanTau::TauConstituent2::t_NeutLowB: return m_Selection_NeutLowB_EtaBinned_EtCut[iEtaBin];
-                default:
-                    return 9999999.;
-            }
-        }
+double PanTau::Tool_TauConstituentSelector::getEtCut(double eta, PanTau::TauConstituent::Type constituentType) const {
+    
+  for(unsigned int iEtaBin=0; iEtaBin<m_BinEdges_Eta.size()-1; iEtaBin++) {
+    if(m_BinEdges_Eta[iEtaBin] <= eta && eta < m_BinEdges_Eta[iEtaBin+1]) {
+      switch(constituentType) {
+      case PanTau::TauConstituent::t_Charged:  return m_Selection_Charged_EtaBinned_EtCut[iEtaBin];
+      case PanTau::TauConstituent::t_Neutral:  return m_Selection_Neutral_EtaBinned_EtCut[iEtaBin];
+      case PanTau::TauConstituent::t_Pi0Neut:  return m_Selection_Pi0Neut_EtaBinned_EtCut[iEtaBin];
+      case PanTau::TauConstituent::t_OutNeut:  return m_Selection_OutNeut_EtaBinned_EtCut[iEtaBin];
+      case PanTau::TauConstituent::t_OutChrg:  return m_Selection_OutChrg_EtaBinned_EtCut[iEtaBin];
+      case PanTau::TauConstituent::t_NeutLowA: return m_Selection_NeutLowA_EtaBinned_EtCut[iEtaBin];
+      case PanTau::TauConstituent::t_NeutLowB: return m_Selection_NeutLowB_EtaBinned_EtCut[iEtaBin];
+      default:
+	return 9999999.;
+      }
     }
+  }
     
-    ATH_MSG_WARNING("Eta value of " << eta << " could not be matched to any eta bin!");
-    return 9999999.;
+  ATH_MSG_WARNING("Eta value of " << eta << " could not be matched to any eta bin!");
+  return 9999999.;
 }
 
 
-
 /**
-* Function to further select PFOs of the various categories (basically apply additional ET cuts): 
-* 
-*/
-StatusCode PanTau::Tool_TauConstituentSelector::SelectTauConstituents(  std::vector<TauConstituent2*> inputList,
-                                                                        std::vector<TauConstituent2*>& outputList) const {
-    
-    unsigned int nConst = inputList.size();
+ * Function to further select PFOs of the various categories (basically apply additional ET cuts): 
+ * 
+ */
+StatusCode PanTau::Tool_TauConstituentSelector::SelectTauConstituents(std::vector<TauConstituent*> inputList,
+								      std::vector<TauConstituent*>& outputList) const {    
+  unsigned int nConst = inputList.size();
 
-    for(unsigned int iConst=0; iConst<nConst; iConst++) {
+  for(unsigned int iConst=0; iConst<nConst; iConst++) {
 
-        PanTau::TauConstituent2*         curConstituent  = inputList[iConst];
+    PanTau::TauConstituent* curConstituent = inputList[iConst];
         
-        //general preselection:
-        double curEta = fabs( curConstituent->p4().Eta() );
-        if(curEta > m_MaxEta) {
-            ATH_MSG_DEBUG("\tNot using constituent with eta of " << curEta);
-            continue;
-        }
+    //general preselection:
+    double curEta = std::abs( curConstituent->p4().Eta() );
+    if(curEta > m_MaxEta) {
+      ATH_MSG_DEBUG("\tNot using constituent with eta of " << curEta);
+      continue;
+    }
         
-        bool passesSelection = false;
+    bool passesSelection = false;
 
-	// check if constituent is charged:
-        if(curConstituent->isOfType(PanTau::TauConstituent2::t_Charged) == true) {
-            passesSelection = passesSelection_ChargedConstituent(curConstituent);
+    // check if constituent is charged:
+    if(curConstituent->isOfType(PanTau::TauConstituent::t_Charged) == true) {
+      passesSelection = passesSelection_ChargedConstituent(curConstituent);
             
- 	// check if constituent is neutral, assign correctly pi0neut and neut flags:
-        } else if(curConstituent->isOfType(PanTau::TauConstituent2::t_Neutral) == true) {
-            passesSelection = passesSelection_NeutralConstituent(curConstituent);
+      // check if constituent is neutral, assign correctly pi0neut and neut flags:
+    } else if(curConstituent->isOfType(PanTau::TauConstituent::t_Neutral) == true) {
+      passesSelection = passesSelection_NeutralConstituent(curConstituent);
             
-            //special treatment for the testing neutral flags
-            //  a constituent can be a NeutLowA but not a neutral (because neutral Et cut is higher)
-            //  => need that the constituent is in the seed for calculating test variables, but need it to NOT be tagged as neutral
-            //  => remove the neutral-tag and check if it passes NeutLowA
-            //-> repeat those steps for NeutLowB
-            if(passesSelection == false) {
-                curConstituent->removeTypeFlag(PanTau::TauConstituent2::t_Neutral);
-                curConstituent->removeTypeFlag(PanTau::TauConstituent2::t_Pi0Neut);
-                passesSelection = passesSelection_NeutLowAConstituent(curConstituent);
-                if(passesSelection == false) {
-                    curConstituent->removeTypeFlag(PanTau::TauConstituent2::t_NeutLowA);
-                    passesSelection = passesSelection_NeutLowBConstituent(curConstituent);
-                }
-            }
-            
-
- 	// apply further selection to constituent in isolation cone:
-        } else if(curConstituent->isOfType(PanTau::TauConstituent2::t_OutChrg) == true) {
-            passesSelection = passesSelection_OutChrgConstituent(curConstituent);
+      //special treatment for the testing neutral flags
+      //  a constituent can be a NeutLowA but not a neutral (because neutral Et cut is higher)
+      //  => need that the constituent is in the seed for calculating test variables, but need it to NOT be tagged as neutral
+      //  => remove the neutral-tag and check if it passes NeutLowA
+      //-> repeat those steps for NeutLowB
+      if(passesSelection == false) {
+	curConstituent->removeTypeFlag(PanTau::TauConstituent::t_Neutral);
+	curConstituent->removeTypeFlag(PanTau::TauConstituent::t_Pi0Neut);
+	passesSelection = passesSelection_NeutLowAConstituent(curConstituent);
+	if(passesSelection == false) {
+	  curConstituent->removeTypeFlag(PanTau::TauConstituent::t_NeutLowA);
+	  passesSelection = passesSelection_NeutLowBConstituent(curConstituent);
+	}
+      }            
+      // apply further selection to constituent in isolation cone:
+    } else if(curConstituent->isOfType(PanTau::TauConstituent::t_OutChrg) == true) {
+      passesSelection = passesSelection_OutChrgConstituent(curConstituent);
             
-        } else if(curConstituent->isOfType(PanTau::TauConstituent2::t_OutNeut) == true) {
-            passesSelection = passesSelection_OutNeutConstituent(curConstituent);
+    } else if(curConstituent->isOfType(PanTau::TauConstituent::t_OutNeut) == true) {
+      passesSelection = passesSelection_OutNeutConstituent(curConstituent);
             
-        } else {
-            ATH_MSG_WARNING("Unhandled constituent type (" << curConstituent->getTypeNameString() << ") when trying to apply constituent selection - constituent will not be selected!");
-            passesSelection = false;
-        }
+    } else {
+      ATH_MSG_WARNING("Unhandled constituent type (" << curConstituent->getTypeNameString() 
+		      << ") when trying to apply constituent selection - constituent will not be selected!");
+      passesSelection = false;
+    }
         
-        if(passesSelection == false) continue;
+    if(passesSelection == false) continue;
         
-        outputList.push_back(inputList[iConst]);
-    }
+    outputList.push_back(inputList[iConst]);
+  }
     
-    return StatusCode::SUCCESS;
+  return StatusCode::SUCCESS;
 }
 
 
+bool PanTau::Tool_TauConstituentSelector::passesSelection_NeutralConstituent(PanTau::TauConstituent* tauConstituent) const {
 
-bool    PanTau::Tool_TauConstituentSelector::passesSelection_NeutralConstituent(PanTau::TauConstituent2* tauConstituent) const {
-
-    TLorentzVector tlv_Constituent = tauConstituent->p4();
+  TLorentzVector tlv_Constituent = tauConstituent->p4();
     
-    double curEta       = tlv_Constituent.Eta();
-    double cut_MinEt    = getEtCut(fabs(curEta), PanTau::TauConstituent2::t_Neutral);
-    double curEt        = tlv_Constituent.Et();
+  double curEta       = tlv_Constituent.Eta();
+  double cut_MinEt    = getEtCut(std::abs(curEta), PanTau::TauConstituent::t_Neutral);
+  double curEt        = tlv_Constituent.Et();
 
-    if(curEt < cut_MinEt) {
-        ATH_MSG_DEBUG("\tNot using constituent at eta " << curEta << " with et of " << curEt);
-        return false;
-    }
+  if(curEt < cut_MinEt) {
+    ATH_MSG_DEBUG("\tNot using constituent at eta " << curEta << " with et of " << curEt);
+    return false;
+  }
 
-    return true;
+  return true;
 }
 
 
+bool PanTau::Tool_TauConstituentSelector::passesSelection_Pi0NeutConstituent(PanTau::TauConstituent* tauConstituent) const {
 
-bool    PanTau::Tool_TauConstituentSelector::passesSelection_Pi0NeutConstituent(PanTau::TauConstituent2* tauConstituent) const {
-
-    TLorentzVector tlv_Constituent = tauConstituent->p4();
+  TLorentzVector tlv_Constituent = tauConstituent->p4();
     
-    double curEta       = tlv_Constituent.Eta();
-    double cut_MinEt    = getEtCut(fabs(curEta), PanTau::TauConstituent2::t_Pi0Neut);
-    double curEt        = tlv_Constituent.Et();
-    if(curEt < cut_MinEt) {
-        ATH_MSG_DEBUG("\tNot using constituent at eta " << curEta << " with et of " << curEt);
-        return false;
-    }
+  double curEta       = tlv_Constituent.Eta();
+  double cut_MinEt    = getEtCut(std::abs(curEta), PanTau::TauConstituent::t_Pi0Neut);
+  double curEt        = tlv_Constituent.Et();
+  if(curEt < cut_MinEt) {
+    ATH_MSG_DEBUG("\tNot using constituent at eta " << curEta << " with et of " << curEt);
+    return false;
+  }
     
-    return true;
+  return true;
 }
 
 
-
-bool    PanTau::Tool_TauConstituentSelector::passesSelection_ChargedConstituent(PanTau::TauConstituent2* /*tauConstituent*/) const {
-
+bool PanTau::Tool_TauConstituentSelector::passesSelection_ChargedConstituent(PanTau::TauConstituent* /*tauConstituent*/) const {
   // we want to use all tracks
   return true;
 }
 
 
-
-bool    PanTau::Tool_TauConstituentSelector::passesSelection_OutNeutConstituent(TauConstituent2* TauConstituent) const {
-    TLorentzVector tlv_Constituent = TauConstituent->p4();
+bool PanTau::Tool_TauConstituentSelector::passesSelection_OutNeutConstituent(TauConstituent* TauConstituent) const {
+  TLorentzVector tlv_Constituent = TauConstituent->p4();
     
-    double curEta    = tlv_Constituent.Eta();
-    double cut_MinEt = getEtCut(fabs(curEta), PanTau::TauConstituent2::t_OutNeut);
-    double curEt     = tlv_Constituent.Et();
+  double curEta    = tlv_Constituent.Eta();
+  double cut_MinEt = getEtCut(std::abs(curEta), PanTau::TauConstituent::t_OutNeut);
+  double curEt     = tlv_Constituent.Et();
     
-    if(curEt < cut_MinEt) return false;
-    return true;
+  if(curEt < cut_MinEt) return false;
+  return true;
 }
 
 
-bool    PanTau::Tool_TauConstituentSelector::passesSelection_OutChrgConstituent(TauConstituent2* /*TauConstituent*/) const {
-
+bool PanTau::Tool_TauConstituentSelector::passesSelection_OutChrgConstituent(TauConstituent* /*TauConstituent*/) const {
   // we want to use all tracks
   return true;
 }
 
 
-
-bool    PanTau::Tool_TauConstituentSelector::passesSelection_NeutLowAConstituent(TauConstituent2* TauConstituent) const {
-    TLorentzVector tlv_Constituent = TauConstituent->p4();
+bool PanTau::Tool_TauConstituentSelector::passesSelection_NeutLowAConstituent(TauConstituent* TauConstituent) const {
+  TLorentzVector tlv_Constituent = TauConstituent->p4();
     
-    double curEta    = tlv_Constituent.Eta();
-    double cut_MinEt = getEtCut(fabs(curEta), PanTau::TauConstituent2::t_NeutLowA);
-    double curEt     = tlv_Constituent.Pt();
+  double curEta    = tlv_Constituent.Eta();
+  double cut_MinEt = getEtCut(std::abs(curEta), PanTau::TauConstituent::t_NeutLowA);
+  double curEt     = tlv_Constituent.Pt();
     
-    if(curEt < cut_MinEt) return false;
-    return true;
+  if(curEt < cut_MinEt) return false;
+  return true;
 }
 
 
-
-bool    PanTau::Tool_TauConstituentSelector::passesSelection_NeutLowBConstituent(TauConstituent2* TauConstituent) const {
-    TLorentzVector tlv_Constituent = TauConstituent->p4();
+bool PanTau::Tool_TauConstituentSelector::passesSelection_NeutLowBConstituent(TauConstituent* TauConstituent) const {
+  TLorentzVector tlv_Constituent = TauConstituent->p4();
     
-    double curEta    = tlv_Constituent.Eta();
-    double cut_MinEt = getEtCut(fabs(curEta), PanTau::TauConstituent2::t_NeutLowB);
-    double curEt     = tlv_Constituent.Pt();
+  double curEta    = tlv_Constituent.Eta();
+  double cut_MinEt = getEtCut(std::abs(curEta), PanTau::TauConstituent::t_NeutLowB);
+  double curEt     = tlv_Constituent.Pt();
     
-    if(curEt < cut_MinEt) return false;
-    return true;
+  if(curEt < cut_MinEt) return false;
+  return true;
 }
-
-
-
diff --git a/Reconstruction/PanTau/PanTauAlgs/python/JobOptions_Main_PanTau.py b/Reconstruction/PanTau/PanTauAlgs/python/JobOptions_Main_PanTau.py
index 48d22102e4dd8d43be222bb3d60bf9118204e118..06909a9de8d1afe9a6c3c36b1f919c6b9ecc3198 100644
--- a/Reconstruction/PanTau/PanTauAlgs/python/JobOptions_Main_PanTau.py
+++ b/Reconstruction/PanTau/PanTauAlgs/python/JobOptions_Main_PanTau.py
@@ -1,15 +1,11 @@
-# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-
-
-from AthenaCommon.SystemOfUnits import *
-from AthenaCommon.Constants import *
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 cached_instances = {}
 
 sPrefix = 'tauRec_'
 bAODmode = False
 
-from tauRec.tauRecFlags import jobproperties as config_TauRec
+#from tauRec.tauRecFlags import jobproperties as config_TauRec
 
 ########################################################################
 # PanTau
@@ -30,7 +26,7 @@ def getPanTau():
 
 
     # copy the configuration from cellbased if requested
-    from PanTauAlgs.Config_PanTau import config_PanTau
+    #from PanTauAlgs.Config_PanTau import config_PanTau
     #if config_PanTau.UseDefaultCellBasedConfig == True:
     
         # pi0-BDT cuts
@@ -62,46 +58,40 @@ def getPanTau():
                                                                     Infos_VecDouble = infoHandler.m_Infos_VecDouble,
                                                                     Infos_String    = infoHandler.m_Infos_String,
                                                                     Infos_VecString = infoHandler.m_Infos_VecString)
-    python_Tool_InformationStore.OutputLevel = INFO
     ToolSvc += python_Tool_InformationStore
     
     
     # ===> Input Converter
     python_Tool_InputConverter  = PanTau__Tool_InputConverter("PanTau_InputConverter",
                                                               Tool_InformationStore = python_Tool_InformationStore)
-    python_Tool_InputConverter.OutputLevel = INFO
     #ToolSvc += python_Tool_InputConverter
     
     # ===> Tau Constituent Getter
     python_Tool_TauConstituentGetter = PanTau__Tool_TauConstituentGetter(   "PanTau_TauConstituentGetter",
                                                                             Tool_InformationStore = python_Tool_InformationStore,
                                                                             Tool_InputConverter   = python_Tool_InputConverter)
-    python_Tool_TauConstituentGetter.OutputLevel = INFO
     #ToolSvc += python_Tool_TauConstituentGetter
     
     # ===> Tau Constituent Selector
     python_Tool_TauConstituentSelector = PanTau__Tool_TauConstituentSelector( "PanTau_TauConstituentSelector",
                                                                               Tool_InformationStore = python_Tool_InformationStore)
-    python_Tool_TauConstituentSelector.OutputLevel = INFO
     #ToolSvc += python_Tool_TauConstituentSelector
     
     # ===> Tau Feature Extractor
     python_Tool_FeatureExtractor = PanTau__Tool_FeatureExtractor(   "PanTau_FeatureExtractor",
                                                                     Tool_InformationStore           = python_Tool_InformationStore
                                                                     )
-    python_Tool_FeatureExtractor.OutputLevel = INFO
     #ToolSvc += python_Tool_FeatureExtractor
     
     # ===> Details arranger tool
     python_Tool_DetailsArranger = PanTau__Tool_DetailsArranger( "PanTau_DetailsArranger",
                                                                 Tool_InformationStore           = python_Tool_InformationStore)
-    python_Tool_DetailsArranger.OutputLevel = INFO
     #ToolSvc += python_Tool_DetailsArranger
 
 
 
-    from PanTauAlgs.Config_PanTau import config_PanTau
-    List_InputAlgs      = config_PanTau.Names_InputAlgorithms()
+    #from PanTauAlgs.Config_PanTau import config_PanTau
+    #List_InputAlgs      = config_PanTau.Names_InputAlgorithms()
 
     #for curInAlg in List_InputAlgs:
     curInAlg = 'CellBased'
@@ -117,7 +107,6 @@ def getPanTau():
                                                                             Name_InputAlg           = curInAlg,
                                                                             Name_ModeCase           = "1p0n_vs_1p1n",
                                                                             Tool_InformationStore   = python_Tool_InformationStore)
-    python_Tool_ModeDiscri_1p0n_vs_1p1n.OutputLevel = INFO
     ToolSvc += python_Tool_ModeDiscri_1p0n_vs_1p1n
 
     python_Tool_ModeDiscri_1p1n_vs_1pXn = PanTau__Tool_ModeDiscriminator(   "PanTau_ModeDiscri_1p1n_vs_1pXn_" + curInAlg,
@@ -125,7 +114,6 @@ def getPanTau():
                                                                             Name_InputAlg           = curInAlg,
                                                                             Name_ModeCase           = "1p1n_vs_1pXn",
                                                                             Tool_InformationStore   = python_Tool_InformationStore)
-    python_Tool_ModeDiscri_1p1n_vs_1pXn.OutputLevel = INFO
     ToolSvc += python_Tool_ModeDiscri_1p1n_vs_1pXn
 
     python_Tool_ModeDiscri_3p0n_vs_3pXn = PanTau__Tool_ModeDiscriminator(   "PanTau_ModeDiscri_3p0n_vs_3pXn_" + curInAlg,
@@ -133,7 +121,6 @@ def getPanTau():
                                                                             Name_InputAlg           = curInAlg,
                                                                             Name_ModeCase           = "3p0n_vs_3pXn",
                                                                             Tool_InformationStore   = python_Tool_InformationStore)
-    python_Tool_ModeDiscri_3p0n_vs_3pXn.OutputLevel = INFO
     ToolSvc += python_Tool_ModeDiscri_3p0n_vs_3pXn
 
 
@@ -144,13 +131,9 @@ def getPanTau():
                                                                             Tool_ModeDiscriminator_1p0n_vs_1p1n = python_Tool_ModeDiscri_1p0n_vs_1p1n,
                                                                             Tool_ModeDiscriminator_1p1n_vs_1pXn = python_Tool_ModeDiscri_1p1n_vs_1pXn,
                                                                             Tool_ModeDiscriminator_3p0n_vs_3pXn = python_Tool_ModeDiscri_3p0n_vs_3pXn)
-    python_Tool_DecayModeDeterminator.OutputLevel = INFO
     ToolSvc += python_Tool_DecayModeDeterminator
 
 
-
-
-    from PanTauAlgs.PanTauAlgsConf import PanTau__PanTauProcessor
     PanTau__PanTauProcessor = PanTau__PanTauProcessor(  name = _name, 
                                                         Name_InputAlg               = curInAlg,
                                                         Tool_InformationStore       = python_Tool_InformationStore,
@@ -159,20 +142,7 @@ def getPanTau():
                                                         Tool_FeatureExtractor       = python_Tool_FeatureExtractor,
                                                         Tool_DecayModeDeterminator  = python_Tool_DecayModeDeterminator,
                                                         Tool_DetailsArranger        = python_Tool_DetailsArranger)
-    PanTau__PanTauProcessor.OutputLevel = INFO
 
 
     cached_instances[_name] = PanTau__PanTauProcessor
     return PanTau__PanTauProcessor
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Reconstruction/RecExample/RecExCond/CMakeLists.txt b/Reconstruction/RecExample/RecExCond/CMakeLists.txt
index 9aac2cd2afc111e526a7e343aa49521c8a4e87ad..bd638a964e76d9d8c9be5de1ef3171ad6f118c41 100644
--- a/Reconstruction/RecExample/RecExCond/CMakeLists.txt
+++ b/Reconstruction/RecExample/RecExCond/CMakeLists.txt
@@ -1,11 +1,7 @@
-################################################################################
-# Package: RecExCond
-################################################################################
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # Declare the package name:
 atlas_subdir( RecExCond )
 
 # Install files from the package:
-atlas_install_python_modules( python/*.py )
 atlas_install_joboptions( share/*.py )
-
diff --git a/Reconstruction/RecExample/RecExCond/python/RecFlagFunctions.py b/Reconstruction/RecExample/RecExCond/python/RecFlagFunctions.py
deleted file mode 100644
index f2bd65a5aa08b87036c455a7bc940280ccf1fc46..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExCond/python/RecFlagFunctions.py
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/usr/bin/env python
-
-# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-##=============================================================================
-## Name:        RecFlagFunctions.py
-## Author:      David Cote (DESY)
-## Created:     July 2008
-## Description: This is a collection of utility functions related to rec flags
-##=============================================================================
-
-def inputFileNames():
-    from AthenaCommon.AthenaCommonFlags  import athenaCommonFlags
-
-    if athenaCommonFlags.FilesInput()!=[]:
-        return athenaCommonFlags.FilesInput()
-    from RecExConfig.RecFlags import rec
-    inFiles=None
-
-    # highest flag have precedence
-    if rec.readTAG():
-        inFiles=athenaCommonFlags.PoolTAGInput()
-    elif rec.readAOD():
-        inFiles=athenaCommonFlags.PoolAODInput()
-    elif rec.readESD():
-        inFiles=athenaCommonFlags.PoolESDInput()
-    elif rec.readRDO():
-        from AthenaCommon.GlobalFlags  import globalflags
-        if globalflags.InputFormat=='bytestream':
-            inFiles=athenaCommonFlags.BSRDOInput()
-        else:
-            inFiles=athenaCommonFlags.PoolRDOInput()
-    else:
-        raise RutimeError("Unable to determine input file")
-
-    return inFiles
-    
-
diff --git a/Reconstruction/RecExample/RecExCond/python/__init__.py b/Reconstruction/RecExample/RecExCond/python/__init__.py
deleted file mode 100644
index 19522fc8b9c03de31cc7abd5422ad53e4182e7c1..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExCond/python/__init__.py
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-
-# File: RecExCond/python/__init__.py
-# Author: Wim Lavrijsen (WLavrijsen@lbl.gov)
-
-__version__ = '1.0.0'
-__author__  = 'David Rousseau (rousseau@lal.in2p3.fr) '
-
-
diff --git a/Reconstruction/RecExample/RecExCond/share/RecExCommon_flags.py b/Reconstruction/RecExample/RecExCond/share/RecExCommon_flags.py
index 223094fbca94590af06eabbeedd67b14c98b967a..f92301fd72ad413dc6e411c7808bb20a2033a93c 100755
--- a/Reconstruction/RecExample/RecExCond/share/RecExCommon_flags.py
+++ b/Reconstruction/RecExample/RecExCond/share/RecExCommon_flags.py
@@ -229,8 +229,9 @@ if len(athenaCommonFlags.FilesInput())>0:
 if len(rec.AutoConfiguration())>0:
     from RecExConfig.AutoConfiguration import ConfigureFromListOfKeys
     ConfigureFromListOfKeys(rec.AutoConfiguration())
-    include ("RecExConfig/AutoConfigConsistencyCheck.py")
-
+    from RecExConfig.PyComps import AutoConfigConsistencyCheckSvc
+    from AthenaCommon.AppMgr import ServiceMgr as svcMgr
+    svcMgr += AutoConfigConsistencyCheckSvc("AutoConfigConsistencyCheckSvc")
 
 
 #special commisioning job options
diff --git a/Reconstruction/RecExample/RecExCond/share/testRecExCommonFlags.py b/Reconstruction/RecExample/RecExCond/share/testRecExCommonFlags.py
deleted file mode 100755
index 8e88a36a599a9aec201e6131c8f223a09e78f729..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExCond/share/testRecExCommonFlags.py
+++ /dev/null
@@ -1,33 +0,0 @@
-# standalone python to test RecExCommon_flags.py
-# copy ine one's directory
-# python testRecExCommonFlags.py
-
-PoolRDOInput=["LFN:streamInclEle_DC3-02_RDO.pool"]
-DetDescrVersion="ATLAS-DC3-02"
-
-
-doTrigger = True # for example do not run trigger simulation
-
-
-include ("RecExCommon/RecExCommon_flags.py")
-
-# test: 
-from AthenaCommon.GlobalFlags  import globalflags
-#if globalflags.InputFormat()=='bytestream': # jobproperties.GlobalFlags.InputFormat() is equivalent
-#   dosomething
-print(globalflags.DetDescrVersion())
-
-if globalflags.DetDescrVersion()[0:3]=="DC2":
-    print(" this is DC2 ")
-else:
-    print(" this is not DC2 ")
-
-from RecExConfig.RecFlags import recAlgs
-if recAlgs.doTrigger() ^ doTrigger:
-    print("recAlgs.doTrigger() and doTrigger inconsistent")
-else:
-    print("recAlgs.doTrigger() and doTrigger consistent")
-
-
-# stop the hard way
-stop
diff --git a/Reconstruction/RecExample/RecExConfig/CMakeLists.txt b/Reconstruction/RecExample/RecExConfig/CMakeLists.txt
index 21c0870e74269b137e5e047c351a34597a977ba9..bd1b599e984de583cece0df6b7a71f94af9e2898 100644
--- a/Reconstruction/RecExample/RecExConfig/CMakeLists.txt
+++ b/Reconstruction/RecExample/RecExConfig/CMakeLists.txt
@@ -1,15 +1,13 @@
-################################################################################
-# Package: RecExConfig
-################################################################################
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # Declare the package name:
 atlas_subdir( RecExConfig )
 
 # Install files from the package:
-atlas_install_python_modules( python/*.py )
-atlas_install_joboptions( share/*.py share/tests/*.py )
-atlas_install_scripts( share/RecExConfig_links.sh )
-
-atlas_add_test( testObjKeyStore SCRIPT python -m RecExConfig.testObjKeyStore
-    POST_EXEC_SCRIPT nopost.sh ) 
+atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
+atlas_install_joboptions( share/tests/*.py )
 
+# Test(s) in the package
+atlas_add_test( testObjKeyStore
+   SCRIPT python -m RecExConfig.testObjKeyStore
+   POST_EXEC_SCRIPT nopost.sh )
diff --git a/Reconstruction/RecExample/RecExConfig/python/AutoConfiguration.py b/Reconstruction/RecExample/RecExConfig/python/AutoConfiguration.py
index cf1b225412233a1171135050d32f496f8e846026..565f340d9de50802ae13c911d564982b6c32cdc6 100644
--- a/Reconstruction/RecExample/RecExConfig/python/AutoConfiguration.py
+++ b/Reconstruction/RecExample/RecExConfig/python/AutoConfiguration.py
@@ -1,7 +1,4 @@
-# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
-
-from __future__ import print_function
-
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 ##=============================================================================
 ## Name:        AutoConfiguration.py
@@ -11,7 +8,6 @@ from __future__ import print_function
 ##=============================================================================
 from AthenaCommon.GlobalFlags import globalflags
 from RecExConfig.RecFlags import rec
-from RecExConfig.RecoFunctions import ItemInListStartsWith
 
 from AthenaCommon.Logging import logging
 
@@ -101,7 +97,7 @@ def GetFieldFromCool():
     try:
         from RecExConfig.GetCool import cool
         return cool.solenoidCurrent(),cool.toroidCurrent()
-    except:
+    except Exception:
         return None,None
     
 
@@ -123,7 +119,7 @@ def GetFieldFromInputFile():
         try:
             solenoidCurrent = metadata['/EXT/DCS/MAGNETS/SENSORDATA']['value'][0]  # CentralSol_Current
             toroidCurrent = metadata['/EXT/DCS/MAGNETS/SENSORDATA']['value'][2]  # Toroids_Current
-        except:
+        except Exception:
             logAutoConfiguration.warning("Unable to find solenoid and toroid currents in /EXT/DCS/MAGNETS/SENSORDATA")
 
 
@@ -163,7 +159,7 @@ def GetApproximateFieldFromGeo():
         solenoidCurrent=fullSolenoidCurrent
         toroidCurrent=fullToroidCurrent
     else:
-        logAutoConfiguration.warning("Don't know how to interpret magnetic field status from geometry '%s'."%geo)
+        logAutoConfiguration.warning("Don't know how to interpret magnetic field status from geometry '%s'.",geo)
     return solenoidCurrent,toroidCurrent
 
 def GetApproximateFieldFromConditions():
@@ -189,7 +185,7 @@ def GetApproximateFieldFromConditions():
         solenoidCurrent=0.0
         toroidCurrent=0.0
     else:
-        logAutoConfiguration.warning("Don't know how to interpret magnetic field status from conditionsTag '%s'."%cond)
+        logAutoConfiguration.warning("Don't know how to interpret magnetic field status from conditionsTag '%s'.",cond)
     return solenoidCurrent,toroidCurrent
 
 
@@ -218,23 +214,23 @@ def ConfigureField():
 
     elif metadata['file_type'] == 'BS' and metadata['eventTypes'][0] == 'IS_SIMULATION':
         logAutoConfiguration.info("Field info is not stored in MC BS values are set via conditions tag:")
-        if solenoidCurrent==None or toroidCurrent==None:
+        if solenoidCurrent is None or toroidCurrent is None:
             solenoidCurrent,toroidCurrent=GetApproximateFieldFromConditions()
-        if solenoidCurrent==None or toroidCurrent==None:
+        if solenoidCurrent is None or toroidCurrent is None:
             logAutoConfiguration.warning("BField of MC BS cannot be autoconfigured!! BField is turned ON")
             solenoidCurrent=fullSolenoidCurrent
             toroidCurrent=fullToroidCurrent
 
     elif metadata['file_type'] == 'POOL':
         solenoidCurrent,toroidCurrent=GetFieldFromInputFile()
-        if solenoidCurrent==None or toroidCurrent==None:
+        if solenoidCurrent is None or toroidCurrent is None:
             solenoidCurrent,toroidCurrent=GetApproximateFieldFromConditions()             
-        if solenoidCurrent==None or toroidCurrent==None:
+        if solenoidCurrent is None or toroidCurrent is None:
             solenoidCurrent,toroidCurrent=GetApproximateFieldFromGeo() 
     else:
         raise RuntimeError("Don't know how to interpret file_type '%s'"%metadata['file_type'])
 
-    if solenoidCurrent==None or toroidCurrent==None:
+    if solenoidCurrent is None or toroidCurrent is None:
         raise RuntimeError("Unable to determine field status for this file.")
 
     if toroidCurrent>1.:
@@ -274,10 +270,10 @@ def ConfigureGeo():
             geo="ATLAS-R1-2010-02-00-00" #geo='ATLAS-GEO-16-00-01'
         if metadata['eventTypes'][0] == 'IS_SIMULATION':
             try: geo = metadata['GeoAtlas']
-            except: logAutoConfiguration.warning("Input simulated bs file does not contain bs_metadata with geometry. Probably an old file.")
-            pass
+            except Exception:
+                logAutoConfiguration.warning("Input simulated bs file does not contain bs_metadata with geometry. Probably an old file.")
         globalflags.DetDescrVersion.set_Value_and_Lock(geo)
-        logAutoConfiguration.info("Set GeometryVersion to '%s'"%geo)
+        logAutoConfiguration.info("Set GeometryVersion to '%s'",geo)
 
     elif metadata['file_type'] == 'POOL':
         # configure Geometry from input file
@@ -313,23 +309,23 @@ def GetProjectName():
         whatIsIt=None
         try:
             whatIsIt = metadata['eventTypes'][0]
-        except:
+        except Exception:
             pass
         if whatIsIt=='IS_SIMULATION':
             project='IS_SIMULATION'
         else:
             try:
                 project = metadata['project_name']
-            except:
+            except Exception:
                 from RecExConfig.GetCool import cool
                 project = cool.fileNameTag()
             pass
         #rec.projectName.set_Value_and_Lock(project)
-        logAutoConfiguration.info("Success! GetProjectName() found a project named %s"%project)
+        logAutoConfiguration.info("Success! GetProjectName() found a project named %s",project)
     else:
         project=rec.projectName()
-    if not project in KnownProjects:
-        logAutoConfiguration.warning("Project '%s' is not part of the KnownProjects list."%project)
+    if project not in KnownProjects:
+        logAutoConfiguration.warning("Project '%s' is not part of the KnownProjects list.",project)
         #print(KnownProjects)
 
     return project
@@ -338,7 +334,7 @@ def ConfigureBeamType():
     logAutoConfiguration.debug("Configuring beamType...")
     from AthenaCommon.BeamFlags import jobproperties
     if jobproperties.Beam.beamType.is_locked():      
-        logAutoConfiguration.info("beamType is locked to '%s'. We won't change change it."%jobproperties.Beam.beamType())
+        logAutoConfiguration.info("beamType is locked to '%s'. We won't change change it.",jobproperties.Beam.beamType())
         return
 
     BeamType=None
@@ -351,10 +347,10 @@ def ConfigureBeamType():
         listOfKnownBeamTypes=['cosmics' ,'singlebeam','collisions']
         if metadata['beam_type'] in listOfKnownBeamTypes:
             BeamType = metadata['beam_type']
-    except:
+    except Exception:
         logAutoConfiguration.info("beam type not stored in input file, set beam type according to project name...")
         
-    if BeamType==None:
+    if BeamType is None:
         project=GetProjectName()
         if project in KnownCosmicsProjects: BeamType='cosmics'
         elif project in KnownTestProjects: BeamType='cosmics'
@@ -363,13 +359,13 @@ def ConfigureBeamType():
         elif project in KnownHeavyIonProjects: BeamType='collisions'
         elif project in KnownHeavyIonProtonProjects: BeamType='collisions'
     # special treatment for online, set to collisions if undefined
-    if BeamType==None:
+    if BeamType is None:
         from AthenaCommon.AthenaCommonFlags import athenaCommonFlags
         if athenaCommonFlags.isOnline():
             BeamType='collisions' # best guess if we have encountered an unknown project name
-            logAutoConfiguration.warning("Unable to determine BeamType from project name, guessing: %s" % BeamType)
+            logAutoConfiguration.warning("Unable to determine BeamType from project name, guessing: %s", BeamType)
             
-    if BeamType==None:
+    if BeamType is None:
         raise RuntimeError("Unable to determine beamType from projectName '%s'"%project)
     else:
         from AthenaCommon.BeamFlags import jobproperties
@@ -384,11 +380,11 @@ def ConfigureBeamType():
         if project in KnownHeavyIonProjects:
             rec.doHeavyIon.set_Value_and_Lock(True)
             rec.doHIP.set_Value_and_Lock(False)
-            logAutoConfiguration.info("Set rec.doHeavyIon=True based on project tag '%s'" % project)
+            logAutoConfiguration.info("Set rec.doHeavyIon=True based on project tag '%s'", project)
         elif project in KnownHeavyIonProtonProjects:
             rec.doHeavyIon.set_Value_and_Lock(False)
             rec.doHIP.set_Value_and_Lock(True)
-            logAutoConfiguration.info("Set rec.doHIP=True based on project tag '%s'" % project)
+            logAutoConfiguration.info("Set rec.doHIP=True based on project tag '%s'", project)
         else:
             logAutoConfiguration.info("Not a heavy ion project")
             pass
@@ -415,7 +411,7 @@ def ConfigureNumberOfCollisions():
         # auto configure number of collissions
         try:
             jobproperties.Beam.numberOfCollisions.set_Value_and_Lock(metadata['numberOfCollisions'])
-        except:
+        except Exception:
             logAutoConfiguration.warning("numberOfCollisions could not be auto configured, no info available using default value: %s "
                                          ,jobproperties.Beam.numberOfCollisions() )
             return
@@ -491,7 +487,7 @@ def ConfigureBeamEnergy():
                 else:
                     logAutoConfiguration.warning("Could not auto-configure beam energy based on project name: %s" , projectName)
                     return
-                if beamEnergy!=None:
+                if beamEnergy is not None:
                     jobproperties.Beam.energy.set_Value_and_Lock(beamEnergy)
         elif metadata['eventTypes'][0] == 'IS_SIMULATION':
             if metadata['beam_energy'] != 'N/A' and metadata['beam_energy'] != '':
@@ -515,7 +511,7 @@ def ConfigureBeamBunchSpacing():
         try:
             jobproperties.Beam.bunchSpacing.set_Value_and_Lock(int(metadata['intraTrainBunchSpacing']))
             logAutoConfiguration.info("Auto configured bunchSpacing: %s ", jobproperties.Beam.bunchSpacing())
-        except:
+        except Exception:
             logAutoConfiguration.warning("bunchSpacing could not be auto configured, no info available using default value: %s ",jobproperties.Beam.bunchSpacing() )
 
     else:
@@ -551,7 +547,7 @@ def ConfigureBeamBunchSpacing():
                 jobproperties.Beam.bunchSpacing.set_Value_and_Lock(25)
                 logAutoConfiguration.info("Autoconfigure bunch-spacing to 25 ns")
             else:
-                logAutoConfiguration.info("larger bunch spacing, leave default value of %i ns" % jobproperties.Beam.bunchSpacing())
+                logAutoConfiguration.info("larger bunch spacing, leave default value of %i ns", jobproperties.Beam.bunchSpacing())
                 pass
             pass
         else:
@@ -639,20 +635,20 @@ def ConfigureInputType():
         rec.doAOD=False
         rec.doESD=True
         rec.doWriteAOD=False
-        logAutoConfiguration.info ("BS format: setting globalflags.InputFormat=%s "%globalflags.InputFormat() )
-        logAutoConfiguration.info ("BS format: setting rec.readRDO=%s "%rec.readRDO() )
-        logAutoConfiguration.info ("BS format: setting rec.doAOD=%s "%rec.doAOD() )
-        logAutoConfiguration.info ("BS format: setting rec.doESD=%s "%rec.doESD() )
-        logAutoConfiguration.info ("BS format: setting rec.doWriteAOD=%s "%rec.doWriteAOD() )
+        logAutoConfiguration.info ("BS format: setting globalflags.InputFormat=%s ",globalflags.InputFormat() )
+        logAutoConfiguration.info ("BS format: setting rec.readRDO=%s ",rec.readRDO() )
+        logAutoConfiguration.info ("BS format: setting rec.doAOD=%s ",rec.doAOD() )
+        logAutoConfiguration.info ("BS format: setting rec.doESD=%s ",rec.doESD() )
+        logAutoConfiguration.info ("BS format: setting rec.doWriteAOD=%s ",rec.doWriteAOD() )
     else:        
         globalflags.InputFormat='pool'
         #Get streamsName
         streamsName=[]
         if 'processingTags' in metadata:
             streamsName = metadata['processingTags']
-        if streamsName==None:
+        if streamsName is None:
             streamsName=[]
-        logAutoConfiguration.info("Extracted streams %s from input file " % streamsName )   
+        logAutoConfiguration.info("Extracted streams %s from input file ", streamsName )
 
         if len(streamsName)==0:
            logAutoConfiguration.warning("ConfigureInputType: no stream in input file.")   
@@ -664,7 +660,7 @@ def ConfigureInputType():
     from RecExConfig.RecoFunctions import OverlapLists
     try:
         from PrimaryDPDMaker.PrimaryDPDFlags import listRAWtoDPD,listESDtoDPD,listAODtoDPD
-    except:
+    except Exception:
         logAutoConfiguration.warning("Unable to import PrimaryDPDFlags. OK for ATN tests below AtlasAnalysis, otherwise suspicious.")
         listRAWtoDPD=[]
         listESDtoDPD=[]
@@ -675,15 +671,15 @@ def ConfigureInputType():
         from PrimaryDPDMaker.PrimaryDPDFlags import listBackwardCompatibleAODtoDPD, listBackwardCompatibleESDtoDPD
         listESDtoDPD.extend(listBackwardCompatibleESDtoDPD)
         listAODtoDPD.extend(listBackwardCompatibleAODtoDPD)
-    except:
+    except Exception:
         logAutoConfiguration.warning("Primary DPDMake does not support the old naming convention!!")   
 
-    if 'TagStreamsRef' in metadata and metadata['TagStreamsRef']!=None:
+    if 'TagStreamsRef' in metadata and metadata['TagStreamsRef'] is not None:
         logAutoConfiguration.info("Input TAG detected")
         rec.readTAG=True
-        logAutoConfiguration.info ("Auto configured rec.readTAG=%s "%rec.readTAG() )
+        logAutoConfiguration.info ("Auto configured rec.readTAG=%s ",rec.readTAG() )
 
-    from RecExConfig.RecoFunctions import ItemInListStartsWith    
+    from RecExConfig.RecoFunctions import ItemInListStartsWith
     if ItemInListStartsWith ("StreamAOD", streamsName) or ItemInListStartsWith('StreamDAOD',streamsName) or ItemInListStartsWith('StreamD2AOD',streamsName) or OverlapLists(streamsName,listAODtoDPD) or ItemInListStartsWith('DAOD',streamsName) or ItemInListStartsWith('D2AOD',streamsName):
         logAutoConfiguration.info("Input AOD detected")   
         rec.readRDO=False
@@ -691,7 +687,7 @@ def ConfigureInputType():
         rec.readAOD=True
         rec.doAOD=False
         rec.doESD=False
-        logAutoConfiguration.info ("setting rec.readAOD=%s "%rec.readAOD() )
+        logAutoConfiguration.info ("setting rec.readAOD=%s ",rec.readAOD() )
     elif ItemInListStartsWith ("StreamESD", streamsName) or ItemInListStartsWith('StreamDESD',streamsName) or ItemInListStartsWith('StreamD2ESD',streamsName) or OverlapLists(streamsName,listESDtoDPD) or ItemInListStartsWith('DESD',streamsName) or ItemInListStartsWith('D2ESD',streamsName):
         logAutoConfiguration.info("Input ESD detected")   
         rec.readRDO=False
@@ -699,8 +695,8 @@ def ConfigureInputType():
         rec.readAOD=False
         rec.doAOD=True
         rec.doESD=False
-        logAutoConfiguration.info ("setting rec.readESD=%s "%rec.readESD() )
-        logAutoConfiguration.info ("setting rec.doAOD=%s "%rec.doAOD() )
+        logAutoConfiguration.info ("setting rec.readESD=%s ",rec.readESD() )
+        logAutoConfiguration.info ("setting rec.doAOD=%s ",rec.doAOD() )
     elif ItemInListStartsWith ("Stream1", streamsName) or ItemInListStartsWith ("StreamRDO", streamsName) or ItemInListStartsWith ("OutputStreamRDO", streamsName) or OverlapLists(streamsName,listRAWtoDPD):
         logAutoConfiguration.info("Input RDO detected")   
         rec.readRDO=True
@@ -708,8 +704,8 @@ def ConfigureInputType():
         rec.readAOD=False
         rec.doAOD=False
         rec.doESD=True
-        logAutoConfiguration.info ("setting rec.readRDO=%s "%rec.readRDO() )
-        logAutoConfiguration.info ("setting rec.doESD=%s "% rec.doESD() )
+        logAutoConfiguration.info ("setting rec.readRDO=%s ",rec.readRDO() )
+        logAutoConfiguration.info ("setting rec.doESD=%s ",rec.doESD() )
     elif ItemInListStartsWith ("StreamEVGEN", streamsName):
         logAutoConfiguration.info("Input EVGEN detected")   
         rec.readRDO=False
@@ -732,35 +728,35 @@ def ConfigureTriggerStream():
     if metadata['file_type'] == 'BS':
         try:
             streamName = metadata['stream'].split('_')[1]
-        except:
+        except Exception:
             logAutoConfiguration.warning("Input file does not contain bs_metadata! Trying to specify otherwise!")
     elif metadata['file_type'] == 'POOL':
         try:
             streamName = metadata['triggerStreamOfFile']
-        except:
+        except Exception:
             logAutoConfiguration.warning("Input file does not contain triggerStreamOfFile! Trying to specify otherwise!")
 
     if streamName=='':
         try:
             if len(metadata['processingTags'])==1:
                 streamName = metadata['processingTags'][0]
-        except:
+        except Exception:
             logAutoConfiguration.warning("No trigger stream found in input file!!! ") 
 
 
     if streamName=='':
         logAutoConfiguration.info("Failed to find triggerStream from MetaReaderPeeker. OK for MC but can be problematic for data.")
-        logAutoConfiguration.info("Keeping input value untouched: rec.triggerStream='%s'"%rec.triggerStream())
+        logAutoConfiguration.info("Keeping input value untouched: rec.triggerStream='%s'",rec.triggerStream())
         return
     
-    logAutoConfiguration.info("Set rec.triggerStream='%s' from MetaReaderPeeker."%streamName)
+    logAutoConfiguration.info("Set rec.triggerStream='%s' from MetaReaderPeeker.",streamName)
     rec.triggerStream=streamName
     return
 
 
 def ConfigureConditionsTag():
     if globalflags.ConditionsTag.is_locked():
-        logAutoConfiguration.info("conditionsTag is locked to value: '%s'."%globalflags.ConditionsTag())
+        logAutoConfiguration.info("conditionsTag is locked to value: '%s'.",globalflags.ConditionsTag())
         return
 
     from PyUtils.MetaReaderPeeker import metadata
@@ -768,7 +764,7 @@ def ConfigureConditionsTag():
         try:
             globalflags.ConditionsTag.set_Value_and_Lock(metadata['IOVDbGlobalTag'])
             logAutoConfiguration.info("Auto-configured ConditionsTag '%s' from MetaReaderPeeker ",globalflags.ConditionsTag())
-        except:
+        except Exception:
             logAutoConfiguration.error("ConditionsTag could not be auto-configured no info stored in MetaReaderPeeker!!!")
             #logAutoConfiguration.warning("Input simulated bs file does not contain bs_metadata with conditions_tag !")
 
@@ -778,15 +774,15 @@ def ConfigureConditionsTag():
     else: #Regular data files 
         try:
             year=int(rec.projectName()[4:6])
-        except:
-            logAutoConfiguration.warning("Failed to extract year from project tag "+ rec.projectName() +". Guessing 2015")
+        except Exception:
+            logAutoConfiguration.warning("Failed to extract year from project tag %s. Guessing 2015", rec.projectName())
             year=15
         if (year<14): #Run1
             globalflags.ConditionsTag.set_Value_and_Lock("COMCOND-BLKPA-RUN1-09")
-            logAutoConfiguration.info("Found run 1 input bytestream file, autoconfigure conditions tag to '%s'"%globalflags.ConditionsTag())
+            logAutoConfiguration.info("Found run 1 input bytestream file, autoconfigure conditions tag to '%s'",globalflags.ConditionsTag())
         else:
             globalflags.ConditionsTag.set_Value_and_Lock("CONDBR2-BLKPA-2015-17")
-            logAutoConfiguration.info("Found run 2 input bytestream file, autoconfigure conditions tag to '%s'"%globalflags.ConditionsTag())
+            logAutoConfiguration.info("Found run 2 input bytestream file, autoconfigure conditions tag to '%s'",globalflags.ConditionsTag())
             pass
         pass
     return
@@ -818,7 +814,7 @@ def ConfigureFieldAndGeoESDtoESD():
 
     logAutoConfiguration.info("Auto configured Geometry: %s ",globalflags.DetDescrVersion() )
     from AthenaCommon.BFieldFlags import jobproperties
-    logAutoConfiguration.info("Auto configured B Field: ");
+    logAutoConfiguration.info("Auto configured B Field: ")
     logAutoConfiguration.info("BField: barrelToroidOn = %s ",jobproperties.BField.barrelToroidOn() )
     logAutoConfiguration.info("BField: BField.endcapToroidOn = %s ",jobproperties.BField.endcapToroidOn() )
     logAutoConfiguration.info("BField: BField.solenoidOn = %s ",jobproperties.BField.solenoidOn() )
@@ -826,13 +822,13 @@ def ConfigureFieldAndGeoESDtoESD():
 
 def ConfigureDoTruth():
     if rec.doTruth.is_locked():
-        logAutoConfiguration.info ("rec.doTruth=%s is locked. Auto-config will not attempt to change it."%rec.doTruth())
+        logAutoConfiguration.info ("rec.doTruth=%s is locked. Auto-config will not attempt to change it.",rec.doTruth())
         return
 
     from PyUtils.MetaReaderPeeker import metadata, convert_itemList
     if metadata['file_type'] == 'BS' and metadata['eventTypes'][0] != 'IS_SIMULATION':
         rec.doTruth.set_Value_and_Lock(False)
-        logAutoConfiguration.info("Input is bytestream. Auto-configuring doTruth=%s"%rec.doTruth())
+        logAutoConfiguration.info("Input is bytestream. Auto-configuring doTruth=%s",rec.doTruth())
 
     if metadata['file_type'] == 'POOL':
         itemsList = convert_itemList(layout='#join')
@@ -843,9 +839,9 @@ def ConfigureDoTruth():
 
         rec.doTruth.set_Value_and_Lock(itemsHaveTruth)
         if itemsHaveTruth:
-            logAutoConfiguration.info("Input has McEventCollection. Auto-configuring doTruth=%s"%rec.doTruth())
+            logAutoConfiguration.info("Input has McEventCollection. Auto-configuring doTruth=%s",rec.doTruth())
         else:
-            logAutoConfiguration.info("Input has no McEventCollection. Auto-configuring doTruth=%s"%rec.doTruth())
+            logAutoConfiguration.info("Input has no McEventCollection. Auto-configuring doTruth=%s",rec.doTruth())
         
     return
 
@@ -857,16 +853,16 @@ def IsInInputFile(collectionname,key=None):
             try:
                 ItemDic = convert_itemList(layout='dict')
                 if collectionname in ItemDic:
-                    logAutoConfiguration.info("found collection with name %s in input file." % collectionname)
+                    logAutoConfiguration.info("found collection with name %s in input file.", collectionname)
                     print(ItemDic[collectionname])
                     if key is None:
                         logAutoConfiguration.info("no explicit storegate key given. Returning True")
                         return True
                     if key in ItemDic[collectionname]:
-                        logAutoConfiguration.info("collection with key %s is in input file. Returning True" % key)
+                        logAutoConfiguration.info("collection with key %s is in input file. Returning True", key)
                         return True
                     else:
-                        logAutoConfiguration.info("collection with key %s is NOT in input file. Returning False" % key)
+                        logAutoConfiguration.info("collection with key %s is NOT in input file. Returning False", key)
                         return False
                     logAutoConfiguration.info("Shouldn't be here !")
                     return False
@@ -877,7 +873,7 @@ def IsInInputFile(collectionname,key=None):
     except Exception:
         logAutoConfiguration.warning("Could not run IsInInputFile. input file maybe not specified at this point")#
 
-    logAutoConfiguration.info("looks like object of name %s is NOT in input file. Returning False" % key)
+    logAutoConfiguration.info("looks like object of name %s is NOT in input file. Returning False", key)
     return False
 
 def ConfigureSimulationOrRealData():
@@ -885,7 +881,7 @@ def ConfigureSimulationOrRealData():
     whatIsIt="N/A"
     try:
         whatIsIt = metadata['eventTypes'][0]
-    except:
+    except Exception:
         if metadata['nentries'] == 0:
             logAutoConfiguration.error("Input file has no events: unable to configure SimulationOrRealData.")
             return
@@ -905,11 +901,13 @@ def ConfigureSimulationOrRealData():
     return
 
 def ConfigureFromListOfKeys(l):
+    from RecExConfig.RecoFunctions import ItemInList
+
     keys=set(l)
     allDefaultKeys=frozenset(('ProjectName','RealOrSim','FieldAndGeo','BeamType','ConditionsTag','DoTruth','InputType','BeamEnergy','LumiFlags','TriggerStream'))
     if 'everything' in keys:
         keys.remove('everything')
-        keys |= allDefaultKeys;
+        keys |= allDefaultKeys
         logAutoConfiguration.info("Auto-configuration key 'everything' requested. All default keys will be used.")
 
     logAutoConfiguration.info("Auto-configuration will procede according to the following keys:")
@@ -959,7 +957,7 @@ def ConfigureFromListOfKeys(l):
 
     #Final sanity check...
     for key in keys:
-        if not key in allDefaultKeys:
+        if key not in allDefaultKeys:
             #these special keys are allowed to not be allDefaultKeys, however check for conflicts
             if key=="FieldAndGeoESDToESD":
                 if ItemInList("FieldAndGeo",l):
diff --git a/Reconstruction/RecExample/RecExConfig/python/Configured.py b/Reconstruction/RecExample/RecExConfig/python/Configured.py
index 360eb4be56fe33b9383c09ad0f9881ffd22b2675..d841c8697894c7a83ff8cf26a78ee6d5e2f55eb4 100755
--- a/Reconstruction/RecExample/RecExConfig/python/Configured.py
+++ b/Reconstruction/RecExample/RecExConfig/python/Configured.py
@@ -1,7 +1,4 @@
-# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
-
-# File: 
-# Author: 
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 ## for messaging
 from AthenaCommon.Logging import logging
@@ -33,7 +30,7 @@ class Configured( object ):
          mlog.debug("new : First instance" )
          cls.__newobject = object.__new__( cls )
       else:
-         mlog.debug("new : nNewed : %s => simple access." % cls._nNewed )            
+         mlog.debug("new : nNewed : %s => simple access.", cls._nNewed )
       
     
 
@@ -68,7 +65,6 @@ class Configured( object ):
 
       # initialisation
       self._configured = self.preconfigure() 
-      doConfigure=False
       if not self._configured:
          mlog.debug("preconfiguration indicates this alg should not run")    
       else:   
@@ -78,13 +74,13 @@ class Configured( object ):
  
       self._configured= self._configured and configuredOK
 
-      mlog.info ("%s/%s" % (["Not configured","Configured"][self.configured()],
-                            ["Enabled", "DISABLED"][self.disabled()]))
+      mlog.info ("%s/%s", ["Not configured","Configured"][self.configured()],
+                 ["Enabled", "DISABLED"][self.disabled()])
 
 
    def preconfigure (self):
       mlog = logging.getLogger( 'Configured::preconfigure:%s:' % self.__class__.__name__.replace( ".", '_' )  )
-      mlog.debug("Output= %s" % self.output() )
+      mlog.debug("Output= %s", self.output() )
 
       if self.checkExistingOutput ():
          return False
@@ -105,7 +101,7 @@ class Configured( object ):
 
    def usable (self):
       mlog = logging.getLogger( 'Configured::usable:%s:' % self.__class__.__name__.replace( ".", '_' )  )      
-      mlog.debug ("configured:%s disabled:%s" % (self.configured(),self.disabled()))
+      mlog.debug ("configured:%s disabled:%s", self.configured(), self.disabled())
       return self.existingOutput() or ( self.configured() and not self.disabled() )
 
 
@@ -134,12 +130,12 @@ class Configured( object ):
       oneUnmatch=False
       for atype in self.output().keys():
          allkeys=self.output()[atype]
-         if type(allkeys) != type([]): allkeys    = [allkeys]
+         if not isinstance(allkeys,list): allkeys    = [allkeys]
          for akey in allkeys:
             if objKeyStore.isInInput(atype,akey):
                oneMatch=True
             else:
-               mlog.info('one object not in output %s:%s' % (atype,akey))
+               mlog.info('one object not in output %s:%s', atype, akey)
                oneUnmatch=True            
 
 
@@ -177,8 +173,8 @@ class Configured( object ):
             (ig_modname, ig_name) = igpath.rsplit ('.', 1)
             ig_mod = __import__ (ig_modname, globals(), locals(), [ig_name])
             ig_cls = getattr (ig_mod, ig_name)
-        except:
-            mlog.error("could not get handle to %s Quit" % igpath)
+        except Exception:
+            mlog.error("could not get handle to %s Quit", igpath)
             traceback.print_exc()
             return None
         return ig_cls
@@ -190,7 +186,7 @@ class Configured( object ):
    #
    # If the input is not a string, it is just returned directly.
    def getInputGetter (self, igpath):
-        if type(igpath) != type(''):
+        if not isinstance(igpath,str):
            return igpath
         
         # Make a logger.
@@ -200,20 +196,20 @@ class Configured( object ):
         # Find the input getter.
         try:
             ig_cls = self.getInputGetterClass(igpath)
-            if ig_cls == None: return None
+            if ig_cls is None: return None
             input_getter = ig_cls()
-        except:
-            mlog.error("could not get handle to %s Quit" % igpath)
+        except Exception:
+            mlog.error("could not get handle to %s Quit", igpath)
             traceback.print_exc()
             return None
 
         if not input_getter.usable():
             ig_name = ig_cls.__name__
             if not self.ignoreConfigError():
-                mlog.error("%s unusable. Quit." % ig_name)
+                mlog.error("%s unusable. Quit.", ig_name)
                 return None
             else:
-                mlog.error("%s unusable. Continue nevertheless" % ig_name)
+                mlog.error("%s unusable. Continue nevertheless", ig_name)
 
         return input_getter
      
diff --git a/Reconstruction/RecExample/RecExConfig/python/GetCool.py b/Reconstruction/RecExample/RecExConfig/python/GetCool.py
index aa4568dde3c189b304ffe9af540ac1a1c28bd816..7aa6972b205ab56056175ed376dadb69b6e81b0a 100644
--- a/Reconstruction/RecExample/RecExConfig/python/GetCool.py
+++ b/Reconstruction/RecExample/RecExConfig/python/GetCool.py
@@ -1,12 +1,10 @@
 #!/usr/bin/env python
 
-# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 ## David Cote, 17 July 2009
 ## Put the GetCool method in a python import, to ensure it is queried only once.
 
-from __future__ import print_function
-
 __all__ = [
     "cool",
     ]
@@ -24,7 +22,7 @@ def _setup():
         
     from CoolConvUtilities.MagFieldUtils import getFieldForRun
 
-    if lb==None:
+    if lb is None:
         logGetCool.info(rn)  
         cool=getFieldForRun(rn)
     else:
diff --git a/Reconstruction/RecExample/RecExConfig/python/InputFilePeeker.py b/Reconstruction/RecExample/RecExConfig/python/InputFilePeeker.py
index 48334a059aff48735a4b289ee41f66062e0198e7..e651c2e99122d9ceaf1c35c81767f2d4cffaf8fb 100644
--- a/Reconstruction/RecExample/RecExConfig/python/InputFilePeeker.py
+++ b/Reconstruction/RecExample/RecExConfig/python/InputFilePeeker.py
@@ -19,10 +19,7 @@ inputFileSummary = {}
 def _setup():
 
     global inputFileSummary
-    import os
-    from RecExConfig.RecFlags import rec
     import AthenaCommon.Logging as L
-    from AthenaCommon.Resilience import treatException
 
     #define a logger
     msg = L.logging.getLogger('inputFilePeeker' )
@@ -51,7 +48,7 @@ def _setup():
             fi = athFile.fopen(inFile)
             inputFileSummary = fi.fileinfos
         except Exception as err:
-            msg.warning("Unable to open file [%s]"%inFile)
+            msg.warning("Unable to open file [%s]",inFile)
             msg.warning('caught:\n%s',err)
             import traceback
             traceback.print_exc()
@@ -66,11 +63,11 @@ def _setup():
         if inputFileSummary['stream_names'] == []:
             try:
                 inputFileSummary['stream_names'] = [fi.infos['metadata_items'][0][1]]
-            except Exception as err:
+            except Exception:
                 msg.info("Unable to find stream names in file metadata.")
 
         #If stream_names still not found, check for bytestream case or give default value
-        if inputFileSummary['stream_names']==None or inputFileSummary['stream_names']==[]:
+        if inputFileSummary['stream_names'] is None or len(inputFileSummary['stream_names'])==0:
             if inputFileSummary['file_type']=='bs':
                 msg.info("stream_names not present in input bytestream file. Giving default name 'StreamRAW'")
                 inputFileSummary['stream_names']=['StreamRAW']
@@ -82,10 +79,10 @@ def _setup():
 
         #DR TAG do not have run number        
         if len(inputFileSummary['run_number']) >0 or 'TAG' in inputFileSummary['stream_names'] :
-            msg.info("Successfully filled inputFileSummary from file %s"%inFile)
+            msg.info("Successfully filled inputFileSummary from file %s",inFile)
             break
         else:
-            msg.warning("Unable to fill inputFileSummary from file %s. File is probably empty. Will try again with next (if any)."%inFile)
+            msg.warning("Unable to fill inputFileSummary from file %s. File is probably empty. Will try again with next (if any).",inFile)
 
         ## everything failed...
             failed_trials += 1
@@ -94,7 +91,7 @@ def _setup():
         ## with file summaries which are irrelevant.
         ## FIXME: should the trigger be jobo-settable ?
         if failed_trials > 10:
-            msg.warning("Unable to fill inputFileSummary [%d] times. flushing athfile cache..." % failed_trials)
+            msg.warning("Unable to fill inputFileSummary [%d] times. flushing athfile cache...", failed_trials)
             athFile.flush_cache()
         pass
 
@@ -104,7 +101,7 @@ def _setup():
         return
 
     #Exception: if input is TAG, you need to follow the link to fill inputFileSummary
-    msg.info("Extracted streams %s from input file " % inputFileSummary['stream_names'] )   
+    msg.info("Extracted streams %s from input file ", inputFileSummary['stream_names'] )
 
 
     inputFileSummary['TagStreamsRef']=None
@@ -116,7 +113,7 @@ def _setup():
 
         from RecExConfig.AutoConfiguration import GetDefaultTagRefStream
         streamTarget=GetDefaultTagRefStream(tagStreamsRef)
-        msg.info ( "will redirect to target %s " % streamTarget )
+        msg.info ( "will redirect to target %s ", streamTarget )
 
         # now get the file on which the TAG is pointing
         from PyUtils.PoolFile import PoolFileCatalog as pfc
@@ -141,14 +138,14 @@ def _setup():
             #get guid of file to be navigated to, then get corresponding physics file name
             aTagStreamsRef=tagStreamsRef[streamTarget][0]
             newInFile=pfc(catalog=catalog_name).pfn(aTagStreamsRef)
-            msg.info ( "reading TAG redirected to file fid: %s pfn:%s " % (aTagStreamsRef,newInFile))
+            msg.info ( "reading TAG redirected to file fid: %s pfn:%s ", aTagStreamsRef, newInFile)
             try:
                 fi = athFile.fopen(newInFile)
             except Exception:    
-                msg.warning ( "AthFile.fopen failed ! Could not redirect input TAG to first target file %s. Probably not available. Now trying them all." % newInfile )
+                msg.warning ( "AthFile.fopen failed ! Could not redirect input TAG to first target file %s. Probably not available. Now trying them all.", newInFile )
                 newInFile=None
         except Exception:
-            msg.warning ( "could not redirect input TAG to first target file %s. Probably not in catalog. Now trying them all." % aTagStreamsRef )
+            msg.warning ( "could not redirect input TAG to first target file %s. Probably not in catalog. Now trying them all.", aTagStreamsRef )
             newInFile=None
 
         if newInFile is None:    
@@ -158,7 +155,7 @@ def _setup():
                 try:
                     newInFile=pfc(catalog=catalog_name).pfn(aTagStreamsRef)
                     fi = athFile.fopen(newInFile)
-                    msg.info ( "finally redirected input TAG to file fid: %s pfn:%s " % (aTagStreamsRef,newInFile))
+                    msg.info ( "finally redirected input TAG to file fid: %s pfn:%s ", aTagStreamsRef, newInFile)
                     break
                 except Exception:
 
@@ -204,7 +201,7 @@ def _setup():
     inputFileSummary['metadata_itemsList']=fullList
 
     #Catch common problems
-    if inputFileSummary['conditions_tag']==None:
+    if inputFileSummary['conditions_tag'] is None:
         inputFileSummary['conditions_tag']=""
 
     if inputFileSummary['evt_type']==[] and inputFileSummary['file_type']=='bs':
@@ -218,12 +215,12 @@ def _setup():
         else:
             inputFileSummary['evt_type']=('IS_DATA', 'Unknown', 'Unknown')
             pass
-        msg.warning("Input file has zero events and hence no EventInfo object. Guessed that evt_type=%s, but this is not certain. Using auto-configuration is not safe if this info is wrong."%(inputFileSummary['evt_type'][0]))
+        msg.warning("Input file has zero events and hence no EventInfo object. Guessed that evt_type=%s, but this is not certain. Using auto-configuration is not safe if this info is wrong.", inputFileSummary['evt_type'][0])
         pass
 
     #Final print out (DEBUG)
     msg.debug("inputFileSummary is:")
-    msg.debug(str(inputFileSummary))
+    msg.debug("%s",inputFileSummary)
     return
 
 # execute function at module import
diff --git a/Reconstruction/RecExample/RecExConfig/python/ObjKeyStore.py b/Reconstruction/RecExample/RecExConfig/python/ObjKeyStore.py
index 6f607978d15ea7c54d1f1abb2296b8a0cfa5f37c..c906644562890f622e39209f1f39d5784fcdbebf 100755
--- a/Reconstruction/RecExample/RecExConfig/python/ObjKeyStore.py
+++ b/Reconstruction/RecExample/RecExConfig/python/ObjKeyStore.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # Author Sebastien Binet
 
@@ -10,7 +10,7 @@ __all__ = [ 'ObjKeyStore', 'objKeyStore', 'cfgKeyStore' ]
 from AthenaCommon.Include import excludeTracePattern
 excludeTracePattern.append("*/RecExConfig/ObjKeyStore*")
 
-from AthenaCommon.KeyStore import CfgItemList, CfgKeyStore
+from AthenaCommon.KeyStore import CfgKeyStore
 class _ObjKeyStore( object ):
 
     def __init__(self, name="KeyStore"):
@@ -52,7 +52,7 @@ class _ObjKeyStore( object ):
     def __isInDict(self, label):
         def isIn(d, k, v):
             return d.has_item( "%s#%s" % (k,v) )
-        fct = lambda key, value : isIn(self._store[label], key, value)
+        fct = lambda key, value : isIn(self._store[label], key, value)  # noqa: E731
         class __helper:
             def __call__(self, key, value):
                 return fct(key, value)
@@ -62,7 +62,7 @@ class _ObjKeyStore( object ):
         def fill(d, k, v):
             d.add( { k : v } )
             return            
-        fct = lambda key, value: fill(self._store[label], key, value)
+        fct = lambda key, value: fill(self._store[label], key, value)  # noqa: E731
         class __helper:
             def __call__(self, key, value):
                 return fct(key, value)
@@ -73,21 +73,21 @@ class _ObjKeyStore( object ):
         def fill(d, thedict):
             d.add(thedict)
             return
-        fct = lambda thedict : fill(self._store[label], thedict)
+        fct = lambda thedict : fill(self._store[label], thedict)  # noqa: E731
         class __helper:
             def __call__(self, thedict):
                 return fct(thedict)
         return __helper()
 
     def __writePy(self, label):
-        fct = lambda fileName: self._store.write( fileName, label )
+        fct = lambda fileName: self._store.write( fileName, label )  # noqa: E731
         class __helper:
             def __call__(self, fileName):
                 return fct(fileName)
         return __helper()
         
     def __readPy(self, label):
-        fct = lambda fileName: self._store.read( fileName, label )
+        fct = lambda fileName: self._store.read( fileName, label )  # noqa: E731
         class __helper:
             def __call__(self, fileName):
                 return fct(fileName)
diff --git a/Reconstruction/RecExample/RecExConfig/python/PyComps.py b/Reconstruction/RecExample/RecExConfig/python/PyComps.py
index 3dfb72e15a41d96287345f1953d7d8959fc43154..3289eca973f17652aa439ae8e044f2ea347fa472 100644
--- a/Reconstruction/RecExample/RecExConfig/python/PyComps.py
+++ b/Reconstruction/RecExample/RecExConfig/python/PyComps.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 import AthenaPython.PyAthena as PyAthena
 
@@ -17,7 +17,6 @@ class AutoConfigConsistencyCheckSvc(PyAthena.Svc):
        setattr(self, '_autocfg_check_already_executed', True)
     
        from AthenaCommon.AppMgr import ServiceMgr
-       from AthenaCommon.JobProperties import jobproperties as jp
        from RecExConfig.RecFlags import jobproperties as jp
        if jp.Rec.AutoConfiguration()==[]:
            self.msg.info("no AutoConfiguration requested. Leave.")
@@ -66,12 +65,12 @@ class AutoConfigConsistencyCheckSvc(PyAthena.Svc):
               self.msg.info("AutoConfiguration requested, athena input file list and AthenaCommonFlags.FilesInput  are identical. All Ok!")
               return
           else:
-              self.msg.warning("AutoConfiguration requested,  athena input file list  and AthenaCommonFlags.FilesInput() are different, %s vs %s " % (ic,fi))       
+              self.msg.warning("AutoConfiguration requested,  athena input file list  and AthenaCommonFlags.FilesInput() are different, %s vs %s ", ic, fi)
 
           if samefirstfile :
               self.msg.warning ("At least the first files are the same, but still this is dangerous.! Proceed at your own risk.")           
           else:    
-              self.msg.warning("Even the first files are different ( %s vs %s ) This could lead to wrong configuration. Proceed at your own risk" % (ic[0],fi[0]))
+              self.msg.warning("Even the first files are different ( %s vs %s ) This could lead to wrong configuration. Proceed at your own risk", ic[0], fi[0])
        except Exception:
 
           treatException("Could not check autoconfiguration. Could be very wrong! Please report.")
diff --git a/Reconstruction/RecExample/RecExConfig/python/RecFlags.py b/Reconstruction/RecExample/RecExConfig/python/RecFlags.py
index 82642baaf7ae49a8dc5290f103d2cfca972e90f1..d2e9924ff008fe3e8d7ae153e7b88ccac3aa2452 100755
--- a/Reconstruction/RecExample/RecExConfig/python/RecFlags.py
+++ b/Reconstruction/RecExample/RecExConfig/python/RecFlags.py
@@ -12,7 +12,7 @@ __author__  = 'D. Rousseau, M. Gallas'
 __version__="$Revision: 1.49 $"
 __doc__="Reconstruction specific flags . "
 
-from AthenaCommon.Constants import *
+from AthenaCommon.Constants import ALL, VERBOSE, DEBUG, INFO, WARNING, ERROR, FATAL
 
 #=======================================================================
 #
@@ -89,13 +89,13 @@ class DPDMakerScripts(JobProperty):
     StoredValue=[]
     def append(self,item):
         if self.is_locked():
-            self._log.info('The JobProperty %s is blocked' % self.__name__)
+            self._log.info('The JobProperty %s is blocked', self.__name__)
         else:
             AddValidItemToList(item,self.StoredValue)
         return
     def remove(self,item):
         if self.is_locked():
-            self._log.info('The JobProperty %s is blocked' % self.__name__)
+            self._log.info('The JobProperty %s is blocked', self.__name__)
         else:
             RemoveValidItemFromList(item,self.StoredValue)
         return
@@ -108,13 +108,13 @@ class AutoConfiguration(JobProperty):
     StoredValue=[]
     def append(self,item):
         if self.is_locked():
-            self._log.info('The JobProperty %s is blocked' % self.__name__)
+            self._log.info('The JobProperty %s is blocked', self.__name__)
         else:
             AddValidItemToList(item,self.StoredValue)
         return
     def remove(self,item):
         if self.is_locked():
-            self._log.info('The JobProperty %s is blocked' % self.__name__)
+            self._log.info('The JobProperty %s is blocked', self.__name__)
         else:
             RemoveValidItemFromList(item,self.StoredValue)
         return
diff --git a/Reconstruction/RecExample/RecExConfig/python/RecoFunctions.py b/Reconstruction/RecExample/RecExConfig/python/RecoFunctions.py
index ae222bcb048b1afdf66e9953463d2c261ad7a40c..bc92bc546506d12a493445fd0864e80e52687277 100644
--- a/Reconstruction/RecExample/RecExConfig/python/RecoFunctions.py
+++ b/Reconstruction/RecExample/RecExConfig/python/RecoFunctions.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 ##=============================================================================
 ## Name:        RecoFunctions.py
 ## Author:      David Cote (DESY)
@@ -8,10 +8,7 @@
 ## Description: This is a collection of utility functions for RecExCommon
 ##=============================================================================
 
-from __future__ import print_function
-
 from AthenaCommon.GlobalFlags  import globalflags
-from AthenaCommon.AthenaCommonFlags  import athenaCommonFlags
 
 def RunInnerDetectorOnly():
     from RecExConfig.RecFlags import rec
diff --git a/Reconstruction/RecExample/RecExConfig/python/testObjKeyStore.py b/Reconstruction/RecExample/RecExConfig/python/testObjKeyStore.py
index 0c9c9d28cec075d39e8251edc260c8180f4cb800..86ddab240bc5a272db1c84811bc6ee2d57571cea 100755
--- a/Reconstruction/RecExample/RecExConfig/python/testObjKeyStore.py
+++ b/Reconstruction/RecExample/RecExConfig/python/testObjKeyStore.py
@@ -1,6 +1,5 @@
-# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
-from __future__ import print_function
 from RecExConfig.ObjKeyStore import ObjKeyStore, objKeyStore
 
 # simple dictionary test
@@ -17,7 +16,7 @@ print("anotherd:",anotherd)
 for k in anotherd.keys():
     if k in thed:
         for v in anotherd[k]:
-            if not v in thed[k]: thed[k]+=[v]
+            if v not in thed[k]: thed[k]+=[v]
             pass
         pass
     else:
diff --git a/Reconstruction/RecExample/RecExConfig/share/AutoConfigConsistencyCheck.py b/Reconstruction/RecExample/RecExConfig/share/AutoConfigConsistencyCheck.py
deleted file mode 100644
index c459b68d408d841ad895a656e831fca9b4ca9d6f..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExConfig/share/AutoConfigConsistencyCheck.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# check consistency between AthenaCommonFlags.FilesInput and
-# ServiceMgr.EventSelector.FilesInput
-#TODO to be included at the end of RecExCommon_flags.py
-#     treat BS case
-#     protect for online
-
-import RecExConfig.PyComps as recpc
-#svcMgr += MySvc("DRMySvc")
-svcMgr += recpc.AutoConfigConsistencyCheckSvc("AutoConfigConsistencyCheckSvc")
-
diff --git a/Reconstruction/RecExample/RecExConfig/share/RecExConfig_links.sh b/Reconstruction/RecExample/RecExConfig/share/RecExConfig_links.sh
deleted file mode 100755
index ad40296ae2caa079b941db142fc6f506e4890e72..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExConfig/share/RecExConfig_links.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#configuration files
-echo "RecExConfig topOptions.py : all in one"
-get_files -jo RecExConfig/topOptions.py
-
-
-#make a soft link to default file name
-ln -fs topOptions.py jobOptions.py
-
-echo "Now build PoolFileCatalog.xml file"
-
-# ATLAS-CSC-01-02-00 top file 
-pool_insertFileToCatalog $ATLASTESTDATA/calib1_csc11.005200.T1_McAtNlo_Jimmy.digit.RDO.v12000301_tid003138._00016_extract_10evt.pool.root
-FCregisterLFN -p $ATLASTESTDATA/calib1_csc11.005200.T1_McAtNlo_Jimmy.digit.RDO.v12000301_tid003138._00016_extract_10evt.pool.root -l top_CSC-01-02-00_RDO_extract.pool
-
diff --git a/Reconstruction/RecExample/RecExConfig/share/topOptions.py b/Reconstruction/RecExample/RecExConfig/share/topOptions.py
deleted file mode 100755
index f264e1ce4998d731332cbf12d6285d27c89be59d..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExConfig/share/topOptions.py
+++ /dev/null
@@ -1,83 +0,0 @@
-#example of personal topOptions
-#
-# to use it  
-# athena >! athena.log
-#  ( myTopOptions.py is defaulted through jobOptions.py soft link)
-# 
-# see RecExCommon/share/RecExCommon_flags.py for more available flags
-# and https://uimon.cern.ch/twiki/bin/view/Atlas/RecExCommonFlags
-# for more complete documentation.
-#
-# AllAlgs, DetDescrVersion needs be set before the include, since several
-# secondary flags are configured according to that one
-#
-# DetDescrVersion="DC2" # mandatory for DC2 data
-# AllAlgs = False # if false, all algorithms are switched off by defaults 
-
-doCBNT=False
-doNameAuditor=True
-PoolESDInput=["/afs/cern.ch/user/d/droussea/public/data/top-1130.ESD.pool.root"]
-# doJetRec = False # example , do not run jet reconstruction
-# doTruth=False
-# number of event to process
-#EvtMax=2
-#doTauRec=False
-# include my own algorithm(s)
-# include my own algorithm
-# UserAlgs=[ "MyPackage/MyAlgorithm_jobOptions.py" ] 
-
-# By default write ESD, AOD and TAG simultenaously, but note that in production
-#      these should be done in separate steps (results might not be bit-by-bit identical).
-readESD=True
-doWriteESD=False # uncomment if do not write ESD
-doWriteAOD=False # uncomment if do not write AOD
-doWriteTAG=False # uncomment if do not write TAG
-
-doDumpTES=True
-
-# trigger abort after loading
-#PoolESDInput="bidon"
-
-# DetFlags modifications are best set here (uncomment RecExCommon_flags first)
-include ("RecExCommon/RecExCommon_flags.py")
-# switch off ID, calo, or muons
-DetFlags.ID_setOff()
-DetFlags.Calo_setOff()
-DetFlags.Muon_setOff()
-
-# main jobOption
-include ("RecExCommon/RecExCommon_topOptions.py")
-
-from AthenaCommon.AlgSequence import AlgSequence
-topSequence = AlgSequence()
-from __main__ import topSequence
-
-
-#ALLOWDATADRIVEN=True
-from RecExConfig.PhotonMaker import PhotonMaker
-aPhotonMaker=PhotonMaker(driving=True)
-#exercise singleton
-bPhotonMaker=PhotonMaker()
-thebPMAlg=bPhotonMaker.PhotonBuilderHandle()
-
-print("Py:top output ",bPhotonMaker.outputTypeKey())
-# can modify the al property as follow
-# bPhotonMaker.PhotonBuilderHandle().egammaContainer = "egammaContainerTruc"
-
-
-print("Py: top instance property", thebPMAlg.egammaContainer)
-
-
-
-# add topsequence alg
-# if I do this alg are copied into topAlg and are run twice
-#topSequence.setup()
-#exec 'topSequence.__self= []'
-#algorithms with property mods
-print(topSequence)
-# only list algorithms
-print(topSequence.sequence())
-
-
-print("Py:top print again list of top algorithms")
-print(theApp.TopAlg)
diff --git a/Reconstruction/TrackParticleTruthTPCnv/test/TrackParticleTruthCollectionCnv_p1_test.cxx b/Reconstruction/TrackParticleTruthTPCnv/test/TrackParticleTruthCollectionCnv_p1_test.cxx
index 910ed5e112962347213d32a7953f1e406850c836..9e3a2eb284234366e163fe3cb810e1e953cff35e 100644
--- a/Reconstruction/TrackParticleTruthTPCnv/test/TrackParticleTruthCollectionCnv_p1_test.cxx
+++ b/Reconstruction/TrackParticleTruthTPCnv/test/TrackParticleTruthCollectionCnv_p1_test.cxx
@@ -69,7 +69,7 @@ void test1(std::vector<HepMC::GenParticle*> genPartVector)
   std::cout << "test1\n";
   const HepMC::GenParticle *particle = genPartVector.at(0);
   // Create HepMcParticleLink outside of leak check.
-  HepMcParticleLink dummyHMPL(particle->barcode());
+  HepMcParticleLink dummyHMPL(HepMC::barcode(particle));
   assert(dummyHMPL.cptr()==particle);
   // Get proxy created outside of leak checking.
   DataLink<Rec::TrackParticleContainer> dldum ("tpc");
@@ -78,7 +78,7 @@ void test1(std::vector<HepMC::GenParticle*> genPartVector)
   TrackParticleTruthCollection trans1 (DataLink<Rec::TrackParticleContainer>("tpc"));
   for (int i=0; i<10; i++) {
     const HepMC::GenParticle* pGenParticle = genPartVector.at(i);
-    HepMcParticleLink trkLink(pGenParticle->barcode(),pGenParticle->parent_event()->event_number());
+    HepMcParticleLink trkLink(HepMC::barcode(pGenParticle),pGenParticle->parent_event()->event_number());
     Rec::TrackParticleTruthKey key (ElementLink<Rec::TrackParticleContainer> ("tpc", i));
     TrackParticleTruth val (trkLink, (float)i/10);
     trans1[key] = val;
diff --git a/Reconstruction/TrackParticleTruthTPCnv/test/TrackParticleTruthCollectionCnv_p2_test.cxx b/Reconstruction/TrackParticleTruthTPCnv/test/TrackParticleTruthCollectionCnv_p2_test.cxx
index d218af9130a0d24acdeae240bfdbf538859f0ad9..491b0d01d1d4888a3b5a5e412d9726c89fe168cb 100644
--- a/Reconstruction/TrackParticleTruthTPCnv/test/TrackParticleTruthCollectionCnv_p2_test.cxx
+++ b/Reconstruction/TrackParticleTruthTPCnv/test/TrackParticleTruthCollectionCnv_p2_test.cxx
@@ -70,7 +70,7 @@ void test1(std::vector<HepMC::GenParticle*> genPartVector)
   TrackParticleTruthCollection trans1 (DataLink<Rec::TrackParticleContainer>("tpc"));
   for (int i=0; i<10; i++) {
     const HepMC::GenParticle* pGenParticle = genPartVector.at(i);
-    HepMcParticleLink trkLink(pGenParticle->barcode(),pGenParticle->parent_event()->event_number());
+    HepMcParticleLink trkLink(HepMC::barcode(pGenParticle),pGenParticle->parent_event()->event_number());
     Rec::TrackParticleTruthKey key (ElementLink<Rec::TrackParticleContainer> ("tpc", i));
     TrackParticleTruth val (trkLink, (float)i/10);
     trans1[key] = val;
diff --git a/Reconstruction/egamma/egammaAlgs/python/egammaSelectedTrackCopy.py b/Reconstruction/egamma/egammaAlgs/python/egammaSelectedTrackCopy.py
index 6e14d9b53999bfe332399625709b84b7ad465ca0..5ad301f2d2dbdad9b6744dfa3d3fb418a9b7517c 100644
--- a/Reconstruction/egamma/egammaAlgs/python/egammaSelectedTrackCopy.py
+++ b/Reconstruction/egamma/egammaAlgs/python/egammaSelectedTrackCopy.py
@@ -8,6 +8,8 @@ from egammaAlgs import egammaAlgsConf
 from egammaRec.Factories import ToolFactory, AlgFactory
 # to set jobproperties.egammaRecFlags
 from egammaRec.egammaRecFlags import jobproperties
+from egammaCaloTools.egammaCaloToolsFactories import (
+    egammaCheckEnergyDepositTool)
 from InDetRecExample.InDetKeys import InDetKeys
 from egammaTrackTools.egammaTrackToolsFactories import (
     EMExtrapolationTools, EMExtrapolationToolsCommonCache)
@@ -16,6 +18,7 @@ from egammaCaloTools import egammaCaloToolsConf
 egammaCaloClusterGSFSelector = ToolFactory(
     egammaCaloToolsConf.egammaCaloClusterSelector,
     name='caloClusterGSFSelector',
+    egammaCheckEnergyDepositTool=egammaCheckEnergyDepositTool,
     EMEtCut=2250.,
     EMEtSplittingFraction=0.7,
     EMFCut=0.5
diff --git a/Reconstruction/egamma/egammaAlgs/python/egammaSelectedTrackCopyConfig.py b/Reconstruction/egamma/egammaAlgs/python/egammaSelectedTrackCopyConfig.py
index e4f30467c71fbb5c8a7bcb5c247b1c30161f6d87..ddffe1437793a92582179ea3e4aad3880838f23d 100644
--- a/Reconstruction/egamma/egammaAlgs/python/egammaSelectedTrackCopyConfig.py
+++ b/Reconstruction/egamma/egammaAlgs/python/egammaSelectedTrackCopyConfig.py
@@ -6,6 +6,7 @@ from egammaTrackTools.egammaTrackToolsConfig import EMExtrapolationToolsCfg
 from AthenaCommon.Logging import logging
 from AthenaConfiguration.ComponentFactory import CompFactory
 from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
+from egammaCaloTools.egammaCaloToolsFactories import egammaCheckEnergyDepositTool
 egammaCaloClusterSelector = CompFactory.egammaCaloClusterSelector
 egammaSelectedTrackCopy = CompFactory.egammaSelectedTrackCopy
 
@@ -25,6 +26,7 @@ def egammaSelectedTrackCopyCfg(flags, name='egammaSelectedTrackCopy', **kwargs):
                                                                  )
 
         kwargs["egammaCaloClusterSelector"] = egammaCaloClusterGSFSelector
+        kwargs.setdefault("egammaCheckEnergyDepositTool", egammaCheckEnergyDepositTool())
 
     if "ExtrapolationTool" not in kwargs:
         extraptool = EMExtrapolationToolsCfg(flags)
diff --git a/Reconstruction/egamma/egammaAlgs/src/topoEgammaBuilder.h b/Reconstruction/egamma/egammaAlgs/src/topoEgammaBuilder.h
index d3208e296c61b60acbea28e439df3858980a16c0..658b1ae97e1b2ad736ff4b70badb30d4caa87b59 100644
--- a/Reconstruction/egamma/egammaAlgs/src/topoEgammaBuilder.h
+++ b/Reconstruction/egamma/egammaAlgs/src/topoEgammaBuilder.h
@@ -101,7 +101,7 @@ private:
 
     /** @brief Tool to resolve electron/photon ambiguity */
     ToolHandle<IEGammaAmbiguityTool> m_ambiguityTool {this, 
-        "AmbiguityTool", "ElectronPhotonSelectorTools/EGammaAmbiguityTool", 
+        "AmbiguityTool", "EGammaAmbiguityTool/egammaambiguitytool",
         "Tool that does electron/photon ambiguity resolution"};
 
     /** @brief Tool to resolve electron/photon ambiguity */
diff --git a/Reconstruction/iPat/iPatTruthTrajectory/src/TruthParameters.cxx b/Reconstruction/iPat/iPatTruthTrajectory/src/TruthParameters.cxx
index fbf21e33f52bb9b2ddb22fa593415fd6a207a54f..46396ea1d7fd6442f17cb2d3c6bce2dc0824231e 100755
--- a/Reconstruction/iPat/iPatTruthTrajectory/src/TruthParameters.cxx
+++ b/Reconstruction/iPat/iPatTruthTrajectory/src/TruthParameters.cxx
@@ -48,7 +48,7 @@ TruthParameters::findParticle (int barCode)
   
     // retrieve McEventCollection (from truthSelector to give G3/4 simulation independence)
     const HepMC::GenEvent* event = *m_truthSelector->mcEventCollection()->begin();
-    particle = event->barcode_to_particle(barCode);
+    particle = HepMC::barcode_to_particle(event,barCode);
 
     if (particle == 0)	ATH_MSG_DEBUG( "particle not found:  barCode " << barCode );
 
diff --git a/Reconstruction/tauRec/test/test_tau_standalone_LCTopo_multithread.sh b/Reconstruction/tauRec/test/test_tau_standalone_LCTopo_multithread.sh
index 2cae1a2a38c6325000218b3a599ec9dc2c8fc922..640df32dcd565baabe6ffcbcc9263b8622490503 100755
--- a/Reconstruction/tauRec/test/test_tau_standalone_LCTopo_multithread.sh
+++ b/Reconstruction/tauRec/test/test_tau_standalone_LCTopo_multithread.sh
@@ -18,7 +18,7 @@ athena.py --threads 4 --evtMax ${NEVENTS}  tauRec/tau_standalone_LCTopo_ESDtoAOD
 echo "art-result: $? Reconstrution"
 
 # compare the AOD file
-art.py compare ref --entries ${NEVENTS} --mode detailed --excluded-vars=mc_event_number --order-trees --diff-root LCTopo_AOD.pool.root ${REF_DIR}/LCTopo_AOD.pool.root >> AOD_diff_root.log 2>&1
+art.py compare ref --entries ${NEVENTS} --mode detailed --order-trees --diff-root LCTopo_AOD.pool.root ${REF_DIR}/LCTopo_AOD.pool.root >> AOD_diff_root.log 2>&1
 echo "art-result: $? diff-root"
 
 # run the physics validation
diff --git a/Reconstruction/tauRecTools/CMakeLists.txt b/Reconstruction/tauRecTools/CMakeLists.txt
index 7a97d9b240ae0a68d07060ffc889fc2d01f0f367..589a385fb53452093998cc32ae7ad6842e8ad733 100644
--- a/Reconstruction/tauRecTools/CMakeLists.txt
+++ b/Reconstruction/tauRecTools/CMakeLists.txt
@@ -41,8 +41,8 @@ if( XAOD_STANDALONE OR XAOD_ANALYSIS )
       ${FASTJET_INCLUDE_DIRS}
       PRIVATE_INCLUDE_DIRS ${FASTJETCONTRIB_INCLUDE_DIRS} ${LWTNN_INCLUDE_DIRS}
       LINK_LIBRARIES ${ROOT_LIBRARIES} ${FASTJET_LIBRARIES} ${Boost_LIBRARIES}
-      AthLinks AsgTools CxxUtils xAODCaloEvent xAODEventInfo xAODPFlow xAODEgamma xAODTau
-      xAODTracking xAODParticleEvent AsgDataHandlesLib  MVAUtils
+      AthLinks AsgTools CxxUtils xAODCaloEvent xAODEventInfo xAODPFlow xAODTau
+      xAODTracking xAODParticleEvent AsgDataHandlesLib MVAUtils
       PRIVATE_LINK_LIBRARIES ${FASTJETCONTRIB_LIBRARIES} ${LWTNN_LIBRARIES} FourMomUtils xAODJet
       PathResolver )
 else()
@@ -53,10 +53,10 @@ else()
       ${FASTJET_INCLUDE_DIRS}
       PRIVATE_INCLUDE_DIRS ${FASTJETCONTRIB_INCLUDE_DIRS} ${LWTNN_INCLUDE_DIRS}
       LINK_LIBRARIES ${ROOT_LIBRARIES} ${FASTJET_LIBRARIES} ${Boost_LIBRARIES}
-      AthLinks AsgTools CxxUtils xAODCaloEvent xAODEventInfo xAODPFlow xAODEgamma xAODTau
+      AthLinks AsgTools CxxUtils xAODCaloEvent xAODEventInfo xAODPFlow xAODTau
       xAODTracking xAODParticleEvent CaloUtilsLib Particle AsgDataHandlesLib MVAUtils
       PRIVATE_LINK_LIBRARIES ${FASTJETCONTRIB_LIBRARIES} ${LWTNN_LIBRARIES} FourMomUtils xAODJet BeamSpotConditionsData 
-      PathResolver ElectronPhotonSelectorToolsLib )
+      PathResolver )
 endif()
 
 if( NOT XAOD_STANDALONE )
@@ -65,15 +65,15 @@ if( NOT XAOD_STANDALONE )
          src/*.h src/*.cxx src/components/*.cxx
          INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${LWTNN_INCLUDE_DIRS}
          LINK_LIBRARIES ${ROOT_LIBRARIES} ${Boost_LIBRARIES} ${LWTNN_LIBRARIES} xAODTau
-         xAODTracking xAODEgamma AthContainers FourMomUtils xAODCaloEvent xAODJet 
-         xAODPFlow xAODParticleEvent MVAUtils ElectronPhotonSelectorToolsLib BeamSpotConditionsData GaudiKernel tauRecToolsLib )
+         xAODTracking AthContainers FourMomUtils xAODCaloEvent xAODJet 
+         xAODPFlow xAODParticleEvent MVAUtils BeamSpotConditionsData GaudiKernel tauRecToolsLib )
    else()
       atlas_add_component( tauRecTools
          src/*.h src/*.cxx src/components/*.cxx
          INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${LWTNN_INCLUDE_DIRS}
          LINK_LIBRARIES ${ROOT_LIBRARIES} ${Boost_LIBRARIES} ${LWTNN_LIBRARIES} CaloUtilsLib
-         xAODTau xAODTracking xAODEgamma AthContainers FourMomUtils NavFourMom
-         xAODCaloEvent xAODJet xAODPFlow xAODParticleEvent MVAUtils ElectronPhotonSelectorToolsLib GaudiKernel
+         xAODTau xAODTracking AthContainers FourMomUtils NavFourMom
+         xAODCaloEvent xAODJet xAODPFlow xAODParticleEvent MVAUtils GaudiKernel
          InDetRecToolInterfaces JetEDM Particle ITrackToVertex
          RecoToolInterfaces TrkLinks TrkParametersIdentificationHelpers
          TrkTrackSummary VxVertex TrkToolInterfaces TrkVertexFitterInterfaces
diff --git a/Simulation/FastShower/FastCaloSimHit/FastCaloSimHit/FastHitConvertTool.h b/Simulation/FastShower/FastCaloSimHit/FastCaloSimHit/FastHitConvertTool.h
index 5c6bcb20eef3717971ea7ec50cdb607abadd15fe..f6a54854c133653be29b0ec5686afd8a7e090560 100644
--- a/Simulation/FastShower/FastCaloSimHit/FastCaloSimHit/FastHitConvertTool.h
+++ b/Simulation/FastShower/FastCaloSimHit/FastCaloSimHit/FastHitConvertTool.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 ///////////////////////////////////////////////////////////////////
@@ -15,8 +15,10 @@
 #include "LArElecCalib/ILArfSampl.h"
 #include "LArSimEvent/LArHitContainer.h"
 #include "StoreGate/StoreGateSvc.h"
-#include "StoreGate/WriteHandle.h"
+#include "StoreGate/WriteHandleKey.h"
+#include "StoreGate/ReadHandleKey.h"
 #include "TileSimEvent/TileHitVector.h"
+#include "EventInfo/PileUpEventInfo.h"
 
 #include "GaudiKernel/ServiceHandle.h"
 
@@ -31,9 +33,6 @@ class LArFCAL_ID;
 class LArHEC_ID;
 class TileID;
 
-// No NameSpace selected
-//{
-
 /** @class FastHitConvertTool
 
     This is for the Doxygen-Documentation.
@@ -60,18 +59,13 @@ public:
                               const EventContext& ctx) const override;
 
 private:
-  StatusCode process_nc (CaloCellContainer *theCellContainer);
-
-  StatusCode initEvent();
-  StatusCode finaliseEvent();
-  StatusCode hitConstruction(CaloCellContainer *theCellCont);
 
   //for writing out of Hit, naming as G4 for default
-  SG::WriteHandle<LArHitContainer> m_embHitContainer;
-  SG::WriteHandle<LArHitContainer> m_emecHitContainer;
-  SG::WriteHandle<LArHitContainer> m_fcalHitContainer;
-  SG::WriteHandle<LArHitContainer> m_hecHitContainer;
-  SG::WriteHandle<TileHitVector>   m_tileHitVector;
+  SG::WriteHandleKey<LArHitContainer> m_embHitContainerKey{this,"embHitContainername","LArHitEMB","Name of output FastSim LAr EM Barrel Hit Container"};
+  SG::WriteHandleKey<LArHitContainer> m_emecHitContainerKey{this,"emecHitContainername","LArHitEMEC","Name of output FastSim LAr EM Endcap Hit Container"};
+  SG::WriteHandleKey<LArHitContainer> m_fcalHitContainerKey{this,"fcalHitContainername","LArHitFCAL","Name of output FastSim LAr FCAL Hit Container"};
+  SG::WriteHandleKey<LArHitContainer> m_hecHitContainerKey{this,"hecHitContainername","LArHitHEC","Name of output FastSim LAr HEC Hit Container"};
+  SG::WriteHandleKey<TileHitVector>   m_tileHitVectorKey{this,"tileHitContainername","TileHitVec","Name of output FastSim Tile Hit Container"};
 
   ServiceHandle<StoreGateSvc> m_storeGateFastCalo;
   PileUpMergeSvc *m_pMergeSvc;
@@ -83,9 +77,8 @@ private:
   const LArHEC_ID *m_larHecID;
   const TileID* m_tileID;
 
-  bool m_pileup;
-  /** member variables for algorithm properties: */
-  // int/double/bool  m_propertyName;
-
+  Gaudi::Property<bool> m_pileup{this,"doPileup",false,"Pileup mode (default=false)"};
+  SG::ReadHandleKey<EventInfo> m_pileup_evt{this,"pileupEventInfo","MyEvent",""};
+  SG::ReadHandleKey<PileUpEventInfo> m_pileup_pOverEvent{this,"pileupOverlayEvent","OverlayEvent",""};
 };
 #endif          //FASTCALOSIMHIT_FASTHITCONVERTTOOL_H
diff --git a/Simulation/FastShower/FastCaloSimHit/src/FastHitConvertTool.cxx b/Simulation/FastShower/FastCaloSimHit/src/FastHitConvertTool.cxx
index 2a71f22faa117a0ce6521ea8158a38d0b48a7d68..a177bc4d5b86c3946e7ca5fbf286d83031770636 100644
--- a/Simulation/FastShower/FastCaloSimHit/src/FastHitConvertTool.cxx
+++ b/Simulation/FastShower/FastCaloSimHit/src/FastHitConvertTool.cxx
@@ -35,29 +35,14 @@ FastHitConvertTool::FastHitConvertTool(const std::string& type,
                                        const IInterface*  parent )
   :
   base_class(type,name,parent),
-  m_embHitContainer("LArHitEMB"),
-  m_emecHitContainer("LArHitEMEC"),
-  m_fcalHitContainer("LArHitFCAL"),
-  m_hecHitContainer("LArHitHEC"),
-  m_tileHitVector("TileHitVec"),
   m_storeGateFastCalo("StoreGateSvc/FastCalo",name),
   m_pMergeSvc(nullptr),
   m_tileInfo(nullptr),
   m_larEmID(nullptr),
   m_larFcalID(nullptr),
   m_larHecID(nullptr),
-  m_tileID(nullptr),
-  m_pileup(false)
+  m_tileID(nullptr)
 {
-  declareProperty("doPileup",m_pileup,"Pileup mode (default=false)");
-  declareProperty("embHitContainername",m_embHitContainer,"Name of output FastSim LAr EM Barrel Hit Container");
-  declareProperty("emecHitContainername",m_emecHitContainer,"Name of output FastSim LAr EM Endcap Hit Container");
-  declareProperty("fcalHitContainername",m_fcalHitContainer,"Name of output FastSim LAr FCAL Hit Container");
-  declareProperty("hecHitContainername",m_hecHitContainer,"Name of output FastSim LAr HEC Hit Container");
-  declareProperty("tileHitContainername",m_tileHitVector,"Name of output FastSim Tile Hit Container");
-
-  //  template for property decalration
-  //declareProperty("PropertyName", m_propertyName);
 }
 
 //================ Destructor =================================================
@@ -68,7 +53,7 @@ FastHitConvertTool::FastHitConvertTool(const std::string& type,
 
 //================ Initialisation =================================================
 
-StatusCode  FastHitConvertTool::initialize()
+StatusCode FastHitConvertTool::initialize()
 {
 
   //Service for Pileup
@@ -97,73 +82,34 @@ StatusCode  FastHitConvertTool::initialize()
   ATH_CHECK(m_fSamplKey.initialize());
   CHECK(detStore()->retrieve(m_tileInfo, "TileInfo"));
 
-  return StatusCode::SUCCESS;
-}
+  // Output keys
+  ATH_CHECK(m_embHitContainerKey.initialize());
+  ATH_CHECK(m_emecHitContainerKey.initialize());
+  ATH_CHECK(m_fcalHitContainerKey.initialize());
+  ATH_CHECK(m_hecHitContainerKey.initialize());
+  ATH_CHECK(m_tileHitVectorKey.initialize());
+
+  // Inputs for pileup (only initialized if m_pileup==true)
+  ATH_CHECK(m_pileup_evt.initialize(m_pileup));
+  ATH_CHECK(m_pileup_pOverEvent.initialize(m_pileup));
 
-StatusCode  FastHitConvertTool::process (CaloCellContainer* theCellContainer,
-                                         const EventContext& ctx) const
-{
-  if (ctx.slot() > 1) {
-    ATH_MSG_ERROR ("FastHitConvertTool doesn't work with MT.");
-    return StatusCode::FAILURE;
-  }
-  return const_cast<FastHitConvertTool*>(this)->process_nc (theCellContainer);
-}
-StatusCode  FastHitConvertTool::process_nc(CaloCellContainer *theCellContainer)
-{
-  const EventContext& ctx = Gaudi::Hive::currentContext();
-  if (ctx.slot() > 1) {
-    ATH_MSG_ERROR ("FastHitConvertTool doesn't work with MT.");
-    return StatusCode::FAILURE;
-  }
-
-  CHECK(this->initEvent());
-  CHECK(this->hitConstruction(theCellContainer));
-  CHECK(this->finaliseEvent());
   return StatusCode::SUCCESS;
 }
 
-StatusCode  FastHitConvertTool::initEvent()
+StatusCode FastHitConvertTool::process(CaloCellContainer* theCellCont, const EventContext& ctx) const
 {
   ATH_MSG_DEBUG("initEvent()");
-  //  m_embHitContainer=new LArHitContainer();
-  //  m_emecHitContainer=new LArHitContainer();
-  //  m_fcalHitContainer=new LArHitContainer();
-  //  m_hecHitContainer=new LArHitContainer();
-  //  m_tileHitVector=new TileHitVector(m_tileHitContainerName);
-
-  if(!m_embHitContainer.isValid() ) { m_embHitContainer  = std::make_unique<LArHitContainer>(m_embHitContainer.name());}
-  if(!m_emecHitContainer.isValid()) { m_emecHitContainer = std::make_unique<LArHitContainer>(m_emecHitContainer.name());}
-  if(!m_fcalHitContainer.isValid()) { m_fcalHitContainer = std::make_unique<LArHitContainer>(m_fcalHitContainer.name());}
-  if(!m_hecHitContainer.isValid() ) { m_hecHitContainer  = std::make_unique<LArHitContainer>(m_hecHitContainer.name());}
-  if(!m_tileHitVector.isValid()        ) { m_tileHitVector         = std::make_unique<TileHitVector>(m_tileHitVector.name());}
-
-  return StatusCode::SUCCESS;
-}
-StatusCode  FastHitConvertTool::finaliseEvent()
-{
-  ATH_MSG_DEBUG("finaliseEvent()");
-  ATH_MSG_DEBUG(m_embHitContainer.name()<<" : "<<m_embHitContainer->size()<<" hits ");
-  ATH_MSG_DEBUG(m_emecHitContainer.name()<<" : "<<m_emecHitContainer->size()<<" hits ");
-  ATH_MSG_DEBUG(m_fcalHitContainer.name()<<" : "<<m_fcalHitContainer->size()<<" hits ");
-  ATH_MSG_DEBUG(m_hecHitContainer.name()<<" : "<<m_hecHitContainer->size()<<" hits ");
-  ATH_MSG_DEBUG(m_tileHitVector.name()<<" : "<<m_tileHitVector->size()<<" hits ");
+  auto embHitContainer  = SG::makeHandle<LArHitContainer>( m_embHitContainerKey, ctx );
+  auto emecHitContainer = SG::makeHandle<LArHitContainer>( m_emecHitContainerKey, ctx );
+  auto fcalHitContainer = SG::makeHandle<LArHitContainer>( m_fcalHitContainerKey, ctx );
+  auto hecHitContainer  = SG::makeHandle<LArHitContainer>( m_hecHitContainerKey, ctx );
+  auto tileHitVector    = SG::makeHandle<TileHitVector>(   m_tileHitVectorKey, ctx );
+  embHitContainer  = std::make_unique<LArHitContainer>( m_embHitContainerKey.key() );
+  emecHitContainer = std::make_unique<LArHitContainer>( m_emecHitContainerKey.key() );
+  fcalHitContainer = std::make_unique<LArHitContainer>( m_fcalHitContainerKey.key() );
+  hecHitContainer  = std::make_unique<LArHitContainer>( m_hecHitContainerKey.key() );
+  tileHitVector    = std::make_unique<TileHitVector>(   m_tileHitVectorKey.key() );
 
-  if(m_pileup)
-    {
-      CHECK((*m_storeGateFastCalo).clearStore(true));
-      const EventInfo *evt(nullptr);
-      CHECK(evtStore()->retrieve(evt,"MyEvent"));
-      const EventInfo* newEvt=new EventInfo(*evt);
-      PileUpEventInfo *pOverEvent(nullptr);
-      CHECK(evtStore()->retrieve(pOverEvent,"OverlayEvent"));
-      pOverEvent->addSubEvt(0,PileUpTimeEventIndex::Signal,newEvt,&(*m_storeGateFastCalo));
-    }
-  return StatusCode::SUCCESS;
-}
-
-StatusCode FastHitConvertTool::hitConstruction(CaloCellContainer *theCellCont)
-{
   ATH_MSG_DEBUG("ATLFASTIIDigi "<<this->name()<<" hitConstruction");
   const double minEnergy=1e-9;
   double hitTime=0.0;
@@ -184,7 +130,7 @@ StatusCode FastHitConvertTool::hitConstruction(CaloCellContainer *theCellCont)
   double eLArFCALConv=0.0;
   double eTileConv=0.0;
 
-  SG::ReadCondHandle<ILArfSampl> fSamplHdl(m_fSamplKey);
+  SG::ReadCondHandle<ILArfSampl> fSamplHdl(m_fSamplKey, ctx);
   const ILArfSampl* fSampl=*fSamplHdl;
 
   CaloCellContainer::const_iterator it1=theCellCont->beginConstCalo(CaloCell_ID::LAREM);
@@ -209,12 +155,12 @@ StatusCode FastHitConvertTool::hitConstruction(CaloCellContainer *theCellCont)
               if(m_larEmID->is_em_barrel(cellid))
                 {
                   ATH_MSG_DEBUG("Storing em barrel hit");
-                  m_embHitContainer->push_back(new LArHit(cellid,energyConv,hitTime));
+                  embHitContainer->push_back(new LArHit(cellid,energyConv,hitTime));
                 }
               else if(m_larEmID->is_em_endcap(cellid))
                 {
                   ATH_MSG_DEBUG("Storing em endcap hit");
-                  m_emecHitContainer->push_back(new LArHit(cellid,energyConv,hitTime));
+                  emecHitContainer->push_back(new LArHit(cellid,energyConv,hitTime));
                 }
             }
         }
@@ -244,7 +190,7 @@ StatusCode FastHitConvertTool::hitConstruction(CaloCellContainer *theCellCont)
           if(m_larHecID->is_lar_hec(cellid))
             {
               ATH_MSG_DEBUG("Storing hec hit");
-              m_hecHitContainer->push_back(new LArHit(cellid,energyConv,hitTime));
+              hecHitContainer->push_back(new LArHit(cellid,energyConv,hitTime));
             }
         }
       countFastCell++;
@@ -270,7 +216,7 @@ StatusCode FastHitConvertTool::hitConstruction(CaloCellContainer *theCellCont)
           if(m_larFcalID->is_lar_fcal(cellid))
             {
               ATH_MSG_DEBUG("Storing fcal hit");
-              m_fcalHitContainer->push_back(new LArHit(cellid,energyConv,hitTime));
+              fcalHitContainer->push_back(new LArHit(cellid,energyConv,hitTime));
             }
         }
       countFastCell++;
@@ -306,12 +252,12 @@ StatusCode FastHitConvertTool::hitConstruction(CaloCellContainer *theCellCont)
               ATH_MSG_DEBUG("Storing tile hit");
               if(m_tileID->is_tile_gapscin(cellid))
                 {
-                  m_tileHitVector->push_back(TileHit(pmt_id0,energyConv,hitTime));
+                  tileHitVector->push_back(TileHit(pmt_id0,energyConv,hitTime));
                 }
               else
                 {
-                  m_tileHitVector->push_back(TileHit(pmt_id0,energyConv/2.0,hitTime));
-                  m_tileHitVector->push_back(TileHit(pmt_id1,energyConv/2.0,hitTime));
+                  tileHitVector->push_back(TileHit(pmt_id0,energyConv/2.0,hitTime));
+                  tileHitVector->push_back(TileHit(pmt_id1,energyConv/2.0,hitTime));
                 }
             }
         }
@@ -321,5 +267,29 @@ StatusCode FastHitConvertTool::hitConstruction(CaloCellContainer *theCellCont)
   ATH_MSG_DEBUG("eLArEMRead= "<<eLArEMRead<<" eLArHECRead= "<<eLArHECRead<<" eLArFCALRead= "<<eLArFCALRead<<" eTileRead= "<<eTileRead);
   ATH_MSG_DEBUG("eConvTot= "<<eLArEMConv+eLArHECConv+eLArFCALConv+eTileConv);
   ATH_MSG_DEBUG("eLArEMConv= "<<eLArEMConv<<" eLArHECConv= "<<eLArHECConv<<"eLArFCALConv"<<eLArFCALConv<<"eTileConv"<<eTileConv);
+
+  ATH_MSG_DEBUG("finaliseEvent()");
+  ATH_MSG_DEBUG(embHitContainer.name()<<" : "<<embHitContainer->size()<<" hits ");
+  ATH_MSG_DEBUG(emecHitContainer.name()<<" : "<<emecHitContainer->size()<<" hits ");
+  ATH_MSG_DEBUG(fcalHitContainer.name()<<" : "<<fcalHitContainer->size()<<" hits ");
+  ATH_MSG_DEBUG(hecHitContainer.name()<<" : "<<hecHitContainer->size()<<" hits ");
+  ATH_MSG_DEBUG(tileHitVector.name()<<" : "<<tileHitVector->size()<<" hits ");
+
+  if(m_pileup)
+    {
+      CHECK((*m_storeGateFastCalo).clearStore(true));
+      auto evt = SG::makeHandle<EventInfo>(m_pileup_evt, ctx);
+      const EventInfo* newEvt=new EventInfo(*evt);
+
+      // Migration note: this was an evtStore()->retrieve for a non-const pointer
+      // Using a const_cast to preserve the old behaviour, but this is MT-unfriendly
+      if (ctx.slot() > 1) {
+         ATH_MSG_ERROR ("FastHitConvertTool doesn't support pileup in AthenaMT");
+         return StatusCode::FAILURE;
+      }
+      auto pOverEventHandle = SG::makeHandle<PileUpEventInfo>(m_pileup_pOverEvent, ctx);
+      auto pOverEvent = const_cast<PileUpEventInfo*>(pOverEventHandle.get());
+      pOverEvent->addSubEvt(0,PileUpTimeEventIndex::Signal,newEvt,&(*m_storeGateFastCalo));
+    }
   return StatusCode::SUCCESS;
 }
diff --git a/Simulation/FastSimulation/FastChainPileup/src/MultiParticleGunPileup.cxx b/Simulation/FastSimulation/FastChainPileup/src/MultiParticleGunPileup.cxx
index 833e49bb3281a51541fc4a261ad664b92d367d33..09bcbe38e5bb615c1f6d813adaad973a74061327 100644
--- a/Simulation/FastSimulation/FastChainPileup/src/MultiParticleGunPileup.cxx
+++ b/Simulation/FastSimulation/FastChainPileup/src/MultiParticleGunPileup.cxx
@@ -137,10 +137,10 @@ StatusCode MultiParticleGunPileup::callGenerator() {
 //-----------------------------------------
 
       // change the process ID to incorporate the BCID * 10000
-      int pid=evt->signal_process_id();
+      int pid=HepMC::signal_process_id(evt);
       evt->set_signal_process_id(pid+10000*bcid);
       ATH_MSG_DEBUG("Signal process ID " << pid << " set to " <<
-		    evt->signal_process_id() << " for BCID " << bcid);
+		    HepMC::signal_process_id(evt) << " for BCID " << bcid);
       m_evts.push_back(evt);
       ++m_ngen;
     }
diff --git a/Simulation/FastSimulation/FastChainPileup/src/MultiPy8Pileup.cxx b/Simulation/FastSimulation/FastChainPileup/src/MultiPy8Pileup.cxx
index 35cfe3374d8101628cf7ccb381911da18eb33c84..6e00ebcf27b49f63d14250a6d89206ede3d4d96e 100644
--- a/Simulation/FastSimulation/FastChainPileup/src/MultiPy8Pileup.cxx
+++ b/Simulation/FastSimulation/FastChainPileup/src/MultiPy8Pileup.cxx
@@ -106,10 +106,10 @@ StatusCode MultiPy8Pileup::callGenerator() {
 	HepMC::GenEvent* evt=new HepMC::GenEvent();
 	if (Pythia8_i::fillEvt(evt)==StatusCode::SUCCESS) {
 	  // change the process ID to incorporate the BCID * 10000
-	  int pid=evt->signal_process_id();
+	  int pid=HepMC::signal_process_id(evt);
 	  evt->set_signal_process_id(pid+10000*bcid);
 	  ATH_MSG_DEBUG("Signal process ID " << pid << " set to " <<
-			evt->signal_process_id() << " for BCID " << bcid);
+			HepMC::signal_process_id(evt) << " for BCID " << bcid);
 	  m_evts.push_back(evt);
 	  ++m_ngen;
 	} else {
diff --git a/Simulation/G4Atlas/G4AtlasTests/src/MuonHitTestToolBase.cxx b/Simulation/G4Atlas/G4AtlasTests/src/MuonHitTestToolBase.cxx
index c3a4fc00f3bf3bd1ea49a151e0944afb6704ae8d..e72e3a44fb1c256fe0bc7d36ddea7b4de6ae5d5e 100644
--- a/Simulation/G4Atlas/G4AtlasTests/src/MuonHitTestToolBase.cxx
+++ b/Simulation/G4Atlas/G4AtlasTests/src/MuonHitTestToolBase.cxx
@@ -55,12 +55,11 @@ StatusCode MuonHitTestToolBase::executeCheckEventInfo()
   //    changed it to take the gen particle
   DataVector<HepMC::GenEvent>::const_iterator e;
   for (e=mcEvent->begin();e!=mcEvent->end(); e++) {
-    HepMC::GenEvent::particle_const_iterator p;
-    for (p= (**e).particles_begin(); p!= (**e).particles_end(); p++) {
-      if ( HepMC::barcode(*p)<200000) {
-        Amg::Vector3D temp_momentum((**p).momentum().px(),
-                                    (**p).momentum().py(),
-                                    (**p).momentum().pz());
+    for (auto p: (**e)) {
+      if ( HepMC::barcode(p)<200000) {
+        Amg::Vector3D temp_momentum(p->momentum().px(),
+                                    p->momentum().py(),
+                                    p->momentum().pz());
         m_direction = temp_momentum.unit();
         break;
       }
diff --git a/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/src/ISF_HitAnalysis.cxx b/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/src/ISF_HitAnalysis.cxx
index 1c75ccd21158f5115158c802c4bd58a0f8e9e6e9..42882f7170e65f827c74147740dd5dd67b97fadd 100755
--- a/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/src/ISF_HitAnalysis.cxx
+++ b/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/src/ISF_HitAnalysis.cxx
@@ -977,27 +977,27 @@ StatusCode ISF_HitAnalysis::execute()
      if(mcEvent->size()) {
        int particleIndex=0;
        int loopEnd = m_NtruthParticles;
-       if(loopEnd==-1) {
-         loopEnd = (*mcEvent->begin())->particles_size(); //is this the correct thing?
-       }
-       //std::cout <<"ISF_HitAnalysis: MC first truth event size: "<<(*mcEvent->begin())->particles_size()<<std::endl;
 #ifdef HEPMC3
-       for (auto part: *(*mcEvent->begin())) {
+       int particles_size=(*mcEvent->begin())->particles().size();
 #else
-       for (HepMC::GenEvent::particle_const_iterator it = (*mcEvent->begin())->particles_begin(); it != (*mcEvent->begin())->particles_end(); ++it) {
+       int particles_size=(*mcEvent->begin())->particles_size();
 #endif
-         ATH_MSG_DEBUG("Number truth particles="<<(*mcEvent->begin())->particles_size()<<" loopEnd="<<loopEnd);
+       if(loopEnd==-1) {
+         loopEnd = particles_size; //is this the correct thing?
+       }
+       for (auto part: *(*mcEvent->begin())) {
+         ATH_MSG_DEBUG("Number truth particles="<<particles_size<<" loopEnd="<<loopEnd);
          particleIndex++;
 
          if (particleIndex>loopEnd) break; //enough particles
 
          //UPDATE EXTRAPOLATION WITH ALGTOOL***********************************************
 
-         TFCSTruthState truth((*it)->momentum().px(),(*it)->momentum().py(),(*it)->momentum().pz(),(*it)->momentum().e(),(*it)->pdg_id());
+         TFCSTruthState truth(part->momentum().px(),part->momentum().py(),part->momentum().pz(),part->momentum().e(),part->pdg_id());
 
          //calculate the vertex
          TVector3 moment;
-         moment.SetXYZ((*it)->momentum().px(),(*it)->momentum().py(),(*it)->momentum().pz());
+         moment.SetXYZ(part->momentum().px(),part->momentum().py(),part->momentum().pz());
          TVector3 direction=moment.Unit();
 
          //does it hit the barrel or the EC?
@@ -1010,8 +1010,8 @@ StatusCode ISF_HitAnalysis::execute()
            direction*=m_CaloBoundaryZ/abs(direction.Z());
          }  
 
-         if((*it)->production_vertex()) {
-           truth.set_vertex((*it)->production_vertex()->position().x(), (*it)->production_vertex()->position().y(), (*it)->production_vertex()->position().z());
+         if((part)->production_vertex()) {
+           truth.set_vertex((part)->production_vertex()->position().x(), (part)->production_vertex()->position().y(), (part)->production_vertex()->position().z());
          } else {
            truth.set_vertex(direction.X(),direction.Y(),direction.Z());
            ATH_MSG_WARNING("No particle production vetext, use VERTEX from direction: x "<<direction.X()<<" y "<<direction.Y()<<" z "<<direction.Z());
@@ -1125,12 +1125,12 @@ StatusCode ISF_HitAnalysis::execute()
 
          //Amg::Vector3D mom((*it)->momentum().x(),(*it)->momentum().y(),(*it)->momentum().z());
 
-         m_truth_energy->push_back((*it)->momentum().e());
-         m_truth_px->push_back((*it)->momentum().px());
-         m_truth_py->push_back((*it)->momentum().py());
-         m_truth_pz->push_back((*it)->momentum().pz());
-         m_truth_pdg->push_back((*it)->pdg_id());
-         m_truth_barcode->push_back((*it)->barcode());
+         m_truth_energy->push_back((part)->momentum().e());
+         m_truth_px->push_back((part)->momentum().px());
+         m_truth_py->push_back((part)->momentum().py());
+         m_truth_pz->push_back((part)->momentum().pz());
+         m_truth_pdg->push_back((part)->pdg_id());
+         m_truth_barcode->push_back(HepMC::barcode(part));
 
        } //for mcevent
      } //mcevent size
diff --git a/Simulation/ISF/ISF_HepMC/ISF_HepMC_Tools/src/GenParticleSimWhiteList.cxx b/Simulation/ISF/ISF_HepMC/ISF_HepMC_Tools/src/GenParticleSimWhiteList.cxx
index dcffa77c2c0c17d36803f7abff92f52f8e433721..92f279d739e5b8c9e24eac49f2782dc91489f823 100644
--- a/Simulation/ISF/ISF_HepMC/ISF_HepMC_Tools/src/GenParticleSimWhiteList.cxx
+++ b/Simulation/ISF/ISF_HepMC/ISF_HepMC_Tools/src/GenParticleSimWhiteList.cxx
@@ -18,6 +18,10 @@
 
 // For finding that file
 #include "PathResolver/PathResolver.h"
+
+// Units
+#include "GaudiKernel/SystemOfUnits.h"
+
 #include <fstream>
 #include <cstdlib>
 
@@ -30,6 +34,7 @@ ISF::GenParticleSimWhiteList::GenParticleSimWhiteList( const std::string& t,
     // different options
     declareProperty("WhiteLists", m_whiteLists={"G4particle_whitelist.txt"});
     declareProperty("QuasiStableSim", m_qs=true);
+    declareProperty("MinimumDecayRadiusQS", m_minDecayRadiusQS=22.0*Gaudi::Units::mm);
 }
 
 // Athena algtool's Hooks
@@ -169,18 +174,28 @@ bool ISF::GenParticleSimWhiteList::pass(const HepMC::GenParticle& particle , std
   passFilter = passFilter && particle.status()<3;
   // Test all daughter particles
   if (particle.end_vertex() && m_qs && passFilter){
-    // Break loops
-    if ( std::find( used_vertices.begin() , used_vertices.end() , particle.end_vertex()->barcode() )==used_vertices.end() ){
-      used_vertices.push_back( particle.end_vertex()->barcode() );
-      for (HepMC::GenVertex::particle_iterator it = particle.end_vertex()->particles_begin(HepMC::children);
-                                               it != particle.end_vertex()->particles_end(HepMC::children); ++it){
-        passFilter = passFilter && pass( **it , used_vertices );
-        if (!passFilter) {
-          ATH_MSG_VERBOSE( "Daughter particle " << **it << " does not pass." );
-          break;
-        }
-      } // Loop over daughters
-    } // Break loops
+    // Primarily interested in passing particles decaying outside
+    // m_minDecayRadiusQS (nomimally the inner radius of the
+    // beampipe). However, it is also interesting to pass particles
+    // which start outside m_minDecayRadiusQS, but decay inside it.
+    passFilter = passFilter && ( (m_minDecayRadiusQS < particle.end_vertex()->position().perp()) || (m_minDecayRadiusQS < particle.production_vertex()->position().perp()) );
+    if (passFilter) {
+      // Break loops
+      if ( std::find( used_vertices.begin() , used_vertices.end() , particle.end_vertex()->barcode() )==used_vertices.end() ){
+        used_vertices.push_back( particle.end_vertex()->barcode() );
+        for (HepMC::GenVertex::particle_iterator it = particle.end_vertex()->particles_begin(HepMC::children);
+             it != particle.end_vertex()->particles_end(HepMC::children); ++it){
+          passFilter = passFilter && pass( **it , used_vertices );
+          if (!passFilter) {
+            ATH_MSG_VERBOSE( "Daughter particle " << **it << " does not pass." );
+            break;
+          }
+        } // Loop over daughters
+      } // Break loops
+    } // particle decayed before the min radius to be considered for simulation
+    else {
+      ATH_MSG_VERBOSE( "Particle " << particle << " was produced and decayed within a radius of " << m_minDecayRadiusQS << " mm.");
+    }
   } // particle had daughters
   else if (!particle.end_vertex() && !passFilter && particle.status()<3) { // no daughters... No end vertex... Check if this isn't trouble
     ATH_MSG_ERROR( "Found a particle with no end vertex that does not appear in the white list." );
diff --git a/Simulation/ISF/ISF_HepMC/ISF_HepMC_Tools/src/GenParticleSimWhiteList.h b/Simulation/ISF/ISF_HepMC/ISF_HepMC_Tools/src/GenParticleSimWhiteList.h
index 9dd60edc95a351016f5ef48c895030660a558002..3b9f5b87a57eb7e3ce659ebc963f0b7fd3001670 100644
--- a/Simulation/ISF/ISF_HepMC/ISF_HepMC_Tools/src/GenParticleSimWhiteList.h
+++ b/Simulation/ISF/ISF_HepMC/ISF_HepMC_Tools/src/GenParticleSimWhiteList.h
@@ -61,6 +61,7 @@ namespace ISF {
       std::vector<std::string>          m_whiteLists;            //!< The location of the white lists
       std::vector<long int>             m_pdgId;                //!< Allowed PDG IDs
       bool                              m_qs;                   //!< Switch for quasi-stable particle simulation
+      double m_minDecayRadiusQS;                         //!< Decay radius below which QS particles should be ignored
   };
 
 }
diff --git a/Simulation/Overlay/OverlayCopyAlgs/src/CopyMcEventCollection.cxx b/Simulation/Overlay/OverlayCopyAlgs/src/CopyMcEventCollection.cxx
index 050abc34819d4ce3fae627d2f70129cd7cdcbc84..d504eb4d828663d48be236579f0b93158a148ec2 100644
--- a/Simulation/Overlay/OverlayCopyAlgs/src/CopyMcEventCollection.cxx
+++ b/Simulation/Overlay/OverlayCopyAlgs/src/CopyMcEventCollection.cxx
@@ -81,7 +81,7 @@ StatusCode CopyMcEventCollection::execute(const EventContext& ctx) const
     if (!outputContainer->empty()) {
       ATH_MSG_DEBUG("McEventCollection contents:");
       for (const HepMC::GenEvent *event : *outputContainer) {
-        ATH_MSG_DEBUG("  GenEvent #" << event->event_number() << ", signal_process_id=" << event->signal_process_id());
+        ATH_MSG_DEBUG("  GenEvent #" << event->event_number() << ", signal_process_id=" << HepMC::signal_process_id(event));
       }
     }
   }
diff --git a/Simulation/ISF/ISF_Validation/CMakeLists.txt b/Simulation/Tests/ISF_Validation/CMakeLists.txt
similarity index 100%
rename from Simulation/ISF/ISF_Validation/CMakeLists.txt
rename to Simulation/Tests/ISF_Validation/CMakeLists.txt
diff --git a/Simulation/ISF/ISF_Validation/scripts/generate_new_ISF_RTT_MCProd_references.sh b/Simulation/Tests/ISF_Validation/scripts/generate_new_ISF_RTT_MCProd_references.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/scripts/generate_new_ISF_RTT_MCProd_references.sh
rename to Simulation/Tests/ISF_Validation/scripts/generate_new_ISF_RTT_MCProd_references.sh
diff --git a/Simulation/ISF/ISF_Validation/scripts/skip_if_dbg.sh b/Simulation/Tests/ISF_Validation/scripts/skip_if_dbg.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/scripts/skip_if_dbg.sh
rename to Simulation/Tests/ISF_Validation/scripts/skip_if_dbg.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_ATLFASTIIF_ttbar_2evts.sh b/Simulation/Tests/ISF_Validation/test/test_ATLFASTIIF_ttbar_2evts.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_ATLFASTIIF_ttbar_2evts.sh
rename to Simulation/Tests/ISF_Validation/test/test_ATLFASTIIF_ttbar_2evts.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_ATLFASTII_ttbar_2evts.sh b/Simulation/Tests/ISF_Validation/test/test_ATLFASTII_ttbar_2evts.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_ATLFASTII_ttbar_2evts.sh
rename to Simulation/Tests/ISF_Validation/test/test_ATLFASTII_ttbar_2evts.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_AtlasG4_FullG4_comparison.sh b/Simulation/Tests/ISF_Validation/test/test_AtlasG4_FullG4_comparison.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_AtlasG4_FullG4_comparison.sh
rename to Simulation/Tests/ISF_Validation/test/test_AtlasG4_FullG4_comparison.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_FatrasGammaCones_FastCalo_2evts.sh b/Simulation/Tests/ISF_Validation/test/test_FatrasGammaCones_FastCalo_2evts.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_FatrasGammaCones_FastCalo_2evts.sh
rename to Simulation/Tests/ISF_Validation/test/test_FatrasGammaCones_FastCalo_2evts.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_FullG4_LongLived_ZPrime_2evts.sh b/Simulation/Tests/ISF_Validation/test/test_FullG4_LongLived_ZPrime_2evts.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_FullG4_LongLived_ZPrime_2evts.sh
rename to Simulation/Tests/ISF_Validation/test/test_FullG4_LongLived_ZPrime_2evts.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_FullG4_ttbar_2evts.sh b/Simulation/Tests/ISF_Validation/test/test_FullG4_ttbar_2evts.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_FullG4_ttbar_2evts.sh
rename to Simulation/Tests/ISF_Validation/test/test_FullG4_ttbar_2evts.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_G4BHadronsOnly_FastCalo_2evts.sh b/Simulation/Tests/ISF_Validation/test/test_G4BHadronsOnly_FastCalo_2evts.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_G4BHadronsOnly_FastCalo_2evts.sh
rename to Simulation/Tests/ISF_Validation/test/test_G4BHadronsOnly_FastCalo_2evts.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_G4GammaCones_2evts.sh b/Simulation/Tests/ISF_Validation/test/test_G4GammaCones_2evts.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_G4GammaCones_2evts.sh
rename to Simulation/Tests/ISF_Validation/test/test_G4GammaCones_2evts.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_G4GammaCones_FastCalo_2evts.sh b/Simulation/Tests/ISF_Validation/test/test_G4GammaCones_FastCalo_2evts.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_G4GammaCones_FastCalo_2evts.sh
rename to Simulation/Tests/ISF_Validation/test/test_G4GammaCones_FastCalo_2evts.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_G4JPsiLeptonsCone_FatrasID_FastCalo_2evts.sh b/Simulation/Tests/ISF_Validation/test/test_G4JPsiLeptonsCone_FatrasID_FastCalo_2evts.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_G4JPsiLeptonsCone_FatrasID_FastCalo_2evts.sh
rename to Simulation/Tests/ISF_Validation/test/test_G4JPsiLeptonsCone_FatrasID_FastCalo_2evts.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_G4WLeptonsCone_FatrasID_FastCalo_2evts.sh b/Simulation/Tests/ISF_Validation/test/test_G4WLeptonsCone_FatrasID_FastCalo_2evts.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_G4WLeptonsCone_FatrasID_FastCalo_2evts.sh
rename to Simulation/Tests/ISF_Validation/test/test_G4WLeptonsCone_FatrasID_FastCalo_2evts.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_G4ZDecayProducts_FatrasID_FastCalo_2evts.sh b/Simulation/Tests/ISF_Validation/test/test_G4ZDecayProducts_FatrasID_FastCalo_2evts.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_G4ZDecayProducts_FatrasID_FastCalo_2evts.sh
rename to Simulation/Tests/ISF_Validation/test/test_G4ZDecayProducts_FatrasID_FastCalo_2evts.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_MC16_ATLFASTIIF_G4MS_ttbar.sh b/Simulation/Tests/ISF_Validation/test/test_MC16_ATLFASTIIF_G4MS_ttbar.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_MC16_ATLFASTIIF_G4MS_ttbar.sh
rename to Simulation/Tests/ISF_Validation/test/test_MC16_ATLFASTIIF_G4MS_ttbar.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_MC16_ATLFASTIIF_ttbar.sh b/Simulation/Tests/ISF_Validation/test/test_MC16_ATLFASTIIF_ttbar.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_MC16_ATLFASTIIF_ttbar.sh
rename to Simulation/Tests/ISF_Validation/test/test_MC16_ATLFASTIIF_ttbar.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_MC16_ATLFASTII_ttbar.sh b/Simulation/Tests/ISF_Validation/test/test_MC16_ATLFASTII_ttbar.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_MC16_ATLFASTII_ttbar.sh
rename to Simulation/Tests/ISF_Validation/test/test_MC16_ATLFASTII_ttbar.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_MC16_FullG4_QS_ZPrimebb_ExtraParticles.sh b/Simulation/Tests/ISF_Validation/test/test_MC16_FullG4_QS_ZPrimebb_ExtraParticles.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_MC16_FullG4_QS_ZPrimebb_ExtraParticles.sh
rename to Simulation/Tests/ISF_Validation/test/test_MC16_FullG4_QS_ZPrimebb_ExtraParticles.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_MC16_FullG4_QS_ttbar.sh b/Simulation/Tests/ISF_Validation/test/test_MC16_FullG4_QS_ttbar.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_MC16_FullG4_QS_ttbar.sh
rename to Simulation/Tests/ISF_Validation/test/test_MC16_FullG4_QS_ttbar.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_MC16_FullG4_ttbar.sh b/Simulation/Tests/ISF_Validation/test/test_MC16_FullG4_ttbar.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_MC16_FullG4_ttbar.sh
rename to Simulation/Tests/ISF_Validation/test/test_MC16_FullG4_ttbar.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_MC16_FullG4_ttbar_2evts.sh b/Simulation/Tests/ISF_Validation/test/test_MC16_FullG4_ttbar_2evts.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_MC16_FullG4_ttbar_2evts.sh
rename to Simulation/Tests/ISF_Validation/test/test_MC16_FullG4_ttbar_2evts.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_MC16_G4FastCalo_ttbar.sh b/Simulation/Tests/ISF_Validation/test/test_MC16_G4FastCalo_ttbar.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_MC16_G4FastCalo_ttbar.sh
rename to Simulation/Tests/ISF_Validation/test/test_MC16_G4FastCalo_ttbar.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_RUN3Sym_FullG4_ttbar.sh b/Simulation/Tests/ISF_Validation/test/test_RUN3Sym_FullG4_ttbar.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_RUN3Sym_FullG4_ttbar.sh
rename to Simulation/Tests/ISF_Validation/test/test_RUN3Sym_FullG4_ttbar.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_RUN3_FullG4_ttbar.sh b/Simulation/Tests/ISF_Validation/test/test_RUN3_FullG4_ttbar.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_RUN3_FullG4_ttbar.sh
rename to Simulation/Tests/ISF_Validation/test/test_RUN3_FullG4_ttbar.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_Sim_ATLFASTIIF_minbias.sh b/Simulation/Tests/ISF_Validation/test/test_Sim_ATLFASTIIF_minbias.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_Sim_ATLFASTIIF_minbias.sh
rename to Simulation/Tests/ISF_Validation/test/test_Sim_ATLFASTIIF_minbias.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_Sim_ATLFASTIIF_ttbar.sh b/Simulation/Tests/ISF_Validation/test/test_Sim_ATLFASTIIF_ttbar.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_Sim_ATLFASTIIF_ttbar.sh
rename to Simulation/Tests/ISF_Validation/test/test_Sim_ATLFASTIIF_ttbar.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_Sim_ATLFASTII_ttbar.sh b/Simulation/Tests/ISF_Validation/test/test_Sim_ATLFASTII_ttbar.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_Sim_ATLFASTII_ttbar.sh
rename to Simulation/Tests/ISF_Validation/test/test_Sim_ATLFASTII_ttbar.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_Sim_FullG4_CalibrationHits_pions.sh b/Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_CalibrationHits_pions.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_Sim_FullG4_CalibrationHits_pions.sh
rename to Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_CalibrationHits_pions.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_Sim_FullG4_CosmicSim.sh b/Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_CosmicSim.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_Sim_FullG4_CosmicSim.sh
rename to Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_CosmicSim.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_Sim_FullG4_CosmicSimTR.sh b/Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_CosmicSimTR.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_Sim_FullG4_CosmicSimTR.sh
rename to Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_CosmicSimTR.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_Sim_FullG4_ReproducibilityTest.sh b/Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_ReproducibilityTest.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_Sim_FullG4_ReproducibilityTest.sh
rename to Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_ReproducibilityTest.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_Sim_FullG4_ZPrime_QuasiStable.sh b/Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_ZPrime_QuasiStable.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_Sim_FullG4_ZPrime_QuasiStable.sh
rename to Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_ZPrime_QuasiStable.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_Sim_FullG4_minbias.sh b/Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_minbias.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_Sim_FullG4_minbias.sh
rename to Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_minbias.sh
diff --git a/Simulation/ISF/ISF_Validation/test/test_Sim_FullG4_ttbar.sh b/Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_ttbar.sh
similarity index 100%
rename from Simulation/ISF/ISF_Validation/test/test_Sim_FullG4_ttbar.sh
rename to Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_ttbar.sh
diff --git a/Simulation/TruthJiveXML/src/TruthTrackRetriever.cxx b/Simulation/TruthJiveXML/src/TruthTrackRetriever.cxx
index e924de32f0911240f10a864d5540c2232ccecf61..8e38bf3a4f5e471d6fa9852a4c9a1ce40f32aed7 100755
--- a/Simulation/TruthJiveXML/src/TruthTrackRetriever.cxx
+++ b/Simulation/TruthJiveXML/src/TruthTrackRetriever.cxx
@@ -88,11 +88,7 @@ namespace JiveXML {
     for ( McEvtCollItr = McEvtColl->begin(); McEvtCollItr != McEvtColl->end(); ++McEvtCollItr){
 
       //Loop over particles in the event
-      HepMC::GenEvent::particle_const_iterator ParticleItr = (*McEvtCollItr)->particles_begin();
-      for ( ; ParticleItr!=(*McEvtCollItr)->particles_end(); ++ParticleItr ) {
-
-        //Get the particle
-        auto particle = (*ParticleItr);
+      for (auto particle:  *(*McEvtCollItr) ) {
         
         //Additional cuts for decaying particles
         if ( particle->end_vertex() ) {
diff --git a/TileCalorimeter/TileCalib/TileCalibAlgs/TileCalibAlgs/TileLaserDefaultCalibTool.h b/TileCalorimeter/TileCalib/TileCalibAlgs/TileCalibAlgs/TileLaserDefaultCalibTool.h
index a005d5f418ce1ebd7ceae2f563dd55a670d4a223..df76144343b301fe6909f59275a36fcaffe7ca78 100644
--- a/TileCalorimeter/TileCalib/TileCalibAlgs/TileCalibAlgs/TileLaserDefaultCalibTool.h
+++ b/TileCalorimeter/TileCalib/TileCalibAlgs/TileCalibAlgs/TileLaserDefaultCalibTool.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TILECALIBALG_TILELASERDEFAULTCALIBTOOL_H
@@ -14,7 +14,6 @@
 #include "TileConditions/ITileDCSTool.h"
 #include "TileEvent/TileRawChannelContainer.h"
 #include "TileEvent/TileLaserObject.h"
-#include "TileConditions/ITileBadChanTool.h"
 #include "TileMonitoring/ITileStuckBitsProbsTool.h"
 
 
diff --git a/TileCalorimeter/TileCalib/TileCalibAlgs/src/TileDigiNoiseCalibAlg.cxx b/TileCalorimeter/TileCalib/TileCalibAlgs/src/TileDigiNoiseCalibAlg.cxx
index 44c26aa9810aea394d12cfb64a0a17fba86698a0..c7cce53a8a00d37773694d09d9177ba1524f7aae 100644
--- a/TileCalorimeter/TileCalib/TileCalibAlgs/src/TileDigiNoiseCalibAlg.cxx
+++ b/TileCalorimeter/TileCalib/TileCalibAlgs/src/TileDigiNoiseCalibAlg.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 // ********************************************************************
@@ -23,7 +23,6 @@
 
 // Tile includes
 #include "TileCalibAlgs/TileDigiNoiseCalibAlg.h"
-#include "TileEvent/TileRawChannelContainer.h"
 #include "CaloIdentifier/TileID.h"
 #include "TileIdentifier/TileHWID.h"
 #include "TileEvent/TileDigitsContainer.h"
diff --git a/TileCalorimeter/TileCalib/TileCalibAlgs/src/TileRawChNoiseCalibAlg.cxx b/TileCalorimeter/TileCalib/TileCalibAlgs/src/TileRawChNoiseCalibAlg.cxx
index 7ca07f53e033039b5c71982b6933fce8f1938093..f2b4166b7fc03e110fbe651bd28496d8b618a88a 100644
--- a/TileCalorimeter/TileCalib/TileCalibAlgs/src/TileRawChNoiseCalibAlg.cxx
+++ b/TileCalorimeter/TileCalib/TileCalibAlgs/src/TileRawChNoiseCalibAlg.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 // ****** **************************************************************
@@ -26,7 +26,6 @@
 #include "TileEvent/TileRawChannelContainer.h"
 #include "CaloIdentifier/TileID.h"
 #include "TileIdentifier/TileHWID.h"
-#include "TileCalibBlobObjs/TileCalibUtils.h"
 #include "TileEvent/TileDigitsContainer.h"
 #include "TileEvent/TileBeamElemContainer.h"
 #include "TileByteStream/TileBeamElemContByteStreamCnv.h"
diff --git a/TileCalorimeter/TileCalib/TileCalibBlobObjs/test/TileCalibDrawerFlt_test.cxx b/TileCalorimeter/TileCalib/TileCalibBlobObjs/test/TileCalibDrawerFlt_test.cxx
index 681a89b118f42f99ee23688e9e0255c46685bc40..d52dc9756133e150fcea438d5f9aa8cc0c8ebe2d 100644
--- a/TileCalorimeter/TileCalib/TileCalibBlobObjs/test/TileCalibDrawerFlt_test.cxx
+++ b/TileCalorimeter/TileCalib/TileCalibBlobObjs/test/TileCalibDrawerFlt_test.cxx
@@ -4,10 +4,10 @@
 
 #undef NDEBUG
 
-//=== AttributeList
-//#include "CoralBase/Attribute.h"
+
 #include "TileCalibBlobObjs/TileCalibDrawerFlt.h"
 
+//=== AttributeList
 #include "CoralBase/Blob.h"
 #include "CoralBase/Attribute.h"
 #include "CoralBase/AttributeList.h"
diff --git a/TileCalorimeter/TileCalib/TileCalibBlobObjs/test/TileCalibDrawerOfc_test.cxx b/TileCalorimeter/TileCalib/TileCalibBlobObjs/test/TileCalibDrawerOfc_test.cxx
index f7d0b2a95ec7ad9b76c0010a5aa50b4e03c0ea1b..acb2b7caf826ce32b73135a0bbf0193d8aea5ad4 100644
--- a/TileCalorimeter/TileCalib/TileCalibBlobObjs/test/TileCalibDrawerOfc_test.cxx
+++ b/TileCalorimeter/TileCalib/TileCalibBlobObjs/test/TileCalibDrawerOfc_test.cxx
@@ -4,10 +4,10 @@
 
 #undef NDEBUG
 
-//=== AttributeList
-//#include "CoralBase/Attribute.h"
+
 #include "TileCalibBlobObjs/TileCalibDrawerOfc.h"
 
+//=== AttributeList
 #include "CoralBase/Blob.h"
 #include "CoralBase/Attribute.h"
 #include "CoralBase/AttributeList.h"
diff --git a/TileCalorimeter/TileMonitoring/python/TileCellMonitorAlgorithm.py b/TileCalorimeter/TileMonitoring/python/TileCellMonitorAlgorithm.py
index 7819e7b010c3cbe80016fd16ee7226ef57395c89..787ace34fd868f1b00891f06b8fc919fe43505f5 100644
--- a/TileCalorimeter/TileMonitoring/python/TileCellMonitorAlgorithm.py
+++ b/TileCalorimeter/TileMonitoring/python/TileCellMonitorAlgorithm.py
@@ -181,7 +181,7 @@ def TileCellMonitoringConfig(flags, **kwargs):
                              xvalue = 'lumiBlock', value= 'nMaskedChannelsOnFly', title = titleMaskOnFlyLB,
                              xbins = 1000, xmin = -0.5, xmax = 999.5, type = 'TProfile', run = run, triggers = [],
                              perPartition = True, perSample = False, perGain = False, subDirectory = False,
-                             opt = 'kAddBinsDynamically')
+                             opt = 'kAddBinsDynamically', allPartitions = True)
 
     # 17) Configure histograms with number of masked Tile cells on the fly vs lumi block per partition
     titleMaskCellLB = 'Number of masked cells on the fly'
@@ -190,7 +190,7 @@ def TileCellMonitoringConfig(flags, **kwargs):
                              xvalue = 'lumiBlock', value = 'nMaskedCells', title = titleMaskCellLB,
                              xbins = 1000, xmin = -0.5, xmax = 999.5, type='TProfile', run = run, triggers = [],
                              subDirectory = False, perPartition = True, perSample = False, perGain = False,
-                             opt = 'kAddBinsDynamically')
+                             opt = 'kAddBinsDynamically', allPartitions = True)
 
     # 18) Configure histograms with number of masked Tile channels on the fly due to bad DQ status vs lumi block per partition
     titleMaskDueDQ = 'Number of masked channels on the fly due to bad DQ status'
@@ -199,7 +199,7 @@ def TileCellMonitoringConfig(flags, **kwargs):
                              xvalue = 'lumiBlock', value = 'nMaskedChannelsDueDQ', title = titleMaskDueDQ,
                              xbins = 1000, xmin = -0.5, xmax = 999.5, type='TProfile', run = run, triggers = [],
                              subDirectory = False, perPartition = True, perSample = False, perGain = False,
-                             opt = 'kAddBinsDynamically')
+                             opt = 'kAddBinsDynamically', allPartitions = True)
 
     # 19) Configure histograms with number of masked Tile cells on the fly due to bad DQ status vs lumi block per partition
     titleMaskCellDueDQ = 'Number of masked cells on the fly due to bad DQ status'
@@ -208,7 +208,7 @@ def TileCellMonitoringConfig(flags, **kwargs):
                              xvalue = 'lumiBlock', value = 'nMaskedCellsDueDQ', title = titleMaskCellDueDQ,
                              xbins = 1000, xmin = -0.5, xmax = 999.5, type='TProfile', run = run, triggers = [],
                              subDirectory = False, perPartition = True, perSample = False, perGain = False,
-                             opt = 'kAddBinsDynamically')
+                             opt = 'kAddBinsDynamically', allPartitions = True)
 
     if kwargs['fillChannelTimeHistograms']:
         # Configure histograms with Tile channel time per partition and sample
diff --git a/TileCalorimeter/TileMonitoring/python/TileDQFragMonitorAlgorithm.py b/TileCalorimeter/TileMonitoring/python/TileDQFragMonitorAlgorithm.py
index 80fd2ae1af57399f2592c139bb1722d2da5a4098..cf2674cbe06723d3116e162be13a2ddc6398b2d3 100644
--- a/TileCalorimeter/TileMonitoring/python/TileDQFragMonitorAlgorithm.py
+++ b/TileCalorimeter/TileMonitoring/python/TileDQFragMonitorAlgorithm.py
@@ -107,19 +107,19 @@ def _TileDQFragMonitoringCore(helper, algConfObj, runNumber, **kwargs):
     # 2) Configure histogram with Tile error state in EventInfo vs lumi block
     errorStateGroup = helper.addGroup(tileDQFragMonAlg, 'TileEventsWithErrEventInfoLB', 'Tile/DMUErrors')
     errorStateGroup.defineHistogram('lumiBlock;TileEventsWithErrEventInfo', path = 'BadDrawers', type='TH1F',
-                                    title = '# events with Tile error state in EventInfo;LumiBlock;# events with error',
+                                    title = 'Run ' + run + ': # events with Tile error state in EventInfo;LumiBlock;# events with error',
                                     xbins = 1000, xmin = -0.5, xmax = 999.5, opt = 'kAddBinsDynamically')
 
     # 3) Configure histogram with number of consecutive bad Tile modules
     consecutiveBadGroup = helper.addGroup(tileDQFragMonAlg, 'TileConsecutiveBadModules', 'Tile/DMUErrors')
     consecutiveBadGroup.defineHistogram('TileConsecutiveBad', path = 'BadDrawers', type='TH1F',
-                                        title = 'Max # Tile consecutive bad modules;# consecutive bad modules;N',
+                                        title = 'Run ' + run + ': Max # Tile consecutive bad modules;# consecutive bad modules;N',
                                         xbins = 17, xmin = -0.5, xmax = 16.5)
 
     # 4) Configure histogram with number of consecutive bad Tile modules per lumi block
     consecutiveBadLBGroup = helper.addGroup(tileDQFragMonAlg, 'TileConsecutiveBadModulesLB', 'Tile/DMUErrors')
     consecutiveBadLBGroup.defineHistogram('lumiBlock,TileConsecutiveBad;TileConsecutiveBadLB', path = 'BadDrawers', type='TH2F',
-                                          title = 'Max # Tile consecutive bad modules;LumiBlock;# consecutive bad modules',
+                                          title = 'Run ' + run + ': Max # Tile consecutive bad modules;LumiBlock;# consecutive bad modules',
                                           xbins = 1000, xmin = -0.5, xmax = 999.5, ybins = 17, ymin = -0.5, ymax = 16.5,
                                           opt = 'kAddBinsDynamically')
 
@@ -133,21 +133,26 @@ def _TileDQFragMonitoringCore(helper, algConfObj, runNumber, **kwargs):
 
     mismatchedLVL1Group = helper.addGroup(tileDQFragMonAlg, 'TileMismatchedL1TriggerType', 'Tile/')
     mismatchedLVL1Group.defineHistogram('module,ROS;TileMismatchedL1TriggerType', path = 'DMUErrors',
-                                        title = run + ': Tile mismatched L1 Trigger Type;Module;Partition',
+                                        title = 'Run ' + run + ': Tile mismatched L1 Trigger Type;Module;Partition',
                                         type = 'TH2F', xlabels = moduleLabels, ylabels = partitionLabels,
                                         xbins = Tile.MAX_DRAWER, xmin = -0.5, xmax = Tile.MAX_DRAWER - 0.5,
                                         ybins = Tile.MAX_ROS - 1, ymin = 1.0, ymax = Tile.MAX_ROS)
 
-
     # 6) Configure histogram with no all Tile digits in the case of Trigger Type = 0x82
     noAllDigitsGroup = helper.addGroup(tileDQFragMonAlg, 'TileNoAllDigits', 'Tile/')
     noAllDigitsGroup.defineHistogram('module,ROS;TileNoalldigits', path = 'DMUErrors', type = 'TH2F',
-                                     title = run + ': No All Tile digits in event with Trigger Type = 0x82;Module;Partition',
+                                     title = 'Run ' + run + ': No All Tile digits in event with Trigger Type = 0x82;Module;Partition',
                                      xlabels = moduleLabels, ylabels = partitionLabels,
-                                     xbins = Tile.MAX_DRAWER, xmin = 0.0, xmax = Tile.MAX_DRAWER,
+                                     xbins = Tile.MAX_DRAWER, xmin = -0.5, xmax = Tile.MAX_DRAWER - 0.5,
                                      ybins = Tile.MAX_ROS - 1, ymin = 1.0, ymax = Tile.MAX_ROS)
 
-
+    # ) Configure histogram with global CRC errors vs module and partition
+    globalCRCGroup = helper.addGroup(tileDQFragMonAlg, 'TileBadGlobalCRC', 'Tile/')
+    globalCRCGroup.defineHistogram('module,ROS;TileBadGlobalCRC', path = 'DMUErrors', type = 'TH2F',
+                                   title = 'Run ' + run + ': Global CRC errors;Module;Partition',
+                                   xlabels = moduleLabels, ylabels = partitionLabels,
+                                   xbins = Tile.MAX_DRAWER, xmin = -0.5, xmax = Tile.MAX_DRAWER - 0.5,
+                                   ybins = Tile.MAX_ROS - 1, ymin = 1.0, ymax = Tile.MAX_ROS)
 
     # 7) Configure histograms with Tile DMU errors
     maxDMUs = 16
diff --git a/TileCalorimeter/TileMonitoring/root/include/tile_monitor.h b/TileCalorimeter/TileMonitoring/root/include/tile_monitor.h
index 3fdc65f75053d7d5798289f8a5ae57c466207f87..dad9b24383625e8e97e75c46c23afcb704996f61 100644
--- a/TileCalorimeter/TileMonitoring/root/include/tile_monitor.h
+++ b/TileCalorimeter/TileMonitoring/root/include/tile_monitor.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #include <iostream>
@@ -18,7 +18,6 @@
 #include "TGraph.h"
 #include "TH1.h"
 #include "TH2.h"
-#include "TGraph.h"
 #include "TProfile.h"
 #include "TCanvas.h"
 #include "TStyle.h"
diff --git a/TileCalorimeter/TileMonitoring/src/TileCellMonitorAlgorithm.cxx b/TileCalorimeter/TileMonitoring/src/TileCellMonitorAlgorithm.cxx
index 52588ca00bca3062755bccf05b5494228177d5ce..5ea606bffc17e6d95b47da02a910b8407d58c939 100644
--- a/TileCalorimeter/TileMonitoring/src/TileCellMonitorAlgorithm.cxx
+++ b/TileCalorimeter/TileMonitoring/src/TileCellMonitorAlgorithm.cxx
@@ -42,11 +42,11 @@ StatusCode TileCellMonitorAlgorithm::initialize() {
   m_energyBalModPartGroups = buildToolMap<int>(m_tools, "TileCellEneBalModPart", nL1Triggers);
   m_timeBalModPartGroups = buildToolMap<int>(m_tools, "TileCellTimeBalModPart", nL1Triggers);
   m_maskedOnFlyGroups = buildToolMap<int>(m_tools, "TileCellStatusOnFly", Tile::MAX_ROS - 1);
-  m_maskedDueDQGroups = buildToolMap<int>(m_tools, "TileMaskChannelDueDQvsLB", Tile::MAX_ROS - 1);
-  m_maskedCellsDueDQGroups = buildToolMap<int>(m_tools, "TileMaskedCellDueDQvsLB", Tile::MAX_ROS - 1);
+  m_maskedDueDQGroups = buildToolMap<int>(m_tools, "TileMaskChannelDueDQvsLB", MAX_PART);
+  m_maskedCellsDueDQGroups = buildToolMap<int>(m_tools, "TileMaskedCellDueDQvsLB", MAX_PART);
 
-  m_maskedOnFlyLBGroups = buildToolMap<int>(m_tools, "TileMaskChannelOnFlyLB", Tile::MAX_ROS - 1);
-  m_maskedCellsLBGroups = buildToolMap<int>(m_tools, "TileMaskCellLB", Tile::MAX_ROS - 1);
+  m_maskedOnFlyLBGroups = buildToolMap<int>(m_tools, "TileMaskChannelOnFlyLB", MAX_PART);
+  m_maskedCellsLBGroups = buildToolMap<int>(m_tools, "TileMaskCellLB", MAX_PART);
 
   m_maskedGroups = buildToolMap<std::vector<int>>(m_tools, "TileCellStatusInDB",
                                                   Tile::MAX_ROS - 1, Tile::MAX_GAIN);
@@ -721,18 +721,6 @@ StatusCode TileCellMonitorAlgorithm::fillHistograms( const EventContext& ctx ) c
 
   for (unsigned int partition = 0; partition < Tile::MAX_ROS - 1; ++partition) {
 
-    auto monMaskedDueDQ = Monitored::Scalar<int>("nMaskedChannelsDueDQ", nMaskedChannelsDueDQ[partition]);
-    fill(m_tools[m_maskedDueDQGroups[partition]], lumiBlock, monMaskedDueDQ);
-
-    auto monMaskedCellsDueDQ = Monitored::Scalar<int>("nMaskedCellsDueDQ", nMaskedCellsDueDQ[partition]);
-    fill(m_tools[m_maskedCellsDueDQGroups[partition]], lumiBlock, monMaskedCellsDueDQ);
-
-    auto monMaskedOnFly = Monitored::Scalar<int>("nMaskedChannelsOnFly", nBadChannelsOnFly[partition]);
-    fill(m_tools[m_maskedOnFlyLBGroups[partition]], lumiBlock, monMaskedOnFly);
-
-    auto monMaskedCellsOnFly = Monitored::Scalar<int>("nMaskedCells", nBadCells[partition]);
-    fill(m_tools[m_maskedCellsLBGroups[partition]], lumiBlock, monMaskedCellsOnFly);
-
     if (!maskedOnFlyDrawers[partition].empty()) {
       auto monModule = Monitored::Collection("module", maskedOnFlyDrawers[partition]);
       auto monChannel = Monitored::Collection("channel", maskedOnFlyChannel[partition]);
@@ -857,6 +845,19 @@ StatusCode TileCellMonitorAlgorithm::fillHistograms( const EventContext& ctx ) c
   }
 
   for (int partition = 0; partition < MAX_PART; ++partition) {
+    auto monMaskedDueDQ = Monitored::Scalar<int>("nMaskedChannelsDueDQ", nMaskedChannelsDueDQ[partition]);
+    fill(m_tools[m_maskedDueDQGroups[partition]], lumiBlock, monMaskedDueDQ);
+
+    auto monMaskedCellsDueDQ = Monitored::Scalar<int>("nMaskedCellsDueDQ", nMaskedCellsDueDQ[partition]);
+    fill(m_tools[m_maskedCellsDueDQGroups[partition]], lumiBlock, monMaskedCellsDueDQ);
+
+    auto monMaskedOnFly = Monitored::Scalar<int>("nMaskedChannelsOnFly", nBadChannelsOnFly[partition]);
+    fill(m_tools[m_maskedOnFlyLBGroups[partition]], lumiBlock, monMaskedOnFly);
+
+    auto monMaskedCellsOnFly = Monitored::Scalar<int>("nMaskedCells", nBadCells[partition]);
+    fill(m_tools[m_maskedCellsLBGroups[partition]], lumiBlock, monMaskedCellsOnFly);
+
+
     if (moduleCorr[partition].numberOfPairs() > 0) {
       const PairBuilder::PairVector pairs = moduleCorr[partition].pairs();
       auto monModule1 = Monitored::Collection("firstModule", pairs, [] (const PairBuilder::XYPair& p) {return (double) p.first;});
diff --git a/TileCalorimeter/TileMonitoring/src/TileDQFragMonTool.cxx b/TileCalorimeter/TileMonitoring/src/TileDQFragMonTool.cxx
index ed40bdaaf23dce8be1643f9aa4acf4c4da633120..32a248f6c7689115d71f97bfe4a73729e84ffae5 100644
--- a/TileCalorimeter/TileMonitoring/src/TileDQFragMonTool.cxx
+++ b/TileCalorimeter/TileMonitoring/src/TileDQFragMonTool.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 // ********************************************************************
@@ -27,7 +27,6 @@
 #include "TVirtualPad.h"
 #include "TCanvas.h"
 #include "TStyle.h"
-#include "TCanvas.h"
 #include "TLatex.h"
 
 #include <iostream>
diff --git a/TileCalorimeter/TileMonitoring/src/TileDQFragMonitorAlgorithm.cxx b/TileCalorimeter/TileMonitoring/src/TileDQFragMonitorAlgorithm.cxx
index 05b964b9fdf52444dc648e7b2112f6aef2b0189e..2b6506b4e94bfd6135677d2dd329ff0686c2b20b 100644
--- a/TileCalorimeter/TileMonitoring/src/TileDQFragMonitorAlgorithm.cxx
+++ b/TileCalorimeter/TileMonitoring/src/TileDQFragMonitorAlgorithm.cxx
@@ -300,7 +300,8 @@ StatusCode TileDQFragMonitorAlgorithm::fillHistograms( const EventContext& ctx )
     }
   }
 
-
+  std::vector<int> rosWithGloblaCRC;
+  std::vector<int> drawerWithGlobalCRC;
   auto fractionOfBadDMUs = Monitored::Scalar<float>("fractionOfBadDMUs", 0.0);
 
   for (unsigned int ros = 1; ros < Tile::MAX_ROS; ++ros) {
@@ -436,9 +437,18 @@ StatusCode TileDQFragMonitorAlgorithm::fillHistograms( const EventContext& ctx )
       fill(m_tools[m_errorsGroups[ros - 1][drawer]], drawerDMUs, errorsInDMUs);
       fill(m_tools[m_errorsVsLBGroups[ros - 1][drawer]], lumiBlock, fractionOfBadDMUs);
 
+      if (dqStatus->checkGlobalCRCErr(ros, drawer, 0) != 0) {
+        rosWithGloblaCRC.push_back(ros);
+        drawerWithGlobalCRC.push_back(drawer);
+      }
     }
   }
 
+  if (!rosWithGloblaCRC.empty()) {
+    auto monModule = Monitored::Collection("module", drawerWithGlobalCRC);
+    auto monROS = Monitored::Collection("ROS", rosWithGloblaCRC);
+    fill("TileBadGlobalCRC", monModule, monROS);
+  }
 
   fill("TileDQFragMonExecuteTime", timer);
 
diff --git a/TileCalorimeter/TileRawUtils/src/RegSelCondAlg_Tile.cxx b/TileCalorimeter/TileRawUtils/src/RegSelCondAlg_Tile.cxx
index 6c99ac143f037ecc78718a18ba88f978432fc408..3d567db0f39f9f2d8072a196a7cd021dd5e4d2a8 100644
--- a/TileCalorimeter/TileRawUtils/src/RegSelCondAlg_Tile.cxx
+++ b/TileCalorimeter/TileRawUtils/src/RegSelCondAlg_Tile.cxx
@@ -34,9 +34,6 @@
 #include "TileByteStream/TileROD_Decoder.h"
 #include "TileRawUtils/TileRegionSelectorTable.h"
 
-
-#include "RegionSelector/RegionSelectorLUT.h" 
-
 #include <cmath>
 #include <iostream>
 #include <string>
diff --git a/TileCalorimeter/TileRecUtils/src/TileRawChannelBuilderMF.cxx b/TileCalorimeter/TileRecUtils/src/TileRawChannelBuilderMF.cxx
index b67c1087fb72cea2882577f95a7db03fb6915034..cd970008cd3ef54fcc5f06696745cbd146f3e546 100644
--- a/TileCalorimeter/TileRecUtils/src/TileRawChannelBuilderMF.cxx
+++ b/TileCalorimeter/TileRecUtils/src/TileRawChannelBuilderMF.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 // small hack to enable datapool usage
@@ -11,7 +11,6 @@
 #include "CaloIdentifier/TileID.h"
 #include "TileIdentifier/TileHWID.h"
 #include "TileConditions/TileInfo.h"
-#include "CLHEP/Matrix/Matrix.h"
 
 // Atlas includes
 #include "AthAllocators/DataPool.h"
diff --git a/TileCalorimeter/TileSimAlgs/TileSimAlgs/TileDigitsMaker.h b/TileCalorimeter/TileSimAlgs/TileSimAlgs/TileDigitsMaker.h
index 917cd1d3b4ac5345c27dff9cf1a993db03a978f9..c7d4db9e4d27360548be91a0f8a9487d0d3cf44a 100644
--- a/TileCalorimeter/TileSimAlgs/TileSimAlgs/TileDigitsMaker.h
+++ b/TileCalorimeter/TileSimAlgs/TileSimAlgs/TileDigitsMaker.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 //****************************************************************************
@@ -47,7 +47,6 @@
 #include "GaudiKernel/ServiceHandle.h"
 
 #include "CLHEP/Random/RandomEngine.h"
-#include "TileEvent/TileHitContainer.h"
 
 
 class IAthRNGSvc;
diff --git a/TileCalorimeter/TileSimAlgs/src/TileHitVecToCntTool.cxx b/TileCalorimeter/TileSimAlgs/src/TileHitVecToCntTool.cxx
index 15435c61d4fb3068df69275efc3908ba95427662..5686d6136f480c517040c948c299e5a20511516f 100644
--- a/TileCalorimeter/TileSimAlgs/src/TileHitVecToCntTool.cxx
+++ b/TileCalorimeter/TileSimAlgs/src/TileHitVecToCntTool.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 //************************************************************
@@ -30,7 +30,6 @@
 // For the Athena-based random numbers.
 #include "AthenaKernel/IAthRNGSvc.h"
 #include "AthenaKernel/RNGWrapper.h"
-#include "CLHEP/Random/RandomEngine.h"
 
 #include "CLHEP/Random/Randomize.h"
 #include "CLHEP/Random/RandomEngine.h"
diff --git a/TileCalorimeter/TileSvc/TileByteStream/src/TileDigitsContByteStreamCnv.cxx b/TileCalorimeter/TileSvc/TileByteStream/src/TileDigitsContByteStreamCnv.cxx
index 12b172bee4b213e6e5d9d37e395717f9459f0ef1..0df2ace0895bd7e8654dbc82089bf508cfea065e 100644
--- a/TileCalorimeter/TileSvc/TileByteStream/src/TileDigitsContByteStreamCnv.cxx
+++ b/TileCalorimeter/TileSvc/TileByteStream/src/TileDigitsContByteStreamCnv.cxx
@@ -31,7 +31,6 @@
 #include "TileByteStream/TileROD_Decoder.h"
 #include "TileByteStream/TileHid2RESrcID.h"
 #include "TileEvent/TileDigitsContainer.h"
-#include "TileByteStream/TileROD_Decoder.h"
 
 #include <vector> 
 #include <string> 
diff --git a/TileCalorimeter/TileSvc/TileByteStream/src/TileLaserObjByteStreamCnv.cxx b/TileCalorimeter/TileSvc/TileByteStream/src/TileLaserObjByteStreamCnv.cxx
index a2dd4d27410bdd76c1075d065558eb5a63b0eb02..e3534fc9583adb5c347752477a9e4af4901c15a5 100644
--- a/TileCalorimeter/TileSvc/TileByteStream/src/TileLaserObjByteStreamCnv.cxx
+++ b/TileCalorimeter/TileSvc/TileByteStream/src/TileLaserObjByteStreamCnv.cxx
@@ -31,7 +31,6 @@
 #include "TileByteStream/TileHid2RESrcID.h"
 #include "TileIdentifier/TileTBFrag.h"
 #include "TileEvent/TileLaserObject.h"
-#include "TileByteStream/TileROD_Decoder.h"
 
 
 
diff --git a/Tracking/TrkEventCnv/TrkTruthTPCnv/test/PRD_MultiTruthCollectionCnv_p2_test.cxx b/Tracking/TrkEventCnv/TrkTruthTPCnv/test/PRD_MultiTruthCollectionCnv_p2_test.cxx
index 8ad82cc7c8f6eeaa68e40885357d229df131ea27..473529490dbbc194f78857d1e8af9a4309ecdcfb 100644
--- a/Tracking/TrkEventCnv/TrkTruthTPCnv/test/PRD_MultiTruthCollectionCnv_p2_test.cxx
+++ b/Tracking/TrkEventCnv/TrkTruthTPCnv/test/PRD_MultiTruthCollectionCnv_p2_test.cxx
@@ -69,7 +69,7 @@ void test1(std::vector<HepMC::GenParticle*> genPartVector)
   PRD_MultiTruthCollection trans1;
   for (int i=0; i<10; i++) {
     const HepMC::GenParticle* pGenParticle = genPartVector.at(i);
-    HepMcParticleLink trkLink(pGenParticle->barcode(),pGenParticle->parent_event()->event_number());
+    HepMcParticleLink trkLink(HepMC::barcode(pGenParticle),pGenParticle->parent_event()->event_number());
     const Identifier chanId(i+100);
     trans1.insert(trans1.end(), std::make_pair(chanId, trkLink) );
   }
diff --git a/Tracking/TrkEventCnv/TrkTruthTPCnv/test/PRD_MultiTruthCollectionCnv_p3_test.cxx b/Tracking/TrkEventCnv/TrkTruthTPCnv/test/PRD_MultiTruthCollectionCnv_p3_test.cxx
index 9be3a0ce50954869b2ddcb4d79ba8a2e93c301dd..cb045cd1532017018b70c4f0743cbfeaaa22b992 100644
--- a/Tracking/TrkEventCnv/TrkTruthTPCnv/test/PRD_MultiTruthCollectionCnv_p3_test.cxx
+++ b/Tracking/TrkEventCnv/TrkTruthTPCnv/test/PRD_MultiTruthCollectionCnv_p3_test.cxx
@@ -69,7 +69,7 @@ void test1(std::vector<HepMC::GenParticle*> genPartVector)
   PRD_MultiTruthCollection trans1;
   for (int i=0; i<10; i++) {
     const HepMC::GenParticle* pGenParticle = genPartVector.at(i);
-    HepMcParticleLink trkLink(pGenParticle->barcode(),pGenParticle->parent_event()->event_number());
+    HepMcParticleLink trkLink(HepMC::barcode(pGenParticle),pGenParticle->parent_event()->event_number());
     const Identifier chanId(i+100);
     trans1.insert(trans1.end(), std::make_pair(chanId, trkLink) );
   }
diff --git a/Tracking/TrkEventCnv/TrkTruthTPCnv/test/TrackTruthCollectionCnv_p1_test.cxx b/Tracking/TrkEventCnv/TrkTruthTPCnv/test/TrackTruthCollectionCnv_p1_test.cxx
index c361e094043460569689858394220358bce72a5e..897c86486e267ea06cead8df2de2c328cf7521b9 100644
--- a/Tracking/TrkEventCnv/TrkTruthTPCnv/test/TrackTruthCollectionCnv_p1_test.cxx
+++ b/Tracking/TrkEventCnv/TrkTruthTPCnv/test/TrackTruthCollectionCnv_p1_test.cxx
@@ -70,7 +70,7 @@ void test1(std::vector<HepMC::GenParticle*> genPartVector)
   TrackTruthCollection trans1 (DataLink<TrackCollection>("tpc"));
   for (int i=0; i<10; i++) {
     const HepMC::GenParticle* pGenParticle = genPartVector.at(i);
-    HepMcParticleLink trkLink(pGenParticle->barcode(),pGenParticle->parent_event()->event_number());
+    HepMcParticleLink trkLink(HepMC::barcode(pGenParticle),pGenParticle->parent_event()->event_number());
     Trk::TrackTruthKey key (ElementLink<TrackCollection> ("tpc", i));
     TrackTruth val (trkLink, (float)i/10);
     trans1[key] = val;
diff --git a/Tracking/TrkEventCnv/TrkTruthTPCnv/test/TrackTruthCollectionCnv_p2_test.cxx b/Tracking/TrkEventCnv/TrkTruthTPCnv/test/TrackTruthCollectionCnv_p2_test.cxx
index 3693284104fcd3a4fcfff59d18ef6cbeea1020f6..2f72443016544ca5b980224130336ec5721a5f38 100644
--- a/Tracking/TrkEventCnv/TrkTruthTPCnv/test/TrackTruthCollectionCnv_p2_test.cxx
+++ b/Tracking/TrkEventCnv/TrkTruthTPCnv/test/TrackTruthCollectionCnv_p2_test.cxx
@@ -70,7 +70,7 @@ void test1(std::vector<HepMC::GenParticle*> genPartVector)
   TrackTruthCollection trans1 (DataLink<TrackCollection>("tpc"));
   for (int i=0; i<10; i++) {
     const HepMC::GenParticle* pGenParticle = genPartVector.at(i);
-    HepMcParticleLink trkLink(pGenParticle->barcode(),pGenParticle->parent_event()->event_number());
+    HepMcParticleLink trkLink(HepMC::barcode(pGenParticle),pGenParticle->parent_event()->event_number());
     Trk::TrackTruthKey key (ElementLink<TrackCollection> ("tpc", i));
     TrackTruth val (trkLink, (float)i/10);
     trans1[key] = val;
diff --git a/Tracking/TrkEventCnv/TrkTruthTPCnv/test/TruthTrajectoryCnv_p1_test.cxx b/Tracking/TrkEventCnv/TrkTruthTPCnv/test/TruthTrajectoryCnv_p1_test.cxx
index 07186551b3c836527a33052756b8a3f1e09e235a..853cf92d669dac95fc7f8f540a74857e8e748c42 100644
--- a/Tracking/TrkEventCnv/TrkTruthTPCnv/test/TruthTrajectoryCnv_p1_test.cxx
+++ b/Tracking/TrkEventCnv/TrkTruthTPCnv/test/TruthTrajectoryCnv_p1_test.cxx
@@ -67,7 +67,7 @@ void test1(std::vector<HepMC::GenParticle*> genPartVector)
   TruthTrajectory trans1;
   for (int i=0; i<10; i++) {
     const HepMC::GenParticle* pGenParticle = genPartVector.at(i);
-    HepMcParticleLink trkLink(pGenParticle->barcode(),pGenParticle->parent_event()->event_number());
+    HepMcParticleLink trkLink(HepMC::barcode(pGenParticle),pGenParticle->parent_event()->event_number());
     trans1.push_back(trkLink);
   }
 
diff --git a/Tracking/TrkEventCnv/TrkTruthTPCnv/test/TruthTrajectoryCnv_p2_test.cxx b/Tracking/TrkEventCnv/TrkTruthTPCnv/test/TruthTrajectoryCnv_p2_test.cxx
index cc56edca571cd96ff08c32a5302dfc1568f92cd5..48dd594c325e58b5d95245cd31f0ff8c9a84e7a4 100644
--- a/Tracking/TrkEventCnv/TrkTruthTPCnv/test/TruthTrajectoryCnv_p2_test.cxx
+++ b/Tracking/TrkEventCnv/TrkTruthTPCnv/test/TruthTrajectoryCnv_p2_test.cxx
@@ -67,7 +67,7 @@ void test1(std::vector<HepMC::GenParticle*> genPartVector)
   TruthTrajectory trans1;
   for (int i=0; i<10; i++) {
     const HepMC::GenParticle* pGenParticle = genPartVector.at(i);
-    HepMcParticleLink trkLink(pGenParticle->barcode(),pGenParticle->parent_event()->event_number());
+    HepMcParticleLink trkLink(HepMC::barcode(pGenParticle),pGenParticle->parent_event()->event_number());
     trans1.push_back(trkLink);
   }
 
diff --git a/Tracking/TrkTools/TrkToolInterfaces/TrkToolInterfaces/ITRT_ElectronPidTool.h b/Tracking/TrkTools/TrkToolInterfaces/TrkToolInterfaces/ITRT_ElectronPidTool.h
index 7050bd36525aa6e525cfbe35687ff28352a88f88..8f9582db573f2e050f9dc3767e4edf6556f0a29d 100644
--- a/Tracking/TrkTools/TrkToolInterfaces/TrkToolInterfaces/ITRT_ElectronPidTool.h
+++ b/Tracking/TrkTools/TrkToolInterfaces/TrkToolInterfaces/ITRT_ElectronPidTool.h
@@ -9,6 +9,8 @@
 #define TRK_ITRT_ELECTRONPIDTOOL_H
 
 #include "GaudiKernel/IAlgTool.h"
+#include "GaudiKernel/EventContext.h"
+#include "GaudiKernel/ThreadLocalContext.h"
 #include "TrkEventPrimitives/ParticleHypothesis.h"
 #include "TrkTrackSummary/TrackSummary.h"
 #include <vector>
@@ -37,14 +39,54 @@ namespace Trk {
        @param[in] track the track to be identified
        @returns   vector of probabilities
      */
-    virtual std::vector<float> electronProbability(const Trk::Track& track) const = 0;
-    
-    /** @brief return high threshold probability 
+    virtual std::vector<float> electronProbability(
+      const EventContext& ctx,
+      const Trk::Track& track) const = 0;
+
+    std::vector<float> electronProbability(
+      const Trk::Track& track) const {
+      return  electronProbability(Gaudi::Hive::currentContext(),track);
+    }
+
+
+    /** @brief return high threshold probability
         @returns double of probability
     */
-    virtual double probHT( const double p, const Trk::ParticleHypothesis hypothesis, const int HitPart, const int Layer, const int Strawlayer) const = 0;
-    virtual double probHTRun2( float pTrk, Trk::ParticleHypothesis hypothesis, int TrtPart, int GasType, int StrawLayer, float ZR, float rTrkWire, float Occupancy ) const = 0;
+    virtual double probHT(const double p,
+                          const Trk::ParticleHypothesis hypothesis,
+                          const int HitPart,
+                          const int Layer,
+                          const int Strawlayer) const = 0;
+ 
+    virtual double probHTRun2(const EventContext& ctx,
+                              float pTrk,
+                              Trk::ParticleHypothesis hypothesis,
+                              int TrtPart,
+                              int GasType,
+                              int StrawLayer,
+                              float ZR,
+                              float rTrkWire,
+                              float Occupancy) const = 0;
 
+    double probHTRun2(float pTrk,
+                      Trk::ParticleHypothesis hypothesis,
+                      int TrtPart,
+                      int GasType,
+                      int StrawLayer,
+                      float ZR,
+                      float rTrkWire,
+                      float Occupancy) const
+    {
+      return probHTRun2(Gaudi::Hive::currentContext(),
+                        pTrk,
+                        hypothesis,
+                        TrtPart,
+                        GasType,
+                        StrawLayer,
+                        ZR,
+                        rTrkWire,
+                        Occupancy);
+    }
   };
 
   inline const InterfaceID& Trk::ITRT_ElectronPidTool::interfaceID()
diff --git a/Tracking/TrkTools/TrkTrackSummaryTool/src/TrackSummaryTool.cxx b/Tracking/TrkTools/TrkTrackSummaryTool/src/TrackSummaryTool.cxx
index cc47250394d673aabcfc627e1a889c1fb578072c..670208cdd279dd96ffbbbd783f0f912b7e0595f1 100755
--- a/Tracking/TrkTools/TrkTrackSummaryTool/src/TrackSummaryTool.cxx
+++ b/Tracking/TrkTools/TrkTrackSummaryTool/src/TrackSummaryTool.cxx
@@ -183,11 +183,11 @@ Trk::TrackSummaryTool::fillSummary(const EventContext& ctx,
   int nHitsUsed_dEdx = -1;
   int nOverflowHits_dEdx = -1;
   // Now set values to 0 for the ones we evaluate
-  const int toZero{0};
+  constexpr int toZero{0};
   if (!m_idTool.empty()) {
     if (m_pixelExists) {
       constexpr size_t numberOfPixelCounters{14};
-      const std::array<size_t, numberOfPixelCounters> atPixelIndices{
+      constexpr std::array<size_t, numberOfPixelCounters> atPixelIndices{
         numberOfContribPixelLayers,
         numberOfInnermostPixelLayerHits, numberOfInnermostPixelLayerOutliers,
         numberOfNextToInnermostPixelLayerHits, numberOfNextToInnermostPixelLayerOutliers,
@@ -210,7 +210,7 @@ Trk::TrackSummaryTool::fillSummary(const EventContext& ctx,
     };
     setTheseElements(information, atSctOrTrtIndices, toZero);
     if (!m_eProbabilityTool.empty()) {
-      eProbability = m_eProbabilityTool->electronProbability(track);
+      eProbability = m_eProbabilityTool->electronProbability(ctx,track);
       information[Trk::numberOfTRTHitsUsedFordEdx] = static_cast<int>(
         eProbability[Trk::eProbabilityNumberOfTRTHitsUsedFordEdx]);
     }
@@ -496,8 +496,8 @@ Trk::TrackSummaryTool::searchHolesStepWise(const Trk::Track& track,
   // -------- obtain hits in Pixel and SCT only
   if (track.trackStateOnSurfaces()==nullptr){
     ATH_MSG_DEBUG ("No trackStatesOnSurface!!!!");
-    const int toMinusOne{-1};
-    const std::array<size_t, 16> atIndices{
+    constexpr int toMinusOne{-1};
+    constexpr std::array<size_t, 16> atIndices{
       numberOfPixelHoles, numberOfPixelDeadSensors,
       numberOfSCTHoles, numberOfSCTDoubleHoles, numberOfSCTDeadSensors,
       numberOfTRTHoles, numberOfTRTDeadStraws,
@@ -512,7 +512,7 @@ Trk::TrackSummaryTool::searchHolesStepWise(const Trk::Track& track,
     return;
   }
 
-  const int toZero{0};
+  constexpr int toZero{0};
   if (doHolesInDet){
     // -------- perform the InDet hole search
     if (m_pixelExists) {
@@ -527,7 +527,7 @@ Trk::TrackSummaryTool::searchHolesStepWise(const Trk::Track& track,
     // so we need to make this all a bit more general
     // and probably more efficient. But this hopefully works for now! EJWM
     constexpr size_t numberOfRelatedMuonCounters{10};
-    const std::array<size_t, numberOfRelatedMuonCounters> atMuonIndices{
+    constexpr std::array<size_t, numberOfRelatedMuonCounters> atMuonIndices{
       numberOfMdtHoles,
       numberOfCscEtaHoles, numberOfCscPhiHoles,
       numberOfRpcEtaHoles, numberOfRpcPhiHoles,
diff --git a/Tracking/TrkTools/TrkTruthCreatorTools/src/DetailedTrackTruthBuilder.cxx b/Tracking/TrkTools/TrkTruthCreatorTools/src/DetailedTrackTruthBuilder.cxx
index f0a1e5098625b52a545bdde7eb058fa21cf9ba0f..1d06f4241cc951e0d09a077401eab24436a3a216 100755
--- a/Tracking/TrkTools/TrkTruthCreatorTools/src/DetailedTrackTruthBuilder.cxx
+++ b/Tracking/TrkTools/TrkTruthCreatorTools/src/DetailedTrackTruthBuilder.cxx
@@ -448,7 +448,7 @@ void DetailedTrackTruthBuilder::makeTruthToRecMap( PRD_InverseTruth& result, con
     // i.second = HepMcParticleLink
     const HepMC::GenParticle* pa = i.second.cptr();
     if( !pa ) { continue; } // skip noise
-    if( pa->barcode()==std::numeric_limits<int32_t>::max() &&
+    if( HepMC::barcode(pa)==std::numeric_limits<int32_t>::max() &&
         pa->pdg_id()==999 ) { continue; } // skip geantinos
     result.insert(std::make_pair(i.second, i.first));
   }
diff --git a/Tracking/TrkTools/TrkTruthToTrack/src/TruthToTrack.cxx b/Tracking/TrkTools/TrkTruthToTrack/src/TruthToTrack.cxx
index ffe0bd8537fd409f4ae515873da2df36e3ba9def..8d7f147ff8dbd0de83304c2213c67977c65a5479 100755
--- a/Tracking/TrkTools/TrkTruthToTrack/src/TruthToTrack.cxx
+++ b/Tracking/TrkTools/TrkTruthToTrack/src/TruthToTrack.cxx
@@ -12,14 +12,11 @@
 
 #include "AtlasHepMC/GenParticle.h"
 #include "AtlasHepMC/GenVertex.h"
+#include "AtlasHepMC/SimpleVector.h"
 
 #include "xAODTruth/TruthParticle.h"
 #include "xAODTruth/TruthVertex.h"
 
-//#include "CLHEP/Geometry/Transform3D.h"
-
-//#include "TrkEventPrimitives/GlobalPosition.h"
-//#include "TrkEventPrimitives/GlobalMomentum.h"
 
 #include "HepPDT/ParticleDataTable.hh"
 //#include "TrkParameters/Perigee.h"
diff --git a/Tracking/TrkTools/TrkTruthToTrack/src/TruthTrackRecordToTrack.cxx b/Tracking/TrkTools/TrkTruthToTrack/src/TruthTrackRecordToTrack.cxx
index ab729c0ac68c449bfef1c5200503f9653b177066..c8ebc03cfda152e32b9cf9320ebdf756eb42ae9e 100755
--- a/Tracking/TrkTools/TrkTruthToTrack/src/TruthTrackRecordToTrack.cxx
+++ b/Tracking/TrkTools/TrkTruthToTrack/src/TruthTrackRecordToTrack.cxx
@@ -108,7 +108,7 @@ const Trk::TrackParameters* Trk::TruthTrackRecordToTrack::makeProdVertexParamete
                             (*record).GetMomentum().z());
       globalMom = hv2;
 
-      ATH_MSG_DEBUG("found barcode " << part->barcode() << " with pdg ID " <<
+      ATH_MSG_DEBUG("found barcode " << HepMC::barcode(part) << " with pdg ID " <<
                     id << ", momentum " << hv2 << " production " << globalPos);
       
 
diff --git a/Tracking/TrkTruthTracks/TrkTruthTrackTools/src/TruthTrackBuilder.cxx b/Tracking/TrkTruthTracks/TrkTruthTrackTools/src/TruthTrackBuilder.cxx
index b17fa2e045bb4a786da8a7935032b3079cd2d9db..1940d483abe38acde00dfa9fac5bbdf5ed0def2d 100644
--- a/Tracking/TrkTruthTracks/TrkTruthTrackTools/src/TruthTrackBuilder.cxx
+++ b/Tracking/TrkTruthTracks/TrkTruthTrackTools/src/TruthTrackBuilder.cxx
@@ -147,7 +147,7 @@ Trk::Track* Trk::TruthTrackBuilder::createTrack(const PRD_TruthTrajectory& prdTr
                                  genPart->momentum().y(),
                                  genPart->momentum().z());
     //!< get the charge via the particle table ...
-    int barcode = genPart->barcode();
+    int barcode = HepMC::barcode(genPart);
     int pdgCode = genPart->pdg_id();
     int absPdgCode = abs(pdgCode);
     // get the charge: ap->charge() is used later, DOES NOT WORK RIGHT NOW
diff --git a/Tracking/TrkUtilityPackages/TrkDriftCircleMath/TrkDriftCircleMath/MdtId.h b/Tracking/TrkUtilityPackages/TrkDriftCircleMath/TrkDriftCircleMath/MdtId.h
index 01252a602f7a44da0b49bf18bbe43dc36dd27528..8f39f9550f2eaef40ae5d3db6dbb6cabf1200f77 100644
--- a/Tracking/TrkUtilityPackages/TrkDriftCircleMath/TrkDriftCircleMath/MdtId.h
+++ b/Tracking/TrkUtilityPackages/TrkDriftCircleMath/TrkDriftCircleMath/MdtId.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef DCMATH_MDTID_H
@@ -7,18 +7,23 @@
 
 #include <ostream>
 
+namespace {
+  // the tube number of a tube in a tubeLayer in encoded in the GeoSerialIdentifier (modulo maxNTubesPerLayer)
+  static constexpr unsigned int const maxNTubesPerLayer = 120;
+}
+
 namespace TrkDriftCircleMath {
 
   class MdtId {
   public:
     MdtId() : m_id(0) {}
     MdtId( int isBarrel, int ml, int lay, int tube ) {
-      m_id = 100000*isBarrel + 10000*ml+100*lay+tube;
+      m_id = 100000*isBarrel + 10000*ml+maxNTubesPerLayer*lay+tube;
     }
     int isBarrel() const { return m_id/100000; }
     int ml() const { return (m_id%100000)/10000; }
-    int lay() const { return (m_id%10000)/100; }
-    int tube() const { return m_id%100; }
+    int lay() const { return (m_id%10000)/maxNTubesPerLayer; }
+    int tube() const { return (m_id%10000)%maxNTubesPerLayer; }
     int value() const { return m_id; }
 
     bool operator==(const MdtId &other) const {
@@ -29,7 +34,7 @@ namespace TrkDriftCircleMath {
     }
 
   private:
-    int     m_id;
+    int m_id;
   };
 
 //DR (clang32) operator<< to be defined inside the namespace
diff --git a/Tracking/TrkUtilityPackages/TrkDriftCircleMath/src/MdtChamberGeometry.cxx b/Tracking/TrkUtilityPackages/TrkDriftCircleMath/src/MdtChamberGeometry.cxx
index 6dce8c6487a8a9bfbabd8d267cc15e3c0c8766b5..b992d59ba4ecfabb198d548f73083a0ed4e37a8d 100644
--- a/Tracking/TrkUtilityPackages/TrkDriftCircleMath/src/MdtChamberGeometry.cxx
+++ b/Tracking/TrkUtilityPackages/TrkDriftCircleMath/src/MdtChamberGeometry.cxx
@@ -9,6 +9,8 @@
 #include <algorithm>
 #include <TString.h> // for Form
 
+// maxNTubesPerLayer is included via MdtChamberGeometry.h -> DriftCircle.h
+
 namespace TrkDriftCircleMath {
 
   MdtChamberGeometry::MdtChamberGeometry() : 
@@ -79,9 +81,9 @@ namespace TrkDriftCircleMath {
       m_allTubes.clear();
       if(m_nml<1 || m_nml>2) throw std::runtime_error(Form("File: %s, Line: %d\nMdtChamberGeometry::setGeometry() - got called with nml=%d which is definitely out of range", __FILE__, __LINE__,m_nml));
       if(m_nlay<1 || m_nlay>4) throw std::runtime_error(Form("File: %s, Line: %d\nMdtChamberGeometry::setGeometry() - got called with nlay=%d which is definitely out of range", __FILE__, __LINE__,m_nlay));
-      if(ntubesml0<1 || ntubesml0>120) throw std::runtime_error(Form("File: %s, Line: %d\nMdtChamberGeometry::setGeometry() - got called with ntubesml0=%d which is definitely out of range", __FILE__, __LINE__,ntubesml0));
+      if(ntubesml0<1 || ntubesml0>maxNTubesPerLayer) throw std::runtime_error(Form("File: %s, Line: %d\nMdtChamberGeometry::setGeometry() - got called with ntubesml0=%d which is definitely out of range", __FILE__, __LINE__,ntubesml0));
       // there can be chambers with only 1 multilayer. Then, the second multilayer will have ntubesml1=0
-      if(ntubesml1>120) throw std::runtime_error(Form("File: %s, Line: %d\nMdtChamberGeometry::setGeometry() - got called with ntubesml1=%d which is definitely out of range", __FILE__, __LINE__,ntubesml1));
+      if(ntubesml1>maxNTubesPerLayer) throw std::runtime_error(Form("File: %s, Line: %d\nMdtChamberGeometry::setGeometry() - got called with ntubesml1=%d which is definitely out of range", __FILE__, __LINE__,ntubesml1));
       m_stationTheta = stationTheta;
     }
 
diff --git a/Tracking/TrkValidation/TrkValTools/src/GenParticleJetFinder.cxx b/Tracking/TrkValidation/TrkValTools/src/GenParticleJetFinder.cxx
index d50201d6da710b7c0abc8937cfd6f42658a9f533..f26bbb1c707d79f43008afb509b7b82c3419af75 100644
--- a/Tracking/TrkValidation/TrkValTools/src/GenParticleJetFinder.cxx
+++ b/Tracking/TrkValidation/TrkValTools/src/GenParticleJetFinder.cxx
@@ -59,7 +59,7 @@ std::vector< Trk::GenParticleJet >* Trk::GenParticleJetFinder::jetMCFinder(  std
 
   std::vector<Trk::GenParticleJet>::iterator iAtMin, jAtMin;
 
-  for( std::vector <const HepMC::GenParticle *>::iterator  i = GenStableCharged.begin() ; i < GenStableCharged.end();  i++){
+  for( auto  i = GenStableCharged.begin() ; i < GenStableCharged.end();  i++){
     totalEnergyFromTracks = totalEnergyFromTracks + (*i)->momentum().e();
     Trk::GenParticleJet tempPJ;
     tempPJ.addParticle( *i, int(i - GenStableCharged.begin()) );
@@ -119,9 +119,7 @@ std::vector< Trk::GenParticleJet >* Trk::GenParticleJetFinder::jetMCFinder(  std
         if (partsTemp.size()!=0) {
           
           std::vector<int>::iterator       ki=indexTemp.begin();
-		  for (std::vector<const HepMC::GenParticle* >::const_iterator k =partsTemp.begin();
-               k!=partsTemp.end(); ++k, ++ki) {
-
+          for (auto k =partsTemp.begin(); k!=partsTemp.end(); ++k, ++ki) {
             (*iAtMin).addParticle(*k,*ki);
           }
 		} else {
@@ -139,8 +137,7 @@ std::vector< Trk::GenParticleJet >* Trk::GenParticleJetFinder::jetMCFinder(  std
         if (partsTemp.size()!=0) {
 
           std::vector<int>::iterator       ki=indexTemp.begin();
-		  for (std::vector<const HepMC::GenParticle* >::const_iterator k =partsTemp.begin();
-               k!=partsTemp.end(); ++k, ++ki) {
+          for (auto k =partsTemp.begin(); k!=partsTemp.end(); ++k, ++ki) {
             //		  tempPartJet.addParticle(*k);
             (*jAtMin).addParticle(*k,*ki);
           }
diff --git a/Tracking/TrkValidation/TrkValTools/src/TruthNtupleTool.cxx b/Tracking/TrkValidation/TrkValTools/src/TruthNtupleTool.cxx
index c3aab911ed92b0298eee851947a6e1fa76738803..ad6f483baa7e142a9b75bed3a008bf68900a5ec2 100644
--- a/Tracking/TrkValidation/TrkValTools/src/TruthNtupleTool.cxx
+++ b/Tracking/TrkValidation/TrkValTools/src/TruthNtupleTool.cxx
@@ -294,7 +294,7 @@ StatusCode Trk::TruthNtupleTool::writeTruthData (
             m_mc_prodR   = 0.;
             m_mc_prodz   = 0.;
         } else {
-            m_mc_barcode = genParticle->barcode();
+            m_mc_barcode = HepMC::barcode(genParticle);
             m_mc_particleID = genParticle->pdg_id();
             m_mc_energy     = genParticle->momentum().e();
 
diff --git a/Tracking/TrkValidation/TrkVertexFitterValidationUtils/src/TrkPriVxPurityTool.cxx b/Tracking/TrkValidation/TrkVertexFitterValidationUtils/src/TrkPriVxPurityTool.cxx
index 11f434ebc3e123ef710ac0f34bf4229e3809c2f7..b0effec98c423cf4b5e65be44ff9108ef912bbe8 100755
--- a/Tracking/TrkValidation/TrkVertexFitterValidationUtils/src/TrkPriVxPurityTool.cxx
+++ b/Tracking/TrkValidation/TrkVertexFitterValidationUtils/src/TrkPriVxPurityTool.cxx
@@ -60,7 +60,6 @@ namespace Trk {
 
 //analysis method
     const TrkPriVxPurity * TrkPriVxPurityTool::purity ( const Trk::VxCandidate * vertex ) const {
-//    std::cout<<" The purity method called"<<std::endl;
 //protection and related
         if ( vertex != 0 ) {
             const std::vector<Trk::VxTrackAtVertex *> * tracks = vertex->vxTrackAtVertex();
@@ -97,7 +96,6 @@ namespace Trk {
                                           ( *pv )->position().t() );
                 double pv_r = pv_pos.perp();
                 double pv_z = pv_pos.z();
-//    std::cout<<"Purity: Primary vertex position: "<<pv_pos<<std::endl;
 
 // storing all the ids of vertices reasonably close to the primary one.
 // here the region of interest is selected.
@@ -114,17 +112,6 @@ namespace Trk {
                     }//end of accepted vertices check
                 }//end  of loop over all the vertices
 
-//    std::cout<<"Actual number of merged vertices "<<vertex_ids.size()<<std::endl;
-                /*-------------------Some debug output-------------------------------------------------
-                  std::cout<<"Actual number of merged vertices "<<vertex_ids.size()<<std::endl;
-                  for( std::map<int,HepMC::GenVertex *>::const_iterator i = vertex_ids.begin();
-                  i != vertex_ids.end(); ++i)
-                  {
-                  HepMC::GenVertex * cev =(*i).second;
-                  std::cout<<"Selected GenVertex has event index: "<<cev->parent_event()->event_number() <<std::endl;
-                  }//end of debug loop over all the vertices
-                  //------------------ End of debug output ------------------------------------------------
-                  */
 
 //getting the track truth collection
                 const TrackParticleTruthCollection * trackParticleTruthCollection ( 0 );
@@ -147,8 +134,7 @@ namespace Trk {
                 std::vector<double> out_weights ( 0 );
                 std::vector<double> pu_weights ( 0 );
                 std::vector<double> no_correspondance ( 0 );
-	
-//        std::cout<< "Getting to the main loop"<<std::endl;
+
 
                 for ( ;vt!=ve;++vt ) {
 //original element link
@@ -163,7 +149,6 @@ namespace Trk {
                             if ( tr_part !=0  && tr_part->isValid()) {
 //                 ++total_size;
                 
-//		std::cout<< "Link non zero"<<std::endl;
 
                                 std::map< Rec::TrackParticleTruthKey, TrackParticleTruth>::const_iterator ttItr = trackParticleTruthCollection->end();
                   
@@ -178,29 +163,21 @@ namespace Trk {
                                     }
                                 }
                 
-//		std::cout<< "Find done"<<std::endl;
-			
+
                                 if (ttItr != trackParticleTruthCollection->end() ) {
-//		std::cout<< "Found correspondance"<<std::endl;
                                     const HepMcParticleLink& particleLink = ttItr->second.particleLink();
                                     const HepMC::GenParticle* genParticle = particleLink.cptr();
-//		 std::cout<<"GenParticle pointer: "<<  genParticle<<std::endl;
-		 
+
                                     if(genParticle !=0) {
                                         HepMC::GenEvent * tpEvent = genParticle->parent_event();
-		 
-//		  std::cout<<"Parent event "<<  tpEvent<<std::endl;
-		 
                                         if(tpEvent==genEvent) { 
                                             const HepMC::GenVertex * pVertex(0);
                                             if (genParticle!=0) pVertex = genParticle->production_vertex();
-		
                                             if ( pVertex != 0 ) {
                                                 int link_pid = genParticle->pdg_id();
                                                 bool primary_track = false;
                                                 bool secondary_track = false;
                   
-//		    std::cout<< "Decision loop starts"<<std::endl;
 //loop over the particles until decision is really taken
                                                 do {
                                                     int tvrt_code = pVertex->barcode();
diff --git a/Tracking/TrkVertexFitter/TrkVertexSeedFinderTools/src/MCTrueSeedFinder.cxx b/Tracking/TrkVertexFitter/TrkVertexSeedFinderTools/src/MCTrueSeedFinder.cxx
index 20bff89cc4db5313c6d19df20582307f788efee9..2c8b3934c895150188c13f7927214e4e7192a453 100755
--- a/Tracking/TrkVertexFitter/TrkVertexSeedFinderTools/src/MCTrueSeedFinder.cxx
+++ b/Tracking/TrkVertexFitter/TrkVertexSeedFinderTools/src/MCTrueSeedFinder.cxx
@@ -145,9 +145,7 @@ namespace Trk
       
       //get "intensity" (scalar sum ot p_T^2)
       double sum_pt2(0.0);
-      HepMC::GenEvent::particle_const_iterator pitr;
-      for (pitr = myEvent->particles_begin(); pitr != myEvent->particles_end(); ++pitr ) {
-	HepMC::GenParticle *part = (*pitr);
+      for (auto part: *myEvent) {
 	if(!pass(part, mcEventCollection.cptr())) continue; //select stable charged particles
 	sum_pt2 += part->momentum().perp2();
       }
@@ -231,7 +229,7 @@ namespace Trk
     if( ! pass( part->parent_event(), coll ) ) return false;
 
     // Now check for stable particles
-    if (part->barcode() < 200000) {
+    if (HepMC::barcode(part) < 200000) {
       if( ! TruthHelper::IsGenStable()( part ) ) return false;
       if( ! TruthHelper::IsGenInteracting()( part ) ) return false;
     }
@@ -240,13 +238,13 @@ namespace Trk
     int pdg = part->pdg_id();
 
     /// remove gluons and quarks of status 2 that pass IsGenStable!!!
-    if( abs(pdg) < 7 || abs(pdg) == 21 ) return false;
+    if( std::abs(pdg) < 7 || std::abs(pdg) == 21 ) return false;
 
-    const HepPDT::ParticleData* pd = m_partPropSvc->PDT()->particle( abs( pdg ) );
+    const HepPDT::ParticleData* pd = m_partPropSvc->PDT()->particle( std::abs( pdg ) );
     if( ! pd ) {
       ATH_MSG_DEBUG( "Could not get particle data for pdg = " << pdg 
-		     << " status " << part->status() << " barcode " <<part->barcode()
-		     << " process id " <<part->parent_event()->signal_process_id());
+		     << " status " << part->status() << " barcode " <<HepMC::barcode(part)
+		     << " process id " <<HepMC::signal_process_id(part->parent_event()));
       return false;
     }
     float charge = pd->charge();
diff --git a/Tracking/TrkVertexFitter/TrkVertexSeedFinderTools/src/VertexSeedFinderTestAlg.cxx b/Tracking/TrkVertexFitter/TrkVertexSeedFinderTools/src/VertexSeedFinderTestAlg.cxx
index 9c1ca66ebe0e9ec149c7731f3357635263b13dab..d931afeb637975742df6ad0e9b286b4ee8bb8a01 100644
--- a/Tracking/TrkVertexFitter/TrkVertexSeedFinderTools/src/VertexSeedFinderTestAlg.cxx
+++ b/Tracking/TrkVertexFitter/TrkVertexSeedFinderTools/src/VertexSeedFinderTestAlg.cxx
@@ -287,13 +287,13 @@ StatusCode VertexSeedFinderTestAlg::execute()
 StatusCode
 VertexSeedFinderTestAlg::makeMcEventCollection (const EventContext& ctx) const
 {
-  auto evt1 = std::make_unique<HepMC::GenEvent>();
-  auto evt2 = std::make_unique<HepMC::GenEvent>();
-  auto evt3 = std::make_unique<HepMC::GenEvent>();
+  auto evt1 = new HepMC::GenEvent();
+  auto evt2 = new  HepMC::GenEvent();
+  auto evt3 = new HepMC::GenEvent();
 
-  evt1->set_signal_process_vertex (new HepMC::GenVertex({1*mm,   2*mm,  12*mm}));
-  evt2->set_signal_process_vertex (new HepMC::GenVertex({0.3*mm,-0.7*mm,-3*mm}));
-  evt3->set_signal_process_vertex (new HepMC::GenVertex({0.6*mm, 0.2*mm, 7*mm}));
+  HepMC::set_signal_process_vertex (evt1,HepMC::newGenVertexPtr(HepMC::FourVector{1*mm,   2*mm,  12*mm,0.0}));
+  HepMC::set_signal_process_vertex (evt2,HepMC::newGenVertexPtr(HepMC::FourVector{0.3*mm,-0.7*mm,-3*mm,0.0}));
+  HepMC::set_signal_process_vertex (evt3,HepMC::newGenVertexPtr(HepMC::FourVector{0.6*mm, 0.2*mm, 7*mm,0.0}));
  
   Athena_test::uniform_real_distribution<double> ptdist (0.1*GeV, 100*GeV);
   Athena_test::uniform_real_distribution<double> phidist (-M_PI, M_PI);
@@ -306,17 +306,17 @@ VertexSeedFinderTestAlg::makeMcEventCollection (const EventContext& ctx) const
     double e = pt*sinh(eta);
     double charge = etadist(rng) > 0 ? 1 : -1;
     HepMC::FourVector mom {pt*cos(phi), pt*sin(phi), e, e };
-    auto p = std::make_unique<HepMC::GenParticle> ( mom, charge * 11, 1 );
+    auto p = HepMC::newGenParticlePtr ( mom, charge * 11, 1 );
 
     double vrand = etadist(rng);
     if (vrand < 0) {
-      evt1->signal_process_vertex()->add_particle_out (p.release());
+      HepMC::signal_process_vertex(evt1)->add_particle_out (p);
     }
     else if (vrand < 3) {
-      evt2->signal_process_vertex()->add_particle_out (p.release());
+      HepMC::signal_process_vertex(evt2)->add_particle_out (p);
     }
     else {
-      evt3->signal_process_vertex()->add_particle_out (p.release());
+      HepMC::signal_process_vertex(evt3)->add_particle_out (p);
     }
   }
 
diff --git a/Trigger/TrigAlgorithms/TrigL2MuonSA/src/MdtDataPreparator.cxx b/Trigger/TrigAlgorithms/TrigL2MuonSA/src/MdtDataPreparator.cxx
index fc17297940ede325c619d1214bcb8dd2e849d04c..dcc551d27210245d3950f9ed9d13e639a832fb51 100644
--- a/Trigger/TrigAlgorithms/TrigL2MuonSA/src/MdtDataPreparator.cxx
+++ b/Trigger/TrigAlgorithms/TrigL2MuonSA/src/MdtDataPreparator.cxx
@@ -37,6 +37,11 @@
 #include "AthenaBaseComps/AthMsgStreamMacros.h"
 #include "IRegionSelector/RegSelEnums.h"
 
+namespace {
+  // the tube number of a tube in a tubeLayer in encoded in the GeoSerialIdentifier (modulo maxNTubesPerLayer)
+  static constexpr unsigned int const maxNTubesPerLayer = 120;
+}
+
 // --------------------------------------------------------------------------------
 // --------------------------------------------------------------------------------
 
@@ -1048,7 +1053,7 @@ void TrigL2MuonSA::MdtDataPreparator::initDeadChannels(const MuonGM::MdtReadoutE
   std::vector<int>::iterator it = tubes.begin();
   for(int layer = 1; layer <= mydetEl->getNLayers(); layer++){
     for(int tube = 1; tube <= mydetEl->getNtubesperlayer(); tube++){
-      int want_id = layer*100 + tube;
+      int want_id = layer*maxNTubesPerLayer + tube;
       if (it != tubes.end() && *it == want_id) {
         ++it;
       }
diff --git a/Trigger/TrigAlgorithms/TrigL2MuonSA/src/RpcDataPreparator.cxx b/Trigger/TrigAlgorithms/TrigL2MuonSA/src/RpcDataPreparator.cxx
index 605e44f104832f3627ab4f815a5f7c85d06b287d..5b18082733ea2dfb013815fa58c779ff88bfa4d3 100644
--- a/Trigger/TrigAlgorithms/TrigL2MuonSA/src/RpcDataPreparator.cxx
+++ b/Trigger/TrigAlgorithms/TrigL2MuonSA/src/RpcDataPreparator.cxx
@@ -122,6 +122,7 @@ StatusCode TrigL2MuonSA::RpcDataPreparator::prepareData(const TrigRoiDescriptor*
 
    std::vector<const Muon::RpcPrepDataCollection*> rpcCols;
    std::vector<IdentifierHash> rpcHashList;
+   std::vector<IdentifierHash> rpcHashListWithData;
    std::vector<IdentifierHash> rpcHashList_cache;
 
    if (m_use_RoIBasedDataAccess) {
@@ -134,7 +135,7 @@ StatusCode TrigL2MuonSA::RpcDataPreparator::prepareData(const TrigRoiDescriptor*
        m_regionSelector->HashIDList(fullscan_roi, rpcHashList);
      }
      ATH_MSG_DEBUG("rpcHashList.size()=" << rpcHashList.size());
-     
+
      std::vector<uint32_t> rpcRobList;
      m_regionSelector->ROBIDList(*iroi, rpcRobList);
      if(m_doDecoding) {
@@ -143,11 +144,10 @@ StatusCode TrigL2MuonSA::RpcDataPreparator::prepareData(const TrigRoiDescriptor*
              ATH_MSG_WARNING("Conversion of BS for decoding of RPCs failed");
          }
        }
-       if ( m_rpcPrepDataProvider->decode(rpcRobList).isFailure() ) {
+       if ( m_rpcPrepDataProvider->decode(rpcHashList, rpcHashListWithData).isFailure() ) {
          ATH_MSG_WARNING("Problems when preparing RPC PrepData ");
        }
      }//do decoding
-     
    } else {
      
      ATH_MSG_DEBUG("Use full data access");
@@ -186,7 +186,6 @@ StatusCode TrigL2MuonSA::RpcDataPreparator::prepareData(const TrigRoiDescriptor*
 
      // Get RPC collections
      for(const IdentifierHash& id : rpcHashList) {
-
        auto RPCcoll = rpcPrds->indexFindPtr(id);
 
        if( RPCcoll == nullptr ) {
diff --git a/Trigger/TrigAlgorithms/TrigMuonEF/src/TrigMuonEFStandaloneTrackTool.cxx b/Trigger/TrigAlgorithms/TrigMuonEF/src/TrigMuonEFStandaloneTrackTool.cxx
index 78092d6f353fbfbde20f9b99d58f8d15299a3d8c..db09de354a4a11e3f7984abd215b15f856bdd766 100644
--- a/Trigger/TrigAlgorithms/TrigMuonEF/src/TrigMuonEFStandaloneTrackTool.cxx
+++ b/Trigger/TrigAlgorithms/TrigMuonEF/src/TrigMuonEFStandaloneTrackTool.cxx
@@ -487,7 +487,6 @@ StatusCode TrigMuonEFStandaloneTrackTool::initialize()
   //segment overlap removal
   ATH_CHECK( m_segmentOverlapRemovalTool.retrieve() );
   ATH_CHECK(m_mdtCablingKey.initialize());
-  ATH_CHECK(m_rpcCablingKey.initialize());
 
   return StatusCode::SUCCESS;
 }
@@ -902,20 +901,8 @@ if (m_useMdtData>0) {
           ATH_MSG_WARNING("RPC BS conversion for ROB-based seeded PRD decoding failed");
         }
       }
-      if (m_rpcPrepDataProvider->decode( getRpcRobList(muonRoI) ).isSuccess()) {
+      if (m_rpcPrepDataProvider->decode( rpc_hash_ids, hash_ids_withData ).isSuccess()) {
 	ATH_MSG_DEBUG("ROB-based seeded PRD decoding of RPC done successfully");
-	SG::ReadCondHandle<RpcCablingCondData> rpcCableHandle{m_rpcCablingKey, ctx};
-	const RpcCablingCondData* rpcCabling{*rpcCableHandle};
-	if(!rpcCabling){
-	  ATH_MSG_ERROR("nullptr to the read rpc cabling conditions object");
-	  return HLT::NAV_ERROR;
-	}
-	rpc_hash_ids.clear();
-	if(rpcCabling->giveRDO_fromROB(m_RpcRobList, rpc_hash_ids).isFailure()){
-	  ATH_MSG_ERROR("could not convert RPC robs to hash ID vector");
-	  return HLT::NAV_ERROR;
-	}
-
       } else {
 	ATH_MSG_WARNING("ROB-based seeded PRD decoding of RPC failed");
       }
diff --git a/Trigger/TrigAlgorithms/TrigMuonEF/src/TrigMuonEFStandaloneTrackTool.h b/Trigger/TrigAlgorithms/TrigMuonEF/src/TrigMuonEFStandaloneTrackTool.h
index 6d3653a6f596cd596d954558579ea97fe5338624..a29917964c531fd37e6b05d1476d1d42fd100546 100644
--- a/Trigger/TrigAlgorithms/TrigMuonEF/src/TrigMuonEFStandaloneTrackTool.h
+++ b/Trigger/TrigAlgorithms/TrigMuonEF/src/TrigMuonEFStandaloneTrackTool.h
@@ -36,7 +36,6 @@
 #include "MuonCombinedEvent/MuonCandidateCollection.h"
 #include <fstream>
 #include "MuonCablingData/MuonMDT_CablingMap.h"
-#include "RPC_CondCabling/RpcCablingCondData.h"
 
 #include "MuonSegmentMakerToolInterfaces/IMuonSegmentOverlapRemovalTool.h"
 #include "CxxUtils/checker_macros.h"
@@ -387,7 +386,6 @@ class TrigMuonEFStandaloneTrackTool : public AthAlgTool,
   bool m_ignoreCSC;
   ToolHandle<Muon::IMuonSegmentOverlapRemovalTool> m_segmentOverlapRemovalTool;
   SG::ReadCondHandleKey<MuonMDT_CablingMap> m_mdtCablingKey{this, "MdtCablingKey", "MuonMDT_CablingMap", "Key of MuonMDT_CablingMap"};
-  SG::ReadCondHandleKey<RpcCablingCondData> m_rpcCablingKey{this, "RpcCablingKey", "RpcCablingCondData", "Key of RpcCablingCondData"};
 
 };
 
diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUtils/TrigInDetAnalysisUtils/T_AnalysisConfig.h b/Trigger/TrigAnalysis/TrigInDetAnalysisUtils/TrigInDetAnalysisUtils/T_AnalysisConfig.h
index d4b82488aa9f2e6306ebd469f15daac4042c6466..fd07e763078463e7d5f4a2e88696a6399b90d5a9 100644
--- a/Trigger/TrigAnalysis/TrigInDetAnalysisUtils/TrigInDetAnalysisUtils/T_AnalysisConfig.h
+++ b/Trigger/TrigAnalysis/TrigInDetAnalysisUtils/TrigInDetAnalysisUtils/T_AnalysisConfig.h
@@ -322,6 +322,10 @@ protected:
 
     SG::ReadHandle<Collection> handle(key);
 
+    CLID checkCLID;
+    const std::string* keyStr = m_provider->evtStore()->keyToString(roi_link.key(), checkCLID);
+    m_provider->msg(MSG::DEBUG) << "Requesting range over (" << key << ") associated to ROI from " << (keyStr == nullptr ? "UNKNOWN" : *keyStr) << endmsg;
+
     itrpair = (*m_tdt)->associateToEventView( handle, roi_link );
 
     return itrpair;
@@ -463,6 +467,10 @@ protected:
 
     SG::ReadHandle<Collection> handle(key);
 
+    CLID checkCLID;
+    const std::string* keyStr = m_provider->evtStore()->keyToString(roi_link.key(), checkCLID);
+    m_provider->msg(MSG::DEBUG) << "Requesting range over (" << key << ") associated to ROI from " << (keyStr == nullptr ? "UNKNOWN" : *keyStr) << endmsg;
+
     itrpair = (*m_tdt)->associateToEventView( handle, roi_link );
 
     if ( itrpair.first != itrpair.second ) {
diff --git a/Trigger/TrigConfiguration/TrigConfigSvc/python/TrigConfFrontier.py b/Trigger/TrigConfiguration/TrigConfigSvc/python/TrigConfFrontier.py
index 20953110eb2be451527a2a7022a8f88b5c2de371..393ae33e55659f40f621aa9311d271513bb6859e 100755
--- a/Trigger/TrigConfiguration/TrigConfigSvc/python/TrigConfFrontier.py
+++ b/Trigger/TrigConfiguration/TrigConfigSvc/python/TrigConfFrontier.py
@@ -42,8 +42,9 @@ def testUrl(url):
         return False
     return True
 
-def getFrontierCursor(url, schema):
+def getFrontierCursor(url, schema, loglevel = logging.INFO):
     log = logging.getLogger( "TrigConfFrontier.py" )
+    log.setLevel(loglevel)
     if useFrontierClient:
         log.info("Using frontier_client from TrigConfDBConnection")
         return FrontierCursor2( url = url, schema = schema)
diff --git a/Trigger/TrigDataAccess/TrigDataAccessMonitoring/TrigDataAccessMonitoring/ROBDataMonitor.h b/Trigger/TrigDataAccess/TrigDataAccessMonitoring/TrigDataAccessMonitoring/ROBDataMonitor.h
index 5da82928168c6c918c21b94602334db638fbc5d7..013709a34f0175b4d4e2ce6b92885e9e628a9140 100644
--- a/Trigger/TrigDataAccess/TrigDataAccessMonitoring/TrigDataAccessMonitoring/ROBDataMonitor.h
+++ b/Trigger/TrigDataAccess/TrigDataAccessMonitoring/TrigDataAccessMonitoring/ROBDataMonitor.h
@@ -52,7 +52,7 @@ namespace robmonitor {
     uint32_t rob_id;                           // rob source id
     uint32_t rob_size;                         // size of rob in words
     robmonitor::ROBHistory rob_history;        // History of ROB retrieval
-    std::vector<uint32_t> rob_status_words;    // all status words in the ROB header
+    uint32_t rob_status_word;                  // last status word in the ROB header
 
 
     // Accessor functions
@@ -174,10 +174,7 @@ namespace robmonitor {
       os << "invalid code";
     }
     os << ",(";
-    for (uint32_t i(0); i < rhs.rob_status_words.size(); ++i) {
-      if (i > 0) os << ",";
-      os << std::hex <<  std::setfill( '0' ) << "0x" << std::setw(8) << rhs.rob_status_words[i];
-    }
+    os << std::hex <<  std::setfill( '0' ) << "0x" << std::setw(8) << rhs.rob_status_word;
     os << ")]";
     return os;
   }
diff --git a/Trigger/TrigDataAccess/TrigDataAccessMonitoring/src/ROBDataMonitor.cxx b/Trigger/TrigDataAccess/TrigDataAccessMonitoring/src/ROBDataMonitor.cxx
index 26828fa98be4f608f6339e62db273e1a9efe8a3c..aa4d0091af719cb0184c315310126335bd8903e9 100644
--- a/Trigger/TrigDataAccess/TrigDataAccessMonitoring/src/ROBDataMonitor.cxx
+++ b/Trigger/TrigDataAccess/TrigDataAccessMonitoring/src/ROBDataMonitor.cxx
@@ -15,14 +15,14 @@ ROBDataStruct::ROBDataStruct()
   : rob_id(0),
     rob_size(0),
     rob_history(robmonitor::UNCLASSIFIED),
-    rob_status_words()
+    rob_status_word(0)
 {}
 
 ROBDataStruct::ROBDataStruct(const uint32_t srcId)
   : rob_id(srcId),
     rob_size(0),
     rob_history(robmonitor::UNCLASSIFIED),
-    rob_status_words()
+    rob_status_word(0)
 {}
 
 bool ROBDataStruct::isUnclassified() const {
@@ -53,11 +53,8 @@ bool ROBDataStruct::isScheduled() const {
   return ((rob_history == robmonitor::SCHEDULED) ? true : false);
 }
 
-
 bool ROBDataStruct::isStatusOk() const {
-  if (rob_status_words.size() == 0) return true;
-  if ((rob_status_words.size() > 0) && (rob_status_words[0] == 0)) return true;
-  return false;
+  return (rob_status_word == 0) ? true : false;
 }
 
 
diff --git a/Trigger/TrigDataAccess/TrigDataAccessMonitoring/test/Methods_test.cxx b/Trigger/TrigDataAccess/TrigDataAccessMonitoring/test/Methods_test.cxx
index 557bdefc36e48e0dbc38b8662122b5f32ed63088..d9236ae10dce153c2b2db6d89019f5bbb3e1ba0a 100644
--- a/Trigger/TrigDataAccess/TrigDataAccessMonitoring/test/Methods_test.cxx
+++ b/Trigger/TrigDataAccess/TrigDataAccessMonitoring/test/Methods_test.cxx
@@ -21,20 +21,18 @@ int main() {
   u.rob_size = 10000; 
   ROBDataStruct c(0x760000);
   c.rob_history = robmonitor::HLT_CACHED;
-  c.rob_status_words.push_back(0);
+  c.rob_status_word = 0;
   c.rob_size = 25000; 
   ROBDataStruct c1(0x760001);
   c1.rob_history = robmonitor::HLT_CACHED;
-  c1.rob_status_words.push_back(0x08);
-  c1.rob_status_words.push_back(0x02);
-  c1.rob_status_words.push_back(0x04);
+  c1.rob_status_word = 0x08;
   c1.rob_size = 125000; 
 
   ROBDataStruct i(0x740001);
   i.rob_history = robmonitor::IGNORED;
   ROBDataStruct r(0x750001);
   r.rob_history = robmonitor::RETRIEVED;
-  r.rob_status_words.push_back(0x04);
+  r.rob_status_word = 0x04;
   ROBDataStruct d(0x730001);
   d.rob_history = robmonitor::DISABLED;
 
diff --git a/Trigger/TrigHypothesis/TrigBjetHypo/TrigBjetHypo/TrigBtagFex.h b/Trigger/TrigHypothesis/TrigBjetHypo/TrigBjetHypo/TrigBtagFex.h
index 00a53b411f542bec081c31410a9d00faa81f75ca..45c68167009e3bbdaa682be4e2aee7ee785a7ca7 100755
--- a/Trigger/TrigHypothesis/TrigBjetHypo/TrigBjetHypo/TrigBtagFex.h
+++ b/Trigger/TrigHypothesis/TrigBjetHypo/TrigBjetHypo/TrigBtagFex.h
@@ -196,10 +196,10 @@ class TrigBtagFex: public HLT::FexAlgo {
   float m_mon_tag_IP3D;
   float m_mon_tag_SV1;
   float m_mon_tag_IP3DSV1;
-  float m_mon_tag_MV2c00;
-  float m_mon_tag_MV2c10;
-  float m_mon_tag_MV2c10_hybrid;
-  float m_mon_tag_MV2c20;
+  double m_mon_tag_MV2c00;
+  double m_mon_tag_MV2c10;
+  double m_mon_tag_MV2c10_hybrid;
+  double m_mon_tag_MV2c20;
   //2017 variables
   float m_mon_tag_IP2_c;
   float m_mon_tag_IP2_cu;
diff --git a/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBjetBtagHypoAlgMT.cxx b/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBjetBtagHypoAlgMT.cxx
index ad1cd899055d16160254e4c7ea87265e41424deb..957687f655578cb1ee3a8583512760e3b86d4b1f 100644
--- a/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBjetBtagHypoAlgMT.cxx
+++ b/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBjetBtagHypoAlgMT.cxx
@@ -340,13 +340,13 @@ StatusCode TrigBjetBtagHypoAlgMT::monitor_btagging( const ElementLinkVector< xAO
   MONITOR_BTAG_AUX_VAR(SV1_significance3d, float, bTaggingEL);
 
   MONITOR_BTAG_AUX_VAR(IP2D_isDefaults, char, bTaggingEL);
-  MONITOR_BTAG_AUX_VAR(IP2D_bu, double, bTaggingEL);
-  MONITOR_BTAG_AUX_VAR(IP2D_bc, double, bTaggingEL);
-  MONITOR_BTAG_AUX_VAR(IP2D_cu, double, bTaggingEL);
+  MONITOR_BTAG_AUX_VAR(IP2D_bu, float, bTaggingEL);
+  MONITOR_BTAG_AUX_VAR(IP2D_bc, float, bTaggingEL);
+  MONITOR_BTAG_AUX_VAR(IP2D_cu, float, bTaggingEL);
   MONITOR_BTAG_AUX_VAR(IP3D_isDefaults, char, bTaggingEL);
-  MONITOR_BTAG_AUX_VAR(IP3D_bu, double, bTaggingEL);
-  MONITOR_BTAG_AUX_VAR(IP3D_bc, double, bTaggingEL);
-  MONITOR_BTAG_AUX_VAR(IP3D_cu, double, bTaggingEL);
+  MONITOR_BTAG_AUX_VAR(IP3D_bu, float, bTaggingEL);
+  MONITOR_BTAG_AUX_VAR(IP3D_bc, float, bTaggingEL);
+  MONITOR_BTAG_AUX_VAR(IP3D_cu, float, bTaggingEL);
 
   MONITOR_BTAG_AUX_VAR(JetFitterSecondaryVertex_nTracks, int, bTaggingEL);
   MONITOR_BTAG_AUX_VAR(JetFitterSecondaryVertex_isDefaults, char, bTaggingEL);
diff --git a/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBjetHypo.cxx b/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBjetHypo.cxx
index 1a8775a079a70316bdd4326d2d72389f9f5d47c3..680eef0ffedc2a9ef82518ad93b269c5cae07e55 100755
--- a/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBjetHypo.cxx
+++ b/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBjetHypo.cxx
@@ -185,7 +185,8 @@ HLT::ErrorCode TrigBjetHypo::hltExecute(const HLT::TriggerElement* outputTE, boo
 
     for ( ; trigBTagging != trigBTaggingEnd; trigBTagging++) { 
 
-      double x = (*trigBTagging)->auxdata<double>("MV2c20_discriminant");
+      double x = 0.;
+      (*trigBTagging)->MVx_discriminant("MV2c20",x);
 
       if(msgLvl() <= MSG::DEBUG) msg() << MSG::DEBUG <<"MV2c20 x =  " << x;
       if(x>m_xcutMV2c20) {
@@ -203,7 +204,8 @@ HLT::ErrorCode TrigBjetHypo::hltExecute(const HLT::TriggerElement* outputTE, boo
 
     for ( ; trigBTagging != trigBTaggingEnd; trigBTagging++) {
 
-      double x = (*trigBTagging)->auxdata<double>("MV2c10_discriminant");
+      double x = 0.;
+      (*trigBTagging)->MVx_discriminant("MV2c10",x);
 
       if(msgLvl() <= MSG::DEBUG) msg() << MSG::DEBUG << "MV2c10 x =  " << x;
       if(x>m_xcutMV2c10) {
@@ -225,7 +227,8 @@ HLT::ErrorCode TrigBjetHypo::hltExecute(const HLT::TriggerElement* outputTE, boo
 
       // Temporary use mv2c00 for hybrid tuning
       //      double x = (*trigBTagging)->auxdata<double>("MV2c10_hybrid_discriminant");
-      double x = (*trigBTagging)->auxdata<double>("MV2c00_discriminant");
+      double x = 0.;
+      (*trigBTagging)->MVx_discriminant( "MV2c00",x );
 
       if(msgLvl() <= MSG::DEBUG) msg() << MSG::DEBUG << "MV2c10_hybrid x =  " << x;
       if(x>m_xcutMV2c10_hybrid) {
diff --git a/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBjetHypoAllTE.cxx b/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBjetHypoAllTE.cxx
index ec45e62eb3cee2e4e64ca6c50fc49f8ef1cd4d95..2775c7576291c6a1d1ed42bcbef60a244b6c5578 100644
--- a/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBjetHypoAllTE.cxx
+++ b/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBjetHypoAllTE.cxx
@@ -21,6 +21,8 @@
 #include "xAODJet/Jet.h"
 #include "xAODJet/JetContainer.h"
 
+#include "xAODBTagging/ftagfloat_t.h"
+
 using std::vector;
 
 
@@ -271,7 +273,7 @@ HLT::ErrorCode TrigBjetHypoAllTE::hltExecute(std::vector<std::vector<HLT::Trigge
     //
     //  Get pt and btagging weight
     //
-    double btagWeight = btagInfo->auxdata<double>(m_tagger);  
+    double btagWeight = btagInfo->auxdata<ftagfloat_t>(m_tagger);  
     double btagEt     = jet->p4().Et();
 
     //
diff --git a/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBtagFex.cxx b/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBtagFex.cxx
index 1ab92da1add8e4ee679895755c094a9134d9b8f1..c606edee9ef97df84b4b130fd677b57d83b249e7 100755
--- a/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBtagFex.cxx
+++ b/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBtagFex.cxx
@@ -301,7 +301,6 @@ HLT::ErrorCode TrigBtagFex::hltExecute(const HLT::TriggerElement* inputTE, HLT::
       if(msgLvl() <= MSG::WARNING) msg() << MSG::WARNING << "#BTAG# Failed in taggers call" << endmsg;
     }
   }
-
   // Fill monitoring variables
   float sv_check;
   float sv_mass_check;
@@ -394,12 +393,17 @@ HLT::ErrorCode TrigBtagFex::hltExecute(const HLT::TriggerElement* inputTE, HLT::
   m_mon_tag_IP2D    = trigBTagging->IP2D_loglikelihoodratio();
   m_mon_tag_IP3D    = trigBTagging->IP3D_loglikelihoodratio();
   m_mon_tag_IP3DSV1 = trigBTagging->SV1plusIP3D_discriminant();
-  m_mon_tag_MV2c00  = trigBTagging->auxdata<double>("MV2c00_discriminant");
-  m_mon_tag_MV2c10  = trigBTagging->auxdata<double>("MV2c10_discriminant");
+  m_mon_tag_MV2c00  = 0;
+  m_mon_tag_MV2c10  = 0;
+  trigBTagging->MVx_discriminant( "Mv2c00",m_mon_tag_MV2c00 );
+  trigBTagging->MVx_discriminant( "Mv2c10",m_mon_tag_MV2c10 );
   // Temporary use mv2c00 for hybrid tuning
   //  m_mon_tag_MV2c10_hybrid  = trigBTagging->auxdata<double>("MV2c10_hybrid_discriminant");
-  m_mon_tag_MV2c10_hybrid  = trigBTagging->auxdata<double>("MV2c00_discriminant");
-  m_mon_tag_MV2c20  = trigBTagging->auxdata<double>("MV2c20_discriminant");
+  m_mon_tag_MV2c10_hybrid  = 0;
+  m_mon_tag_MV2c20  = 0;
+  trigBTagging->MVx_discriminant( "MV2c00",m_mon_tag_MV2c10_hybrid );
+  trigBTagging->MVx_discriminant( "MV2c20",m_mon_tag_MV2c20 );
+
   if( trigBTagging->IP2D_pc() != 0 && trigBTagging->IP2D_pb() != 0 ) m_mon_tag_IP2_c   = log(( trigBTagging->IP2D_pb() )/( trigBTagging->IP2D_pc() ));
   else m_mon_tag_IP2_c   = -999.;
   if( trigBTagging->IP2D_pu() != 0 && trigBTagging->IP2D_pc() != 0 ) m_mon_tag_IP2_cu  = log(( trigBTagging->IP2D_pc() )/( trigBTagging->IP2D_pu() ));
@@ -412,15 +416,14 @@ HLT::ErrorCode TrigBtagFex::hltExecute(const HLT::TriggerElement* inputTE, HLT::
   m_mon_jet_pt  =  jet->pt()  ;
   m_mon_jet_eta =  jet->eta() ;
 
-
   // Dump results 
   ATH_MSG_DEBUG( "IP2D u/b: " << trigBTagging->IP2D_pu() << "/" << trigBTagging->IP2D_pb()
 		 << "   IP3D u/b: " << trigBTagging->IP3D_pu() << "/" << trigBTagging->IP3D_pb()
 		 << "   SV1 u/b: " << trigBTagging->SV1_pu() << "/" << trigBTagging->SV1_pb()
-		 << "   MV2c20 var: " << trigBTagging->auxdata<double>("MV2c20_discriminant") 
-		 << "   MV2c10 var: " << trigBTagging->auxdata<double>("MV2c10_discriminant")
+		 << "   MV2c20 var: " << m_mon_tag_MV2c20
+		 << "   MV2c10 var: " << m_mon_tag_MV2c10
 		 // Temporary use mv2c00 for hybrid tuning   
-		 << "   MV2c10_hybrid var: " << trigBTagging->auxdata<double>("MV2c00_discriminant") );
+		 << "   MV2c10_hybrid var: " << m_mon_tag_MV2c00 );
   //	  << "   MV2c10_hybrid var: " << trigBTagging->auxdata<double>("MV2c10_hybrid_discriminant") << endmsg;
   
   // ATTACH FEATURES AND CLEAR TEMPORARY OBJECTS
diff --git a/Trigger/TrigHypothesis/TrigEgammaHypo/python/TrigEgammaPrecisionEtcutHypoTool.py b/Trigger/TrigHypothesis/TrigEgammaHypo/python/TrigEgammaPrecisionEtcutHypoTool.py
index 93df21968a2e17c9de87e810adf32b4c7c6b16d3..dc8ce649c0b2f1bd9d8a225e83e4a2113274793b 100644
--- a/Trigger/TrigHypothesis/TrigEgammaHypo/python/TrigEgammaPrecisionEtcutHypoTool.py
+++ b/Trigger/TrigHypothesis/TrigEgammaHypo/python/TrigEgammaPrecisionEtcutHypoTool.py
@@ -1,6 +1,6 @@
 # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
-def _IncTool(name, threshold, sel):
+def _IncTool(name):
 
     from TrigEgammaHypo.TrigEgammaHypoConf import TrigEgammaPrecisionEtcutHypoTool    
 
@@ -12,16 +12,9 @@ def _IncTool(name, threshold, sel):
 
 def TrigEgammaPrecisionEtcutHypoToolFromDict( d ):
     """ Use menu decoded chain dictionary to configure the tool """
-    cparts = [i for i in d['chainParts'] if ((i['signature']=='Electron') or (i['signature']=='Photon'))]
-
-    def __th(cpart):
-        return cpart['threshold']
-    
-    def __sel(cpart):
-        return cpart['addInfo'][0] if cpart['addInfo'] else cpart['IDinfo']
     
     name = d['chainName']
         
-    return _IncTool( name, __th( cparts[0]),  __sel( cparts[0] ) )
-                   
+    #return _IncTool( name, __th( cparts[0]),  __sel( cparts[0] ) )
+    return _IncTool( name )               
     
diff --git a/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaFastCaloHypoToolInc.cxx b/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaFastCaloHypoToolInc.cxx
index 2b541103c942e83229c1f1c1efe13be031f7ca50..371cef4379a2b2a1f0fc11d3d6f812847995a1ba 100644
--- a/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaFastCaloHypoToolInc.cxx
+++ b/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaFastCaloHypoToolInc.cxx
@@ -390,12 +390,13 @@ bool TrigEgammaFastCaloHypoToolInc::decide_ringer ( const ITrigEgammaFastCaloHyp
   
   ATH_MSG_DEBUG("Et = "<< et << " Eta = "<<eta << " mu = " << avgmu << "rsize = "<< refRings.size()); 
 
-  auto output = m_selectorTool.calculate( refRings, et, eta, avgmu, propagate_time, preproc_time );
+  // use the energy (in MeV) and eta from emCluster
+  auto output = m_selectorTool.calculate( refRings, emCluster->et(), emCluster->eta(), avgmu, propagate_time, preproc_time );
   rnnOutMon = output;
   ATH_MSG_DEBUG(name()<< " generate as NN output " <<  output );
   
   decide_time.start();
-  bool accept = m_selectorTool.accept(output, et,eta,avgmu);
+  bool accept = m_selectorTool.accept(output, emCluster->et(),emCluster->eta(),avgmu);
   decide_time.stop();
 
   total_time.stop();
diff --git a/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaPrecisionEtcutHypoAlgMT.cxx b/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaPrecisionEtcutHypoAlgMT.cxx
index 26f4ee9e12fd162111844f822088b43ab1733814..da60633b8c3ee6ecb49bf765a6d133a7f4e43432 100644
--- a/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaPrecisionEtcutHypoAlgMT.cxx
+++ b/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaPrecisionEtcutHypoAlgMT.cxx
@@ -18,9 +18,6 @@ TrigEgammaPrecisionEtcutHypoAlgMT::TrigEgammaPrecisionEtcutHypoAlgMT( const std:
 StatusCode TrigEgammaPrecisionEtcutHypoAlgMT::initialize() {
   ATH_CHECK( m_hypoTools.retrieve() );
   
-  ATH_CHECK( m_clustersKey.initialize() );
-  renounce( m_clustersKey );// clusters are made in views, so they are not in the EvtStore: hide them
-
   return StatusCode::SUCCESS;
 }
 
@@ -35,19 +32,19 @@ StatusCode TrigEgammaPrecisionEtcutHypoAlgMT::execute( const EventContext& conte
 
   // new output decisions
   SG::WriteHandle<DecisionContainer> outputHandle = createAndStore(decisionOutput(), context ); 
-  auto outputDecision = outputHandle.ptr();
+  DecisionContainer* outputDecision = outputHandle.ptr();
 
   // input for decision
   std::vector<ITrigEgammaPrecisionEtcutHypoTool::ClusterInfo> toolInput;
 
   // loop over previous decisions
   size_t counter=0;
-  for ( auto previousDecision: *previousDecisionsHandle ) {
+  for ( const Decision* previousDecision: *previousDecisionsHandle ) {
   
     const auto featureEL = findLink<xAOD::CaloClusterContainer>( previousDecision, featureString() );
     ATH_CHECK(featureEL.isValid());
     auto d = newDecisionIn( outputDecision, name() );
-    d->setObjectLink<>( featureString(),  featureEL.link );
+    d->setObjectLink<xAOD::CaloClusterContainer>( featureString(),  featureEL.link );
     
     TrigCompositeUtils::linkToPrevious( d, decisionInput().key(), counter );
     toolInput.emplace_back( d, previousDecision );   
diff --git a/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaPrecisionEtcutHypoAlgMT.h b/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaPrecisionEtcutHypoAlgMT.h
index dd156fca0673a4e0351d99ea423f041550617b9d..4face508d29b77860271c297fef08f086ad57c45 100644
--- a/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaPrecisionEtcutHypoAlgMT.h
+++ b/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaPrecisionEtcutHypoAlgMT.h
@@ -31,9 +31,7 @@ class TrigEgammaPrecisionEtcutHypoAlgMT : public ::HypoBase {
 
  private: 
   ToolHandleArray< ITrigEgammaPrecisionEtcutHypoTool > m_hypoTools { this, "HypoTools", {}, "Hypo tools" };
-     
-  SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clustersKey { this, "CaloClusters", "CaloClusters", "CaloClusters in roi" };  
-  
+      
 
 }; 
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/C++/ConfigToCode.tex b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/C++/ConfigToCode.tex
new file mode 100644
index 0000000000000000000000000000000000000000..6f589dbf6fd7b1411073cb66ff71b1f8c1d85ed7
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/C++/ConfigToCode.tex
@@ -0,0 +1,456 @@
+\documentclass{beamer}
+
+% \usepackage{beamerthemesplit} // Activate for custom appearance
+
+\title{The Trigger Jet Hypo - Concept and C++ Implmentation}
+\author{P Sherwood}
+\date{05 November 2020}
+
+\addtobeamertemplate{navigation symbols}{}{%
+    \usebeamerfont{footline}%
+    \usebeamercolor[fg]{footline}%
+    \hspace{1em}%
+    \insertframenumber/\inserttotalframenumber
+}
+\usepackage{xcolor}
+\usepackage{caption}
+\usepackage{subcaption}
+
+
+\begin{document}
+
+\frame{\titlepage}
+% \begin{frame}
+%       \frametitle{Outline}
+%       \begin{quotation}
+%       My mind is clearer now - at last all too well I can see where we all soon will be
+%	\end{quotation}
+%       \tableofcontents[pausesections]
+%\end{frame}
+
+
+
+%\subsection {Tree Structures}
+%\subsection{HypoTrees}
+%\subsection{ConditionTrees}
+%\subsection{Dynamic Programming}
+
+%\part{The Jet Hypo as a Tree}
+%\frame{\partpage
+%	
+%%{
+%  \frametitle{Part 1: Fast Reduction Generalities}
+%  }
+%}
+
+\frame
+{
+  \frametitle{Past and  Present}
+
+\begin{block}{History}
+\begin{description}
+\item[Run 1] Write an Athena Component (then Algorithm, now AlgTool) for each new idea.
+\item[Run 2] Bipartite Graph of jets and Conditions. Solve with Ford-Fulkerson Alfgorithm
+\item[Long Shutdown] AlgTool trees.
+\item[Current] FastReduction
+\end{description}
+\end{block}
+
+\begin{block}{Goal}
+We wish to provide a framework that allows all hypos (current and as yet unthought of) to
+be handled in a common way.
+\end{block}
+ }
+
+\frame{
+\frametitle{FastReduction - Building blocks.}
+
+\begin{block}{Elements}
+\begin{description}
+\item[Jet  Group]  a vector of (not necessarily xAOD) jets objects. 
+\item [Condition]  an object that tests whether a jet group passes some conditions
+\end{description}
+\end{block}
+
+\begin{block}{Trees - A Hierarchical Structure of Conditions}
+\begin{itemize}
+\item nodes represent Condition objects
+\item child nodes represent "earlier" conditions.
+\item There is a single root node.
+\end{itemize}
+\end{block}
+
+} 
+
+\frame{
+\frametitle{Very Simple Examples}
+
+\begin{minipage}[T]{0.68\linewidth}
+\begin{block}{Single Condition Chain (eg j60)}
+Any jet with $E_t > 60$ is passed to .
+\end{block}
+
+\end{minipage}%\hfill
+\begin{minipage}[T]{0.28\linewidth}
+
+%\includegraphics[trim = 10mm 0mm 10mm 10mm, clip,width=.9\textwidth, scale = 0.1]{Pictures/conditionsTree_1}
+\includegraphics[trim = 10mm 0mm 10mm 10mm, clip, scale = 0.5]{Pictures/conditionsTree_1}
+\end{minipage}
+
+\begin{minipage}[T]{0.68\linewidth}
+\begin{block}{Two Condition Chain (eg j80\_j60)}
+
+\begin{description}
+\item[ $E_t(j1)= 70, E_t(j2) = 70$] Fails
+\item[ $E_t(j1)= 90, E_t(j2) = 70$] (j1, j2) passed to root
+\item[ $E_t(j1)= 90, E_t(j2) = 90$] (j1, j2), (j2, j1)  passed to root
+\end{description}
+
+
+\end{block}
+
+\end{minipage}%\hfill
+\begin{minipage}[T]{0.28\linewidth}
+
+\includegraphics[trim = 10mm 0mm 10mm 10mm, clip,scale=0.5]{Pictures/conditionsTree_2}
+\end{minipage}
+}
+
+\frame
+{
+ \frametitle{What are the actions of the jet hypo?}
+ \begin{block}{}
+  \begin{enumerate}
+\item read in the reconstructed jet container
+\item split the container of $n$ jets into $n$ containers of 1 jet
+\item present the single jets to conditions at the bottom of the tree
+\item event fails if there is an unsatisfied Condition.
+\item combine the jets passing these single jet cuts into {\it new} jet groups. Groups with duplicate jets rejected.
+\item pass the combined job groups to the parent
+\item repeat the procedure. If the root node is reached by some job~group, the hypo passes, otherwise it fails.
+\item report any jet that participates in any jet group that reaches the root node to the Trigger framework (for BJets..)
+\end{enumerate}
+\end{block}
+}
+
+
+\frame
+{
+\frametitle{Determining node processing order}
+
+\begin{minipage}[T]{0.58\linewidth}
+\begin{block}{Need for node scheduling}
+All sibling nodes must be processed before their parents. Siblings are equidistant from root, but varying distance from
+their descendant leaf nodes. Use a \alert{priority queue} with highest priority given to the deepest nodes
+\end{block}
+
+\begin{block}{What is a priority queue?}
+Queue - like but highest priority out first. 
+STL provides an implementation.
+\end{block}
+\begin{block}{Initialize with leaf nodes}
+Nodes 8-14 processed before 3. 
+\end{block}
+
+\end{minipage}%\hfill
+\begin{minipage}[T]{0.38\linewidth}
+
+\includegraphics[trim = 10mm 0mm 10mm 10mm, clip,width=.9\textwidth]{Pictures/conditionsTree}
+\end{minipage}
+%
+%\begin{block}{What is a priority queue?}
+%\end{block}
+%
+%\begin{block}{Why use a priority queue?}
+%\end{block}
+}
+
+
+ \frame
+{
+\frametitle{Data Structures and Growth}
+\begin{block}{Indexed Objects}
+The algorithm keeps track of indices assigned to Condtion objects and jet groups. Propagation deals with indices. Satisfaction
+is tested using Jet Group and Condition objects 
+\end{block}
+
+\begin{block}{Data Structures}
+\begin{itemize}
+\item index to Condition look-up table. Fixed
+\item index to Jet group look-up table. \alert{Grows}
+\item parent Condition Vector. Used to determine Condition parent and siblings
+\item Condition to satisfying job group indices (index $\rightarrow$ [indices])/ \alert{Grows}
+\item jobGroup index to elemental (incoming) jet groups. Convenience structure to quickly obtain jets for a combined jet group. \alert{Grows}
+\end{itemize}
+
+\end{block}
+
+}
+
+
+\begin{frame}[fragile=singleslide]
+\frametitle{Fast Reduction - DAta Structures}
+
+
+\begin{minipage}[t]{0.48\linewidth}
+\begin{block}{Tree: node representaton}
+\includegraphics[trim = 10mm 0mm 10mm 10mm, clip, scale=0.15]{Pictures/conditionsTree}
+\end{block}
+%\begin{block}{Chain Label}
+%
+%\begin{tiny}
+%partgen([] partgen([] simple([(neta, 84et)(peta, 84et)]))\\             
+%                 combgen([]qjet([(170qjmass190)])\\
+%                         partgen([]\\
+%                                 combgen([] \\
+%                                         dijet([(70djmass90)])\\
+%                                         simple([(10et)(11et)]))\\
+%                                 combgen([] \\
+%                                         dijet([(71djmass91)])\\
+%                                         simple([(12et)(13et)])))))\\
+%
+%\end{tiny}
+%\end{block}
+\end{minipage}\hfill
+\begin{minipage}[t]{0.48\linewidth}
+\begin{block}{Tree: Conditions Parent Table representation}
+\begin{center}
+\begin{tiny}
+[0 0 1 \alert{2} \alert{2} 0 5 6 7 \alert{8} \alert{8} 6 11 \alert{12}  \alert{12} ]
+
+Leaf nodes in \alert{red}
+
+\end{tiny}
+\end{center}
+\end{block}
+\end{minipage}
+\begin{minipage}[t]{0.38\linewidth}
+\begin{block}{satisfiedBy}
+\begin{center}
+\begin{tiny}
+\begin{tabular}{r|l}
+Cond indx& jet groups indices\\ \hline
+0: & [] \\
+1: & [] \\
+2: & [] \\
+3: & [] \\
+4: & [] \\
+5: & [] \\
+6: & [] \\
+7: & [] \\
+8: & [] \\
+9: & [] \\
+10:& [] \\
+11:& [] \\
+12:& [] \\
+13:& [] \\
+14:& [] \\
+\end{tabular}
+\end{tiny}
+\end{center}
+\end{block}
+\end{minipage}\hfill
+\begin{minipage}[t]{0.58\linewidth}
+\begin{block}{Conditions Table}
+\begin{tiny}
+\begin{tabular}{ll}
+  0: & AcceptAllConditionMT\\
+  1: & AcceptAllConditionMT\\
+  2: & AcceptAllConditionMT\\
+  3: & EtConditionMT 84000 \\
+     & EtaConditionSignedMT etaMin -3.2 etaMax 0 \\
+  4: & EtConditionMT Et threshold: 84000 \\
+     & EtaConditionSignedMT etaMin 0 etaMax 3.2 \\
+  5: & QjetMassConditionMT: mass min: 170000 mass max: 190000 \\
+  6: & AcceptAllConditionMT\\
+  7: & DijetMassConditionMT mass min: 70000 mass max: 90000 \\
+  8: & AcceptAllConditionMT\\
+  9: & EtConditionMT Et threshold: 10000 \\
+ 10: & EtConditionMT Et threshold: 11000 \\
+ 11: & DijetMassConditionMT mass min: 71000 mass max: 91000\\
+ 12: & AcceptAllConditionMT\\
+ 13: & EtConditionMT (0x646cea0)  Et threshold: 12000 \\
+ 14: & EtConditionMT (0x646ceb0)  Et threshold: 13000 \\
+\end{tabular}
+\end{tiny}
+\end{block}
+\end{minipage}
+\end{frame}
+
+
+\begin{frame}[fragile=singleslide]
+\frametitle{SatisfiedBy table at the end of processing}
+
+
+%\begin{minipage}[t]{0.48\linewidth}
+%\begin{block}{Chain Label}
+%
+%\begin{tiny}
+%partgen([] partgen([] simple([(neta, 84et)(peta, 84et)]))\\             
+%                 combgen([]qjet([(170qjmass190)])\\
+%                         partgen([]\\
+%                                 combgen([] \\
+%                                         dijet([(70djmass90)])\\
+%                                         simple([(10et)(11et)]))\\
+%                                 combgen([] \\
+%                                         dijet([(71djmass91)])\\
+%                                         simple([(12et)(13et)])))))\\
+%
+%\end{tiny}
+%\end{block}
+%\end{minipage}\hfill
+%\begin{minipage}[t]{0.48\linewidth}
+%\begin{block}{Conditions Parent Table}
+%\begin{center}
+%\begin{tiny}
+%[0 0 1 \alert{2} \alert{2} 0 5 6 7 \alert{8} \alert{8} 6 11 \alert{12}  \alert{12} ]
+%
+%Leaf nodes in \alert{red}
+%
+%\end{tiny}
+%\end{center}
+%\end{block}
+%\end{minipage}
+\begin{minipage}[t]{0.48\linewidth}
+\begin{block}{failing event}
+\begin{center}
+\begin{tiny}
+\begin{tabular}{r|l}
+Cond indx& jet groups indices\\ \hline
+0: & [] \\
+1: & [] \\
+2: & [] \\
+3: & [1] \\
+4: & [] \\
+5: & [] \\
+6: & [] \\
+7: & [] \\
+8: & [] \\
+9: & [1 2 3 4 5 6 7] \\
+10:& [1 2 3 4 5 6 7] \\
+11:& [] \\
+12:& [] \\
+13:& [1 2 3 4 5 6 7] \\
+14:& [1 2 3 4 5 6 7] \\
+\end{tabular}
+\end{tiny}
+\end{center}
+\end{block}
+\end{minipage}
+\begin{minipage}[t]{0.48\linewidth}
+\begin{block}{passing event}
+\begin{center}
+\begin{tiny}
+\begin{tabular}{r|l}
+Cond indx& jet groups indices\\ \hline
+0: & [16] \\
+1: & [7 12 13 9 8 14 11] \\
+2: & [7 12 13 9 8 14 11] \\
+3: & [1 3 5 6] \\
+4: & [0 2 4] \\
+5: & [15] \\
+6: & [15] \\
+7: & [7 9 11] \\
+8: & [7 8 9 10 11] \\
+9: & [0 1 4 6] \\
+10: & [0 1 6] \\
+11: & [7 9 11] \\
+12: & [7 8 9 10 11] \\
+13: & [0 1 4 6] \\
+14: & [0 1 6] \\
+\end{tabular}
+\end{tiny}
+\end{center}
+\end{block}
+\end{minipage}\hfill
+\end{frame}
+
+%
+% \section{FastReduction Configuration}
+%\part{Fast Reduction Configuration}
+%\frame{\partpage}
+%
+ \frame
+{
+\frametitle{C++ Athena Component Structure}
+\includegraphics[trim = 0mm 0mm 0mm 10mm, clip, width=0.9\textwidth]{Pictures/AlgTools}
+
+
+}
+
+ \frame
+{
+\frametitle{Jet Hypo C++ Mechanics}
+
+\begin{block}{Classes}
+\begin{description}
+\item[TrigJetHypoAlgMT] Interacts with Trigger Framework: decides
+retrieves Decision objects, retrieves jet collection, passes these to each TrigJetHypoToolMT
+\item[TrigJetHypoToolMT] Represents a chain hypo. Decides
+whether the jet hypo should run, sends jet collection, to  TrigJetHypoHelperTool]  
+reports a list of jets participating in a positive decision
+\item[TrigJetHypoHelperToolMT] Attribute of TrigJetHypoTool. Receives jets, runs FastJet.
+\item 
+\end{description}
+\end{block}
+}
+
+\frame
+{
+\frametitle{TrigJetHypoHelperTool MT C++}
+\begin{block}{TrigJetHypoHelperTool MT attributes}
+\begin{description}
+\item[JetGrouper ]  Splits incoming jet collection into smaller groups of a specified size.
+\item[Matcher ]  Matcher - Passes the jet groups to Conditions. Keeps track of Condition satisfaction.
+\item[ITrigJetHypoToolConfig] class to supply the above attributes
+\end{description}
+\end{block}
+}
+
+\frame{
+\frametitle{ITrigJetHypoToolConfig implementation for FastReduction}
+
+TrigJetHypoToolConfig\_fastreduction
+
+\begin{block}{JetGrouper}
+SingleJetGrouper:  splits incoming jet collection of $n$ jets to $n$ collections of
+1 jet. These are massed to the Matcher
+\end{block}
+
+\begin{block}{Matcher}
+FastReductionMatcher: Instantiates FastReducer with the jet group collection.
+Run FastReducer. Reports FastReducer result.
+\end{block}
+
+\begin{block}{ConditionMakers}
+AlgToolArray. Each Condition is  instantiated by an  an element of this array.
+The ConditionMakers are asked for their Conditions when the Matcher is 
+instantiated. The Matcher receives the Conditions
+\end{block}
+}
+
+
+ \frame
+{
+\frametitle{AlgTool Configuration}
+
+How do we initialise all these C++ AlgTools?
+
+Thats what the python configuration code does.
+
+That story is for next time.
+}
+
+\frame
+{
+\frametitle{Afterthoughts}
+\begin{itemize}
+\item Dumping data structures
+\item identical Conditions
+\item Code/history clean up
+\end{itemize}
+}
+
+
+
+ \end{document}
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/C++/Pictures/AlgTools.tex b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/C++/Pictures/AlgTools.tex
new file mode 100644
index 0000000000000000000000000000000000000000..c47d915990ea3a76cd8e64db2e94d0fb7808329f
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/C++/Pictures/AlgTools.tex
@@ -0,0 +1,63 @@
+\documentclass[11pt]{amsart}
+\usepackage{geometry}                % See geometry.pdf to learn the layout options. There are lots.
+\geometry{a4paper}                   % ... or a4paper or a5paper or ... 
+%\geometry{landscape}                % Activate for for rotated page geometry
+%\usepackage[parfill]{parskip}    % Activate to begin paragraphs with an empty line rather than an indent
+\usepackage{xstring}
+\usepackage{graphicx}
+\usepackage{amssymb}
+\usepackage{epstopdf}
+\usepackage[english]{babel}
+\usepackage{tikz}
+\usepackage{ifthen}
+\usepackage{calc}
+%\usepackage{pfgopts}
+\usepackage{tikz-uml}
+\usetikzlibrary{positioning}
+\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
+
+\title{Brief Article}
+\author{The Author}
+%\date{}                                           % Activate to display a given date or no date
+
+\begin{document}
+%\maketitle
+%\section{}
+%\subsection{}
+
+ 
+\begin{tikzpicture} 
+
+\umlsimpleclass{TrigJetHypoAlgMT}{
+}{}
+
+\umlsimpleclass[right=4cm of TrigJetHypoAlgMT] {TrigJetHypoToolMT}{
+}{}
+\umlsimpleclass[below=2cm of TrigJetHypoToolMT] {TrigJetHypoToolHelper}{}{}
+\umlclass[left=3cm of TrigJetHypoToolHelper, type=Interface] {ITrigJetHypoToolConfig}{}{+ getMatcher()\\
++ getGrouper()\\}
+\umlclass[below=2cm of ITrigJetHypoToolConfig] {TrigJetHypoToolConfig-fastreducer}{}{- getConditions\\
+}
+
+\umlclass[right=3cm of TrigJetHypoToolConfig-fastreducer, type=Interface] {ITrigJetConditionConfig}{}{+getCondition()}
+
+\umlsimpleclass[below left=2.5cm and -1.5cm of ITrigJetConditionConfig] {TrigJetConditionConfig-et}
+\umlsimpleclass[below =3.5cm  and -0.5cm of ITrigJetConditionConfig] {TrigJetConditionConfig-eta}
+\umlsimpleclass[below right =4.5cm  and -3.5 of ITrigJetConditionConfig] {TrigJetConditionConfig-moment}
+
+
+\umluniassoc[mult=*]{TrigJetHypoAlgMT}{TrigJetHypoToolMT}
+\umluniassoc[mult=1]{TrigJetHypoToolMT}{TrigJetHypoToolHelper}
+\umluniassoc[mult=1]{TrigJetHypoToolHelper}{ITrigJetHypoToolConfig}
+\umluniassoc[mult=*]{TrigJetHypoToolConfig-fastreducer}{ITrigJetConditionConfig}
+\umlimpl{TrigJetHypoToolConfig-fastreducer}{ITrigJetHypoToolConfig}
+\umlimpl{TrigJetConditionConfig-et}{ITrigJetConditionConfig}
+\umlimpl{TrigJetConditionConfig-eta}{ITrigJetConditionConfig}
+\umlimpl{TrigJetConditionConfig-moment}{ITrigJetConditionConfig}
+
+
+
+\end{tikzpicture}
+
+
+\end{document}  
\ No newline at end of file
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/C++/Pictures/hypopass.tex b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/C++/Pictures/hypopass.tex
new file mode 100644
index 0000000000000000000000000000000000000000..d6ae9a16256130c0fae2f00f4afeabe0fcbf4157
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/C++/Pictures/hypopass.tex
@@ -0,0 +1,40 @@
+\documentclass[11pt]{amsart}
+\usepackage{geometry}                % See geometry.pdf to learn the layout options. There are lots.
+\geometry{a4paper}                   % ... or a4paper or a5paper or ... 
+%\geometry{landscape}                % Activate for for rotated page geometry
+%\usepackage[parfill]{parskip}    % Activate to begin paragraphs with an empty line rather than an indent
+\usepackage{graphicx}
+\usepackage{amssymb}
+\usepackage{epstopdf}
+
+\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
+\usepackage{tikz}
+\usetikzlibrary{positioning}
+
+\begin{document}
+
+
+\begin{tikzpicture}[scale=3, ->, >=stealth, shorten >=1pt, auto, node distance = 2.8cm, on grid, semithick,
+nd/.style={circle,draw=blue!50, thick,minimum size=15mm}, dots/.style={draw=black!50, thick,minimum size=15mm}]
+  \node[nd]  (0) {$c_0$};
+  \node (d1)  [below=of 0]   {...};
+  \node[nd] (11) [left=of d1]   {$c_{11}$};
+  \node[nd] (10) [left=of 11]   {$c_{10}$};
+   \node[nd] (12) [right=of d1]   {$c_{1n_1-1}$};
+      \node[nd] (13) [right=of 12]   {$c_{1n_1}$};
+
+%    \node[nd] (4) [below =of 10]   {$c_{20}$};
+%    \node[nd] (5) [below =of 20]   {$c_{2n_2}$};
+%    \node[nd] (5) [below right=of 3]   {$c_5$};
+
+%  \path  (0) edge [red] node [swap]   {2/2} (1)
+%                  edge [red] node {2/1`} (2)
+%           (1)  edge [red] node [swap]   {3/2} (3)
+%                  edge node [near start] {1/0} (4)
+%           (2)  edge node [near start] {1/0} (3)
+%                  edge [red] node  {1/1} (4)
+%           (3)  edge [red] node [swap]  {2/2} (5)
+%           (4)  edge [red] node {3/1} (5);
+\end{tikzpicture}.
+
+\end{document}
\ No newline at end of file
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/JetTriggerPythonConfiguration.tex b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/JetTriggerPythonConfiguration.tex
new file mode 100644
index 0000000000000000000000000000000000000000..d8058c3980af2ebd29ea7674109384edb66d30d6
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/JetTriggerPythonConfiguration.tex
@@ -0,0 +1,365 @@
+\documentclass{beamer}
+
+% \usepackage{beamerthemesplit} // Activate for custom appearance
+
+\title{The Trigger Jet Hypo - Python Configuration}
+\author{P Sherwood}
+\date{10 November 2020}
+
+\addtobeamertemplate{navigation symbols}{}{%
+    \usebeamerfont{footline}%
+    \usebeamercolor[fg]{footline}%
+    \hspace{1em}%
+    \insertframenumber/\inserttotalframenumber
+}
+\usepackage{xcolor}
+\usepackage{caption}
+\usepackage{subcaption}
+\usepackage{wrapfig}
+
+
+\begin{document}
+
+\frame{\titlepage}
+% \begin{frame}
+%       \frametitle{Outline}
+%       \begin{quotation}
+%       My mind is clearer now - at last all too well I can see where we all soon will be
+%	\end{quotation}
+%       \tableofcontents[pausesections]
+%\end{frame}
+
+
+
+%\subsection {Tree Structures}
+%\subsection{HypoTrees}
+%\subsection{ConditionTrees}
+%\subsection{Dynamic Programming}
+
+%\part{The Jet Hypo as a Tree}
+%\frame{\partpage
+%	
+%%{
+%  \frametitle{Part 1: Fast Reduction Generalities}
+%  }
+%}
+
+\frame 
+ {
+ \frametitle{Context}
+ 
+ \begin{block}{High level: C++}
+ At initialisation, the Trigger Framework:
+ \begin{itemize}
+\item instantiates 1 JetHypoTool per chain.
+\item instantiates 1 JetHypoAlgorithm
+\item passes the tools to the Algorithm
+\end{itemize}
+\end{block}
+
+\begin{block}{Role of the python configuration}
+Provide the initialisation for any JetHypoAlgTool and its helper AlgTool classes
+\end{block}
+}
+
+
+\frame 
+ {
+ \frametitle{Jet Hypo AlgTool structure (C++)}
+   \begin{block}{}
+   %\begin{wrapfigure}{l}{0.82\linewidth}
+      \begin{minipage}[T]{0.75\linewidth}
+   \includegraphics[trim = 20mm 130mm 0mm 25mm, clip, width= 0.98\linewidth]{Pictures/class_overview}
+   \end{minipage}%
+   % \end{wrapfigure}   AlgTools to be intialised in yellow
+         \begin{minipage}[T]{0.25\linewidth}
+         \begin{small}
+          {\bf Yellow:} AlgTools to be initialised by jet~trig python\\
+          {\it C++ \& python classes are isomorphic}
+          
+          \hrulefill\\
+          {\bf Red:} Non-component objects instantiated by HelperConfig
+          \end{small}
+           \end{minipage}
+   \end{block}   
+   \begin{block}{}
+   Experience from Run 2:  different hypo approaches can be encapsulated in the Matcher (FastReduction, AlgTrees, Maxflow...)
+   \end{block}
+}
+
+\frame 
+ {
+ \frametitle{Overview of the jet trigger python configuration}
+ \begin{block}{Goal}
+ Create python instances of TrigJetHypoTool and associated classes in order to initialise the  corresponding C++ classes
+  \end{block}
+  \begin{block}{Classes to be initialised for each chain}
+  \begin{itemize}
+  \item TrigJetHypoToolMT
+  \item TrigJetHypoToolHelperMT
+  \item TrigJetHypoToolHelperConfig\_fastreduction
+  \item multiple TrigJetConditionConfig
+  \end{itemize}
+
+
+  \end{block}
+  
+}
+
+\frame{
+	\frametitle{How do we do it?}
+	
+	\begin{block}{View from 35 000 ft}
+	
+		\begin{enumerate}
+			\item Trigger framework sends a chain dict.
+			\item chain dict $\rightarrow$ chain label (hierarchical tree representation)
+			\item chain label $\rightarrow$ node tree  (hierarchical tree representation)
+			\item process node tree to recover python AlgTools
+		\end	{enumerate}
+	\end{block}
+}
+
+\begin{frame}[fragile]
+	\frametitle{Chain Label examples}
+
+	\begin{block}{chain label examples: scenario = `simple'}
+		\begin{itemize}
+			\item 'simple([(38et, 0eta320)])',
+			\item 'simple([(38et, 0eta320)(40et, 0eta320)])',
+			\item 'simple([(38et, 0eta320, 011jvt)])',
+		\end{itemize}
+	\end{block}
+	
+	\begin{block}{chain label examples: scenario $\neq$ `simple', nested scenarios}
+		and([]\\
+    \makebox[1cm]{}{simple([(30et,500neta)(30et,peta500)])}\\
+    \makebox[1cm]{}combgen([(10et,0eta320)]\\
+	    \makebox[2cm]{}dijet([(34djmass,26djdphi)])\\
+	    \makebox[2cm]{}simple([(10et,0eta320)(20et,0eta320)]\\
+	    \makebox[1cm]{})\\
+    )
+	\end{block}
+\end{frame}
+
+
+\frame{
+
+\frametitle{chainDict $\rightarrow$ chain label (chanDict2jetLabel.py)}
+% \frametitle{What's the deal with the `simple' scenario?}
+\begin{block}{hypo scenarios}
+`hypoScenario'  is a key in the chainDict. Its values decides how the chain label is constructed.
+\end{block}
+
+\begin{block}{hypoScenario = `simple'}
+\begin{itemize}
+\item The `simple' scenario maintains continuity with Run 2 chains.
+\item The chain names and chainDict remain as before remain as in Run 2.
+\item The jet trig python code assembles the chain label from various entries in the chainDict.
+\end{itemize}
+\end{block}
+
+\begin{block}{otherwise...}
+\begin{itemize}
+\item The `hypoScenario' key in the chain dict contains the chain label 
+which is taken from the chain name. {\it ex:}~HLT\_j0\_{\color{red}vbenf}{\color{blue}SEP30etSEP34mass35SEP50fbet}\_L1J20
+\item scenario ({\color{red}vbenf}) identifies a string template which is filled in using {\color{blue}parameters} in hypoScenario.
+\end{itemize}
+\end{block}
+
+}
+
+\frame{
+	\frametitle{chain label $\rightarrow$ node tree}
+	\begin{block}{chain label vs node treel}
+	\begin{center}
+		\begin{tabular}{|l|c|c|} \hline
+		& ChainLabel & node tree \\ \hline
+		type & string & node objects \\
+		par-child &nested parens & child elements \\
+		extendable & no & typically via visitors \\
+		\hline
+		\end{tabular}
+	\end{center}
+
+%	\begin{itemize}
+%		\item chain label is structured - legal chain labels conform to a syntax
+%		\item  the syntax allows for the prescription of a tree through nested parentheses.
+%	\item chain label contains information on Conditions (cut predicates)
+%	\end{itemize}
+	\end{block}
+\begin{block}{Why have a node tree as well?}
+Chain label and Node tree: same tree structure. Nodes allow python mechanics to set up AlgTools
+\end{block}
+	
+\begin{block}{Node tree creation and evolution}
+\begin{itemize}
+\item JetTrigParser reads the chain label. Syntax is checked. Creates initial node tree.
+\item Attributes of the nodes modifiable (are python objects!)
+\item Code organisation: encapsulate node modification actions in visitors - avoid complex Node class.
+\end{itemize}
+
+\end{block}
+}
+
+\frame{
+	\frametitle{ChainLabel $\rightarrow$ node tree: Generalities}
+	\begin{block}{chain label}
+	\begin{itemize}
+		\item chain label is structured - legal chain labels conform to a syntax
+		\item  the syntax allows for the prescription of a tree through nested parentheses.
+	\item chain label contains information on Conditions (cut vars, window cuts) and child nodes.
+	\end{itemize}
+	\end{block}
+
+\begin{block}{conversion to a node tree}
+\begin{itemize}
+\item node tree is tree made of node instances, Each node contains data, and a list of child nodes.
+\item the node tree has the strupwdcture prescribed by the chain label.
+\item the conversion from chain label to node tree is done using Jet
+\end{itemize}
+
+\end{block}
+}
+
+\frame{
+\frametitle{ChainLabel Syntax}
+
+Alphabet: $\Sigma=$\{[a-z][0-9],\}.
+\begin{center}
+\begin{tabular}{lll}
+{\it lower} & $\rightarrow$ & $a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|w|x|y|z$\\
+{\it digit \it} & $\rightarrow$ &$0|1|2|3|4|5|6|7|8|9$\\
+{\it parR}& $\rightarrow$ & ) \\
+{\it parL }  & $\rightarrow$ &( \\
+{\it braL} & $\rightarrow$ &[ \\
+{\it braR \it} & $\rightarrow$ &] \\
+{\it comma \it} & $\rightarrow$ &, \\
+{\it scenario \it}& $\rightarrow$ & {\it name, parL, windowList, \{scenario\}, parR }\\
+{\it name \it} & $\rightarrow$ &{\it lower,\{lower\}} \\
+{\it windowList \it} & $\rightarrow$ & {\it braL window, \{comma, window\}, braR \it}\\
+{\it window \it} & $\rightarrow$ &{\it \{digit\}, lower, \{lower\}, \{digit\}}  \\
+{\it scenarioList \it} & $\rightarrow$ &{\color{red}{\it scenario} $|$ {\it scenario scenarioList} } \\
+{\it  label$_S$ \it} & $\rightarrow$ &{\it scenarioList}  \\
+\end{tabular}
+\end{center}
+
+The scenarioList is what allows nesting (recursion).
+}
+
+\frame{
+	\frametitle{ChainLabel $\rightarrow$ node tree: Parsing}
+%	\begin{block}{}
+%	\begin{itemize}
+%		\item The parser checks the ChainLabel obeys the syntax (else ERROR)
+%		\item Creates an isomorphic node tree
+%	\end{itemize}
+%	\end{block}
+	
+	\begin{block}{}
+	   	\begin{minipage}[T]{0.5\linewidth}
+	 	\includegraphics[trim = 30mm 0mm 30mm 30mm, clip, width= \linewidth]{Pictures/hypoStateMachine}
+		\end{minipage}%
+		\begin{minipage}[T]{0.5\linewidth}
+		The parser ensures correct ChainLabel syntax (else Error Condition), node tree ismorphic to the ChainLabel.
+		\end{minipage}
+	\end{block}
+	
+}	
+
+\frame{
+ \frametitle{Recursive Classes = Trees}
+ \begin{block}{UML representations of a tree}
+  \includegraphics[trim = 10mm 230mm 0mm 20mm, clip, width= 1.0\linewidth]{Pictures/recursive}
+\end{block}
+
+ \begin{block}{Visitors traverse Trees}
+   \begin{minipage}[T]{0.55\linewidth}
+   \includegraphics[trim = 10mm 195mm 60mm 25mm, clip, width= 1.0\linewidth]{Pictures/visitor}
+   \end{minipage}%
+    \begin{minipage}[T]{0.45\linewidth}
+  	A: navigation\\Visitor: functionality.\\\mbox{}\\
+	New visitors can be introduced with modifying A.
+   \end{minipage}
+ \end{block}
+
+ }
+ 
+  
+\frame
+{
+  \frametitle{The visitors, and what they do}
+ % \begin{minipage}[T]{0.7\linewidth}
+\begin{block}{HLT\_j260\_320eta490\_L1J75\_31ETA49}
+ \includegraphics[trim = 10mm 180mm 0mm 20mm, clip, width= 0.8\linewidth]{Pictures/node}
+
+ \begin{description}
+\item[TreeParameterExpander\_visitor] Modifies  node: attach a conf\_attr list of dictionaries
+\end{description}
+\end{block}
+\begin{block}{}
+ \begin{description}
+ \item[ConditionsToolSetterFastReduction\_visitor] Modifies self: attaches  a TrigJetHypoToolHelperMT instance
+ \end{description}
+ \end{block}
+ }
+ 
+ \frame
+{
+  \frametitle{Python TrigJetHypoTool creation: Sequence Overview}
+  \begin{block}{}
+   \includegraphics[trim = 0mm 0mm 0mm 0mm, clip, width= \linewidth]{Pictures/Config_seq}
+   \end{block}
+ }
+ 
+  
+ \frame
+{
+  \frametitle{Python TrigJetHypoTool creation: TreeExpander\_Visitor}
+  \begin{block}{}
+   \includegraphics[trim = 0mm 0mm 0mm 0mm, clip, width= \linewidth]{Pictures/TreeParameterExpanderVisitor_seq}
+   \end{block}
+ }
+ 
+  \frame
+{
+  \frametitle{Python TrigJetHypoTool creation: TreeToolSetterFastReduction Visitor}
+  \begin{block}{}
+         \begin{minipage}[T]{0.45\linewidth}
+	   \includegraphics[trim = 0mm 0mm 100mm 0mm, clip, width= \linewidth]{Pictures/ConditionsToolSetterFastreduction_seq}
+	 \end{minipage}%
+	 \begin{minipage}[T]{0.55\linewidth}
+	 Non-leaf nodes $\rightarrow$ AcceptAll nodes\\
+	 Collect information from tree to:
+	 \begin{itemize}
+		\item build tree vector
+		\item instantiate ConditionMakers
+	\end{itemize}
+	 \end{minipage}
+
+   \end{block}
+ }
+
+ 
+
+ \end{document}
+
+\frame{
+ \frametitle{Concepts}
+ \begin{block}{TrigJetHypoToolHelperMT}
+ \begin{description}
+\item[Tree] A graph where each node has a single parent, except the rroot node. Each node as zero or more children.
+\item [Jet Group] a vector of jets
+\item[Condition] A predicate that accepts a jet group.
+\item[Grouper] A device that splits jet groups into smaller jet groups
+\item[Matcher] A device that presents jet froups to Conditions
+\end{description}
+ \end{block}
+  \begin{block}{FastReduction}
+  \begin{description}
+\item[ Condition Tree] Expresses hierarchical relations among Conditions
+\item[FastReducer] Class that performs FastReduction 
+\end{description}
+\end{block}
+ }
+
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/ConditionsToolSetterFastreduction_seq.tex b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/ConditionsToolSetterFastreduction_seq.tex
new file mode 100644
index 0000000000000000000000000000000000000000..abd2b4e93b112c258474c441621f4e82345ba2d3
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/ConditionsToolSetterFastreduction_seq.tex
@@ -0,0 +1,108 @@
+\documentclass[11pt]{amsart}
+\usepackage[left=10px,right=10px,top=10px,bottom=10px,paperwidth=12in, paperheight=12in]{geometry}                % See geometry.pdf to learn the layout options. There are lots.
+%\geometry{a4paper}                   % ... or a4paper or a5paper or ... 
+%\geometry{landscape}                % Activate for for rotated page geometry
+%\usepackage[parfill]{parskip}    % Activate to begin paragraphs with an empty line rather than an indent
+\usepackage{xstring}
+\usepackage{graphicx}
+\usepackage{amssymb}
+\usepackage{epstopdf}
+\usepackage[english]{babel}
+\usepackage{tikz}
+\usepackage{ifthen}
+\usepackage{calc}
+%\usepackage{pfgopts}
+\usepackage{tikz-uml}
+\usetikzlibrary{positioning}
+\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
+
+\title{Brief Article}
+\author{The Author}
+%\date{}                                           % Activate to display a given date or no date
+
+\begin{document}
+%\maketitle
+%\section{}
+%\subsection{}
+
+ 
+\begin{tikzpicture} 
+\begin{umlseqdiag}
+\umlobject [class=Node] {tree}
+\umlobject [class=ConditionsToolSetterFastReduction, x=5] {toolSetter}
+\begin{umlcall}[op={mod(self)}, dt=5]{tree}{toolSetter}
+	\umlcreatecall[class=Node, x=15]{toolSetter}{root}
+	\begin{umlcall}[op={attach(tree)}, dt=5]{toolSetter}{root}
+	\end{umlcall}
+	\begin{umlcall}[op={check\_scenarios}, dt=5]{toolSetter}{root}
+	\end{umlcall}
+	\begin{umlcall}[op={set\_conditions(root)}]{toolSetter}{toolSetter}
+		\begin{umlcall}[op={mod\_leaf(node)}]{toolSetter}{toolSetter}
+			\umlcreatecall[class=TrigJetConditionConfig\_compound, x=11]{toolSetter}{anon}
+			\begin{umlcall}[op={attach(anon)}]{toolSetter}{root}
+			\end{umlcall}
+		\end{umlcall}
+	\end{umlcall}	
+	\begin{umlcall}[op={remove\_combgen}, dt=5]{toolSetter}{root}
+	\end{umlcall}
+	\begin{umlcall}[op={remo\_combgen}, dt=5]{toolSetter}{root}
+	\end{umlcall}
+	\begin{umlcall}[op={split\_leaves}, dt=5]{toolSetter}{root}
+	\end{umlcall}
+	\begin{umlcall}[op={find\_shared}, dt=5]{toolSetter}{root}
+	\end{umlcall}
+	\begin{umlcall}[op={set\_ids(par=0, id=0)}, dt=5]{toolSetter}{root}
+	\end{umlcall}
+	\umlcreatecall[class=map, x=9]{toolSetter}{conditionsMap}
+	\begin{umlcall}[op={fillConditionsMap(conditionsMap)}]{toolSetter}{root}
+	\end{umlcall}
+	\begin{umlcallself}[op={map\_2\_vec(conditionsMap)}, return=conditionsVec]{toolSetter}
+	\end{umlcallself}
+	\umlcreatecall[class=map, x=9]{toolSetter}{tree-map}
+	\begin{umlcall}[op={fill\_tree\_map(tree-map)}]{toolSetter}{toolSetter}
+	\end{umlcall}
+	\begin{umlcallself}[op={map\_2\_vec(tree-map)}, return=treeVec]{toolSetter}
+	\end{umlcallself}
+	\umlcreatecall[class=TrigJetHypoToolConfig-fastreduction, x=15]{toolSetter}{confTool}
+	\begin{umlcall}[op={attach(conditionsVec)}]{toolSetter}{confTool}
+	\end{umlcall}
+	\begin{umlcall}[op={attach(treeVec)}]{toolSetter}{confTool}
+	\end{umlcall}
+	\begin{umlcall}[op={attach(sharedVector)}]{toolSetter}{confTool}
+	\end{umlcall}
+	\umlcreatecall[class=TrigJetHypoToolHelperMT, x=11]{toolSetter}{helperTool}
+	\begin{umlcall}[op={attach(configTool)}]{toolSetter}{helperTool}
+	\end{umlcall}
+	\begin{umlcall}[op={attach(helperTool)}]{toolSetter}{toolSetter}
+	\end{umlcall}
+\end{umlcall}
+%	\umlcreatecall[class=TrigJetHypoTool, x=25.7]{trigJetHypoToolFromDict}{tool}
+%	\begin{umlcall}[op={chaindict}, dt=5, return=helper]{trigJetHypoToolFromDict}{trigJetHypoToolHelperFromDict}
+%		\umlcreatecall[class=ChainLabel, x=13]{trigJetHypoToolHelperFromDict}{label}
+%		\umlcreatecall[class=ConditionsToolSetterFastReduction, x=19]{trigJetHypoToolHelperFromDict} {t-setter}
+%		\umlcreatecall[class=ChainLabelParser, x=13.7]{trigJetHypoToolHelperFromDict} {parser}
+%		\begin{umlcall}[op={parse(label)}, dt=5, return=tree]{trigJetHypoToolHelperFromDict}{parser}
+%			\umlcreatecall[class=Node, x=16.5]{parser}{tree}
+%		\end{umlcall}
+%		\umlcreatecall[class=TreeParameterExpander, x=13.7]{trigJetHypoToolHelperFromDict} {visitor}
+%		\begin{umlcall}[op={accept(visitor)}, dt=5]{trigJetHypoToolHelperFromDict}{tree}
+%		\end{umlcall}
+%		\begin{umlcall}[op={accept(t-setter)}, dt=5]{trigJetHypoToolHelperFromDict}{tree}
+%			\begin{umlcall}[op={mod(tree)}, return=helper, dt=5]{tree}{t-setter}
+%				\umlcreatecall[class=TrigJetHypoHelperTool, x=23]{t-setter} {helper}
+%			\end{umlcall}
+%			\begin{umlcallself}[op=attach(helper)]{tree}
+%			\end{umlcallself}
+%		\end{umlcall}
+%	\end{umlcall}
+%	\begin{umlcall}[op={attach(helper)}, dt=5]{trigJetHypoToolFromDict}{tool}
+%	\end{umlcall}
+%\end{umlcall}
+\end{umlseqdiag}
+
+
+
+\end{tikzpicture}
+
+
+\end{document}  
\ No newline at end of file
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/Config_seq.tex b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/Config_seq.tex
new file mode 100644
index 0000000000000000000000000000000000000000..ca40ecdb9f2f88366433521c7ed1ac8170601e69
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/Config_seq.tex
@@ -0,0 +1,68 @@
+\documentclass[11pt]{amsart}
+\usepackage[left=10px,right=10px,top=10px,bottom=10px,paperwidth=12in]{geometry}                % See geometry.pdf to learn the layout options. There are lots.
+%\geometry{a4paper}                   % ... or a4paper or a5paper or ... 
+%\geometry{landscape}                % Activate for for rotated page geometry
+%\usepackage[parfill]{parskip}    % Activate to begin paragraphs with an empty line rather than an indent
+\usepackage{xstring}
+\usepackage{graphicx}
+\usepackage{amssymb}
+\usepackage{epstopdf}
+\usepackage[english]{babel}
+\usepackage{tikz}
+\usepackage{ifthen}
+\usepackage{calc}
+%\usepackage{pfgopts}
+\usepackage{tikz-uml}
+\usetikzlibrary{positioning}
+\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
+
+\title{Brief Article}
+\author{The Author}
+%\date{}                                           % Activate to display a given date or no date
+
+\begin{document}
+%\maketitle
+%\section{}
+%\subsection{}
+
+ 
+\begin{tikzpicture} 
+\begin{umlseqdiag}
+\umlobject [no ddots] {menu}
+\umlobject [class=JC, x=3.7] {trigJetHypoToolFromDict}
+\umlobject [class=JC, x=9.5] {trigJetHypoToolHelperFromDict}
+\begin{umlcall}[op={chaindict}, dt=5, return=tool]{menu}{trigJetHypoToolFromDict}
+	\umlcreatecall[class=TrigJetHypoTool, x=25.7]{trigJetHypoToolFromDict}{tool}
+	\begin{umlcall}[op={chaindict}, dt=5, return=t-setter.helper]{trigJetHypoToolFromDict}{trigJetHypoToolHelperFromDict}
+		\umlcreatecall[class=ChainLabel, x=13]{trigJetHypoToolHelperFromDict}{label}
+		\umlcreatecall[class=ConditionsToolSetterFastReduction, x=19]{trigJetHypoToolHelperFromDict} {t-setter}
+		\umlcreatecall[class=ChainLabelParser, x=13.7]{trigJetHypoToolHelperFromDict} {parser}
+		\begin{umlcall}[op={parse(label)}, dt=5, return=tree]{trigJetHypoToolHelperFromDict}{parser}
+			\umlcreatecall[class=Node, x=16.5]{parser}{tree}
+		\end{umlcall}
+		\umlcreatecall[class=TreeParameterExpander, x=13.7]{trigJetHypoToolHelperFromDict} {visitor}
+		 \begin{umlfragment}[type=navigate tree]
+			\begin{umlcall}[op={accept(visitor)}, dt=5]{trigJetHypoToolHelperFromDict}{tree}
+			\end{umlcall}
+		\end{umlfragment}
+		\begin{umlcall}[op={mod(tree)}, dt=5]{trigJetHypoToolHelperFromDict}{t-setter}
+			 \begin{umlfragment}[type=navigate tree]
+			\begin{umlcall}[op={accept(self)}, dt=5]{t-setter}{tree}
+			\end{umlcall}
+			\end{umlfragment}
+			\umlcreatecall[class=TrigJetHypoHelperTool, x=23]{t-setter} {helper}
+			\begin{umlcallself}[op=attach(helper)]{t-setter}
+			\end{umlcallself}
+		\end{umlcall}
+
+	\end{umlcall}
+	\begin{umlcall}[op={attach(helper)}, dt=5]{trigJetHypoToolFromDict}{tool}
+	\end{umlcall}
+\end{umlcall}
+ 
+\end{umlseqdiag}
+\end{tikzpicture}
+
+JC: abbreviation for TrigJetToolConfig.py
+
+\end{document}  
\ No newline at end of file
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/Node_treeParameterExpander.tex b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/Node_treeParameterExpander.tex
new file mode 100644
index 0000000000000000000000000000000000000000..0609043bb0f9b9a85130d4f4f3c9e50623c7af91
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/Node_treeParameterExpander.tex
@@ -0,0 +1,75 @@
+\documentclass[11pt]{amsart}
+\usepackage{geometry}                % See geometry.pdf to learn the layout options. There are lots.
+\geometry{a4paper}                   % ... or a4paper or a5paper or ... 
+%\geometry{landscape}                % Activate for for rotated page geometry
+%\usepackage[parfill]{parskip}    % Activate to begin paragraphs with an empty line rather than an indent
+\usepackage{xstring}
+\usepackage{graphicx}
+\usepackage{amssymb}
+\usepackage{epstopdf}
+\usepackage[english]{babel}
+\usepackage{tikz}
+\usepackage{ifthen}
+\usepackage{calc}
+%\usepackage{pfgopts}
+\usepackage{tikz-uml}
+\usetikzlibrary{positioning}
+\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
+
+\title{Brief Article}
+\author{The Author}
+%\date{}                                           % Activate to display a given date or no date
+
+\begin{document}
+%\maketitle
+%\section{}
+%\subsection{}
+
+ 
+\begin{tikzpicture} 
+
+\umlclass{Node}{
+}{
+        int:node\_id=None\\
+        int:parent\_id=None\\
+        
+        string:scenario='simple'\\
+        string:parameters=(260et,320eta490)\\
+        list:children\\
+        list$<$dict$>$:conf\_attrs=[0]\\
+        AlgTool:tool=None\\
+        list$<$AlgTool$>$:compound\_condition\_tools \\
+        bool:tree\_top=True\\
+}
+\umluniassoc[mult=0..*]{Node}{Node}
+
+%\umlsimpleclass[right=4cm of TrigJetHypoAlgMT] {TrigJetHypoToolMT}{
+%}{}
+%\umlsimpleclass[below=2cm of TrigJetHypoToolMT] {TrigJetHypoToolHelper}{}{}
+%\umlclass[left=3cm of TrigJetHypoToolHelper, type=Interface] {ITrigJetHypoToolConfig}{}{+ getMatcher()\\
+%+ getGrouper()\\}
+%\umlclass[below=2cm of ITrigJetHypoToolConfig] {TrigJetHypoToolConfig-fastreducer}{}{- getConditions\\
+%}
+%
+%\umlclass[right=3cm of TrigJetHypoToolConfig-fastreducer, type=Interface] {ITrigJetConditionConfig}{}{+getCondition()}
+%
+%\umlsimpleclass[below left=2.5cm and -1.5cm of ITrigJetConditionConfig] {TrigJetConditionConfig-et}
+%\umlsimpleclass[below =3.5cm  and -0.5cm of ITrigJetConditionConfig] {TrigJetConditionConfig-eta}
+%\umlsimpleclass[below right =4.5cm  and -3.5 of ITrigJetConditionConfig] {TrigJetConditionConfig-moment}
+%
+%
+%\umluniassoc[mult=*]{TrigJetHypoAlgMT}{TrigJetHypoToolMT}
+%\umluniassoc[mult=1]{TrigJetHypoToolMT}{TrigJetHypoToolHelper}
+%\umluniassoc[mult=1]{TrigJetHypoToolHelper}{ITrigJetHypoToolConfig}
+%\umluniassoc[mult=*]{TrigJetHypoToolConfig-fastreducer}{ITrigJetConditionConfig}
+%\umlimpl{TrigJetHypoToolConfig-fastreducer}{ITrigJetHypoToolConfig}
+%\umlimpl{TrigJetConditionConfig-et}{ITrigJetConditionConfig}
+%\umlimpl{TrigJetConditionConfig-eta}{ITrigJetConditionConfig}
+%\umlimpl{TrigJetConditionConfig-moment}{ITrigJetConditionConfig}
+%
+%
+
+\end{tikzpicture}
+
+
+\end{document}  
\ No newline at end of file
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/TreeParameterExpanderVisitor_seq.tex b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/TreeParameterExpanderVisitor_seq.tex
new file mode 100644
index 0000000000000000000000000000000000000000..367437df048c192780058eb02ce85466b7f9106f
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/TreeParameterExpanderVisitor_seq.tex
@@ -0,0 +1,61 @@
+\documentclass[11pt]{amsart}
+\usepackage[left=10px,right=10px,top=10px,bottom=10px,paperwidth=12in]{geometry}                % See geometry.pdf to learn the layout options. There are lots.
+%\geometry{a4paper}                   % ... or a4paper or a5paper or ... 
+%\geometry{landscape}                % Activate for for rotated page geometry
+%\usepackage[parfill]{parskip}    % Activate to begin paragraphs with an empty line rather than an indent
+\usepackage{xstring}
+\usepackage{graphicx}
+\usepackage{amssymb}
+\usepackage{epstopdf}
+\usepackage[english]{babel}
+\usepackage{tikz}
+\usepackage{ifthen}
+\usepackage{calc}
+%\usepackage{pfgopts}
+\usepackage{tikz-uml}
+\usetikzlibrary{positioning}
+\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
+
+\title{Brief Article}
+\author{The Author}
+%\date{}                                           % Activate to display a given date or no date
+
+\begin{document}
+%\maketitle
+%\section{}
+%\subsection{}
+
+ 
+\begin{tikzpicture} 
+\begin{umlseqdiag}
+\umlobject [class=JC, x=9.5] {trigJetHypoToolHelperFromDict}
+\umlobject [class=Node, x=27.5] {tree}
+\umlcreatecall[class=TreeParameterExpander, x=13.7, dt=10]{trigJetHypoToolHelperFromDict} {visitor}
+\begin{umlcall}[op={mod(tree)}]{trigJetHypoToolHelperFromDict}{visitor}
+	\umlcreatecall[class=TreeParameterExpander-simple, x=18.7]{visitor}{expander} 
+	\begin{umlcall}[op={mod(tree)}, dt=5]{visitor}{expander}
+	\begin{umlcall}[op={accept(visitor)}, dt=5]{expander}{tree}
+		\begin{umlfragment}	[type=loop, name=childloop]		
+			\begin{umlcall}[op={mod(node=self)}]{tree}{expander}
+			\end{umlcall}
+			\begin{umlcreatecall}[class=ConditionDictMaker, x=25]{expander}{cdm}
+			\end{umlcreatecall}
+			\begin{umlcall}[op={makeDict(node.parameters)}, return=dict, dt=5]{expander}{cdm}
+			\end{umlcall}
+			\begin{umlcall} [op={attach(dict)}, dt=5, name=nodemod] {expander}{tree}
+			\end{umlcall}
+		\end{umlfragment}
+			\end{umlcall}
+
+		\umlnote[x=23, y = -13, width=150]{childloop}{navigate tree by modifing child nodes, then self}
+	\end{umlcall}
+\end{umlcall}
+
+\umlnote[x=3]{trigJetHypoToolHelperFromDict}{using a visitor, for each node in a Conditions tree, attach a dictionary of elemental conditions and their explicit values}
+\end{umlseqdiag}
+
+
+\end{tikzpicture}
+
+
+\end{document}  
\ No newline at end of file
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/TreeParameterExpanderVister_seq.tex b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/TreeParameterExpanderVister_seq.tex
new file mode 100644
index 0000000000000000000000000000000000000000..fd158684dd08c6b227f7b03c72f5823751225396
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/TreeParameterExpanderVister_seq.tex
@@ -0,0 +1,58 @@
+\documentclass[11pt]{amsart}
+\usepackage[left=10px,right=10px,top=10px,bottom=10px,paperwidth=12in]{geometry}                % See geometry.pdf to learn the layout options. There are lots.
+%\geometry{a4paper}                   % ... or a4paper or a5paper or ... 
+%\geometry{landscape}                % Activate for for rotated page geometry
+%\usepackage[parfill]{parskip}    % Activate to begin paragraphs with an empty line rather than an indent
+\usepackage{xstring}
+\usepackage{graphicx}
+\usepackage{amssymb}
+\usepackage{epstopdf}
+\usepackage[english]{babel}
+\usepackage{tikz}
+\usepackage{ifthen}
+\usepackage{calc}
+%\usepackage{pfgopts}
+\usepackage{tikz-uml}
+\usetikzlibrary{positioning}
+\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
+
+\title{Brief Article}
+\author{The Author}
+%\date{}                                           % Activate to display a given date or no date
+
+\begin{document}
+%\maketitle
+%\section{}
+%\subsection{}
+
+ 
+\begin{tikzpicture} 
+\begin{umlseqdiag}
+\umlobject [class=JC, x=9.5] {trigJetHypoToolHelperFromDict}
+\umlobject [class=Node, x=22.5] {tree}
+\umlcreatecall[class=TreeParameterExpander, x=13.7, dt=10]{trigJetHypoToolHelperFromDict} {visitor}
+\begin{umlcall}[op={mod(tree)}]{trigJetHypoToolHelperFromDict}{visitor}
+	\umlcreatecall[class=TreeParameterExpander-simple, x=18.7]{visitor}{expander} 
+	\begin{umlcall}[op={accept(visitor)}, dt=5]{visitor}{tree}
+		\begin{umlfragment}	[type=loop, name=childloop]		
+			\begin{umlcall}[op={mod(node=self)}]{tree}{visitor}
+			\end{umlcall}
+			\begin{umlcreatecall}[class=ConditionDictMaker, x=19]{visitor}{cdm}
+			\end{umlcreatecall}
+			\begin{umlcall}[op={makeDict(node.parameters)}, return=dict, dt=5]{visitor}{cdm}
+			\end{umlcall}
+			\begin{umlcall} [op={attach(dict)}, dt=5, name=nodemod] {visitor}{tree}
+			\end{umlcall}
+		\end{umlfragment}
+		\umlnote[x=25, y = -13, width=100]{childloop}{navigate tree by modifing child nodes, then self}
+	\end{umlcall}
+\end{umlcall}
+
+\umlnote[x=2]{trigJetHypoToolHelperFromDict}{using a visitor, for each node in a Conditions tree, attach a dictionary of elemental conditions and their explicit values}
+\end{umlseqdiag}
+
+
+\end{tikzpicture}
+
+
+\end{document}  
\ No newline at end of file
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/class_overview.tex b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/class_overview.tex
new file mode 100644
index 0000000000000000000000000000000000000000..82ff8199e795b3bbccfc1948c1056bb8a4e12902
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/class_overview.tex
@@ -0,0 +1,64 @@
+\documentclass[11pt]{amsart}
+\usepackage{geometry}                % See geometry.pdf to learn the layout options. There are lots.
+\geometry{a4paper}                   % ... or a4paper or a5paper or ... 
+%\geometry{landscape}                % Activate for for rotated page geometry
+%\usepackage[parfill]{parskip}    % Activate to begin paragraphs with an empty line rather than an indent
+\usepackage{xstring}
+\usepackage{graphicx}
+\usepackage{amssymb}
+\usepackage{epstopdf}
+\usepackage[english]{babel}
+\usepackage{tikz}
+\usepackage{ifthen}
+\usepackage{calc}
+%\usepackage{pfgopts}
+\usepackage{tikz-uml}
+\usetikzlibrary{positioning}
+\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
+
+\title{Brief Article}
+\author{The Author}
+%\date{}                                           % Activate to display a given date or no date
+
+\begin{document}
+%\maketitle
+%\section{}
+%\subsection{}
+
+ 
+\begin{tikzpicture} 
+
+\umlsimpleclass[x=0, y=2, fill=white]{TrigJetHypoAlg}
+\umlsimpleclass[x=0, y=0]{TrigJetHypoTool}
+\umlsimpleclass[x=0, y=-2]{TrigJetHypoToolHelper}
+\umlsimpleclass[x=-7, y=-2, fill=white]{IMatcher}
+\umlsimpleclass[x=-7, y=-4, fill=red!20]{FastReductionMatcher}
+\umlsimpleclass[x=5, y=-2, fill=red!20]{TrigJetGrouper}
+\umlsimpleclass[x=-7, y=-6, fill=red!20]{FastReducer}
+
+
+\umlclass[x=0, y=-4]{TrigJetHypoTooHelperConfig-fastreduction}{+ getMatcher()\\+getGrouper()\\}{- treeVector:list$<$int$>$}
+\umlclass[x=0, y=-7]{ConditionMaker}{+ getCondition()}{stuff to make a Condition}
+
+\umluniassoc[mult=*, pos=0.65]{TrigJetHypoAlg}{TrigJetHypoTool}
+\umluniassoc[mult=1, pos=0.65]{TrigJetHypoTool}{TrigJetHypoToolHelper}
+\umluniassoc[mult=1, pos=0.65]{TrigJetHypoToolHelper}{TrigJetHypoTooHelperConfig-fastreduction}
+\umluniassoc[mult=*, pos=0.65]{TrigJetHypoTooHelperConfig-fastreduction}{ConditionMaker}
+\umluniassoc[mult=1, pos=0.65]{TrigJetHypoToolHelper}{IMatcher}
+\umlimpl[pos=0.65]{FastReductionMatcher}{IMatcher}
+\umluniassoc[mult=1, pos=0.65]{TrigJetHypoToolHelper}{TrigJetGrouper}
+\umluniassoc[mult=1, pos=0.65]{FastReductionMatcher}{FastReducer}
+
+\umlnote[x=-7, y=2, width=140]{TrigJetHypoAlg}{Initialised by trig framework\\- not jet trig python}
+\umlnote[x=-7, y=0, width=140]{TrigJetHypoTool}{Trig framework interaction\\Delegate work to Helper}
+\umlnote[x=4, y=0]{TrigJetHypoToolHelper}{No semantics}
+\umlnote[x=5, y=-8, width=100]{ConditionMaker}{Provides 1 Condition for the Matcher}
+\umlnote[x=-9, y=-8, width=100]{FastReducer}{Semantics and key data structures here}
+
+
+
+
+\end{tikzpicture}
+
+
+\end{document}  
\ No newline at end of file
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/helpertool_instance.tex b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/helpertool_instance.tex
new file mode 100644
index 0000000000000000000000000000000000000000..a4b417d8b0d54a39245db8de984b1abd96dd1095
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/helpertool_instance.tex
@@ -0,0 +1,81 @@
+\documentclass[11pt]{amsart}
+\usepackage{geometry}                % See geometry.pdf to learn the layout options. There are lots.
+\geometry{a4paper}                   % ... or a4paper or a5paper or ... 
+%\geometry{landscape}                % Activate for for rotated page geometry
+%\usepackage[parfill]{parskip}    % Activate to begin paragraphs with an empty line rather than an indent
+\usepackage{xstring}
+\usepackage{graphicx}
+\usepackage{amssymb}
+\usepackage{epstopdf}
+\usepackage[english]{babel}
+\usepackage{tikz}
+\usepackage{ifthen}
+\usepackage{calc}
+%\usepackage{pfgopts}
+\usepackage{tikz-uml}
+\usetikzlibrary{positioning}
+\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
+
+\title{Brief Article}
+\author{The Author}
+%\date{}                                           % Activate to display a given date or no date
+
+\begin{document}
+%\maketitle
+%\section{}
+%\subsection{}
+
+ 
+\begin{tikzpicture} 
+
+\umlclass{TrigJetHypoToolHelperMT}{
+}{
+ name:string='helper\_0\_fn\_n1p0'\\
+ %HypoConfigurer=TrigJetHypoToolConfig\_fastreduction('fastreduction\_0\_fn'\\
+ %conditionMakers=PrivateToolHandleArray(['TrigJetConditionConfig\_acceptAll/all\_0\_fn','TrigJetConditionConfig\_compound/% compound\_0\_fn']), treeVector=[0, 0], sharedVector=[1]), 
+ int:node\_id=1\\
+ int:parent\_id=0\\
+}
+
+\umlclass [x=10] {TrigJetHypoToolConfig-fastreduction} {}{
+list:treeVector= [0, 0] \\
+list:sharedVector=[1]\\ 
+int:node\_id=1\\ 
+int:parent\_id=0\\
+%%name:string='TrigJetHypoToolConfig\_fastreduction('fastreduction\_0\_fn'\\
+conditionMakers:PrivateToolHandleArray=[\\
+\hspace{20pt}TrigJetConditionConfig\_acceptAll\\
+\hspace{20pt}TrigJetConditionConfig\_compound]\\
+}
+\umluniassoc[mult=1]{TrigJetHypoToolHelperMT}{TrigJetHypoToolConfig-fastreduction}
+
+%\umlsimpleclass[right=4cm of TrigJetHypoAlgMT] {TrigJetHypoToolMT}{
+%}{}
+%\umlsimpleclass[below=2cm of TrigJetHypoToolMT] {TrigJetHypoToolHelper}{}{}
+%\umlclass[left=3cm of TrigJetHypoToolHelper, type=Interface] {ITrigJetHypoToolConfig}{}{+ getMatcher()\\
+%+ getGrouper()\\}
+%\umlclass[below=2cm of ITrigJetHypoToolConfig] {TrigJetHypoToolConfig-fastreducer}{}{- getConditions\\
+%}
+%
+%\umlclass[right=3cm of TrigJetHypoToolConfig-fastreducer, type=Interface] {ITrigJetConditionConfig}{}{+getCondition()}
+%
+%\umlsimpleclass[below left=2.5cm and -1.5cm of ITrigJetConditionConfig] {TrigJetConditionConfig-et}
+%\umlsimpleclass[below =3.5cm  and -0.5cm of ITrigJetConditionConfig] {TrigJetConditionConfig-eta}
+%\umlsimpleclass[below right =4.5cm  and -3.5 of ITrigJetConditionConfig] {TrigJetConditionConfig-moment}
+%
+%
+%\umluniassoc[mult=*]{TrigJetHypoAlgMT}{TrigJetHypoToolMT}
+%\umluniassoc[mult=1]{TrigJetHypoToolMT}{TrigJetHypoToolHelper}
+%\umluniassoc[mult=1]{TrigJetHypoToolHelper}{ITrigJetHypoToolConfig}
+%\umluniassoc[mult=*]{TrigJetHypoToolConfig-fastreducer}{ITrigJetConditionConfig}
+%\umlimpl{TrigJetHypoToolConfig-fastreducer}{ITrigJetHypoToolConfig}
+%\umlimpl{TrigJetConditionConfig-et}{ITrigJetConditionConfig}
+%\umlimpl{TrigJetConditionConfig-eta}{ITrigJetConditionConfig}
+%\umlimpl{TrigJetConditionConfig-moment}{ITrigJetConditionConfig}
+%
+%
+
+\end{tikzpicture}
+
+
+\end{document}  
\ No newline at end of file
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/hypoStateMachine.tex b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/hypoStateMachine.tex
new file mode 100644
index 0000000000000000000000000000000000000000..e39824d02718f9a13538da1c3c237daeb5be53c0
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/hypoStateMachine.tex
@@ -0,0 +1,91 @@
+\documentclass[11pt]{amsart}
+\usepackage{geometry}                % See geometry.pdf to learn the layout options. There are lots.
+\geometry{letterpaper}                   % ... or a4paper or a5paper or ... 
+%\geometry{landscape}                % Activate for for rotated page geometry
+%\usepackage[parfill]{parskip}    % Activate to begin paragraphs with an empty line rather than an indent
+\usepackage{graphicx}
+\usepackage{amssymb}
+\usepackage{epstopdf}
+\usepackage{tikz}
+\usetikzlibrary{automata}
+\usetikzlibrary{positioning}
+
+\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
+
+\title{Brief Article}
+\author{The Author}
+%\date{}                                           % Activate to display a given date or no date
+
+\begin{document}
+
+\begin{tikzpicture}[node distance=3cm, on grid, semithick, inner sep= 2pt]%, bend angle=45]
+
+\node [state] (q_1) {$q_1$};
+\node [initial right, state, below right = of q_1] (q_0) {$q_0$};
+\node [state] (q_2) [above left = of q_1]{$q_{2}$};
+\node [state] (q_3) [above right= of q_1]{$q_3$};
+\node [state] (q_4) [above right = of q_3]{$q_4$};
+\node [state] (q_5) [right=of q_4] {$q_5$};
+\node [state] (q_6) [above right=of q_5] {$q_6$};
+\node [state, accepting] (q_7) [below right=of q_5] {$q_7$};
+\node [state, accepting] (q_e) [below right= of q_3] {$e$};
+\node [state] (q_8) [right =of q_7] {$q_8$};
+\node [state] (q_9) [below right=of q_0] {$q_9$};
+
+\path [->] 
+	      (q_0) [bend left] edge node {C} (q_1)
+	      (q_0) edge node {K} (q_e)
+               (q_1) edge node {K}(q_e)
+               (q_1) [bend left] edge  node {(}(q_3)
+               (q_1) [bend left] edge  node {C}(q_2)
+               (q_2) [bend left] edge  node {$\epsilon$}(q_1)
+               (q_3) [bend left] edge  node {$\epsilon$}(q_4)
+               (q_4) edge node {K}(q_e)
+               (q_4) edge  node {[}(q_5)
+               (q_5) edge node {C,D,Co} (q_6)
+               (q_6) edge node {$\epsilon$} (q_5)
+               (q_7) [bend left] edge node {)}(q_8)
+               (q_8) [bend left] edge node {$\epsilon$}(q_7)
+                (q_5) [bend left] edge node {]}(q_7)
+	       (q_5) edge node {K}(q_e)
+	       (q_7) edge node {K}(q_e)
+	       (q_7) edge node {C}(q_9) 
+	       (q_9) edge node {$\epsilon$}(q_1) 
+	       ;
+
+
+\end{tikzpicture}
+
+\begin{center}
+\begin{tabular}{|l|l|l|} \hline
+function & diagram & comment \\ \hline
+    start & - &\\
+    scenario & $q_0$ &  expect character, set $1^{st}$ scenario name char\\
+    scenario & $q_1, q_2 $ & accumulate scenario name\\
+    scenario & $q_3$ & push node stack, clear name\\
+    start\_params & $q_4$& expect '['\\
+    params & $q_5, q_6$& accumulate scenario parameters\\
+    end\_params & $q_7,$& set attr parameters stack top, clear params\\
+    end\_params &$q_8$& collapse parens: stack pop; add child; clear name, pars\\
+    end\_params &$q_9$& add char to scenario name\\
+    error & $e$& raise exception \\
+\hline
+\end{tabular}
+\end{center}
+$$\Sigma = \{\epsilon,a-z0-9][)(,\}.\ \epsilon\text{ is the empty string}$$
+
+Abbreviations:
+\begin{center}
+\begin{tabular}{ll}
+C & \{a-z\}\\
+Co& , \\
+D  & \{0-9\}\\
+%  $\sim$\{\dots\} & $\Sigma$\textbackslash \{\dots\} \\
+K & $\Sigma$\textbackslash \{all other out symbols for the node\} \\
+\end{tabular}
+\end{center}
+
+
+
+
+\end{document}  
\ No newline at end of file
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/node.tex b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/node.tex
new file mode 100644
index 0000000000000000000000000000000000000000..b5b3147221fe88dd842fc8ba652c527bdbfbb89d
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/node.tex
@@ -0,0 +1,51 @@
+\documentclass[11pt]{amsart}
+\usepackage{geometry}                % See geometry.pdf to learn the layout options. There are lots.
+\geometry{a4paper}                   % ... or a4paper or a5paper or ... 
+%\geometry{landscape}                % Activate for for rotated page geometry
+%\usepackage[parfill]{parskip}    % Activate to begin paragraphs with an empty line rather than an indent
+\usepackage{xstring}
+\usepackage{graphicx}
+\usepackage{amssymb}
+\usepackage{epstopdf}
+\usepackage[english]{babel}
+\usepackage{tikz}
+\usepackage{ifthen}
+\usepackage{calc}
+\usepackage{pbox}
+%\usepackage{pfgopts}
+\usepackage{tikz-uml}
+\usetikzlibrary{positioning}
+\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
+
+\title{Brief Article}
+\author{The Author}
+%\date{}                                           % Activate to display a given date or no date
+
+\begin{document}
+%\maketitle
+%\section{}
+%\subsection{}
+
+ 
+\begin{tikzpicture} 
+
+\umlclass{Node}{
+}{
+        int:node\_id=None\\
+        int:parent\_id=None\\
+        
+        string:scenario='simple'\\
+        string:parameters={\color{red}(260et,320eta490)}\\
+        list:children=[]\\
+        list$<$dict$>$:conf\_attrs={\color{blue}[\{'et': \{'min': '260000.0', 'max': 'inf'\},}\\ \makebox[4cm]{}{\color{blue}'eta': \{'min': '3.2', 'max': '4.9'\}\}]}\\
+        bool:tree\_top=True\\
+}
+\umluniassoc[mult=0..*, recursive=-90|0|5.6cm, pos=0.95]{Node}{Node}
+\umlnote[x = 10, y=2, width=120] {Node}{{\color{red} params} filled in by Parser
+
+TreeExpanderVisitor adds defaults, fills in {\color{blue} conf\_attrs}}
+
+\end{tikzpicture}
+
+
+\end{document}  
\ No newline at end of file
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/recursive.tex b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/recursive.tex
new file mode 100644
index 0000000000000000000000000000000000000000..bd48b48cc3357ea5bbfcb1ea8e9788fa5f7c0525
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/recursive.tex
@@ -0,0 +1,39 @@
+\documentclass[11pt]{amsart}
+\usepackage{geometry}                % See geometry.pdf to learn the layout options. There are lots.
+\geometry{a4paper}                   % ... or a4paper or a5paper or ... 
+%\geometry{landscape}                % Activate for for rotated page geometry
+%\usepackage[parfill]{parskip}    % Activate to begin paragraphs with an empty line rather than an indent
+\usepackage{xstring}
+\usepackage{graphicx}
+\usepackage{amssymb}
+\usepackage{epstopdf}
+\usepackage[english]{babel}
+\usepackage{tikz}
+\usepackage{ifthen}
+\usepackage{calc}
+%\usepackage{pfgopts}
+\usepackage{tikz-uml}
+\usetikzlibrary{positioning}
+\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
+
+\title{Brief Article}
+\author{The Author}
+%\date{}                                           % Activate to display a given date or no date
+
+\begin{document}
+%\maketitle
+%\section{}
+%\subsection{}
+
+ 
+\begin{tikzpicture} 
+
+\umlclass{A}{}{list$<$A$>$}
+\umlsimpleclass[x=5]{B}
+
+\umluniassoc[mult=0..*, recursive=-90|0|2cm, pos=0.95]{B}{B}
+
+\end{tikzpicture}
+
+
+\end{document}  
\ No newline at end of file
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/visitor.tex b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/visitor.tex
new file mode 100644
index 0000000000000000000000000000000000000000..231453c2b1087c5efedcd3b7265a838b9206b3fa
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/doc/Python/Pictures/visitor.tex
@@ -0,0 +1,40 @@
+\documentclass[11pt]{amsart}
+\usepackage{geometry}                % See geometry.pdf to learn the layout options. There are lots.
+\geometry{a4paper}                   % ... or a4paper or a5paper or ... 
+%\geometry{landscape}                % Activate for for rotated page geometry
+%\usepackage[parfill]{parskip}    % Activate to begin paragraphs with an empty line rather than an indent
+\usepackage{xstring}
+\usepackage{graphicx}
+\usepackage{amssymb}
+\usepackage{epstopdf}
+\usepackage[english]{babel}
+\usepackage{tikz}
+\usepackage{ifthen}
+\usepackage{calc}
+%\usepackage{pfgopts}
+\usepackage{tikz-uml}
+\usetikzlibrary{positioning}
+\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
+
+\title{Brief Article}
+\author{The Author}
+%\date{}                                           % Activate to display a given date or no date
+
+\begin{document}
+%\maketitle
+%\section{}
+%\subsection{}
+
+ 
+\begin{tikzpicture} 
+
+\umlclass{A}{accept(visitor)}{children::list$<$A$>$}
+\umlclass[x=5]{Visitor}{mod(A)}{}
+
+\umlnote[y=-4, width=100]{A}{accept(visitor)\{\\for (c : children)\{\\ \ c.accept(visitor)\\ \ visitor.mod(self)\\ \}}
+\umlnote[x=5, y=-4, width=100]{Visitor}{mod(A)\{\\do something to or with A\\ \} }
+
+\end{tikzpicture}
+
+
+\end{document}  
\ No newline at end of file
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/ConditionsToolSetterFastReduction.py b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/ConditionsToolSetterFastReduction.py
index 5f6f0b9a76d986dd879152a78f4a8fa3045da2f1..4c40fe3ef828d8b390e56b12e78b25acbc9cd2a1 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/ConditionsToolSetterFastReduction.py
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/ConditionsToolSetterFastReduction.py
@@ -51,7 +51,8 @@ class ConditionsToolSetterFastReduction(object):
             'smc': [CompFactory.TrigJetConditionConfig_smc, 0],
             'jvt': [CompFactory.TrigJetConditionConfig_jvt, 0],
             'all': [CompFactory.TrigJetConditionConfig_acceptAll, 0],
-            'compound': [CompFactory.TrigJetConditionConfig_compound, 0],
+            'capacitychecked':
+            [CompFactory.TrigJetConditionConfig_capacitychecked, 0],
             'fastreduction': [CompFactory.TrigJetHypoToolConfig_fastreduction, 0],
             'helper': [CompFactory.TrigJetHypoToolHelperMT, 0],
             }
@@ -134,8 +135,11 @@ class ConditionsToolSetterFastReduction(object):
         #  compound_condition_tools:
         # elemental condition maker AlgToolshelper by the compound condition
         # AlgTool
-        compound_condition_tools = []  
-        for c in node.conf_attrs: # loop over conditions
+        outer_condition_tools = []
+
+        # loop  over elements of node.conf_attrs. The elements are (dict, int)
+        # int is multiplicity, dict holds Condition parameters.
+        for c, mult in node.conf_attrs:
             condition_tools = [] # elemental conditions for this compounnd ct.
             for k, v in c.items(): # loop over elemental conditions
                 condition_tool = self._get_tool_instance(k)
@@ -154,14 +158,15 @@ class ConditionsToolSetterFastReduction(object):
 
                 condition_tools.append(condition_tool)
 
-            # create compound condition from elemental condition
-            compoundCondition_tool =self._get_tool_instance('compound')
-            compoundCondition_tool.conditionMakers = condition_tools
+            # create capacitychecked condition from elemental condition
+            condition_tool =self._get_tool_instance('capacitychecked')
+            condition_tool.conditionMakers = condition_tools
+            condition_tool.multiplicity = mult
 
-            # add compound condition to list
-            compound_condition_tools.append(compoundCondition_tool)
+            # add capacitychecked condition to list
+            outer_condition_tools.append(condition_tool)
 
-        return compound_condition_tools
+        return outer_condition_tools
 
     def _mod_leaf(self, node):
         """ Add Condition tools to For a leaf node."""
@@ -285,7 +290,9 @@ class ConditionsToolSetterFastReduction(object):
 
         else:
             # must have a tool for Gaudi to instantiate in
-            cmap[node.node_id] = self._get_tool_instance('all')
+            cmap[node.node_id] = self._get_tool_instance('capacitychecked')
+            cmap[node.node_id].conditionMakers = [self._get_tool_instance('all')]
+            cmap[node.node_id].multiplicity = 1
         
         for cn in node.children:
             self._fill_conditions_map(cn, cmap)
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/ConditionsToolSetterFlowNetwork.py b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/ConditionsToolSetterFlowNetwork.py
deleted file mode 100644
index 8be5b07f24ca6352a470aa26f79c47b178d75d8b..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/ConditionsToolSetterFlowNetwork.py
+++ /dev/null
@@ -1,390 +0,0 @@
-# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
-
-"""Instantiates TrigJetHypoToolConfig_flownetwork AlgTool 
-from a hypo tree."""
-
-from __future__ import print_function
-
-from AthenaConfiguration.ComponentFactory import CompFactory
-from TrigHLTJetHypo.node import Node
-
-from collections import defaultdict
-
-import copy
-
-
-def is_leaf(node):
-    return node.scenario in  ('simple', 'etaet', 'dijet', 'qjet')
-
-
-def is_inner(node):
-    return node.scenario in ('root', 'and', 'combgen', 'partgen')
-
-
-class ConditionsToolSetterFlowNetwork(object):
-
-    """Visitor to set instantiated AlgTools to a jet hypo tree"""
-
-    from TrigHLTJetHypo.ConditionsToolSetterFastReduction import ConditionsToolSetterFastReduction
-    JetMoments = ConditionsToolSetterFastReduction.JetMoments
-    
-    def __init__(self, name):
-
-        self.name = name
-        # for simple, use TrigJetConditionConfig_etaet. Needs to be
-        # completed because simple can conain any single jet condition
-        self.tool_factories = {
-            'eta': [CompFactory.TrigJetConditionConfig_abs_eta, 0], 
-            'peta': [CompFactory.TrigJetConditionConfig_signed_eta, 0],
-            'neta': [CompFactory.TrigJetConditionConfig_signed_eta, 0],
-            'et': [CompFactory.TrigJetConditionConfig_et, 0],
-            'djmass': [CompFactory.TrigJetConditionConfig_dijet_mass, 0],
-            'djdphi': [CompFactory.TrigJetConditionConfig_dijet_dphi, 0],
-            'djdeta': [CompFactory.TrigJetConditionConfig_dijet_deta, 0],
-            'qjmass': [CompFactory.TrigJetConditionConfig_qjet_mass, 0],
-            'smc': [CompFactory.TrigJetConditionConfig_smc, 0],
-            'all': [CompFactory.TrigJetConditionConfig_acceptAll, 0],
-            'compound': [CompFactory.TrigJetConditionConfig_compound, 0],
-            'flownetwork': [CompFactory.TrigJetHypoToolConfig_flownetwork, 0],
-            'helper': [CompFactory.TrigJetHypoToolHelperMT, 0],
-            }
-        for var in self.JetMoments:
-            self.tool_factories['mom'+var] = [CompFactory.TrigJetConditionConfig_moment, 0]
-
-        # map conaining parent child ids for the node
-        self.treeMap = {0: 0}
-
-        # map containing the a list of Condition factory AlgTools for scenario
-        self.conditionMakers = defaultdict(list)
-
-    def _set_conditions(self, node):
-        """attach Conditions to leaf nodes"""
-
-        self._mod_leaf(node)
-        
-        for cn in node.children:
-            self._set_conditions(cn)
-
-
-    def _remove_combgen(self, node):                       
-        """Combination nodes represent parent children relationships.
-        The child may be a subtree. For now, the parent will be in the 
-        child list at position 0, and the child subtree in position 1."""
-
-        parent_children = {}
-        ipos  = 0
-
-        # identify the combgen nodes, and rotate them
-        for cn in node.children:
-            if cn.scenario == 'combgen':
-                assert (len(cn.children) == 2)
-                parent_children[ipos] = cn.children
-            ipos += 1
-
-        # rotate the first combgen child (parent) into the position of the
-        # combgen node, and set its child node.
-        for pos, p_c in parent_children.items():
-            node.children[pos] = p_c[0]
-            node.children[pos].children = [p_c[1]]
-
-        for cn in node.children:
-            self._remove_combgen(cn)
-
-    def _remove_scenario(self, node, scenario):                       
-        """Remove Partgen nodes by adding their children to their 
-        parent's children."""
-
-        def remove_scenario(node, scenario):
-            for cn in node.children:
-                if cn.scenario == scenario:
-                    node.children.remove(cn)
-                    node.children.extend(cn.children)
-                    return True
-
-            return False
-
-        more = True
-        while(more):
-            more = remove_scenario(node, scenario)
-
-        for cn in node.children:
-            self._remove_scenario(cn, scenario)
-
-  
-    def _get_tool_instance(self, key, extra=''):
-   
-        klass = self.tool_factories[key][0]
-        sn = self.tool_factories[key][1]
-        
-        name = '%s_%d_fn' % (key, sn)
-        if extra: name += '_' + extra
-        tool = klass(name=name)            
-        self.tool_factories[key][1] += 1
-        return tool
-
-    def _make_compound_condition_tools(self, node):
-
-        #  compound_condition_tools:
-        # elemental condition maker AlgToolshelper by the compound condition
-        # AlgTool
-        compound_condition_tools = []  
-        for c in node.conf_attrs: # loop over conditions
-            condition_tools = [] # elemental conditions for this compounnd ct.
-            for k, v in c.items(): # loop over elemental conditions
-                condition_tool = self._get_tool_instance(k)
-                for lim, val in v.items():  # lim: min, max
-                    setattr(condition_tool, lim, val)
-
-                # SPECIAL CASE: Moment tool needs the name of the
-                # moment as well as the min. max cuts:
-                if (k.startswith ('mom')):
-                    moment = k[len('mom'):]
-                    if moment in self.JetMoments:
-                        condition_tool.moment = self.JetMoments[moment]
-                    else: raise RuntimeError('%s not supported' % (moment))
-                # END SPECIAL CASE
-
-                condition_tools.append(condition_tool)
-
-            # create compound condition from elemental condition
-            compoundCondition_tool =self._get_tool_instance('compound')
-            compoundCondition_tool.conditionMakers = condition_tools
-
-            # add compound condition to list
-            compound_condition_tools.append(compoundCondition_tool)
-
-        return compound_condition_tools
-
-    def _mod_leaf(self, node):
-        """ Add Condition tools to For a leaf node."""
-
-        if not is_leaf(node):
-            return
-
-        # parameters: (10et,0eta320)(20et)
-        # conf_attrs: [2]: (is a list of length 2)
-        # defaultdict(<type 'dict'>, {'et': {'max': 'inf', 'min': '10000.0'},
-        #                             'eta': {'max': '3.2', 'min': '0.0'}})
-        # defaultdict(<type 'dict'>, {'et': {'max': 'inf', 'min': '20000.0'}})
-
-
-        # make a config tool and provide it with condition makers
-
-
-        node.compound_condition_tools = self._make_compound_condition_tools(
-            node)
-
-    def _split_leaves(self, node):
-        """Recursively replace leaf nodes with >1 Condition tools by nodes with
-        one Condition tool."""
-
-        def split_leaves(node):   
-            for cn in node.children:
-                if is_leaf(cn):
-                    if len(cn.compound_condition_tools) > 1:
-                        new_children =  []
-                        new_node = copy.deepcopy(cn)
-                        # set scenarrio to other than leaf results in 
-                        # the assignement of  an acceptall condition
-                        new_node.scenario = 'inserted'
-                        new_node.compound_condition_tools = []
-                        for ct in cn.compound_condition_tools:
-                            new_children.append(copy.deepcopy(cn))
-                            new_children[-1].compound_condition_tools = [ct]
-                            new_children[-1].conf_attrs = []
-                        new_node.children.extend(new_children)
-                        node.children.remove(cn)
-                        node.children.append(new_node)
-                        return True # return after first modification
-
-            return False
-
-
-        more = True
-        while(more):
-            more = split_leaves(node)
-
-        for cn in node.children:
-            self._split_leaves(cn)
-
-
-    def _find_shared(self, node, shared):
-        """Determine which nodes are "shared" - shared nodes
-        are nodes that see the input jet collection. There
-        more than one set of shared nodes. These are generated
-        if an "And" not is present in the hypo tree"""
-
-
-        if node.scenario == 'root':
-            for cn in node.children:
-                self._find_shared(cn, shared)
-
-        elif node.scenario == 'and':
-            for cn in node.children:
-                shared.append([])
-                self._find_shared(cn, shared)
-
-        elif node.scenario == 'partgen':
-            for cn in node.children:
-                self._find_shared(cn, shared)
-
-        elif node.scenario == 'inserted':
-            for cn in node.children:
-                self._find_shared(cn, shared)
-
-        elif is_leaf(node):
-            if len(node.children) == 0:
-                if len(shared) == 0:
-                    shared.append([node])
-                else:
-                    shared[-1].append(node)
-
-            else:
-                for cn in node.children:
-                    self._find_shared(cn, shared)
-
-        else:
-            raise RuntimeError('%s illegal node. scenario: %s' %
-                               (self.__class__.__name__,
-                               node.scenario))
-
-        return shared
-
-
-
-    def report(self):
-        wid = max(len(k) for k in self.tool_factories.keys())
-        rep = '\n%s: ' % self.__class__.__name__
-
-        rep += '\n'.join(
-            ['%s: %d' % (k.ljust(wid), v[1])
-             for k, v in self.tool_factories.items()])
-
-        return rep
-
-    def _fill_tree_map(self, node, tmap):
-        tmap[node.node_id] = node.parent_id
-
-        for cn in node.children:
-            self._fill_tree_map(cn, tmap)
-
-            
-    def _fill_conditions_map(self, node, cmap):
-        if is_leaf(node):
-
-            assert (len(node.compound_condition_tools) == 1)
-            cmap[node.node_id] = node.compound_condition_tools[0]
-
-        else:
-            # must have a tool for Gaudi to instantiate in
-            cmap[node.node_id] = self._get_tool_instance('all')
-        
-        for cn in node.children:
-            self._fill_conditions_map(cn, cmap)
-
-
-    def _map_2_vec(self, amap):
-
-        vec = [0 for i in range(len(amap))]
-        for nid, value in amap.items():
-            vec[nid] = value
-        return vec
-
-    def _check_scenarios(self, node):
-        if not(is_inner(node) or is_leaf(node)):
-            raise RuntimeError(
-                'ConditionsToolSetter: illegal scenario: %s' % node.scenario)
-
-        for cn in node.children:
-            self._check_scenarios(cn)
-
-    def mod(self, node):
-        """Entry point for this module. 
-        Modifies a  (usually compound) hypo tree node to 
-        reduce it to form from whuch the treevector, conditionsVector and
-        sharedNodes list can be extracted. These will be used to initialise
-        FlowNetworkBuilder.
-
-        In particular: all leaf nodes will have a single ConmpoundCondition
-        All other nodes will be assigned an AcceptAll condition.
-        """
-
-        # navigate the tree filling in node-parent and node- Condtion factory
-        # relations
-
-        print ('%s: starts' % self.__class__.__name__)
-
-
-        print ('%s: start step 1' % self.__class__.__name__)
-
-        # Alg step 1: add root node
-        root = Node(scenario='root')
-        root.children = [node]
-
-        print ('%s: checking scenarios' % self.__class__.__name__)
-
-        self._check_scenarios(root)
-        
-        print ('%s: setting conditions' % self.__class__.__name__)
-        # add Condition builders to leaf nodes.
-        self._set_conditions(root)
-        
-        print ('%s: removing combgen' % self.__class__.__name__)
-        # Alg step 2: remove combgen nodes
-        self._remove_combgen(root)
-
-        print ('%s: split leaves' % self.__class__.__name__)
-        # Alg step 3: split leaf nodes with multiple Conditions with a
-        # single Condition
-        self._split_leaves(root)
-        
-        ## print ('%s: remove partgen' % self.__class__.__name__)
-        # Alg step 4: remove partgen nodes
-        # single Condition
-        ## self._remove_scenario(root, 'partgen')
-
-        # Alg step 5: identify the leaf nodes that are to shared
-        # ie that see the input jet collection. Then remove And nodes
-        shared = []
-        slist = self._find_shared(root, shared)
-        self._remove_scenario(root, 'and')
-
-        # remove top stub node
-        assert len(root.children) == 1
-        root = root.children[0]
-        root.set_ids(node_id=0, parent_id = 0)
-
-        # would like to pass a list of lists to the C++ tools
-        # but this cannot be done using Gaudi::Properties.
-        # use -1 to separate the list sections all entries of which
-        # are >= 0.
-
-        self.shared = []
-        for ilist in slist:
-            for n in ilist:
-                self.shared.append(n.node_id)
-            self.shared.append(-1)
-
-        self.shared = self.shared[:-1] # remnove trailing -1
-            
-        tree_map = {}
-        self._fill_tree_map(root, tree_map)
-        self.treeVec = self._map_2_vec(tree_map)
-
-        conditionsMap = {}
-        self._fill_conditions_map(root, conditionsMap)
-        self.conditionsVec = self._map_2_vec(conditionsMap)
-               
-                # make a config tool and provide it with condition makers
-        config_tool = self._get_tool_instance('flownetwork')
-        config_tool.conditionMakers = self.conditionsVec
-        config_tool.treeVector = self.treeVec
-        config_tool.sharedVector = self.shared
-
-        nodestr = 'n%dp%d' % (node.node_id, node.parent_id)
-        helper_tool = self._get_tool_instance('helper', extra=nodestr)
-        helper_tool.HypoConfigurer = config_tool
-        helper_tool.node_id = node.node_id
-        helper_tool.parent_id = node.parent_id
-
-        self.tool = helper_tool
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/ConditionsToolSetterHT.py b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/ConditionsToolSetterHT.py
index c2a8236c6df68863d486377e849eea253deb10fc..4af4a67d4c26bca4901590eafb9cb99c7b3d5878 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/ConditionsToolSetterHT.py
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/ConditionsToolSetterHT.py
@@ -73,7 +73,11 @@ class ConditionsToolSetterHT(object):
         conditionMaker = self._get_tool_instance('htcondition')
         config_tool = self._get_tool_instance('htconfig')
         cut_windows = {}
-        [cut_windows.update(d) for d in node.conf_attrs]
+
+        # HT not handled by FastReducer. Cut mulitplicity must be 1.
+        for d in node.conf_attrs: assert d[1] == 1
+        
+        [cut_windows.update(d[0]) for d in node.conf_attrs]
         print (cut_windows)
         conditionMaker.htmin = cut_windows['ht']['min']
         conditionMaker.etmin = cut_windows['et']['min']
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/ConditionsToolSetterTree.py b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/ConditionsToolSetterTree.py
deleted file mode 100644
index 22068d617e32115a7d7ba562d57285b30000ca62..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/ConditionsToolSetterTree.py
+++ /dev/null
@@ -1,257 +0,0 @@
-# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
-"""Instantiates TrigJetHypoToolConfig_flownetwork AlgTool 
-from a hypo tree."""
-
-from __future__ import print_function
-
-
-from AthenaConfiguration.ComponentFactory import CompFactory
-
-from collections import defaultdict
-
-class ConditionsToolSetterTree(object):
-    """Visitor to set instantiated AlgTools to a jet hypo tree"""
-
-    from TrigHLTJetHypo.ConditionsToolSetterFastReduction import ConditionsToolSetterFastReduction
-    JetMoments = ConditionsToolSetterFastReduction.JetMoments
-    
-    def __init__(self, name):
-
-        self.name           = name
-        # for simple, use TrigJetConditionConfig_etaet. Needs to be
-        # completed because simple can conain any single jet condition
-        self.tool_factories = {
-            'eta': [CompFactory.TrigJetConditionConfig_abs_eta, 0], 
-            'peta': [CompFactory.TrigJetConditionConfig_signed_eta, 0],
-            'neta': [CompFactory.TrigJetConditionConfig_signed_eta, 0],
-            'et': [CompFactory.TrigJetConditionConfig_et, 0],
-            'djmass': [CompFactory.TrigJetConditionConfig_dijet_mass, 0],
-            'djdphi': [CompFactory.TrigJetConditionConfig_dijet_dphi, 0],
-            'djdeta': [CompFactory.TrigJetConditionConfig_dijet_deta, 0],
-            'qjmass': [CompFactory.TrigJetConditionConfig_qjet_mass, 0],
-            'smc': [CompFactory.TrigJetConditionConfig_smc, 0],
-            'jvt': [CompFactory.TrigJetConditionConfig_jvt, 0],
-            'compound': [CompFactory.TrigJetConditionConfig_compound, 0],
-            'leaf': [CompFactory.TrigJetHypoToolConfig_leaf, 0],
-            'helper': [CompFactory.TrigJetHypoToolHelperMT, 0],
-            'combgen_helper': [CompFactory.CombinationsHelperTool, 0],
-            'not': [CompFactory.NotHelperTool, 0],
-            'and': [CompFactory.AndHelperTool, 0],
-            'agree': [CompFactory.AgreeHelperTool, 0],
-            'or': [CompFactory.OrHelperTool, 0],
-            'combgen': [CompFactory.TrigJetHypoToolConfig_combgen, 0],
-            'partgen': [CompFactory.TrigJetHypoToolConfig_partgen, 0],
-            }
-        for var in self.JetMoments:
-            self.tool_factories['mom'+var] = [CompFactory.TrigJetConditionConfig_moment, 0]
-
-        self.mod_router = {
-            'z': self._mod_z,
-            'not': self.mod_logical_unary,
-            'and': self.mod_logical_binary,
-            'agree': self.mod_logical_binary,
-            'or': self.mod_logical_binary,
-            'combgen': self._mod_combgen,  #  shared with partgen
-            'partgen': self._mod_combgen,  #  shared with combgen
-            'simple': self._mod_leaf,
-            'etaet': self._mod_leaf,
-            'dijet': self._mod_leaf,
-            'qjet': self._mod_leaf,
-        }
-
-        # map conaining parent child ids for the node
-        self.treeMap = {0: 0}
-
-        # map containing the a list of Condition factory AlgTools for scenario
-        self.conditionMakers = defaultdict(list)
-
-    def not_supported_yet(self, node):
-        raise NotImplementedError(
-            'ConditionsToolSetter: scenarion not yet supported: ' + node.scenario)
-
-
-    def illegal(self, node):
-        raise RuntimeError(
-            'ConditionsToolSetter: illegal scenario: %s' + node.scenario)
-
-    def _mod_z(self, node):
-        """z is the root node: process its children"""
-
-        for cn in node.children:
-            self.mod_router[cn.scenario](cn)
-
-    def mod_logical_binary(self, node):
-        """Set the HypoConfigTool instance the 'and' and 'or' scenarios
-        these take two predicates"""
-        
-        scen = node.scenario
-        klass = self.tool_factories[scen][0]
-        sn = self.tool_factories[scen][1]
-        name = '%s_%d' % (scen, sn)
-        self.tool_factories[scen][1] += 1
-
-        tool = klass(name=name)
-
-        tool.lhs = node.children[0].tool
-        tool.rhs = node.children[1].tool
-
-        tool.node_id = node.node_id
-        tool.parent_id = node.parent_id
-
-        node.tool = tool
-
-    def mod_logical_unary(self, node):
-        """Set the HypoConfigTool instance for the 'not' scenario
-        this takes a single predicate"""
-        
-        scen = node.scenario
-        klass = self.tool_factories[scen][0]
-        sn = self.tool_factories[scen][1]
-        name = '%s_%d' % (scen, sn)
-        self.tool_factories[scen][1] += 1
-
-        tool = klass(name=name)
-
-        tool.hypoTool = node.children[0].tool
-
-        tool.node_id = node.node_id
-        tool.parent_id = node.parent_id
-
-        node.tool = tool
-
-    def _mod_combgen(self, node):
-        """Set the HypoConfigTool instance for the combgen or partgeen scenario
-        these take different condifiguration tools."""
-
-        config_tool = self._get_tool_instance(node.scenario)  
-
-        compound_condition_tools = self._make_compound_condition_tools(node)
-        config_tool.conditionMakers = compound_condition_tools
-        # for combinational nodes, the connection between job groups and
-        # child helper tools is done via a matcher. Provide the helper
-        # tool children to the condig class which uses them to
-        # construct the matcher.
-        config_tool.children = [child.tool for child in node.children]
-
-        nodestr = 'n%dp%d' % (node.node_id, node.parent_id)
-        helper_tool = self._get_tool_instance('combgen_helper', extra=nodestr)
-
-        helper_tool.HypoConfigurer = config_tool
-
-        helper_tool.node_id = node.node_id
-        helper_tool.parent_id = node.parent_id
-
-        node.tool = helper_tool
-  
-    def _get_tool_instance(self, key, extra=''):
-   
-        klass = self.tool_factories[key][0]
-        sn = self.tool_factories[key][1]
-        
-        name = '%s_%d' % (key, sn)
-        if extra: name += '_' + extra
-        tool = klass(name=name)            
-        self.tool_factories[key][1] += 1
-        return tool
-
-    def _make_compound_condition_tools(self, node):
-
-        #  compound_condition_tools:
-        # elemental condition maker AlgToolshelper by the compound condition
-        # AlgTool
-        compound_condition_tools = []  
-        for c in node.conf_attrs: # loop over conditions
-            condition_tools = [] # elemental conditions for this compounnd ct.
-            for k, v in c.items(): # loop over elemental conditions
-                condition_tool = self._get_tool_instance(k)
-                for lim, val in v.items():  # lim: min, max
-                    setattr(condition_tool, lim, val)
-
-                # SPECIAL CASE: Moment tool needs the name of the
-                # moment as well as the min. max cuts:
-                if (k.startswith ('mom')):
-                    moment = k[len('mom'):]
-                    if moment in self.JetMoments:
-                        condition_tool.moment = self.JetMoments[moment]
-                    else: raise RuntimeError('%s not supported' % (moment))
-                # END SPECIAL CASE
-
-                condition_tools.append(condition_tool)
-
-            # create compound condition from elemental condition
-            compoundCondition_tool =self._get_tool_instance('compound')
-            compoundCondition_tool.conditionMakers = condition_tools
-
-            # add compound condition to list
-            compound_condition_tools.append(compoundCondition_tool)
-
-        return compound_condition_tools
-
-    def _mod_leaf(self, node):
-        """For a leaf node, fill in 
-        1. map conaining parent child ids for the node
-        2. map conainting the AlgTool used to instanitiate the node Conditions
-        """
-
-        self.treeMap[node.node_id] = node.parent_id
-
-        #
-        # parameters: (10et,0eta320)(20et)
-        # conf_attrs: [2]: (is a list of length 2)
-        # defaultdict(<type 'dict'>, {'et': {'max': 'inf', 'min': '10000.0'},
-        #                             'eta': {'max': '3.2', 'min': '0.0'}})
-        # defaultdict(<type 'dict'>, {'et': {'max': 'inf', 'min': '20000.0'}})
-
-
-        # make a config tool and provide it with condition makers
-        config_tool = self._get_tool_instance('leaf')
-        compound_condition_tools = self._make_compound_condition_tools(node)
-        config_tool.conditionMakers = compound_condition_tools
-
-        nodestr = 'n%dp%d' % (node.node_id, node.parent_id)
-        helper_tool = self._get_tool_instance('helper', extra=nodestr)
-
-        helper_tool.HypoConfigurer = config_tool
-        helper_tool.node_id = node.node_id
-        helper_tool.parent_id = node.parent_id
-
-        node.tool = helper_tool
-
-    def report(self):
-        wid = max(len(k) for k in self.tool_factories.keys())
-        rep = '\n%s: ' % self.__class__.__name__
-
-        rep += '\n'.join(
-            ['%s: %d' % (k.ljust(wid), v[1])
-             for k, v in self.tool_factories.items()])
-
-        return rep
-
-
-    def mod(self, node):
-        """Entry mode for this module. Uses a (usaully compound) hypo tree node.
-        - The Tools set in the tree nodes are TrigJetConditionConfig_XXX
-          objects. These are factories for Condition objects
-        - The tree use used to 
-          = find the tree vector (node-parent relationsships)
-          = find the node - Condition factory relationships
-          = instantiate and return a TrigJetHypoToolConfig_flownetwork instance.
-        """
-
-        # navigate the tree filling in node-parent and node- Condtion factory
-        # relations
-        
-        self.mod_router[node.scenario](node)
-
-    def __str__(self):
-        s =  '%s: treeMap: %s, conditionMakers [%d]: ' % (
-            self.__class__.__name__,
-            str(self.treeMap),
-            len(self.conditionMakers))
-
-        if self.conditionMakers:
-            s += '\n'
-            for cm in self.conditionMakers.values():
-                s +=  cm.__class__.__name__ + '\n'
-
-        return s 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/FlowNetworkSetter.py b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/FlowNetworkSetter.py
deleted file mode 100644
index 3e71406c602237a93233c491b6367c722a8e2fc9..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/FlowNetworkSetter.py
+++ /dev/null
@@ -1,257 +0,0 @@
-# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
-"""Instantiates TrigJetHypoToolConfig_flownetwork AlgTool 
-from a hypo tree."""
-
-
-from __future__ import print_function
-
-from TrigHLTJetHypo.TrigHLTJetHypoConf import (
-    TrigJetConditionConfig_abs_eta,
-    TrigJetConditionConfig_et,
-    TrigJetHypoToolHelperMT,
-    CombinationsHelperTool,
-    TrigJetHypoToolConfig_flownetwork,
-    )
-
-from node import rotate
-
-from collections import defaultdict
-
-class FlowNetworkSetter(object):
-    """Visitor to set instantiated AlgTools to a jet hypo tree"""
-    
-    def __init__(self, name):
-
-        self.name = name
-        # for simple, use TrigJetConditionConfig_etaet. Needs to be
-        # completed because simple can conain any single jet condition
-        self.tool_factories = {
-            'et': [TrigJetConditionConfig_et, 0], 
-            'eta': [TrigJetConditionConfig_abs_eta, 0],
-            }
-
-        self.nodeToParent=defaultdict(list)
-        self.nodeToConditionTool=defaultdict(list)
-
-        self.mod_router = {
-            'not': self.not_supported_yet,
-            'and': self.illegal,
-            'agree': self.not_supported_yet,
-            'or': self.not_supported_yet,
-            'simple': self._mod_leaf,
-            'etaet': self._mod_leaf,
-            'simplepartition': self.not_supported_yet,
-            'combgen': self.illegal,
-            'partgen': self._mod_partition,
-            'dijet': self._mod_leaf,
-        }
-
-        # map conaining parent child ids for the node
-        self.treeMap = {}
-
-        # map containing the a list of Condition factory AlgTools for scenario
-        self.conditionMakers = {}
-
-    def not_supported_yet(self, node):
-        raise NotImplementedError(
-            'FlowNetworkSetter: scenarion not yet supported: ' + node.scenario)
-
-    
-    def illegal(self, node):
-        raise RuntimeError(
-            'FlowNetworkSetter: illegal scenario: %s' + node.scenario)
-
-    def mod_logical_binary(self, node):
-        """Set the HypoConfigTool instance the 'and' and 'or' scenarios
-        these take two predicates"""
-        
-        scen = node.scenario
-        klass = self.tool_factories[scen][0]
-        sn = self.tool_factories[scen][1]
-        name = '%s_%d' % (scen, sn)
-        self.tool_factories[scen][1] += 1
-
-        tool = klass(name=name)
-
-        tool.lhs = node.children[0].tool
-        tool.rhs = node.children[1].tool
-
-        tool.node_id = node.node_id
-        tool.parent_id = node.parent_id
-
-        node.tool = tool
-
-
-    def mod_logical_unary(self, node):
-        """Set the HypoConfigTool instance for the 'not' scenario
-        this takes a single predicate"""
-        
-        scen = node.scenario
-        klass = self.tool_factories[scen][0]
-        sn = self.tool_factories[scen][1]
-        name = '%s_%d' % (scen, sn)
-        self.tool_factories[scen][1] += 1
-
-        tool = klass(name=name)
-
-        tool.hypoTool = node.children[0].tool
-
-        tool.node_id = node.node_id
-        tool.parent_id = node.parent_id
-
-        node.tool = tool
-
-
-    def mod_combgen(self, node):
-        """Set the HypoConfigTool instance for the 'not' scenario
-        this takes a single predicate"""
-        
-        scen = node.scenario
-        klass = self.tool_factories[scen][0]
-        sn = self.tool_factories[scen][1]
-        name = '%s_%d' % (scen, sn)
-        self.tool_factories[scen][1] += 1
-
-        config_tool = klass(name=name+'_config')
-        config_tool.children = [child.tool for child in node.children]
-        [setattr(config_tool, k, v) for k, v in node.conf_attrs.items()]
-
-        helper_tool = CombinationsHelperTool(name=name+'_helper')
-        helper_tool.HypoConfigurer = config_tool
-
-        helper_tool.node_id = node.node_id
-        helper_tool.parent_id = node.parent_id
-
-        node.tool = helper_tool
-
-    def mod_simple(self, node):
-        """Set the TrigJetHypoToolHelperMT instance in a hypo tree node.
-        This Algtool will have a TrigJetHypoToolConfig_flownetwork
-        instance as an attribute, which it will use to configure itself.
-        """
-
-        scen = node.scenario
-        sn = self.tool_factories[scen][1]
-        self.tool_factories[scen][1] += 1
-
-        config_tool = TrigJetHypoToolConfig_flownetwork
-        [setattr(config_tool, k, v) for k, v in node.conf_attrs.items()]
-
-        name = '%s_helper_%d' % (scen, sn)
-        helper_tool = TrigJetHypoToolHelperMT(name=name)
-        helper_tool.HypoConfigurer = config_tool
-        helper_tool.node_id = node.node_id
-        helper_tool.parent_id = node.parent_id
-
-        node.tool = helper_tool
- 
-    def _mod_partition(self, node):
-        
-        scen = node.scenario
-        klass = self.tool_factories[scen][0]
-        sn = self.tool_factories[scen][1]
-        name = '%s_%d' % (scen, sn)
-        
-        self.tool_factories[scen][1] += 1
-        config_tool = klass(name=name)
-
-        self.treeMap[node.node_id] = node.parent_id
-        self.conditionMakers[node.node_id].append(config_tool)
-        
-        
-    def _mod_leaf(self, node):
-        """For a leaf node, fill in 
-        1. map conaining parent child ids for the node
-        2. map conainting the AlgTool used to instanitiate the node Conditions
-        """
-
-        self.treeMap[node.node_id] = node.parent_id
-
-        scen = node.scenario
-
-        for k, v in node.conf_attrs.items():
-      
-            klass = self.tool_factories[scen][0]
-            sn = self.tool_factories[scen][1]
-
-            name = '%s_%d' % (scen, sn)
-            config_tool = klass(name=name)
-            setattr(config_tool, k, v)
-            self.conditionMakers[node.node_id].append(config_tool)
-            self.tool_factories[scen][1] += 1
-
-        # klass = self.tool_factories[scen][0]
-        # sn = self.tool_factories[scen][1]
-        # name = '%s_%d' % (scen, sn)
-        
-        # self.tool_factories[scen][1] += 1
-
-        # config_tool = klass(name=name)
-        # [setattr(config_tool, k, v) for k, v in node.conf_attrs.items()]
-        # self.conditionMakers[node.node_id] = config_tool
-        
-        for cn in node.children:
-             self.mod_router[cn.scenario](cn)
-
-    def report(self):
-        wid = max(len(k) for k in self.tool_factories.keys())
-        rep = '\n%s: ' % self.__class__.__name__
-
-        rep += '\n'.join(
-            ['%s: %d' % (k.ljust(wid), v[1])
-             for k, v in self.tool_factories.items()])
-
-        return rep
-
-
-    def mod(self, node):
-        """Entry mode for this module. Uses a (usaully compound) hypo tree node.
-        - The Tools set in the tree nodes are TrigJetConditionConfig_XXX
-          objects. These are factories for Condition objects
-        - The tree use used to 
-          = find the tree vector (node-parent relationsships)
-          = find the node - Condition factory relationships
-          = instantiate and return a TrigJetHypoToolConfig_flownetwork instance.
-        """
-
-        new_node = rotate(node)
-        new_node.set_ids(0, 0)
-
-        # navigate the tree filling in node-parent and node- Condtion factory
-        # relations
-        self.mod_router[new_node.scenario](new_node)
-
-        config_tool = TrigJetHypoToolConfig_flownetwork()
-
-        treeVec = [0 for i in range(len(self.treeMap))]
-        for n, p in self.treeMap.items():
-            treeVec[n] = p
-
-        config_tool.treeVector = treeVec
-           
-        conditionMakers = [None for i in range(len(self.treeMap))]
-        for n, p in self.conditionMakers.items():
-            conditionMakers[n] = p
-
-        
-        assert None not in conditionMakers 
-
-        config_tool.conditionMakers = conditionMakers
-            
-        self.tool = TrigJetHypoToolHelperMT(
-            name='TrigJetHypoToolConfig_flownetwor_helper')
-    
-        self.tool.HypoConfigurer = config_tool
-
-    def __str__(self):
-        s =  '%s: treeMap: %s, conditionMakers [%d]: ' % (
-            self.__class__.__name__,
-            str(self.treeMap),
-            len(self.conditionMakers))
-
-        if self.conditionMakers:
-            s += '\n'
-            for cm in self.conditionMakers.values():
-                s +=  cm.__class__.__name__ + '\n'
-
-        return s 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/ToolSetter.py b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/ToolSetter.py
deleted file mode 100644
index e23af42ec6db951dcd29cad727fdc8714a015f74..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/ToolSetter.py
+++ /dev/null
@@ -1,183 +0,0 @@
-"""Instantiates AlgTools from parameters stored in a node instance"""
-
-# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
-from TrigHLTJetHypo.TrigHLTJetHypoConf import (
-    TrigJetHypoToolConfig_simple,
-    TrigJetConditionConfig_et,
-    TrigJetConditionConfig_abs_eta,
-    TrigJetConditionConfig_dijet_mass,
-    TrigJetConditionConfig_dijet_deta,
-    TrigJetConditionConfig_dijet_dphi,
-    TrigJetHypoToolConfig_simple_partition,
-    TrigJetHypoToolConfig_dijet,
-    NotHelperTool,
-    AndHelperTool,
-    OrHelperTool,
-    TrigJetHypoToolHelperMT,
-    CombinationsHelperTool,
-    TrigJetHypoToolConfig_combgen,
-    TrigJetHypoToolConfig_partgen,
-)
-
-from TrigHLTJetHypoUnitTests.TrigHLTJetHypoUnitTestsConf import (
-    AgreeHelperTool,
-)
-
-class ToolSetter(object):
-    """Visitor to set instantiated AlgTools to a jet hypo tree"""
-    
-    def __init__(self, name):
-
-        self.tool_factories = {
-            'simple': [TrigJetHypoToolConfig_simple, 0],
-            'simplepartition': [TrigJetHypoToolConfig_simple_partition, 0],
-            'not': [NotHelperTool, 0],
-            'and': [AndHelperTool, 0],
-            'agree': [AgreeHelperTool, 0],
-            'or': [OrHelperTool, 0],
-            'dijet': [TrigJetHypoToolConfig_dijet, 0],
-            'combgen': [TrigJetHypoToolConfig_combgen, 0],
-            'partgen': [TrigJetHypoToolConfig_partgen, 0],
-            'et': [TrigJetConditionConfig_et, 0],
-            'eta': [TrigJetConditionConfig_abs_eta, 0],
-            'dijet_mass': [TrigJetConditionConfig_dijet_mass, 0],
-            'dijet_deta': [TrigJetConditionConfig_dijet_deta, 0],
-            'dijet_dphi': [TrigJetConditionConfig_dijet_dphi, 0],
-            }
-
-        self.mod_router = {
-            'not': self.mod_logical_unary,
-            'and': self.mod_logical_binary,
-            'agree': self.mod_logical_binary,
-            'or': self.mod_logical_binary,
-            'simple': self.mod_simple,
-            'simplepartition': self.mod_simple,
-            'combgen': self.mod_combgen,  #  shared with partgen
-            'partgen': self.mod_combgen,  #  shared with combgen
-            'dijet': self.mod_dijet,
-        }
-
-    def mod_logical_binary(self, node):
-        """Set the HypoConfigTool instance the 'and' and 'or' scenarios
-        these take two predicates"""
-        
-        scen = node.scenario
-        klass = self.tool_factories[scen][0]
-        sn = self.tool_factories[scen][1]
-        name = '%s_%d' % (scen, sn)
-        self.tool_factories[scen][1] += 1
-
-        tool = klass(name=name)
-
-        # print 'ToolSetter, setting lhs ', node.children[0].tool
-        tool.lhs = node.children[0].tool
-        tool.rhs = node.children[1].tool
-
-        tool.node_id = node.node_id
-        tool.parent_id = node.parent_id
-
-        node.tool = tool
-
-
-    def mod_logical_unary(self, node):
-        """Set the HypoConfigTool instance for the 'not' scenario
-        this takes a single predicate"""
-        
-        scen = node.scenario
-        klass = self.tool_factories[scen][0]
-        sn = self.tool_factories[scen][1]
-        name = '%s_%d' % (scen, sn)
-        self.tool_factories[scen][1] += 1
-
-        tool = klass(name=name)
-
-        # print 'ToolSetter, setting lhs ', node.children[0].tool
-        tool.hypoTool = node.children[0].tool
-
-        tool.node_id = node.node_id
-        tool.parent_id = node.parent_id
-
-        node.tool = tool
-
-
-    def mod_combgen(self, node):
-        """Set the HypoConfigTool instance for the 'not' scenario
-        this takes a single predicate"""
-        
-        scen = node.scenario
-        klass = self.tool_factories[scen][0]
-        sn = self.tool_factories[scen][1]
-        name = '%s_%d' % (scen, sn)
-        self.tool_factories[scen][1] += 1
-
-        config_tool = klass(name=name+'_config')
-        config_tool.children = [child.tool for child in node.children]
-        [setattr(config_tool, k, v) for k, v in node.conf_attrs.items()]
-
-        helper_tool = CombinationsHelperTool(name=name+'_helper')
-        helper_tool.HypoConfigurer = config_tool
-
-        helper_tool.node_id = node.node_id
-        helper_tool.parent_id = node.parent_id
-
-        node.tool = helper_tool
-
-    def mod_simple(self, node):
-        """Set the HypoConfigTool instance in a hypo tree node"""
-
-        scen = node.scenario
-        klass = self.tool_factories[scen][0]
-
-        sn = self.tool_factories[scen][1]
-        name = '%s_%d' % (scen, sn)
-        
-        self.tool_factories[scen][1] += 1
-
-        
-
-        config_tool = klass(name=name+'_config')
-        [setattr(config_tool, k, v) for k, v in node.conf_attrs.items()]
-        
-        helper_tool = TrigJetHypoToolHelperMT(name=name+'_helper')
-        helper_tool.HypoConfigurer = config_tool
-        helper_tool.node_id = node.node_id
-        helper_tool.parent_id = node.parent_id
-
-        node.tool = helper_tool
- 
-    def mod_dijet(self, node):
-        """Set the HypoConfigTool instance in a hypo tree node"""
-
-        scen = node.scenario
-        klass = self.tool_factories[scen][0]
-        sn = self.tool_factories[scen][1]
-        name = '%s_%d' % (scen, sn)
-        
-        self.tool_factories[scen][1] += 1
-
-        config_tool = klass(name=name+'_config')
-        [setattr(config_tool, k, v) for k, v in node.conf_attrs.items()]
-        helper_tool = TrigJetHypoToolHelperMT(name=name+'_helper')
-        helper_tool.HypoConfigurer = config_tool
-
-        helper_tool.node_id = node.node_id
-        helper_tool.parent_id = node.parent_id
-
-        node.tool = helper_tool                               
-
-    def mod(self, node):
-        """Set the HypoConfigTool instance according to the scenario.
-        Note: node.accept must perform depth first navigation to ensure
-        child tools are set."""
-        
-        self.mod_router[node.scenario](node)
-
-    def report(self):
-        wid = max(len(k) for k in self.tool_factories.keys())
-        rep = '\n%s: ' % self.__class__.__name__
-
-        rep += '\n'.join(
-            ['%s: %d' % (k.ljust(wid), v[1])
-             for k, v in self.tool_factories.items()])
-
-        return rep
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/TrigJetHypoToolConfig.py b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/TrigJetHypoToolConfig.py
index a1e5c78989eb28ef3c7e0c546823be1e8d8ccb38..f433cd6f8264ba9b78597035d0a7c2a1a1c851a0 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/TrigJetHypoToolConfig.py
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/TrigJetHypoToolConfig.py
@@ -4,7 +4,6 @@ from __future__ import print_function
 from AthenaConfiguration.ComponentFactory import CompFactory
 
 from TrigHLTJetHypo.treeVisitors import TreeParameterExpander
-from TrigHLTJetHypo.ConditionsToolSetterTree import ConditionsToolSetterTree
 from TrigHLTJetHypo.ConditionsToolSetterFastReduction import (
     ConditionsToolSetterFastReduction,
 )
@@ -28,7 +27,6 @@ def  trigJetHypoToolHelperFromDict_(chain_label,
 
     tree = parser.parse()
 
-
     #expand strings of cuts to a cut dictionary
     visitor = TreeParameterExpander()
     tree.accept(visitor)
@@ -47,28 +45,8 @@ def  trigJetHypoToolHelperFromDict_(chain_label,
 
     log.info('trigJetHypoToolFromDict chain_name %s', chain_name)
 
-    # debug flag to be relayed to C++ objects
-    tool = None
-
-    if toolSetter is None:
-        toolSetter = ConditionsToolSetterTree(chain_name)
-        tree.accept(modifier=toolSetter)
-        tool = tree.tool
-    else:
-
-        if toolSetter.__class__.__name__ in (
-                'ConditionsToolSetterFastReduction',
-                'ConditionsToolSetterHT'):
-            toolSetter.mod(tree)
-            tool = toolSetter.tool
-
-        elif toolSetter.__class__.__name__ in (
-                    'ConditionsToolSetterTree',):
-                tree.accept(modifier=toolSetter)
-                tool = tree.tool
-        else:
-            toolSetter = ConditionsToolSetterTree(chain_name)
-            tool = tree.tool
+    toolSetter.mod(tree)
+    tool = toolSetter.tool
 
     log.debug(visitor.report())
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/jetlabel_tester.py b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/jetlabel_tester.py
index b65e0c0dd96372e1dbdee9602626e2fd402795d7..5741fdbf50b80b3bb1970d75d172f0b7aa5c9e49 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/jetlabel_tester.py
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/jetlabel_tester.py
@@ -1,15 +1,14 @@
-# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 """Utility to test whether a string is a legal jet chain label"""
 from __future__ import print_function
 
 
 from ChainLabelParser import ChainLabelParser
 from  TrigHLTJetHypo.treeVisitors import TreeParameterExpander
-from  TrigHLTJetHypo.ConditionsToolSetterTree import ConditionsToolSetterTree
-from  TrigHLTJetHypo.ConditionsToolSetterFlowNetwork import (
-    ConditionsToolSetterFlowNetwork,)
+from  TrigHLTJetHypo.ConditionsToolSetterFastReduction import (
+    ConditionsToolSetterFastReduction,)
 
-def compile(label, setter=None, expand=False, do_dump=False, do_print=False):
+def compile(label, setter, expand=False, do_dump=False, do_print=False):
     print ('compile:',  label)
 
     parser = ChainLabelParser(label, debug=False)
@@ -22,13 +21,12 @@ def compile(label, setter=None, expand=False, do_dump=False, do_print=False):
         visitor = TreeParameterExpander()
         tree.accept(visitor)
 
+        if setter is not None:
+            setter.mod(tree)
+
     print ('compile: tree.scenario', tree.scenario)
 
-    if setter is not None:
-        if setter.__class__.__name__ == 'ConditionsToolSetterFlowNetwork':
-            setter.mod(tree)
-        else:
-            raise NotImplementedError('Unknown setter ' + setter.__class__.__name__)
+        
         
     if do_print:
         print ('\nnode dumping top node only:\n')
@@ -67,13 +65,11 @@ if __name__ == '__main__':
     print('index', index)
     label = test_strings[index]
 
-    setter = None
-    unused_setter0 = ConditionsToolSetterTree('toolSetter')
-    unised_setter1 = ConditionsToolSetterFlowNetwork('fnToolSetter')
+    setter = ConditionsToolSetterFastReduction('toolSetterFastReduction')
     
     tree = compile(label, setter=setter,  expand=True, do_dump=True)
 
-    print ('tvec: %s' % str(setter.treeVec))
+    print ('tvec: %s' % str(setter.tool))
     print ('svec: %s' % setter.shared)
     print ('conditionsVec [%d]: %s' % (len(setter.conditionsVec),
                                        str(setter.conditionsVec)))
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/node.py b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/node.py
index 358e4e69bdad3672d6f3e67ff9eb3162e0e4c261..0b21c68951108579703549316f8444ceb08bbb15 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/node.py
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/node.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 """
 Node - represents a tree structure. scenario and parameters which are strings 
 filled in while parsing a jet hyp[o label. A visitor is used to convert 
@@ -26,12 +26,16 @@ class Node(object):
         self.parameters = ''
         self.children = []
         self.conf_attrs = []  # list of dictionaries
-        self.tool = None
-        self.compound_condition_tools = []
+
+        # filled in by a CondtionsTollSetter:
+        self.compound_condition_tools = [] 
+        # self.tool = None
+        # self.compound_condition_tools = []
         # self.tree_top kludge carensure top level tools get chain name
         # as Tool name
         self.tree_top = False
-
+        self.tool = None
+        
     def set_ids(self, node_id, parent_id):
         "Set ids of nodes in a tree"
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/testChainDictMaker.py b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/testChainDictMaker.py
index 42d7d53e798c317e89f6927aa52c50a4cb63cfdb..312abad23137946c8b0fcaf66f80a6857404749e 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/testChainDictMaker.py
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/testChainDictMaker.py
@@ -37,6 +37,15 @@ def testChainDictMaker():
         ChainProp(name='HLT_j0_vbenfSEP30etSEP34mass35SEP50fbet_L1J20',
                   l1SeedThresholds=['FSNOSEED'],
                   groups=MultiJetGroup),
+
+        ChainProp(name='HLT_10j40_L1J15',
+                  l1SeedThresholds=['FSNOSEED'], groups=MultiJetGroup),
+
+
+        # ChainProp(name='HLT_j70_j50 _0eta490_invm1000j50_dphi20_deta40_L1J20',
+        #          l1SeedThresholds=['FSNOSEED']*2,
+        #          groups=MultiJetGroup),
+
     ]
 
     result = []
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/treeVisitors.py b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/treeVisitors.py
index fbdf5b60bf4927a31e7accbc0a6144fc104686ee..c4c92e78b55762cf8f2cc0f55ca33b174d348923 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/python/treeVisitors.py
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/python/treeVisitors.py
@@ -4,8 +4,6 @@ from __future__ import absolute_import
 
 from .constants import lchars
 
-from TrigHLTJetHypo.ToolSetter import ToolSetter
-
 import re
 from collections import defaultdict
 
@@ -134,12 +132,16 @@ class ConditionsDictMaker(object):
     cut vals. 
 
     Example:  makeDict('(10et,0eta320)') 
-              returns the tuple dict, error, msgs :
+              returns the tuple:  ([dict0, dict1,...] , error, msgs]:
               (
-              {'eta_maxs': [3.2], 'EtThresholds': [10000.0], 'eta_mins': [0.0],               'asymmetricEtas': [0]}, 
-    
-              False, 
-              ['OK']
+                [
+                 {'eta_maxs': [3.2], 
+                 'EtThresholds': [10000.0], 
+                 'eta_mins': [0.0],
+                 'asymmetricEtas': [0]}
+               ],
+               False, 
+               ['OK']
               )
 
     dijets:     parameter strings looks like '40mass, 0dphi20'
@@ -184,12 +186,18 @@ class ConditionsDictMaker(object):
         # conditions example: ['10et,0eta320', '20et']
         conditions = self.get_conditions(params)
 
+        # keep track of identical conditions (mult > 1)
+        
+        mult_conditions = defaultdict(int)
+        for c in conditions: mult_conditions[c] += 1
+        
         result = []
         msgs = []
 
-        for c in conditions:  # there is a parameter string for each condition
+
+        # process each parameter string once.
+        for c, mult in mult_conditions.items(): # c is condition string
             cdict = defaultdict(dict)
-            print ('processing condition', c)
             toks = c.split(',')  # parameters in par string are separated by ','
             toks = [t.strip() for t in toks]
 
@@ -244,7 +252,6 @@ class ConditionsDictMaker(object):
                 sf = scaleFactors(attr)
                 
                 if lo:
-                    print (attr, lo)
                     # find the python proxy class  name
                     limits_dict['min'] = scale_limit(lo, sf)
                         
@@ -253,7 +260,7 @@ class ConditionsDictMaker(object):
                         
                 cdict[attr] = limits_dict
             
-            result.append(cdict)
+            result.append((cdict, mult)) # append dictionary and mult.
 
 
         # Example: input condition string:
@@ -269,7 +276,6 @@ class ConditionsDictMaker(object):
 
         msgs = ['ConditionsDict OK']
         error = False
-        print ('ConditionsDictMaker::makeDict(), result', result)
         return result, error, msgs
 
 
@@ -444,60 +450,3 @@ class TreeParameterExpander(object):
         return self.expander.report()
         
 
-def _test(s):
-
-    from .ChainLabelParser import ChainLabelParser
-    parser = ChainLabelParser(s)
-
-    parser.debug = True
-
-    tree = parser.parse()
-    print(tree.dump())
-    # exapnd the window cuts (strings) obtained from the chain label
-    # to attributes and floating point numbers, set defaults
-    # for unspecified vallues
-    visitor = TreeParameterExpander()
-    tree.accept(visitor)
-
-    tree.set_ids(0, 0)
-    tree.accept(visitor)
-    print(visitor.report())
-    print(tree.dump())
-
-    # set the node attribute node.tool to be the hypo  Al\gTool.
-    print('sending in the ToolSetter visitor')
-    ts_visitor = ToolSetter(s)
-    tree.accept_cf(ts_visitor)
-    print(ts_visitor.report())
-
-
-    # print tree.dump()
-    print(tree.tool)  # printing a Gaudi tool prints its nested tools
-
-
-def test(index):
-    from .test_cases import test_strings
-    import sys
-    if index not in range(len(test_strings)):
-        print ('expected int in [0,%d) ] on comand line, got %s' % (
-            len(test_strings), c))
-        sys.exit()
-
-    print('index', index)
-    print('========== Test %d ==============' % index)
-    s = test_strings[index]
-    print(s)
-    _test(s)
-
-
-if __name__ == '__main__':
-    import sys
-
-    c = ''.join(sys.argv[1:])
-    ic = -1
-    try:
-        ic = int(c)
-    except Exception:
-        print('expected int on command line, got ',c)
-        sys.exit()
-    test(ic)
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/AcceptAllConditionMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/AcceptAllConditionMT.cxx
index ade70fd5f59c4b4bc509d1b9a20a7399ae351415..073719bbe194f33b3c82403fa2c7f62bca97ab03 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/AcceptAllConditionMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/AcceptAllConditionMT.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 #
 #include "./AcceptAllConditionMT.h"
@@ -41,7 +41,7 @@ AcceptAllConditionMT::isSatisfied(const HypoJetVector& ips,
 
 
 
-std::string AcceptAllConditionMT::toString() const noexcept {
+std::string AcceptAllConditionMT::toString() const {
   std::stringstream ss;
   
   ss << "AcceptAllConditionMT (" << this << ") capacity " <<  m_capacity <<'\n';
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/AcceptAllConditionMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/AcceptAllConditionMT.h
index a60b7ef77358fb8f1948220e8e9922447d9b47e2..801cc2f8a9adc2386e42cc16533435369370f59d 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/AcceptAllConditionMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/AcceptAllConditionMT.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGHLTJETHYPO_ACCEPTALLMT_H
@@ -31,7 +31,7 @@ class AcceptAllConditionMT: public IConditionMT{
                    const std::unique_ptr<ITrigJetHypoInfoCollector>&) const override;
 
   virtual unsigned int capacity() const override{return m_capacity;}
-  std::string toString() const noexcept override;
+  std::string toString() const override;
   
  private:
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/AndHelperTool.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/AndHelperTool.cxx
deleted file mode 100644
index 7cbaf6684e2a9188de3ad978487261096eb326eb..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/AndHelperTool.cxx
+++ /dev/null
@@ -1,71 +0,0 @@
-/*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
-*/
-
-// ********************************************************************
-//
-// NAME:     AndHelperTool.cxx
-// PACKAGE:  Trigger/TrigHypothesis/TrigHLTJetHypo
-//
-//
-// ********************************************************************
-
-#include "AndHelperTool.h"
-
-#include "GaudiKernel/StatusCode.h"
-#include "./ITrigJetHypoInfoCollector.h"
-#include "./nodeIDPrinter.h"
-#include "./JetTrigTimer.h"
-#include <sstream>
-
-AndHelperTool::AndHelperTool(const std::string& type,
-                             const std::string& name,
-                             const IInterface* parent) :
-  base_class(type, name, parent){
-}
-
-
-bool
-AndHelperTool::pass(HypoJetVector& jets,
-		    xAODJetCollector& jetCollector,
-		    const std::unique_ptr<ITrigJetHypoInfoCollector>& collector) const {
-  ATH_MSG_DEBUG("AndHelperTool::pass... " << jets.size() << " jets");
-
-  JetTrigTimer timer;
-  if(collector){
-    timer.start();
-  }
-  bool pass = m_lhs->pass(jets, jetCollector, collector);
-  if (pass){
-    ATH_MSG_DEBUG("LHS passed");
-    pass = m_rhs->pass(jets, jetCollector, collector);
-    ATH_MSG_DEBUG("RHS " <<std::boolalpha << pass);
-  } else {
-    ATH_MSG_DEBUG("LHS failed");
-  }
-
-  if (collector){
-    timer.stop();
-    collector->collect(name(), nodeIDPrinter(name(),
-                                             m_nodeID,
-                                             m_parentNodeID,
-                                             pass,
-                                             timer.readAndReset()));
-  }
-  return pass;
-
-}
-
-std::string AndHelperTool::toString() const{
-  return nodeIDPrinter(name(), m_nodeID, m_parentNodeID);                     
-}
-
-StatusCode AndHelperTool::getDescription(ITrigJetHypoInfoCollector& c) const {
-  c.collect(name(), toString());
-  return m_lhs->getDescription(c) & m_rhs->getDescription(c);
-}
-
-std::size_t AndHelperTool::requiresNJets() const {
-  return m_lhs->requiresNJets() + m_rhs->requiresNJets();
-}
-
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/AndHelperTool.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/AndHelperTool.h
deleted file mode 100644
index 55d6ebab34d0c2ce922acb571d65029f4088ecdf..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/AndHelperTool.h
+++ /dev/null
@@ -1,58 +0,0 @@
-/*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef TRIGHLTJETHYPO_ANDHELPERTOOLMT_H
-#define TRIGHLTJETHYPO_ANDHELPERTOOLMT_H
-/********************************************************************
- *
- * NAME:     AndHelperTool.h
- * PACKAGE:  Trigger/TrigHypothesis/TrigHLTJetHypo
- *
- *
- *********************************************************************/
-
-#include "AthenaBaseComps/AthAlgTool.h"
-
-#include "TrigHLTJetHypo/ITrigJetHypoToolHelperMT.h"
-#include "ITrigJetHypoToolConfig.h"
-#include "TrigHLTJetHypo/TrigHLTJetHypoUtils/HypoJetDefs.h"
-#include "./ITrigJetHypoInfoCollector.h"
-
-class ITrigJetHypoInfoCollector;
-class xAODJetCollector;
-
-class AndHelperTool: public extends<AthAlgTool, ITrigJetHypoToolHelperMT> {
-
- public:
-
-  AndHelperTool(const std::string& type,
-                const std::string& name,
-                const IInterface* parent);
-  
-  bool pass(HypoJetVector&,
-	    xAODJetCollector&,
-            const std::unique_ptr<ITrigJetHypoInfoCollector>&) const override;
-
-  virtual StatusCode getDescription(ITrigJetHypoInfoCollector&) const override;
-  virtual std::string toString() const override;
-  virtual std::size_t requiresNJets() const override;
-
- private:
-
-  ToolHandle<ITrigJetHypoToolHelperMT> m_lhs {
-    this, "lhs", {}, "LHS boolean binary expression"}; 
-  
-  ToolHandle<ITrigJetHypoToolHelperMT> m_rhs {
-    this, "rhs", {}, "RHS boolean binary expression"}; 
-  
-  
-  Gaudi::Property<int>
-    m_parentNodeID {this, "parent_id", {}, "hypo tool tree parent node id"};
-  
-  Gaudi::Property<int>
-    m_nodeID {this, "node_id", {}, "hypo tool tree node id"};
-
-
-};
-#endif
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CapacityCheckedCondition.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CapacityCheckedCondition.cxx
new file mode 100644
index 0000000000000000000000000000000000000000..bcf2cfe05335583b7c13ec757b2992e3f5acc40a
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CapacityCheckedCondition.cxx
@@ -0,0 +1,41 @@
+/*
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+*/
+
+#include "./CapacityCheckedCondition.h"
+
+#include <memory>
+#include <string>
+
+
+CapacityCheckedCondition::CapacityCheckedCondition(std::unique_ptr<IConditionMT> cp,  std::size_t mult):
+  m_condition{std::move(cp)}, m_multiplicity{mult} {}
+
+
+CapacityCheckedCondition::~CapacityCheckedCondition(){}
+  
+bool
+CapacityCheckedCondition::multiplicitySatisfied(std::size_t jgMultiplicity,
+						const Collector&) const {
+  return m_multiplicity <= jgMultiplicity;
+}
+  
+bool
+CapacityCheckedCondition::isSatisfied(const HypoJetVector& v,
+				      const std::unique_ptr<ITrigJetHypoInfoCollector>& c) const {
+  return m_condition->isSatisfied(v, c);
+}
+  
+unsigned int CapacityCheckedCondition::capacity() const {
+  return m_condition->capacity();
+}
+  
+std::string CapacityCheckedCondition::toString() const {
+  std::stringstream ss;
+  const void* address = static_cast<const void*>(this);
+  
+  ss << "CapacityCheckedCondition (" << address << ") Multiplicity: "
+     << m_multiplicity << '\n' << m_condition->toString();
+
+  return ss.str();
+}
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CapacityCheckedCondition.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CapacityCheckedCondition.h
index 1455d594aca74b0d974e00e28cbf10abd9961a94..e01bcc13918d18baafbeb8412aa7e269ea32ca94 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CapacityCheckedCondition.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CapacityCheckedCondition.h
@@ -27,35 +27,25 @@ class ITrigJetHypoInfoCollector;
 
 class CapacityCheckedCondition: public ICapacityCheckedCondition {
  public:
- CapacityCheckedCondition(std::unique_ptr<IConditionMT> cp):
-  m_condition{std::move(cp)} {
-  }
+ CapacityCheckedCondition(std::unique_ptr<IConditionMT> cp,
+			  std::size_t mult);
+  virtual ~CapacityCheckedCondition();
   
-  virtual ~CapacityCheckedCondition(){
-  }
-
   virtual bool
-    capacitySatisfied(std::size_t jgMultiplicity,
-		      const Collector&) const override {
-
-    return m_condition->capacity() <= jgMultiplicity;
-  }
-  
-  virtual bool isSatisfied(const HypoJetVector& v,
-                           const std::unique_ptr<ITrigJetHypoInfoCollector>& c) const override {
-    return m_condition->isSatisfied(v, c);
-  }
-  
-  virtual unsigned int capacity() const override {
-    return m_condition->capacity();
-  }
+  multiplicitySatisfied(std::size_t jgMultiplicity,
+			const Collector&) const override;
+  virtual bool
+    isSatisfied(const HypoJetVector& v,
+		const std::unique_ptr<ITrigJetHypoInfoCollector>& c) const override;
   
-  virtual std::string toString() const noexcept override {
-    return m_condition->toString();
-  }
+  virtual unsigned int capacity() const override;
   
- private:
+  virtual std::string toString() const override;
+
+private:
+
   std::unique_ptr<IConditionMT> m_condition;
+  std::size_t m_multiplicity;
 };
 
 #endif
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CombinationsHelperTool.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CombinationsHelperTool.cxx
deleted file mode 100644
index 63cadefa74e1b5d523c478398a57bf61a2041974..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CombinationsHelperTool.cxx
+++ /dev/null
@@ -1,184 +0,0 @@
-/*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
-*/
-
-#include "./CombinationsHelperTool.h"
-#include "TrigHLTJetHypo/TrigHLTJetHypoUtils/CombinationsGrouper.h"
-#include "./ITrigJetHypoInfoCollector.h"
-#include "./nodeIDPrinter.h"
-#include "./JetTrigTimer.h"
-#include "./DebugInfoCollector.h"
-
-#include <sstream>
-
-CombinationsHelperTool::CombinationsHelperTool(const std::string& type,
-                                               const std::string& name,
-                                               const IInterface* parent) :
-  base_class(type, name, parent){
-  
-}
-
-StatusCode CombinationsHelperTool::initialize() {
-  
-  auto opt_conditions = m_config->getConditions();
-  if(!opt_conditions.has_value()){
-    ATH_MSG_ERROR("Error setting conditions");
-    return StatusCode::FAILURE;
-  }  
-  m_conditions = std::move(*opt_conditions);
-  
-  m_grouper  = m_config->getJetGrouper();
-  m_matcher = m_config->getMatcher();
-  
-  return StatusCode::SUCCESS;
-}
-
-
-void
-CombinationsHelperTool::collectData(const std::string& setuptime,
-                                    const std::string& exetime,
-                                    const std::unique_ptr<ITrigJetHypoInfoCollector>& collector,
-				    
-                                    bool pass) const {
-  if(!collector){return;}
-  for(const auto& c: m_conditions){
-    collector->collect("Condition", c->toString());
-  }
-  auto helperInfo = nodeIDPrinter(name(),
-				  m_nodeID,
-				  m_parentNodeID,
-				  pass,
-				  exetime + setuptime
-				  );
-  
-  collector->collect(name(), helperInfo);
-}
-
-
-struct HypoJetSelector{
-  // Selector jets according to OR of ocnditions objects.
-  // This predicate is intended to be used with an STL algorithm
-  HypoJetSelector(const ConditionsMT& conditions,
-                  const std::unique_ptr<ITrigJetHypoInfoCollector>&collector ):
-    m_conditions(conditions), m_collector(collector){
-  }
-  
-  bool operator()(pHypoJet j){
-    
-    if(m_conditions.empty()){return true;}
-    
-    std::vector<pHypoJet> v{j};
-    for(const auto& c : m_conditions)
-      {
-        if (c->isSatisfied(v, m_collector))  // there is a satisfied condition
-          {
-            return true;
-          }
-      }
-    
-    return false;   // no condition  satisfied
-  }
-  const ConditionsMT& m_conditions;
-  const std::unique_ptr<ITrigJetHypoInfoCollector>& m_collector;
-};
-
-
-bool
-CombinationsHelperTool::pass(HypoJetVector& jets,
-			     xAODJetCollector& jetCollector,
-			     const std::unique_ptr<ITrigJetHypoInfoCollector>& collector) const {
-  /* seek first jet group that passes all children  */
-  
-  // create vector of vector of jets
-  
-  JetTrigTimer exeTimer;
-  JetTrigTimer setupTimer;
-  
-  if(collector){
-    std::string msg = "No of jets " + std::to_string(jets.size());
-    collector->collect(name(), msg);
-  }
-
-    
-  setupTimer.start();
-
-  auto end_iter = jets.end();
-
-  if(!m_conditions.empty()){
-  
-    HypoJetSelector selector(m_conditions, collector);
-  
-    // use conditions objects to select jets
-    end_iter = std::partition(jets.begin(),
-			      jets.end(),
-			      selector);
-  }
-  
-  auto begin = jets.begin();
-  std::vector<HypoJetGroupVector> jetGroupsVec =
-    m_grouper->group(begin, end_iter);
-
-  setupTimer.stop();
-  exeTimer.start();
-
-  bool passed{false};
-
-  if(collector){
-    collector->collect(name(),
-		       "size jetGroupsVec " + std::to_string(jetGroupsVec.size()));
-  }
-  for(auto& jetGroupVec : jetGroupsVec){
-    ATH_MSG_DEBUG("No of groups" << jetGroupVec.size());
-
-    auto passes = m_matcher->match(jetGroupVec.begin(),
-				 jetGroupVec.end(),
-				 jetCollector,
-				 collector);
-
-    if(!passes.has_value()){
-      ATH_MSG_ERROR("Matcher cannot determine result. Config error?");
-      return false;
-    }
-
-    passed = *passes;
-    if(passed){
-      exeTimer.stop();
-      collectData(setupTimer.readAndReset(),
-		  exeTimer.readAndReset(),
-		  collector,
-		  passed);
-	
-      return passed;
-    }
-  }
-  
-  exeTimer.stop();
-  collectData(setupTimer.readAndReset(),
-              exeTimer.readAndReset(),
-              collector,
-              passed);
-  
-  return passed;
-}
-
-
-std::string CombinationsHelperTool::toString() const{
-  std::stringstream ss;
-  std::string msg =  nodeIDPrinter(name(), m_nodeID, m_parentNodeID) + "\n";
-  msg += "Conditions:\nNo. of conditions "
-    + std::to_string(m_conditions.size()) + '\n';
-  for(const auto& cond : m_conditions){ msg += cond->toString() + "\n";}
-  msg += "Grouper:\n" + m_grouper -> toString() + '\n';
-  msg += "Matcher:\n" + m_matcher -> toString() + '\n';
-  return msg;
-}
-
-StatusCode
-CombinationsHelperTool::getDescription(ITrigJetHypoInfoCollector& c) const {
-  c.collect(name(), toString());
-  return StatusCode::SUCCESS;
-
-}
-std::size_t CombinationsHelperTool::requiresNJets() const {
-  return m_config->requiresNJets();
-}
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CombinationsHelperTool.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CombinationsHelperTool.h
deleted file mode 100644
index 99146e94ad9fa9b2173418bbca12fa8eabbd1ae7..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CombinationsHelperTool.h
+++ /dev/null
@@ -1,72 +0,0 @@
-/*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
-*/
-
-/* IAlg tool that splits up incomming jets and sends then to its children */
-
-#ifndef TRIGHLTJETHYPO_COMBINATIONSHELPERTOOL_H
-#define TRIGHLTJETHYPO_COMBINATIONSHELPERTOOL_H
-
-#include "AthenaBaseComps/AthAlgTool.h"
-
-#include "TrigHLTJetHypo/ITrigJetHypoToolHelperMT.h"
-#include "ConditionsDefsMT.h"
-#include "ITrigJetHypoToolConfig.h"
-#include "TrigHLTJetHypo/TrigHLTJetHypoUtils/HypoJetDefs.h"
-
-class ITrigJetInfoCollector;
-class xAODJetCollector;
-
-class CombinationsHelperTool: public extends<AthAlgTool, ITrigJetHypoToolHelperMT> {
- public:
-  
-  CombinationsHelperTool(const std::string& type,
-                         const std::string& name,
-                         const IInterface* parent);
-  
-
-  virtual StatusCode initialize() override;
-
-  virtual bool pass(HypoJetVector&,
-		    xAODJetCollector&,
-		    const std::unique_ptr<ITrigJetHypoInfoCollector>&
-		    ) const override;
-
-  virtual std::size_t requiresNJets() const override;
-
-  virtual StatusCode getDescription(ITrigJetHypoInfoCollector&) const override;
-  virtual std::string toString() const override;
-
- private:
-
-  // Used to generate helper objects foe TrigHLTJetHelper
- // from user supplied values
- ToolHandle<ITrigJetHypoToolConfig> m_config {
-   this, "HypoConfigurer", {}, "Configurer to set up TrigHLTJetHypoHelper2"}; 
-
- // Object to make jet groups. Jet groups
- // are vectors of jets selected from a jet vector
- // which is, in this case, the incoming jet vector.
- std::unique_ptr<IJetGrouper> m_grouper;
-  
- ConditionsMT m_conditions;
-
- 
- Gaudi::Property<int>
-   m_parentNodeID {this, "parent_id", {}, "hypo tool tree parent node id"};
- 
- Gaudi::Property<int>
-   m_nodeID {this, "node_id", {}, "hypo tool tree node id"};
- 
- // Object that matches jet groups with ITrigJetHypoToolHelper objects
-  std::unique_ptr<IGroupsMatcherMT> m_matcher;
-
-  
-  void collectData(const std::string& setuptime,
-                   const std::string& exetime,
-		   const std::unique_ptr<ITrigJetHypoInfoCollector>&,
-                   bool) const;
-
-
-};
-#endif
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CompoundConditionMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CompoundConditionMT.cxx
index a602f937d89d9ea1dfa8dda4ce812f7b1f4f395a..af5cb4b646a4f3478c97f24924c007db0e1e4dc4 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CompoundConditionMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CompoundConditionMT.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 #
 #include "./CompoundConditionMT.h"
@@ -53,7 +53,7 @@ bool CompoundConditionMT::isSatisfied(const HypoJetVector& ips,
 }
 
 
-std::string CompoundConditionMT::toString() const noexcept {
+std::string CompoundConditionMT::toString() const {
   std::stringstream ss;
   ss << "CompoundConditionMT (" << this << ") Capacity: " << m_capacity << '\n';
   for(const auto& el :m_elements){
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CompoundConditionMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CompoundConditionMT.h
index c6f1763d6bbd83027c2d9e60990de772e18e3bbf..0e707306cf3bc9857c01b1d63c3aa23c0c75590b 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CompoundConditionMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/CompoundConditionMT.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGHLTJETHYPO_COMPOUNDCONDITIONMT_H
@@ -35,7 +35,7 @@ class CompoundConditionMT: public IConditionMT{
   virtual unsigned int capacity() const override{return m_capacity;}
 
 
-  std::string toString() const noexcept override;
+  std::string toString() const override;
  private:
 
   std::vector<ConditionMT> m_elements;
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetConditionMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetConditionMT.cxx
index a88f89e887f67c47bcae9643b81b6e00c6c0eca7..ab69025c4b9d87927bce4e76229303a1de89125e 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetConditionMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetConditionMT.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #include "./DijetConditionMT.h"
@@ -79,7 +79,7 @@ DijetConditionMT::isSatisfied(const HypoJetVector& ips,
 
 }
 
-std::string DijetConditionMT::toString() const noexcept {
+std::string DijetConditionMT::toString() const {
 
 
   std::stringstream ss;
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetConditionMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetConditionMT.h
index 7a1be3e9d7c94a89e293617bcffeab58d69d443a..04cbf3635d1cfcc375156e82656f97b07164c6e8 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetConditionMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetConditionMT.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGHLTJETHYPO_DIJETCONDITIONMT_H
@@ -38,7 +38,7 @@ class DijetConditionMT: public IConditionMT{
   bool isSatisfied(const HypoJetVector&,
                    const std::unique_ptr<ITrigJetHypoInfoCollector>&) const override;
   
-  std::string toString() const noexcept override;
+  std::string toString() const override;
 
   virtual unsigned int capacity() const override{return s_capacity;}
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetDEtaConditionMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetDEtaConditionMT.cxx
index 004a0830ffd8942fd1cb6a40a27150b4cbf23c2a..c100fec837cc36fa799315cb0f5dc15ad804f0de 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetDEtaConditionMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetDEtaConditionMT.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #include "./DijetDEtaConditionMT.h"
@@ -59,7 +59,7 @@ DijetDEtaConditionMT::isSatisfied(const HypoJetVector& ips,
 
 }
 
-std::string DijetDEtaConditionMT::toString() const noexcept {
+std::string DijetDEtaConditionMT::toString() const {
 
 
   std::stringstream ss;
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetDEtaConditionMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetDEtaConditionMT.h
index 3eae0b759e0d46cea40f4af9b21bf383f74e4759..c48870c8491ee60a4aa434682871c78378f83827 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetDEtaConditionMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetDEtaConditionMT.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGHLTJETHYPO_DIJETDETACONDITIONMT_H
@@ -31,7 +31,7 @@ class DijetDEtaConditionMT: public IConditionMT{
   bool isSatisfied(const HypoJetVector&,
                    const std::unique_ptr<ITrigJetHypoInfoCollector>&) const override;
   
-  std::string toString() const noexcept override;
+  std::string toString() const override;
 
   virtual unsigned int capacity() const override{return s_capacity;}
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetDPhiConditionMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetDPhiConditionMT.cxx
index 2d425350a680c01f122e1730a1020c9e06b0ba7b..567bcaa29aa53960849caf7944f4f3fd6424ea6c 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetDPhiConditionMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetDPhiConditionMT.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #include "./DijetDPhiConditionMT.h"
@@ -60,7 +60,7 @@ DijetDPhiConditionMT::isSatisfied(const HypoJetVector& ips,
    
 }
 
-std::string DijetDPhiConditionMT::toString() const noexcept {
+std::string DijetDPhiConditionMT::toString() const {
 
 
   std::stringstream ss;
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetDPhiConditionMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetDPhiConditionMT.h
index 1665b15593acd3b5b0a692645f4cf8a65d271cb9..8a4038456e4172765514ade9de749432b950f191 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetDPhiConditionMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetDPhiConditionMT.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGHLTJETHYPO_DIJETDPHICONDITIONMT_H
@@ -32,7 +32,7 @@ class DijetDPhiConditionMT: public IConditionMT{
   bool isSatisfied(const HypoJetVector&,
                    const std::unique_ptr<ITrigJetHypoInfoCollector>&) const override;
   
-  std::string toString() const noexcept override;
+  std::string toString() const override;
 
   virtual unsigned int capacity() const override{return s_capacity;}
   
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetMassConditionMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetMassConditionMT.cxx
index 2c3794d4df98a435e48a9094bc78078a78009b75..37a455694117833ff23b3d837076c1499fe37a2b 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetMassConditionMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetMassConditionMT.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #include "./DijetMassConditionMT.h"
@@ -60,7 +60,7 @@ DijetMassConditionMT::isSatisfied(const HypoJetVector& ips,
 
 }
 
-std::string DijetMassConditionMT::toString() const noexcept {
+std::string DijetMassConditionMT::toString() const {
 
 
   std::stringstream ss;
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetMassConditionMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetMassConditionMT.h
index 1b070c7da93fbbf8514158067beff59691678cf3..0d12562b400a7ecd0f19db6663d20ee4045d2484 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetMassConditionMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/DijetMassConditionMT.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGHLTJETHYPO_DIJETMASSCONDITIONMT_H
@@ -31,7 +31,7 @@ class DijetMassConditionMT: public IConditionMT{
   bool isSatisfied(const HypoJetVector&,
                    const std::unique_ptr<ITrigJetHypoInfoCollector>&) const override;
   
-  std::string toString() const noexcept override;
+  std::string toString() const override;
 
   virtual unsigned int capacity() const override{return s_capacity;}
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtConditionMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtConditionMT.cxx
index 0491bdc2e1ef905405fa4580f4a5dc0e1f558d93..4c6560f02fa158d3f45ab7318a7f27f913edbfc5 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtConditionMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtConditionMT.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 #
 #include "./EtConditionMT.h"
@@ -49,7 +49,7 @@ EtConditionMT::isSatisfied(const HypoJetVector& ips,
 }
 
 
-std::string EtConditionMT::toString() const noexcept {
+std::string EtConditionMT::toString() const {
   std::stringstream ss;
   ss << "EtConditionMT (" << this << ") "
      << " Et threshold: " 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtConditionMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtConditionMT.h
index fcc51d03037ec7e59ee7df881f617abf46cd4db2..8ddd463eb2648fae413a98aeaf6f9df30b39b2d5 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtConditionMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtConditionMT.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGHLTJETHYPO_ETCONDITIONMT_H
@@ -32,7 +32,7 @@ class EtConditionMT: public IConditionMT{
   virtual unsigned int capacity() const override{return s_capacity;}
 
 
-  std::string toString() const noexcept override;
+  std::string toString() const override;
  private:
   
   double m_min;
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaConditionAbsMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaConditionAbsMT.cxx
index 24843e14553f1571c492ba47cacd1eb6150fc8e6..db606451a340dc218feca61f6fbddc93f0a4deb7 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaConditionAbsMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaConditionAbsMT.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 #
 #include "./EtaConditionAbsMT.h"
@@ -50,7 +50,7 @@ EtaConditionAbsMT::isSatisfied(const HypoJetVector& ips,
 }
 
 
-std::string EtaConditionAbsMT::toString() const noexcept {
+std::string EtaConditionAbsMT::toString() const {
   std::stringstream ss;
   ss << "EtaConditionAbsMT (" << this << ") Capacity: " << s_capacity
      << " etaMin "<<  m_min 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaConditionAbsMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaConditionAbsMT.h
index 680df37226715be082c9967779a70ff55b81fdf2..068042b9b7cb85ae68852eb240a117d697e6924a 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaConditionAbsMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaConditionAbsMT.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGHLTJETHYPO_ETACONDITIONABSMT_H
@@ -31,7 +31,7 @@ class EtaConditionAbsMT: public IConditionMT{
                    const std::unique_ptr<ITrigJetHypoInfoCollector>&) const override;
 
   virtual unsigned int capacity() const override{return s_capacity;}
-  std::string toString() const noexcept override;
+  std::string toString() const override;
   
  private:
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaConditionSignedMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaConditionSignedMT.cxx
index 78e8c49fbfbbc5813b0de5aac6a20d5f27f71668..9bf9e30a203fb693355337ed6e7f38b301aaf6fa 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaConditionSignedMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaConditionSignedMT.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 #
 #include "./EtaConditionSignedMT.h"
@@ -49,7 +49,7 @@ EtaConditionSignedMT::isSatisfied(const HypoJetVector& ips,
 }
 
 
-std::string EtaConditionSignedMT::toString() const noexcept {
+std::string EtaConditionSignedMT::toString() const {
   std::stringstream ss;
   ss << "EtaConditionSignedMT (" << this << ") etaMin "
      <<  m_min 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaConditionSignedMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaConditionSignedMT.h
index 8f6e54c1de4d90be4a900544cc26577fd6becf6d..41096c513d26baabb83ea808e1cd92a990aafb4b 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaConditionSignedMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaConditionSignedMT.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGHLTJETHYPO_ETACONDITIONSIGNEDMT_H
@@ -32,7 +32,7 @@ class EtaConditionSignedMT: public IConditionMT{
                    const std::unique_ptr<ITrigJetHypoInfoCollector>&) const override;
 
   virtual unsigned int capacity() const override{return s_capacity;}
-  std::string toString() const noexcept override;
+  std::string toString() const override;
   
  private:
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaEtAsymmetricConditionMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaEtAsymmetricConditionMT.cxx
index 5b93f2b60402ec4bd87e01c84c609d9fc945f83c..bee5de795ed2b0df13d07fa4f4999d502340fcdb 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaEtAsymmetricConditionMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaEtAsymmetricConditionMT.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #include "./EtaEtAsymmetricConditionMT.h"
@@ -59,7 +59,7 @@ EtaEtAsymmetricConditionMT::isSatisfied(const HypoJetVector& ips,
 }
 
 
-std::string EtaEtAsymmetricConditionMT::toString() const noexcept {
+std::string EtaEtAsymmetricConditionMT::toString() const {
   std::stringstream ss;
   ss << "EtaEtAsymmetric ConditionMT: etaMin "
      <<  m_etaMin 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaEtAsymmetricConditionMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaEtAsymmetricConditionMT.h
index 833a5d4975e07048bb0a4fb70d964994562a7892..5a1168cbc2f966a7c1aa2bd8d690a315b1af7db7 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaEtAsymmetricConditionMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaEtAsymmetricConditionMT.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGHLTJETHYPO_ETAETASYMMETRICCONDITIONMT_H
@@ -32,7 +32,7 @@ class EtaEtAsymmetricConditionMT: public IConditionMT{
 
   bool isSatisfied(const HypoJetVector&,
                    const std::unique_ptr<ITrigJetHypoInfoCollector>&) const override;
-  std::string toString() const noexcept override;
+  std::string toString() const override;
 
   virtual unsigned int capacity() const override {return s_capacity;}
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaEtConditionMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaEtConditionMT.cxx
index b0ebff00139afc008938e3b41cf37218a3e55391..3522bc51cd86f7bcf92061615352eb00f6746c48 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaEtConditionMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaEtConditionMT.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 #
 #include "./EtaEtConditionMT.h"
@@ -57,7 +57,7 @@ EtaEtConditionMT::isSatisfied(const HypoJetVector& ips,
 }
 
 
-std::string EtaEtConditionMT::toString() const noexcept {
+std::string EtaEtConditionMT::toString() const {
   std::stringstream ss;
   ss << "EtaEtConditionMT (" << this << ") etaMin "
      <<  m_etaMin 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaEtConditionMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaEtConditionMT.h
index 041ec51bdf3fb2032159d4c5876a3aa734403844..e3cd7de895abdaa92173bec80e6c4764fc30c75e 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaEtConditionMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/EtaEtConditionMT.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGHLTJETHYPO_ETAETCONDITIONMT_H
@@ -34,7 +34,7 @@ class EtaEtConditionMT: public IConditionMT{
                    const std::unique_ptr<ITrigJetHypoInfoCollector>&) const override;
 
   virtual unsigned int capacity() const override{return s_capacity;}
-  std::string toString() const noexcept override;
+  std::string toString() const override;
   
  private:
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/FastReducer.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/FastReducer.cxx
index f4f36af1ae37c9e77be29521401929ffdf265984..870b26b0f427567b9477b18a5c4e6f9310e3ac87 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/FastReducer.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/FastReducer.cxx
@@ -317,8 +317,6 @@ bool FastReducer::propagate_(std::size_t child,
   // child == 0  do not attempt to process parent of node.
   if(child == 0){return true;}
 
-  // par is parent of the child (and siblings) passed to this method.
-  bool par_satisfied{false};  
       
   // calculate the external product of the jet groups
   // eg if condition c1 is satisfied by jg11 and jg12, while its only
@@ -380,7 +378,6 @@ bool FastReducer::propagate_(std::size_t child,
     if (m_conditions[par]->isSatisfied(jg, collector)){// par is a tree ind.
 
       // get an index for this set of elementarys jhob groups indices
-      par_satisfied = true;
       m_satisfiedBy[par].push_back(cur_jg);
 
       m_jg2elemjgs[cur_jg] = elem_jgs;
@@ -390,6 +387,10 @@ bool FastReducer::propagate_(std::size_t child,
     next = jg_product.next(collector);
   }
 
+  // check if enough job groups pass the parent condition
+  bool par_satisfied =
+    m_conditions[par]->multiplicitySatisfied(m_satisfiedBy[par].size(),
+					     collector);
   if(collector and !par_satisfied){
     collector->collect("FastReducer",
 		       "Condition node " + std::to_string(par) +
@@ -510,10 +511,10 @@ bool FastReducer::capacitySatisfied(std::size_t ind,
   // of Conditions which represent multiple identical conditions.
   
   auto jgMult = m_satisfiedBy.at(ind).size();
-  auto capSat = m_conditions.at(ind)->capacitySatisfied(jgMult, collector);
+  auto capSat = m_conditions.at(ind)->multiplicitySatisfied(jgMult, collector);
   if (!capSat and collector) {
     collector->collect("FastReduce", "Condition " + std::to_string(ind)
-			 + " unsatisfied capacity, aborting"); 
+		       + " unsatisfied multiplicity, aborting"); 
   }
   
   return capSat;
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/FastReducer.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/FastReducer.h
index e92217ae5e438e3d06471d6dada1a3175d725a37..9cb957d1dfe4ae96e9742420164eab5c4499d5c9 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/FastReducer.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/FastReducer.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGHLTJETHYPO_FASTREDUCER_H
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/HTConditionMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/HTConditionMT.cxx
index bcc456d1a53ab543dc6ac23cbfa82a6b709489d0..2f92a1fd0fe46d2f4c386f1e7476d19b338b8450 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/HTConditionMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/HTConditionMT.cxx
@@ -55,7 +55,7 @@ HTConditionMT::isSatisfied(const HypoJetVector& ips,
 }
     
 
-std::string HTConditionMT::toString() const noexcept {
+std::string HTConditionMT::toString() const {
   std::stringstream ss;
   ss << "HTConditionMT: htMin: "
      << m_htMin;
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/HTConditionMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/HTConditionMT.h
index e8c6495f9ad2a3d6f9c9083ca02991d930709f63..62116f422f23597938b49eb0564a262cb64c276e 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/HTConditionMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/HTConditionMT.h
@@ -41,7 +41,7 @@ class HTConditionMT: public IConditionMT{
   bool isSatisfied(const HypoJetVector&,
                    const std::unique_ptr<ITrigJetHypoInfoCollector>&) const override;
 
-  std::string toString() const noexcept override;
+  std::string toString() const override;
   virtual unsigned int capacity() const override {return s_capacity;}
 
  private:
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/ICapacityCheckedCondition.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/ICapacityCheckedCondition.h
index 033ce81570cf017b1b735e9a459460049dbc31e8..c49ea11ab1f8fc7cba13df0122ff0a42f0f497c4 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/ICapacityCheckedCondition.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/ICapacityCheckedCondition.h
@@ -30,8 +30,8 @@ class ICapacityCheckedCondition: public IConditionMT {
  public:
   virtual ~ICapacityCheckedCondition(){}
 
-  virtual bool capacitySatisfied(std::size_t jgMultiplicity,
-				 const Collector&) const = 0;
+  virtual bool multiplicitySatisfied(std::size_t jgMultiplicity,
+				     const Collector&) const = 0;
   
 };
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/IConditionMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/IConditionMT.h
index 625d9f460b3e9422426390dba4f5b2ca34570636..6602ae1ec0157534cb286d610c86628e4913d3ce 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/IConditionMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/IConditionMT.h
@@ -27,7 +27,7 @@ class IConditionMT {
                            const std::unique_ptr<ITrigJetHypoInfoCollector>&) const = 0;
   
   virtual unsigned int capacity() const = 0;
-  virtual std::string toString() const noexcept = 0;
+  virtual std::string toString() const = 0;
 };
 
 #endif
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/ITrigJetCapacityCheckedConditionConfig.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/ITrigJetCapacityCheckedConditionConfig.h
new file mode 100644
index 0000000000000000000000000000000000000000..a565dde99f7d27c6f47a0b242622ce1a44d8bd21
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/ITrigJetCapacityCheckedConditionConfig.h
@@ -0,0 +1,21 @@
+/*
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+*/
+#ifndef TRIGHLTJETHYPO_ITRIGJETCAPACITYCHECKEDCONDITIONCONFIG_H
+#define TRIGHLTJETHYPO_ITRIGJETCAPACITYCHECKEDCONDITIONCONFIG_H
+
+#include "GaudiKernel/IAlgTool.h"
+#include "./CapacityCheckedConditionsDefs.h"
+
+class ITrigJetCapacityCheckedConditionConfig : virtual public ::IAlgTool {
+    
+public:
+  DeclareInterfaceID(ITrigJetCapacityCheckedConditionConfig, 1, 0);
+  virtual ~ITrigJetCapacityCheckedConditionConfig(){};
+
+  virtual ConditionPtr getCapacityCheckedCondition() const = 0;
+
+  virtual bool addToCapacity(std::size_t) = 0;
+  virtual std::size_t capacity() const = 0;
+};
+#endif
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/JVTConditionMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/JVTConditionMT.cxx
index 33ae1d96e90246a2a3dc81f381247dd243f960c9..4c1d1478f2aea62af3b169d841d35b3fead3990f 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/JVTConditionMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/JVTConditionMT.cxx
@@ -69,7 +69,7 @@ bool JVTConditionMT::isSatisfied(const HypoJetVector& ips, const std::unique_ptr
 
 }
 
-std::string JVTConditionMT::toString() const noexcept {
+std::string JVTConditionMT::toString() const {
 
   std::stringstream ss;
   const void* address = static_cast<const void*>(this);
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/JVTConditionMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/JVTConditionMT.h
index 26a664897aa5886a29cc45fe248a4c4586db4f5d..c6e30f571370512a45cfd16dbd86051c05b49a9a 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/JVTConditionMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/JVTConditionMT.h
@@ -27,7 +27,7 @@ class JVTConditionMT: public IConditionMT{
 
   bool isSatisfied(const HypoJetVector&, const std::unique_ptr<ITrigJetHypoInfoCollector>&) const override;
   
-  std::string toString() const noexcept override;
+  std::string toString() const override;
 
   virtual unsigned int capacity() const override{return s_capacity;}
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/MomentConditionMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/MomentConditionMT.cxx
index 69afa905687c25faccaa10c035643f34422823d4..ea09ac6a94068b23adf11cfa5d802cb776dc9244 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/MomentConditionMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/MomentConditionMT.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 #
 #include "./MomentConditionMT.h"
@@ -69,7 +69,7 @@ MomentConditionMT::isSatisfied(const HypoJetVector& ips,
 }
 
 
-std::string MomentConditionMT::toString() const noexcept {
+std::string MomentConditionMT::toString() const {
   std::stringstream ss;
   ss << "MomentConditionMT (" << this << ") "
      << " Et threshold: " 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/MomentConditionMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/MomentConditionMT.h
index 7df35ec1517cd658f138b1de9be4e939da979b1e..2eee67c3330f9152758bd17c7970f716773d9bbc 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/MomentConditionMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/MomentConditionMT.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGHLTJETHYPO_MOMENTCONDITIONMT_H
@@ -32,7 +32,7 @@ class MomentConditionMT: public IConditionMT{
   virtual unsigned int capacity() const override{return s_capacity;}
 
 
-  std::string toString() const noexcept override;
+  std::string toString() const override;
  private:
   
   double m_min;
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/NotHelperTool.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/NotHelperTool.cxx
deleted file mode 100644
index 0973a23964219b8f75182ec3094fabbdf8799046..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/NotHelperTool.cxx
+++ /dev/null
@@ -1,66 +0,0 @@
-/*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
-*/
-
-// ********************************************************************
-//
-// NAME:     NotHelperTool.cxx
-// PACKAGE:  Trigger/TrigHypothesis/TrigHLTJetHypo
-//
-//
-// ********************************************************************
-
-#include "NotHelperTool.h"
-
-#include "GaudiKernel/StatusCode.h"
-#include "./ITrigJetHypoInfoCollector.h"
-#include "./nodeIDPrinter.h"
-#include "./JetTrigTimer.h"
-
-#include <sstream>
-
-NotHelperTool::NotHelperTool(const std::string& type,
-                             const std::string& name,
-                             const IInterface* parent) :
-  base_class(type, name, parent){
-}
-
-bool
-NotHelperTool::pass(HypoJetVector& jets,
-		    xAODJetCollector& jetCollector,
-		    const std::unique_ptr<ITrigJetHypoInfoCollector>& collector) const {
-  ATH_MSG_DEBUG("NotHelperTool::pass... " << jets.size() << " jets");
-
-  JetTrigTimer timer;
-  if(collector){
-    timer.start();
-  }
-  
-  auto pass =  !m_hypoTool->pass(jets, jetCollector, collector);
-  if (collector){
-    timer.stop();
-    collector->collect(name(), nodeIDPrinter(name(),
-                                             m_nodeID,
-                                             m_parentNodeID,
-                                             pass,
-                                             timer.readAndReset()));
-  }
-
-  return pass;
-}
-
-std::string NotHelperTool::toString() const{
-  return nodeIDPrinter(name(), m_nodeID, m_parentNodeID);                     
-}
-
-
-
-
-StatusCode NotHelperTool::getDescription(ITrigJetHypoInfoCollector& c) const {
-  c.collect(name(), toString());
-  return m_hypoTool->getDescription(c);
-}
-
-std::size_t NotHelperTool::requiresNJets() const {
-  return m_hypoTool->requiresNJets();
-}
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/NotHelperTool.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/NotHelperTool.h
deleted file mode 100644
index c997d0cfb9b62dd3f139f578309f4b31e328bd0e..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/NotHelperTool.h
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collabnotation
-*/
-
-#ifndef TRIGJETNOTTOOLMT_H
-#define TRIGJETNOTTOOLMT_H
-/********************************************************************
- *
- * NAME:     TrigJetNotToolMT.h
- * PACKAGE:  Trigger/TrigHypothesis/TrigHLTJetHypo
- *
- *
- *********************************************************************/
-
-
-#include "AthenaBaseComps/AthAlgTool.h"
-
-#include "TrigHLTJetHypo/ITrigJetHypoToolHelperMT.h"
-#include "ITrigJetHypoToolConfig.h"
-#include "TrigHLTJetHypo/TrigHLTJetHypoUtils/HypoJetDefs.h"
-
-class ITrigJetInfoCollector;
-class xAODJetCollector;
-
-class NotHelperTool: public extends<AthAlgTool, ITrigJetHypoToolHelperMT> {
-
- public:
-  
-  NotHelperTool(const std::string& type,
-                const std::string& name,
-                const IInterface* parent);
-  
-  bool pass(HypoJetVector&,
-	    xAODJetCollector&,
-            const std::unique_ptr<ITrigJetHypoInfoCollector>&) const override;
-
-  virtual std::size_t requiresNJets() const override;
-
-  virtual StatusCode getDescription(ITrigJetHypoInfoCollector&) const override;
-  virtual std::string toString() const override ;
-
- private:
-  
-  
-  ToolHandle<ITrigJetHypoToolHelperMT> m_hypoTool {
-    this, "hypoTool", {}, "predicate to be inverted"};
-  
-  Gaudi::Property<int>
-    m_parentNodeID {this, "parent_id", {}, "hypo tool tree parent node id"};
-
-  Gaudi::Property<int>
-   m_nodeID {this, "node_id", {}, "hypo tool tree node id"};
-  
-};
-#endif
-
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/OrHelperTool.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/OrHelperTool.cxx
deleted file mode 100644
index 75c3200a9912883d9c27133932e0ae4233133447..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/OrHelperTool.cxx
+++ /dev/null
@@ -1,72 +0,0 @@
-/*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
-*/
-
-// ********************************************************************
-//
-// NAME:     OrHelperTool.cxx
-// PACKAGE:  Trigger/TrigHypothesis/TrigHLTJetHypo
-//
-//
-// ********************************************************************
-
-#include "OrHelperTool.h"
-#include "./ITrigJetHypoInfoCollector.h"
-#include "./nodeIDPrinter.h"
-#include "./JetTrigTimer.h"
-
-#include "GaudiKernel/StatusCode.h"
-#include <sstream>
-
-OrHelperTool::OrHelperTool(const std::string& type,
-                             const std::string& name,
-                             const IInterface* parent) :
-  base_class(type, name, parent){
-}
-
-
-bool
-OrHelperTool::pass(HypoJetVector& jets,
-		   xAODJetCollector& jetCollector,
-		   const std::unique_ptr<ITrigJetHypoInfoCollector>& collector) const {
-  ATH_MSG_DEBUG("OrHelperTool::pass... " << jets.size() << " jets");
-
- JetTrigTimer timer;
-  if(collector){
-       timer.start();
-  }
-  
-  bool pass = m_lhs->pass(jets, jetCollector, collector);
-  if (pass){
-    ATH_MSG_DEBUG("LHS passed");
-    return pass;
-  } else {
-    pass = m_rhs->pass(jets, jetCollector, collector);
-    ATH_MSG_DEBUG("RHS " <<std::boolalpha << pass);
-  }    
-
-  if (collector){
-    timer.stop();
-    collector->collect(name(), nodeIDPrinter(name(),
-                                             m_nodeID,
-                                             m_parentNodeID,
-                                             pass,
-                                             timer.readAndReset()));
-  }
-  
-  return pass;
-}
-
-std::string OrHelperTool::toString() const{
-  return nodeIDPrinter(name(), m_nodeID, m_parentNodeID);
-}
-
-
-StatusCode OrHelperTool::getDescription(ITrigJetHypoInfoCollector& c) const {
-  c.collect(name(), toString());
-  return m_lhs->getDescription(c) & m_rhs->getDescription(c);
-}
-
-std::size_t OrHelperTool::requiresNJets() const {
-  return m_lhs->requiresNJets() + m_rhs->requiresNJets();
-}
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/OrHelperTool.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/OrHelperTool.h
deleted file mode 100644
index c858194bf2c4246ed7f7f63bb4e0b5a519e3e444..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/OrHelperTool.h
+++ /dev/null
@@ -1,59 +0,0 @@
-/*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
-*/
-
-#ifndef TRIGHLTJETHYPO_ORHELPERTOOLMT_H
-#define TRIGHLTJETHYPO_ORHELPERTOOLMT_H
-/********************************************************************
- *
- * NAME:     OrHelperTool.h
- * PACKAGE:  Trigger/TrigHypothesis/TrigHLTJetHypo
- *
- *
- *********************************************************************/
-
-#include "AthenaBaseComps/AthAlgTool.h"
-
-#include "TrigHLTJetHypo/ITrigJetHypoToolHelperMT.h"
-#include "ITrigJetHypoToolConfig.h"
-#include "TrigHLTJetHypo/TrigHLTJetHypoUtils/HypoJetDefs.h"
-
-class xAODJetCollector;
-
-class OrHelperTool: public extends<AthAlgTool, ITrigJetHypoToolHelperMT> {
-
- public:
-
-  OrHelperTool(const std::string& type,
-               const std::string& name,
-               const IInterface* parent);
-  
-  bool pass(HypoJetVector&,
-	    xAODJetCollector&, 
-	    const std::unique_ptr<ITrigJetHypoInfoCollector>&) const override;
-
-  virtual StatusCode getDescription(ITrigJetHypoInfoCollector&) const override;
-
-  virtual std::size_t requiresNJets() const override;
-  
-  virtual std::string toString() const override;
-  
-  
- private:
-
-  ToolHandle<ITrigJetHypoToolHelperMT> m_lhs {
-    this, "lhs", {}, "LHS boolean binary expression"}; 
-  
-  ToolHandle<ITrigJetHypoToolHelperMT> m_rhs {
-    this, "rhs", {}, "RHS boolean binary expression"}; 
-
-  Gaudi::Property<int>
-    m_parentNodeID {this, "parent_id", {}, "hypo tool tree parent node id"};
-  
-  Gaudi::Property<int>
-    m_nodeID {this, "node_id", {}, "hypo tool tree node id"};
-
-
-};
-
-#endif
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/QjetMassConditionMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/QjetMassConditionMT.cxx
index b89e470090eaef7f73cf987f026ef97a75b73ecf..11302690ace4d2dcf32c3b73510ff7dcdb02dc35 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/QjetMassConditionMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/QjetMassConditionMT.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #include "./QjetMassConditionMT.h"
@@ -63,7 +63,7 @@ QjetMassConditionMT::isSatisfied(const HypoJetVector& ips,
 
 }
 
-std::string QjetMassConditionMT::toString() const noexcept {
+std::string QjetMassConditionMT::toString() const {
 
 
   std::stringstream ss;
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/QjetMassConditionMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/QjetMassConditionMT.h
index 97b7a6b51836396af6e311906cb866d593357ba9..f491e41fd951a2636c773e36086f8fb379816ce0 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/QjetMassConditionMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/QjetMassConditionMT.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGHLTJETHYPO_QJETMASSCONDITIONMT_H
@@ -31,7 +31,7 @@ class QjetMassConditionMT: public IConditionMT{
   bool isSatisfied(const HypoJetVector&,
                    const std::unique_ptr<ITrigJetHypoInfoCollector>&) const override;
   
-  std::string toString() const noexcept override;
+  std::string toString() const override;
 
   virtual unsigned int capacity() const override{return s_capacity;}
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/SMCConditionMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/SMCConditionMT.cxx
index 1b4236cc8b24e0482481a6facf365e2994c3d811..02b601e0bb45634df4f03093db295e63f3796856 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/SMCConditionMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/SMCConditionMT.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 #
 #include "./SMCConditionMT.h"
@@ -50,7 +50,7 @@ SMCConditionMT::isSatisfied(const HypoJetVector& ips,
 }
 
 
-std::string SMCConditionMT::toString() const noexcept {
+std::string SMCConditionMT::toString() const {
   std::stringstream ss;
   ss << "SMCConditionMT (" << this << ") mass min "
      <<  m_min 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/SMCConditionMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/SMCConditionMT.h
index 67d3e7f0ee97369cd408176b47a21a5ffec3e7b3..6d76bd3830c0239c421d019969b2cbee66fbac60 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/SMCConditionMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/SMCConditionMT.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGHLTJETHYPO_SMCCONDITIONMT_H
@@ -31,7 +31,7 @@ class SMCConditionMT: public IConditionMT{
                    const std::unique_ptr<ITrigJetHypoInfoCollector>&) const override;
 
   virtual unsigned int capacity() const override{return s_capacity;}
-  std::string toString() const noexcept override;
+  std::string toString() const override;
   
  private:
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TLAConditionMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TLAConditionMT.cxx
index c10020b311bff4dec13d4f454722f0b3fbf3baef..8070a10e628ed2de4f9051b1f139499668bf87f5 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TLAConditionMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TLAConditionMT.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #include "./TLAConditionMT.h"
@@ -87,7 +87,7 @@ bool TLAConditionMT::isSatisfied(const HypoJetVector& ips,
     m_massMax > mass;
 }
 
-std::string TLAConditionMT::toString() const noexcept {
+std::string TLAConditionMT::toString() const {
   std::stringstream ss;
   ss << "TLAConditionMT: etaMin "
      <<  m_etaMin 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TLAConditionMT.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TLAConditionMT.h
index ca2cff693e351f8bb1204e3227cf2b8b572f73a3..76ab676d052e63c6851ab524b14f15273bcfadcd 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TLAConditionMT.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TLAConditionMT.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGHLTJETHYPO_TLACONDITIONMT_H
@@ -40,7 +40,7 @@ class TLAConditionMT: public IConditionMT{
 
   bool isSatisfied(const HypoJetVector&,
                    const std::unique_ptr<ITrigJetHypoInfoCollector>&) const override;
-  std::string toString() const noexcept override;
+  std::string toString() const override;
 
   virtual unsigned int capacity() const override {return s_capacity;}
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_acceptAll.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_acceptAll.cxx
index a83a16d65baa701a53145f5eb1f0c345ce103c01..9b4f8c042161fd817fb104d8662f2b9d0017a86a 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_acceptAll.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_acceptAll.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #include "TrigJetConditionConfig_acceptAll.h"
@@ -19,9 +19,8 @@ ConditionMT TrigJetConditionConfig_acceptAll::getCondition() const {
 
 
 
-bool TrigJetConditionConfig_acceptAll::addToCapacity(std::size_t cap) {
-  m_capacity  += cap;
-  return true;
+bool TrigJetConditionConfig_acceptAll::addToCapacity(std::size_t ) {
+  return false;
 }
 
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_acceptAll.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_acceptAll.h
index 891d47158683709f55213a0f938f631f765476cd..8c6df007dd539b8163db3a3592b5b4a4607dc9f7 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_acceptAll.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_acceptAll.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGJETCONDITIONCONFIG_ACCEPTALL_H
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_capacitychecked.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_capacitychecked.cxx
new file mode 100644
index 0000000000000000000000000000000000000000..94be844cd6b0673dd86622258fd6eb814892b093
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_capacitychecked.cxx
@@ -0,0 +1,60 @@
+/*
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+*/
+
+/*
+  Instantiator for ET Condition
+ */
+#include "TrigJetConditionConfig_capacitychecked.h"
+#include "CapacityCheckedCondition.h"
+#include "GaudiKernel/StatusCode.h"
+#include "./CompoundConditionMT.h"
+#include <vector>
+
+
+TrigJetConditionConfig_capacitychecked::TrigJetConditionConfig_capacitychecked(const std::string& type,
+						     const std::string& name,
+						     const IInterface* parent) :
+  base_class(type, name, parent){
+  
+}
+
+
+StatusCode TrigJetConditionConfig_capacitychecked::initialize() {
+  return StatusCode::SUCCESS;
+}
+
+
+ConditionPtr
+TrigJetConditionConfig_capacitychecked::getCapacityCheckedCondition() const {
+  std::vector<ConditionMT> elements;
+  for(const auto& el : m_elementConditions){
+    elements.push_back(el->getCondition());
+  }
+  
+  auto cc =  std::make_unique<CompoundConditionMT>(elements);
+
+  return std::make_unique<CapacityCheckedCondition>(std::move(cc),
+						    m_multiplicity);
+}
+				     
+
+StatusCode TrigJetConditionConfig_capacitychecked::checkVals() const {
+
+  if (m_multiplicity < 1) {
+    ATH_MSG_ERROR("m_multiplicity = " + std::to_string(m_multiplicity) +
+		  "expected > 0");
+    return StatusCode::FAILURE;
+  }
+  
+  return StatusCode::SUCCESS;
+}
+
+bool TrigJetConditionConfig_capacitychecked::addToCapacity(std::size_t) {
+  return false;
+}
+
+std::size_t TrigJetConditionConfig_capacitychecked::capacity() const {
+  return getCapacityCheckedCondition()->capacity();
+}
+
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_capacitychecked.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_capacitychecked.h
new file mode 100644
index 0000000000000000000000000000000000000000..7f7b4031ef8903673fffe78762bcf95c2e317d37
--- /dev/null
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_capacitychecked.h
@@ -0,0 +1,41 @@
+/*
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+*/
+
+#ifndef TRIGJETCONDITIONCONFIG_CAPACITYCHECKED_H
+#define TRIGJETCONDITIONCONFIG_CAPACITYCHECKED_H
+
+#include "CapacityCheckedConditionsDefs.h"
+
+#include "ITrigJetCapacityCheckedConditionConfig.h"
+#include "ITrigJetConditionConfig.h"
+#include "AthenaBaseComps/AthAlgTool.h"
+
+class TrigJetConditionConfig_capacitychecked:
+public extends<AthAlgTool, ITrigJetCapacityCheckedConditionConfig> {
+
+ public:
+  
+  TrigJetConditionConfig_capacitychecked(const std::string& type,
+				  const std::string& name,
+				  const IInterface* parent);
+
+  virtual StatusCode initialize() override;
+  virtual ConditionPtr getCapacityCheckedCondition() const override;
+
+  virtual bool addToCapacity(std::size_t) override;
+  virtual std::size_t capacity() const override;
+
+ private:
+
+  ToolHandleArray<ITrigJetConditionConfig> m_elementConditions{
+    this, "conditionMakers", {},
+      "elemental conditions makers for a leaf node."};
+
+  Gaudi::Property<std::size_t> m_multiplicity {this, "multiplicity", {1},
+      "no. of occurences of identical condition"};
+
+  StatusCode checkVals()  const;
+ 
+};
+#endif
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_compound.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_compound.cxx
index 15b50208dedc253bebe20eea373da8b5fb0c04ef..86480d98253d6dcf28db39fc30eed0b045798b14 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_compound.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_compound.cxx
@@ -1,11 +1,12 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 /*
   Instantiator for ET Condition
  */
 #include "TrigJetConditionConfig_compound.h"
+#include "CapacityCheckedCondition.h"
 #include "GaudiKernel/StatusCode.h"
 #include "./CompoundConditionMT.h"
 #include <vector>
@@ -31,10 +32,12 @@ ConditionMT TrigJetConditionConfig_compound::getCondition() const {
   }
   
   return std::make_unique<CompoundConditionMT>(elements);
+
 }
 				     
 
 StatusCode TrigJetConditionConfig_compound::checkVals() const {
+
   return StatusCode::SUCCESS;
 }
 
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_compound.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_compound.h
index 155ca8527e0c8bfc172d437817f17057d00aa4f0..7d31b7f72a66e091e6038a5403afacacedf0425d 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_compound.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetConditionConfig_compound.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGJETCONDITIONCONFIG_COMPOUND_H
@@ -29,7 +29,7 @@ public extends<AthAlgTool, ITrigJetConditionConfig> {
   ToolHandleArray<ITrigJetConditionConfig> m_elementConditions{
     this, "conditionMakers", {},
       "elemental conditions makers for a leaf node."};
-  
+
   StatusCode checkVals()  const;
  
 };
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetHypoToolConfig_fastreduction.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetHypoToolConfig_fastreduction.cxx
index 5e7e446bb9f1ac24db7866a4a27ca3c105dbd27e..06a7b234ac8b30dca7ce6f3be04860cc3878e5f5 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetHypoToolConfig_fastreduction.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetHypoToolConfig_fastreduction.cxx
@@ -136,7 +136,7 @@ TrigJetHypoToolConfig_fastreduction::getCapacityCheckedConditions() const {
   // return an invalid optional if any src signals a problem
 
   for(const auto& cm : m_conditionMakers){
-    conditions.push_back(std::make_unique<CapacityCheckedCondition>(cm->getCondition()));
+    conditions.push_back(std::move(cm->getCapacityCheckedCondition()));
   }
       
   return std::make_optional<ConditionPtrs>(std::move(conditions));
@@ -148,7 +148,7 @@ TrigJetHypoToolConfig_fastreduction::getConditions() const {
   
   ConditionsMT conditions;
   for(const auto& cm : m_conditionMakers){
-    conditions.push_back(cm->getCondition());
+    conditions.push_back(std::move(cm->getCapacityCheckedCondition()));
   }
   
   return std::make_optional<ConditionsMT>(std::move(conditions));
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetHypoToolConfig_fastreduction.h b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetHypoToolConfig_fastreduction.h
index 2e70bf1b81674df6139e148c17ce8a25d1342f89..008405edf4d50a944893da8a6dd1254dfc4e7dfc 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetHypoToolConfig_fastreduction.h
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetHypoToolConfig_fastreduction.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGJETHYPOTOOLCONFIG_FASTREDUCTION_H
@@ -25,7 +25,7 @@
 #include "TrigHLTJetHypo/TrigHLTJetHypoUtils/IJetGrouper.h"
 #include "TrigHLTJetHypo/TrigHLTJetHypoUtils/CleanerBridge.h"
 #include "TrigHLTJetHypo/TrigHLTJetHypoUtils/ConditionsDefs.h"
-#include "./ITrigJetConditionConfig.h"
+#include "./ITrigJetCapacityCheckedConditionConfig.h"
 
 class TrigJetHypoToolConfig_fastreduction:
 public extends<AthAlgTool, ITrigJetHypoToolConfig> {
@@ -47,7 +47,7 @@ public extends<AthAlgTool, ITrigJetHypoToolConfig> {
 
 
  private:
-  ToolHandleArray<ITrigJetConditionConfig> m_conditionMakers{
+  ToolHandleArray<ITrigJetCapacityCheckedConditionConfig> m_conditionMakers{
     this, "conditionMakers", {}, "hypo tree node to conditiionMaker map"};
 
   Gaudi::Property<std::vector<std::size_t>> m_treeVec{
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/components/TrigHLTJetHypo_entries.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/components/TrigHLTJetHypo_entries.cxx
index 4a5ea51baf2b5e5c4f2f58ca5f467ba50e892333..2c1486abdb3b940ae74a6697996e0750e1d3ab90 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/components/TrigHLTJetHypo_entries.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/components/TrigHLTJetHypo_entries.cxx
@@ -35,16 +35,13 @@
 #include "../TrigJetConditionConfig_acceptAll.h"
 #include "../TrigJetConditionConfig_moment.h"
 #include "../TrigJetConditionConfig_compound.h"
+#include "../TrigJetConditionConfig_capacitychecked.h"
 
 //
-#include "../NotHelperTool.h"
-#include "../AndHelperTool.h"
-#include "../OrHelperTool.h"
 #include "../TrigJetHypoToolMT.h"
 #include "../TrigJetHypoToolHelperMT.h"
 #include "../TrigJetTLAHypoAlgMT.h"
 #include "../TrigJetTLAHypoToolMT.h"
-#include "../CombinationsHelperTool.h"
 #include "TrigHLTJetHypo/TrigHLTJetHypoUtils/BasicCleanerTool.h"
 #include "TrigHLTJetHypo/TrigHLTJetHypoUtils/AntiCleanerTool.h"
 #include "TrigHLTJetHypo/TrigHLTJetHypoUtils/EtaEtCleanerTool.h"
@@ -69,9 +66,6 @@ DECLARE_COMPONENT(TrigJetHypoToolConfig_partgen)
 DECLARE_COMPONENT(TrigJetHypoToolConfig_fastreduction)
 DECLARE_COMPONENT(TrigJetHypoToolConfig_leaf)
 DECLARE_COMPONENT(TrigJetHypoToolConfig_ht)
-DECLARE_COMPONENT(NotHelperTool)
-DECLARE_COMPONENT(AndHelperTool)
- DECLARE_COMPONENT(OrHelperTool)
 DECLARE_COMPONENT(TrigHLTJetHypo_SMC)
 DECLARE_COMPONENT(TrigHLTJetHypo_HT)
 DECLARE_COMPONENT(TrigHLTJetHypo_TLA)
@@ -90,6 +84,7 @@ DECLARE_COMPONENT(TrigJetConditionConfig_jvt)
 DECLARE_COMPONENT(TrigJetConditionConfig_acceptAll)
 DECLARE_COMPONENT(TrigJetConditionConfig_moment)
 DECLARE_COMPONENT(TrigJetConditionConfig_compound)
+DECLARE_COMPONENT(TrigJetConditionConfig_capacitychecked)
 DECLARE_COMPONENT(TrigJetConditionConfig_qjet_mass)
 
 DECLARE_COMPONENT(TrigJetHypoAlgMT)
@@ -97,7 +92,6 @@ DECLARE_COMPONENT(TrigJetHypoToolMT)
 DECLARE_COMPONENT(TrigJetTLAHypoAlgMT)
 DECLARE_COMPONENT(TrigJetTLAHypoToolMT)
 DECLARE_COMPONENT(TrigJetHypoToolHelperMT)
-DECLARE_COMPONENT(CombinationsHelperTool)
 
 DECLARE_COMPONENT(BasicCleanerTool)
 DECLARE_COMPONENT(AntiCleanerTool)
diff --git a/Trigger/TrigHypothesis/TrigMultiVarHypo/src/tools/RingerSelectorTool.cxx b/Trigger/TrigHypothesis/TrigMultiVarHypo/src/tools/RingerSelectorTool.cxx
index 96ac3a09fdda31cad2668ba993fd200d8527b0aa..cd363bfc9e520d1e8b1bc5ef013253bea9bb283a 100644
--- a/Trigger/TrigHypothesis/TrigMultiVarHypo/src/tools/RingerSelectorTool.cxx
+++ b/Trigger/TrigHypothesis/TrigMultiVarHypo/src/tools/RingerSelectorTool.cxx
@@ -387,7 +387,7 @@ const {
 
   eta = std::fabs(eta);
   if(eta>2.50) eta=2.50;///fix for events out of the ranger
-  //et  = et*1e-3; ///in GeV
+  et  = et*1e-3; ///in GeV
   
   if(m_discriminators.size() > 0){
     for(unsigned i=0; i<m_discriminators.size(); ++i){
diff --git a/Trigger/TrigMonitoring/TrigBjetMonitoring/src/HLTBjetMonTool.cxx b/Trigger/TrigMonitoring/TrigBjetMonitoring/src/HLTBjetMonTool.cxx
index de75e5613cdc2429c579470b0d2e8bbe0076e672..bc1347b50f853b2501aa696c6ba4a93ab4a10cda 100755
--- a/Trigger/TrigMonitoring/TrigBjetMonitoring/src/HLTBjetMonTool.cxx
+++ b/Trigger/TrigMonitoring/TrigBjetMonitoring/src/HLTBjetMonTool.cxx
@@ -980,16 +980,17 @@ StatusCode HLTBjetMonTool::book(){
 	    const xAOD::BTaggingContainer* onlinebjet = onlinebjets[0].cptr();
 	    ATH_MSG_DEBUG("                 -   nBjet: " << onlinebjet->size());
 	    for(const auto* bjet : *onlinebjet) {
-	      double wIP3D, wSV1, wCOMB, wMV2c00, wMV2c10, wMV2c20  = 0.; // discriminant variables
+	      double wIP3D=0., wSV1=0., wCOMB=0., wMV2c00=0., wMV2c10=0., wMV2c20  = 0.; // discriminant variables
 	      //	  double wMV1  = 0.;
-	      float svp_efrc, svp_mass = -1.; int svp_n2t = -1; // SV1 variables
+	      float svp_efrc =-1, svp_mass = -1.; int svp_n2t = -1; // SV1 variables
 	      bjet->loglikelihoodratio("IP3D", wIP3D);
 	      bjet->loglikelihoodratio("SV1", wSV1);
 	      double SV1_loglikelihoodratioLZ = bjet->SV1_loglikelihoodratio();
 	      wCOMB = wIP3D+wSV1;
-	      wMV2c00 = bjet->auxdata<double>("MV2c00_discriminant");
-	      wMV2c10 = bjet->auxdata<double>("MV2c10_discriminant");
-	      wMV2c20 = bjet->auxdata<double>("MV2c20_discriminant");
+	      bjet->MVx_discriminant("MV2c00",wMV2c00);
+	      bjet->MVx_discriminant("MV2c10",wMV2c10);
+	      bjet->MVx_discriminant("MV2c20",wMV2c20);
+
 	      //	  wMV1 = bjet->MV1_discriminant();
 	      // Suggestion of LZ
 	      bjet->variable<float>("SV1", "masssvx", svp_mass);
@@ -1108,7 +1109,7 @@ StatusCode HLTBjetMonTool::book(){
 	    double SV1_loglikelihoodratioLZ = btag->SV1_loglikelihoodratio();
 	    wCOMB = wIP3D+wSV1;
 
-	    wMV2c10 = btag->auxdata<double>("MV2c10_discriminant");
+	    btag->MVx_discriminant("MV2c10",wMV2c10);
 
 	    // Suggestion of LZ
 	    btag->variable<float>("SV1", "masssvx", svp_mass);
diff --git a/Trigger/TrigMonitoring/TrigBjetMonitoring/src/TrigBjetMonitorAlgorithm.cxx b/Trigger/TrigMonitoring/TrigBjetMonitoring/src/TrigBjetMonitorAlgorithm.cxx
index 44ff7dbcb3e39471d861301a1429fd6c3aec65e5..8760fc91bedc3ab4d16339274a0f4097a51708d5 100644
--- a/Trigger/TrigMonitoring/TrigBjetMonitoring/src/TrigBjetMonitorAlgorithm.cxx
+++ b/Trigger/TrigMonitoring/TrigBjetMonitoring/src/TrigBjetMonitorAlgorithm.cxx
@@ -293,7 +293,7 @@ StatusCode TrigBjetMonitorAlgorithm::fillHistograms( const EventContext& ctx ) c
 	    NameH = "wMV2c10_tr_"+trigName;
 	    ATH_MSG_DEBUG( " NameH: " << NameH  );
 	    auto wMV2c10 = Monitored::Scalar<double>(NameH,0.0);
-	    wMV2c10 = btag->auxdata<double>("MV2c10_discriminant");
+	    btag->MVx_discriminant("MV2c10",wMV2c10);
 	    ATH_MSG_DEBUG("        wMV2c10: " << wMV2c10);
 	    fill("TrigBjetMonitor",wMV2c10);
 	    
diff --git a/Trigger/TrigMonitoring/TrigCostMonitorMT/src/TrigCostMTSvc.cxx b/Trigger/TrigMonitoring/TrigCostMonitorMT/src/TrigCostMTSvc.cxx
index 1dba114a61bf1f0e645fe71ef1d04cabe84840fd..eaa48f77932f8cbf467dc388d019f9280a119313 100644
--- a/Trigger/TrigMonitoring/TrigCostMonitorMT/src/TrigCostMTSvc.cxx
+++ b/Trigger/TrigMonitoring/TrigCostMonitorMT/src/TrigCostMTSvc.cxx
@@ -364,7 +364,7 @@ StatusCode TrigCostMTSvc::endEvent(const EventContext& context, SG::WriteHandle<
       std::vector<uint32_t> robs_id;
       std::vector<uint32_t> robs_size;
       std::vector<unsigned> robs_history;
-      std::vector<uint32_t> robs_status;
+      std::vector<uint8_t> robs_status;
 
       robs_id.reserve(robData.requested_ROBs.size());
       robs_size.reserve(robData.requested_ROBs.size());
@@ -375,7 +375,7 @@ StatusCode TrigCostMTSvc::endEvent(const EventContext& context, SG::WriteHandle<
         robs_id.push_back(rob.second.rob_id);
         robs_size.push_back(rob.second.rob_size);
         robs_history.push_back(rob.second.rob_history);
-        robs_status.push_back(rob.second.rob_status_words.size() ? rob.second.rob_status_words.at(0) : 0);
+        robs_status.push_back(rob.second.isStatusOk());
       }
 
       bool result = true;
@@ -384,7 +384,7 @@ StatusCode TrigCostMTSvc::endEvent(const EventContext& context, SG::WriteHandle<
       result &= tc->setDetail<std::vector<uint32_t>>("robs_id", robs_id);
       result &= tc->setDetail<std::vector<uint32_t>>("robs_size", robs_size);
       result &= tc->setDetail<std::vector<unsigned>>("robs_history", robs_history);
-      result &= tc->setDetail<std::vector<uint32_t>>("robs_status_words", robs_status);
+      result &= tc->setDetail<std::vector<uint8_t>>("robs_status", robs_status);
       result &= tc->setDetail("start", robData.start_time);
       result &= tc->setDetail("stop", robData.end_time);
 
diff --git a/Trigger/TrigMonitoring/TrigEgammaMonitoring/python/TrigEgammaMonitoringMTConfig.py b/Trigger/TrigMonitoring/TrigEgammaMonitoring/python/TrigEgammaMonitoringMTConfig.py
index ad4c4554025f019ea441b38f89e9e967b8a2c2ad..56259f399a81bbd59e3bc30d3e6c0799a452a034 100644
--- a/Trigger/TrigMonitoring/TrigEgammaMonitoring/python/TrigEgammaMonitoringMTConfig.py
+++ b/Trigger/TrigMonitoring/TrigEgammaMonitoring/python/TrigEgammaMonitoringMTConfig.py
@@ -11,6 +11,7 @@ from ElectronPhotonSelectorTools.TrigEGammaPIDdefs import SelectionDefPhoton
 from TrigEgammaHypo.TrigEgammaPidTools import ElectronPidTools
 from TrigEgammaHypo.TrigEgammaPidTools import PhotonPidTools
 import cppyy
+import functools
  
 from AthenaConfiguration.ComponentFactory import CompFactory
 from AthenaConfiguration.ComponentFactory import CompFactory as CfgMgr
@@ -412,8 +413,8 @@ class TrigEgammaMonAlgBuilder:
     if self.activate_photon and self.phMonAlg:
       self.bookExpertHistograms( self.phMonAlg, self.phMonAlg.TriggerList )
   
-
- 
+  # If we've already defined the group, return the object already defined
+  @functools.lru_cache(None)
   def addGroup( self, monAlg, name, path ):
     return self.helper.addGroup( monAlg, name, path )
 
diff --git a/Trigger/TrigMonitoring/TrigTauMonitoring/src/TrigTauMonitorAlgorithm.cxx b/Trigger/TrigMonitoring/TrigTauMonitoring/src/TrigTauMonitorAlgorithm.cxx
index 26cc4f271cdc2fd612afa174a416d0e2b91535ef..ac5c9f0e01f146f1f0226cb66395c4836852766a 100644
--- a/Trigger/TrigMonitoring/TrigTauMonitoring/src/TrigTauMonitorAlgorithm.cxx
+++ b/Trigger/TrigMonitoring/TrigTauMonitoring/src/TrigTauMonitorAlgorithm.cxx
@@ -241,11 +241,17 @@ void TrigTauMonitorAlgorithm::fillRNNInputVars(const std::string trigger, std::v
                                                     float detail = -999;
                                                     if (tau->detail(xAOD::TauJetParameters::dRmax, detail)){
                                                     } return detail;});
-  auto absipSigLeadTrk    = Monitored::Collection("absipSigLeadTrk", tau_vec,  [] (const xAOD::TauJet* tau){
-                                                    float detail = -999;
-                                                    if (tau->detail(xAOD::TauJetParameters::ipSigLeadTrk, detail)){
-                                                      detail = std::min(TMath::Abs(detail), 30.0f);
-                                                    } return detail;});
+  
+   auto absipSigLeadTrk    = online ?   (Monitored::Collection("absipSigLeadTrk", tau_vec,  [] (const xAOD::TauJet* tau){
+                                                        float detail = -999;
+                                                        if (tau->detail(xAOD::TauJetParameters::etOverPtLeadTrk, detail)){
+                                                            detail = TMath::Log10(std::max(detail, 0.1f));
+                                                        } return detail;})) : 
+                                        (Monitored::Collection("absipSigLeadTrk", tau_vec,  [] (const xAOD::TauJet* tau){
+                                                        float detail = (tau->nTracks()>0) ? std::abs(tau->track(0)->d0SigTJVA()) : 0.;
+                                                        detail = std::min(TMath::Abs(detail), 30.0f);
+                                                        return detail;}));
+   
   auto sumPtTrkFrac       = Monitored::Collection("sumPtTrkFrac", tau_vec,  [] (const xAOD::TauJet* tau){
                                                     float detail = -999;
                                                     if (tau->detail(xAOD::TauJetParameters::SumPtTrkFrac, detail)){
diff --git a/Trigger/TrigSteer/DecisionHandling/CMakeLists.txt b/Trigger/TrigSteer/DecisionHandling/CMakeLists.txt
index bc4fa0e1618b28426c938a9017556b3a09bfd66c..df1e4db654b140bdc1f0c3d7bc3595f5fd30dca1 100644
--- a/Trigger/TrigSteer/DecisionHandling/CMakeLists.txt
+++ b/Trigger/TrigSteer/DecisionHandling/CMakeLists.txt
@@ -27,7 +27,7 @@ atlas_add_component( DecisionHandling
                      src/TestHypoTool.cxx
                      src/TestHypoAlg.cxx
                      src/PassFilter.cxx
-                     LINK_LIBRARIES DecisionHandlingLib xAODTrigCalo AthViews xAODTracking xAODJet )
+                     LINK_LIBRARIES DecisionHandlingLib AthenaKernel xAODTrigCalo AthViews xAODTracking xAODJet )
 
 atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
 atlas_install_joboptions( share/*.py )
diff --git a/Trigger/TrigSteer/DecisionHandling/src/PassFilter.cxx b/Trigger/TrigSteer/DecisionHandling/src/PassFilter.cxx
index 6b89d26bb40a1f1098e4e45b655753197a4576a2..e1f25410f6708339d9766519dabb13ebf6d2ddf7 100644
--- a/Trigger/TrigSteer/DecisionHandling/src/PassFilter.cxx
+++ b/Trigger/TrigSteer/DecisionHandling/src/PassFilter.cxx
@@ -3,6 +3,8 @@
 */
 
 #include "PassFilter.h"
+#include "AthenaKernel/Timeout.h"
+#include "AthenaKernel/AthStatusCode.h"
 
 PassFilter::PassFilter(const std::string& name, ISvcLocator* pSvcLocator) :
   AthReentrantAlgorithm(name, pSvcLocator)
@@ -23,8 +25,12 @@ StatusCode PassFilter::finalize()
   return StatusCode::SUCCESS;
 }
 
-StatusCode PassFilter::execute(const EventContext&) const
+StatusCode PassFilter::execute(const EventContext& ctx) const
 {
+  if (Athena::Timeout::instance(ctx).reached()) {
+    ATH_MSG_ERROR("Timeout reached before " << name());
+    return Athena::Status::TIMEOUT;
+  }
   return StatusCode::SUCCESS;
 }
 
diff --git a/Trigger/TrigSteer/DecisionHandling/src/RoRSeqFilter.cxx b/Trigger/TrigSteer/DecisionHandling/src/RoRSeqFilter.cxx
index 7a34923d7d9eb4a7983770eeb65beee2d3acf98c..2cf2efa164c3804998c4ad6448dd1df0406d8ade 100644
--- a/Trigger/TrigSteer/DecisionHandling/src/RoRSeqFilter.cxx
+++ b/Trigger/TrigSteer/DecisionHandling/src/RoRSeqFilter.cxx
@@ -4,6 +4,8 @@
 
 // DecisionHandling includes
 #include "RoRSeqFilter.h"
+#include "AthenaKernel/Timeout.h"
+#include "AthenaKernel/AthStatusCode.h"
 #include "AthenaMonitoringKernel/Monitored.h"
 #include "Gaudi/Property.h"
 
@@ -110,6 +112,10 @@ StatusCode RoRSeqFilter::initialize()
 
 StatusCode RoRSeqFilter::execute( const EventContext& ctx ) const {
   ATH_MSG_DEBUG ( "Executing " << name() << "..." );
+  if (Athena::Timeout::instance(ctx).reached()) {
+    ATH_MSG_ERROR("Timeout reached before " << name());
+    return Athena::Status::TIMEOUT;
+  }
   auto inputHandles  = m_inputKeys.makeHandles( ctx );
   auto outputHandles = m_outputKeys.makeHandles( ctx );
 
diff --git a/Trigger/TrigT1/TrigT1RPChardware/src/Pad.cxx b/Trigger/TrigT1/TrigT1RPChardware/src/Pad.cxx
index 7d1877144698e3a975abdf455782200975e240bd..b209dc8d5e82c48b7ed9fe43883bcdabb11dc783 100755
--- a/Trigger/TrigT1/TrigT1RPChardware/src/Pad.cxx
+++ b/Trigger/TrigT1/TrigT1RPChardware/src/Pad.cxx
@@ -25,6 +25,8 @@ Pad::Pad(int run, int event, CMAword debug,
 //                   CMA data are loaded in the PAD with the method "load"
 //
 padDebug=debug;
+//padDebug=0x3f; all debug ON
+    
 const ubit16 df=0;
 m_run = run;
 m_event=event;
@@ -147,6 +149,7 @@ if(m_lowhigh) {
  overlap();
  makeOut();
  if (m_feet_on) makeFeet();
+ if(padDebug&1<<df) display(0);
 }//end-of-if(m_lowhigh
 }//end-of-Pad::execute
 //---------------------------------------------------------//
@@ -170,7 +173,8 @@ for(m=0; m<2; m++) {          // Low- High-Pt
       thisThreshold = 3*m + m_padIn[m][j][i][l][0];
 // find highest threshold 
       if(thisThreshold > m_padStep2[l][j][i] ) {
-       m_padStep2[l][j][i] = thisThreshold;
+        if (m_padStep2[l][j][i]==0) m_padStep2[l][j][7]++; // num of RoI with threshold
+        m_padStep2[l][j][i] = thisThreshold;
       }//end-of-if
       //if( !j && (thisThreshold > m_padStep2[l][j][2]) ) {
       if( thisThreshold > m_padStep2[l][j][2] ) {
@@ -183,7 +187,7 @@ for(m=0; m<2; m++) {          // Low- High-Pt
            <<m_padStep2[l][j][2]<<endl;
        }//end-of-if(padDebug&1<<df)
       }//end-of-if(m_padStep2
-      m_padStep2[l][j][4]++;                      // number of RoIs with thresh.
+      m_padStep2[l][j][4]++;                      // number of CMs with thresh.
      }//end-of-if( m && m_hitInOuterPlane 
     }//end-of-if(m_padIn
    }//end-of-for(l
@@ -286,8 +290,7 @@ for(l=0; l<m_nBunMax; l++) {  //loop on Bunches
         }
      if(m_padStep2[l][1][5]) m_padOut[l][3] = 1; // ovl phi
      if(m_padStep2[l][0][5]) m_padOut[l][4] = 1; // ovl eta
-     m_padOut[l][5] = m_padStep2[l][0][7]; // roi ambiguity
-
+     if(m_padStep2[l][0][7]+m_padStep2[l][1][7]>2) m_padOut[l][5] = 1; // roi ambiguity
  }//end-of-if
 }//end-of-for(l
 }//end-of-Pad::makeOutEtaAndPhi()
diff --git a/Trigger/TrigT1/TrigT1RPChardware/src/SectorLogic.cxx b/Trigger/TrigT1/TrigT1RPChardware/src/SectorLogic.cxx
index 279b8db8c90e90b84bcd7e253cac6c8f0fb1c7ba..700831f5eaecc8841cd8b028339b62afda976d01 100755
--- a/Trigger/TrigT1/TrigT1RPChardware/src/SectorLogic.cxx
+++ b/Trigger/TrigT1/TrigT1RPChardware/src/SectorLogic.cxx
@@ -388,6 +388,7 @@ CMAword SectorLogic::output(ubit16 i){
       bc = i+8-BCZERO;
   }
   
+ 
 
   if (m_OutFromSectorLogic[i].pt1==0) m_OutFromSectorLogic[i].pt1=7;
   if (m_OutFromSectorLogic[i].pt2==0) m_OutFromSectorLogic[i].pt2=7;
@@ -403,8 +404,8 @@ CMAword SectorLogic::output(ubit16 i){
   fmtout = fmtout | (( m_OutFromSectorLogic[i].ove2     & 0x01) << 18); // Eta overlap2
   fmtout = fmtout | (( m_OutFromSectorLogic[i].pt1      & 0x07) << 19); // Pt1
   fmtout = fmtout | (( m_OutFromSectorLogic[i].pt2      & 0x07) << 22); // Pt2
-  fmtout = fmtout | (( m_OutFromSectorLogic[i].ntrig1   & 0x01) << 25); // >1 candidate in ROI1
-  fmtout = fmtout | (( m_OutFromSectorLogic[i].ntrig2   & 0x01) << 26); // >1 candidate in ROI2
+   fmtout = fmtout | (( m_OutFromSectorLogic[i].r1   & 0x01) << 25); // >1 candidate in ROI1
+   fmtout = fmtout | (( m_OutFromSectorLogic[i].r2   & 0x01) << 26); // >1 candidate in ROI2
   fmtout = fmtout | (( bc                             & 0x07) << 27); // BCID
   fmtout = fmtout | (( m_OutFromSectorLogic[i].sign1    & 0x01) << 30); // Candidate1 sign
   fmtout = fmtout | (( m_OutFromSectorLogic[i].sign2    & 0x01) << 31); // Candidate2 sign
@@ -569,6 +570,7 @@ void SectorLogic::execute(){
       m_SortHighest_out[ibx].out.ove1 = m_SortHighest_in[ibx].pad[pad_reg4].oveta;
       m_SortHighest_out[ibx].out.ntrig1 = m_SortHighest_in[ibx].pad[pad_reg4].ntrig;
       m_SortHighest_out[ibx].out.sign1 = m_SortHighest_in[ibx].pad[pad_reg4].sign;
+      m_SortHighest_out[ibx].out.r1 = m_SortHighest_in[ibx].pad[pad_reg4].r;
       // set to 1 the number of valid tracks
       m_SortHighest_out[ibx].out.ntrig = 1;
       // and put the ouput internal register to 0
@@ -609,6 +611,7 @@ void SectorLogic::execute(){
       m_Sort2ndHighest_out[ibx].out.ove2 = m_Sort2ndHighest_in[ibx].pad[pad_reg5].oveta;
       m_Sort2ndHighest_out[ibx].out.ntrig2 = m_Sort2ndHighest_in[ibx].pad[pad_reg5].ntrig;
       m_Sort2ndHighest_out[ibx].out.sign2 = m_Sort2ndHighest_in[ibx].pad[pad_reg5].sign;
+      m_Sort2ndHighest_out[ibx].out.r2 = m_Sort2ndHighest_in[ibx].pad[pad_reg5].r;
       // set to 2 the number of valid tracks
       m_Sort2ndHighest_out[ibx].out.ntrig = 2;
       // and put the ouput internal register to 0
diff --git a/Trigger/TrigValidation/TrigAnalysisTest/share/ref_RDOtoRDOTrig_v1Dev_build.ref b/Trigger/TrigValidation/TrigAnalysisTest/share/ref_RDOtoRDOTrig_v1Dev_build.ref
index 5482e3fc9ba630a1d23ac8312ba0a1a33ed9c133..ee1f577f9138592c6eda593ff3d1a924dc6ecab7 100644
--- a/Trigger/TrigValidation/TrigAnalysisTest/share/ref_RDOtoRDOTrig_v1Dev_build.ref
+++ b/Trigger/TrigValidation/TrigAnalysisTest/share/ref_RDOtoRDOTrig_v1Dev_build.ref
@@ -23,7 +23,7 @@ HLT_2e17_etcut_L12EM15VH:
     3: 2
   stepFeatures:
     0: 12
-    1: 314
+    1: 106
     2: 16
     3: 12
 HLT_2e17_lhvloose_L12EM15VH:
@@ -59,9 +59,9 @@ HLT_2e3_etcut_L12EM3:
     3: 20
   stepFeatures:
     0: 342
-    1: 3730
-    2: 796
-    3: 304
+    1: 2214
+    2: 784
+    3: 300
 HLT_2g10_loose_mu20_L1MU20:
   eventCount: 0
   stepCounts:
@@ -325,7 +325,7 @@ HLT_2mu6_bJpsimumul2io_L12MU6:
     3: 2
   stepFeatures:
     0: 12
-    1: 28
+    1: 26
     2: 8
     3: 4
 HLT_2mu6_l2io_L12MU6:
@@ -337,7 +337,7 @@ HLT_2mu6_l2io_L12MU6:
     3: 2
   stepFeatures:
     0: 12
-    1: 28
+    1: 26
     2: 8
     3: 8
 HLT_2mu6_muonqual_L12MU6:
@@ -514,7 +514,7 @@ HLT_e17_lhloose_mu14_L1EM15VH_MU10:
     8: 2
   stepFeatures:
     0: 2
-    1: 43
+    1: 11
     2: 4
     3: 2
     4: 2
@@ -532,12 +532,22 @@ HLT_e17_lhvloose_nod0_L1EM15VH:
     4: 5
   stepFeatures:
     0: 6
-    1: 80
+    1: 22
     2: 9
     3: 6
     4: 5
 HLT_e20_lhmedium_e15_lhmedium_Zee_L12EM3:
   eventCount: 0
+  stepCounts:
+    0: 1
+    1: 1
+    2: 1
+    3: 1
+  stepFeatures:
+    0: 2
+    1: 9
+    2: 3
+    3: 2
 HLT_e24_lhmedium_2g12_loose_L1EM20VH_3EM10VH:
   eventCount: 0
 HLT_e24_lhmedium_g25_medium_L12EM20VH:
@@ -554,7 +564,7 @@ HLT_e24_lhvloose_L1EM20VH:
     4: 5
   stepFeatures:
     0: 6
-    1: 80
+    1: 22
     2: 9
     3: 6
     4: 5
@@ -567,23 +577,23 @@ HLT_e26_etcut_L1EM22VHI:
     3: 6
   stepFeatures:
     0: 7
-    1: 132
+    1: 47
     2: 7
     3: 7
 HLT_e26_lhloose_L1EM15VH:
-  eventCount: 5
+  eventCount: 4
   stepCounts:
-    0: 6
-    1: 6
-    2: 6
-    3: 6
-    4: 5
+    0: 5
+    1: 5
+    2: 5
+    3: 5
+    4: 4
   stepFeatures:
-    0: 6
-    1: 80
-    2: 9
-    3: 6
-    4: 5
+    0: 5
+    1: 17
+    2: 8
+    3: 5
+    4: 4
 HLT_e26_lhloose_L1EM22VHI:
   eventCount: 4
   stepCounts:
@@ -594,23 +604,23 @@ HLT_e26_lhloose_L1EM22VHI:
     4: 4
   stepFeatures:
     0: 5
-    1: 63
+    1: 17
     2: 8
     3: 5
     4: 4
 HLT_e26_lhmedium_L1EM15VH:
   eventCount: 4
   stepCounts:
-    0: 6
-    1: 6
-    2: 6
-    3: 6
+    0: 5
+    1: 5
+    2: 5
+    3: 5
     4: 4
   stepFeatures:
-    0: 6
-    1: 80
-    2: 9
-    3: 6
+    0: 5
+    1: 17
+    2: 8
+    3: 5
     4: 4
 HLT_e26_lhmedium_L1EM22VHI:
   eventCount: 4
@@ -622,7 +632,7 @@ HLT_e26_lhmedium_L1EM22VHI:
     4: 4
   stepFeatures:
     0: 5
-    1: 63
+    1: 17
     2: 8
     3: 5
     4: 4
@@ -638,7 +648,7 @@ HLT_e26_lhmedium_mu8noL1_L1EM22VHI:
     6: 2
   stepFeatures:
     0: 5
-    1: 63
+    1: 17
     2: 8
     3: 5
     4: 4
@@ -647,16 +657,16 @@ HLT_e26_lhmedium_mu8noL1_L1EM22VHI:
 HLT_e26_lhtight_L1EM15VH:
   eventCount: 4
   stepCounts:
-    0: 6
-    1: 6
-    2: 6
-    3: 6
+    0: 5
+    1: 5
+    2: 5
+    3: 5
     4: 4
   stepFeatures:
-    0: 6
-    1: 80
-    2: 9
-    3: 6
+    0: 5
+    1: 17
+    2: 8
+    3: 5
     4: 4
 HLT_e26_lhtight_L1EM22VHI:
   eventCount: 4
@@ -668,7 +678,7 @@ HLT_e26_lhtight_L1EM22VHI:
     4: 4
   stepFeatures:
     0: 5
-    1: 63
+    1: 17
     2: 8
     3: 5
     4: 4
@@ -682,7 +692,7 @@ HLT_e26_lhtight_ivarloose_L1EM22VHI:
     4: 3
   stepFeatures:
     0: 5
-    1: 63
+    1: 17
     2: 8
     3: 5
     4: 3
@@ -696,7 +706,7 @@ HLT_e26_lhtight_ivarmedium_L1EM22VHI:
     4: 3
   stepFeatures:
     0: 5
-    1: 63
+    1: 17
     2: 8
     3: 5
     4: 3
@@ -710,7 +720,7 @@ HLT_e26_lhtight_ivartight_L1EM22VHI:
     4: 3
   stepFeatures:
     0: 5
-    1: 63
+    1: 17
     2: 8
     3: 5
     4: 3
@@ -724,7 +734,7 @@ HLT_e26_lhtight_nod0_L1EM22VHI:
     4: 4
   stepFeatures:
     0: 5
-    1: 63
+    1: 17
     2: 8
     3: 5
     4: 4
@@ -738,7 +748,7 @@ HLT_e26_lhtight_nod0_L1EM24VHI:
     4: 4
   stepFeatures:
     0: 5
-    1: 63
+    1: 17
     2: 8
     3: 5
     4: 4
@@ -763,9 +773,9 @@ HLT_e3_etcut_L1EM3:
     3: 20
   stepFeatures:
     0: 171
-    1: 1865
-    2: 398
-    3: 152
+    1: 1107
+    2: 392
+    3: 150
 HLT_e5_etcut_L1EM3:
   eventCount: 20
   stepCounts:
@@ -775,23 +785,23 @@ HLT_e5_etcut_L1EM3:
     3: 20
   stepFeatures:
     0: 137
-    1: 1656
-    2: 190
-    3: 115
+    1: 986
+    2: 189
+    3: 114
 HLT_e5_lhloose_L1EM3:
-  eventCount: 5
+  eventCount: 4
   stepCounts:
     0: 18
     1: 18
     2: 18
     3: 18
-    4: 5
+    4: 4
   stepFeatures:
-    0: 54
-    1: 575
+    0: 55
+    1: 339
     2: 88
     3: 50
-    4: 6
+    4: 5
 HLT_e5_lhloose_noringer_L1EM3:
   eventCount: 5
   stepCounts:
@@ -802,7 +812,7 @@ HLT_e5_lhloose_noringer_L1EM3:
     4: 5
   stepFeatures:
     0: 56
-    1: 651
+    1: 361
     2: 103
     3: 55
     4: 6
@@ -815,8 +825,8 @@ HLT_e5_lhmedium_L1EM3:
     3: 18
     4: 4
   stepFeatures:
-    0: 53
-    1: 570
+    0: 54
+    1: 335
     2: 86
     3: 49
     4: 5
@@ -830,7 +840,7 @@ HLT_e5_lhmedium_noringer_L1EM3:
     4: 4
   stepFeatures:
     0: 48
-    1: 528
+    1: 312
     2: 81
     3: 47
     4: 5
@@ -843,8 +853,8 @@ HLT_e5_lhtight_L1EM3:
     3: 18
     4: 4
   stepFeatures:
-    0: 51
-    1: 551
+    0: 52
+    1: 321
     2: 82
     3: 47
     4: 5
@@ -857,8 +867,8 @@ HLT_e5_lhtight_nod0_L1EM3:
     3: 18
     4: 4
   stepFeatures:
-    0: 51
-    1: 551
+    0: 52
+    1: 321
     2: 82
     3: 47
     4: 5
@@ -872,7 +882,7 @@ HLT_e5_lhtight_noringer_L1EM3:
     4: 4
   stepFeatures:
     0: 45
-    1: 513
+    1: 299
     2: 73
     3: 44
     4: 5
@@ -886,7 +896,7 @@ HLT_e5_lhtight_noringer_nod0_L1EM3:
     4: 4
   stepFeatures:
     0: 45
-    1: 513
+    1: 299
     2: 73
     3: 44
     4: 5
@@ -900,7 +910,7 @@ HLT_e60_lhmedium_L1EM22VHI:
     4: 2
   stepFeatures:
     0: 2
-    1: 34
+    1: 10
     2: 4
     3: 2
     4: 2
@@ -914,7 +924,7 @@ HLT_e60_lhmedium_nod0_L1EM22VHI:
     4: 2
   stepFeatures:
     0: 2
-    1: 34
+    1: 10
     2: 4
     3: 2
     4: 2
@@ -927,7 +937,7 @@ HLT_e7_etcut_L1EM3:
     3: 20
   stepFeatures:
     0: 89
-    1: 1124
+    1: 670
     2: 122
     3: 78
 HLT_e7_lhmedium_mu24_L1MU20:
@@ -944,7 +954,7 @@ HLT_e7_lhmedium_mu24_L1MU20:
     8: 1
   stepFeatures:
     0: 9
-    1: 97
+    1: 47
     2: 13
     3: 9
     4: 2
@@ -1925,17 +1935,17 @@ HLT_mu24_L1MU20:
     2: 5
     3: 5
 HLT_mu24_idperf_L1MU20:
-  eventCount: 4
+  eventCount: 5
   stepCounts:
-    0: 5
-    1: 5
-    2: 4
-    3: 4
-  stepFeatures:
     0: 6
     1: 6
     2: 5
     3: 5
+  stepFeatures:
+    0: 7
+    1: 7
+    2: 6
+    3: 6
 HLT_mu24_ivarmedium_L1MU20:
   eventCount: 2
   stepCounts:
@@ -2059,7 +2069,7 @@ HLT_mu35_ivarmedium_L1MU20:
   stepCounts:
     0: 8
     1: 5
-    2: 4
+    2: 3
     3: 2
     4: 1
   stepFeatures:
@@ -2071,13 +2081,13 @@ HLT_mu35_ivarmedium_L1MU20:
 HLT_mu4_l2io_L1MU4:
   eventCount: 11
   stepCounts:
-    0: 12
-    1: 12
+    0: 11
+    1: 11
     2: 11
     3: 11
   stepFeatures:
-    0: 15
-    1: 50
+    0: 14
+    1: 46
     2: 15
     3: 15
 HLT_mu50_L1MU20:
diff --git a/Trigger/TrigValidation/TrigInDetValidation/python/TrigInDetArtSteps.py b/Trigger/TrigValidation/TrigInDetValidation/python/TrigInDetArtSteps.py
index 70367b13b0ec5f9f9045a6612467229eb1d2d5fb..5abf3a639ff7dfe93e7b37a90fe4374e3d66251b 100644
--- a/Trigger/TrigValidation/TrigInDetValidation/python/TrigInDetArtSteps.py
+++ b/Trigger/TrigValidation/TrigInDetValidation/python/TrigInDetArtSteps.py
@@ -60,7 +60,7 @@ class TrigInDetReco(ExecStep):
         self.postexec_trig = "from AthenaCommon.AppMgr import ServiceMgr; ServiceMgr.AthenaPoolCnvSvc.MaxFileSizes=['tmp.RDO_TRIG=100000000000']"
 
         self.postexec_reco = "from AthenaCommon.AppMgr import ServiceMgr; ServiceMgr.AthenaPoolCnvSvc.MaxFileSizes=['tmp.ESD=100000000000']"
-        self.args = '--outputAODFile=AOD.pool.root --steering="doRDO_TRIG" --asetup "RAWtoESD:Athena,22.0.19" "ESDtoAOD:Athena,22.0.19" '
+        self.args = '--outputAODFile=AOD.pool.root --steering="doRDO_TRIG" --asetup "RAWtoESD:Athena,22.0.20" "ESDtoAOD:Athena,22.0.20" '
 
 
     def configure(self, test):
diff --git a/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_Base.py b/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_Base.py
index 25b27f48a2e18e54b42fcfafad4b39fca0963371..77bc6865110a7a907a2730a67c13e909061114a9 100755
--- a/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_Base.py
+++ b/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_Base.py
@@ -19,20 +19,22 @@ from TrigInDetValidation.TrigInDetArtSteps import TrigInDetReco, TrigInDetAna, T
 import sys,getopt
 
 try:
-    opts, args = getopt.getopt(sys.argv[1:],"lxpn:",["local"])
+    opts, args = getopt.getopt(sys.argv[1:],"lcxpn:",["local","config"])
 except getopt.GetoptError:
     print("Usage:  ")
     print("-l(--local)    run locally with input file from art eos grid-input")
     print("-x             don't run athena or post post-processing, only plotting")
     print("-p             run post-processing, even if -x is set")
-    print("")
     print("-n  N          run only on N events per job")
+    print("-c(--config)   run with config_only and print to a pkl file")
+    print("")
 
 
 Events_local  = 0
 local         = False
 exclude       = False
 postproc      = False
+testconfig    = False
 lowpt_local   = []
 
 
@@ -53,6 +55,9 @@ for opt,arg in opts:
         postproc=True
     if opt=="-n":
         Events_local=arg
+    if opt in ("-c", "--config"):
+        testconfig = True
+
 
 if 'postinclude_file' in dir() :
     rdo2aod = TrigInDetReco( postinclude_file = postinclude_file )
@@ -64,6 +69,7 @@ else :
 rdo2aod.slices            = Slices
 rdo2aod.threads           = Threads
 rdo2aod.concurrent_events = Slots 
+rdo2aod.config_only       = testconfig
 
 if "Lowpt" in locals() : 
     if isinstance( Lowpt, list ) : 
@@ -108,8 +114,6 @@ if (not exclude):
     test.exec_steps.append(TrigInDetAna())
     test.check_steps = CheckSteps.default_check_steps(test)
 
-
-
 # Run TIDArdict
 
 # first make sure that we have a proper list ..
diff --git a/Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_bjet_pu40.py b/Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_bjet_pu40.py
index a84877afef6fb398bae9e28c5308db1025406a3a..3a9992acd16570b7a236adf060cfa170f61b99a7 100755
--- a/Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_bjet_pu40.py
+++ b/Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_bjet_pu40.py
@@ -25,73 +25,15 @@
 # art-output: cost-perEvent-chain
 # art-output: *.dat 
 
+Slices = ['bjet']
+RunEF   = False
+Events = 4000
+Threads = 4 
+Slots   = 4
+Input = 'ttbar_ID'    # defined in TrigValTools/share/TrigValInputs.json  
 
-from TrigValTools.TrigValSteering import Test, CheckSteps
-from TrigInDetValidation.TrigInDetArtSteps import TrigInDetReco, TrigInDetAna, TrigInDetdictStep, TrigInDetCompStep, TrigInDetCpuCostStep
+TrackReference = [ 'Truth' ]
 
 
-import sys,getopt
-
-try:
-    opts, args = getopt.getopt(sys.argv[1:],"lxp",["local"])
-except getopt.GetoptError:
-    print("Usage:  ")
-    print("-l(--local)    run locally with input file from art eos grid-input")
-    print("-x             don't run athena or post post-processing, only plotting")
-    print("-p             run post-processing, even if -x is set")
-
-
-local=False
-exclude=False
-postproc=False
-for opt,arg in opts:
-    if opt in ("-l", "--local"):
-        local=True
-    if opt=="-x":
-        exclude=True
-    if opt=="-p":
-        postproc=True
-
-
-
-rdo2aod = TrigInDetReco()
-rdo2aod.slices = ['bjet']
-rdo2aod.max_events = 4000 
-rdo2aod.threads = 4 
-rdo2aod.concurrent_events = 4 
-rdo2aod.perfmon = False
-rdo2aod.timeout = 18*3600
-rdo2aod.input = 'ttbar_ID'    # defined in TrigValTools/share/TrigValInputs.json  
-
-
-test = Test.Test()
-test.art_type = 'grid'
-if (not exclude):
-    test.exec_steps = [rdo2aod]
-    test.exec_steps.append(TrigInDetAna()) # Run analysis to produce TrkNtuple
-    test.check_steps = CheckSteps.default_check_steps(test)
-
-# Run Tidardict
-if ((not exclude) or postproc ):
-    rdict = TrigInDetdictStep()
-    rdict.args='TIDAdata-run3.dat  -f data-hists.root -b Test_bin.dat '
-    test.check_steps.append(rdict)
-
- 
-# Now the comparitor steps
-comp1=TrigInDetCompStep('Comp_L2bjet','L2','bjet')
-test.check_steps.append(comp1)
-
-comp2=TrigInDetCompStep('Comp_EFbjet','EF','bjet')
-test.check_steps.append(comp2)
-
-
-# CPU cost steps
-cpucost=TrigInDetCpuCostStep('CpuCostStep1', ftf_times=False)
-test.check_steps.append(cpucost)
-
-cpucost2=TrigInDetCpuCostStep('CpuCostStep2')
-test.check_steps.append(cpucost2)
-
-import sys
-sys.exit(test.run())
+from AthenaCommon.Include import include 
+include("TrigInDetValidation/TrigInDetValidation_Base.py")
\ No newline at end of file
diff --git a/Trigger/TrigValidation/TrigValTools/python/TrigValSteering/ExecStep.py b/Trigger/TrigValidation/TrigValTools/python/TrigValSteering/ExecStep.py
index b51719c9bc0e02ccfdf6f4c8500a8a3256184a36..a6b222f3bea78d529e8fd04fb5504a2d44d86f24 100644
--- a/Trigger/TrigValidation/TrigValTools/python/TrigValSteering/ExecStep.py
+++ b/Trigger/TrigValidation/TrigValTools/python/TrigValSteering/ExecStep.py
@@ -34,6 +34,7 @@ class ExecStep(Step):
         self.imf = True
         self.perfmon = True
         self.prmon = True
+        self.config_only = False
         self.auto_report_result = True
         self.required = True
         self.depends_on_previous = True
@@ -168,6 +169,20 @@ class ExecStep(Step):
             if self.perfmon:
                 athenaopts += ' --perfmon'
 
+        # Run config-only if requested
+        if self.config_only :
+
+            if self.type == 'athenaHLT' or (self.type == "other" and self.executable == "athenaHLT.py") :
+                athenaopts += ' --dump-config-exit'
+
+            elif self.type == 'athena' or self.type == 'Reco_tf' or (self.type == "other" and self.executable == "athena.py") :
+                athenaopts += ' --config-only=' + self.name + '.pkl'
+
+            # No current support if it isn't clear exactly what's being run
+            # This includes Trig_reco_tf and 'other' where the executable is not known
+            else :
+                self.misconfig_abort('Cannot determine what config-only option is needed. Consider adding the appropriate flag to "args" instead.')
+
         # Default threads/concurrent_events/forks
         if test.package_name == 'TrigP1Test' and self.type == 'athenaHLT':
             if self.threads is None:
diff --git a/Trigger/TrigValidation/TriggerTest/share/ref_data_v1Dev_build.ref b/Trigger/TrigValidation/TriggerTest/share/ref_data_v1Dev_build.ref
index f579c67de62d6d567c84551608ef21f7da590752..b025d4a3582aa212bb35babb438cd6a9f777041c 100644
--- a/Trigger/TrigValidation/TriggerTest/share/ref_data_v1Dev_build.ref
+++ b/Trigger/TrigValidation/TriggerTest/share/ref_data_v1Dev_build.ref
@@ -37,9 +37,9 @@ HLT_2e3_etcut_L12EM3:
     3: 12
   stepFeatures:
     0: 94
-    1: 294
-    2: 180
-    3: 80
+    1: 210
+    2: 168
+    3: 72
 HLT_2g10_loose_mu20_L1MU20:
   eventCount: 0
 HLT_2g15_tight_dPhi15_L1DPHI-M70-2EM12I:
@@ -92,10 +92,8 @@ HLT_2mu4_L12MU4:
   eventCount: 0
   stepCounts:
     0: 1
-    1: 1
   stepFeatures:
     0: 4
-    1: 4
 HLT_2mu4_bDimu_L12MU4:
   eventCount: 0
   stepCounts:
@@ -124,20 +122,16 @@ HLT_2mu4_muonqual_L12MU4:
   eventCount: 0
   stepCounts:
     0: 1
-    1: 1
   stepFeatures:
     0: 4
-    1: 4
 HLT_2mu6_10invm70_L1MU6:
   eventCount: 0
 HLT_2mu6_Dr_L12MU4:
-  eventCount: 1
+  eventCount: 0
   stepCounts:
     0: 1
-    1: 1
   stepFeatures:
     0: 4
-    1: 4
 HLT_2mu6_L12MU6:
   eventCount: 0
 HLT_2mu6_bJpsimumu_L12MU6:
@@ -284,6 +278,12 @@ HLT_cscmon_CSCPEB_L1All:
     0: 20
 HLT_e12_lhloose_2mu10_L12MU10:
   eventCount: 0
+  stepCounts:
+    0: 1
+    1: 1
+  stepFeatures:
+    0: 1
+    1: 11
 HLT_e140_lhloose_L1EM22VHI:
   eventCount: 0
 HLT_e140_lhloose_nod0_L1EM22VHI:
@@ -359,9 +359,9 @@ HLT_e3_etcut_L1EM3:
     3: 13
   stepFeatures:
     0: 48
-    1: 148
-    2: 91
-    3: 41
+    1: 106
+    2: 85
+    3: 37
 HLT_e5_etcut_L1EM3:
   eventCount: 12
   stepCounts:
@@ -371,21 +371,21 @@ HLT_e5_etcut_L1EM3:
     3: 12
   stepFeatures:
     0: 41
-    1: 135
-    2: 51
-    3: 35
+    1: 96
+    2: 47
+    3: 32
 HLT_e5_lhloose_L1EM3:
   eventCount: 0
   stepCounts:
-    0: 9
+    0: 10
     1: 8
-    2: 8
-    3: 8
+    2: 7
+    3: 7
   stepFeatures:
-    0: 18
-    1: 42
-    2: 21
-    3: 14
+    0: 19
+    1: 40
+    2: 17
+    3: 11
 HLT_e5_lhloose_noringer_L1EM3:
   eventCount: 0
   stepCounts:
@@ -395,21 +395,21 @@ HLT_e5_lhloose_noringer_L1EM3:
     3: 9
   stepFeatures:
     0: 15
-    1: 49
+    1: 38
     2: 27
     3: 14
 HLT_e5_lhmedium_L1EM3:
   eventCount: 0
   stepCounts:
-    0: 9
-    1: 8
+    0: 10
+    1: 9
     2: 8
     3: 8
   stepFeatures:
-    0: 19
-    1: 44
-    2: 21
-    3: 15
+    0: 21
+    1: 43
+    2: 19
+    3: 13
 HLT_e5_lhmedium_noringer_L1EM3:
   eventCount: 0
   stepCounts:
@@ -419,33 +419,33 @@ HLT_e5_lhmedium_noringer_L1EM3:
     3: 8
   stepFeatures:
     0: 13
-    1: 47
+    1: 38
     2: 25
     3: 12
 HLT_e5_lhtight_L1EM3:
   eventCount: 0
   stepCounts:
-    0: 8
+    0: 9
     1: 7
-    2: 7
-    3: 7
+    2: 6
+    3: 6
   stepFeatures:
-    0: 16
-    1: 32
-    2: 18
-    3: 12
+    0: 17
+    1: 33
+    2: 14
+    3: 9
 HLT_e5_lhtight_nod0_L1EM3:
   eventCount: 0
   stepCounts:
-    0: 8
+    0: 9
     1: 7
-    2: 7
-    3: 7
+    2: 6
+    3: 6
   stepFeatures:
-    0: 16
-    1: 32
-    2: 18
-    3: 12
+    0: 17
+    1: 33
+    2: 14
+    3: 9
 HLT_e5_lhtight_noringer_L1EM3:
   eventCount: 0
   stepCounts:
@@ -455,7 +455,7 @@ HLT_e5_lhtight_noringer_L1EM3:
     3: 8
   stepFeatures:
     0: 13
-    1: 47
+    1: 38
     2: 25
     3: 12
 HLT_e5_lhtight_noringer_nod0_L1EM3:
@@ -467,7 +467,7 @@ HLT_e5_lhtight_noringer_nod0_L1EM3:
     3: 8
   stepFeatures:
     0: 13
-    1: 47
+    1: 38
     2: 25
     3: 12
 HLT_e60_lhmedium_L1EM22VHI:
@@ -483,9 +483,9 @@ HLT_e7_etcut_L1EM3:
     3: 11
   stepFeatures:
     0: 26
-    1: 89
-    2: 26
-    3: 20
+    1: 67
+    2: 24
+    3: 18
 HLT_e7_lhmedium_mu24_L1MU20:
   eventCount: 0
 HLT_eb_low_L1RD2_FILLED:
@@ -937,11 +937,11 @@ HLT_mu0_muoncalib_L1MU4_EMPTY:
 HLT_mu10_L1MU10:
   eventCount: 0
   stepCounts:
-    0: 2
-    1: 2
+    0: 1
+    1: 1
   stepFeatures:
-    0: 2
-    1: 2
+    0: 1
+    1: 1
 HLT_mu10_ivarmedium_mu10_10invm70_L12MU10:
   eventCount: 0
 HLT_mu10_lateMu_L1LATE-MU10_XE50:
@@ -963,10 +963,10 @@ HLT_mu11_mu6_bUpsimumu_L1MU11_2MU6:
 HLT_mu14_L1MU10:
   eventCount: 0
   stepCounts:
-    0: 2
+    0: 1
     1: 1
   stepFeatures:
-    0: 2
+    0: 1
     1: 1
 HLT_mu20_2mu4noL1_L1MU20:
   eventCount: 0
@@ -1107,11 +1107,11 @@ HLT_mu35_ivarmedium_L1MU20:
 HLT_mu4_l2io_L1MU4:
   eventCount: 0
   stepCounts:
-    0: 4
-    1: 3
+    0: 2
+    1: 1
   stepFeatures:
-    0: 5
-    1: 4
+    0: 3
+    1: 1
 HLT_mu50_L1MU20:
   eventCount: 0
   stepCounts:
@@ -1141,59 +1141,57 @@ HLT_mu60_L1MU20:
 HLT_mu6_L1MU6:
   eventCount: 0
   stepCounts:
-    0: 2
-    1: 2
+    0: 1
+    1: 1
   stepFeatures:
-    0: 2
-    1: 2
+    0: 1
+    1: 1
 HLT_mu6_idperf_L1MU6:
   eventCount: 0
   stepCounts:
-    0: 2
-    1: 2
+    0: 1
+    1: 1
   stepFeatures:
-    0: 2
-    1: 2
+    0: 1
+    1: 1
 HLT_mu6_ivarmedium_L1MU6:
   eventCount: 0
   stepCounts:
-    0: 2
-    1: 2
+    0: 1
+    1: 1
   stepFeatures:
-    0: 2
-    1: 2
+    0: 1
+    1: 1
 HLT_mu6_j45_nojcalib_L1J20:
   eventCount: 0
 HLT_mu6_msonly_L1MU6:
   eventCount: 0
   stepCounts:
-    0: 2
+    0: 1
   stepFeatures:
-    0: 2
+    0: 1
 HLT_mu6_mu4_L12MU4:
   eventCount: 0
   stepCounts:
     0: 1
-    1: 1
   stepFeatures:
     0: 2
-    1: 2
 HLT_mu6_mu6noL1_L1MU6:
   eventCount: 0
   stepCounts:
-    0: 2
-    1: 2
+    0: 1
+    1: 1
   stepFeatures:
-    0: 2
-    1: 2
+    0: 1
+    1: 1
 HLT_mu6_xe30_mht_L1XE10:
   eventCount: 0
   stepCounts:
-    0: 2
-    1: 2
+    0: 1
+    1: 1
   stepFeatures:
-    0: 2
-    1: 2
+    0: 1
+    1: 1
 HLT_mu80_L1MU20:
   eventCount: 0
   stepCounts:
@@ -1211,11 +1209,11 @@ HLT_mu80_msonly_3layersEC_L1MU20:
 HLT_mu8_L1MU6:
   eventCount: 0
   stepCounts:
-    0: 2
-    1: 2
+    0: 1
+    1: 1
   stepFeatures:
-    0: 2
-    1: 2
+    0: 1
+    1: 1
 HLT_noalg_L1All:
   eventCount: 20
 HLT_noalg_L1Calo:
diff --git a/Trigger/TriggerCommon/TrigEDMConfig/python/TriggerEDMRun3.py b/Trigger/TriggerCommon/TrigEDMConfig/python/TriggerEDMRun3.py
index a3fd62db2258714eff3a37ead45469f8e312f406..7a7d524b736f220ad3f004a485d8948f62f712d3 100644
--- a/Trigger/TriggerCommon/TrigEDMConfig/python/TriggerEDMRun3.py
+++ b/Trigger/TriggerCommon/TrigEDMConfig/python/TriggerEDMRun3.py
@@ -97,7 +97,7 @@ TriggerHLTListRun3 = [
     ('xAOD::TrigCompositeContainer#HLT_TrigCostContainer',   'CostMonDS ESD', 'Steer'),
     ('xAOD::TrigCompositeAuxContainer#HLT_TrigCostContainerAux.alg.store.view.thread.thash.slot.roi.start.stop', 'CostMonDS ESD', 'Steer'),
     ('xAOD::TrigCompositeContainer#HLT_TrigCostROSContainer',   'CostMonDS ESD', 'Steer'),
-    ('xAOD::TrigCompositeAuxContainer#HLT_TrigCostROSContainerAux.alg_idx.lvl1ID.robs_is.robs_size.robs_history.robs_status_words.start.stop', 'CostMonDS ESD', 'Steer'),
+    ('xAOD::TrigCompositeAuxContainer#HLT_TrigCostROSContainerAux.alg_idx.lvl1ID.robs_is.robs_size.robs_history.robs_status.start.stop', 'CostMonDS ESD', 'Steer'),
 
     # Run-2 L1 (temporary)
     ('xAOD::MuonRoIContainer#LVL1MuonRoIs' ,                 'ESD AODFULL AODSLIM AODVERYSLIM AODBLSSLIM', 'L1'),
@@ -126,7 +126,7 @@ TriggerHLTListRun3 = [
     ('xAOD::TrackParticleContainer#HLT_IDTrack_Electron_FTF',        'BS ESD AODFULL', 'Egamma', 'inViews:EMElectronViews'),
     ('xAOD::TrackParticleAuxContainer#HLT_IDTrack_Electron_FTFAux.', 'BS ESD AODFULL', 'Egamma'),
 
-    ('xAOD::TrackParticleContainer#HLT_IDTrack_Electron_IDTrig',        'BS ESD AODFULL', 'Egamma', 'inViews:precisionElectronViews'),
+    ('xAOD::TrackParticleContainer#HLT_IDTrack_Electron_IDTrig',        'BS ESD AODFULL', 'Egamma', 'inViews:precisionEtcutViews'),
     ('xAOD::TrackParticleAuxContainer#HLT_IDTrack_Electron_IDTrigAux.', 'BS ESD AODFULL', 'Egamma'),
 
 
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/ElectronSequenceSetup.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/ElectronSequenceSetup.py
index fd5ba647e3ff54a1f2ab18daccd7f9906ce2b8d9..8b0c0fc42cc2de9b0b2a3a929eda2c76a3a7f696 100644
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/ElectronSequenceSetup.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/ElectronSequenceSetup.py
@@ -1,7 +1,6 @@
 #
 #  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 #
-
 from AthenaConfiguration.AllConfigFlags import ConfigFlags 
 
 # menu components   
@@ -32,8 +31,8 @@ def fastElectronSequence(ConfigFlags):
         if "InDetTrigTrackParticleCreatorAlg" in viewAlg.name():
             TrackParticlesName = viewAlg.TrackParticlesName
       
-    from TrigEgammaHypo.TrigEgammaFastElectronFexMTConfig import EgammaFastElectronFex_1
-    theElectronFex= EgammaFastElectronFex_1()
+    from TrigEgammaHypo.TrigEgammaFastElectronFexMTConfig import EgammaFastElectronFex_Clean
+    theElectronFex= EgammaFastElectronFex_Clean()
     theElectronFex.TrigEMClusterName = CaloMenuDefs.L2CaloClusters
     theElectronFex.TrackParticlesName = TrackParticlesName
     theElectronFex.ElectronsName=recordable("HLT_FastElectrons")
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/PrecisionTrackingSequenceSetup.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/PrecisionTrackingSequenceSetup.py
index 59c102ccd2dd22384d2e86ab2d93739d2a51c59e..eb6308f137f084f89a2c889e1bd63cd3cdd049dc 100644
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/PrecisionTrackingSequenceSetup.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/PrecisionTrackingSequenceSetup.py
@@ -45,7 +45,6 @@ def precisionTrackingMenuSequence(name):
     from TrigEgammaHypo.TrigEgammaPrecisionEtcutHypoTool import TrigEgammaPrecisionEtcutHypoToolFromDict
 
     thePrecisionEtcutHypo = TrigEgammaPrecisionEtcutHypoAlgMT(name+"precisionEtcutHypo")
-    thePrecisionEtcutHypo.CaloClusters = caloclusters
 
     return MenuSequence( Sequence    = sequence,
                          Maker       = precisionEtcutViewsMaker, 
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Electron/PrecisionElectronRecoSequences.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Electron/PrecisionElectronRecoSequences.py
index d3afae969162959274015fe9cd4c0a5efcea1a76..1e795360a20c67197c4c4330e0dca7e97698b49d 100644
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Electron/PrecisionElectronRecoSequences.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Electron/PrecisionElectronRecoSequences.py
@@ -81,3 +81,4 @@ def precisionElectronRecoSequence(RoIs):
     thesequence += PrecisionElectronSuperClusterMonAlgo
 
     return (thesequence, collectionOut)
+
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Jet/JetRecoConfiguration.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Jet/JetRecoConfiguration.py
index 6c5b54bb1b81e081d4201670da7bb5f3389d4799..df72ad99fc2bf6364009904ac03bf6857f7737aa 100644
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Jet/JetRecoConfiguration.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Jet/JetRecoConfiguration.py
@@ -174,11 +174,15 @@ def defineReclusteredJets(jetRecoDict,smallRjets):
     return rcJetDef
 
 def defineGroomedJets(jetRecoDict,ungroomedDef):#,ungroomedJetsName):
-    from JetRecConfig.JetGrooming import JetTrimming, JetSoftDrop
+    from JetRecConfig.JetGrooming import JetTrimmingTrig, JetSoftDropTrig
     groomAlg = jetRecoDict["recoAlg"][3:] if 'sd' in jetRecoDict["recoAlg"] else jetRecoDict["recoAlg"][-1]
+    suffix = "_"+ jetRecoDict["jetCalib"]
+    if jetRecoDict["trkopt"]!="notrk":
+        suffix += "_"+jetRecoDict["trkopt"]
+    
     groomDef = {
-        "sd":JetSoftDrop(ungroomedDef,zcut=0.1,beta=1.0),
-        "t" :JetTrimming(ungroomedDef,smallR=0.2,ptfrac=0.04),
+        "sd":JetSoftDropTrig(ungroomedDef,ZCut=0.1,Beta=1.0, suffix=suffix),
+        "t" :JetTrimmingTrig(ungroomedDef,RClus=0.2,PtFrac=0.04, suffix=suffix),
     }[groomAlg]
     return groomDef
 
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Jet/JetRecoSequences.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Jet/JetRecoSequences.py
index 10c99e949b1d27acdd11a21c22c4c830574eb0f7..3ff27580630c7028523bcae9c8235c71e04c3398 100644
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Jet/JetRecoSequences.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Jet/JetRecoSequences.py
@@ -149,7 +149,7 @@ def standardJetRecoSequence( configFlags, dataSource, clustersKey, **jetRecoDict
     # make sure all our JetModifier have their track inputs set up according to trkopt
     from JetRecConfig.JetModConfig import jetModWithAlternateTrk    
     jetModWithAlternateTrk(jetDef, jetRecoDict['trkopt'] )
-    
+
     # Generate a JetAlgorithm to run the jet finding and modifiers
     # (via a JetRecTool instance).
     jetRecAlg = JetRecConfig.getJetAlgorithm(jetsFullName, jetDef, pjs, monTool)
@@ -177,10 +177,7 @@ def groomedJetRecoSequence( configFlags, dataSource, clustersKey, **jetRecoDict
     parentpjs = getattr(ungroomedJetRecoSequence,"jetalg_{}".format(ungroomedJetsName)).Tools[0].InputPseudoJets
 
     groomDef = JetRecoConfiguration.defineGroomedJets(jetRecoDict,ungroomedDef)
-    groomedJetsFullName = groomDef.fullname()+"_"+jetRecoDict["jetCalib"]
-    if jetRecoDict["trkopt"]!="notrk":
-        groomedJetsFullName += "_"+jetRecoDict["trkopt"]
-
+    groomedJetsFullName = groomDef.fullname()
     groomDef.modifiers = JetRecoConfiguration.defineCalibFilterMods(jetRecoDict,dataSource)
     # Can add substructure mods here
 
@@ -188,9 +185,9 @@ def groomedJetRecoSequence( configFlags, dataSource, clustersKey, **jetRecoDict
     from JetRec import JetOnlineMon
     monTool = JetOnlineMon.getMonTool_TrigJetAlgorithm("HLTJets/"+groomedJetsFullName+"/")
 
-    from JetRecConfig.JetGroomConfig import getJetGroomAlg, instantiateGroomingAliases
+    from JetRecConfig.JetGroomConfig import getJetGroomAlg_jetAlg, instantiateGroomingAliases
     instantiateGroomingAliases(groomDef)
-    groomalg = getJetGroomAlg(groomedJetsFullName,groomDef,parentpjs,monTool)
+    groomalg = getJetGroomAlg_jetAlg(groomDef,parentpjs,monTool)
     recoSeq += conf2toConfigurable( groomalg )
 
     jetsOut = recordable(groomedJetsFullName)
diff --git a/graphics/VP1/VP1Systems/VP1VertexSystems/src/VP1TruthVertexCollection.cxx b/graphics/VP1/VP1Systems/VP1VertexSystems/src/VP1TruthVertexCollection.cxx
index 48f567607eee058a7c609f04ce3692a1bb2f5842..bb6a0e5d696038099008e110b35905928f536cf2 100644
--- a/graphics/VP1/VP1Systems/VP1VertexSystems/src/VP1TruthVertexCollection.cxx
+++ b/graphics/VP1/VP1Systems/VP1VertexSystems/src/VP1TruthVertexCollection.cxx
@@ -309,7 +309,7 @@ QStringList VP1TruthVertexCollection::infoOnClicked(SoPath* pickedPath)
     if (m_d->controller->printVerboseInfoOnClick()) {
       l <<"======== Dump ========";
       std::ostringstream s;
-      vtx->print(s);
+      HepMC::Print::line(s,vtx);
       l << QString(s.str().c_str()).split('\n');
       l <<"======================";
     }