framework icon indicating copy to clipboard operation
framework copied to clipboard

Adding documentation to CheckRunFileList macro

Open jgalan opened this issue 2 years ago • 1 comments

jgalan Ok: 6 Powered by Pull Request Badge

Just adding documentation to CheckRunFileList macro.

This macro can be used to identify files that were not properly closed, e.g.: after launching the processing to condor cluster.

restManager CheckRunFileList "/path/file*Pattern.root"

The documentation will be printed when using REST_PrintMacros.C.

jgalan avatar Jul 10 '23 08:07 jgalan

Any ideas to improve the macro are welcome. I thought perhaps it might be interesting to return the list of filenames that cannot be open properly in a std::vector <std::string>, instead of just printing on screen.

jgalan avatar Jul 11 '23 08:07 jgalan