DAS
3.0
Das Analysis System
|
The tables contain the largest value of transverse momentum at generator level per event ID in the Minimum Bias sample. It can be used as argument to the applyPUcleaning
command.
To obtain such tables, produce n-tuples from the MinBias sample that was used to simulate the pileup of the samples of interest, then use getHighScalePUeventIDs
on the raw ntuples.
To find the right MinBias sample, find a PPD expert to guide you through the follow recipe:
pileup_dataset
property of that request;Note: for the UL18 jet data, the tables were produced with command getHighScalePUeventIDs
with 9 as threshold. A cut of 3*pthat
(2*pthat
) was used in getHighScalePUeventIDs.cc
(applyPUcleaning.cc
, only if the rec jet pT is larger than 156 GeV—this is subject to changes).
The tables being rather large, please use git LFS to handle them. Here is a brief recipe on how to proceed:
git lfs install
(do this once per local repo).git lfs pull
.git lfs track [file]
(do this once per file), then handle the file as usual with git add
and git commit
(do this each time you change the file).