-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
20 lines (11 loc) · 880 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- cmsDataFlowMerger.py --> main script to run the merging code
- cmsActuallMergingFiles --> the real merging functions are here, three options:
option A --> merging unmerged files to different files for different BUs
option B --> merging unmerged files to same file for different BUs locking the merged file
option C --> merging unmerged files to same file for different BUs without locking the merged file
- dataFlowMiniMergerInLine --> script to run interactively the merging code for mini merger
- dataFlowMacroMergerInLine --> script to run interactively the merging code for macro merger
- dataFlowMerger --> script to run the merging code as a service
- Auxiliar files: Daemon.py, Logging.py, configobj.py, logFormat.conf
- dataFlowMergerMini.conf --> example config file for mini merger
- dataFlowMergerMacro.conf --> example config file for macro merger