cms-dpoa / cms-dpoa-getting-started

https://cms-dpoa.github.io/cms-dpoa-getting-started/intro.html
2 stars 2 forks source link

LINA - CODP behind the scenes #46

Closed katilp closed 3 years ago

katilp commented 3 years ago

See how the dataset information is structured in JSON format. The underlying JSON information can be displayed on the browser by adding /export/json to the URL. Choose one of the AODSIM datasets and have a look.

Have a look then how this information is stored in the code repository https://github.com/cernopendata/opendata.cern.ch

The structure of the JSON information is defined in https://github.com/cernopendata/opendata.cern.ch/tree/master/cernopendata/jsonschemas/records (see record-v1.0.0.json for portal records.)

The source code for all records resides in https://github.com/cernopendata/opendata.cern.ch/tree/master/cernopendata/modules/fixtures/data/records

Find the file where the information for the AODSIM dataset you've chosen above is stored. You can find it in one of cms-simulated-datasets-*.json