Allow as input ROOT file from ZIP archives
Since the size of a single PLUTO file is very small the preferred storage solution for them is to store a large number of them in a archive. ROOT is able to handle ROOT files stored in a ZIP archive so the file handling in the class was adapted for the ZIP file usage.
Merge request reports
Activity
- Resolved by Florian Uhlig
added 4 commits
-
07bbce9c...294b3ce2 - 3 commits from branch
computing:master
- 4752ee7b - Allow as input ROOT file from ZIP archives
-
07bbce9c...294b3ce2 - 3 commits from branch
added 293 commits
-
7a0e88fa...aad69a01 - 289 commits from branch
computing:master
- 98b88166 - Allow as input ROOT file from ZIP archives
- 35c16a8f - Fix problem with generated dictionary
- 95c99eec - Add function which checks if an input is a ROOT file
- 693c962f - Use new function th check for ROOT file existence
Toggle commit list-
7a0e88fa...aad69a01 - 289 commits from branch
added 10 commits
-
693c962f...b132e5c0 - 6 commits from branch
computing:master
- fa140c49 - Allow as input ROOT file from ZIP archives
- c592fc38 - Fix problem with generated dictionary
- bf16a18d - Add function which checks if an input is a ROOT file
- 9ace372b - Use new function th check for ROOT file existence
Toggle commit list-
693c962f...b132e5c0 - 6 commits from branch
added 5 commits
Toggle commit list@v.friese, could you please check the MR again and merge it if okay.
added 8 commits
-
4a58052b...507214c3 - 4 commits from branch
computing:master
- a233d11d - Allow as input ROOT file from ZIP archives
- 6126a4c7 - Fix problem with generated dictionary
- a60b03b3 - Add function which checks if an input is a ROOT file
- 181267c9 - Use new function th check for ROOT file existence
Toggle commit list-
4a58052b...507214c3 - 4 commits from branch
added 11 commits
-
181267c9...7a049115 - 7 commits from branch
computing:master
- 74f75285 - Allow as input ROOT file from ZIP archives
- 191c575c - Fix problem with generated dictionary
- aa2dabfa - Add function which checks if an input is a ROOT file
- 6207f3b7 - Use new function th check for ROOT file existence
Toggle commit list-
181267c9...7a049115 - 7 commits from branch
added 47 commits
-
6207f3b7...83eaebdc - 44 commits from branch
computing:master
- 36b2f640 - Allow as input ROOT file from ZIP archives
- 6e120c72 - Add function which checks if an input is a ROOT file
- cc36b2d5 - Use new function th check for ROOT file existence
Toggle commit list-
6207f3b7...83eaebdc - 44 commits from branch
The feature with the chain should be easy to implement but I am not sure if this is a feature you really need. Probably you store in zip files input files like pluto decays of an omega which are rather small. When using the files normally you have one of these files per urqmd input file which you use without chaning them together.
I have also some more features inside so in my opinion it would be good the check the type of the root file. With the current check you only know that you find the requested root file but you don't know the type of stored information (pluto, unigen, ...).
I will reformat and rebase.
added 15 commits
-
cc36b2d5...d8cb9140 - 11 commits from branch
computing:master
- 8c4aaabb - Allow as input ROOT file from ZIP archives
- 5cbe3713 - Add function which checks if an input is a ROOT file
- 990a7fa4 - Use new function th check for ROOT file existence
- d30f9bab - Apply clang format
Toggle commit list-
cc36b2d5...d8cb9140 - 11 commits from branch