Move histograms 'hist1' from 'source1.root' and 'hist2' from 'source2.root' to 'dest.root'.
- roomv --recreate source.root:hist dest.root
Recreate the destination file 'dest.root' and move the histogram named 'hist' from 'source.root' into it.
- roomv -c 1 source.root:hist dest.root
Change the compression level of the destination file 'dest.root' and move the histogram named 'hist' from 'source.root' into it. For more information about compression settings of ROOT file, please look at the reference guide available on the ROOT site.
"""
MOVE_ERROR="error during copy of {0}, it is not removed from {1}"