Guess it is related to the DV issue DaVinci#62 (closed). Shouldn't it be as simple as
options.output_file = 'myhlt2.dst'
options.output_type = 'ROOT'
Then in your Spruce
options.input_files = ['myhlt2.dst']
options.input_type = 'ROOT'
That's what I did, but there was a problem with running the Spruce script and it didn't generate a spruce.dst file.
closed