Open yipengsun opened 2 years ago
Svende's having problems on install Python dependencies. I think this must have something to do with ipyopt
and nlopt
not available on macOS.
I'll find a way to disable these optional dependencies.
For his study on the Proton sample Greg added a cut at the last minute for P > (threshold for protons in C4F10... I think 17.7 GeV?). I think it's definitely the right idea, and clearly cleans out the B_s-> D_s** [->DK]munu background this sample has by default (due to low-momentum K vs p decisions being ambiguous). But I think Greg's is more aggressive than needed
If you do p > 9.3 GeV (or just p > 10 GeV), then you will have the track above the Kaon threshold so that you have a definite bit of veto information from RICH1 (anything with associated cherenkov photons is a K, pi, mu or e, and not a p), which the NNp should definitely be good at latching on to
@Svende Let's track our
prot
skim forLambda_b
progress in this issue.Project initialization and/or update
Note that the skim cuts are defined in this repo, NOT in
rdx-run2-analysis
, so:If you don't have this project locally, first clone the project (skipping
git-annex
setup for now until Mon):Make sure to use the
git@
protocol, NOT HTTPS.Then, try a pull the latest code with the follow sequence and see if there's merge conflicts (there shouldn't be)
In the resulting shell, type:
(Same sequence also documented at https://umd-lhcb.github.io/lhcb-ntuples-gen/ntupling/installation).
If the steps above works, you can start to identify the cuts required for this
prot
skim, and you can put those cuts inhttps://github.com/umd-lhcb/lhcb-ntuples-gen/blob/master/include/functor/rdx/skims.h
As a separate skim cut function, say
FLAG_PROT
. Once that is done, I can integrate that into our workflow.Running over a small test sample
First, synchronize with annex repo:
Now, get required ntuples for small-scale testing (running this on the project root of
lhcb-ntuples-gen
):Now, go into nix shell with
nix develop
, then run:The generated ntuple will be in
gen/rdx-ntuple-run2-data-demo/ntuple