Skip to content

xAODMetaData: Add the list of lumi blocks to FileMetaData

Add a vector<unit32_t> of lumi block numbers to xAOD::FileMetaData as static data. Include this field in the parsing of the FileMetaData in MetaReader. Adjust the AutoConfiguration to try using this value if the list of lumi blocks from the EventStreamInfo is empty.

Update the reference files where new log messages from the FileMetaData creating show up. Add a method for comparing uint32_t vector components of the FileMetaData object.

The creator tool will now check every event for run and lumi block number to update the FileMetaData. The addition of run and lumi block numbers was streamlined.

Merge request reports