Jan Fiete

Results 17 comments of Jan Fiete

@ktf this is a demonstrator how tierd file access could look like. This looks for not found trees in the parent file (the file from which the derived data has...

This version is significantly refactored: - DataInputDirector has been moved to the plugin - The tree reading is in the DataInputDirector as well as the monitoring - This allows recursive...

The monitoring lines have now changed in the following way: Old: `Read info: lfn=input/0/AnalysisResults_trees.root,size=39393,total_df=4,read_df=4,read_bytes=35721,read_calls=52,io_time=1.5,wait_time=0.1` New: `Read info: lfn=input/0/AnalysisResults_trees.root,size=39393,total_df=4,read_df=4,read_bytes=35721,read_calls=52,io_time=0.0,wait_time=1.5,level=0 Read info: lfn=/home/jgrosseo/o2/hf/processSkim/input/0/AO2D.root,size=151126836,total_df=4,read_df=4,read_bytes=118399936,read_calls=543,io_time=1.4,wait_time=0.1,level=1 ` In case of parent file access, each file...

This includes the writing of the map to the output file. @ktf I need you to carefully check if the added routes do not mess up something for online/other use...

Enabling the CI. Test on Hyperloop pending. Please do NOT merge, yet.

The test failing in cs8 seems to be OK locally: ` Start 101: test_Framework_test_SimpleDataProcessingDevice01 87/106 Test #101: test_Framework_test_SimpleDataProcessingDevice01 ........ Passed 1.40 sec `

Everything is in now except: - adjusting the merger to merge the map which is anyway in O2Physics

I think it is needed for each new release. In the past @TimoWilken was doing this but I guess @ktf can do it as well. He (and me) are away...

Did you run `sim_challenge.sh`?