Skip to content

Code for making file lists and filter files from NANOAOD

License

Notifications You must be signed in to change notification settings

zflowers/ListMaker

Repository files navigation

This repo needs to be inside of a CMSSW directory and most scripts require a grid cert to run

To make lists of files for datasets run:

python3 batchList.py -i DataSetsList/bkg/ && python3 batchList.py -i DataSetsList/sms/ && python3 batchList.py -i DataSetsList/data/

To Make Filter Eff Files:

Use batchlist to make lists of MINIAOD files for SMS samples

python3 batchList.py -i DataSetsList/sms/ -o MINI (ignore warnings)

Then go to: GeneratorInterface/Core/test/ and then run:

python3 make_filter_file.py

Finally run:

python3 convert_filter_file.py

About

Code for making file lists and filter files from NANOAOD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages