Skip to content
Snippets Groups Projects
Commit 4d56dec4 authored by Alex Pearce's avatar Alex Pearce
Browse files

Always save DAQ/RawEvent.

It contains the trigger raw banks, needed offline.
parent 362cfae4
No related branches found
No related tags found
2 merge requests!85merge master to future,!66Configuration of Tesla with selective persistence
......@@ -874,6 +874,7 @@ class Tesla(LHCbConfigurableUser):
turbo_base = os.path.join(stream_base, 'Turbo')
required_output_locations = [
os.path.join(tes_root, 'DAQ/ODIN#1'),
os.path.join(tes_root, 'DAQ/RawEvent#1'),
os.path.join(tes_root, 'Rec/Summary#1')
]
optional_output_locations = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment