umd-lhcb / lhcb-ntuples-gen

ntuples generation with DaVinci and in-house offline components
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

annex D0 norm and Dstst 2016 TO ntuples #109

Closed afernez closed 2 years ago

yipengsun commented 2 years ago

LGTM. Let's merge.

yipengsun commented 2 years ago

BTW @afernez @manuelfs , the simplest check I can think of is the following:

git fetch origin <branch_name>
git checkout <branch_name>
git log --shortstat

You'd see the following:

Author: Alex Fernez <afernez@umd.edu>
Date:   Mon Mar 7 16:49:29 2022 -0500

    annex D0 norm and Dstst 2016 TO ntuples

 2401 files changed, 2401 insertions(+)

So there's only 2401 insertions for 2401 files, which should be good.