Skip to content

Commit

Permalink
Modify name of plotting script
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmans1 authored Dec 18, 2024
1 parent dd0fc64 commit 6645a63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

root -q -b root://dtn-eic.jlab.org//work/eic2/EPIC/RECO/<current_file> -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/<default_file> -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

0 comments on commit 6645a63

Please sign in to comment.