giorgiopizz / mkShapesRDF

A framework for post processing and shapes creation of CMS data.
https://mkshapesrdf.readthedocs.io/en/latest/index.html
0 stars 18 forks source link

Implementation of Trigger module for RDF + Minor fix + Fix in Snapshot #10

Open BlancoFS opened 1 year ago

BlancoFS commented 1 year ago

This PR includes the first implementation of the Trigger module for the RDF Latinos framework.

The code uses Correccionlib to load efficiencies and SF from different json files included in the PR. In addition, a conver_to_json.py script is provided to make json files from the traditional txt files.

For simplicity, only UL efficiency files are integrated in the new framework.

The module has been validated using a DYJetsToLL sample with 460000 events. The results of the validation are attached here.

TriggerModuleRDf.pdf

In addition, two minor fixes have been made within the post processor module. First, when looking for files in DAS the first file was always rejected. Second, the option limitFiles=-1 always cut the ultimate object in the list.

Snapshot

When you try to access information from a TTree like "Runs" (copied from the input files to the output one) there is a memory corruption error related to the way in which the TTrees are copied.

This is solved using CloneTree()