Skip to content
Snippets Groups Projects

Event format meta data

Merged Frank Berghaus requested to merge berghaus/athena:EventFormatMetaData into master
2 files
+ 2
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -10,7 +10,6 @@ namespace xAODMaker {
StatusCode EventFormatStreamHelperTool::initialize() {
// Retrieve all needed components.
ATH_CHECK( m_evtStore.retrieve() );
ATH_CHECK( m_evFormatSvc.retrieve() );
// Return gracefully.
@@ -21,7 +20,7 @@ namespace xAODMaker {
// Notify the event format service that it should collect the metadata
// that it needs.
ATH_CHECK( m_evFormatSvc->collectFormatMetadata( *m_evtStore ) );
ATH_CHECK( m_evFormatSvc->collectFormatMetadata( *( evtStore() ) ) );
ATH_MSG_VERBOSE( "Triggered metadata collection on: " << m_evFormatSvc );
// Return gracefully.
Loading