diff --git a/Phys/DaVinci/python/DaVinci/Configuration.py b/Phys/DaVinci/python/DaVinci/Configuration.py index 9186379fba1cf8458643b878c8e469b9bef86bb3..5d3a1971299d5c15004f0546f442c9ebfe06bd4c 100644 --- a/Phys/DaVinci/python/DaVinci/Configuration.py +++ b/Phys/DaVinci/python/DaVinci/Configuration.py @@ -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