Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open Data nanoAOD test #220

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

git-get-gone
Copy link

This contains data scraped from the Open Data website. The urls to these records can be found below:

urls = {
'ttbar': ["https://opendata.cern.ch/record/67801"],
'single_top_s_chan':['https://opendata.cern.ch/record/64635'],
'single_top_t_chan':['https://opendata.cern.ch/record/64758', 'https://opendata.cern.ch/record/64659'],
'single_top_tW':['https://opendata.cern.ch/record/64881','https://opendata.cern.ch/record/64825'],
'wjets':['https://opendata.cern.ch/record/69745']

The first few files can be ignored, the main file is nanoaod_opendata.json

This file contains files for ttbar analysis from OpenData alongside data for systematics. The datasets are as follows:
#ttbar
Simulated dataset TTTo2L2Nu_TuneCP5_13TeV-powheg-pythia8 in NANOAODSIM format for 2016 collision data

# Single lepton datasets
/SingleElectron/Run2016G-UL2016_MiniAODv2_NanoAODv9-v1/NANOAOD
/SingleMuon/Run2016G-UL2016_MiniAODv2_NanoAODv9-v1/NANOAOD
/SingleMuon/Run2016H-UL2016_MiniAODv2_NanoAODv9-v1/NANOAOD
/SingleElectron/Run2016H-UL2016_MiniAODv2_NanoAODv9-v1/NANOAOD

# Double lepton datasets
/MuonEG/Run2016G-UL2016_MiniAODv2_NanoAODv9-v1/NANOAOD
/MuonEG/Run2016H-UL2016_MiniAODv2_NanoAODv9-v1/NANOAOD
/DoubleEG/Run2016G-UL2016_MiniAODv2_NanoAODv9-v1/NANOAOD
/DoubleEG/Run2016H-UL2016_MiniAODv2_NanoAODv9-v1/NANOAOD
/DoubleMuon/Run2016G-UL2016_MiniAODv2_NanoAODv9-v2/NANOAOD
/DoubleMuon/Run2016H-UL2016_MiniAODv2_NanoAODv9-v1/NANOAOD
This contains data scraped from the Open Data website. The urls to these records can be found below:

urls = {
    'ttbar': ["https://opendata.cern.ch/record/67801"],
    'single_top_s_chan':['https://opendata.cern.ch/record/64635'], 
    'single_top_t_chan':['https://opendata.cern.ch/record/64758', 'https://opendata.cern.ch/record/64659'],
    'single_top_tW':['https://opendata.cern.ch/record/64881','https://opendata.cern.ch/record/64825'], 
    'wjets':['https://opendata.cern.ch/record/69745']
}
This contains data scraped from the Open Data website. The urls to these records can be found below:

urls = {
    'ttbar': ["https://opendata.cern.ch/record/67801"],
    'single_top_s_chan':['https://opendata.cern.ch/record/64635'], 
    'single_top_t_chan':['https://opendata.cern.ch/record/64758', 'https://opendata.cern.ch/record/64659'],
    'single_top_tW':['https://opendata.cern.ch/record/64881','https://opendata.cern.ch/record/64825'], 
    'wjets':['https://opendata.cern.ch/record/69745']
Copy link
Member

@alexander-held alexander-held left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding the new open data! Could you please remove the test files if they are not needed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants