opendata.cern.ch icon indicating copy to clipboard operation
opendata.cern.ch copied to clipboard

json files for collision dataset and trigger records

Open tpmccauley opened this issue 11 months ago • 0 comments

  • add json files for records
  • closes #3705

These json files have been run locally and generate records (although I did not let them generate every single record)

docker exec -t opendatacernch-web-1 \
  cernopendata fixtures docs --mode insert-or-replace \
  -f  /content/data/records/cms-hlt-configuration-files-2017.json \
  -f  /content/data/records/cms-hlt-trigger-paths-2017.json \
  -f  /content/data/records/cms-primary-datasets-Run2017.json \
  -f  /content/data/records/cms-reco-configuration-files-2017.json \
  -f  /content/data/records/cms-trigger-information-2017.json

tpmccauley avatar Dec 11 '24 17:12 tpmccauley