Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 310 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 310 Bytes

nano_merger

Tools to merge root files from custom nano productions.

flowchart TD
    UnpackFiles --> GatherFiles
    GatherFiles --> ValidateEvents
    GatherFiles --> ComputeMergingFactor
    GatherFiles --> MergeFiles
    ComputeMergingFactor --> MergeFiles
    MergeFiles --> CreateEntry
Loading