Skip to content

Avoid using `make_data_with_FetchDataFromFile` directly

Gerhard Raven requested to merge avoid-fetchdatafromfile into master
  • prefer get_mc_track_info() and get_mc_header() over direct use of make_data_with_FetchDataFromFile to make sure that 1) all parts of the configuration are consistent and that 2) data dependencies can (will!) be dealt with implicitly.
  • for packed->unpacked style unpackers, pass the expected type of object to make_data_with_FetchDataFromFile and use this type when selecting the type of unpacker to be used

updates a number of references (in a dedicated commit) to deal with changes in the hashes in instance names...

goes together with LHCb!4403 (merged), requires DaVinci!1008 (merged), Analysis!1042 (merged), Rec!3700 (merged)

Edited by Gerhard Raven

Merge request reports