diff --git a/benchmarks/output_branch_size_scan/output_branch_size_scan.sh b/benchmarks/output_branch_size_scan/output_branch_size_scan.sh index 0a1ba56..c812756 100644 --- a/benchmarks/output_branch_size_scan/output_branch_size_scan.sh +++ b/benchmarks/output_branch_size_scan/output_branch_size_scan.sh @@ -2,4 +2,4 @@ root -q -b root://dtn-eic.jlab.org//work/eic2/EPIC/RECO/ -e 'for (auto b : *events->GetListOfLeaves()) { if (events->GetBranch(b->GetName()) == nullptr) continue; cout << events->GetBranch(b->GetName())->GetTotalSize() << " " << b->GetName() << endl; }' | sort -n > branch_size_current.txt root -q -b root://dtn-eic.jlab.org//work/eic2/EPIC/RECO/ -e 'for (auto b : *events->GetListOfLeaves()) { if (events->GetBranch(b->GetName()) == nullptr) continue; cout << events->GetBranch(b->GetName())->GetTotalSize() << " " << b->GetName() << endl; }' | sort -n > branch_size_default.txt -python plot_branch_sizes.py -c branch_size_current.txt -d branch_size_default.txt +python plot.py -c branch_size_current.txt -d branch_size_default.txt