check lineage hash for rucio
Created by: jorana
What is the problem / what does the code in this PR do Fix rucio backend to check for the lineage hash. Fix https://github.com/XENONnT/straxen/issues/227
Can you briefly describe how it works? We were not looking for the lineage hash. As such, rucio was eager to claim to have data it did not have.
Can you give a minimal working example (or illustrate with a figure)?
import straxen
st = straxen.contexts.xenonnt_online()
print(st.is_stored('009149','peak_basics'))
st.set_config(dict(s1_max_rise_time=50000,
peak_split_filter_wing_width=1000000))
print(st.is_stored('009149','peak_basics'))