Skip to content
Snippets Groups Projects
Commit f0f62ef0 authored by Eduardo Rodrigues's avatar Eduardo Rodrigues
Browse files

A bit more doc in DaVinci's Configuration.py.

parent 6f35fe49
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,8 @@ class DaVinci(LHCbConfigurableUser) :
self.setOtherProps(TurboConf(), ["DataType","Simulation","RootInTES"])
## why these lines are here and not in TurboConf ???
# These lines are here and not in TurboConf because different applications need to process Turbo data differently:
# Tesla has to do a bit of juggling to get the data from HLT2 to locations under a single RootInTES, whereas DaVinci doesn't.
if data_type == "2016":
# Enable the decoding of the persisted reconstruction objects
TurboConf().RunPackedDataDecoder = True
......
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