Skip to content

JSON and Filters

Andrea Marini edited this page Jun 2, 2016 · 1 revision

#JSON Files In order to apply a JSON file a special analysis is already written. You can configure following the dat/json.dat. Each analysis can return 0/1: 0 will continue processing the other analysis, while 1 will abort. Using this feature the events are filtered (for data) using the good lumi sections.

Analysis=JsonAnalysis,MetFiltersAnalysis,ChargedHiggsTauNu

The special operation applyJson is written in python/Loop.py and parse the json file using the utils in python, and store in a map in the analysis.

config=JsonAnalysis|@applyJson($OBJ!'aux/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_JSON_v2.txt')
Clone this wiki locally