Warning, /analysis/LightFlavorRatios/bco_correction/README is written in an unsupported language. File is not indexed.
0001 Overview
0002 V0DuplicateReader is a helper class to clean V0 candidates before final analysis. There are two main selections:
0003
0004 deltaBCO (GL1BCO - current event BCO) cut, to strictly select the events within the streaming window
0005 duplicate removal within the same runNumber and BCO group
0006
0007 The V0DuplicateReader is initialized with the input TTree for K0s and Lambda, and the deltaBCO cut is applied for both.
0008 The main macro then loops over all entries, loading each candidate and applying the deltaBCO and duplicate rejection conditions before accepting it.
0009 Only the selected candidates are used to fill the RooDataSet, which is then passed to the final ratio analysis.