|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Functions | |
| compare_raw_name (file1, file2) | |
| compare_raw_size (file1, file2) | |
| compare_raw_content (file1, file2, buffer_size=1024) | |
| raw_file_check.compare_raw_content | ( | file1, | |
| file2, | |||
| buffer_size = 1024 ) |
Compare the content of two files from their path
Definition at line 11 of file raw_file_check.py.
| raw_file_check.compare_raw_name | ( | file1, | |
| file2 ) |
Compare the name of two files from their path
Definition at line 3 of file raw_file_check.py.
| raw_file_check.compare_raw_size | ( | file1, | |
| file2 ) |
Compare the size of two files from their path
Definition at line 7 of file raw_file_check.py.